@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfontd41d-.eot#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.html') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
    
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfontd41d-.eot#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.html') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/roboto-italic-webfont.eot');
    src: url('../fonts/roboto-italic-webfontd41d-.eot#iefix') format('embedded-opentype'),
         url('../fonts/roboto-italic-webfont.html') format('woff2'),
         url('../fonts/roboto-italic-webfont.woff') format('woff'),
         url('../fonts/roboto-italic-webfont.ttf') format('truetype'),
         url('../fonts/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight_italic';
    src: url('../fonts/roboto-lightitalic-webfont.eot');
    src: url('../fonts/roboto-lightitalic-webfontd41d-.eot#iefix') format('embedded-opentype'),
         url('../fonts/roboto-lightitalic-webfont.html') format('woff2'),
         url('../fonts/roboto-lightitalic-webfont.woff') format('woff'),
         url('../fonts/roboto-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfontd41d-.eot#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.html') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, :before, :after {
	-webkit-font-smoothing : antialiased;
}
body {
	color: #000;
	font-size: 18px;
	font-family: 'robotolight', Arial, sans-serif;
	background: #fff;
	margin: 0;
	-webkit-font-smoothing : antialiased;
}

p {
	font-family: 'robotolight', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
}
p span {
	font-family: 'robotoregular', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
p em, em {
	font-family: 'robotolight_italic', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
p strong, strong, h1, h2, h3 {
	font-family: 'robotobold', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	
}

a {
	color: #1967D2;	
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

a:hover, a:active {
	color: #909090;
	text-decoration: none;
}

ul { 
	margin-bottom: 0;
}

/* Headings */
h1 {
	font-size: 41px;
	line-height: 41px;
	font-weight: normal;
	color: #1967D2;
}

h2 {
	font-size: 42px;
	color: #1967D2;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}

.button {
	border: none;
	border-radius: 5px;
	text-align: center;
}
.color-dark-green{color: #77a140;}
.color-default{color: #20221e;}
.color-grey{color: #ccc;}
.color-dark-grey{color: #504c4c;}

.button-primary {
	background: #808080;
	color: #fff;
	font-family: 'robotobold', Arial, sans-serif;
	font-size: 28px;
	line-height: 28px;
	width: 100%;
	display: block;
	padding: 20px 12px;
}
.button-primary:hover, .button-primary:focus, .button-primary a, .button-primary a:link, .button-primary a:visited, .button-primary a:hover, .button-primary a:active, .button-primary a:focus {
	color: #fff;
	text-decoration: none;
}

.link {
	color: #000000;
	text-decoration: underline;
	font-size: 20px;
	line-height: 48px;
}

/* Common class */
.clear {
	clear: both;
}

.alpha { 
	padding-left: 0 !important; 
}

.omega { 
	padding-right: 0 !important; 
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

/* Header */
header {
	background: #CCC;
	width: 100%;
	/*-webkit-box-shadow: 0px 1px 5px 0px rgba(51,51,51,.5); 
	-moz-box-shadow: 0px 1px 5px 0px rgba(51,51,51,.5); 
	box-shadow: 0px 1px 5px 0px rgba(51,51,51,.5);*/
	z-index: 9999;
}
.navbar-brand{padding: 0;}
.navbar-brand>img{height: auto; max-width: 265px;  margin: 10px 0;}

/* Header Navigation */
.navbar {
	z-index: 999;
	-webkit-box-shadow: 1px 0px 9px 0px rgba(0,0,0,1);
	-moz-box-shadow: 1px 0px 9px 0px rgba(0,0,0,1);
	box-shadow: 1px 0px 9px 0px rgba(0,0,0,1);
}
.navbar-default .container {
	position: relative;
}
.navbar-default .hotline {
	position: absolute;
	right: 0;
	top: 0;
	background: #1967D2;
	font-size: 24px;
	font-family: 'robotobold', Arial, sans-serif;
	color: #fff;
	padding: 0px 10px;
	border-radius: 0 0 5px 5px;
}
.navbar-default .hotline2{
	top: 35px;
	border-radius: 5px;
}
.navbar-default .navbar-nav {
	margin-top: 35px;
}
.navbar-default li a {
	font-family: 'robotoregular', Arial, sans-serif;
	font-size: 15.5px;
	line-height: 24px;
	color: #000 !important;
	padding-left: 12px;
	padding-right: 12px;
}
.navbar-default li a:hover,
.navbar-default li.active > a {
	color: #999 !important;
}

.navbar-brand {
	display: block;
	margin-left: 0 !important;
	height: auto;
}

.navbar-brand:hover {
	opacity: 0.7;
}

/* Hero */

.color-red{color: #f11c1c;}
.weight-normal{font-weight: 400;}
.text-italic{font-style: italic;}
.size-22{font-size: 22px;}
.size-32{font-size: 32px;}
.lh-32{line-height: 32px;}
.family-roboto{font-family: "Roboto"}
.display-block{display: block;}
.mt-10{margin-top: 10px;}
.color-green{color: #1967D2}
.no-tm{margin-top: 0;}
.no-bm{margin-bottom: 0;}
 #hero {
	background: url('../img/hero-bg.jpg') no-repeat center top;
	padding-top: 100px;
	margin-top: 40px;
}
body:not(.home) #hero{
	padding-top: 0;
}

.panel {
	padding: 25px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 0px 9px 0px rgba(0,0,0,1);
	-moz-box-shadow: 1px 0px 9px 0px rgba(0,0,0,1);
	box-shadow: 1px 0px 9px 0px rgba(0,0,0,1);
}
.panel .img-responsive {
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.panel .link {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
}
.panel .action-wrapper {
	text-align: center;
	border-top: 1px solid #d9d9d9;
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 25px;
}
.panel p span {
	font-size: 21px;
	line-height: 24px;
	display: inline-block;
}

.feedback {
	background: rgba(255,255,255,.9);
	padding: 20px 15px;
	border-radius: 5px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
	margin-top: -5px;
}
.feedback p:last-child {
	margin-bottom: 0;
}

/* Main Content */

#about {
	padding-top: 35px;
}
#about .video-thumb {
	text-align: center;
}
#about .video-thumb a img {
	display: inline-block;
	border: 5px solid #fff;
	border-radius: 3px;
	box-shadow: 0 1px 9px rgba(0,0,0,.3);
}
#about .video-thumb a {
	display: inline-block;
	position: relative;
}
#about .video-thumb a:after {
	content: '';
	background: url('../img/play-btn.png') no-repeat;
	width: 115px;
	height: 64px;
	position: absolute;
	left: 50%;
	margin-left: -57.5px;
	top: 50%;
	margin-top: -32px;
}
#about h2 {
	text-align: center;
	margin-bottom: 35px;
}
#about .trusted-logos {
	text-align: center;
	margin: 25px 0 20px;
}
#about .trusted-logos img {
	display: inline-block;
}
#about p.lead {
	font-size: 24px;
	line-height: 40px;
	font-family: 'robotoregular', Arial, sans-serif;
}
#about .col-sm-7 p {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 42px;
}
#about .action-wrapper {
	text-align: center;
	padding-top: 25px;
	border-top: 1px solid #d9d9d9;
}
#about .action-wrapper .button-primary {
	padding-left: 55px;
	padding-right: 55px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	margin-bottom: 0;
}
#about .action-wrapper p {
	margin-bottom: 10px;
}
#about .action-wrapper .link {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
	margin-bottom: 30px;
}

.boxed {
	background: #f6f6f6;
}
.boxed .boxed-header {
	background: #1967D2;
	color: #fff;
	font-family: 'robotobold', Arial, sans-serif;
	font-size: 24px;
	padding: 10px 20px;
}
.boxed .boxed-body {
	font-family: 'robotoregular', Arial, sans-serif;
	font-size: 20px;
	padding: 20px 15px;
}

.green-bar {
	background: #1967D2;
	color: #fff;
	text-align: center;
	font-size: 34px;
	line-height: 38px;
	padding: 20px 15px;
	margin-top: 30px;
}

#service {
	background: url('../img/service-bg.jpg') no-repeat center top;
	background-size: cover;
	padding: 70px 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
#service h3 {
	font-family: 'robotoregular', Arial, sans-serif;
	font-size: 24px;
	color: #fff;
	padding: 40px 0 20px;
}
#service .thumb-wrapper img {
	border: 4px solid #fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#service .button {
	font-size: 18px;
	color: #000;
	background: #fff;
	border-radius: 5px;
	padding: 11px 20px;
	height: 46px;
	display: inline-block;
	margin: 20px 0 40px;
}


#info {
	padding: 115px 0;
}
#info p span {
	font-size: 22px;
	line-height: 32px;
}
#info h2 {
	margin-bottom: 20px;
}
#info .feedback {
	background: #f4f4f4;
	margin-top: 30px;
}

.media-left, .media>.pull-left {
	padding-right: 20px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.modal .modal-dialog {
	width: auto !important;
	max-width: 800px;
}

.modal button.close {
	float: none;
	position: absolute;
	right: -20px;
	top: -20px;
	background: red;
	color: #fff;
	text-shadow: 0 0 0 transparent;
	text-align: center;
	border-radius: 50%;
	width: 39px;
	opacity: 1;
	padding-bottom: 2px;
	padding-top: 1px;
	font-size: 26px;
	border: 5px solid #fff;
	z-index: 9;
}
.content-contact .phone-heading{text-transform: uppercase; margin-bottom: 20px; color: #808080;}
.content-contact a.button{padding:15px 10px!important; display: block!important;}
.content-contact i{text-align: center;vertical-align: middle; line-height: 32px;}
/* Responsive youtube */
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* Footer */
footer {
	background: #000;
	text-align: center;
	padding-top: 30px;
	position: relative;
}
footer:after {
	content: '';
	display: block;
	border-bottom: 5px solid #1d5a3b;
	bottom: 0;
}
footer nav {
	margin-top: 30px;
	margin-bottom: 30px;
}
footer nav a {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-family: 'robotoregular', Arial, sans-serif;
}

/* Back to top */
.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #000;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}

#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

.call-us {
	display: none;
	background: #1967D2;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 80px;
}

.shown-in-mobile{display: none;}
.hotline a{color: #fff;}
.green-bar a{color: #fff;}

.call-us:hover, .call-us:focus, .call-us a, .call-us a:link, .call-us a:visited, .call-us a:hover, .call-us a:active, .call-us a:focus {
	color: #fff;
	text-decoration: none;
}

/* Mobile device */
@media (max-width: 1427px) {
	#hero {

	}
}

@media (max-width: 991px) {
	#hero {
		background: url('../img/hero-bg-small.jpg') no-repeat center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;	
	}

    .navbar-header {
        float: none;
    }
    .navbar-default .navbar-toggle {
        display: block;
        border: none;
        color: #1d5a3b;
        font-size: 26px;
        border-radius: 0;
        padding: 14px 10px 10px;
    }
    .navbar-default .navbar-nav {
    	margin-top: 5px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
    	background: none;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-nav {
        float: none !important;
		margin: 0;
		padding-right: 15px;
		padding-left: 15px;
    }
    .navbar-nav>li {
        float: none;
        margin-bottom: 5px;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	
	.navbar-default .hotline {
		right: 80px;
		top: 24px;
		border-radius: 0;
	}
}

@media (max-width: 767px) {
	.hotline {
		display: none;
	}

	.green-bar {
		margin-top: 30px;
	}	

	.call-us {
		display: block;
	}

	#hero {
		padding-top: 25px;
	}	
}

/* Custom mobile */
@media (max-width: 480px) {

}

/* Tablet device */
@media (min-width: 768px) {
	.embed-container { 
		margin-top: 12px;
	}
}

@media (min-width: 992px) {

}


/* Desktop small screen */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default li a {
		font-size: 13px;
	}

	#hero {
		padding-top: 120px;
	}	
}

/* Desktop large screen */
@media (min-width: 1024px) {
	body:not(.home) #hero{height: 490px; background-size: 100% auto;}

}
@media (min-width: 1200px) {
	.container {
		width: 1185px;
	}
	body:not(.home) #hero{height: 590px; background-size: auto;}
}

@media only screen and (max-width: 1024px) {
	.navbar-brand>img{max-width: 245px}
	body:not(.home) #hero{ background: url('../img/hero-bg.jpg') no-repeat center top;background-size: 100% auto; }

	.navbar-default .hotline2{top: 40px;}
}

@media only screen and (max-width: 991px) {
	.navbar-default .hotline2{top: 60px;}
	body:not(.home) #hero{padding-top: 42px;}

}
@media only screen and (max-width: 768px) {
	body:not(.home) #hero{height: 304px;margin-top: 105px;}
}

@media only screen and (max-width: 667px) {
	.call-us{margin-top: 105px;}
	.content-contact a.button{margin-bottom: 20px!important;}
}
@media only screen and (max-width: 480px) {
	.call-us{margin-top: 78px;}
	.block-in-mobile{display: block; clear: both; margin: 10px 0;}
	.shown-in-mobile{display: block;}
	.centered-in-mobile{text-align: center;}
	h3.centered-in-mobile{line-height: 34px;}
	.hidden-in-mobile{display: none;}
	.home h1{font-size: 28px; line-height: 28px;}
	.home .panel p span{line-height: 24px;}
	.home #about h2{line-height: 32px;font-size: 28px;}
	body:not(.homepage) #hero{margin-top: 0;}
	#about{padding-top: 0;}
	#info{padding-top: 30px;}
}
@media only screen and (max-width: 320px) {
	#about .action-wrapper .button-primary{padding-left: 15px;padding-right: 15px;}
	.navbar-brand>img{width: 225px;}
	.call-us{margin-top: 105px;}
	.fa-ul{margin-left: 1.14em;}
	body:not(.homepage) #hero{height: 205px; margin-bottom: 20px;}
	#about h2{margin-bottom: 20px;font-size: 32px;}
}
.copy{margin: auto;}