/** Generated by FG **/
 

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, section, menu,
time, mark, audio, video, source {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	vertical-align:baseline;
	background:transparent;
}
article, aside, dialog, figure, footer, header,
hgroup, menu, section, menu { 
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
ins {
	background-color:#ff9;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
} 
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;	
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
img{
	height: auto;
	max-width: 100%;
}
.clear{
	clear:both;
	height:0px;
}
.text-center{
	text-align:center;
}
.sep {
	padding:20px;
}
.para-style{
    height: 121px;
    overflow: scroll;}
.para-style-2{
    height: 275px;
    overflow: scroll;
}
.para-style-3{
    height: 275px;
    overflow: scroll;
}
.para-style-4{
    height: 275px;
    overflow: scroll;
}
@font-face {
    font-family: 'microflfregular';
    src: url('../fonts/microflf-webfont.eot');
    src: url('../fonts/microflf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/microflf-webfont.woff2') format('woff2'),
         url('../fonts/microflf-webfont.woff') format('woff'),
         url('../fonts/microflf-webfont.ttf') format('truetype'),
         url('../fonts/microflf-webfont.svg#microflfregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'microflfbold';
    src: url('../fonts/microflf-bold-webfont.eot');
    src: url('../fonts/microflf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/microflf-bold-webfont.woff2') format('woff2'),
         url('../fonts/microflf-bold-webfont.woff') format('woff'),
         url('../fonts/microflf-bold-webfont.ttf') format('truetype'),
         url('../fonts/microflf-bold-webfont.svg#microflfbold') format('svg');
    font-weight: normal;
    font-style: normal;
} 
ul.hyphen li:before{ content:"-"; position:relative; left:-5px;}
ul.hyphen li{ text-indent:-5px; }
li{
	margin-bottom: 2px;
}
/*----------------------------------------------------------*/
body {
	color:#fff;
	font-family: 'microflfregular', Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color:#ffffff;
	background-position: center top;
	overflow-x: hidden;
} 

#header {
	margin:0px;
	padding:0px; 
	background-color: #3fb7b9;
	height: 110px;	
	position: relative;
} 
.logo{
	background-color: #554a58;
    float: left;
    height: 110px;
    text-align: center;
    width: 380px;
}
@media screen and (max-width: 690px) {
	.logo{
		position: absolute;
		top:0px;
		left: 0px;	
		z-index: 11;
	}
}
@media screen and (max-width: 480px) {
	.logo{
		padding: 0 2%;
		width: 70%;
	}
}
.menu{
	float: left;
	height: 110px;
	margin-left: 30px;
}
.menu li{
	float: left;
	list-style: none;
	padding: 0px 30px;
}
.menu li a{
	color: #ffffff;
    display: block;
    line-height: 140px;
    text-decoration: none;
}
.menu li a:hover, .menu li a.active{
	color: #000000;
}
.dl-menuwrapper{
	display: none;
}
@media screen and (max-width: 1100px) {
	.menu{
		display: none;
	}
	.dl-menuwrapper{
		display: block;
	}
}
.skyblue{
	background-color:#4dbabd;
}
.darkgray{
	background-color: #554a58;
}
.lightgray{
	background-color: #d7d7d7;
} 
#home-banner{
	background: url(../images/home-banner.jpg) no-repeat scroll 0 0 transparent;
	width: 100%;
	position: relative;
	min-height: 550px;
	background-size: cover;
}
.banner-content-wrap{
	padding-top: 300px;
}
.banner-content{
	width: 33.33%;
	float: left;
	min-height: 250px; 
}
@media screen and (max-width: 1120px) {
	.banner-content-wrap{
		padding-top: 250px;
	}
	.banner-content{ 
		min-height: 300px; 
	}
}

@media screen and (max-width: 780px) {
	.banner-content-wrap{
		padding-top: 175px;
	}
	.banner-content{ 
		min-height: 375px; 
	}
}

@media screen and (max-width: 620px) {
	.banner-content-wrap{
		padding-top: 175px;
	}
	.banner-content{ 
		min-height: 200px; 
		width:100%;
	}
	#home-banner{ 
		background-size: contain;
	}
}

@media screen and (max-width: 620px) {
	.about-content-wrap{
		padding-top: 302px;
	} 
}

.home-content-inner{
	padding: 30px 5%;
}
.home-content-inner p{
	font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

#widget-wrap{
	width:100%;
}
.widget-single{
	width: 33.33%;
	float: left;
	min-height: 280px; 
	color: #6d6b6b;
	font-size: 14px;
} 
.widget-single ul{
	list-style: none;
	margin: 0 0 0 10px;
}
.widget-single li{
	line-height: 20px;
}
ol{
	margin: 0 0 0 20px;
}
.home-widget-inner{
	min-height: 200px;
    padding: 19px 10% 0 5%;  
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.home-widget-inner p{	
    line-height: 20px;
    margin-bottom: 20px;
}
.widget-title{
	font-size: 30px;
    margin-bottom: 6px;
}
.widget-link{
	color: #47c5c7;
    float: right;
    font-size: 13px;
    font-weight: bold;
    padding: 0 5%;
    text-decoration: none;
	font-family: 'microflfregular', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 620px) {
	
	.widget-single { 
		width: 100%;
		min-height: 270px;
		padding-bottom: 10px;
	}
	.about-widget .home-widget-inner{
		min-height: 100px;
	}
	.about-widget .widget-single {
		min-height: 100px;
	}
}

@media only screen and (min-width: 621px) and (max-width: 980px) {
	.widget-single { 
		min-height: 348px;
	}
}

#about-banner{
	background: url(../images/about-banner.jpg) no-repeat scroll 0 0 transparent;
	width: 100%;
	position: relative;
	min-height: 550px;
	background-size: cover;
}
#service-banner{
	background: url(../images/service-banner.jpg) no-repeat scroll 0 0 transparent;
	width: 100%;
	position: relative;
	min-height: 470px;
	background-size: cover;
}
.service-content-1{
	width: 66.66%;
	float: left;
	min-height: 180px; 
}
.service-content-bold{
	font-size: 20px;
	font-family: 'microflfbold'; 
}
.service-content-2{
	width: 33.33%;
	float: left;
	min-height: 180px;
}
.service-content-2 ul{
	margin: 0px;
}
.service-content-2 li{
	list-style: none; 
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #6d6b6b;
}

.service-content-inner {
    padding: 30px 5%;
}
@media screen and (max-width: 1130px) {
	.service-content-1, .service-content-2{
		min-height: 220px;
	}
}
@media screen and (max-width: 790px) {
	.service-content-1, .service-content-2{
		min-height: 250px;
	}
	.service-content-wrap{
		padding-top: 250px;
	}
}
@media screen and (max-width: 620px) {
	.service-content-1, .service-content-2{
		width: 100%;
		min-height: 200px;
	}
}
#vision-banner{
	background: url(../images/vision-banner.jpg) no-repeat scroll 0 0 transparent;
	width: 100%;
	position: relative;
	min-height: 400px;
	background-size: cover;
}
#widget-vision{
	background-color: #554a58;
	width: 100%;
	min-height: 200px;
}
.vision-title{
	font-size: 32px;
    padding: 340px 1% 0;
}
.widget-vision-inner{
	padding:  20px 1% 30px;
	font-size: 14px;
	line-height: 20px;
}
.widget-vision-inner ul{
	list-style: none;
	margin: 0px;
}
.widget-vision-inner ul li{
	
}
#contact-wrap{
	margin:50px auto;
	width: 98%;
	display: block;
	overflow: hidhen;
}
.contact-map{
	width: 55%;
	float: left;
	min-height: 300px; 
	margin-right: 2%;
}
.contact-address{
	color: #6d6b6b;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}
.address-title{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.address{

}
.contact-form{
	width: 43%;
	float: left; 
}
.contact-form input[type="text"]{
	width: 98%;
	padding: 0 6px;
	height:30px;
	line-height: 40px;
	margin-bottom: 6px;
	border: 0px;
	color: #666666;
	background-color: #d7d7d7;
	font-family: 'microflfregular', Arial, Helvetica, sans-serif;
}
.contact-form input[type="submit"]{
	float: right;
	padding: 4px 6px;
	border: 0px;
	color: #ffffff;
	background-color: #73ccce;
	font-family: 'microflfregular', Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.contact-form textarea{
	width: 98%;
	padding:  4px 6px;
	height:100px;
	border: 0px;
	color: #666666;
	margin-bottom: 10px;
	background-color: #d7d7d7;
	font-size: 14px; 
	font-family: 'microflfregular', Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
	.contact-map { 
		width: 100%;
	} 
	.contact-form { 
		margin-top: 25px;
		width: 90%;
	}
}