/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: inherit;
	color: #000000;
	background-position: center;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family:Arial, Helvetica, sans-serif;
}
.wrap{
	width:80%;

	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header{
	padding: 20px 0;
	background:url(../images/bg-social.png);
}
.menu{
	font-family:"Monotype Corsiva" Arial, Helvetica, sans-serif;
}
.menu li {
	float: left;
	text-align: center;
	display: inline-block;
}
.menu li a {
	color: #999;
	font-size:1.5em;
	display: block;
	padding: 10px 25px;
}
.menu li a:hover{
	color:#555;
}
span.follow {
	display: inline-block;
	vertical-align: top;
	font-size: 1.2em;
	color:#999;
	margin: 0 18px 0 95px;
	padding-top: 5px;
	font-family:"Monotype Corsiva" Arial, Helvetica, sans-serif;
}
.social{
	float:right;
	margin-top: 10px;
}
.social a img {
	margin-top: auto;
	font-size: 10px;
	line-height: 10px;
	border: 2px solid #CECACA;
	display: inline-block;
	color: #FFF;
	margin: 0 5px 0;
	padding:2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.social a img:hover {
	background:#E6E8E9;
}
.head-bot{
	background:url(../elements/head-pattern.png);
}
.search{
	float:right;
	margin-top:-47px;
}
.search input[type="text"] {
	border:none;
	font-size: 11px;
	padding:5px;
	width: 150px;
	background:#1B1B1B;
	outline: none;
	margin-top: 4px;
	color: #888;
	position: relative;
}
.search input[type="submit"] {
	cursor: pointer;
	color: #FFF;
	padding: 3px 7px;
	background: #1A5BAE;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1A5BAE 0%, #1955A1 28%, #144583 72%, #123E76 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1A5BAE), color-stop(28%,#1955A1), color-stop(72%,#144583), color-stop(100%,#123E76));
	background: -webkit-linear-gradient(top, #1A5BAE 0%,#1955A1 28%,#144583 72%,#123E76 100%);
	background: -o-linear-gradient(top, #1A5BAE 0%,#1955A1 28%,#144583 72%,#123E76 100%);
	background: -ms-linear-gradient(top, #1A5BAE 0%,#1955A1 28%,#144583 72%,#123E76 100%);
	background: linear-gradient(to bottom, #1A5BAE 0%,#1955A1 28%,#144583 72%,#123E76 100%);
	border:1px solid #528FDB;
	font-size: 11px;
	font-weight: bold;
}
.search .btn {
	padding: 4px 4px 0 0;
	margin: 0;
	border: 0;
	width: auto;
	position: absolute;
	top: 127px;
	right: 209px;
}
.search input[type="submit"]:hover{
	background:#144583;
}
.main{
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	background-color: #FFFFFF;
}
.preview img{
	display:block; 
}
.content{
	background:#fff; 
}
.content-top{
	margin-top:20px;
}
/*  GRID OF THREE   ============================================================================= */
.listview_1_of_3{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_3:first-child { margin-left: 0; } 
.images_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.listimg_1_of_2{
	width:28.2%;
}
.list_1_of_2 {
	width: 68.2%;
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
	border: 2px solid #FFF;
	box-shadow: 0 0 8px #999;
	-webkit-box-shadow: 0 0 8px #999;
	-moz-box-shadow: 0 0 8px #999;
	-o-box-shadow: 0 0 8px #999;
}
.list_1_of_2  h3{
	font-size:1.8em;
	color: #888;
	line-height: 1.5em;
	margin-bottom: 0;
	font-family: "Monotype Corsiva" Arial, Helvetica, sans-serif;
}
.list_1_of_2  p{
	font-size:0.8125em;	
	color:#666666;
	line-height: 1.5em;
	padding:0; 	
}
.list_1_of_2 .button{
	line-height:1.9em;
	margin-top:0.2em;
}
.list_1_of_2 .button a{
		padding:6px 10px;
		font-size:0.8em;
		font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
		border: 1px solid rgba(0,0,0,0.1);
  		box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
        background        : #3f4040;       
        color             : #fff;
        text-shadow       : 0 1px 0 rgba(0, 0, 0, 0.4); 
        -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
		box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}
.list_1_of_2 .button a:hover{
	    border: 1px solid #303030;
        background: #525252;
        text-decoration:none; 
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	
	.wrap{
		width:95%;
	}
	.listview_1_of_3{ 
		margin: 2% 0 2% 0%;
	}
	.text{
		margin:0;
	}	
	.images_1_of_3 {
		width:94%;
		padding:3%;
	}
	.listimg_1_of_2{
	     width:100%;		
   }
	.list_1_of_2 {
		width: 100%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.listview_1_of_3{ 
		margin: 2% 0 2% 0%;
	}
	.text{
		margin:0;
	}	
	.images_1_of_3 {
		width:92%;
		padding:4%;
	}
	.listimg_1_of_2{
	     width:100%;		
   }
	.list_1_of_2 {
		width: 100%;
	}
}

/*  GRID OF THREE   ============================================================================= */

.col_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_1_of_3  h3{
	color:#1E3755;
	margin-bottom:0.5em;
	font-size:2em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: "Monotype Corsiva" Arial, Helvetica, sans-serif;
}
.span_1_of_3  h4{
	margin-bottom:10px;
}
.span_1_of_3  h4 a{
	color:#569DF3;
	margin-bottom:0.5em;
	font-size:1em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_1_of_3  h4 a:hover{
	color:#555;
}
span.date{
	color:#555;
	font-size:13px;
}
.listimg1 img{
	margin-bottom: 20px;
	box-shadow: 0 0 0px #999;

-webkit-box-shadow: 0 0 0px #999;
-moz-box-shadow: 0 0 0px #999;
-o-box-shadow: 0 0 0px #999;	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.list-img{
	margin-bottom:30px;
}
.link {
	color:blue;
	font-size: 14px;
}
.link:hover{
	color:#222;
}
.ser-desc {
	color: #888;
	font-size: 13px;
	line-height: 1.5em;
}
.span_1_of_3  p  {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #888;
	line-height: 1.5em;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
     
     .wrap{
		width:95%;
	}		
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:92%;
		padding:4%;
	}
}
/*--Content--*/
.box-1 {
	 background:url(../images/bg-3.png);
	filter: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	border-radius: 5px;
	padding: 20px 35px 34px 15px;
	overflow: hidden;
	line-height: 18px;
	margin-bottom:18px;
}
.box-1 figure {
	float: left;
	margin: 0 7px 0 0;
}
.extra-wrap {
	overflow: hidden;
	display: block;
}
.box-1 .style-6 {
	padding: 10px 0 10px;
}
.style-6 {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color:#7DAED6;
	letter-spacing: -1px;
}
.link-3, .footer_link, .menu_2 li a, .link-2, .link-1, .list-1 li a, .box-1 a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-1 a {
	color: #7DAED6;
	font-size: 14px;
}
.sidebar-nav li {
	margin:0 0 17px 0px;
	padding: 5px 0px 5px 14px;
}
.sidebar-nav li a {
	font-size: 13px;
	color: #999;
}
li.list-bg {
	background:url(../images/bg-1.png);
}
span.img{
	width: 21px;
	display: inline-block;
}
.sidebar-nav li a:hover {
	color: #1E3755;
	font-weight: bold;	
}
/*--Footer--*/
/*  GRID OF FOUR   ============================================================================= */
.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	background: #F0F0F0;
}
.col_1_of_4:first-child { margin-left: 0; } 
.span_1_of_4 {
	width: 20.8%;
	padding:1.5%; 
}
p.txt_3{
	color:#A6A6A7;
	font-size:13px;
	margin-bottom: 5px;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:94%;
		padding:3%;  
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:92%;
		padding:4%; 
	}
}
.footer{
	background: #fff;
}
.textcontact p {
	color: #A6A6A7;
	font-size: 13px;
	line-height: 1.8em;
}
.textcontact p a{
	color:#000;
}
.textcontact p a:hover{
	color:#999;
}
.call_info {
	margin-top: 27px;
}
.call_info .txt_4 {
	font: 800 24px/27px Helvetica,Arial,sans-serif;
	letter-spacing: 2px;
	margin-bottom: 0;
	color:#A6A6A7;
}
.footer-nav li {
	list-style-image: url(../images/f-icon.png);
	margin-bottom: 10px;
}
.footer-nav li a {
	font-size: 13px;
	color:#A6A6A7;
	vertical-align: middle;
}
.footer-nav li a:hover{
	color:#555;
}
.copy p{
	color:#A6A6A7;
}
.copy p a{
	color:#569DF3;
}
.copy p a:hover{
	text-decoration:underline; 
}
/*--Beauty--*/
.beauty-top{
	margin-top:20px;
}
.beauty-nav li {
	list-style-image: url(../images/f-icon.png);
	margin:0 0 16px 20px; 
}
.beauty-nav li a {
	font-size: 13px;
	color: #999;
	vertical-align: middle;
}
.span_1_of_6 {
	width: 64.2%;
}
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
	padding-bottom: 20px;
}
.beauty-top h6, .span_1_of_b h3 {
	font-size:2em;
	color: #1E3755;
	margin-bottom: 20px;
	font-family: "Monotype Corsiva" Arial, Helvetica, sans-serif;
}
.s-bot-left {
	margin-bottom: 20px;
}
.grid_3 {
	width: 22%;
	float: left;
	margin-right: 2%;
}
.grid_3 h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
    line-height: 20px;	
}
.grid_4 {
	width: 76%;
	float: left;
}
.grid_4 p {
	color: #333333;
	font-size: 13px;
	line-height: 1.5em;
}
.span_1_of_b {
	width: 32.2%;
}
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
	padding-bottom: 20px;
}
.gallery-top{
	margin:40px 0 10px 0;
}
.gallery li {
	float: left;
	display: inline;
	width:23.5%;
	margin-right:2%;
	box-shadow: 0 0 8px #666;
	background: #FFF;
	padding-bottom: 10px;
	opacity: .95;
}
.gallery ul li a img {
	box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-o-box-shadow: 0 0 5px #999;
}
.gallery li.last {
	margin: 0 0 30px 0;
}
.gallery h3 {
	color: #888;
	padding: 10px 0 0 15px;
	background: #FFF;
	font-size: 17px;
}
/*--Contact--*/
/*  Contact Form  ============================================================================= */
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3{
	color: #1E3755;
	margin-bottom:0.5em;
	font-size:2em;
	line-height: 1.2;
	font-family: "Monotype Corsiva" Arial, Helvetica, sans-serif;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #333333;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background: #1A5BAE;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1A5BAE 0%, #1955A1 28%, #144583 72%, #123E76 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1A5BAE), color-stop(28%,#1955A1), color-stop(72%,#144583), color-stop(100%,#123E76));
	background: -webkit-linear-gradient(top, #1A5BAE 0%,#1955A1 28%,#144583 72%,#123E76 100%);
	background: -o-linear-gradient(top, #1A5BAE 0%,#1955A1 28%,#144583 72%,#123E76 100%);
	background: -ms-linear-gradient(top, #1A5BAE 0%,#1955A1 28%,#144583 72%,#123E76 100%);
	background: linear-gradient(to bottom, #1A5BAE 0%,#1955A1 28%,#144583 72%,#123E76 100%) url(../images/large-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:2px;
    font-family:Arial, Helvetica, sans-serif;
    position:absolute;
    right:0;
}
.contact-form input[type="submit"]:hover{
	background: #144583;
}
.company_address{
	padding-top:26px;
}
.company_address p{
	font-size:0.8125em;
	color:#888;
}
.company_address p a{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:98%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*--Media Queries--*/
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.wrap{
		width:90%;
	}
	.search .btn{
		right: 67px;
	}
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.wrap{
		width:90%;
	}
	.search .btn{
		right: 67px;
	}
	.list_1_of_2 h3{
		font-size: 1.5em;
	}
}
@media only screen and (max-width:1024px) and (min-width:800px) {
	.wrap{
		width:90%;
	}
	.search .btn{
		right:50px;
	}
	.list_1_of_2 h3{
		font-size:1.3em;
	}
	.text {
		margin: 0% 0 0% 6.6%;
	}
	.list_1_of_2 {
		width: 65.2%;
	}
	.box-1{
		padding: 10px 10px 20px 10px;
	}
	.listimg1 img {
		margin-bottom: 15px;
	}
	.sidebar-nav li {
		margin: 0 0 15px 10px;
	}
}
@media only screen and (max-width:800px) and (min-width:640px) {
	.wrap{
		width:90%;
	}
	.search .btn{
		right:40px;
	}
	.list_1_of_2 h3{
		font-size:1.3em;
	}
	.text {
		margin: 0% 0 0% 6.6%;
	}
	.list_1_of_2 {
		width: 65.2%;
	}
	.box-1{
		padding: 10px 10px 20px 10px;
	}
	.listimg1 img {
		margin-bottom: 15px;
	}
	.sidebar-nav li {
		margin: 0 0 15px 10px;
	}
	.menu li a {
		padding:10px 15px;
	}
	.col_1_of_3 {
		margin-top: 2%;
		padding: 0px;
	}
	.text {
		margin:0px;
	}
	.col_1_of_3 {
		margin: 0px;
	}
	.listimg_1_of_2 {
		margin-right: 13px;
	}
	.call_info .txt_4 {
		font: 800 15px/27px Helvetica,Arial,sans-serif;
	}
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.wrap{
		width:90%;
	}
	.search .btn{
		right:30px;
		top: 107px;
	}
	.list_1_of_2 h3{
		font-size:1.3em;
	}
	.text {
		margin: 0% 0 0% 6.6%;
	}
	.list_1_of_2 {
		width: 65.2%;
	}
	.box-1{
		padding: 10px 10px 20px 10px;
	}
	.listimg1 img {
		margin-bottom: 15px;
	}
	.sidebar-nav li {
		margin: 0 0 15px 10px;
	}
	.menu li a {
		padding:10px 5px;
		font-size:20px;
	}
	.col_1_of_3 {
		margin-top: 2%;
		padding: 0px;
	}
	.text {
		margin:0px;
	}
	.col_1_of_3 {
		margin: 0px;
	}
	.listimg_1_of_2 {
		margin-right: 13px;
	}
	.call_info .txt_4 {
		font: 800 15px/27px Helvetica,Arial,sans-serif;
	}
	.search input[type="text"] {
		width: 230px;
	}
	.main {
		display:none;
	}
	.span_1_of_4 {
		padding:0;
	}	
	.call_info {
		margin-top:0px;
	}
	.span_1_of_6 {
		width:100%;
	}
	.beauty-top h6, .span_1_of_b h3 {
		margin-bottom: 10px;
	}
	.span_1_of_b {
		width:100%;
	}
	.gallery li {
		width: 100%;
		margin-right:0px;
		margin-bottom: 20px;
		text-align:center;  
	}
}
@media only screen and (max-width:480px) and (min-width:320px) {
	.wrap{
		width:90%;
	}
	.search .btn{
		right: 35px;
		top: 199px;
	}
	.list_1_of_2 h3{
		font-size:1.3em;
	}
	.text {
		margin: 0% 0 0% 6.6%;
	}
	.list_1_of_2 {
		width: 65.2%;
	}
	.box-1{
		padding: 10px 10px 20px 10px;
	}
	.listimg1 img {
		margin-bottom: 15px;
	}
	.sidebar-nav li {
		margin: 0 0 15px 10px;
	}
	.menu li a {
		padding:10px 5px;
		font-size:20px;
	}
	.col_1_of_3 {
		margin-top: 2%;
		padding: 0px;
	}
	.text {
		margin:0px;
	}
	.col_1_of_3 {
		margin: 0px;
	}
	.listimg_1_of_2 {
		margin-right: 13px;
	}
	.call_info .txt_4 {
		font: 800 15px/27px Helvetica,Arial,sans-serif;
	}
	.search input[type="text"] {
		width: 95%;
	}
	.main {
		display:none;
	}
	.span_1_of_4 {
		padding:0;
	}	
	.call_info {
		margin-top:0px;
	}
	.span_1_of_6 {
		width:100%;
	}
	.beauty-top h6, .span_1_of_b h3 {
		margin-bottom: 10px;
	}
	.span_1_of_b {
		width:100%;
	}
	.social {
		float:none;
		margin-top: 10px;
	}
	.menu{
		text-align:center; 
	}
	.menu li{
		float:none;
	}
	.logo{
		text-align:center; 
	}
	.search {
		float:none;
		margin-top:0px;
		padding-bottom: 10px;
	}
	.grid_3 {
		width:100%;
		float:none;
		margin-right:0px;
	}
	.grid_4 {
		width:100%;
		float:none;
	}
	.grid_3 h5 {
		margin-bottom: 10px;
	}
	.col {
		margin: 1% 0 -5% 0%;
	}
	.beauty-nav li {
		margin: 0 0 10px 20px;
	}
	.company_address {
		margin-bottom: 20px;
	}
	.gallery li {
		width: 100%;
		margin-right:0px;
		margin-bottom: 20px;
		text-align:center;  
	}
}
@media only screen and (max-width:320px) and (min-width:240px) {
	.wrap{
		width:90%;
	}
	.search .btn{
		right:20px;
		top: 199px;
	}
	.list_1_of_2 h3{
		font-size:1.3em;
	}
	.text {
		margin: 0% 0 0% 6.6%;
	}
	.list_1_of_2 {
		width: 65.2%;
	}
	.box-1{
		padding: 10px 10px 20px 10px;
	}
	.listimg1 img {
		margin-bottom: 15px;
	}
	.sidebar-nav li {
		margin: 0 0 15px 10px;
	}
	.menu li a {
		padding:10px 5px;
		font-size:20px;
	}
	.col_1_of_3 {
		margin-top: 2%;
		padding: 0px;
	}
	.text {
		margin:0px;
	}
	.col_1_of_3 {
		margin: 0px;
	}
	.listimg_1_of_2 {
		margin-right: 13px;
	}
	.call_info .txt_4 {
		font: 800 15px/27px Helvetica,Arial,sans-serif;
	}
	.search input[type="text"] {
		width: 95%;
	}
	.main {
		display:none;
	}
	.span_1_of_4 {
		padding:0;
	}	
	.call_info {
		margin-top:0px;
	}
	.span_1_of_6 {
		width:100%;
	}
	.beauty-top h6, .span_1_of_b h3 {
		margin-bottom: 10px;
	}
	.span_1_of_b {
		width:100%;
	}
	.social {
		float:none;
		margin-top: 10px;
	}
	.menu{
		text-align:center; 
	}
	.menu li{
		float:none;
	}
	.logo{
		text-align:center; 
	}
	.search {
		float:none;
		margin-top:0px;
		padding-bottom: 10px;
	}
	.grid_3 {
		width:100%;
		float:none;
		margin-right:0px;
	}
	.grid_4 {
		width:100%;
		float:none;
	}
	.grid_3 h5 {
		margin-bottom: 10px;
	}
	.col {
		margin: 1% 0 -5% 0%;
	}
	.beauty-nav li {
		margin: 0 0 10px 20px;
	}
	.company_address {
		margin-bottom: 20px;
	}
	span.follow {
		margin:0px; 
	}
	.gallery li {
		width: 100%;
		margin-right:0px;
		margin-bottom: 20px;
		text-align:center;  
	}
}

@media only screen and (max-width: 991px) {
	.menu li a {
		font-size: 1.2em;
	}
	.header {
		padding: 10px 0;
	}
	.social {
		margin-top: 5px;
	}
	.search .btn {
		top: 81px;
	}
	.span_1_of_4 {
		width: 45%;
	}
	.span_1_of_4:nth-child(2) {
		margin-bottom: 20px;
	}
	.list_1_of_2 h3 {
		font-size: 1.1em;
	}
	.span_1_of_3 h3 {
		font-size: 1.6em;
	}
	.beauty-top h6, .span_1_of_b h3 {
		font-size: 1.6em;
	}
}
@media only screen and (max-width: 900px) {
	.span_1_of_6 {
		width: 100%;
	}
	.span_1_of_b {
		width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	.list-img {
		width: 44%;
		padding: 0 20px;
		float: left;
	}
	span.follow {
		margin: 0 18px 0 70px;
	}
}
@media only screen and (max-width: 768px) {
	.list-img {
		width: 43%;
	}
}
@media only screen and (max-width: 736px) {
	.menu li a {
		padding: 10px 12px;
	}
	.listimg_1_of_2 {
		width: 27.2%;
	}
}
@media only screen and (max-width: 667px) {
	.menu li a {
		padding: 10px 10px;
		font-size: 1.1em;
	}
	span.follow {
		margin: 0 18px 0 20px;
	}
	.gallery h3 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 640px) {
	.list-img {
		width: 42%;
	}
	.span_1_of_4 {
		width: 100%;
		margin: 1em 0;
	}
	.gallery li {
		width: 48%;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 600px) {
	.social {
		float: right;
		width: 100%;
		text-align: center;
	}
	.menu {
		margin-left: 23%;
	}
	.search .btn {
		top: 121px;
	}
	.list_1_of_2 {
		width: 100%;
	}
	.list-img {
		width: 80%;
	}
	.span_1_of_3 {
		width: 95%;
	}
}
@media only screen and (max-width: 568px) {
	.gallery li {
		width: 47%;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.menu {
		margin-left: 6%;
	}
	.search .btn {
		top: 168px;
	}
}
@media only screen and (max-width: 384px) {
	.menu {
		margin-left: 0%;
	}
	.gallery li {
		width: 91%;
	}
}
@media only screen and (max-width: 320px) {
	.menu {
		margin-left: 0%;
	}
	.menu li a {
		padding: 10px 5px;
		font-size: 1em;
	}
}
.style99 {font-family: Arial, Verdana, Helvetica; font-size: 12px; color: #000000; position:absolute; left:-7500px;}
}
.style2 {font-family: "Monotype Corsiva Arial", Helvetica, sans-serif}
.style3 {color: #333333}
.style14 {
	font-size: medium;
	color: #253786;
}
.style17 {font-size: small}
.style20 {color: #990000}
.style24 {
	font-size: small;
	color: #333333;
}
.style26 {color: #8A2D88}
.style27 {color: #253786; font-size: x-small; }
.style28 {font-size: x-small}
.style29 {font-size: xx-small; }
.style30 {color: #999999}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style31 {font-size: large}
}
.style100 {color: #888}
.style101 {color: #000000}
.style103 {color: #000000; font-family: Arial, Verdana, Helvetica; }
