﻿/*
Description:
		1 - Including files ("fonts.css", "reset.css" and others)
		2 - Tags styles and General styles
		3 - header
		4 - .content
		5 - footer
		* - @media rules
*/

/* 1 - BEGIN of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Regular.eot');
	src: url('fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
		 url('fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
		 url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'),
		 url('fonts/Montserrat/Montserrat-Regular.svg#Montserrat') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Light.eot');
	src: url('fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
		 url('fonts/Montserrat/Montserrat-Light.woff') format('woff'),
		 url('fonts/Montserrat/Montserrat-Light.ttf') format('truetype'),
		 url('fonts/Montserrat/Montserrat-Light.svg#Montserrat') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/ontserrat-Medium.eot');
  src: url('fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
	   url('fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
	   url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype'),
	   url('fonts/Montserrat/Montserrat-Medium.svg#Montserrat') format('svg'),
	   url('fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Bold.eot');
	src: url('fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
		 url('fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
		 url('fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'),
		 url('fonts/Montserrat/Montserrat-Bold.svg#Montserrat') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
  font-family: 'PlayfairDisplay';
  src: url('fonts/PlayfairDisplay/PlayfairDisplay-Regular.eot');
  src: url('fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff2') format('woff2'),
	   url('fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff') format('woff'),
	   url('fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf') format('truetype'),
	   url('fonts/PlayfairDisplay/PlayfairDisplay-Regular.svg#PlayfairDisplay') format('svg'),
	   url('fonts/PlayfairDisplay/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PlayfairDisplay';
  src: url('fonts/PlayfairDisplay/PlayfairDisplay-Bold.eot');
  src: url('fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff2') format('woff2'),
	   url('fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff') format('woff'),
	   url('fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf') format('truetype'),
	   url('fonts/PlayfairDisplay/PlayfairDisplay-Bold.svg#PlayfairDisplay') format('svg'),
	   url('fonts/PlayfairDisplay/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
}

/* BEGIN of CSS 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,center,dl,dt,dd,ol,ul,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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

/* END of CSS RESET */

/* 1 - END of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */

body {
	min-height: 500px;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.875;
	font-weight: normal;
	color: #333333;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:active {
	opacity: 0.6;
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
	color: inherit;
	text-decoration: none;
}

button, input, textarea, select {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

button:hover, input:hover, textarea:hover, select:hover {
	opacity: 0.8;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

img {
	max-width: 100%;
}

h1 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 400;
	font-family: 'PlayfairDisplay';
}

h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 44px;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: .6em;
}

h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	font-family: 'PlayfairDisplay';
}

h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
}

h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: .2em;
}

h6 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: .2em;
}

blockquote {
	display: block;
	margin: 20px auto 20px;
	max-width: 840px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}

p {
	padding: 0 0 15px;
}

ul, ol {
	padding: 0 0 15px 20px;
}

ul ol, ul ul, ol ul, ol ol {
	padding-bottom: 0;
}

.clear:before, .clear:after {
	content: "";
	display: block;
	clear: both;
}

.hide, .hidden {
	display: none;
}

.content-wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.alignleft, img.alignleft {
	float: left;
	display: block;
	margin: 0 5px 0 0;
}

.alignright, img.alignright {
	float: right;
	display: block;
	margin: 0 0 0 5px;
}

.aligncenter, img.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 0;
}

.alignnone, img.alignnone {
	margin: 0 0 0;
	display: block;
}

.container {
	max-width: 1140px;
}

/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */
/* 3 - BEGIN of header ---------------------------------------------------------- */

header {
	padding: 23px 0 22px;
	background: #FFFFFF;
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0px 1px 8px 0px #555555;
}

header + * {
	padding-top: 120px;
}

.navbar, header, .logo, header + * {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-fixed {
	padding: 15px 0 15px;
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
}

.logo {
	max-width: 245px;
	margin: 0 auto 0;
	padding: 0 0 0;
	float: left;
	display: block;
}

.logo img {
	display: block;
}

header .container-fluid {
	padding: 0 20px;
}



.navbar {
	margin: 0 0 0;
	padding: 13px 0 0;
	border-radius: 0;
	clear: none;
	border: none;
	min-height: 0;
	float: right;
}

.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
}

.navbar-nav {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
}

.navbar-nav > li {
	outline: none;
}

.navbar-nav > li > a {
	padding: 15px 0 15px;
	margin: 0 0 0 30px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .2em;
	color: #797979;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	background: transparent;
}

.navbar-nav > li > a.active {
	color: #597c9f;
	background: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
	color: #797979;
	background: transparent;
	opacity: 1;
}

.nav > li > a:hover {
	color: #597c9f;
}

.navbar-nav > li > a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid;
	width: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.navbar-nav > li > a.active:after, .navbar-nav > li > a:hover:after {
	width: 100%;
}



body .box-nav-secondary {
	padding: 0 0 0;
}

body .nav-secondary {
	padding: 20px 0 20px;
	margin: 0 0 0;
}

body .nav-secondary li {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
	display: inline-block;
}

body .nav-secondary li a {
	padding: 0 0 0;
	margin: 0 20px 0;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .2em;
	color: #b5b5b5;
	display: inline-block;
	text-transform: uppercase;
}

body .nav-secondary li a:hover {
	color: #597c9f;
	opacity: 1;
}

body .nav-secondary li.active a {
	color: #597c9f;
	text-decoration: underline;
}




/* spinner css start */

.spinner-wr {
	background: #FFFFFF;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	/*!!!!!!!!!!!!!!!!!!!!!!!*/
	/* display: none; */
}

.spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border-radius: 50%;
	background-color: #5a7da0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 50% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}

/* spinner css end */
/* back-to-top css start */

.back-to-top {
	position: fixed;
	bottom: 5px;
	right: 4px;
	z-index: 99;
	width: 44px;
	height: 44px;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	background: transparent url('img/i-arr-up.png') no-repeat center center;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
}

.back-to-top.show {
	opacity: 1;
}

.back-to-top:not(.show):hover {
	opacity: 0;
	cursor: default;
}

.back-to-top:hover {
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* back-to-top css end */

#ho_adv {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	left: -9999px;
}

/* 3 - END of header ---------------------------------------------------------- */
/* 4 - BEGIN of .content ---------------------------------------------------------- */

.content {
	position: relative;
}

.box-wr {
	padding: 50px 0 50px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}



body .bg-blue {
	background-color: #5a7da0;
}

body .bg-pink {
	background-color: #fecdbb;
}

body .bg-gray {
	background-color: #f9f7f7;
}

body .bg-cyan {
	background-color: #dcedfe;
}

body .bg-red {
	background-color: #fc8370;
	color: #ffffff;
}

body .bg-green {
	background-color: #96d486;
	color: #ffffff;
}



body .color-blue {
	color: #5a7da0;
}

body .color-pink {
	color: #fecdbb;
}

body .color-gray {
	color: #838181;
}



.img-wr {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.img-wr img {
	display: block;
	margin: 0 auto 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.img-wr > a {
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.img-wr:hover a img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.img-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pos-bottom {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
}


body .box-top-banner {
	padding: 0 0 0;
	margin: 0 0 0;
	color: #ffffff;
}

.box-top-banner .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	background-attachment: fixed;
}

.box-top-banner .img-overlay {
	min-height: 830px;
	padding: 185px 0 320px;
	margin: 0 0 0;
	position: relative;
}

.box-top-banner .btn-main {
	margin: 62px auto 0;
}

.box-top-banner h1 {
	font-size: 90px;
	padding: 0 0 0;
}

.box-top-banner h2 {
	padding: 0 0 0;
	text-transform: uppercase;
}

body .bg-gradient {
	color: #ffffff;
	background: rgba(170,164,173,1);
	background: -moz-linear-gradient(left, rgba(170,164,173,1) 0%, rgba(98,129,161,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(170,164,173,1)), color-stop(100%, rgba(98,129,161,1)));
	background: -webkit-linear-gradient(left, rgba(170,164,173,1) 0%, rgba(98,129,161,1) 100%);
	background: -o-linear-gradient(left, rgba(170,164,173,1) 0%, rgba(98,129,161,1) 100%);
	background: -ms-linear-gradient(left, rgba(170,164,173,1) 0%, rgba(98,129,161,1) 100%);
	background: linear-gradient(to right, rgba(170,164,173,1) 0%, rgba(98,129,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa4ad', endColorstr='#6281a1', GradientType=1 );
}

body .box-top-banner-inner-page {
	padding: 50px 0 27px;
	font-weight: 300;
}

body .box-top-banner-inner-page h1 {
	padding: 0 0 0;
}

body .box-top-banner-inner-page p {
	padding: 0 4px 0;
	line-height: 1.6;
}

body .box-top-banner-inner-page .container {
	max-width: 900px;
	padding-left: 200px;
}



.divider-line {
	display: block;
	width: 70px;
	margin: 15px auto 15px;
	border-bottom: 2px solid;
}


.box-categories {
	margin: -120px 0 0;
	padding: 0 0 0;
}

.category-item {
	padding: 20px 50px 20px;
	margin: 0 0 0;
	min-height: 236px;
	display: block;
	color: #ffffff;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
}

.category-item:hover {
	color: #797979;
	opacity: 1;
}

.category-item .img-wr {
	margin: 0 auto 0;
	padding: 0 0 0;
	width: 128px;
	height: 110px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.category-item:hover .img-wr {
	opacity: .5;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.category-item h3 {
	margin: -40px auto 0;
	padding: 45px 20px 20px;
	border: 1px solid;
	border-top: none;
	position: relative;
}

.category-item h3:before, .category-item h3:after {
	content: "";
	display: block;
	width: 50px;
	top: 0;
	position: absolute;
	border-bottom: 1px solid;
	left: 0;
}

.category-item h3:after {
	left: auto;
	right: 0;
}

.category-item:before {
	content: "";
	background-color: rgba(90, 125, 160, .8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.category-item:hover:before {
	background-color: rgba(254, 205, 187, .8);
}

.category-item * {
	position: relative;
	z-index: 2;
}


.bordered-top {
	padding: 0 0 0;
	margin: 67px 0 55px;
	position: relative;
}

.bordered-top:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 2px;
	height: 50px;
	top: -56px;
	margin: auto;
	border-left: 2px solid #fecdbb;
}

.bordered-left {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.bordered-left:before {
	content: "";
	display: block;
	position: absolute;
	left: -50px;
	width: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 5px;
	border-bottom: 2px solid #fecdbb;
}

.slider-3-per-row {
	margin: 0 -15px 30px;
}

.slider-3-per-row .slide-item {
	margin: 0 0 0;
	padding: 15px 15px 15px;
}

.slide-item {
	outline: none;
}

.thumb-img-item {
	padding: 0 0 0;
	margin: 0 0 30px;
	box-shadow: 0px 2px 25px 0px #e8e8e8;
	text-align: left;
	background: #ffffff;
}

.thumb-img-item .img-wr img {
	display: block;
	margin: 0 auto 0;
	width: 100%;
}

.thumb-img-item .text-wr {
	padding: 20px 20px 20px 68px;
}

.thumb-img-item h6 {
	padding: 8px 0 8px;
	color: #797979;
}

.thumb-img-item a {
	color: inherit;
}


.box-thumbs {
	padding: 100px 0 100px;
}

.thumb-item {
	padding: 54px 24px 20px;
	margin: 65px 0 30px;
	min-height: 365px;
	border: 1px solid #abbbcc;
	border-top: none;
	font-weight: 300;
	position: relative;
}

.thumb-item:before, .thumb-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	border-bottom: 1px solid #abbbcc;
}

.thumb-item:after {
	left: auto;
	right: 0;
}

.thumb-item .img-wr {
	position: absolute;
	margin: auto;
	top: -30px;
	left: 0;
	right: 0;
}

.thumb-item a {
	color: inherit;
}

.thumb-item h3 {
	padding: 0 0 11px;
}

.thumb-item p {
	padding: 0 0 0;
}


iframe {
	width: 100%;
	border: none;
	overflow: hidden;
	display: block;
}

body .box-instagram {
	padding: 0 0 0;
}

.padding-0 {
	padding: 0;
}


.box-contact-info {
	padding: 0 0 0;
	margin: 0 0 0;
	color: #ffffff;
}

.box-contact-info a {
	color: inherit;
}

.box-contact-info .padding-0 {
	position: static;
}

.block-contacts-info {
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-background-size: cover;
	background-size: cover;
}

.block-contacts-info {
	padding: 130px 0 130px;
	margin: 0 0 0;
}

.block-contacts-info a img {
	margin: 0 auto 35px;
}

.block-contacts-info p {
	font-weight: 500;
}

.block-contacts-info h5 {
	padding: 10px 0 30px;
	text-transform: uppercase;
}

.block-contacts-info .btn-main {
	margin: 36px auto 0;
}

.block-contacts-info a[href*="tel"] {
	font-size: 32px;
}

.block-contacts-info .text-wr {
	max-width: 570px;
	margin: 0 0 0 auto;
	padding: 0 20px;
}

.map-wr {
	min-height: 300px;
	position: absolute;
	right: 0;
	left: auto;
	width: 50%;
	top: 0;
	bottom: 0;
}

#map {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


.slick-prev, .slick-next {
	width: 30px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	opacity: 1;
}

.slick-prev {
	left: -25px;
}

.slick-next {
	right: -25px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	opacity: 1;
}

.slick-prev:before, .slick-next:before {
	width: 30px;
	height: 50px;
	font-size: 50px;
	line-height: 50px;
	color: #d4d4d4;
	padding: 0;
	margin: 0;
	font-family: 'FontAwesome';
	opacity: 1;
}

.slick-prev:hover:before, .slick-next:hover:before {
	color: #fecdbb;
}

.slick-prev:before {
	content: "\f104";
}

.slick-next:before {
	content: "\f105";
}





body .btn-main {
	padding: 16px 40px 12px;
	margin: 0 auto 0;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: .2em;
	color: #597c9f;
	width: auto;
	font-style: normal;
	background: #fecdbb;
	border: 1px solid #fecdbb;
	font-weight: 400;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 0;
	outline: none;
	overflow: hidden;
	text-transform: uppercase;
}

body .btn-main:hover {
	color: #597c9f;
	opacity: 1;
}

body .btn-main * {
	position: relative;
	z-index: 2;
}

body .btn-main:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: #ffffff;
}

body .btn-main:hover:before {
	width: 100%;
}

body .btn-main i {
	margin: 0 5px 0 0;
	font-size: 120%;
	display: inline-block;
	vertical-align: baseline;
}





form {
	margin: 0 0 0;
	padding: 0 0 0;
}

form:after {
	content: "";
	display: block;
	clear: both;
}

form input, form textarea, form select {
	display: block;
	margin: 0 0 0;
	padding: 14px 15px 14px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #222222;
	background-color: #ffffff;
	clear: both;
	outline: none;
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 0;
}

form input[type="submit"] {
	margin: 0 0 0;
	width: auto;
}

form input:hover, form textarea:hover, form select:hover {
	color: #222222;
	border-color: #000000;
}

form input:focus, form textarea:focus, form select:focus {
	color: #222222;
	border-color: #000000;
}

form label {
	display: block;
}

textarea {
	min-height: 140px;
}

*::-webkit-input-placeholder {
	color: #838181;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-moz-placeholder {
	color: #838181;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-moz-placeholder {
	color: #838181;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-ms-input-placeholder {
	color: #838181;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:focus::-webkit-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus::-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-ms-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

form label {
	padding: 0 0 0;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	display: block;
	position: relative;
	z-index: 3;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #838181;
}

form label span {
	padding: 0 0 0;
	margin: 0 0 0;
	position: absolute;
	left: 24px;
	top: 21px;
	z-index: 4;
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.input-wr {
	position: relative;
}

.input-focused span, .input-not-empty span {
	font-size: 66%;
	top: 2px;
	left: 6px;
}

.box-form {
	padding: 10px 0 100px;
}

.form-wr {
	padding: 40px 40px 20px;
}

.form-wr h3 {
	padding: 0 0 45px;
}

form .btn-main {
	margin: 10px auto 20px;
	min-width: 210px;
}


.box-simple {
	padding: 110px 0 50px;
}

.block-grid {
	padding: 0 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.block-grid:after {
	content: "";
	display: block;
	clear: both;
}

.block-grid .img-wr img {
	margin: 0 auto 20px;
}

.block-grid p {
	padding: 0 0 30px;
	font-weight: 300;
	color: #838181;
}

.block-grid .img-wr {
	padding: 9px 0 0 0;
	margin: 0 0 0;
	max-width: 50%;
	float: left;
}

.block-grid .text-wr {
	padding: 0 0 20px 109px;
	margin: 0 0 0;
	overflow: hidden;
}

.block-grid h3 {
	margin: 0 0 11px;
}

.bordered {
	border: 1px solid #acbdcf;
}

.box-nav-secondary+.box-simple {
	padding: 50px 0 50px;
}

form  .col-sm-6 .btn-main {
	margin-top: 0;
}

body .barre-thumb-item, body .block-grid .barre-thumb-item {
	padding: 10px 10px 25px;
	margin: 0 0 0;
	width: 256px;
	float: left;
	text-align: center;
}

body .barre-thumb-item a {
	display: block;
	overflow: hidden;
}

body .barre-thumb-item h3 {
	margin: 0 0 21px;
}

body .barre-thumb-item .btn-main {
	padding: 16px 20px 12px;
	margin: 0 auto 20px;
	display: inline-block;
}

body .barre-thumb-item + .text-wr {
	padding: 0 0 20px 40px;
}



.box-pricing {
	padding: 78px 0 50px;
	font-weight: 300;
}

.box-pricing h3 a {
	font-size: 16px;
	margin: 0 6px 0;
	font-family: 'Montserrat';
	letter-spacing: 0;
	font-weight: bold;
	color: #597c9f;
}

.box-pricing p {
	padding: 0 0 27px;
	color: #838181;
}

.box-pricing h3 {
	padding: 0 0 16px;
}

.pricing-items-wr {
	padding: 0 0 13px;
}

.pricing-item {
	padding: 38px 40px 20px;
	margin: 12px 0 18px;
	min-height: 525px;
	text-align: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pricing-item:hover {
	box-shadow: 0px 2px 25px 0px #e8e8e8;
}

body .pricing-item h3 {
	padding: 3px 0 3px;
}

body .pricing-item p {
	padding: 10px 20px 10px;
}

.pricing-item .divider-line {
	margin: 5px auto 5px;
	width: auto;
	border-width: 1px;
	color: #ebebeb;
}

.pricing-item h4 {
	padding: 5px 0 0;
	font-size: 50px;
	font-family: 'PlayfairDisplay';
}

.pricing-item h4 + p {
	padding: 2px 0 10px;
	line-height: 1;
}

.pricing-item .btn-main {
	margin: 17px auto 10px;
}

.pricing-item-status {
	margin: 0 0 0 0;
	padding: 5px 30px 7px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	-ms-transform: rotate(55deg);
	-webkit-transform: rotate(55deg);
	transform: rotate(55deg);
	position: absolute;
	right: -56px;
	top: 45px;
	width: 200px;
}

.pricing-item-status span {
	display: block;
	margin: 0 auto 0;
	padding: 0 0 0;
}



.box-schedule {
	padding: 80px 0 80px;
}

.box-schedule p a {
	color: #597c9f;
}

.box-schedule h3 {
	line-height: 1.55;
	max-width: 800px;
	margin: 0 auto 0;
}

.box-schedule h3:first-child {
	padding: 0 0 30px;
}

.box-schedule .btn-main {
	margin: 0 auto 20px;
}

.box-schedule p+h3 {
	padding: 30px 0 19px;
}


.schedule-table {
	padding: 0 0 0;
	margin: 0 0 60px;
	font-size: 14px;
	font-weight: 300;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	background: #f9f7f7;
	border: 1px solid #acbdcf;
	box-shadow: 0px 0px 0px 1px #acbdcf;
}

.schedule-table td {
	padding: 14px 5px 14px;
	margin: 0 0 0;
	width: 85px;
	vertical-align: middle;
	border: 1px solid #ffffff;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.schedule-table td:not(.bg-blue):hover {
	background-color: #ffeae2;
}

.schedule-table td.bg-cyan:hover {
	background-color: #dcedfe;
}

.schedule-table td+td {
	width: auto;
}

.schedule-table tr:not(:first-child) td+td {
	vertical-align: top;
}

.schedule-table img {
	display: block;
	margin: 0 auto 0;
}

.schedule-table i {
	display: block;
}

.schedule-table .bg-cyan {
	font-size: 12px;
	letter-spacing: .2em;
	color: #838181;
}

.schedule-table .bg-blue {
	color: #ffffff;
}

.schedule-table p {
	padding: 0 0 0;
	color: #838181;
}

.schedule-table h4 {
	font-size: 18px;
	line-height: 1.5;
	padding: 0 0 0;
	font-family: 'PlayfairDisplay';
}

.schedule-table h5 {
	padding: 0 0 0;
	line-height: 1.86;
	text-transform: uppercase;
}

.schedule-table p+h5 {
	margin: 0 0 7px;
}

.schedule-table a {
	color: #597c9f;
	text-decoration: underline;
}

.schedule-table a:hover {
	text-decoration: none;
	opacity: 1;
}



.schedule-filter {
	padding: 40px 0 40px;
	margin: 0 0 0;
	line-height: 1.5;
}

.schedule-filter h5 {
	padding: 0 0 10px;
	margin: 0 0 0;
	font-weight: 400;
}

.schedule-filter a {
	padding: 5px 18px 5px;
	margin: 0 1px 0 0;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	display: inline-block;
	color: #000000;
	background-color: #f6e3db;
	text-decoration: none;
}

.schedule-filter a.active {
	background-color: #666666;
	color: #ffffff;
}

.schedule-filter ul {
	margin: 0 0 0;
	padding: 0 0 0;
	list-style: none;
}

.schedule-filter li {
	float: left;
}

.schedule-filter ul:after {
	content: "";
	display: block;
	clear: both;
}




.modal-close:hover {
	opacity: 1;
}






.error_message {
	display: block;
	line-height: 22px;
	margin: 10px 0 30px;
	color: #FF0000;
}

.error_message:before {
	margin: -2px 20px 0 0;
	font-size: 20px;
	content: "\f06a";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
}

#succsess_page {
	color: #a5be25;
}

#succsess_page h1 {
	color: #a5be25;
	padding: 0 0 20px;
}

#succsess_page h1:before {
	margin: 0 10px 0 0;
	font-size: 20px;
	content: "\f00c";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
}

#hellobar-pusher+header {
    margin: 30px 0 0;
}



























/* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
	padding: 25px 0 20px;
	background: #f8f6f7;
}

footer a {
	color: inherit;
}

footer h5 {
	padding: 10px 0 10px;
	font-weight: 300;
}

.social-links {
	padding: 0 0 0;
	margin: 0 0 0;
}

.social-links a {
	padding: 0 0 0;
	margin: 0 0 0 25px;
	display: inline-block;
	vertical-align: middle;
}

.social-links a i {
	font-size: 20px;
	padding: 0 0 0;
	margin: 0 0 0;
	color: #bbbbbb;
	display: inline-block;
	vertical-align: middle;
}

.social-links a:hover {
	opacity: 1;
}

a [class*="facebook"]:hover {
	color: #3B5898;
}

a [class*="twitter"]:hover {
	color: #42C8F4;
}

a [class*="youtube"]:hover {
	color: #ca3737;
}

a [class*="google-plus"]:hover {
	color: #e3411f;
}

a [class*="linkedin"]:hover {
	color: #1686b0;
}

a [class*="pinterest"]:hover {
	color: #ef4430;
}

a [class*="envelope"]:hover {
	color: #65cd2b;
}

a [class*="instagram"]:hover {
	color: #637e96;
}

a [class*="yelp"]:hover {
	color: #d43c2a;
}

a .fa {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/* 5 - END of footer ---------------------------------------------------------- */
/* * - BEGIN of @media ---------------------------------------------------------- */

@media screen and (max-width: 1199px) {
body {
	font-size: 14px;
	line-height: 1.875;
}
h1 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 40px;
}
h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 34px;
}
h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 24px;
}
h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 20px;
}
h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 13px;
}
h6 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 10px;
}
.box-wr {
	padding: 40px 0 40px;
}
body .box-categories {
	margin: -100px 0 0;
	padding: 0 0 0;
}
body .box-contact-info {
	padding: 0 0 0;
}
.box-top-banner h1 {
	font-size: 70px;
}
.logo {
	max-width: 160px;
}
.navbar-nav > li > a {
	padding: 6px 0 6px;
	margin: 0 0 0 20px;
	font-size: 12px;
	line-height: 20px;
}
.navbar {
	margin: 0 0 0;
	padding: 10px 0 0;
}
header .container-fluid {
	padding: 0 15px;
}
header, .header-fixed {
	padding: 15px 0 15px;
}
header + * {
	padding-top: 78px;
}
.slick-prev {
	left: 15px;
}
.slick-next {
	right: 15px;
}
.box-top-banner .img-overlay {
	min-height: 600px;
	padding: 150px 0 200px;
}
.category-item h3 {
	margin: -30px auto 0;
	padding: 35px 15px 15px;
}
.category-item .img-wr {
	width: 90px;
	height: 80px;
}
.category-item {
	padding: 20px 40px 40px;
	margin: 0 0 0;
	min-height: 170px;
}
.box-top-banner .btn-main {
	margin: 40px auto 0;
}
.bordered-top {
	margin: 60px 0 30px;
}
.thumb-img-item .text-wr {
	padding: 20px 20px 20px 60px;
}
.thumb-img-item {
	padding: 0 0 0;
	margin: 0 0 15px;
}
.slider-3-per-row {
	margin: 0 -15px 15px;
}
.block-contacts-info a img {
	margin: 0 auto 15px;
}
.block-contacts-info h5 {
	padding: 0 0 15px;
}
.block-contacts-info .btn-main {
	margin: 20px auto 0;
}
.block-contacts-info {
	padding: 100px 0 100px;
	margin: 0 0 0;
}
.parallax-item {
	transform: translate3d(0,0,0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1) !important;
	-webkit-transform: translate3d(0,0,0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1) !important;
}
.back-to-top {
	width: 24px;
	height: 24px;
	-webkit-background-size: contain;
	background-size: contain;
}
.bordered-left:before {
	left: -30px;
	width: 20px;
	height: 3px;
}
.thumb-img-item .text-wr {
	padding: 15px 15px 10px 45px;
}
.thumb-item {
	padding: 40px 15px 15px;
	margin: 30px 0 20px;
	min-height: 330px;
}
.thumb-item .img-wr {
	top: -20px;
	max-width: 40px;
}
body .box-top-banner-inner-page {
	padding: 30px 0 30px;
}
.block-grid .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
}
.block-grid .img-wr img {
	margin: 0 auto 15px;
}
.block-grid .text-wr {
	padding: 0 0 20px 50px;
}
body .box-form {
	padding: 0 0 50px;
}
body .box-top-banner-inner-page .container {
	padding-left: 140px;
}
body .nav-secondary li a {
	margin: 0 15px 0;
	font-size: 13px;
}
body .nav-secondary {
	padding: 10px 0 10px;
}
.box-nav-secondary+.box-simple {
	padding: 40px 0 40px;
}
.block-grid p {
	padding: 0 0 15px;
}
body .barre-thumb-item h3 {
	margin: 0 0 0;
}
body .barre-thumb-item .btn-main {
	padding: 10px 15px 8px;
	margin: 0 auto 0;
}
body .barre-thumb-item, body .block-grid .barre-thumb-item {
	padding: 10px 10px 15px;
	margin: 0 0 0;
	width: 240px;
}
.box-pricing h3 {
	padding: 0 0 15px;
}
.box-pricing p {
	padding: 0 0 15px;
}
.pricing-item {
	padding: 25px 30px 10px;
	margin: 10px 0 20px;
	min-height: 425px;
}
body .pricing-item h3 {
	padding: 0 0 0;
}
body .pricing-item p {
	padding: 5px 20px 5px;
}
.pricing-item h4 {
	padding: 0 0 0;
	font-size: 50px;
}
.pricing-item h4 + p {
	padding: 1px 0 5px;
}
.pricing-items-wr {
	padding: 0 0 0;
}
.box-schedule h3:first-child {
	padding: 0 0 30px;
}
.box-schedule p+h3 {
	padding: 10px 0 20px;
}
.schedule-table .bg-cyan {
	font-size: 11px;
	letter-spacing: 0;
}
.schedule-table td {
	padding: 5px 5px 5px;
	margin: 0 0 0;
	width: 60px;
}
.schedule-table h4 {
	font-size: 16px;
}
.schedule-table {
	padding: 0 0 0;
	margin: 0 0 50px;
	font-size: 12px;
}
.schedule-table p+h5 {
	margin: 0 0 5px;
}
.schedule-table h5 {
	padding: 0 0 0;
	line-height: 1.5;
}









}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
body {
	font-size: 13px;
	line-height: 1.875;
}
h1 {
	padding: 0 0 15px;
	font-size: 34px;
}
h2 {
	padding: 0 0 15px;
	font-size: 28px;
}
h3 {
	padding: 0 0 15px;
	font-size: 20px;
}
h4 {
	padding: 0 0 15px;
	font-size: 16px;
}
h5 {
	padding: 0 0 15px;
	font-size: 12px;
}
h6 {
	padding: 0 0 15px;
	font-size: 10px;
}
.box-wr {
	padding: 40px 0 40px;
}
body .box-categories {
	margin: -100px 0 0;
	padding: 0 0 0;
}
body .box-contact-info {
	padding: 0 0 0;
}
.box-top-banner h1 {
	font-size: 60px;
}
.logo {
	max-width: 140px;
}
.navbar-nav > li > a {
	padding: 4px 0 4px;
	margin: 0 0 0 10px;
	font-size: 10px;
	line-height: 20px;
}
.navbar {
	margin: 0 0 0;
	padding: 10px 0 0;
}
header + * {
	padding-top: 72px;
}
.box-top-banner .img-overlay {
	min-height: 400px;
	padding: 100px 0 150px;
}
.category-item {
	padding: 20px 30px 30px;
	margin: 0 0 0;
	min-height: 170px;
}
.category-item h3:before, .category-item h3:after {
	width: 20%;
}
body .btn-main {
	padding: 10px 25px 8px;
	margin: 0 auto 0;
	font-size: 12px;
	line-height: 30px;
}
.category-item .img-wr {
	width: 70px;
	height: 60px;
	margin: 0 auto 0;
}
.block-grid .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	max-width: 40%;
}
.pricing-item {
	padding: 25px 20px 10px;
	margin: 10px 0 20px;
	min-height: 400px;
}
.schedule-table h5 {
	font-size: 10px;
}
.schedule-table h4 {
	font-size: 15px;
}









}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
.navbar-toggle .icon-bar {
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2), .navbar-toggle.active .icon-bar:nth-of-type(3) {
	background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(4) {
	top: -3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-toggle {
	padding: 0 0 0;
	margin: 6px 4px 0;
	border: none;
	min-height: 25px;
	position: relative;
	z-index: 5;
}
.navbar-toggle:hover {
	opacity: 1;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
.navbar-toggle .icon-bar {
	width: 30px;
	height: 3px;
	border-radius: 3px;
	background: #597c9f;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
	width: 22px;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	width: 28px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
	width: 24px;
}
body .navbar-toggle.active .icon-bar {
	margin: 0;
	height: 2px;
	width: 30px;
}
body {
	font-size: 12px;
	line-height: 1.875;
}
h1 {
	padding: 0 0 15px;
	font-size: 30px;
}
h2 {
	padding: 0 0 15px;
	font-size: 20px;
	letter-spacing: .4em;
}
h3 {
	padding: 0 0 15px;
	font-size: 18px;
}
h4 {
	padding: 0 0 15px;
	font-size: 15px;
}
h5 {
	padding: 0 0 15px;
	font-size: 12px;
}
h6 {
	padding: 0 0 15px;
	font-size: 10px;
}
.box-wr {
	padding: 30px 0 30px;
}
header .container-fluid {
	padding: 0 10px;
}
header, .header-fixed {
	padding: 10px 0 10px;
}
.navbar {
	padding: 3px 0 0;
	position: static;
}
.box-top-banner h1 {
	font-size: 32px;
}
header + * {
	padding-top: 62px;
}
	#hellobar-pusher+header {
    margin: 80px 0 0;
}
.slider-3-per-row {
	margin: 0 -10px 0;
}
.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: rgba(255, 255, 255, 0.95);
	text-align: center;
}
.navbar-nav {
	margin: 0 0 0;
	padding: 25px 15px 15px;
}
.navbar-nav > li > a {
	padding: 8px 0 8px;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
}
.category-item {
	padding: 20px 30px 30px;
	margin: 0 20px 10px;
	min-height: 140px;
}
.bordered-top {
	margin: 40px 0 15px;
}
.bordered-top:before {
	width: 2px;
	height: 35px;
	top: -40px;
}
.slider-3-per-row .slide-item {
	margin: 0 0 0;
	padding: 10px 10px 10px;
}
.thumb-img-item {
	padding: 0 0 0;
	margin: 0 0 10px;
}
.thumb-item {
	padding: 40px 15px 15px;
	margin: 30px 0 10px;
	min-height: 0;
}
.map-wr {
	min-height: 300px;
	position: relative;
	width: auto;
}
.box-contact-info .padding-0 {
	padding: 0;
}
.block-contacts-info {
	padding: 50px 0 50px;
	margin: 0 0 0;
}
footer .alignleft, footer .alignright {
	float: none;
	margin: 0 0 0;
}
footer {
	padding: 30px 0 30px;
	text-align: center;
}
footer h5 {
	padding: 10px 0 20px;
}
.social-links a {
	margin: 0 15px 0;
}
.block-contacts-info .text-wr {
	max-width: 100%;
	padding: 0 20px;
}
body .box-top-banner-inner-page .container {
	padding-left: 15px;
}
body .nav-secondary li a {
	margin: 0 10px 0;
	font-size: 12px;
}
.box-nav-secondary+.box-simple {
	padding: 30px 0 30px;
}
.box-pricing h3 a {
	font-size: 12px;
}
.pricing-item {
	padding: 25px 20px 10px;
	margin: 10px 0 15px;
	min-height: 0;
}
.pricing-items-wr {
	padding: 0 0 10px;
}
.schedule-table h5 {
	font-size: 9px;
	letter-spacing: 0;
}
.schedule-table {
	padding: 0 0 0;
	margin: 0 0 40px;
	font-size: 9px;
}
.schedule-table .bg-cyan {
	font-size: 9px;
	letter-spacing: 0;
}
.schedule-table td {
	padding: 3px 1px 3px;
	margin: 0 0 0;
	width: 48px;
}
.schedule-table h4 {
	font-size: 14px;
}
.box-top-banner .img-overlay {
	min-height: 200px;
	padding: 90px 0 90px;
	background-color: #828993 !important;
}
body .box-categories {
	margin: 0 0 0;
	padding: 35px 0 0;
}









}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 550px) {
footer {
	padding: 30px 0 30px;
	text-align: center;
}
.block-grid .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	max-width: 100%;
	float: none;
}
.block-grid .text-wr {
	padding: 10px 0 0 20px;
}
.block-grid p:last-child {
	padding: 0 0 0;
}
.form-wr h3 {
	padding: 0 0 18px;
}
.form-wr {
	padding: 20px 15px 15px;
}
form label {
	margin: 0 0 15px;
	font-size: 14px;
}
form label span {
	left: 15px;
	top: 13px;
}
form input, form textarea, form select {
	padding: 8px 10px 8px;
	font-size: 14px;
}
body .barre-thumb-item, body .block-grid .barre-thumb-item {
	padding: 10px 10px 15px;
	margin: 0 auto 10px;
	width: 240px;
	float: none;
}
body .barre-thumb-item + .text-wr {
	padding: 10px 0 0 20px;
}
.box-pricing h3 a {
	margin: 0 0 0;
	display: block;
}
.schedule-table h4 {
	font-size: 11px;
}
.schedule-table .bg-cyan {
	font-size: 8px;
	letter-spacing: 0;
}
.schedule-table td {
	padding: 3px 1px 3px;
	margin: 0 0 0;
	width: 40px;
}
.box-schedule .container{
	padding: 0 5px;
}
.schedule-table {
	padding: 0 0 0;
	margin: 0 0 40px;
	font-size: 8px;
	overflow: hidden;
}
.schedule-table h5 {
	font-size: 8px;
}









}

/* ----------------------------------------------------------------------------------- */
/* * - END of @media ---------------------------------------------------------- */
