﻿/*
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/Montserrat-SemiBold.eot');
	src: url('fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
		 url('fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
		 url('fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype'),
		 url('fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat') format('svg');
	font-weight: 600;
	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;
}

/* 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: 13px;
	line-height: 1.333;
	letter-spacing: .035em;
	font-weight: 300;
	color: #3c4243;
}

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: 40px;
	line-height: 1.28;
	font-weight: 300;
	letter-spacing: 0;
}

h2 {
	margin: 0 0 0;
	padding: 0 0 26px;
	font-size: 30px;
	line-height: 1.15;
	font-weight: 300;
	letter-spacing: .04em;
}

h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: .04em;
}

h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 16px;
	line-height: 1.333;
	font-weight: 300;
	letter-spacing: .04em;
}

h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 14px;
	line-height: 1.333;
	font-weight: 400;
	letter-spacing: .04em;
}

h6 {
	margin: 0 0 0;
	padding: 0 0 15px;
}

blockquote {
	display: block;
	margin: 20px auto 20px;
	max-width: 840px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	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: 984px;
	padding: 0 12px;
}

[class*="col-"] {
	padding: 0 12px;
}

.row {
	margin: 0 -12px;
}

/*  */

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

header {
	padding: 52px 0 7px;
	background: #ffffff;
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
}

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

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

.header-fixed {
	padding: 20px 0 7px;
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0px 1px 8px 0px #ccc;
}

.logo {
	float: none;
	display: block;
	margin: 0 auto -66px;
	padding: 0 0 0;
	max-width: 236px;
	position: relative;
	z-index: 5;
}

.logo img {
	display: block;
}

header .container {
	max-width: 1092px;
}

/*  */

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

.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 {
	margin: 0 0 0;
	padding: 0 0 0;
	outline: none;
}

.navbar-nav .alignleft {
	float: left;
}

.navbar-nav .alignright {
	float: right;
}

.navbar-nav > li > a {
	padding: 5px 0 5px;
	margin: 0 18px 0;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .2em;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	color: #873522;
	background: transparent;
}

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

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

/* spinner css start */

.spinner-wr {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #ffffff;

	/*!!!!!!!!!!!!!!!!!!!!!!!*/
	/* display: none; */
}

.spinner {
	width: 200px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: url('img/logo.png') no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;

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

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

@keyframes sk-bounce {
	0%, 100% {
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	} 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 {
	min-height: 200px;
	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 .color-blue,
.slick-slider h2 {
	color: #2d8592;
}

body .color-red {
	color: #934b3b;
}

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

body .color-yellow {
	color: #e4b726;
}

/*  */

body .bg-blue {
	background-color: #2d8592;
	color: #ffffff;
}

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

body .bg-blue-light {
	background-color: #eff5f6;
}

/*  */

.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);
	transform: scale(1);
}

.slide-item {
	outline: none;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

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

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

.display-inline-block {
	display: inline-block;
	vertical-align: middle;
}

/*  */

.slick-dots li button:before {
	font-size: 15px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	color: #555;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	color: #555;
	opacity: 1;
}

.slick-dots li {
	width: 20px;
	height: 20px;
	margin: 0 2px;
}

.slick-dots li button {
	width: 20px;
	height: 20px;
	padding: 0;
	opacity: 1;
}

.slick-dots {
	bottom: 25px;
}

/*  */

.slick-prev, .slick-next {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 40px;
	height: 40px;
	top: auto;
	bottom: 0;
	text-align: center;
	display: block;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.slick-prev:hover, .slick-next:hover {
	margin: 0 5px;
	opacity: 1;
}

.slick-prev {
	left: auto;
	right: 50%;
}

.slick-next {
	right: auto;
	left: 50%;
}

.slick-prev:before, .slick-next:before {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	display: block;
	font-family: "FontAwesome";
	background-color: transparent;
	background: #9b9b9b;
	color: #ffffff;
	opacity: 1;
}

.slick-prev:hover:before, .slick-next:hover:before {
	background: #2d8592;
}

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

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

/*  */

body .btn-main {
	padding: 10px 25px 10px;
	margin: 38px auto 0;
	min-width: 140px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .0em;
	color: #ffffff;
	width: auto;
	font-style: normal;
	background: #68222c;
	border: 1px solid #68222c;
	font-weight: 600;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 0;
}

body .btn-main:hover {
	color: #68222c;
	background: #ffffff;
	opacity: 1;
}

/*  */

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

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

body input, body textarea, body select {
	display: block;
	margin: 0 0 0;
	padding: 11px 0 11px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: .075em;
	color: #888888;
	background-color: #ffffff;
	clear: both;
	outline: none;
	width: 100%;
	border: none;
	border-bottom: 1px solid #f1f1f1;
	border-radius: 1px;
}

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

body input:hover, body textarea:hover, body select:hover {
	color: #1b2030;
	border-color: #1b2030;
	opacity: .65;
}

body input:focus, body textarea:focus, body select:focus {
	color: #1b2030;
	border-color: #1b2030;
	opacity: 1;
}

body label {
	display: block;
}

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

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

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

*:-ms-input-placeholder {
	color: #999999;
	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-row {
	padding: 0 0 20px;
}

.form-row select {
	padding: 11px 11px 11px;
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	color: #2d8592;
}

.box-contacts form {
	margin: 0 0 0;
	padding: 20px 60px 0 20px;
}

/*  */

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

.box-top-banner .img-wr {
	min-height: 775px;
	padding: 0 0 0;
	margin: 0 0 0;
}

.vertical-middle-wrapper {
	display: table;
	height: 100%;
	width: 100%;
}

.vertical-middle {
	vertical-align: middle;
	display: table-cell;
}

body .btn-play {
	width: 75px;
	height: 75px;
	margin: 0 auto 0;
	padding: 0 0 0;
	display: block;
}

body .btn-play img {
	display: block;
}

.img-wr:hover .btn-play img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}

body .box-top-banner-inner-page .img-wr {
	min-height: 356px;
}

/*  */

.box-about-us {
	padding: 82px 0 50px;
}

.box-about-us .img-wr {
	max-width: 305px;
	margin: 0 0 0 auto;
	padding: 0 0 0;
}

.box-about-us .text-wr {
	max-width: 520px;
	padding: 48px 0 0;
}

.box-about-us h2+h2 {
	padding: 0 0 18px;
	letter-spacing: 0;
}

.img-label {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: uppercase;
	padding: 0 0 0;
	margin: 18px 0 0;
}

/*  */

.box-services {
	padding: 0 0 25px;
}

.box-services .img-wr {
	margin: 0 -130px 0 0;
}

.box-services .text-wr {
	padding: 130px 30px 0 0;
}

.box-services .slick-prev, .box-services .slick-next {
	bottom: 0;
}

.box-services .slider-simple {
	padding: 0 0 0;
}

.slick-slider {
	padding: 0 0 50px;
}

/*  */

.box-team {
	padding: 50px 0 71px;
}

.box-team h4 {
	max-width: 620px;
	margin: 12px auto 28px;
	line-height: 1.8;
}

.team-item {
	padding: 0 0 0;
	margin: 0 1px 28px;
	position: relative;
	text-align: left;
	color: #ffffff;
}

.team-item .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.team-item .img-overlay {
	padding: 20px 20px 20px;
	margin: 0 0 0;
	height: 220px;
	opacity: 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.team-item:hover .img-overlay {
	opacity: 1;
}

.team-item h6 {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 9px;
	color: #acacac;
	font-weight: 400;
	position: relative;
	top: -50px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.team-item h3 {
	padding: 10px 0 0;
	margin: 0 0 0;
	font-weight: 400;
	letter-spacing: 0;
	position: relative;
	top: -50px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.team-item p {
	padding: 0 0 0;
	margin: 0 20px 20px;
	font-size: 12px;
	line-height: 1.9;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.team-item:hover h6 {
	top: 0;
}

.team-item:hover h3 {
	top: 0;
}

.team-item:hover p {
	bottom: 0;
}

/*  */

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

.box-img .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.box-img .img-overlay {
	padding: 85px 0 68px;
	margin: 0 0 0;
	min-height: 300px;
	position: relative;
}

.bg-parallax {
	padding: 0 0 0;
	margin: 0 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.box-img h3 {
	padding: 0 0 26px;
}

.box-img h4 {
	font-size: 17px;
	line-height: 1.65;
}

.parallax-item {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.bg-parallax .parallax-item {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	bottom: 0;
}

.logo-items-wr {
	padding: 20px 0 0;
}

.logo-item {
	/*margin: 6px 35px 6px;
	padding: 0 0 0;*/
	display: inline-block;
	vertical-align: middle;
	opacity: 0.6;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.home .logo-item {
	margin: 6px 35px 6px;
	padding: 0 0 0;
	opacity: 1;
}

.box-top-banner .logo-item {
	margin: 10px 30px 10px;
}

.logo-item:hover {
	opacity: 0.8;
}

.logo-item.active {
	opacity: 1;
}

.logo-item img {
	display: block;
}

/*  */

.box-featured {
	padding: 78px 0 50px;
}

.box-featured h3 {
	text-transform: uppercase;
}

.thumb-featured {
	padding: 0 0 0;
	margin: 0 0 16px;
	position: relative;
	text-align: left;
	color: #ffffff;
}

.thumb-featured a {
	color: inherit;
}

.thumb-featured h6 {
	margin: 0 0 0;
	padding: 0 0 0;
	font-weight: 600;
	text-transform: uppercase;
}

.thumb-featured .img-overlay {
	box-shadow: inset 0px -80px 130px -50px #222222;
}

.thumb-featured .pos-bottom {
	padding: 19px 23px 19px;
}

.slider-2-per-row {
	margin-left: -12px;
	margin-right: -12px;
}

.slider-2-per-row .slide-item {
	padding: 0 12px;
}

.box-featured .slider-2-per-row {
	margin: 7px -12px 0;
}

/*  */

body .gallery-thumb-item {
	margin: 0 0 5px;
	padding: 0 0 0;
	display: block;
	position: relative;
	overflow: hidden;
}

.gallery-thumb-item img {
	display: block;
	width: 100%;
	margin: 0 auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	height: auto;
}

.gallery-thumb-item:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.gallery-thumb-item:before {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	top: -100px;
	bottom: 100%;
	width: 50px;
	height: 50px;
	line-height: 1;
	font-size: 50px;
	color: #ffffff;
	margin: auto;
	text-shadow: 0px 1px 3px #222222;
	font-family: "FontAwesome";
	/*content: "\f00e";*/
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.gallery-thumb-item[href*="youtu"]:before {
	content: "\f01d";
}

.gallery-thumb-item:hover {
	opacity: 1;
}

.gallery-thumb-item:hover:before {
	top: 0;
	bottom: 0;
}

/*  */

.box-grid {
	padding: 65px 0 50px;
}

.box-grid .container {
	max-width: 1046px;
}

.box-grid .gallery-thumb-items {
	margin: 0 -20px 0 0;
}

.box-grid .text-wr {
	padding: 0 20px 0 38px;
}

.box-grid h1 {
	margin: 0 0 0;
	padding: 0 0 27px;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1em;
}

.box-grid h5 {
	padding: 0 0 12px;
	font-size: 10px;
}

.box-grid p {
	padding: 0 0 13px;
	font-size: 12px;
	line-height: 1.6;
}

/*  */

.box-portfolio {
	padding: 63px 0 50px;
}

.box-portfolio .container {
	max-width: 1046px;
	padding: 0 10px;
}

.portfolio-thumb-items-wr .row {
	margin: 0 0 0;
}

.portfolio-thumb-items-wr [class*="col-"] {
	padding: 0 0 0;
}

.portfolio-thumb {
	padding: 0 0 0;
	margin: 0 0 0;
	height: 340px;
	border: 2px solid;
	color: #ffffff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.col-sm-8 > .portfolio-thumb {
	height: 680px;
}

.portfolio-thumb .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	height: 100%;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center top;
}

.portfolio-thumb:hover .img-wr {
	-webkit-background-size: 105% 105%;
	background-size: 105% 105%;
}

.portfolio-thumb a {
	padding: 0 0 0;
	margin: 0 0 0;
	height: 100%;
	position: relative;
	display: block;
	color: inherit;
}

.portfolio-thumb .img-overlay {
	background-color: rgba(0, 0, 0, .4);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.portfolio-thumb h4 {
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 1.4;
	padding: 0 0 15px;
	margin: 0 0 15px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}

.portfolio-thumb h4:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 6px;
	margin: 0 auto 0;
	border-bottom: 1px solid;
}

.portfolio-thumb h5 {
	font-size: 15px;
	letter-spacing: .1em;
	line-height: 1.4;
	padding: 0 0 15px;
	margin: 0 0 0;
	font-weight: 300;
	text-transform: uppercase;
}

.portfolio-thumb a:hover {
	opacity: 1;
}

.portfolio-thumb-items-wr:hover .portfolio-thumb {
	opacity: .6;
}

.portfolio-thumb-items-wr:hover .portfolio-thumb .img-overlay {
	opacity: 0;
}

.portfolio-thumb-items-wr .portfolio-thumb:hover {
	opacity: 1;
}

.portfolio-thumb-items-wr .portfolio-thumb:hover .img-overlay {
	opacity: 1;
}

.portfolio-thumb .vertical-middle-wrapper {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	top: 0;
}

.portfolio-thumb-items-wr:hover .vertical-middle-wrapper {
	top: -50px;
}

.portfolio-thumb:hover .vertical-middle-wrapper {
	top: 0;
}


.portfolio-thumb .vertical-middle-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

/*  */

.box-blog-items {
	padding: 91px 0 50px;
}

.box-blog-items h1 {
	padding: 0 0 10px;
	letter-spacing: .04em;
	font-size: 30px;
	font-weight: 300;
}

.box-blog-items .row {
	margin: 0 -10px;
}

.box-blog-items [class*="col-"] {
	padding: 0 22px 0;
}

.box-blog-items .container {
	max-width: 870px;
}

.box-blog-items select {
	margin: 15px 0 0 auto;
	width: 180px;
	padding: 10px 10px 10px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: .075em;
	color: #888888;
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	border-radius: 1px;
}

.box-blog-items select option {
	background: #2d8592;
	color: #ffffff;
}

.blog-items-wr {
	padding: 20px 0 0;
}

.blog-items-wr:hover .blog-item {
	opacity: .6;
}

.blog-items-wr .blog-item:hover {
	opacity: 1;
}

.blog-item {
	padding: 0 0 0;
	margin: 0 0 42px;
	position: relative;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.blog-item .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	height: 245px;
}

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

.blog-item .text-wr {
	padding: 15px 16px 17px;
	margin: 0 0 0;
}

.blog-item h4 {
	font-size: 16px;
	font-weight: 600;
	height: 80px;
	overflow: hidden;
	color: #b9b9b9;
	letter-spacing: .04em;
	padding: 0 10px 0;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.blog-item p {
	font-weight: 500;
	padding: 0 0 0;
	margin: 0 0 0;
	height: 68px;
	overflow: hidden;
}

.blog-item a {
	color: inherit;
}

/*  */

body .box-map {
	padding: 0 0 0;
	margin: 0 0 0;
}

.map-wr {
	min-height: 492px;
	position: relative;
}

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

/*  */

body .box-contacts {
	padding: 70px 0 50px;
	margin: 0 0 0;
}

.box-contacts h1 {
	max-width: 400px;
	padding: 0 0 60px;
}

.box-contacts h6 {
	font-size: 10px;
	padding: 0 0 26px;
	font-weight: 600;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.box-contacts a {
	color: inherit;
}

.box-contacts .social-links {
	padding: 45px 0 0;
	font-size: 20px;
}

.box-contacts .text-wr {
	max-width: 380px;
}

/*  */

.iw-container {
	display: block;
	padding: 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	box-sizing: border-box;
}

.iw-container h6 {
	padding: 0 0 10px;
	margin: 0 0 0;
	font-size: 10px;
	color: #cdcdcd;
}

.iw-container p {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 12px;
}

.gm-style .gm-style-iw-c {
	padding: 0 0 0;
	padding: 15px 15px 15px;
	box-sizing: border-box;
}

.gm-style .gm-style-iw-c div {
	display: block;
	box-sizing: border-box;
}

/*  */

.box-text {
	font-size: 14px;
	line-height: 1.8;
}

.box-text .container {
	max-width: 850px;
}

.box-text h1,
.box-text h1.color-blue {
	margin: 0 0 0;
	padding: 25px 0 50px;
	font-size: 20px;
	line-height: 1.28;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.box-text a {
	color: #2d8592;
}

.box-text p {
	padding: 0 0 25px;
}

.box-text h6 {
	padding: 23px 0 23px;
	letter-spacing: .15em;
	font-weight: 400;
}

.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5 {
	padding: 23px 0 23px;
	letter-spacing: .15em;
	font-weight: 400;
	font-size: 14px;
}

.box-text ul {
	padding: 0 0 25px 20px;
}

html body .no-padding {
	padding: 0 0 0;
}

/*  */

.box-top-banner .img-wr:hover a img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: transparent;
}

.slick-dots li button:before {
	font-size: 0;
	line-height: 14px;
	width: 14px;
	height: 14px;
	color: transparent;
	opacity: 1;
	border: 1px solid #2d8592;
	border-radius: 50px;
}

.slick-dots li.slick-active button:before {
	color: transparent;
	opacity: 1;
	background: #2d8592;
}

.slick-dots li button {
	width: 14px;
	height: 14px;
}

.slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 5px;
}

.box-top-banner .slick-dots li button:before {
	border: 1px solid #ffffff;
}

.box-top-banner .slick-dots li.slick-active button:before {
	background: #ffffff;
}

.box-top-banner .slider-3-per-row {
	padding: 130px 0 130px;
	margin: 0 auto 0;
	max-width: 900px;
}

.box-top-banner .slider-3-per-row .logo-item {
	margin: 6px 25px 6px;
	width: 250px;
}

.slider-simple-no-arrows img {
	margin: 22px auto 22px;
}

.slider-simple-no-arrows p {
	padding: 0 0 0;
}

.box-awards {
	padding: 50px 0 60px;
}

.box-awards h1 {
	padding: 10px 0 15px;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: .04em;
}

.slider-simple-no-arrows h3 {
	font-weight: 400;
}

.slider-simple-no-arrows strong {
	font-weight: 600;
}

.slider-simple-no-arrows .slick-dots {
	bottom: 0;
}

/*  */

.box-simple h1 {
	padding: 13px 0 20px;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: .04em;
}

.box-simple p {
	max-width: 740px;
	margin: 0 auto 0;
}

.awards-list {
	padding: 27px 0 15px;
}

.awards-list p {
	padding: 0 0 0;
}

.awards-list strong {
	font-weight: 600;
}

.awards-list h6 {
	padding: 16px 0 0;
	font-weight: 400;
	letter-spacing: .05em;
}

.awards-list h3 {
	padding: 24px 0 0px;
	font-weight: 400;
	letter-spacing: .05em;
}

/*  */

body .slider-simple-with-number {
	padding: 0 0 0;
	margin: 0 0 0;
}

span.pagingInfo {
	display: block;
	font-size: 10px;
	font-weight: 500;
}

/*  */

.display-table {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
}

.display-table.bg-blue {
	background-color: #fff;
}

.display-table-cell {
	padding: 0 0 0;
	margin: 0 0 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.filter-button-group .display-table-cell {
	border: 2px solid;
}

.filter-button-group .display-table-cell+.display-table-cell {
	border-left-width: 4px;
}

.filter-button-group {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.filter-button-group button {
	padding: 30px 10px 30px;
	height: 160px;
	margin: 0 0 0;
	width: 100%;
	position: relative;
	outline: none;
	display: block;
	background: transparent;
	text-align: center;
	cursor: pointer;
	border: none;
	color: inherit;
	background-color: rgba(0, 0, 0, .4);
}

.filter-button-group:hover button {
	color: transparent;
	font-size: 0;
	background-color: transparent;
}

.filter-button-group button:hover {
	opacity: 1;
	color: inherit;
	background-color: rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

.filter-button-group button.active {
	background-color: rgba(0, 0, 0, .6);
}

.filter-button-group button img {
	display: block;
	margin: 0 auto 0;
	padding: 0 0 0;
	max-width: 100%;
	max-height: 83px;
}

.filter-button-group h4 {
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 1.2;
	padding: 5px 0 5px;
	margin: 5px 0 5px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}

.filter-button-group .display-table-cell {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

/*  */

@media only screen and (max-width:1100px) {
	.filter-button-group .display-table-cell {
		display: inline-table;
    	width: 33.33333333334%;
	}
}

@media only screen and (max-width:600px) {
	.filter-button-group .display-table-cell {
		width: 50%;
	}
}

















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

footer {
	padding: 15px 0 25px;
	margin: 0 0 0;
	font-size: 9px;
	color: #2d8592;
	text-align: center;
}

footer a {
	color: inherit;
}

footer a:hover {
	text-decoration: underline;
}

footer p {
	padding: 0 0 0;
}

footer .list-inline li {
	margin: 0 10px 0;
}

footer .list-inline {
	font-size: 11px;
	text-transform: uppercase;
	padding: 12px 0 3px;
	font-weight: 600;
	letter-spacing: .2em;
}

.list-inline {
	padding: 0 0 0;
	margin: 0 0 0;
}

.list-inline li {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
	display: inline;
}

.social-links {
	font-size: 17px;
	padding: 0 0 0;
	margin: 0 0 0;
}

.social-links a {
	margin: 0 2px 0;
}

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

@media screen and (max-width: 1199px) {
.box-wr {
	padding: 40px 0 40px;
}
body .box-services {
	padding: 0 0 0;
}
.box-top-banner .img-wr {
	min-height: 500px;
}
.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;
}
.bg-parallax .parallax-item {
	top: 0;
}
.box-about-us .text-wr {
	max-width: 100%;
	padding: 0 0 0;
}
.box-about-us h2+h2 {
	padding: 0 0 20px;
}
.box-about-us .img-wr {
	max-width: 300px;
	margin: 0 auto;
	padding: 0 0 0;
}
.box-services .img-wr {
	margin: 0 0 0 0;
}
.box-services .text-wr {
	padding: 50px 0 0 0;
}
.portfolio-thumb {
	padding: 0 0 0;
	margin: 0 0 0;
	height: 310px;
	border: 1px solid;
}
.col-sm-8 > .portfolio-thumb {
	height: 620px;
}
.map-wr {
	min-height: 400px;
}
body .box-contacts {
	padding: 40px 0 40px;
}
.box-contacts h1 {
	padding: 0 0 25px;
}
.box-contacts form {
	padding: 10px 0 0;
}
.box-blog-items [class*="col-"] {
	padding: 0 10px 0;
}
.blog-item {
	padding: 0 0 0;
	margin: 0 0 20px;
}
.box-grid .gallery-thumb-items {
	margin: 0 0 0;
}
.box-grid .text-wr {
	padding: 20px 0 0;
}
.box-grid h1 {
	padding: 0 0 15px;
	font-size: 18px;
}
body .box-top-banner-inner-page .img-wr {
	min-height: 320px;
}










}

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

@media screen and (max-width: 991px) {
.box-top-banner .img-wr {
	min-height: 400px;
}
header, .header-fixed {
	padding: 20px 0 0;
}
.logo, .header-fixed .logo {
	margin: 0 auto -47px;
	max-width: 150px;
}
header + * {
	padding-top: 55px;
}
body .btn-play {
	width: 45px;
	height: 45px;
}
.team-item .img-overlay {
	padding: 15px 10px 10px;
	margin: 0 0 0;
	height: 200px;
}
.team-item p {
	padding: 0 0 0;
	margin: 0 10px 10px;
	font-size: 11px;
}
.team-item h3 {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 17px;
}
.box-services .img-wr {
	margin: 0 -130px 0 0;
}
.box-team h4 {
	margin: 5px auto 20px;
}
.back-to-top {
	width: 24px;
	height: 24px;
	-webkit-background-size: contain;
	background-size: contain;
}
.logo-item {
	margin: 5px 20px 5px;
	padding: 0 0 0;
}
.navbar-nav > li > a {
	padding: 5px 0 5px;
	margin: 0 15px 0;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .2em;
}
.portfolio-thumb {
	padding: 0 0 0;
	margin: 0 0 0;
	height: 240px;
	border: 1px solid;
}
.col-sm-8 > .portfolio-thumb {
	height: 480px;
}
.portfolio-thumb .img-overlay {
	padding: 10px 10px 10px;
}
.box-contacts .social-links {
	padding: 0 0 20px;
	font-size: 20px;
}
.blog-item .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	height: 200px;
}
body .box-top-banner-inner-page .img-wr {
	min-height: 300px;
}
.box-text h1 {
	margin: 0 0 0;
	padding: 0 0 20px;
}
.box-text {
	font-size: 12px;
	line-height: 1.6;
}
.box-text p {
	padding: 0 0 15px;
}
.box-text h6 {
	padding: 15px 0 15px;
}
.box-text ul {
	padding: 0 0 15px 20px;
}
.box-top-banner .slider-3-per-row .logo-item {
	margin: 6px 25px 6px;
	width: auto;
}
.box-top-banner .slider-3-per-row {
	padding: 80px 0 80px;
	margin: 0 auto 0;
	max-width: 700px;
}
.filter-button-group button {
	padding: 20px 10px 20px;
	height: 120px;
}
.box-top-banner .logo-item {
    margin: 10px 15px 10px;
}
.box-top-banner .logo-item img {
    margin: 0 0 0;
    max-width: 140px;
    max-height: 80px;
}











}

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

@media screen and (max-width: 767px) {
h1 {
	padding: 0 0 15px;
	font-size: 30px;
	line-height: 1.3;
}
h2 {
	padding: 0 0 15px;
	font-size: 26px;
	line-height: 1.15;
}
h3 {
	padding: 0 0 15px;
	font-size: 20px;
	line-height: 1.2;
}
h4 {
	padding: 0 0 15px;
	font-size: 15px;
	line-height: 1.333;
}
h5 {
	padding: 0 0 15px;
	font-size: 14px;
	line-height: 1.333;
}
h6 {
	padding: 0 0 15px;
}
.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: 3px;
	-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: -12px 0 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: 2px;
	border-radius: 3px;
	background: #873522;
}
.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;
}

.logo, .header-fixed .logo {
	margin: 0 auto -45px;
	max-width: 150px;
}
.navbar {
	margin: 0 0 0;
	padding: 0 0 0;
	position: static;
}
.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #ffffff;
	text-align: center;
}
.navbar-collapse .navbar-nav > li {
	float: none;
}
.navbar-nav {
	margin: 0 0 0;
	padding: 80px 15px 80px;
}
.navbar-collapse.in {
	height: 100vh;
}
.navbar-nav > li > a {
	padding: 5px 0 5px;
	margin: 10px 0 10px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .2em;
}
.box-wr {
	padding: 30px 0 30px;
}
.box-services .text-wr {
	padding: 0 0 10px;
}
.box-services .img-wr {
	margin: 0 0 0 0;
}
header, .header-fixed {
	padding: 20px 0 15px;
}
.box-services .slider-simple {
	padding: 0 0 30px;
}
.slick-slider {
	padding: 0 0 30px;
}
.slick-prev, .slick-next {
	width: 30px;
	height: 30px;
}
.slick-prev:before, .slick-next:before {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 28px;
}
.team-item {
	padding: 0 0 0;
	margin: 0 auto 13px;
	max-width: 200px;
}
.team-item .img-overlay {
	padding: 15px 10px 10px;
	margin: 0 0 0;
	height: 220px;
}
.box-img h4 {
	font-size: 13px;
}
.isotope-grid-item {
	width: 100%;
}
.portfolio-thumb {
	height: 350px;
}
.col-sm-8 > .portfolio-thumb {
	height: 350px;
}
body .btn-main {
	margin: 10px auto 0;
}
.blog-item .img-wr {
	height: auto;
}
.blog-item h4 {
	height: auto;
}
.blog-item p {
	height: auto;
}
.box-blog-items h1 {
	padding: 0 0 10px;
	font-size: 26px;
	text-align: center;
}
.box-blog-items select {
	margin: 5px auto 5px;
}
body .box-top-banner-inner-page .img-wr {
	min-height: 250px;
}
.box-top-banner .slider-3-per-row {
	padding: 50px 0 70px;
	margin: 0 auto 0;
	max-width: 300px;
}
.box-awards h1 {
	padding: 0 0 0;
	font-size: 26px;
}
.awards-list h3 {
	padding: 15px 0 0px;
}
.awards-list {
	padding: 10px 0 10px;
}
.box-simple h1 {
	padding: 0 0 20px;
	font-size: 25px;
}
.filter-button-group button img {
	max-height: 70px;
}
.filter-button-group button {
	padding: 10px 10px 10px;
    height: 100px;
}
.filter-button-group h4 {
    font-size: 10px;
}
.box-top-banner .logo-item img {
    margin: 0 0 0;
    max-width: 100px;
    max-height: 80px;
}






}

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

@media screen and (max-width: 550px) {
.box-top-banner .img-wr {
	min-height: 300px;
}
.map-wr {
	min-height: 300px;
}
body .box-top-banner-inner-page .img-wr {
	min-height: 200px;
}
.filter-button-group button img {
	max-height: 50px;
}
.filter-button-group button {
    padding: 10px 5px 10px;
    height: 70px;
}
.filter-button-group h4 {
    font-size: 8px;
}
.box-top-banner .logo-item img {
    margin: 0 0 0;
    max-width: 70px;
    max-height: 60px;
}
.box-top-banner .logo-item {
    margin: 5px 5px 5px;
}





}

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

@media screen and (min-width: 550px) {
	.hidden-md-up {
		display: none !important;
	}
}


.gform_wrapper textarea {
	padding: 6px 5px !important;
}

.blog-items-wr .col-sm-4:nth-child(3n+1) {
  clear: left;
}