/*css*/
@import "reset.css";
@import "skeleton.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:800);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Sanchez);
@import url(http://fonts.googleapis.com/css?family=Sanchez:400italic);

html, body {
	width: 100%;
	position: relative;
	font: normal 13px/18px 'Sanchez', sans-serif;
	color: #7e7e7e;
	background-color: #000099;
}

* ul { list-style: none; }

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
* {
	-webkit-text-size-adjust: none;
}

a { color: #9d9c9c; display: inline-block; text-decoration: none; }

.clearfix { *zoom: 1; }
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after { clear: both; }

.fleft { float: left; }
.fright { float: right; }


h1 a img { 
	position: relative;
	width: 100%; 
}

a {
	transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
}

h2, h3, h4, h5, h6 {
	position: relative;
	color: #000000;
	display: block;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-size: 31px;
	line-height: 36px;
	font-weight: 700;
}

h2 { margin-bottom: 24px; }

h3 {
	font: normal 24px/36px 'Open Sans', sans-serif;
	text-transform: none;
	margin-bottom: 4px;
}

h4 {
	font: 800 14px/24px 'Open Sans', sans-serif;
	margin-bottom: 31px;

}

h5 {
	display: none;
	color: #000;
	font: normal 14px/54px 'Open Sans', sans-serif;
	text-transform: none;
}

h5:after, .bg_2 h5:after, .bg_6 h5:after, ul.gal_menu:after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 1px;
	left: 0;
	width: 125px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000099;
}

.bg_2 h5:after, .bg_6 h5:after { border-top: 2px solid #ffffff; }

h6 {
	display: inline-block;
	font: italic 14px/24px 'Open Sans', sans-serif;
	padding-right: 23px;
	text-transform: none;
}

.color_1 { 
	color: #fff; 
	font: 700 14px/24px 'Open Sans', sans-serif;
	line-height: 20px;
    margin: 4px 0 12px; 
}
.title_3 { font: 800 12px/22px 'Open Sans', sans-serif;  }

/************Header************/

#header {
	position: relative;
	padding: 17px 0 15px;
	background-color: #000;
}

/************Content***********/

.bg_1, .bg_3, .bg_4, .bg_5, .bg_6 {
	width: 100%;
	background: #fff; 
	padding: 22px 0 57px;
}

.bg_2, .bg_6 {
	width: 100%;
	color: #fff;
	background-color: #999999;
	padding-top: 41px;
	padding-right: 0;
	padding-bottom: 41px;
	padding-left: 0;
}

.bg_2 h5, .bg_6 h5 { color: #fff; }

.bg_3 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.bg_4 { padding: 50px 0 62px; }
.bg_5 { padding: 50px 0 8px; }
.bg_6 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.slider_wrapper { 
	border-bottom: 1px solid #babebc;
	position: relative;
	overflow: hidden; 
}

.thumbs { margin-top: 6px; }

.thumbs_2 {
	text-align: center;
	color: #fff;
	margin: 10px 0 18px;
}

.thumbs_2 h4 { color: #fff; font-size: 14px; margin-bottom: 19px; }
.thumbs_2 a { color: #fff; }
.thumbs_2 a:hover{ color: #c8c4cd; }

.thumbs h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

.thumbs img {
	position: relative;
	margin-bottom: 10px;
	opacity: .8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';

	transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.thumbs img:hover {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.thumbs figure.button {
	position: relative;
}

.thumbs figure.button:after {
	display: block;
	position: absolute;
	background: #cfcfcf;
	color: #000;
	font: italic 14px/61px 'Open Sans', sans-serif;
	top: -16px;
	right: 10px;
	height: 64px;
	width: 64px;
	text-align: center;
	content: "After";

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}

.thumbs figure.button:hover:after {
	background: #583e7d;
	color: #ffffff;
	text-align: center;
	content: "Before";

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 424px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 69px;
    height: 69px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/toTop.png) no-repeat left 0;
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

#toTop:hover {
    outline: none;
    background-position: right 0;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.thumbs_2 i.fa {
    color: #fff;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 120px;
    font-style: normal;
    font-weight: normal;
    line-height: 174px;
    height: 184px;
    padding: 0;
    text-align: center;
    width: 184px;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #fff;

    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
}

.block {
	position: relative;
	overflow: hidden;
	margin: 1px 0 26px;
}

.block h4 { margin-bottom: 13px; }
.block h6 { text-transform: uppercase; }

time { padding: 0 2px; }

a.link_1, a.link_3 {
	display: inline-block;
	position: relative;
	height: 38px;
	text-align: center;
	color: #fff;
	font: italic 14px/37px 'Open Sans', sans-serif;
	background: #583e7d;
	text-transform: uppercase;
	margin-top: 26px;
	padding: 0 14px;
	background-color: #0066FF;
}

a.link_3 {
	margin-top: 17px;
	background-color: #0066FF;
}

a.link_1:hover, a.link_3:hover {
	background: #C8C4CD;
	color: #FF0000;
}

a.link_2 {
	color: #7e7e7e;
	display: inline;
}

a.link_2:hover, ul.list_1 li a:hover { color: #583E7D; }

ul.list, ul.list_1 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

ul.list li, ul.list_1 li {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 21px;
}

ul.list li h4 { margin-bottom: 9px; }

ul.list_1 {
	margin: 18px 0 31px;
}

ul.list_1 li {
	background: url(../images/arrow.png) -1px 4px no-repeat;
	position: relative;
	padding-left: 16px;
	margin-bottom: 10px;
}

ul.list_1 li a {
	display: inline;
	font-size: 13px;
	color: #7E7E7E;
}

a.circle {
	display: inline-block;
	position: absolute;
	float: left;
	color: #ffffff;
	background: #583E7D;
	width: 61px;
	height: 61px;
	font: italic 14px/61px 'Open Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #fff;
	top: 3px;
	left: 3px;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}

.under{
	display: inline-block;
	position: relative;
	float: left;
	color: #ffffff;
	background: #583E7D;
	width: 69px;
	height: 69px;
	font: italic 14px/68px 'Open Sans', sans-serif;
	text-align: center;
	margin: 0 20px 0 1px;
	text-transform: uppercase;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}

a.circle:hover {
	width: 62px;
	height: 62px;
	font: italic 14px/62px 'Open Sans', sans-serif;
	text-transform: uppercase;
	border: none;
}

.text {
	float: left;
	position: relative;
	width: 75%;
}
.text p {
	width: 75%;
}

.info_block, .info_block_1, .text_1 {
	position: relative;
	overflow: hidden;
}
.info_block_1 { margin-bottom: 44px; }

.info_block h4, .info_block_1 h4, .text_1 h4 {
	line-height: 20px;
	margin: 2px 0 12px;
}

.text_1 { margin-bottom: 28px; }
.text_1 h4 { font-weight: 700; }

.image { margin-top: 6px; }
.image_1 { margin: 7px 0 10px; }
.image img, .image_1 img { display: block; }

.holder {
	position: relative;
	margin-bottom: 6px;
}

.holder h4, .holder a { color: #fff; }
.holder h4 { margin-bottom: 8px; }

ul.article li {
	margin-bottom: 36px;
}

ul.article li h4 { margin: 1px 0 10px; }
ul.article li a { color: #7e7e7e; font: italic 13px/18px 'Sanchez', sans-serif; display: inline; }
ul.article li a:hover { color: #583E7D; }
ul.article li p { font-style: italic; }

#options {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

#options li {
    color: #797979;
    text-transform: uppercase;
    float: left;
    position: relative;
    margin-right: 31px;
}

.thumb {  
	padding: 0 10px;
	margin-bottom: 49px;
}

.thumb a.gal {
    display: block;
    margin-bottom: 19px;
    background: url(../images/img_hover.png) center center no-repeat #fc9b7a;
}

.thumb img {
    width: 100%;
    box-shadow: 0 0 #fff;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.thumb  a.gal:hover img {
    opacity: 0.2;
}


ul.gal_menu {
	position: relative;
	overflow: hidden;
	width: 100%;
}

ul.gal_menu li {
	float: left;
}

ul.gal_menu li a {
	display: inline-block;
	color: #989898;
	font: normal 13px/50px 'Open Sans', sans-serif;
	text-transform: uppercase;
} 

ul.gal_menu li a:hover, ul.gal_menu li a.selected {
	color: #583E7D;
}

.map_c {
	width: 100%;
	height: 330px;
	margin: 6px 0 24px;
}

address { 
	position: relative;
	overflow: hidden; 
	font: normal 13px/18px 'Sanchez',sans-serif;
 	margin-bottom: 27px;
 	color: #7e7e7e;
}

address span {  float: left; }
address a, .text_1 a { color: #583e7d; display: inline-block; text-decoration: underline; }
address p {
	margin-bottom: 12px;
	position: relative;
	color: #000000;
	display: block;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
dl dt { margin-bottom: 10px; }
dl dd { text-align: right; width: 177px; }

.text_1 a { margin-top: 17px; }

/************Footer************/

#footer {
	position: relative;
	color: #fff;
	padding: 7px 0 6px;
}

#footer a { color: #fff; }
#footer a:hover, .holder a:hover, address a:hover, .text_1 a:hover { color: #C8C4CD; text-decoration: none; }

.copy { padding-left: 12px; }

ul.socials { 
	position: relative;
	overflow: hidden;
	margin-top: 2px;
	float: right;
}

ul.socials li {
	float: left;
	height: 14px;
	margin-left: 21px;
}

ul.socials li a i.fa { font-size: 14px; }


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {

	.bg_2 { padding-bottom: 70px; }

	.text { width: 70%; }
	.text p { width: 100%; }

	.image img, .image_1 img { width: 100%; }

	.thumbs img { width: 100%; }

}

@media only screen and (max-width: 767px) {
	
	.thumbs { margin: 5px 0 25px 0; }
	
	.bg_2 { padding-bottom: 30px; }

	a.link_2 { display: inline-block; }

	ul.socials {
		padding: 12px 0 10px;
		margin: 0 0 0 -7px;
		float: left;
	}

	.holder { margin-bottom: 25px; }
	.image { margin-bottom: 15px; }

	a.btn { margin-bottom: 9px; }

	.thumbs figure.button:after { right: 15px; }

	.thumb {  
		padding: 0;
	}

}

@media only screen and (max-width: 480px) {
	
	#footer { padding: 12px 0 6px; }
}

@media only screen and (max-width: 320px) {

}
h3-text1 {
	color: #666;
}
#text1 {
	font-size: 24px;
	color: #000;
	line-height: 30px;
}
.bg_7 {
	background-color: #999;
}
