*{
	margin:0px;
	padding:0px;
}

body{
	font-family: 'Open Sans', sans-serif;
	background:#fff;
}



.menu-button {
    background:#4a545e;
    float: left;
    height: auto;
	border-radius:0;
    padding: 0 2% 9px;
    text-align: left;
    text-decoration: none;
    width: 100%;
	display:none;

}

.menu-button span {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    top: 10px;
}


.menu-button img {
    float: right;
    margin: 10px 0 0;
}



.main_container{
	width:100%;
	float:left;
}

.container{
	width:1200px;
	float:none;
	margin:0px auto;
}

.top_header_bg{
	width:100%;
	float:left;
	background:#4a545e;
	height:29px ;
	line-height:29px;
}

.top_header{
	width:100%;
	float:left;
}

.top_header h2{
	float:left;
	width:auto;
	font-size:14px;
	font-weight:600;
	color:#fff;
	font-style:italic;
}

.top_header p{
	float:right;
	color:#fff;
	font-size:14px;
}

.top_header p span{
	font-size:15px;
	font-weight:600;
}

.header_bg{
	width:100%;
	float:left;
}

.header{
	width:100%;
	float:left;
}

.logo{
	width:auto;
	float:left;
	margin-top:13px;
}

.logo img{
	max-width:100%;
}

.navigation{
	float:right;
	width:auto;
	 margin: 88px 0 0;
}

.navigation ul{
	width:100%;
}

.navigation ul li{
	display:inline;
	float:left;
}

.navigation li a{
	text-decoration:none;
	font-size:18px;
	color:#4a545e;
	font-weight:300;
	padding: 88px 32px 30px;
}

.navigation li a.active{
	color:#fff;
}



.navigation li a:hover, .active{
	background:url("../images/side_hover.jpg") no-repeat scroll left center #4ab0f2;
	color:fff;
	font-weight:400;
	transition: all 0.3s linear 0s;
}

	
body .navigation li a:hover {
	background:#4ab0f2;
	color:#fff;
}

body .navigation li .active:hover{
	background:url("../images/side_hover.jpg") no-repeat scroll left center #4ab0f2;
}


.banner_bg {
    background: url("../images/banner.jpg") no-repeat scroll center top / 100% auto rgba(0, 0, 0, 0);
    float: left;
    height: 460px;
    margin-top: 20px;
    width: 100%;
}

.banner{
	width:100%;
	float:left;
	margin-top:230px;
}

.left_arrow{
	float:left;
	background:#000;
	opacity:0.8;
	padding:15px 25px;
	border-radius:7px;
}

.right_arrow{
	float:right;
	background:#000;
	opacity:0.8;
	padding:15px 25px;
	border-radius:7px;
}

.banner h1 {
    background:rgba(0,0,0,0.7);
    border-radius: 7px;
    color: #ccc;
    float: left;
    font-size: 34px;
    font-style: italic;
    font-weight: 400;
    margin: 80px 0 0 18.5%;
    opacity: 1;
    padding: 10px 15px;
    text-align: center;
    text-shadow: 0 0 #000;
}

.bottom_banner_bg{
	width:100%;
	float:left;
	background:#f0f0f0;
	padding-bottom:50px;
}

.bottom_banner{
	width:100%;
	float:left;
	margin-top:30px;
}

.box {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #bfbfbf;
    float: left;
    margin-right: 3.2%;
    padding: 2%;
    width: 26%;
	text-align: center;
}

.box:last-child{
	margin-right:0px;
}

.box h1{
	text-align:center;
	font-size:30px;
	font-weight:300;
	color:#000;
}

.box img{
	max-width:100%;
	border:1px solid #979797;
	margin-top:20px;
}

.box p{
	font-size:13px;
	color:#000;
	font-weight:300;
	line-height:25px;
	text-align:justify;
	margin-top:22px;
}

.box .read_more {
	float:right;
	font-size:14px;
	font-weight:400;
	font-style:italic;
	color:#000;
	text-decoration:none;
	margin-top:10px;
}

.box .read_more:hover{
	text-decoration:underline;
}

.foter_bg{
	width:100%;
	float:left;
	background:#090909;
}

.foter{
	width:100%;
	float:left;
	padding:19px 0;
}


.foter_box {
    float: left;
    margin: 0 6% 0 0;
    width: 15%;
}

.foter_box:last-child{
	margin:0px;
}


.foter_box img{
	max-width:100%;
}

.foter_box h5{
	font-size:14px;
	color:#fff;
}

.foter_box ul{
	width:100%;
	float:left;
	margin-top:9px;
}

.foter_box ul li{
	display:block;
}

.foter_box li a{
	color:#cecece;
	font-size:13px;
	font-weight:300;
	text-decoration:none;
	line-height:25px;
}

.foter_box p{
	color:#cecece;
	font-size:13px;
	font-weight:300;
	text-decoration:none;
	line-height:25px;
	margin-top:9px;
}

.foter_box ul .social_icon{
	display:inline;
}

.copyright_bg{
	width:100%;
	float:left;
	background:#212121;
}

.copyright{
	width:100%;
	float:left;
	text-align:center;
	height:44px;
	line-height:44px;
}

.copyright p{
	font-size:13px;
	font-weight:300;
	color:#fff;
}




/**********************************************About Us********************************************/



.about_banner_bg{
	width:100%;
	float:left;
	margin-top:30px;
}

.about_banner_bg img{
	max-width:100%;
}

.about_content_bg{
	width:100%;
	float:left;
}

.about_content{
	width:100%;
	float:left;
	margin-top:40px;
	margin-bottom:22px;
}

.about_content h1  {
    color: #272727;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.about_content .inner_content{
	width:100%;
	float:left;
	margin-bottom: 22px;
}

.about_content .inner_content:last-child{
	margin-bottom:0px;
}

.about_content .inner_content .left_content {
    float: left;
    width: 100%;
}

.about_content .inner_content .left_content h2{
	font-size:20px;
	color:#000;
	font-weight:400;
	margin-top:10px;
}

.about_content .inner_content .left_content p {
    color: #4a545e;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 4px;
    text-align: justify;
}
.about_content .inner_content .right_img {
    border: 1px solid #a2a2a2;
    float: right;
	margin:0 0 20px 20px;
}



/**********************************picture*****************************************************/


.picture_bg{
	width:100%;
	float:left;
	background:#f6f6f6;	
	margin-top:20px
}

.picture{
	width:100%;
	float:left;
	margin-top:40px;
	margin-bottom:30px;
}

.picture h1 {
    color: #272727;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.picture .inner_picture {
    float: left;
    margin-top: 20px;
    padding: 0 3%;
    width: 94%;
}

.picture .inner_picture ul{
	width:100%;
}

.picture .inner_picture ul li {
    border: 1px solid #7c7c7c;
    display: block;
    float: left;
    margin-bottom: 40px;
    margin-right: 3%;
    width:31.1%;
}

.picture .inner_picture ul li:nth-child(3n+3) {
	margin-right:0px;
}

.picture .inner_picture ul li img{
	max-width:100%;
	float: left;
}



/***********************************************Other Link******************************************/

.other_link_bg{
	width:100%;
	float:left;
}

.other_link {
	float:left;
	margin-top: 30px;
	width:100%;
	margin-bottom: 30px;
}

.other_link h1 {
    color: #272727;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.local_link{
	width:100%;
	float:left;
	margin-top:15px;
}


.local_link h3 {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    color: #5b5b5b;
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
	border: 1px solid #eee;
}

.link_inner{
	width:100%;
	float:left;
	text-align:center; 
	margin-top:25px;
}

.link_inner .link_cont  {
    float: left;
    margin-right: 0;
}

.link_inner .link_cont:last-child{
	margin-right:0px;
}

.link_inner .link_cont img{
	max-width:100%;
}

.link_inner .link_cont a{
	float:left;
	text-decoration:none;
	color:#4a545e;
	font-size:13px;
	font-weight:400;
	width:100%;
	margin-top:10px;
}

.link_inner .link_cont a:hover{
	color:#4ab0f2;
	text-decoration:underline;
}



/***********************************************Contact Us******************************************/


.contact_bg{
	width:100%;
	float:left;
}

.contact {
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #cdcdcd;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    padding:2%;
    width: 96%;
}

.contact h1{
	font-size:30px;
	color:#272727;
	font-weight:400;
}

.form{
	width:34%;
	float:left;
	margin-left: 25px;
}

.form p{
	width:100%;
	float:left;
	margin-top:20px;
}

.form p label{
	font-weight:300;
	font-size:14px;
	color:#4a545e;
	width:100%;
	float:left;
}

.form p label span{
	color:#ff0000;
}

.form p input {
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    margin-top: 10px;
    padding: 12px 4%;
    width: 92%;
}

.form p textarea{
	resize:none;
	padding: 12px 4%;
	width: 92%;
	border: 1px solid #9e9e9e;
    border-radius: 4px;
	margin-top: 10px;
}

.form p input:focus{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    transition: border 0.2s linear 0s;
}

.form p textarea:focus{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    transition: border 0.2s linear 0s;
}

.form  .button{
	width:150px;
	float:left;
	background:background: #54bbfe; /* Old browsers */
background: -moz-linear-gradient(top, #54bbfe 0%, #60b7f0 50%, #3399da 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54bbfe), color-stop(50%,#60b7f0), color-stop(100%,#3399da)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #54bbfe 0%,#60b7f0 50%,#3399da 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #54bbfe 0%,#60b7f0 50%,#3399da 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #54bbfe 0%,#60b7f0 50%,#3399da 100%); /* IE10+ */
background: linear-gradient(to bottom, #54bbfe 0%,#60b7f0 50%,#3399da 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54bbfe', endColorstr='#3399da',GradientType=0 ); /* IE6-9 */;
	color:#fff;
	border:1px solid #2590d5;
	border-radius:4px ;
	padding:8px;
	margin:10px 0 0 0;
	font-weight:600;
	font-size:15px;
}

.form  .button:hover{
	cursor:pointer;
	color:#4a545e;
}

.map{
	width:60%;
	float:right;
	margin-top:40px;
}

.map img {
	max-width:100%;
	border:1px solid #9e9e9e;
}

.map .address{
	float:left;
	margin-top:20px;
}

.map .address span{
	font-size:14px;
	font-weight:400;
	color:#4a545e;
	line-height:25px;
}

/*******under-construction-1-css-start**********/

.under-const-outer {
    background: rgba(0, 0, 0, 0) url("../images/bg-1.jpg") no-repeat scroll 0 center / cover ;
    float: left;
    width: 100%;
}
.const-heading {
  float: none;
  padding: 160px 0 0;
  text-align: center;
  width: 100%;
}
.const-heading h1 {
  color: #fff;
  font-size: 85px;
  font-weight: bold;
  line-height: 80px;
  text-shadow: 5px 3px 8px #4a545e;
  text-transform: uppercase;
}
.const-heading h2 {
  color: #fff;
  font-size: 125px;
  font-weight: bold;
  line-height: 150px;
  text-transform: uppercase;
  text-shadow: 5px 3px 8px #4a545e;
}
.const-heading h3 {
    color: #fffc00;
    font-size: 25px;
    font-style: italic;
  font-weight: 400;
}
.row-full {
  display: block;
  float: none;
  margin: 30px auto;
  text-align: center;
  width: 50%;
}
.email-left-row {
  float: left;
  margin-right: 2%;
  width: 80%;
}
.email-left-row input {
  color: #000;
  padding: 10px;
  width: calc(100% - 20px);
  font-weight:400;
}
.subscribe-btn {
  float: left;
  text-align: left;
  width: 18%;
}
.subscribe-btn input {
  background: #4a545e none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  padding: 9px 30px;
  text-transform: uppercase;
}
.email-subscribe {
  float: left;
  padding-bottom: 200px;
  width: 100%;
}

/*******under-construction-1-css-end**********/




/*******under-construction-2-css-start**********/
.under-const-outer-2 {
    background: #000 none repeat scroll 0 0;
    float: left;
    padding: 60px 0;
    width: 100%;
}
.under-const-outer-2 center
{
	margin-bottom: 10px;
}
.upper-half {
  float: left;
  width: 100%;
}
.upper-left {
  float: left;
  margin-right: 5%;
  margin-top: 45px;
  width: 60%;
}
.upper-right {
  float: right;
  width: 35%;
}
.upper-left h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 0;
  text-align: right;
  text-shadow: 0 4px 25px #fff;
}
.upper-left h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 600;
  line-height: 120px;
  text-align: right;
  text-shadow: 0 4px 25px #fff;
}
.under-rw {
/*  border-bottom: 1px solid #ccc;
*/  
  float: left;
  width: 100%;
}
.lower-half {
  float: left;
  margin: 60px 0 0px;
  width: 100%;
}
.construction-strip {
	width:100%;
	float:left;
}

.construction-strip img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.construction-strip p {
  color: #4ab0f2;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

#thanks-message
{
	float:left;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:15px;
	padding:5px 0;
}






/*******under-construction-2-css-end**********/

@media screen and (min-width:180px) and (max-width:1280px) {
.container {
    width: 90%;
}

}


@media screen and (min-width:180px) and (max-width:1110px) {
	
.foter_box {
    margin: 0 3% 0 0;
    width: 17%;
}
}

@media screen and (min-width:180px) and (max-width:1080px) {
	
.navigation li a {
    padding: 88px 30px 30px;
}
}

@media screen and (min-width:180px) and (max-width:1020px) {
	
.navigation li a {
    font-size:16px;
	padding: 88px 25px 30px;
}

.box h1 {
	    font-size: 27px;
}
}


@media screen and (min-width:180px) and (max-width:980px) {
		
.foter_box:first-child{
	display:none;
}
.foter_box {
    margin: 0 0 0 0;
    min-height: 113px;
    width: 25%;
}

.foter_box:last-child {
    margin: 0px 0 0;
}

.picture .inner_picture ul li:nth-child(3n+3) {
	margin-right:9.1%;
}
.picture .inner_picture ul li:nth-child(2n+2) {
	margin-right:0;
}
.picture .inner_picture ul li{
	width:44%;
	 margin-right: 9.1%;
}



}
@media screen and (max-width:980px) {

.const-heading {
  padding: 150px 0 0;
}
.email-subscribe {
  padding-bottom: 190px;
}



.upper-left {
  padding-left: 80px;
  width: calc(60% - 80px);
}
.upper-left h1 {
  font-size: 70px;
  line-height: 100px;
  text-align: right;
}
.upper-left h2 {
  font-size: 42px;
  text-align: right;
}
.upper-right-image {
  float: left;
  text-align: left;
  width: 100%;
}
.under-const-outer-2 {
  padding: 156px 0;
}
}
@media screen and (min-width:180px) and (max-width:900px) {
.navigation li a {
    font-size: 14px;
    padding: 90px 23px 30px;
}

.box p {
    font-size: 12px;
    line-height: 20px;
}

.box h1 {
	    font-size: 22px;
}

.map .address span {
    font-size: 13px;
}
}
@media screen and (max-width:880px) {
.upper-left h2 {
  font-size: 35px;
  text-align: right;
}
.upper-left h1 {
  font-size: 56px;
  line-height: 100px;
}
}
@media screen and (min-width:180px) and (max-width:800px) {
.logo {
    text-align: center;
    width: 100%;
	margin-top:0px;
}

.navigation {
    float: left;
    margin: 20px 0 0;
    width: 100%;
}

.navigation li a:hover, .active{
	background:none;
}

body .navigation li .active:hover{
	background:none #4ab0f2;
	color:#fff;
}

.navigation li a.active {
    color: #000;
}

.navigation li a {
    padding: 11px 30px;
}

.box h1 {
	    font-size: 20px;
}

}
@media screen and (max-width:768px) {
.email-left-row {
  margin-bottom: 15px;
  margin-right: 0;
  width: 100%;
}
.subscribe-btn input {
  padding: 9px 30px;
  width: 100%;
}
.subscribe-btn {
  width: 100%;
}
.const-heading {
  padding: 100px 0 0;
}
.email-subscribe {
  padding-bottom: 150px;
}



.upper-right {
  float: left;
  width: 100%;
}
.upper-right-image {
  text-align: center;
}
.upper-half {
  float: left;
  text-align: center;
  width: 100%;
}
.upper-left {
  margin: 0;
  padding-left: 0;
  text-align: center;
  width: 100%;
}
.upper-left h2 {
  font-size: 35px;
  text-align: center;
}
.upper-left h1 {
  font-size: 56px;
  text-align: center;
}

}
@media screen and (min-width:180px) and (max-width:740px) {
.box {
    margin-right: 0px;
    padding: 5%;
    text-align: center;
    width: 90%;
	margin-top:15px;
}

.form {
    margin-left: 0px;
    width: 100%;
}

.map {
    float: left;
    width: 100%;
}

.contact h1 {
    text-align: center;
}


.link_inner .link_cont {
    margin-right: 5%;
    width: 30%;
}
}

@media screen and (min-width:180px) and (max-width:680px) {
.navigation li a {
    padding: 11px 20px;
}

.foter_box {
    width: 50%;
	margin-top:20px;
}

.foter_box:last-child {
    margin: 20px 0px 0 0;
}
}

@media screen and (min-width:180px) and (max-width:570px) {
.navigation li a {
    padding: 11px 16px;
}
}

@media screen and (min-width:180px) and (max-width:580px) {
	
.top_header {
	text-align:center;
}

.top_header h2 {
    float: none;
}

.top_header_bg {
	height:auto;
    line-height: 18px;
    padding: 7px 0;
}

.top_header p {
	float: none;
}



.about_content .inner_content .left_content {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.about_content {
    text-align: center;
}

.about_content .inner_content .right_img {
    float: left;
    width: 90%;
	 margin-top: 20px;
}
}
@media screen and (max-width:580px) {

.row-full {
  width: 70%;
}

.const-heading h1 {
  font-size: 65px;
  line-height: 60px;
}
.const-heading h2 {
  font-size: 105px;
  line-height: 120px;
}

}
@media screen and (max-width:420px) {
.row-full {
  width: 80%;
}
.const-heading h1 {
  font-size: 59px;
  line-height: 45px;
}
.const-heading h2 {
  font-size: 85px;
  line-height: 100px;
}
.const-heading h3 {
  font-size: 21px;
}



.upper-left h2 {
  font-size: 28px;
  text-align: center;
}
.upper-left h1 {
  font-size: 40px;
  line-height: 80px;
}
}
@media screen and (min-width:521px) and (max-width:4800px) {

.navigation
{
	display:block !important;
}


}

@media screen and (min-width:180px) and (max-width:520px) {
.menu-button {
    display: block;
    width: 96%;
}

.navigation li a {
    float: left;
    padding: 11px 3%;
    width: 94%;
}

.navigation {
    margin: 0;
}
.navigation ul li {
    width: 100%;
}
.picture .inner_picture ul li {
    margin-left: 7%;
    width: 80%;
}

.picture .inner_picture ul li:last-child{
margin-bottom:0px;
}

.link_inner .link_cont {
    margin-right:0px;
    width: 100%;
	margin-top:15px;
}
}

@media screen and (min-width:180px) and (max-width:380px) {
.foter_box {
    margin: 10px 0 0;
    min-height: 113px;
    text-align: center;
    width: 100%;
}

.foter_box:last-child {
    margin:  0;
}


.contact h1 {
    font-size: 24px;
}

.form .button {
    width: 100%;
}
}
