.img-third-party
{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}


.container-1140:after {
	content: " ";
	display: block;
	clear: both;
}

.user-nav,
.main-nav,
.section .list-ico,
.section.device-section .list-ico,
#footer .list-ico,
.footer-nav,
.social {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?-p0ibzk");
	src: url("../fonts/icomoon.eot?#iefix-p0ibzk") format("embedded-opentype"), url("../fonts/icomoon.ttf?-p0ibzk") format("truetype"), url("../fonts/icomoon.woff?-p0ibzk") format("woff"), url("../fonts/icomoon.svg?-p0ibzk#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
*/

[class^="icon-"],
[class*=" icon-"] {
	/*font-family: "icomoon";*/
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
	content: "\e600";
}

.icon-linkedin:before {
	content: "\e601";
}

.icon-youtube:before {
	content: "\e602";
}

.icon-facebook:before {
	content: "\e603";
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

body {
	padding: 0 !important;
	min-width: 320px;
}

a:hover {
	/*color: #FF6A07;#a04000;*/
	text-decoration: none;
}

.lg-hidden {
	display: none;
}
@media all and (max-width: 848px) {
	.lg-hidden {
		display: block !important;
	}
}

@media all and (max-width: 767px) {
	.sm-hidden {
		display: none;
	}
    .d-block-xs{
        display: block;
    }
}

.home-gallery img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.col-holder img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}


#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.container-1140 {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}








@media (min-width: 1281px) and (max-width: 1900px) {
	.container {
		width: 1100px !important;
	}

    .container-no-padding {
        padding: 0 !important;
        /* margin: 0 !important; */
    }

    .nav-line .container-no-padding{
        margin: 0 auto !important;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
	.container {
		width: 970px !important;
	}

    .container-no-padding {
        padding: 0 !important;
        /* margin: 0 !important; */
    }

    .nav-line .container-no-padding{
        margin: 0 auto !important;
    }
}






.resize-active #nav,
.resize-active #nav > ul {
	-webkit-transition: none !important;
	transition: none !important;
}

.mob-opener {
	display: none;
	height: 26px;
	width: 35px;
	position: absolute;
	top: 7px;
	text-indent: -9999px;
	overflow: hidden;
	left: 14px;
	padding: 0;
}
.mob-opener:before,
.mob-opener:after,
.mob-opener > span {
	background: #ff6a07;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 5px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.mob-opener:before,
.mob-opener:after {
	content: "";
	top: 0;
	margin: 0;
}
.mob-opener:after {
	margin: 0;
	bottom: 0;
	top: auto;
}

.container-fluid {
	margin: 0 auto;
	max-width: 1555px;
	position: relative;
}

@media all and (max-width: 767px) {
	#header {
		position: relative;
		z-index: 20;
		/*box-shadow: 0 1px 12px rgba(0, 0, 0, .39);*/
	}
	#header .col-md-8 {
		position: relative;
		padding: 0 8px;
	}
	#header .col-md-8:after {
		content: "";
		display: block;
		clear: both;
	}
	#header .container-fluid {
		padding: 0;
	}
}

.user-line {
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	background: #ff6a07;
}

.green.user-line {
	background: #02e73d;
}

.blue.user-line {
	background: #435c6f;
}

.user-nav {
	overflow: hidden;
	padding: 2px 0 3px;
	position: relative;
}
.user-nav li {
	font-size: 16px;
	line-height: 24px;
	float: left;
	margin: 0 11px 0 0;
	padding: 0 7px;
	position: relative;
}
.user-nav li.active,
.user-nav li.hover {
	font-weight: bold;
}
.user-nav li a {
	position: relative;
	z-index: 1;
	color: #fff;
}
.user-nav li a:active,
.user-nav li a:focus {
	text-decoration: none;
}
.user-nav li.arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 0;
	margin: 0;
	-webkit-transition: left .25s linear;
	transition: left .25s linear;
	border: 7px solid transparent;
	border-bottom-color: #e5e5e5;
}
@media all and (max-width: 767px) {
	.user-nav {
		margin: 0 -15px;
		padding: 3px 0 2px;
	}
	.user-nav li {
		font-size: 16px;
		line-height: 24px;
		margin: 0 8px 0 0;
	}
}

.nav-line {
	padding: 8px 0 9px;
	background: #e5e5e5;
}
.nav-line .btn {
	float: right;
    border:3px solid #FF6A07;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	padding: 5px 9px 6px 10px;
	margin: 0 1px 0 0;
	background-color: #ff6a07;
	color:#FFF;
}

.nav-line .btn:focus,  .nav-line .btn:hover
{
    background-color: #e5e5e5;
    border:3px solid #FF6A07;
	color: #ff6a07;
	transition: 0.5s ease;
}
    
@media all and (max-width: 848px) {
	.nav-line {
		padding: 8px 0;
	}
	.nav-line .btn {
		padding: 6px 9px 6px 10px;
		margin: 0;
		margin-right: -5px;
	}
}

#nav {
	float: left;
	padding: 0;
}
@media all and (max-width: 848px) {
	#nav {
		max-height: 0;
		z-index: 999;
		-webkit-transition: all .25s linear 0s;
		transition: all .25s linear 0s;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 7px 0 0;
		overflow: hidden !important;
	}
}

@media all and (max-width: 848px) {
    .logo.visible-xs-block {
        display: block !important;
    }
    .logo.sm-hidden {
        display: none !important;
    }
}

.logo {
	position: relative;
	float: left;
	padding: 10px 0 0;
	margin: 0;
	height: auto;
	padding-left: 7px;
}
.logo a {
	display: block;
}

/*.logo img {
	display: block;
}*/

.main-nav {
	float: left;
	padding: 6px 0 0 1px;
}
.main-nav li {
	float: left;
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 0 24px;
}
.main-nav li a {
	color: #435c6f;
	position: relative;
}


.main-nav li a:after {
	content: "]";
	position: absolute;
	opacity: 0;
	right: 0;
	top: -3px;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	margin: 0 -10px 0 0;
	-webkit-transition: -webkit-transform .3s ease, opacity .2s ease;
	transition: transform .3s ease, opacity .2s ease;
}
.main-nav li a:before {
	content: "[";
	position: absolute;
	opacity: 0;
	left: 0;
	top: -3px;
	margin: 0 0 0 -10px;
	-webkit-transition: -webkit-transform .3s ease, opacity .2s ease;
	transition: transform .3s ease, opacity .2s ease;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.main-nav li a:hover {
	text-decoration: none;
    color: #435C6F;
}



.main-nav li a:hover:after,
.main-nav li a:hover:before {
	display: block;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.main-nav li a:focus,
.main-nav li a:active {
	text-decoration: none;
	color: #435C6F; 
}
.main-nav li.active a:after,
.main-nav li.active a:before {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/*
@media all and (max-width: 768px) 
{
    .logo img 
    {
        display: block;
        width:120px;
        height:20px;
    }
}
*/

@media all and (max-width: 1000px) {
	.main-nav {
		padding: 6px 0 0 1px;
	}
	.main-nav li {
		float: left;
		font-size: 15px;
		line-height: 26px;
		margin: 0 0 0 21px;
	}
	.logo img 
    {
        display: block;
        width:102px;
        height:15px;
        margin-top:6px;
    }
}

@media all and (max-width: 848px) {
    .logo img 
    {
        width:150px;
        height:22px;
        margin-top:0px!important;
    }
	.main-nav {
		padding: 0;
		float: none;
		background: #fff;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all .25s linear 0s;
		transition: all .25s linear 0s;
	}
	.main-nav li {
		float: none;
		width: auto;
		padding: 0;
		margin: 2px 0 0;
		background: #e5e5e5;
	}
    
	.main-nav li a {
		display: inline-block;
		vertical-align: top;
		padding: 6px 20px;
	}
	.main-nav li a:after {
		content: "";
		right: 10px;
		top: 5px;
		margin: 0;
	}
	.main-nav li a:before 
	{
	    content: "";
		left: 10px;
		top: 5px;
		margin: 0;
	}
    .main-nav li a:hover
    {
        font-size:17px;
        font-weight:bold;
    }
}

.nav-active #nav {
	z-index: 2000;
	max-height: 4000px;
}
.nav-active #nav ul {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.home-gallery {
	position: relative;
	overflow: hidden;
	margin: 0;

	/* @include mq($until: tvscreen) {
		.carousel-inner .item{
			padding:0 15%;
		}
		p{
			margin:0 0 15px;
		}
		.btn{
			font-size:18px;
			line-height:40px;
			min-width:160px;
			min-height:60px;
			margin:0 6px;
			padding:7px;
			&.btn-default {
				padding:13px 13px 11px;
			}
		}
		h1{
			font-size:40px;
			padding:0;
			margin:0 0 28px;
			line-height:50px;
		}
		img.img-slide1{
			bottom:23px;
			right:0;
			max-width:584px;
		}
		img.img-slide2{
			width:35%;
			max-width:420px;
		}
		.slide2{
			h1{
				padding:20px 0;
				margin:0;
				font-size:44px;
				line-height:54px;
			}
			.carousel-caption{
				.text-box{
					padding:20px 10px 77px;
				}
			}
			.btn-box{
				padding:0;
			}
			.logo-ico{
				float:left;
			}
			.btn{
				font-size:24px;
				line-height:34px;
				margin:26px 10px 0 30px;
				&.btn-default {
					padding:24px 24px 25px;
				}
			}
		}
		.slide3{
			h1{
				padding:0;
				font-size:44px;
				margin:0 0 20px;
				line-height:54px;
			}
			.carousel-caption{
				.text-box{
					padding:83px 10px 123px;
				}
			}
			.btn-box{
				padding:0;
			}
			.btn{
				font-size:24px;
				line-height:34px;
				margin:0;
				&.btn-default {
					padding:24px 24px 25px;
				}
			}
		}
		.col-box{
			font-size:20px;
			line-height:24px;
			padding:70px 10px 0;
			.box{
				margin:-2px 0 0 ;
			}
			.alignleft{
				width:28%;
			}
			.alignright{
				width:28%;
			}
			.text{
				padding:38px 20px 0;
			}
			.title{
				font-size:26px;
				line-height:34px;
			}
			
		}
		.carousel-caption{
			font-size:26px;
			line-height:32px;
			.text-box{
				padding:91px 10px 84px;
			}
		}
	} */
}
.home-gallery .mask {
	overflow: hidden;
}
.home-gallery .slideset {
	float: left;
	width: 99999px;
}
.home-gallery .slide {
	float: left;
	width: 1920px;
	height: 976px;
}
.home-gallery .slide1 {
	overflow: hidden;
	background: url(../content/Landing/bg-home-slide-1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.home-gallery .slide2 {
	overflow: hidden;
	background: url(../content/Landing/bg-home-slide-2.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.home-gallery .slide2 h1 {
	padding: 31px 0;
	font-size: 70px;
	line-height: 84px;
}
.home-gallery .slide2 .carousel-caption .text-box {
	padding: 38px 32px 196px 48px;
}
.home-gallery .slide2 .btn-box {
	padding: 34px 6px 0 0;
}
.home-gallery .slide2 .logo-ico {
	float: left;
}

.home-gallery .slide2 .logo-ico img {
	max-width: 100px;  /*124px;*/
}

.home-gallery .slide2 .btn {
	float: none;
	margin: 8px 59px 0 31px;
}
.home-gallery .slide3 {
	overflow: hidden;
	background: url(../content/Landing/bg-home-slide-3.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.home-gallery .slide3 h1 {
	padding: 0 28px 0 0;
	font-size: 70px;
	margin: 0 0 36px;
	line-height: 84px;
}
.home-gallery .slide3 .carousel-caption .text-box {
	padding: 163px 46px 179px 40px;
}
.home-gallery .slide3 .btn-box {
	padding: 25px 0 0 18px;
}
.home-gallery .slide3 .logo-ico {
	float: left;
}
.home-gallery .slide3 .btn {
	margin: 16px 59px 0 31px;
}
.home-gallery .carousel-caption {
	position: static;
	margin: 0;
	overflow: hidden;
	text-shadow: none;
	font-size: 35px;
	line-height: 42px;
	color: #435c6f;
}
.home-gallery .carousel-caption * {
	position: relative;
	z-index: 1;
}
.home-gallery .carousel-caption .text-box {
	padding: 183px 0 256px;
}
.home-gallery .carousel-caption .text-box-signup {
	padding: 183px 0 256px;
}
.home-gallery img.img-slide1 {
	position: absolute;
	bottom: 46px;
	right: 0;
	width: 48.65%;
	max-width: 934px;
}
.home-gallery img.img-slide2 {
	position: absolute;
	bottom: 41px;
	left: 50%;
	width: 43.5%;
	max-width: 835px;
}
.home-gallery .col-box {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	padding: 118px 10px 0 50px;
}
.home-gallery .col-box .box {
	overflow: hidden;
	padding: 0;
	margin: -6px 0 0;
}
.home-gallery .col-box .box:first-child .text {
	padding-top: 52px;
}
.home-gallery .col-box .box:nth-child(even) .text {
	padding-left: 10px;
}
.home-gallery .col-box .alignleft {
	float: left;
	width: 38.7%;
	height: auto;
}
.home-gallery .col-box .alignright {
	float: right;
	width: 38.75%;
}
.home-gallery .col-box .text {
	overflow: hidden;
	padding: 70px 40px 0 0;
}
.home-gallery .col-box .title {
	font-size: 35px;
	line-height: 37px;
}
.home-gallery p {
	margin: 0 0 30px;
}
.home-gallery h1 {
	font-size: 50px;
	font-weight: bold;
	color: #435c6f;
	padding: 0 120px;
	margin: 0 0 48px;
	line-height: 60px;
}
.home-gallery .btn-box {
	overflow: hidden;
	padding: 32px 6px 0 0;
}
.home-gallery .btn {
	display: inline-block;
	vertical-align: top;
	border-width: 5px;
	font-size: 24px;
	font-weight: bold;
	line-height: 44px;
	min-width: 227px;
	min-height: 71px;
	margin: 0 19px;
	padding: 9px 12px 7px;
	color:#FFF
}
/*
.home-gallery .btn.btn-orange-carousel:focus, .home-gallery .btn.btn-orange-carousel:hover
{
    background-color: #FF6A07 !important; color: #fff  !important; 
}
*/
/*
.home-gallery .btn.btn-primary { color: #ff6a07;    background-color: transparent;    border-color: #ff6a07; border-width: 5px;}
.home-gallery .btn.btn-primary:focus, .home-gallery .btn.btn-primary:hover {color: #ff6a07; }
*/
.home-gallery .btn-orange-carousel { color: #fff; background-color: #ff6a07; border:3px solid #FF6A07;}
.home-gallery .btn-orange-carousel:focus, .home-gallery .btn-orange-carousel:hover { background-color: transparent !important; color: #ff6a07  !important; transition: 0.5s ease;}

.home-gallery .btn-primary { color: #ff6a07; background-color: transparent; border:3px solid #FF6A07;}
.home-gallery .btn-primary:focus, .home-gallery .btn-primary:hover {background-color: #ff6a07 !important; color: #fff !important; transition: 0.5s ease;}


.home-gallery .btn.btn-default {
	border: none;
	padding: 14px 15px 12px;
}
.home-gallery .carousel-control {
	background: none;
	text-shadow: none;
	color: #435c6f;
	-webkit-filter: none;
	filter: none;
	opacity: 1;
	left: 95px;
	top: 50%;
	width: auto;
	bottom: auto;
	margin: -64px 0 0;
	z-index: 4;
}
.home-gallery .carousel-control span {
	height: auto;
	width: auto;
	margin: 0;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: static;
	font-weight: normal;
	display: block;
	width: 61px;
	height: 94px;
	background: url(../Content/landing/arrow-left-home-gallery.png) no-repeat;
}
.home-gallery .carousel-control.btn-next span {
	background: url(../Content/landing/arrow-right-home-gallery.png) no-repeat;
}
.home-gallery .carousel-control span.sr-only {
	display: none;
}
.home-gallery .carousel-control.right {
	left: auto;
	right: 95px;
}
.home-gallery .carousel-control:hover {
	opacity: .6;
}

@media(min-width:1900px) 
{    

    .home-gallery .slide1 .text-box h1 {font-size: 62px;line-height: 1.2em; padding-left:10px; padding-right:10px; margin-bottom: 45px;}
    .home-gallery .slide1 .text-box p {font-size: 38px;line-height: 1.1em;}
    .home-gallery .slide1 .text-box-signup h1 {font-size: 62px;line-height: 1.2em; padding-left:10px; padding-right:10px; margin-bottom: 45px;}
    .home-gallery .slide1 .text-box-signup p {font-size: 38px;line-height: 1.1em;}    
    .home-gallery .slide2 .carousel-caption h1 {font-size: 62px;line-height: 1.2em;}
    .home-gallery .slide2 .carousel-caption p {font-size: 38px;line-height: 1.1em; margin-top: 60px;}
    .home-gallery .slide3 .text-box h1 {font-size: 62px;line-height: 1.2em; margin-bottom: 45px;}
    .home-gallery .slide3 .text-box p {font-size: 38px;line-height: 1.1em;}
    
    .home-gallery .slide2 .btn {
	    float: left;
	    margin: 19px 0px 0 31px;
    }


    .home-gallery .slide2 .logo-ico img {
		/*max-width: 72px;*/
		max-width: 180px;
	}
		
	.home-gallery .slide2 .btn-box {
		padding: 24px 0 0;
	}
	
    /* 
    .home-gallery .btn { line-height: 70px; }   

    .btn-orange-carousel { height: 100px; }
    .btn-primary { height: 100px; }
    */
    .sign-up-text-its-free{font-size:31px !important;}
        .btn-get-medadvisor{ font-size:38px !important; min-width:427px !important; min-height:89px !important; padding: 21px 12px 7px !important;}
}

@media all and (max-width: 1899px) {
	.home-gallery .carousel-inner .item {
		padding: 0 15%;
	}
	.home-gallery .btn.btn-default {
		padding: 11px 13px 9px;
	}
	.home-gallery h1 {
		font-size: 30px;
		padding: 0;
		margin: 0 0 14px;
		line-height: 36px;
	}
	.home-gallery img.img-slide1 {
		/*bottom: 23px;*/
		bottom: 73px;
		right: 0;
		max-width: 484px;
	}
	.home-gallery img.img-slide2 {
		left: 54%;
		width: 35%;
		max-width: 420px;
	}
	.home-gallery .slide {
		/*height: 500px;*/
		height: 550px;
	}
	.home-gallery .slide1 .carousel-caption .text-box {
		padding-top: 70px;
		margin-left: 30px;
		margin-right: -130px;
	}
	.home-gallery .slide1 .carousel-caption .text-box-signup {
		padding-top: 60px;
		margin-left: 0px;
		margin-right: -130px;
	}	
	.home-gallery .slide2 h1 {
		padding: 10px 0;
		margin: 0;
		font-size: 34px;
		line-height: 44px;
	}
	.home-gallery .slide2 .carousel-caption .text-box {
		padding: 40px 0px 45px 20px;
	}
	.home-gallery .slide2 .logo-ico {
		max-width: 100px;
	}
	.home-gallery .slide2 .btn {
		margin: 19px 0 0 0;
	}
	.home-gallery .slide3 h1 {
		padding: 0;
		font-size: 34px;
		margin: 0 0 25px;
		line-height: 44px;
	}
	.home-gallery .slide3 .carousel-caption .text-box {
		padding: 60px 10px 82px;
	}
	.home-gallery .slide1 .btn-box {
		margin-left: -20px;
		margin-right: -20px;
	}
	.home-gallery .slide2 .btn-box {
		padding: 24px 0 0;
	}
	.home-gallery .slide3 .btn-box {
		padding: 0;
	}
	.home-gallery .slide3 .btn {
		margin: 0;
	}
	.home-gallery .col-box {
		font-size: 18px;
		line-height: 24px;
		padding: 30px 10px 0;
	}
	.home-gallery .col-box .box {
		margin: -2px 0 10px;
	}
	.home-gallery .col-box .box:first-child .text {
		padding-top: 26px;
	}
	.home-gallery .col-box .box .box:nth-child(even) .text {
		padding-left: 20px;
	}
	.home-gallery .col-box .text {
		padding: 30px 20px 0 10px;
	}
	.home-gallery .col-box .title {
		font-size: 24px;
		line-height: 32px;
	}
	.home-gallery .col-box .alignright,
	.home-gallery .col-box .alignleft {
		width: 25%;
	}
	.home-gallery .carousel-caption {
		font-size: 22px;
		line-height: 26px;
	}
	.home-gallery .carousel-caption .text-box {
		padding: 100px 10px 64px;
	}
	.home-gallery .carousel-caption .text-box-signup {
		padding: 100px 10px 64px;
	}	
	.home-gallery .carousel-control {
		left: 3.3%;
		top: 50%;
		margin: -48px 0 0;
	}
	.home-gallery .carousel-control span {
		line-height: 60px;
		font-size: 62px;
	}
	.home-gallery .carousel-control.right {
		left: auto;
		right: 3.3%;
	}
	.home-gallery .carousel-control:hover {
		opacity: .6;
	}
	.home-gallery p {
		margin: 0 0 15px;
	}
	.home-gallery .slide1 .text-box h1 {font-size: 50px;line-height: 1.1em;}
    .home-gallery .slide1 .text-box p {font-size: 30px;line-height: 1.1em;padding-top:10px;}
	.home-gallery .slide1 .text-box-signup h1 {font-size: 50px;line-height: 1.1em;}
    .home-gallery .slide1 .text-box-signup p {font-size: 28px;line-height: 1.1em;padding-top:10px;}    
    .home-gallery .slide2 .carousel-caption h1 {font-size: 50px;line-height: 1.1em;}
    .home-gallery .slide2 .carousel-caption p {font-size: 30px;line-height: 1.1em;}
    .home-gallery .slide3 .text-box h1 {font-size: 50px;line-height: 1.1em;}
    .home-gallery .slide3 .text-box p {font-size: 30px;line-height: 1.1em;margin: 0 0 25px;}
    
    .home-gallery .btn {

	}
	
	.home-gallery .slide2 .logo-ico img {
		max-width: 180px;
	}
	
    /*.home-gallery .btn { font-size: 24px; line-height: 70px; }   */
}
@media only screen and (max-width: 1199px) {
	.home-gallery .slide1 .carousel-caption .text-box {
		padding-top: 70px;
	}
	.home-gallery .slide1 .carousel-caption .text-box-signup {
		padding-top: 55px;
	}	
	.home-gallery .slide3 .carousel-caption .text-box {
		padding-top: 120px;
	}
	.home-gallery img.img-slide1 {
		max-width: 400px;
		bottom: 50px;
	}
	.home-gallery img.img-slide2 {
		left: 54%;
		width: 35%;
		bottom: 20px;
		max-width: 380px;
	}
    .home-gallery .slide {
		height: 450px;
	}
	.home-gallery .slide1 .text-box {
		padding-top: 0;
		padding-left: 20px;
	}
	.home-gallery .carousel-control {
		left: 2%;
		margin-top: -35px;
	}
	.home-gallery .carousel-control.right {
		left: auto;
		right: 2%;
	}
	.home-gallery .carousel-control.right span {
		width: 46px;
		height: 70px;
		background-size: 46px 70px;
	}
	.home-gallery .carousel-control span {
		width: 46px;
		height: 70px;
		background-size: 46px 70px;
	}
	.home-gallery .slide2 .carousel-caption .text-box {
		padding-left: 50px;
	}
	.home-gallery .slide2 .btn-box {
		padding: 14px 15% 0;
	}
	.home-gallery .slide2 .btn {
	    margin: 14px 0px 0 15px;
    }
	.home-gallery .slide3 .carousel-caption .text-box {
		padding-left: 50px;
		padding-top: 60px;
	}
	.home-gallery .col-box {
		padding-top: 15px;
		padding-right: 30px;
	}
	
	.home-gallery .slide2 .logo-ico img {
		max-width: 145px;
	}
	.home-gallery .slide1 .text-box h1 {font-size:40px;}
	.home-gallery .slide1 .text-box p  {font-size:24px;padding-top:10px;}
	.home-gallery .slide1 .text-box-signup h1 {font-size:40px;}
	.home-gallery .slide1 .text-box-signup p  {font-size:24px;padding-top:10px;}	
	.home-gallery .slide2 .carousel-caption h1 {font-size:40px;}
	.home-gallery .slide2 .carousel-caption p  {font-size:24px;}
	.home-gallery .slide3 .text-box h1 {font-size:40px;}
	.home-gallery .slide3 .text-box p  {font-size:24px;}
	
	.home-gallery .btn 
	{ 
		border-width: 3px;
		font-size: 15px;
		line-height: 45px;
		min-width: 140px;
		min-height: 30px;
		margin: 0 10px;
		padding: 4px;		
	}
	.btn-get-medadvisor
	{
	    font-size:24px;
	    min-width:210px;
	    min-height:45px;
	}

}
@media all and (max-width: 991px) {
	.home-gallery .carousel-inner .item {
		padding: 0 15%;
	}
	.home-gallery p {
		margin: 0 0 15px;
	}
	.home-gallery .btn-box {
		padding: 22px 0 0;
	}
	.nav-line .container{width:100%;}

	.home-gallery .btn {
		border-width: 3px;
		font-size: 15px;
		line-height: 45px;
		min-width: 140px;
		min-height: 30px;
		margin: 0 10px;
		padding: 4px;
	}
	.btn-get-medadvisor
	{
        font-size:20px;
        min-width:210px;
        min-height:45px;
	}
		
	.home-gallery .btn.btn-default {
		padding: 8px 10px 8px;
	}
	.home-gallery h1 {
		font-size: 20px;
		margin: 0 0 10px;
		line-height: 30px;
	}
	.home-gallery img.img-slide1 {
		/*bottom: 12px;*/
		bottom: 80px;
		right: 0;
		max-width: 290px;
	}
	.home-gallery img.img-slide2 
	{
	    /*width: 35%;*/
		width: 350px;
	}
	.home-gallery .slide {
		height: 420px;
	}
	.home-gallery .slide2 h1 {
		padding: 10px;
		margin: 0;
		font-size: 26px;
		line-height: 34px;
	}
	.home-gallery .slide2 .carousel-caption .text-box {
		padding: 25px 10px 0;
	}
	.home-gallery .slide2 .logo-ico {
		max-width: 138px;
	}
	.home-gallery .slide2 .logo-ico img {
		display: block;
		width: 100%;
		height: auto;
	}	
	.home-gallery .slide2 .btn 
	{
	    float:none !important;
		margin: 12px 0px 0 10px;
	}
	.home-gallery .slide2 .btn.btn-default {
		padding: 6px;
	}
	.home-gallery .slide3 h1 {
		padding: 0;
		font-size: 26px;
		margin: 0 0 25px;
		line-height: 34px;
	}
	.home-gallery .slide3 .carousel-caption .text-box {
		padding: 23px 10px 42px;
	}
	.home-gallery .slide3 .btn-box {
		padding: 0;
	}
	.home-gallery .slide2 .btn-box {
		padding: 0;
	}
	.home-gallery .slide3 .btn {
		margin: 0;
	}
	.home-gallery .slide3 .btn.btn-default {
		padding: 6px;
	}
	.home-gallery .col-box {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 5px 0;
	}
	.home-gallery .col-box .box {
		margin: -2px 0 8px;
	}
	.home-gallery .col-box .text {
		padding: 8px 10px 0;
	}
	.home-gallery .col-box .title {
		font-size: 18px;
		line-height: 26px;
	}
	.home-gallery .carousel-caption {
		font-size: 18px;
		line-height: 22px;
	}
	.home-gallery .carousel-caption .text-box {
		padding: 40px 10px 44px;
	}
	.home-gallery .carousel-caption .text-box-signup {
		padding: 40px 10px 44px;
	}	
	.home-gallery .carousel-control {
		margin: -24px 0 0;
	}
	.home-gallery .carousel-control span {
		width: 31px;
		height: 47px;
		background-size: 31px 47px;
	}
	.home-gallery .carousel-control.right span {
		width: 31px;
		height: 47px;
		background-size: 31px 47px;
	}
	.home-gallery .slide1 .carousel-caption .text-box {
		padding-top: 60px;
		padding-left: 10px;
	}
	.home-gallery .slide1 .carousel-caption .text-box-signup {
		padding-top: 60px;
		padding-left: 10px;
	}	
	.home-gallery .slide2 .carousel-caption .text-box {
		padding-left: 40px;
	}
	.home-gallery .slide3 .carousel-caption .text-box {
		padding-top: 50px;
		padding-left: 30px;
	}
	.home-gallery .col-box {
		padding-top: 20px;
		padding-right: 40px;
	}
	
	.home-gallery .slide1 .text-box h1 {font-size:32px;}
	.home-gallery .slide1 .text-box p  {font-size:22px; padding-top: 10px;}
	.home-gallery .slide1 .text-box-signup h1 {font-size:32px;}
	.home-gallery .slide1 .text-box-signup p  {font-size:22px; padding-top: 10px;}	
	.home-gallery .slide2 .carousel-caption h1 {font-size:32px;}
	.home-gallery .slide2 .carousel-caption p  {font-size:22px;}
	.home-gallery .slide3 .text-box h1 {font-size:32px;}
	.home-gallery .slide3 .text-box p  {font-size:22px;}
	
    
}
@media all and (max-width: 767px) {
	.home-gallery img.img-slide1,
	.home-gallery img.img-slide2,
	.home-gallery .col-box {
		display: none;
	}
	.home-gallery .carousel-inner .item {
		padding: 0 30px;
	}
	.home-gallery .carousel-control.btn-prev span,
	.home-gallery .carousel-control.btn-next span {
		width: 24px;
		height: 35px;
		background-size: 24px 35px;
	}
	.home-gallery p {
		margin: 0 0 6px;
	}
	.home-gallery .btn {
		font-size: 24px;
		line-height: 40px;
		display: block;
		min-height: 60px;
		margin: 0 auto 16px;
		padding: 12px 7px 11px;
		max-width: 226px;
	}
	.home-gallery .btn.btn-default {
		padding: 15px 13px 16px;
	}
	.home-gallery h1 {
		font-size: 35px;
		padding: 0 20px;
		margin: 0 0 21px;
		line-height: 42px;
	}
	.home-gallery .slide2 h1 {
		font-size: 30px;
		padding: 14px 15px 0;
		margin: 0 0 21px;
		line-height: 36px;
	}
	.home-gallery .slide2 .carousel-caption .text-box {
		padding: 0 25px 2px;
	}
	.home-gallery .slide2 .btn-box {
		padding: 30px 0 0;
	}
	.home-gallery .slide2 .logo-ico {
		float: right;
		max-width: 180px;
	}
	.home-gallery .slide2 .logo-ico img {
		max-width: 180px;
	}
	.home-gallery .slide2 .btn {
		font-size: 24px;
		line-height: 40px;
		margin: 20px 10px 0 0;
	}
	.home-gallery .slide2 .btn.btn-default {
		padding: 15px 13px 16px;
	}
	.home-gallery .slide3 h1 {
		font-size: 35px;
		padding: 0 15px;
		margin: 0 0 21px;
		line-height: 36px;
	}
	.home-gallery .slide3 .carousel-caption .text-box {
		padding: 14px 25px 2px;
	}
	.home-gallery .slide3 .btn-box {
		padding: 20px 0 0;
	}
	.home-gallery .slide3 .btn {
		font-size: 24px;
		line-height: 40px;
		display: block;
		min-height: 60px;
		margin: 0 auto 16px;
	}
	.home-gallery .slide3 .btn.btn-default {
		padding: 15px 13px 16px;
	}
	.home-gallery .carousel-caption {
		font-size: 16px;
		line-height: 20px;
	}
	.home-gallery .carousel-caption .text-box {
		padding: 14px 25px 2px;
		float: none;
		width: auto;
		max-width: 100%;
	}
	.home-gallery .carousel-caption .text-box-signup {
		padding: 14px 25px 2px;
		float: none;
		width: auto;
		max-width: 100%;
	}	
	.home-gallery .slide {
		height: 465px;
	}
	.home-gallery .carousel-caption {
		white-space: nowrap;
		height: 465px;
		top: 0;
		bottom: 0;
	}
	.home-gallery .carousel-caption:after {
		content: "";
		display: inline-block;
		height: 100%;
		width: 1px;
		overflow: hidden;
		margin: 0 0 0 -5px;
		vertical-align: middle;
	}
	.home-gallery .carousel-caption .container {
		float: none;
		position: relative;
		vertical-align: middle;
		display: inline-block;
		white-space: normal;
		overflow: hidden;
		margin-left: -8px;
	}
	.home-gallery .slide1 .carousel-caption .text-box {
		padding: 14px 25px;
		margin: 0;
	}
	.home-gallery .slide1 .carousel-caption .text-box-signup {
		padding: 14px 25px;
		margin: 0;
	}	

	.home-gallery .slide1 .text-box h1 {font-size:30px;}
	.home-gallery .slide1 .text-box p  {font-size:18px; padding-top: 10px;}
	.home-gallery .slide1 .text-box-signup h1 {font-size:30px;}
	.home-gallery .slide1 .text-box-signup p  {font-size:18px; padding-top: 10px;}	
	.home-gallery .slide2 .carousel-caption h1 {font-size:30px;margin-left:25px;margin-right:25px;}
	.home-gallery .slide2 .carousel-caption p  {font-size:18px;}
	.home-gallery .slide3 .text-box h1 {font-size:30px;}
	.home-gallery .slide3 .text-box p  {font-size:18px;}
}

.section {
	font-size: 24px;
	line-height: 29px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.section h2 {
	margin: 0 0 36px;
	font-size: 35px;
	font-weight: bold;
	line-height: 42px;
}
.section h2 b {
	color: #ff6a07;
	text-transform: uppercase;
}
.section p {
	margin: 0 0 26px;
}
.section .img-left {
	position: absolute;
	left: 11.1%;
	width: 36.85%;
	height: auto;
	bottom: 0;
}
.section .more {
	color: #ff6a07;
	float: right;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.section :focus, .section .more:hover { color: #053D57 !important;}/* #ff6a07*/
/*
.solid-midgray-background a {color: #FFF; font-weight:bold;}
.solid-midgray-background a:hover,a:focus {color:  #053D57; }
  */  
    

.section .more.center {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.section .more:hover {
	color: #d35400;
	text-decoration: none;
}



.section.blue {
	background: #435c6f;
	position: relative;
}
.section.dark-blue {
	background: #053D57;
	position: relative;
}
.section.two-col {
	background: #5c7c91;
}
.section.two-col .col {
	padding-top: 111px;
	padding-bottom: 104px;
}
.section.two-col .alignleft {
	float: left;
	margin: 48px 38px 0 0;
}
.section.two-col h2 {
	margin: 0 0 21px;
}
.section.two-col .text {
	overflow: hidden;
}
@media all and (max-width: 1899px) {
	.section.two-col .col {
		padding-top: 90px;
		padding-bottom: 80px;
	}
	.section.two-col .alignleft {
		margin: -5px 25px 0 0;
	}
}
@media all and (max-width: 1199px) {
	.section.two-col .alignleft {
		margin: 4px 20px 0 0;
	}
	.sign-up-text-its-free{font-size:20px !important;}
	.btn-get-medadvisor
	{
	    font-size:26px !important;
	    min-width:283px !important;
	    min-height:66px !important;
	    padding-top:9px !important;
	}
}
@media all and (max-width: 991px) {
	.section.two-col .alignleft {
		margin: 4px 20px 0 0;
		max-width: 40%;
	}
	.section.two-col .col {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.section.two-col .text {
		text-align: center;
	}
}
.section.device-section {
	padding: 106px 0 0;
}
.section.device-section .col {
	padding: 4px 30px 20px 60px;
}
.section.device-section .ico-col {
	padding-top: 106px;
	padding-bottom: 137px;
}
.section.device-section .list-ico {
	margin: 0 -15px 70px;
}
.section.device-section .add-box {
	position: relative;
	min-height: 530px;
}
.section.device-section .add-box .img-block {
	position: absolute;
	left: -20px;
	right: -504px;
	bottom: 0;
}
.section.device-section .add-box .img-block .img-right {
	width: 100%;
	display: block;
	height: auto;
}
@media all and (max-width: 1899px) {
	.section.device-section {
		padding: 50px 0 0;
	}
	.section.device-section .col {
		padding: 4px 20px 10px 40px;
	}
	.section.device-section .list-ico {
		margin-bottom: 40px;
	}
	.section.device-section .add-box {
		min-height: 380px;
	}
	.section.device-section .add-box .img-block {
		left: -10px;
		right: -270px;
	}
	.sign-up-text-its-free{font-size:23px !important;}
	.btn-get-medadvisor
	{
	    min-width: 315px !important;
        min-height: 71px !important;
        font-size:32px !important;
    }
}
@media only screen and (max-width: 1439px) {
	.section.device-section .add-box {
		min-height: 350px;
	}
	.section.device-section .add-box .img-block {
		left: -10px;
		right: -270px;
	}
}
@media only screen and (max-width: 991px) {
	.section.device-section .list-ico {
		margin-bottom: 20px;
	}
	.section.device-section .add-box {
		min-height: 280px;
	}
	.section.device-section .add-box .img-block {
		left: -10px;
		right: -230px;
	}
}
@media only screen and (max-width: 767px) {
	.section.device-section {
		padding: 18px 0 0;
		text-align: center;
	}
	.section.device-section .list-ico {
		margin: 20px 0 20px;
	}
	.section.device-section .list-ico li a {
		width: 204px;
		margin: 0 auto;
	}
	.section.device-section .add-box {
		min-height: 202px;
	}
	.section.device-section .add-box .img-block {
		left: 50%;
		width: 454px;
		margin: 0 0 0 -142px;
	}
	.section.device-section .add-box .img-block img {
		margin: 0;
		position: relative;
		left: 0;
		width: 100%;
		margin: 0 0 -17px;
	}
	.section.device-section .col {
		padding: 10px 20px 15px;
	}
	.section.device-section .col .more {
		margin: 0;
	}
	.section.device-section h2 {
		padding: 0 10px;
	}
}
.section.white {
	position: relative;
	overflow: hidden;
	/*background: #e7e7e7 url(../images/bg4.jpg) no-repeat 50% 50%;*/
	background-size: cover;
	text-align: center;
	color: #435c6f;
	padding: 94px 0 80px;
}
.section.white .subtitle {
	display: block;
	margin: 0 0 91px;
	position: relative;
	z-index: 3;
}
.section.white .heading {
	white-space: nowrap;
	margin: 0 0 23px;
}
.section.white .heading:after {
	content: "";
	display: inline-block;
	width: 1px;
	overflow: hidden;
	height: 100%;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}
.section.white .alignleft {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
.section.white .box {
	padding: 0 20px 50px;
	overflow: hidden;
}
.section.white .title {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	color: #ff6a07;
	width: 50%;
	padding: 0 0 0 6px;
	color: #FF6A07;
	font-weight:bold;
}

.section.white .title:hover,title:focus {color: #053D57; }


.section.white .col-holder {
	margin: 0 -100px 32px -120px;
	overflow: hidden;
}
.section.white p {
	margin: 0;
}
.section.white h2 {
	position: relative;
	z-index: 2;
}
.section .list-ico {
	overflow: hidden;
	margin: 0 -15px;
}
.section .list-ico li {
	float: left;
	margin: 0 0 14px 14px;
}
.section .list-ico li:first-child {
	margin-left: 0;
}
.section .list-ico li a {
	display: block;
}
.section .list-ico li img {
	display: block;
}
@media all and (max-width: 1899px) {
	.section .list-ico {
		margin: 0 -7px;
	}
	.section .list-ico li {
		margin: 0 0 14px;
		width: 33%;
		padding: 0 7px;
	}
	.btn-get-medadvisor{font-size:32px !important;}
}
.section.gray {
	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e5e5e5), color-stop(100%, #eee));
	background: -webkit-linear-gradient(left, #e5e5e5 0%, #eee 100%);
	background: linear-gradient(to right, #e5e5e5 0%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#eeeeee',GradientType=1 );
	text-align: center;
	color: #435c6f;
	text-align: left;
	position: relative;
	overflow: hidden;
	padding: 30px 0 0;
}
.section.gray .section-bg {
	background: url(../images/bg5.jpg) no-repeat 50% 100%;
	background-size: 100% auto;
	max-width: 1920px;
	margin: 0 auto;
}
.section.gray .btn-box {
	text-align: center;
	padding: 36px 4px 0 0;
}
.section.gray .btn {
	display: inline-block;
	vertical-align: top;
	border-width: 5px;
	font-size: 24px;
	font-weight: bold;
	line-height: 44px;
	min-width: 228px;
	min-height: 71px;
	margin: 0 19px;
	padding: 9px 11px 7px;
}
.section.gray .col {
	padding: 291px 80px 287px 20px;
}
.section.gray h2 {
	padding-right: 50px;
}
@media all and (max-width: 1899px) {
	.section.gray {
		padding: 0;
	}
	.section.gray .col {
		padding-top: 100px;
		padding-bottom: 90px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media all and (max-width: 1199px) {
	.section.gray .col {
		padding-top: 90px;
		padding-bottom: 80px;
	}
	.section.gray .section-bg {
		background-size: 74% auto;
	}
}
@media only screen and (max-width: 991px) {
	.section.gray .col {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.section.gray .col {
		padding: 26px 25px 396px;
	}
	.section.gray h2 {
		padding: 0;
	}
	 .section .more
    {
        font-size:16px !important;
    }
    .btn-get-medadvisor    
    {
        min-width: 200px !important;
        font-size: 24px !important;
        min-height: 63px !important;
        padding: 0;
    }
}
@media all and (max-width: 1899px) 
{
    .section .more
    {
        font-size:22px;
    }
	.section {
		font-size: 16px;
		line-height: 22px;
	}
	.section .img-left {
		max-width: 442px;
	}
	.section .img-left {
		max-width: 284px;
	}
	.section h2 {
		margin: 0 0 24px;
		font-size: 26px;
		line-height: 32px;
	}
	.section.white {
		padding: 44px 0 40px;
	}
	.section.white .subtitle {
		margin: 0 0 40px;
	}
	.section.white p {
		margin: 0 0 10px;
	}
	.section.white .heading {
		margin: 0 0 11px;
	}
	.section.white .alignleft {
		margin: 0;
		max-width: 30%;
	}
	.section.white .box {
		padding: 0 20px 20px;
	}
	.section.white .title {
		width: 60%;
		padding: 0 0 0 6px;
	}
	.section.white .col-holder {
		margin: 0 0 20px;
	}
	.section.gray .btn-box {
		text-align: center;
		padding: 16px 4px 0 0;
	}
	.section.gray .btn {
		border-width: 4px;
		font-size: 18px;
		line-height: 48px;
		min-width: 200px;
		min-height: 60px;
		margin: 0;
		padding: 6px 10px;
	}
}
@media all and (max-width: 991px) {
	.section {
		font-size: 14px;
		line-height: 20px;
	}
	.section h2 {
		margin: 0 0 12px;
		font-size: 20px;
		line-height: 26px;
	}
	.section.white {
		padding: 44px 0 40px;
	}
	.section.white .subtitle {
		margin: 0 0 40px;
	}
	.section.white p {
		margin: 0 0 10px;
	}
	.section.white .heading {
		margin: 0 0 11px;
	}
	.section.white .alignleft {
		margin: 0;
		max-width: 30%;
	}
	.section.white .box {
		padding: 0 20px 15px;
	}
	.section.white .title {
		width: 60%;
		padding: 0 0 0 6px;
	}
	.section.white .col-holder {
		margin: 0 0 20px;
	}
	.section.gray .btn-box {
		text-align: center;
		padding: 16px 4px 0 0;
	}
	.section.gray .btn {
		border-width: 4px;
		font-size: 18px;
		line-height: 38px;
		min-width: 200px;
		min-height: 50px;
		margin: 0;
		padding: 6px 10px;
	}
}
@media all and (max-width: 767px) {
	.section {
		font-size: 16px;
		line-height: 19px;
	}
	.section p {
		margin: 0 0 19px;
	}
	.section .more {
		margin: 0 9px 0 0;
	}
	.section h2 {
		margin: 0 0 19px;
		font-size: 24px;
		line-height: 29px;
	}
	.section.white {
		background: #e5e5e5;
		padding: 24px 20px 0;
	}
	.section.white h2 {
		padding: 0;
		margin: 0 0 15px;
	}
	.section.white .row {
		margin: 0;
	}
	.section.white .col {
		padding: 0;
		margin: 0 0 19px;
		height: auto !important;
	}
	.section.white .subtitle {
		margin: 0 0 25px;
	}
	.section.white p {
		display: none;
	}
	.section.white .more.center {
		/*display: none;*/
		padding-bottom:40px;
	}
	.section.white .heading {
		margin: 0 0 11px;
		padding: 0 10px 0 22px;
	}
	.section.white .alignleft {
		margin: 0 7.2% 0 0;
		max-width: 30.4%;
	}
	.section.white .box {
		padding: 0 4px 6px;
	}
	.section.white .title {
		width: 60%;
		padding: 0 0 0 6px;
	}
	.section.white .col-holder {
		margin: 0;
	}
	.section.gray .section-bg {
		background: url(../images/bg5.jpg) no-repeat -66px 100%;
		background-size: 746px auto;
		max-width: 1920px;
		margin: 0 auto;
		text-align: center;
	}
	.section.gray .btn-box {
		padding: 4px 0 0;
	}
	.section.gray .btn {
		display: inline-block;
		vertical-align: top;
		border-width: 5px;
		font-size: 24px;
		font-weight: bold;
		line-height: 44px;
		min-width: 228px;
		min-height: 71px;
		margin: 0;
		padding: 10px 10px 6px;
	}
	.section.device-section .img-right {
		position: absolute;
		width: 377px;
		right: auto;
		left: 50%;
		margin: 0 0 -17px -140px;
		bottom: 0;
		height: auto;
		max-width: none;
	}
	.section.device-section .ico-col {
		padding: 0 35px 222px;
	}
	.section.device-section .list-ico {
		overflow: hidden;
	}
	.section.device-section .list-ico li {
		float: none;
		width: auto;
		margin: 0 0 5px 0;
		text-align: center;
	}
	.section.device-section .list-ico li a:hover {
		text-decoration: none;
		opacity: .8;
	}
	.section.two-col {
		padding: 0 0 20px;
	}
	.section.two-col .col {
		padding: 25px 30px 0;
	}
	.section.two-col p {
		margin: 0;
	}
	.section.two-col .alignleft {
		float: none;
		display: block;
		width: auto;
		max-width: 132px;
		margin: 0 auto 12px;
	}
	.section.two-col h2 {
		margin: 0 0 13px;
	}
}

.info-section .image-holder {
	position: absolute;
	bottom: 0;
	left: 52px;
	right: 30px;
}
.info-section .image-holder .img-left {
	position: relative;
	width: 100%;
	left: 0;
	bottom: auto;
	top: 0;
	display: block;
	margin: 0 auto;
}
.info-section .add-col {
	height: 764px;
	width: 100%;
	white-space: nowrap;
}
.info-section .add-col:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}
.info-section .add-col > .frame {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	padding: 56px 50px 0 42px;
}
.info-section .more {
	margin-right: 18px;
}
@media only screen and (max-width: 1900px) {
	.info-section .add-col {
		height: 400px;
	}
	.info-section .add-col > .frame {
		padding-top: 20px;
	}
	.info-section .image-holder {
		right: 60px;
		left: 90px;
	}
}
@media only screen and (max-width: 1439px) {
	.info-section .add-col {
		height: 400px;
	}
	.info-section .add-col > .frame {
		padding: 10px 0 0;
	}
	.info-section .image-holder {
		right: 60px;
		left: 80px;
	}
}
@media only screen and (max-width: 991px) {
	.info-section .add-col {
		height: 340px;
	}
}
@media only screen and (max-width: 767px) {
	.info-section {
		padding: 17px 10px 0;
	}
	.info-section .add-col {
		height: auto;
		text-align: center;
	}
	.info-section .add-col:after {
		display: none;
	}
	.info-section .add-col > .frame {
		position: relative;
		z-index: 3;
	}
	.info-section .image-holder {
		position: relative;
		left: 0;
		bottom: auto;
		top: 0;
		padding: 0 13px;
		margin: -21px 0 0;
	}
	.info-section .more {
		margin-right: 12px;
	}
}

.gallery.white {
	padding: 56px 0 94px;
	position: relative;
}
.gallery.white:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20%;
	z-index: 5;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e5e5e5), color-stop(29%, #e5e5e5), color-stop(100%, rgba(229, 229, 229, 0)));
	background: -webkit-linear-gradient(left, #e5e5e5 0%, #e5e5e5 29%, rgba(229, 229, 229, 0) 100%);
	background: linear-gradient(to right, #e5e5e5 0%, #e5e5e5 29%, rgba(229, 229, 229, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#00e5e5e5',GradientType=1 );
}
.gallery.white:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20%;
	z-index: 5;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(229, 229, 229, 0)), color-stop(71%, #e5e5e5), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(left, rgba(229, 229, 229, 0) 0%, #e5e5e5 71%, #e5e5e5 100%);
	background: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, #e5e5e5 71%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#e5e5e5',GradientType=1 );
}
.gallery.white h2 {
	color: #ff6a07;
	padding: 0 30px;
	margin: 0 0 69px;
}

@media all and (max-width: 1899px) {
	.gallery.white {
		padding: 40px 0;
	}
	.gallery.white h2 {
		margin: 0 0 30px;
	}
}
@media all and (max-width: 991px) {
	.gallery.white {
		padding: 30px 0;
	}
	.gallery.white h2 {
		margin: 0 0 30px;
	}
}
@media all and (max-width: 767px) {
	.gallery.white:before,
	.gallery.white:after {
		width: 40px;
	}
	.home-gallery .slide2 .btn-box
	{
	    padding-left:33.334%;
	}
	.home-gallery .slide2 .btn-orange-carousel
	{
	    width:50% !important;
	    margin: 0;
	    min-width:182px;
	}
	.home-gallery .slide2 .logo-ico
	{
	    width:50% !important;
	    margin:0;
	    padding:0 !important;
	    float:none;
	}
	.home-gallery .slide2 .logo-ico img
	{	
        margin-top:-16px !important;
        height:102px;
        width:auto;
	}
}

}
@media all and (max-width: 420px) 
{
	.home-gallery .slide2 .btn-box
	{
	    padding-left:25% !important;
	}   
	.home-gallery .slide2 .btn-orange-carousel
	{
	    margin-top:-15px;
	}
	.home-gallery .slide2 .carousel-caption h1
	{
        margin:0 0 21px;
	}
		.home-gallery .slide2 .logo-ico img
	{	
        margin-top:10px !important; 
	}
}
@media all and (max-width: 420px) {.home-gallery .slide2 .btn-box{padding-left:22% !important;}}
@media all and (max-width: 380px) 
{
	.home-gallery .slide2 .btn-box
	{
	    padding-left:19% !important;
	}      
}

.carousel {
	position: relative;
	overflow: hidden;
}
.carousel .mask {
	position: relative;
	width: 60%;
	margin: 0 auto;
}
.carousel .mask:after {
	content: "";
	display: block;
	clear: both;
}
.carousel .slideset {
	float: left;
	width: 99999px;
}
.carousel .slide-wrapper {
	float: left;
	width: 100%;
	white-space: nowrap;
	letter-spacing: -7px;
}
.carousel .slide {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	white-space: normal;
	font-size: 20px;
	line-height: 23px;
	padding: 0 15px;
}
.carousel .slide .title {
	color: #435c6f;
	font-size: 20px;
	display: block;
	padding: 0;
	width: auto;
	width: 100% !important;
	text-align: center;
	margin: 0 0 10px;
}
.carousel .slide .title .name {
	display: inline-block;
	vertical-align: top;
}
.carousel .slide .title time {
	display: inline-block;
	vertical-align: top;
}
.carousel .slide .ico-box {
	margin: 0 0 13px;
}
.carousel .slide.slide-facebook .name {
	display: block;
}
.carousel .slide.slide-facebook time {
	padding: 20px 0 0;
	display: block;
	height: 2.35em;
}
.carousel .slide.slide-facebook .text {
	padding: 11px 0 0;
}
.carousel .text {
	padding: 14px 0 0;
}
.carousel .btn-next,
.carousel .btn-prev {
	z-index: 200;
	background: none;
	text-shadow: none;
	color: #435c6f;
	opacity: 1;
	left: 88px;
	top: 50%;
	width: auto;
	bottom: auto;
	margin: -75px 0 0;
	position: absolute;
}
.carousel .btn-next span,
.carousel .btn-prev span {
	height: auto;
	width: auto;
	margin: 0;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: static;
	font-weight: normal;
	display: block;
	width: 61px;
	height: 94px;
	background: url(../content/landing/arrow-left-home-gallery.png) no-repeat;
}
.carousel .btn-next span.sr-only,
.carousel .btn-prev span.sr-only {
	display: none;
}
.carousel .btn-next:focus,
.carousel .btn-next:hover,
.carousel .btn-prev:focus,
.carousel .btn-prev:hover {
	text-decoration: none;
	opacity: .6;
}
.carousel .btn-next {
	left: auto;
	right: 88px;
}
.carousel .btn-next span {
	background: url(../content/landing/arrow-right-home-gallery.png) no-repeat;
}
@media all and (max-width: 1899px) {
	.carousel .btn-next,
	.carousel .btn-prev {
		left: 3.3%;
	}
	.carousel .btn-next {
		left: auto;
		right: 3.3%;
	}
}
@media only screen and (max-width: 1281px) {
	.carousel .btn-prev span,
	.carousel .btn-next span {
		width: 46px;
		height: 70px;
		background-size: 46px 70px;
	}
	.carousel .btn-next span {
		width: 46px;
		height: 70px;
		background-size: 46px 70px;
	}
}
@media all and (max-width: 1199px) {
	.carousel .slide {
		font-size: 15px;
		line-height: 20px;
	}
	.carousel .slide .title {
		font-size: 18px;
	}
	.carousel .btn-next,
	.carousel .btn-prev {
		left: 2.2%;
		top: 50%;
		margin: -60px 0 0;
	}
	.carousel .btn-next span,
	.carousel .btn-prev span {
		line-height: 60px;
		font-size: 60px;
	}
	.carousel .btn-next {
		left: auto;
		right: 2.2%;
	}
	.carousel .btn-next span {
		line-height: 60px;
		font-size: 60px;
	}
}
@media all and (max-width: 991px) {
	.carousel .slide {
		font-size: 12px;
		line-height: 20px;
		padding: 0 5px;
	}
	.carousel .slide .title {
		font-size: 15px;
	}
	.carousel .btn-prev,
	.carousel .btn-next {
		margin: -50px 0 0;
	}
	.carousel .btn-prev span,
	.carousel .btn-next span {
		width: 31px;
		height: 47px;
		background-size: 31px 47px;
	}
	.carousel .btn-next span {
		width: 31px;
		height: 47px;
		background-size: 31px 47px;
	}
}
@media all and (max-width: 767px) {
	.carousel .mask {
		width: 100%;
	}
	.carousel .slide-wrapper {
		white-space: normal;
		letter-spacing: 0;
	}
	.carousel .slide {
		width: 100%;
		display: block;
		font-size: 12px;
		line-height: 20px;
		padding: 0 35px;
	}
	.carousel .slide .text p {
		display: block;
	}
	.carousel .slide .title {
		font-size: 15px;
	}
	.carousel .btn-next,
	.carousel .btn-prev {
		margin: -45px 0 0;
	}
	.carousel .btn-next span,
	.carousel .btn-prev span {
		line-height: 30px;
		font-size: 30px;
	}
	
	.carousel .slide.slide-facebook time {
	height: 0em;
}
}





#footer {
	background: #435c6f;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	padding: 54px 0 20px;
}
#footer .title {
	display: block;
	margin: 0 0 23px;
}
#footer .col-sm-3 {
	padding-bottom: 24px;
}
#footer .list-ico li {
	display: block;
	margin: 0 0 8px;
	overflow: hidden;
}
#footer .list-ico li a:hover {
	text-decoration: none;
	opacity: .8;
}
#footer .copy {
	text-align: center;
	color: #b4b4b4;
	margin: 0;
	font-style: italic;
}
#footer .footer-block {
	float: right;
}
#footer .add-padding-01 {
	padding-left: 42px;
}
#footer .add-padding-02 {
	padding-left: 55px;
}
@media all and (max-width: 1899px) {
	#footer {
		font-size: 18px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 1439px) {
	#footer .add-padding-01 {
		padding-left: 22px;
	}
	#footer .add-padding-02 {
		padding-left: 35px;
	}
}
@media all and (max-width: 1199px) {
	#footer {
		font-size: 18px;
		line-height: 24px;
		padding: 34px 0 20px;
	}
	#footer .add-padding-01 {
		padding-left: 0;
	}
	#footer .add-padding-02 {
		padding-left: 0;
	}
}
@media all and (max-width: 991px) {
	#footer {
		font-size: 15px;
		line-height: 21px;
		padding: 24px 0 20px;
	}
	#footer .title {
		margin: 0 0 10px;
	}
}
@media all and (max-width: 767px) {
	#footer {
		padding: 30px 0 12px;
		font-size: 16px;
		line-height: 20px;
	}
	#footer .col-sm-3 {
		padding: 0 33px 25px;
	}
	#footer .list-ico li {
		text-align: center;
	}
	#footer .copy {
		font-size: 12px;
		line-height: 15px;
		padding: 0 30px;
		margin: -13px auto 8px;
	}
	#footer .footer-block {
		float: none;
	}
}

.footer-nav {
	padding: 32px 0 0;
}
.footer-nav li {
	margin: 0 0 8px;
}
.footer-nav .login {
	color: #ff6a07;
}
.footer-nav .login a {
	color: #ff6a07;
	font-weight: bold;
}
.footer-nav a {
	color: #b4b4b4;
}
.footer-nav a:hover {
	color: #ff6a07;
	text-decoration: none;
}
@media all and (max-width: 1199px) {
	.footer-nav {
		padding: 20px 0 0;
	}
}
@media all and (max-width: 991px) {
	.footer-nav {
		padding: 12px 0 0;
	}
}
@media all and (max-width: 767px) {
	.footer-nav {
		padding: 0;
	}
	.footer-nav li {
		margin: 0;
	}
}

.social {
	overflow: hidden;
	margin: 0 0 23px;
}
.social li {
	float: left;
	margin: 0 6px 0 0;
}
.social li a {
	display: block;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	line-height: 47px;
}
.social li a:hover {
	text-decoration: none;
	opacity: .8;
}
.social li .facebook {
	background: #3b5999;
	line-height: 41px;
	font-size: 25px;
	padding: 0 4px 0 0;
}
.social li .youtube {
	background: #cc332d;
	font-size: 20px;
	line-height: 46px;
}
.social li .google {
	background: #e8541e;
	line-height: 44px;
	font-size: 22px;
}
.social li .linkedin {
	background: #0080b1;
	line-height: 42px;
	font-size: 22px;
}
@media all and (max-width: 991px) {
	.social {
		margin: 0 -3px 12px;
	}
	.social li {
		width: 25%;
		padding: 0 3px;
		margin: 0;
	}
	.social li a {
		width: 36px;
		height: 36px;
	}
	.social li .facebook {
		line-height: 34px;
		font-size: 18px;
	}
	.social li .youtube {
		font-size: 18px;
		line-height: 36px;
	}
	.social li .google {
		line-height: 38px;
		font-size: 18px;
	}
	.social li .linkedin {
		line-height: 32px;
		font-size: 18px;
	}
}
@media all and (max-width: 767px) {
	.social {
		padding: 25px 0 0;
		margin: 0 -12px 30px -10px;
	}
	.social li {
		margin: 0;
	}
	.social li a {
		width: 47px;
		height: 47px;
		line-height: 47px;
		margin: 0 auto;
	}
	.social li .facebook {
		line-height: 45px;
		font-size: 25px;
	}
	.social li .youtube {
		font-size: 20px;
		line-height: 46px;
	}
	.social li .google {
		line-height: 47px;
		font-size: 22px;
	}
	.social li .linkedin {
		line-height: 45px;
		font-size: 24px;
	}
}

.section.video-section {
	position: relative;
	overflow: hidden;
	text-align: left;
	background: url(../images/bg6.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.section.video-section .row {
	position: relative;
}
.section.video-section .col {
	text-align: left;
	color: #435c6f;
	word-spacing: 5px;
	padding-top: 30px;
}
.section.video-section .col h1 {
	font-size: 50px;
	line-height: 58px;
	text-align: left;
	font-weight: bold;
	padding: 0;
	margin: 0 0 36px;
	color: #ff6a07;
	letter-spacing: 0;
	word-spacing: 0;
}
.section.video-section .col .title {
	font-size: 35px;
	line-height: 42px;
	display: block;
	margin: 0 0 48px;
	word-spacing: 15px;
}
.section.video-section .col .modal-opener {
	display: block;
	margin: 0 -15px 25px 0;
	max-width: 564px;
}
.section.video-section .col .modal-opener img {
	display: block;
	width: 100%;
	height: auto;
}
.section.video-section .col a {
	color: #ff6a07;
}
.section.video-section .col p {
	text-align: justify;
	max-width: 564px;
}
.section.video-section .img-right {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 37.8%;
	margin: 0 0 0 48px;
}
.section.video-section .vertical-alignment-block {
	height: 912px;
}
.section.video-section .image-bottom {
	position: absolute;
	bottom: 0;
	left: 34px;
	right: -66px;
}
.section.video-section .image-bottom img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}
@media all and (max-width: 1899px) {
	.section.video-section .vertical-alignment-block {
		height: 660px;
	}
	.section.video-section .col {
		word-spacing: 6px;
	}
	.section.video-section .col h1 {
		font-size: 34px;
		line-height: 42px;
		margin: 0 0 10px;
	}
	.section.video-section .col .title {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 15px;
		word-spacing: 10px;
	}
	.section.video-section .col .modal-opener {
		margin: 0 0 15px;
	}
	.section.video-section .image-bottom {
		right: 20px;
		left: 80px;
	}
}
@media only screen and (max-width: 1279px) {
	.section.video-section .vertical-alignment-block {
		height: 580px;
	}
}
@media all and (max-width: 1199px) {
	.section.video-section .col {
		word-spacing: 4px;
	}
	.section.video-section .col h1 {
		font-size: 30px;
		line-height: 34px;
	}
	.section.video-section .col .title {
		font-size: 20px;
		line-height: 26px;
		word-spacing: 10px;
	}
	.section.video-section .col .modal-opener {
		margin: 0 0 15px;
	}
}
@media all and (max-width: 991px) {
	.section.video-section .vertical-alignment-block {
		height: 480px;
	}
	.section.video-section .col h1 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 14px;
	}
	.section.video-section .col .title {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 14px;
	}
	.section.video-section .col .modal-opener {
		margin: 0 0 10px;
	}
	.section.video-section .image-bottom {
		left: 25px;
		right: 15px;
	}
}
@media all and (max-width: 767px) {
	.section.video-section .col {
		padding: 19px 18px 15px;
		text-align: center;
		word-spacing: 0;
	}
	.section.video-section .col p {
		margin: 0;
		padding: 0 10px;
		text-align: center;
	}
	.section.video-section .col h1 {
		font-size: 24px;
		line-height: 32px;
		margin: 0 0 8px;
		text-align: center;
	}
	.section.video-section .col .modal-opener {
		margin: -62px auto 15px;
	}
	.section.video-section .col .title {
		font-size: 16px;
		line-height: 19px;
		margin: 0 0 21px;
		word-spacing: 0;
	}
	.section.video-section .modal-img {
		position: relative;
		z-index: 2;
		text-align: center;
		padding: 0 0 0 24px;
	}
	.section.video-section .vertical-alignment-block {
		height: auto;
		text-align: center;
	}
}

.section.how-section {
	background: url(../images/bg7.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 48px 0 0;
}
.section.how-section .img-box {
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 16px 46px 0 0;
}
.section.how-section .col {
	padding: 0 30px;
}
.section.how-section .col h2 {
	margin: 0 0 27px;
}
.section.how-section .col p {
	padding: 0;
	margin: 0 0 45px;
}
@media all and (max-width: 1899px) {
	.section.how-section .col h2 {
		margin: 0 0 22px;
	}
	.section.how-section .col p {
		margin: 0 0 25px;
	}
}
@media all and (max-width: 767px) {
	.section.how-section {
		background: #435c6f;
		padding: 23px 0 0;
	}
	.section.how-section .col {
		padding: 0 0 26px;
	}
	.section.how-section .col h2 {
		margin: 0 0 21px;
		padding: 0;
	}
	.section.how-section .col p {
		padding: 0 5px;
		margin: 0;
	}
	.section.how-section .img-box {
		padding: 2px 12px 0 16px;
	}
}

.section.section-same {
	color: #435c6f;
	position: relative;
}
.section.section-same.section-gray {
	background: #e5e5e5;
}
.section.section-same .ico-star,
.section.section-same .ico-automatic {
	display: inline-block;
	vertical-align: top;
	background: url(../images/ico18.png) no-repeat;
	width: 58px;
	height: 64px;
	margin: -12px 0 0 10px;
}
.section.section-same .ico-star {
	background: url(../images/ico-21.png) no-repeat;
	width: 53px;
	height: 50px;
	margin: -12px 0 0;
}
.section.section-same .col {
	min-height: 614px;
	white-space: nowrap;
}
.section.section-same .col p {
	margin: 0 0 33px;
}
.section.section-same .col h2 {
	margin: 0 0 27px;
}
.section.section-same .col .col-box {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}
.section.section-same .col:after {
	content: "";
	display: inline-block;
	height: 574px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}
.section.section-same.sc1 .img-left {
	bottom: 31px;
	height: auto;
	left: 13.3%;
	position: absolute;
	width: 34.8%;
}
.section.section-same.sc1 .col h2 {
	margin: 0 0 18px;
}
.section.section-same.sc2 .img-right {
	bottom: 0;
	height: auto;
	left: 53.4%;
	position: absolute;
	width: 33.25%;
}
.section.section-same.sc3 {
	overflow: hidden;
	position: relative;
	background: #e5e5e5;
}
@media all and (max-width: 991px) {
	.section.section-same.sc3 {
		background: #e5e5e5 url(../images/bg8.png) no-repeat 50% 100%;
	}
}
.section.section-same.sc3 .img-left {
	bottom: auto;
	top: 50%;
	height: auto;
	left: 23.55%;
	margin: -150px 0 0;
	position: absolute;
	width: 11.8%;
}
@media only screen and (max-width: 1309px) {
	.section.section-same.sc3.add-style .vertical-alignment-image .frame {
		vertical-align: bottom;
	}
}
.section.section-same.sc4 .img-right {
	bottom: auto;
	top: 50%;
	height: auto;
	right: 16.9%;
	margin: -160px 0 0;
	position: absolute;
	width: 17%;
}
.section.section-same.sc5 .img-left {
	bottom: 0;
	height: auto;
	left: 13.4%;
	position: absolute;
	width: 32.75%;
}
.section.section-same.sc6 .img-right {
	top: 50%;
	height: auto;
	left: 53.95%;
	position: absolute;
	width: 33.55%;
	margin: -165px 0 0;
}
.section.section-same.sc7 .img-left {
	bottom: 0;
	height: auto;
	left: 19.3%;
	position: absolute;
	width: 25.1%;
}
@media all and (max-width: 1899px) {
	.section.section-same.sc7.add-style .vertical-alignment-block .image-holder {
		padding: 0 100px;
	}
}
.section.section-same.sc8 .img-right {
	bottom: 0;
	height: auto;
	right: 2.6%;
	position: absolute;
	width: 49.45%;
	margin: 0;
}
@media only screen and (max-width: 1309px) {
	.section.section-same.sc8.add-style .vertical-alignment-block.history-images > .frame {
		vertical-align: middle;
	}
}
.section.section-same.sc9 {
	background: #e5e5e5 url(../images/bg8.jpg) no-repeat 0 100%;
	background-size: auto 100%;
}
.section.section-same.add-style .vertical-alignment-block {
	height: 614px;
	text-align: center;
}
.section.section-same.add-style .vertical-alignment-block .col-box {
	padding-top: 82px;
	margin: 0 -15px;
	text-align: left;
}
.section.section-same.add-style .vertical-alignment-block .col-box h2 {
	margin: 0 0 16px;
}
.section.section-same.add-style .vertical-alignment-block .col-box p {
	margin: 0 0 33px;
}
.section.section-same.add-style .vertical-alignment-block .col-box .more {
	margin-right: 20px;
}
.section.section-same.add-style .vertical-alignment-block .image-holder {
	margin: 0 auto;
	display: block;
}
.section.section-same.add-style .vertical-alignment-block.history-images .frame .image-holder {
	float: right;
	margin-right: -350px;
}
@media only screen and (max-width: 1309px) {
	.section.section-same.add-style .vertical-alignment-block.history-images .frame .image-holder {
		float: none;
		margin: 0;
	}
}
@media all and (max-width: 1899px) {
	.section.section-same.add-style .vertical-alignment-block {
		height: 500px;
	}
	.section.section-same.add-style .vertical-alignment-block .col-box {
		padding-top: 62px;
	}
	.section.section-same.add-style .vertical-alignment-block .image-holder {
		padding: 0 40px;
	}
	.section.section-same.add-style .vertical-alignment-block .image-holder img {
		display: block;
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 1279px) {
	.section.section-same.add-style .vertical-alignment-block {
		height: 450px;
	}
	.section.section-same.add-style .vertical-alignment-block .col-box {
		padding-top: 50px;
		margin: 0;
	}
}
@media all and (max-width: 991px) {
	.section.section-same.add-style .vertical-alignment-block {
		height: 340px;
	}
	.section.section-same.add-style .vertical-alignment-block .col-box {
		padding-top: 30px;
	}
	.section.section-same.add-style .vertical-alignment-block .col-box p {
		margin: 0 0 22px;
	}
}
@media all and (max-width: 767px) {
	.section.section-same.add-style .vertical-alignment-block {
		text-align: center;
		height: auto;
	}
	.section.section-same.add-style .vertical-alignment-block .col-box {
		margin: 0;
		padding: 24px 20px 18px;
		overflow: hidden;
	}
	.section.section-same.add-style .vertical-alignment-block .col-box h2 {
		margin: 0 0 22px;
	}
	.section.section-same.add-style .vertical-alignment-block .col-box .more {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.section.section-same.add-style .vertical-alignment-block .col-box p {
		margin: 0 0 16px;
	}
	.section.section-same.add-style .vertical-alignment-block .image-holder {
		padding: 0 9px 19px;
		text-align: center;
	}
	.section.section-same.add-style .vertical-alignment-block.bottom .image-holder {
		padding-bottom: 0;
	}
}
@media all and (max-width: 1899px) {
	.section.section-same.sc3 {
		background-size: 800px auto;
	}
	.section.section-same .col {
		min-height: 600px;
	}
	.section.section-same .col p {
		margin: 0 0 33px;
	}
	.section.section-same .col h2 {
		margin: 0 0 27px;
		font-size: 32px;
	}
	.section.section-same .col:after {
		height: 560px;
	}
}
@media only screen and (max-width: 1309px) {
	.section.section-same .carer-mode-image > .frame {
		vertical-align: bottom;
	}
	.section.section-same.add-style .vertical-alignment-block.history-images .image-holder > .frame {
		margin: 0;
	}
	.section.section-same.add-style .vertical-alignment-block.history-images {
		float: none;
		margin: 0;
		vertical-align: middle;
	}
}
@media all and (max-width: 1199px) {
	.section.section-same .col {
		min-height: 440px;
	}
	.section.section-same .col p {
		margin: 0 0 23px;
	}
	.section.section-same .col h2 {
		margin: 0 0 17px;
		font-size: 24px;
	}
	.section.section-same .col:after {
		height: 400px;
	}
	.section.section-same .col .ico-star,
	.section.section-same .col .ico-automatic {
		background-size: 100% 100%;
		width: 28px;
		height: 34px;
		margin: 0;
	}
	.section.section-same .col .ico-star {
		background-size: 100% 100%;
		width: 33px;
		height: 30px;
	}
	.section.section-same.sc3 {
		background-size: 702px auto;
	}
	.section.section-same.sc3 .img-left {
		margin: -100px 0 0;
	}
	.section.section-same.sc4 .img-right {
		margin: -100px 0 0;
	}
	.section.section-same.sc6 .img-right {
		margin: -100px 0 0;
	}
}
@media all and (max-width: 991px) {
	.section.section-same .col {
		min-height: 320px;
	}
	.section.section-same .col p {
		margin: 0 0 23px;
	}
	.section.section-same .col h2 {
		margin: 0 0 10px;
		font-size: 20px;
	}
	.section.section-same .col:after {
		height: 280px;
	}
	.section.section-same .col .ico-star,
	.section.section-same .col .ico-automatic {
		background-size: 100% 100%;
		width: 28px;
		height: 34px;
		margin: 0;
	}
	.section.section-same .col .ico-star {
		background-size: 100% 100%;
		width: 33px;
		height: 30px;
	}
	.section.section-same.sc3 {
		background-size: 502px auto;
	}
	.section.section-same.sc3 .img-left {
		margin: -80px 0 0;
	}
	.section.section-same.sc4 .img-right {
		margin: -90px 0 0;
	}
	.section.section-same.sc6 .img-right {
		margin: -100px 0 0;
	}
}
@media all and (max-width: 767px) {
	.section.section-same .col {
		min-height: 1px;
		text-align: center;
		padding: 24px 32px 18px;
	}
	.section.section-same .col p {
		margin: 0 0 17px;
	}
	.section.section-same .col h2 {
		margin: 0 0 19px;
		font-size: 24px;
		padding: 0 20px;
	}
	.section.section-same .col:after {
		height: 0;
	}
	.section.section-same .col .ico-star,
	.section.section-same .col .ico-automatic {
		display: none;
	}
	.section.section-same .col .more {
		float: none;
		margin: 0;
		padding: 0 0 0 9px;
		font-weight: bold;
	}
	.section.section-same.sc1 .img-left {
		height: auto;
		position: static;
		width: auto;
		display: block;
		max-width: 272px;
		margin: 0 auto 19px;
	}
	.section.section-same.sc1 .col h2 {
		margin: 0 0 22px;
	}
	.section.section-same.sc2 .col {
		padding: 28px 32px 18px;
	}
	.section.section-same.sc2 .img-right {
		height: auto;
		position: static;
		width: auto;
		display: block;
		max-width: 257px;
		margin: 5px auto 0;
	}
	.section.section-same.sc3 {
		background: #e5e5e5;
	}
	.section.section-same.sc3 .img-left {
		display: none;
	}
	.section.section-same.sc3 .img-center {
		display: block;
		margin: 6px 0 0;
		width: 100%;
	}
	.section.section-same.sc4 .img-right {
		height: auto;
		position: static;
		width: auto;
		display: block;
		max-width: 196px;
		margin: 43px auto 65px;
	}
	.section.section-same.sc5 .img-left {
		height: auto;
		position: static;
		width: auto;
		display: block;
		max-width: 260px;
		margin: 4px auto 0;
	}
	.section.section-same.sc6 .img-right {
		display: none;
	}
	.section.section-same.sc6 .img-center {
		display: block;
		margin: 11px auto 0;
	}
	.section.section-same.sc7 .img-left {
		height: auto;
		position: static;
		width: auto;
		display: block;
		max-width: 199px;
		margin: 7px auto 0;
	}
	.section.section-same.sc7 h2 {
		margin: 0 0 19px;
		font-size: 24px;
		padding: 0;
	}
	.section.section-same.sc8 .img-right {
		display: none;
	}
	.section.section-same.sc8 .img-center {
		display: block;
		margin: 11px auto 7px;
	}
	.section.section-same.sc9 {
		background: #e5e5e5;
	}
	.section.section-same.sc9 .img-center {
		display: block;
		margin: -3px auto 0;
	}
}

.modal-dialog {
	margin: 65px auto;
	width: 1137px;
	border-radius: 0;
}
.modal-dialog .modal-body {
	padding: 0;
}
@media all and (max-width: 1899px) {
	.modal-dialog {
		width: 800px;
	}
}
@media all and (max-width: 1199px) {
	.modal-dialog {
		width: 700px;
	}
}
@media all and (max-width: 767px) {
	.modal-dialog {
		width: 300px;
	}
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bg-stretch img {
	display: block;
	max-width: none;
	height: auto;
}
@media all and (max-width: 767px) {
	.bg-stretch {
		display: none;
	}
}









.section-testimonial {
	background: #bbbbbc;
	position: relative;
	overflow: hidden;
	color: #435c6f;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	height:600px;
}
.section-testimonial .col {
	padding-top: 58px;
	padding-bottom: 36px;
	padding-left: 30px;
	padding-right: 30px;
}
.section-testimonial h1 {
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 284px;
}
@media all and (max-width: 1899px) {
	.section-testimonial {
		font-size: 20px;
		line-height: 24px;
		height:600px;
		
	}
	.section-testimonial .col {
		padding-top: 38px;
		padding-bottom: 26px;
	}
	.section-testimonial h1 {
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 204px;
	}
}
@media all and (max-width: 1199px) {
	.section-testimonial {
		font-size: 18px;
		line-height: 22px;
		height:600px;
	}
	.section-testimonial .col {
		padding-top: 28px;
		padding-bottom: 16px;
	}
	.section-testimonial .col p {
		margin: 0 0 10px;
	}
	.section-testimonial h1 {
		font-size: 36px;
		line-height: 44px;
		margin: 0 0 164px;
	}
}
@media all and (max-width: 991px) {
	.section-testimonial {
		font-size: 15px;
		line-height: 19px;
		height:350px;
	}
	.section-testimonial .col {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.section-testimonial .col p {
		margin: 0 0 5px;
	}
	.section-testimonial h1 {
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 124px;
	}
}
@media all and (max-width: 767px) {
	.section-testimonial {
		font-size: 16px;
		line-height: 19px;
		background: #fff;
		height:200px;
	}
	.section-testimonial .col {
		padding: 33px 18px 31px;
	}
	.section-testimonial .col p {
		margin: 0 0 5px;
	}
	.section-testimonial h1 {
		font-size: 35px;
		line-height: 40px;
		margin: 0 0 23px;
	}
}
















.three-column {
	background: #435c6f;
}

.three-column .holder {
	position: relative;
	overflow: hidden;
}
.three-column .holder:before,
.three-column .holder:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 33.333333333%;
	background: #567186;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #567186), color-stop(9%, #546f82), color-stop(10%, #526d80), color-stop(18%, #516c7f), color-stop(19%, #4f6a7d), color-stop(27%, #4e697c), color-stop(28%, #4d667a), color-stop(36%, #4b6679), color-stop(36%, #496477), color-stop(42%, #496477), color-stop(42%, #486175), color-stop(46%, #486376), color-stop(46%, #476074), color-stop(52%, #466174), color-stop(55%, #456073), color-stop(55%, #445d71), color-stop(100%, #435c70));
	background: -webkit-linear-gradient(top, #567186 0%, #546f82 9%, #526d80 10%, #516c7f 18%, #4f6a7d 19%, #4e697c 27%, #4d667a 28%, #4b6679 36%, #496477 36%, #496477 42%, #486175 42%, #486376 46%, #476074 46%, #466174 52%, #456073 55%, #445d71 55%, #435c70 100%);
	background: linear-gradient(to bottom, #567186 0%, #546f82 9%, #526d80 10%, #516c7f 18%, #4f6a7d 19%, #4e697c 27%, #4d667a 28%, #4b6679 36%, #496477 36%, #496477 42%, #486175 42%, #486376 46%, #476074 46%, #466174 52%, #456073 55%, #445d71 55%, #435c70 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#567186', endColorstr='#435c70',GradientType=0 );
}
.three-column .holder:after {
	left: auto;
	right: 0;
}
.three-column .col {
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	padding-top: 39px;
	padding-bottom: 14px;
	position: relative;
	z-index: 2;
}
.three-column .col .title {
	color: #fff;
	font-size: 20px;
	display: block;
	padding: 0;
	width: auto;
	margin: 0 0 10px;
}
.three-column .col .star-rate {
	display: grid;
	margin: 0 0 12px;
}
.three-column .col .ico-box {
	margin: 0 0 14px;
	display: block;
}
.three-column .col.col-social {
	padding-top: 39px;
	padding-bottom: 6px;
}
.three-column .col.col-facebook .name {
	display: block;
}
.three-column .col.col-facebook time {
	padding: 18px 0 0;
	display: block;
}
.three-column .col.col-facebook .text {
	padding: 38px 0 0;/*11px*/
}
@media all and (max-width: 1199px) {
	.three-column .col {
		font-size: 16px;
		line-height: 22px;
		padding-top: 30px;
		padding-bottom: 14px;
	}
	.three-column .col .title {
		font-size: 16px;
		margin: 0 0 10px;
	}
}
@media all and (max-width: 1200px) 
{
    .three-column .col .star-rate {
		margin: 0 auto 9px;
		max-width: 200px;
	}
}
@media all and (max-width: 767px) {
	.three-column {
		background: #5c7c91;
	}
	.three-column .holder {
		padding: 16px 0 0;
	}
	.three-column .holder:after,
	.three-column .holder:before {
		display: none;
	}
	.three-column .col {
		font-size: 16px;
		line-height: 19px;
		padding: 15px 32px 11px;
	}
	.three-column .col .star-rate {
		margin: 0 auto 9px;
		max-width: 200px;
	}
	.three-column .col .ico-box {
		margin: 0 auto 9px;
		display: block;
		max-width: 71px;
	}
	.three-column .col.col-social {
		display: none;
	}
	.three-column .col .title {
		font-size: 16px;
		margin: 0 0 9px;
	}
	.three-column .col p {
		margin: 0;
	}
}

.bg-frame {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media all and (max-width: 768px) {
	.bg-frame {
		opacity: 0;
		visibility: hidden;
	}
    
}

/*
.bg-frame img {
	position: absolute;
	max-width: none;
	width: 100%;
	height: auto;
	visibility: hidden;
}
*/

.vertical-alignment-block {
	width: 100%;
	white-space: nowrap;
	position: relative;
}
.vertical-alignment-block:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}
.vertical-alignment-block > .frame {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}
.vertical-alignment-block.bottom > .frame {
	vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
	.section.section-same.sc7.add-style .vertical-alignment-block .image-holder {
		padding: 0 40px;
	}
}

@media only screen and (max-device-width: 1280px) {
	.section.section-same.section-gray.add-style .vertical-alignment-block .image-holder .last-image-section {
		display: block !important;
		width: 240px;
	}
}

@media only screen and (max-device-width: 767px) {
	.section.section-same.section-gray.add-style .vertical-alignment-block .image-holder .last-image-section {
		display: block !important;
		width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.section.sc5.add-style .vertical-alignment-block.bottom .image-holder img {
		max-width: 260px;
		margin: 0 auto;
	}
	.section.sc2.add-style .vertical-alignment-block.bottom .image-holder img {
		max-width: 260px;
		margin: 0 auto;
	}
	.section.sc1.add-style .vertical-alignment-block .image-holder img {
		max-width: 260px;
		margin: 0 auto;
	}
	.section.sc3.add-style .vertical-alignment-block .image-holder {
		padding-bottom: 0;
	}
	.section.sc6.add-style .vertical-alignment-block .image-holder {
		padding-bottom: 0;
	}
	.section.section-same.add-style.sc4 .vertical-alignment-block .image-holder {
		padding-bottom: 19px;
	}
	.section.section-same.add-style.sc4 .vertical-alignment-block .image-holder img {
		max-width: 180px;
	}
}