@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	background:#CCC /*url(../images/bg.jpg) repeat-x top*/;
}
.clear {
	clear:both;
}

.page {
	width:1146px;
	margin:0 auto;
	background:#FFF;
}
.separator {
	background:#0097A7;
	padding:5px;
}
.header-top {
	width:1146px;
	margin:0 auto;
}
.logo {
	color:#7984A5;
	float:left;
	margin:10px 25px;
}
.logo > p {
	padding-top:3em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.logo > img {
	float:left;
}
.logo > p > span {
	font-size:9px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.rgt_header {
	float:right;
	width:250px;
	margin:25px 20px 0 0;
}
.rgt_header > ul {
	list-style-type:none;
}
.rgt_header > ul > li {
	display:inline-block;
	padding:2px; text-align:right;
}
.contact {
	width:250px; margin-top:2px;
}
.contact > span {
	color:#324577; font-size:16px; font-weight:600; line-height:26px;
}
.contact > img {
	margin-right:5px;
}
.navigation {
	width:100%; position: relative;
} 
.white-text {   
    color: #fff;	
}
.black-text {   
    color: #000;	
}	
} 

	#nav
	{
	width: 60em; /* 1000 */
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -30em; /* 30 480 */
	z-index:9999;
	list-style: none;
	}

	#nav > a
	{
	display: none;
	}

	#nav li
	{
	position: relative;
	}
	#nav li a
	{
	color: #fff;
	display: block;
	}
	#nav li a:active
	{
	background-color: #c00 !important;
	}

	#nav span:after
	{
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
	}

	/* first level */

	#nav > ul
	{
	height: 45px; /* 60 */
	background-color: #0097A7;
	list-style: none;
	}
	#nav > ul > li
	{
	width: 12.5%;
	height: 100%;
	float: left;
	}
	#nav > ul > li > a
	{
	height: 100%;
	font-size: 13px; /* 24 */
	line-height:45px; /* 60 (24) */
	text-align: center;
	text-decoration: inherit;
	font-weight: 600;
	}
	#nav > ul > li:not( :last-child ) > a
	{
	border-right: 1px solid #FFF;
	}
	#nav > ul > li:hover > a,
	#nav > ul:not( :hover ) > li.active > a
	{
	background-color: #0097A7;
	color: #000;
	}


	/* second level */

	#nav li ul
	{
	background-color: #0097A7;
	display: none;
	position: absolute;
	top: 100%;
	list-style: none;
	z-index:9999;
	}
	#nav li:hover ul
	{
	display: block;
	left: 0;
	right: 0;
	}
	#nav li:not( :first-child ):hover ul
	{
	left: -1px;
	}
	#nav li ul a
	{
	font-size: 15px; /* 20 */
	border-top: 1px solid #FFF;
	padding: 0.75em; /* 15 (20) */
	text-decoration: inherit;
	}
	#nav li ul li a:hover,
	#nav li ul:not( :hover ) li.active a
	{
	background-color: #0097A7;
	color: #000;
	}


	@media only screen and ( max-width: 62.5em ) /* 1000 */
	{
	#nav
	{
	width: 100%;
	position: static;
	margin: 0;
	}
	}

	@media only screen and ( max-width: 40em ) /* 640 */
	{
	html
	{
	font-size: 75%; /* 12 */
	}

	#nav
	{
	position: relative;
	top: auto;
	left: auto;
	}
	#nav > a
	{
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #0097A7;
	position: relative;
	}
	#nav > a:before,
	#nav > a:after
	{
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
	}
	#nav > a:after
	{
	top: 60%;
	}

	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type
	{
	display: block;
	}


	/* first level */

	#nav > ul
	{
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	}
	#nav:target > ul
	{
	display: block;
	}
	#nav > ul > li
	{
	width: 100%;
	float: none;
	}
	#nav > ul > li > a
	{
	height: auto;
	text-align: left;
	padding: 0 0.833em; /* 20 (24) */
	}
	#nav > ul > li:not( :last-child ) > a
	{
	border-right: none;
	border-bottom: 1px solid #cc470d;
	}


	/* second level */

	#nav li ul
	{
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
	}
	}







.section {
	margin: 12px;
	width: 1146px;
}
.box-1 {
	background:#E8E8E8;
	border:1px solid #E8E8E8;
	border-radius:7px;
	padding:15px;
	color:#474747;
	width:357px!important;
	max-height: 150px;
}
.box-2 {
	background:#E8E8E8;
	width:300px;
	float:left;
	border:1px solid #E8E8E8;
	border-radius:7px;
	padding:15px;
	color:#474747;
}
.box-3 {
	background:#E8E8E8;
	width:333px;
	float:right;
	border:1px solid #E8E8E8;
	border-radius:7px;
	padding:15px;
	color:#474747;
}

.ace {
	float:left;
}
.st_1 {
	font-size:18px; font-weight:600;
	float:left;
    width: 75%;
    margin-left: 5px;
}
.st_2 {
	text-align:justify;
	font-size:12px;
	line-height:20px;
	float:left;
	margin-top: 5px;
	font-weight: 600;
}
.img_head {
	text-align:center;
}
.container {
	width:1146px;
	margin:0 auto;
}
.lft-con {
	width:736px;
	background:#E8E8E8;
	margin:20px 20px 0 0;
	float:left;
	border-radius: 7px;
	border: 1px solid #E8E8E8;
}
.separators {
	width:100px;
	background:#0097A7;
	padding:1px;
	margin-left:20px;
}
.lft-con > h2 {
	font-size:18px;
	padding:10px;
	color:#474747;
}
.img_1 {
	float:left;
	width:200px;
	margin: 12px;
}
.content {
	width:500px;
	float:right;
	padding:15px;
	text-align:justify;
	font-size:14px;
	line-height:20px;
}
.rgt-con {
	float: left;
	margin:0px 25px 0 0;
	width: 330px;
}
.rgt-con > ul {
	list-style-type:none;
}
.top_space {
    margin-top: 25px;
}
.col_1 {
	margin-bottom:10px;
	margin-top:10px;
}
.col_1 > span {
	color:#43B2BE;
	font-size:11px;
}
.col_1 > p {
	font-size:12px;
	color:#474747;
}
.rgt-con > h3 {
	padding-top:2px;
	color:#43B2BE;
	letter-spacing:1px;
}
.rgt-con >ul >li > a {
	text-decoration:none;
	color:#43B2BE;
	font-size:12px;
}
.footer-top {
	width:1098px;
	margin:0 auto;
}
.sections {
	width:1098px;
	margin:0 auto;
}
.sections > h2 {
	font-size:18px;
	padding:10px;
	color:#0097a7;
}
.sections > ul >li {
	display:inline-block;
}
.sec > img {
	float:left;
	margin-right: 12px;
}
.sec {
	width:378px;
	margin-top:1em;
}
.sec > h4 {
	font-size:16px;
}
.sec > p {
	text-align:justify;
	font-size:14px;
	line-height:20px;
	width:281px;
	color: #000;
}
.col_1 img {
	float: left;
}
footer {
	background:#0097A7;
	margin-top:5px;
}
.footer {
	width:1146px;
	margin:0 auto;
	background:#0097A7;
	margin-top:5px;
}
.lft-footer {
	width:540px;
	padding:10px;
	float:left;
}
.lft-footer h3 {
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
}
.lft-footer p {
	font-size:14px;
	color:#fff;
	padding-top:20px;
	text-align: justify;
}
.mid-footer {
	float:left;
	width:285px;
}
.mid-footer> h3 {
	color:#fff;
	font-size:15px;
	padding:10px;
	margin-left:2px;
	text-transform:uppercase;
}
.mid-footer> p {
	font-size:14px;
	color:#fff;
	margin-left:10px;
	margin-top:10px;
}
.rgt-footer {
	float:left;
	width:310px;
}
.rgt-footer> h3 {
	color:#fff;
	font-size:15px;
	padding:10px;
	margin-left:20px;
	text-transform:uppercase;
}
.rgt-footer > p {
	font-size:13px;
	color:#fff;
	margin-left:30px;
	margin-top:10px;
	text-align: inherit;
}
.bottom_footer {
	background:#707070;
	padding:10px;
}
.bottom_footer > p {
	color:#fff;
	text-align:right;
	font-size:11px;
} 


/*------------------- page banner-----------------------*/

.page-banner {
    padding: 40px 0;
    background: url(../images/inner-banner.jpg) center;
	border-bottom: 1px solid #eee;
	margin-top: -9px;
}

.page-banner h2 {
	font-weight: 500;
	text-transform: uppercase;
}

.page-banner p {
	font-weight: 300;
}

ul.breadcrumbs {
    float: right;
	margin-top: 15px;
}

.no-subtitle ul.breadcrumbs {
	margin-top: 4px;
}

ul.breadcrumbs li {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
    margin-left: 3px;
	color: #0097A7;
	float: left;
	list-style: none;
}

ul.breadcrumbs li:before {
    content: '/'; 
	margin: 0 4px 0 2px;
	color: #FFF;
}

ul.breadcrumbs li:first-child {
	margin: 0;
}

ul.breadcrumbs li:first-child:before {
    content: '';
	margin: 0;
}

ul.breadcrumbs li a {
	color: #FFF;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
/*------------------- end page banner-----------------------*/

/*------------------- contact us-----------------------*/
.widget-search input[type="search"],
#contact-form input[type="text"],
#contact-form input[type="name"],
#contact-form textarea,
#respond input[type="text"],
#respond textarea, .email {
    color: #666fb5;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #CCC;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;  
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.widget-search input[type="search"]:focus,
#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
#respond input[type="text"]:focus,
#respond textarea:focus {
	border-color: #ddd;
	box-shadow: 0 0 3px #eee;
	-o-box-shadow: 0 0 3px #eee;
	-moz-box-shadow: 0 0 3px #eee;
  	-webkit-box-shadow: 0 0 3px #eee;
} 

.btn-large {
	font-size: 14px;
	padding: 9px 22px;
	background-color:#fcac45;
}


.btn-system {
    font-size: 1em;
    width: auto;
}

.btn-system {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    border: 0;
    text-transform: uppercase;
    font-weight: 400;
}
contact.htmlmedia="screen"
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
contact.htmlmedia="screen"
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.classic-title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    font-weight: 300;
}

.classic-title h4 {
    font-size: 16px;
    line-height: 22px;
}

.classic-title span {
    padding-bottom: 8px;
    border-bottom: 1px solid;
    font-weight: 400;
}

ul.icons-list {
    margin-bottom: 6px;
}
ul.icons-list li, ul.list-unstyled li {
    margin-bottom: 4px;
	list-style: none;
} 


/* Gallery */
.as-gallery ul li {
	list-style: none;
	margin-bottom: 30px;
}
.as-gallery ul li figure {
	overflow: hidden;
	border: 1px solid #e4e4e4;
	margin-bottom: 0px;
}
.as-gallery ul li figure,.as-gallery ul li figure > a,.as-gallery ul li figure img,
.as-galleryinfo {
	float: left;
	width: 100%;
}
.as-gallery ul li figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.80);
	opacity: 0;
}
.as-gallery ul li:hover figure figcaption { opacity: 1; }
.as-gallery ul li figure figcaption h3,
.as-gallery ul li figure figcaption p {
	color: #ffffff;
}
.as-gallery-icon {
	position: absolute;
	left: 0px;
	bottom: -50px;
	width: 100%;
	border-top: 1px solid #c7c6c6;
	padding: 10px 0px;
	text-align: center;
}
.as-gallery-icon a {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #ffffff;
	line-height: 1.7;
	border-radius: 3px;
}
.as-galleryinfo {
	padding: 35px 22px 25px 22px;
	-webkit-transform: scale(0.5);
	   -moz-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	     -o-transform: scale(0.5);
	        transform: scale(0.5);
}
.as-gallery ul li:hover .as-galleryinfo {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
.as-gallery ul li:hover .as-gallery-icon { bottom: 0px; }
.as-gallery ul li:hover figure img {
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}
/* Gallery Style One */
.as-gallery-style figure,.as-gallery-thumb,.as-gallery-thumb img {
	float: left;
	width: 100%;
}
.as-gallery-style figure {
	overflow: hidden;
	margin: 0px;
}
.as-gallery-style ul li {
	list-style: none;
	padding: 0px;
}
.as-gallery-style figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	opacity: 0;
}
.as-gallery-style ul li:hover figcaption { opacity: 1; }
.as-gallery-style ul li:hover figure img {
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}
.as-gallery-style figure figcaption h2,.as-gallery-style figure figcaption p {
	color: #ffffff;
}
.as-gallery-style ul li:hover .caption-wrap {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
/* Opacity #2 */
.hover12 figure {
	background: #000;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.bullet ul{
    margin:0 0 1em 15px;
    padding: 0;
}
.bullet li{
    list-style:none;
    line-height:1.3em;
    margin: .25em 0;
    padding: 0 0 0 20px;
    background: url(../images/bullet-black.png) no-repeat left;
}
