img {
	border:none 0;
	outline:none;
}
select,
input,
button,
textarea {
	outline:none !important;
	margin:0px;
}
input,
textarea {
	resize:none;
	-webkit-appearance: none;
	border-radius:0;
	-webkit-border-radius:0;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
.fleft {float:left;
}
.fright {float:right;
}
.color {color:#de6e53;
}
h1,h2,h3,h4,h5.h6 {margin-top:0px;
}
.text-center {text-align:center;
}
.text-right {text-align:right;
}


/*********** MAIN **************/
body {
	color: #666;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:21px;
	margin: 0;
	padding: 0;
	overflow-x:hidden !important;
}
html { font-size: 100%;
}
::selection{
	background: #de6e53;
	color: #fff;
}
::-moz-selection {
	background: #de6e53;
	color: #fff;
}
a,
a:focus {
	color: #666;
	text-decoration:none !important;
	outline:none;
}
a:hover { color: #de6e53;
}
p {
	margin: 0 0 15px;
	padding: 0;
	word-spacing:-0.1px;
	letter-spacing:-0.2px;
}
strong { font-weight: 700;
}
.center { text-align: center;
}
.colored { color: #de6e53;
}
.bg_colored { background-color: #de6e53;
}
.justify {text-align: justify;
}
iframe {border:0;
}
img {max-width:100%;
}
.cover {
	background-position:50% 0;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}
.bg_gray {background-color:#f1f5f7;}
.bg_black {background-color:#2d2e2e;}

#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background-color:#f1f5f7; /* change if the mask should have another color then white */
	z-index:99000; /* makes sure it stays on top */
}
#status {
	width:200px;
	height:30px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center center;
	margin:-15px 0 0 -100px; /* is width and height divided by two */
}

.parallax {
    background-position: 50% 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.mb30 {margin-bottom:30px;}

/*---------------------------------------------------------------
					One page HTML
----------------------------------------------------------------*/

/**** HEADER ****/
#top {
	background:#fff;
	border:none;
	padding:0;
	left:0;
	top:0;
	width:100%!important;
	z-index:999;
	text-align:center;
}
.fixed-menu {
	border:none;
	position:fixed;
	left:0;
	top:-100px;
	padding:0;
	background:#fff;
	z-index:10000;
	opacity: 0;
	width:100% !important;
}
.fixed-menu.fixed_show {
	top:0;
	opacity: 1;
	border-bottom:#d1d4d6 solid 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.top-info {
	background:#61646c;
	color:#bbbec7;
	padding:13px 0;
}
.top-info .info-com {
	float:right;
}
.top-info .info-com span {
	display:inline-block;
	margin:0 0 0 40px;
}
.top-info .info-com span strong {
	color:#fff;
	font-weight:normal;
}
/**/

/* Logo */
#logo {
	float:left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#logo a {display:inline-block;
}
#logo img {vertical-align:top;}

/**/

/*Menu*/
.navmenu {
	margin:0;
	padding:0;
	float:right;
}
.navmenu ul {
    font-size: 0;
    line-height: 0;
}
.navmenu ul li {
	display: inline-block;
	vertical-align:top;
	list-style: none;
	padding:0;
    margin: 0 0 0 -1px;
	border-left:#e6e6e6 solid 1px;
	border-right:#e6e6e6 solid 1px;
	text-align:center;
}
.navmenu ul li a {
	display: inline-block;
	font-size: 14px;
	line-height:14px;
	color:#262626;
	text-transform:uppercase;
	min-height:80px;
	padding:0 30px 0;
	margin:0 -1px;
	text-decoration:none !important;
	outline:none;
	background:none;
	position:relative;
	z-index:10;
}
.navmenu li a:hover,
.navmenu li.active a {
    text-decoration: none;
	background:#de6e53;
	color:#fff;
}
.navmenu ul li a span {
	display:block;
}
.navmenu ul li a img {
	transform: translateZ(0) !important;
	-webkit-transform: translateZ(0) !important;
}
.navmenu ul li a .img {
	margin-bottom:3px;
	position:relative;
	display:inline-block;
}
.navmenu ul li a .img img.hovered {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 15;
}
.navmenu ul li a:hover .img img,
.navmenu li.active a .img img {opacity: 0;
}
.navmenu ul li a:hover .img img.hovered,
.navmenu li.active .img img.hovered {opacity: 1;
}

.navmenu ul li a > div {
	display:table-cell;
	vertical-align:middle;
	height:80px;
}
a.menu_toggler {display:none;
}
.mobile_menu_wrapper {display:none;	
}
/**/

/* Main Slider */
.full_slider {
	background-position:center center;
	background-repeat:no-repeat;
}
.full_slider_caption {
    position:absolute;
	top:50%;
	left:0;
	right:0;
    margin: 0;
    text-shadow: none;
	opacity: 1; 	
	float:none;
	color:#262626;
	font-size:18px;
	line-height:27px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.full_slider_caption .cont {
	max-width:560px;
}
.full_slider_caption .title {
	font-size:48px;
	line-height:58px;
	margin-bottom:12px;
}
.full_slider_caption p {
	margin-bottom:24px;
}
/**/

/************ HOME SECTION ***********/
.separator {
	position:relative;
	margin:24px 0 20px;
	height:1px;
}
.separator:before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -115px;
	width:230px;
	border-bottom:#dcdde3 solid 1px;
}
.separator:after {
	content:'+';
	position:absolute;
	top:-5px;
	left:50%;
	margin:0 0 0 -6px;
	width:11px;
	height:11px;
	line-height:10px;
	font-size:15px;
	text-align:center;
	background:#dcdde3;
	color:#666;
}
a:hover .separator:after {
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}
a:hover .separator:before  {
	margin:0 0 0 -60px;
	width:120px;
}

.page_section {
	opacity: 1; 
	padding:80px 0 49px;
}
.shortcode_button { 
	display:inline-block;
	margin:0;
	text-decoration:none;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	color:#fff !important;
	padding:6px 18px 5px;
	vertical-align:top;
	text-align:center;
	text-transform:uppercase;
	background:#de6e53;
	border:#de6e53 solid 1px;
	cursor:pointer;
	font-size:14px;	
	border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:0 4px 0 0 #cc5842;
	-webkit-box-shadow:0 4px 0 0 #cc5842;
}
.shortcode_button:hover {
	box-shadow:0 4px 0 0 #c8422a;
	-webkit-box-shadow:0 4px 0 0 #c8422a;
}
.shortcode_button:active {
	border-color:#cf664d;
	background:#cf664d;
	box-shadow:0 1px 0 0 #c8422a inset, 0 4px 0 0 #cf664d;
	-webkit-box-shadow:0 1px 0 0 #c8422a inset, 0 4px 0 0 #cf664d;
}
.page_section header div.container {
	position: relative;
}
h1,h2 {
	font-size: 30px;
	line-height:30px;
	color:#262626;
}
h3 {
	font-size:24px;
	font-weight:normal;
	color:#262626;
}
h4 {
	font-size:18px;
	font-weight:600;
	color:#262626;
}
.head_section h1,
.head_section h2 {
	margin:0 0 1px;
	position:relative;
	margin-bottom:22px;
}
.head_section span {
	font-weight:normal;
}
.head_section p {
	color:#262626;
}
p:last-child {
	margin-bottom:0;
}
.head_section {
	color:#262626;
	text-align:center;
	margin:-6px 0 55px;
}

/************* ICON SECTION *************/
.icon-banner {
	text-align: center;
	padding:0;
	margin-bottom:27px;
	color:#666 !important;
}
.icon-banner > a {
	display:inline-block;
}
.icon-banner .icon {
	display: inline-block;
    margin: 0 auto 23px;
    position: relative;
}
.icon-banner .icon img {
    display: block;
    height: auto;
    opacity: 1;
    width: 100%;
}
.icon-banner h3 {
	margin:0;
	color:#262626;
}
.icon-banner p {color:#666;
}
.icon-banner .separator {
	margin:34px 0 29px;
}
.icon-banner a:hover h3 {color:#de6e53;
}


/************** ABOUT SECTION ***********/
.about_block .img-wrap img {
	display: block;
	margin:0 auto;
}
.about_block p:last-child {
	margin-bottom:0px;
}
.about_block .cont {
	margin-bottom:25px;
}

/*team*/
.item-team {
	margin:0 0 30px;
	text-align:center;
}
.item-team .img {
	height:175px;
}
.item-team .img img {
	position:relative;
	top:0;
	transform: translateZ(0) !important;
	-webkit-transform: translateZ(0) !important;
}
.item-team .cont {
	background:#fff;
	padding:17px 20px 15px;
	position:relative;
	z-index:5;
	overflow:hidden;
}
.item-team a:hover h3 {color:#de6e53;
}
.item-team > a:hover .img img {
	top:-20px;
}
.item-team p {
	color: #666 !important;
}
/***/


/*********** SERVICES SECTION **********/
#services .head_section {
	margin-bottom:28px;
}
.item-service {
	margin:26px 0 30px;
	overflow:hidden;
}
.item-service .icon {
	float:left;
	background:#de6e53;
	margin:0 29px 15px 0;
	border-radius:100px;
	-webkit-border-radius:100px;
}
.item-service .cont {
	margin:-4px 0 0;
	float:left;
	width:calc(100% - 100px);
}
.item-service h4 {
	margin-bottom:11px;
	color:#262626;
}
/***/



/********** Video SECTION *********/
.video_box {
	overflow:hidden;
	position:relative;	
}
.video_preview {
	position:absolute;
	left:0;
	top:0;
	z-index:50;	
}
.btn-load-video {
	position:relative;
	display:block;	
}
.btn-load-video:before {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:24px;
	height:37px;
	margin:-19px 0 0 -15px;
	background:url(../images/play_video.png) no-repeat;
	opacity:0.5;
	transform: translateZ(0) !important;
	-webkit-transform: translateZ(0) !important;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}
.btn-load-video:hover:before {
	opacity:1;
}
.video_bg {
	width:100%;
	height:auto;
}



/************ NEWS SECTION ************/
#news .head_section {
	margin-bottom:41px;
}
.news-item {
	margin:14px 0 30px;
}
.news-item .img {
	margin-bottom:15px;
}
.news-item .img img {
	width:100%;
}
.news-item .img a {
	display:block;
	position:relative;
}
.news-item .img a:before {
	content:'';
	position:absolute;
	background:rgba(255,255,255,0.5);
	top:20%; left:20%; right:20%; bottom:20%;
	opacity:0;
	visibility:hidden;	
	-webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
	transition:         all 400ms cubic-bezier(0.23, 1, 0.32, 1); 
}
.news-item .img a:hover:before{
	opacity:1;
	visibility:visible;
	top:0; right:0; left:0; bottom:0;
}
.news-item .date {
	font-size:12px;
	margin-bottom:8px;
}
.news-item a {
	color:#de6e53;
}
.news-item a:hover {
	color:#000;
}
.news-item h4 {
	margin-bottom:11px;
}
/***/


/************ REVIEW SECTION ************/
.reviews-section {
	padding-top:0px !important;
	margin-top:93px;
}
.item-reviews {
	text-align:center;
	margin-bottom:26px;
}
.reviews-section .slider.slider-nav {
	width:220px;
	margin:-65px auto 33px;
}
.reviews-section .slider.slider-nav .slick-slide img {
    display: inline;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.reviews-section .slider.slider-nav > div {
	padding:0px !important;
	text-align:center;
}
.reviews-section .slider.slider-nav .slick-prev,
.reviews-section .slider.slider-nav .slick-next {
	position:absolute;
	top:50%;
	color:#666;
	cursor:pointer;
	font-size:40px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	opacity:0.5;
}
.reviews-section .slider.slider-nav .slick-prev {
	left:-26px;
}
.reviews-section .slider.slider-nav .slick-next {
	right:-26px
}
.reviews-section .slider.slider-nav .slick-prev:hover,
.reviews-section .slider.slider-nav .slick-next:hover {
	opacity:1;
}
.item-reviews p {
	margin-bottom:31px;
	font-size:18px;
	line-height:27px;
}
.item-reviews  h3 {
	margin-bottom:13px;
}
.item-reviews .position {
	color:#262626;
}
/***/


/********** CONTACT SECTION *********/
input.shortcode_button,
button.shortcode_button {
	padding-top:0px;
	padding-bottom:0px;
	height: 35px;
	line-height:34px;
	margin:0;
}
.contact_form {
	position:relative;
	background:url(../images/gray-line.png) repeat-x left bottom #fff;
	border:#3d3e43 solid;
	border-width:60px 70px;
	margin:0 0 40px;
	padding:62px 30px 49px;
	border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:0 10px 0 0 #2e2f33;
	-webkit-box-shadow:0 10px 0 0 #2e2f33;
}
.contact_form:before {
	content:'';
	position:absolute;
	left:50%;
	top:-33px;
	margin:0 0 0 -66px;
	background:url(../images/clamp.png) no-repeat;
	width:133px;
	height:52px;
}
.inp {
	background: #fff;
	margin:0;
	padding: 6px 0;
	width: 100%;
	border:none;
	border-bottom:1px #dcdde3 solid;
	outline:none;
	box-shadow:none;
	font-size:14px;
	color:#262626;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}
form textarea {
	resize:none;
	height:77px;
}
.contact_form .shortcode_button {
	margin-top:-12px;
}
.contact_form .inp {
	margin-bottom:42px;
}


/* Placeholder */
.contact_form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666;
}
.contact_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
.contact_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
.contact_form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #666;
}
/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
/***/

/** form valid style **/
.notification_error,
.notification_ok {
    border-radius: 3px;
	-webkit-border-radius: 3px;
    margin: 0 0 30px;
    padding: 12px 10px 12px 35px;
	position:relative;
}
.notification_ok {
    border: 1px #038BD4 solid;
    color: #038BD4;
	background:#D0E3EA;
	margin-bottom:10px;
}
.notification_error {
    border: 1px #C93119 solid;
    color: #C93119;
	background:#FFCFCF;	
}
.notification_error:before,
.notification_ok:before {
    content: ''; 
	width: 16px;
	height: 16px;
	position: absolute;
	left:11px;
	top:15px;		
	background-position:0 0;
	background-repeat:no-repeat;
}
.notification_error:before {background-image:url(../images/error.png);
}
.notification_ok:before {background-image:url(../images/info.png);
}
.no_bottom {padding-bottom:0;
}
#note {
	margin:0 auto;
}

/*appointment*/
.appointment-box .inp {
	max-width:132px;
	float:left;
}
.appointment-box .jcalendar {
	float:right;
	margin-bottom:40px;
}
.appointment-box .jcalendar-selects {
	display:inline-block;
}
.appointment-box .item-select {
	display:inline-block;
	margin:0;
}
.appointment-box .sel53 .selectbox .select {
	width:53px;
}
.appointment-box .sel93 .selectbox .select {
	width:93px;
}
.appointment-box .sel67 .selectbox .select {
	width:67px;
}
.maxheight .selectbox .dropdown {
	max-height:370px;
	min-height:100px;
}
/**/


/************* FOOTER ************/
.footer {
	padding:75px 0 24px;
	color:#9ba0aa;
	background:#3d3e43;
}
.footer a {color:#fff;
}
.footer a:hover {color:#de6e53;
}
.footer_block {
	margin-bottom:30px;
}
.footer_block .title {
	position:relative;
	margin-bottom:21px;
}
.footer_block .title h3 {
	margin:0px;
	font-size:18px;
	color:#f0f5f7;
	font-weight:600;
}
.footer_block ul li:last-child {
	border-bottom:none;
}
.footer .list-posts p {
	margin:0;
}
.footer .list-posts li {
	padding:0 0 13px;
}
.footer .list-posts .date {
	color:#7f828a;
}
.ns_block {
	margin:25px 0 20px;
	position:relative;
	overflow: hidden;
}
.ns_block .ns_input {
	margin:0;
	padding:8px 100px 8px 14px;
	border:none;
	background:#525459;
	width:100%;
	color:#9ba0aa;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	border-radius:6px;
}
.ns_block ::-webkit-input-placeholder {color:#9ba0aa;}
.ns_block :-moz-placeholder {color:#9ba0aa; opacity:  1;}
.ns_block ::-moz-placeholder { color:#9ba0aa; opacity:  1;}
.ns_block :-ms-input-placeholder {color:#9ba0aa;}

.ns_block .shortcode_button {
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
.ns_block .shortcode_button:hover {
	background:#cc5842;	
	border-color:#cc5842;
}
.footer .list-info {
	padding:5px 0 0;
}
.footer .list-info li {
	padding-bottom:6px;
	margin-bottom:8px;
	margin-right: -1px;
	border-bottom:#4c4d53 solid 1px;
}
.copyright {
	border-top:#4c4d52 solid 1px;
	padding:24px 0 0;
	margin-top: 19px;
}
.social {
	font-size:0;
	line-height:0;
	padding:6px 0 0;
}
.social a {
	display: inline-block;
	margin:4px 1px 0 0;
	font-family:"Socialico";
	color:#cdcdcd;
	font-size:42px;
	line-height:28px;
}
.social a:hover {color:#838893 !important;}

.footer .social a {
	color:#53565c;
}


/**********************css3***************/
a {
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
}
.reviews-section .slider.slider-nav .slick-prev,
.reviews-section .slider.slider-nav .slick-next,
.item-team .img img,
.separator:before,
.separator:after,
.navmenu ul li a img,
.fixed-menu,
.shortcode_button,
.navmenu li a:before,
.navmenu ul li,
.navmenu ul li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.item-team .social a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
