html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 0;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
iframe {
	border: 0;
}
.clear {
	clear: both;
}
/* ==================================================
   1. Basic Styles
================================================== */

html, body {
	height: 100%;
	line-height: 24px;
	color: #333333;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
html, hmtl a {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:hover, a:active, a:focus {
	outline: 0;
	text-decoration: none;
	color: #666666;
}
a img {
	border: 0px;
}
a > img {
	vertical-align: middle;
}
.header {
	background: #fff;
	-webkit-box-shadow: -5px 18px 7px -21px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 18px 7px -21px rgba(0,0,0,0.75);
	box-shadow: -5px 18px 7px -21px rgba(0,0,0,0.75);
	padding: 0px 0px 0px;
	width: 100%;
	margin: 0px auto;  /*position:fixed;*/
	z-index: 999;
	position: fixed;
}
.main {
	max-width: 1160px;
	margin: 0px auto;
}
.logo {
	float: left;
	width: 132px;
	margin: 0px 0px 0px;
	height: 94px;
	padding: 6px 0px 9px 0px;
}
.phone-bg {
	background: url(../../img/panelchoice-lp/phone-bg.png) no-repeat;
	height: 46px;
	width: 234px;
	padding: 0px 0px 0px 60px;
	line-height: 46px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	float: right;
	margin: 31px 0px 0px 0px;
}
.phone-bg a {
	color: #fff;
}
.navi {
	width: 70%;
	position: relative;
	float: right;
	padding: 30px 0px 0px 28px;
}
.clr {
	clear: both;
}
.menu {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu ul li {
	color: #333;
	font-size: 16px;
	float: left;
	position: relative;
	cursor: pointer;
	padding: 0px 25px 0px;
	line-height: 34px;
	height: 34px;
}
.menu ul li a {
	color: #333;
	padding: 0px 0px;
}
.menu ul li a:hover {
	color: #008bc9;  /*padding:0px 0px;*/
}
a.nav-active {
	color: #008bc9 !important;  /*padding:0px 0px;*/
}
.menu ul li ul {
	padding: 0px 0px 0px;
	position: absolute;
	top: 32px;
	left: 25px;
	text-transform: none !important;
	width: 250px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #158aaf;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
	display: none;
	opacity: 0;
	line-height: 32px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	text-align: left;
	-transition: opacity 0.2s;
	z-index: 9999999;
	font-weight: 300;
	color: #131313 !important;
}
.menu ul li ul li {
	/*background: #000; */
	display: block;
	line-height: 32px;
	background-image: none;
	height: 32px;
	color: #131313 !important;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	font-size: 18px;
	font-weight: bold;
	text-transform: none !important;
	border-bottom: solid 1px #07546d;
	width: 100%;
	font-weight: 300;
}
.menu ul li ul li:hover { /*background:#8fa8a5;*/
	color: #008bc9 !important;
}
.menu ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
/*.menu ul li:nth-child(5n+0){  padding:0px 0px 0px 24px;  background:none;}*/


.slicknav_menu {
	display: none;
}
#topmenu {
	margin: 0px;
	padding: 0px;
}
.slider-part {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px;
}
.serives-part {
	padding-top: 44px;
	padding-bottom: 44px;
}
.serives-part .serives-icon {
	width: 84px;
	height: 84px;
	margin: 0px auto;
}
.serives-part h2 {
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	color: #131313;
	line-height: 22px;
	padding: 25px 0px 20px;
	text-transform: uppercase;
}
.serives-part .sertext {
	text-align: center;
	font-size: 14px;
	color: #131313;
	line-height: 22px;
	text-align: left;
}
.paddgo {
	padding-left: 0px;
	padding-right: 0px;
}
.paddgos {
	padding-left: 0px;
}
.parallax {
	/*background-attachment: fixed!important;*/
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
}
.home {
	background: url(../../img/panelchoice-lp/medile-bg2.jpg) no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	min-height: 738px;
}
.copy {
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	background: #226998;
	color: #fff;
	padding: 20px 0px 20px;
	line-height: 24px;
}
.copy a {
	color: #fff;
}
.copy a:hover {
	color: #ccc;
}
.top-right {
	position: fixed;
	right: -112px;
	top: 300px;
	width: auto;
	height: auto;
	padding: 20px;
	background: #aab865;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	z-index: 999;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	writing-mode: lr-tb;
}
.flag {
	font-size: 13px;
	color: #333;
	line-height: 15px;
	padding: 0px;
	text-transform: uppercase;
	border: solid 0px #ebebeb;
	height: 15px;
}
.flag span {
	color: #3333;
}
.flag img {
	float: left;
	padding: 0px 5px 0px 0px;
}
.loang {
	float: right;
	width: 75px;
	height: 22px;
	padding: 36px 0px 0px 0px;
}
.loang a {
	color: #68704b;
}
.loang .flos {
	background: url(../../img/panelchoice-lp/fla-arrh.png) no-repeat 2px 5px;
	width: 10px;
	height: 12px;
	float: right;
}
.loang:hover .flos {
	background: url(../../img/panelchoice-lp/fla-arr.png) no-repeat 2px 5px;
}
.loang ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 0px 0px 0px 0;
	list-style: none;
	z-index: 999999;
	border: solid 0px #ebebeb;
}
.loang ul li {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	position: relative;
	padding: 0px 0px 0px 0px;
	line-height: 22px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.loang ul li:hover {
	background: #fff;
	color: #68704b;
}
.loang ul li ul {
	padding: 35px 0px 0px;
	position: absolute;
	top: 16px;
	left: 0;
	text-transform: uppercase;
	width: 70px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	line-height: 22px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
.loang ul li ul li {
	background: #f4f4f4;
	display: block;
	color: #333;
	padding: 0px 8px 5px 10px;
	margin-left: -10px;
	border-bottom: solid 0px #ebebeb;
	font-size: 13px;
	line-height: 24px;
}
.loang ul li ul li img {
	margin-right: 5px;
}
.loang ul li ul li:hover {
	color: #333;
	background: #f4f4f4;
}
.loang ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
.slider-bg {
	background: #008ac9 url(../../img/panelchoice-lp/pattern.png) repeat;
	padding: 158px 0px 75px;
}
.video-parts {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}
.video-arow {
	position: absolute;
	left: -150px;
	top: 150px;
	font-family: 'Kalam', cursive;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
}
.video-arow img {
	margin: 0px 0px 0px 45px;
}
.video-part {
	margin: 0px 0px 0px -40px;
	padding: 0px;
	position: relative;
}
.video-part img {
	width: 100%;
}
.video-part h1 {
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	line-height: 44px;
}
.video-part h2 {
	font-size: 32px;
	font-weight: 400;
	color: #fff;
	line-height: 36px;
	padding: 0px 0px 30px;
}
.video-part ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.video-part ul li {
	background: url(../../img/panelchoice-lp/tick.png) no-repeat left 10px;
	padding: 0px 0px 0px 38px;
	font-weight: 300;
	color: #fff;
	line-height: 44px;
	font-size: 22px;
}
.video-part ul li a {
	background: url(../../img/panelchoice-lp/tick.png) no-repeat left 10px;
	padding: 0px 0px 0px 38px;
	font-weight: 300;
	color: #fff;
	line-height: 44px;
}
.gra-but {
	background: #a1c627 url("../../img/panelchoice-lp/glim.gif");
	height: 74px;
	border-bottom: solid 6px #7fa600;
	border-radius: 4px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	padding: 0px 0px;
	width: 389px;
	font-size: 29px;
	font-weight: 700;
	margin: 25px 0px 0px;
}

.gra-but:hover {
	background: #96bb1d;
}

.gra-but span {
	font-size: 36px;
}
.gra-but:hover {
	color: #fff;
}
.slider-logo {
	background: #f4f4f4;
	padding: 28px 0px 30px;
}
.pay-logo {
	padding: 10px 0px 0px;
}
.pay-logo1 {
	padding: 17px 0px 0px;
	text-align: center;
}
.pay-logo2 {
	padding: 17px 0px 0px;
	text-align: center;
}
.pay-logo3 {
	text-align: center;
}
.pay-logo4 {
	padding: 10px 0px 0px;
	text-align: center;
}
.pay-logo5 {
	padding: 19px 0px 0px;
	text-align: right;
}
.hed-tex {
	padding: 50px 0px;
}
.hed-tex h1 {
	font-size: 44px;
	text-align: center;
	color: #008bc9;
	font-weight: 500;
	padding: 0px 0px 45px;
	line-height: 45px;
}
.serv {
	width: 86%;
	margin: 0px auto;
	position: relative;
	text-align: center;
}
.serv h2 {
	text-align: center;
	font-family: 'Kalam', cursive;
	font-size: 26px;
	padding: 20px 0px 15px;
	line-height: 30px;
	font-weight: 400;
}
.serv-pic {
	height: 135px;
	margin: 0px auto;
	text-align: center;
}
.serv h2 span {
	color: #388ec5;
}
.serv-text {
	line-height: 26px;
	font-weight: 300;
}
.serv-arrow {
	position: absolute;
	top: 50px;
	right: -80px;
}
.gra-buts {
	background: #a1c627 /*url(../../img/panelchoice-lp/right-arrow1.png) no-repeat 93% 20px*/;
	height: 63px;
	border-bottom: solid 6px #7fa600;
	border-radius: 4px;
	color: #fff;
	line-height: 51px;
	text-align: center;
	padding: 0px 10px 0px 0px;
	font-size: 24px;
	font-weight: 700;
	margin: 0px auto 0px;
	width: 323px;
}

.gra-buts:hover {
	background: #96bb1d;
}
.gra-buts span {
	font-size: 30px;
	font-weight: 900;
}
.gra-buts:hover {
	color: #fff;
}
.gra-butsp {
	margin: 40px auto 0px;
	width: 323px;
}
.anm {
	background: #388ec6;
	padding: 80px 0px 60px;
}
.anm h2 {
	font-size: 44px;
	color: #fff;
	font-weight: 500;
	padding: 0px 0px 30px;
}
.anm-ps {
	width: 86%;
	margin: 0px auto;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 300;
}
.anm-pst {
	font-family: 'Kalam', cursive;
	font-size: 26px;
	color: #fff;
	text-align: center;
	padding: 20px 0px;
	line-height: 40px;
	font-weight: 400;
}
.anm-psts {
	line-height: 26px;
	color: #fff;
	font-weight: 300;
}
.anm-psts p {
	padding: 14px 0px;
}
.gery-bg {
	background: #f4f4f4 url(../../img/panelchoice-lp/pattern.png) repeat;
	padding: 50px 0px;
}
.gery-bg h2 {
	font-size: 44px;
	color: #008bc9;
	text-align: center;
	line-height: 50px;
	font-weight: 500;
	padding: 0px 0px 40px;
}
.white-bg {
	padding: 50px 0px;
	width: 100%;
}
.white-bg h2 {
	font-size: 44px;
	color: #008bc9;
	text-align: center;
	line-height: 50px;
	font-weight: 500;
	padding: 0px 0px 40px;
}
.pa.panel-heading {
	cursor: pointer;
}
/* CSS Method for adding Font Awesome Chevron Icons */
.accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'FontAwesome';
	content: "\f0d7";
	float: right;
	color: inherit;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #f4f4f4 !important;
}
.panel-heading.collapsed .accordion-toggle:after {
	/* symbol for "collapsed" panels */
	content: "\f0d8";
}
nel {
	box-shadow: none;
}
.panel-info {
	border-color: #f4f4f4;
}
.panel-info > .panel-heading {
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	font-size: 17px;
	cursor: pointer;
}
.panel-title {
	color: #000;
}
.green-bg {
	background: #a5c82f url(../../img/panelchoice-lp/pattern.png) repeat;
	padding: 30px 0px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	line-height: 65px;
	font-weight: 500;
	text-align: center;
}
.green-bg-but {
	width: 365px;
	height: 65px;
	border: solid 3px #fff;
	font-weight: 700;
	color: #fff;
	line-height: 54px;
	text-align: center;
	font-size: 27px;
	padding: 0px;
background:/*url(../../img/panelchoice-lp/right-arrow.png) no-repeat 92% 20px*/;
	padding: 0px 20px 0px 0px;
}
.green-bg-but span {
	font-size: 34px;
	font-weight: 900;
}
.green-bg-but1 {
	float: right;
	width: 365px;
}
.green-bg-but:hover {
	color: #a5c82f;
	background: #fff /*url(../../img/panelchoice-lp/right-arrowh.png) no-repeat 92% 20px*/;
}
.oes {
	margin: 0px;
	padding: 0px;
	color: #fff;
	line-height: 26px;
	font-weight: 300;
}
.oes h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	padding: 0px 0px 0px;
	line-height: 40px;
}
.oes h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	padding: 0px 0px 0px;
	line-height: 40px;
}
.oes h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	padding: 20px 0px 0px;
	line-height: 40px;
}
.oes img {
	padding: 0px 0px 40px 0px;
}
.oes p {
	padding: 15px 0px;
}
.klant {
	width: 94%;
	margin: 0px auto;
}
.ppr-ciral { /*-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;*/
	width: 126px;
	height: 126px; /*background:#226998;*/
	font-size: 40px;
	font-weight: 700;
	position: absolute;
	right: -80px;
	top: 150px;
	text-align: center;
	color: #fff;
	padding: 0px 0px 0px;
}
.ppr-ciral span {
	font-size: 16px;
}
