﻿/*
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-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-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: 16px;
	line-height: 1.70;
	font-weight: 300;
	color: #464646;
}

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

a:hover {
	opacity: 0.9;
	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: 32px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing:-0.5px;
}

h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 34px;
	line-height: 1.25;
	font-weight: 700;
	color:#232323 !important;
	letter-spacing:-0.5px;
}

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

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

h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 18px;
}

h6 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 13px;
}

blockquote {
	display: block;
	margin: 0 auto 0;
	padding: 20px 0 20px;
	max-width: 760px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 300;
}

blockquote p strong {
	font-size: 17px;
}

p {
	padding: 0 0 15px;
}

p:last-child {
	padding-bottom: 0;
}

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;
}

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

header {
	background: #ffffff;
	background: rgba(255,255,255,.85);
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0px 1px 8px 0px #999999;
}

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

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

.header-fixed {
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
}

.logo {
	float: left;
	display: block;
	margin: 0 auto 0;
	padding: 20px 20px 20px;
	width: 200px;
	background: #ffffff;
	text-align: center;
	position: absolute;
	z-index: 5;
	left: 15px;
	top: -10px;
	opacity: 1;
	box-shadow: 0px 0px 10px 0px #999999;
}

.logo img {
	width: 100%;
	display: block;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.logo:hover {
	opacity: 1;
}

.logo:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

header .container {
	position: relative;
}

header a {
	color: inherit;
}

.header-top {
	padding: 9px 0 9px;
	margin: 0 0 0;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
}

.header-top .alignright a {
	margin: 0 0 0 65px;
	opacity: .7;
	display: inline-block;
	vertical-align: middle;
}

.header-top a i {
	font-size: 18px;
	margin: -2px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.header-top .alignright a:hover {
	opacity: 1;
}

header .social-links {
	padding: 0 0 0 55px;
	position: relative;
	z-index: 20;
}

.header-top .social-links a, body header .social-links a {
	margin: 0 0 0 11px;
}

/*  */

.header-bottom {
	padding: 22px 0 18px;
	margin: 0 0 0;
	text-align: center;
}

body .subnav {
	padding: 0 0 0;
	margin: 18px 60px 0;
	min-width: 220px;
	text-align: left;
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	display: none;
}

body li:hover > .subnav {
	display: block;
}

body .subnav li {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
}

body .subnav li a {
	padding: 13px 20px 10px;
	margin: 0 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #222222;
	display: block;
	white-space: nowrap;
	text-transform: uppercase;
}

body .subnav li a:hover {
	color: #ffffff;
	background-color: #292f83;
	opacity: 1;
}

body .subnav li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

body .subnav:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 50px;
}

.navbar {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	clear: none;
	border: none;
	min-height: 0;
	float: none;
	text-align: 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;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.nav > li > a > img {
	margin: 0 auto;
	display: block;
}

.navbar-nav > li > a {
	padding: 6px 0 6px;
	margin: 0 0 0 60px;
	font-size: 14px;
	line-height: 23px;
	color: #555555;
	font-weight: 600;
	text-transform: none;
	position: relative;
	background: transparent;
}

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

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

.navbar-nav > li > a:not(:last-child):after {
	margin: -2px 0 0 6px;
	content: "\f107";
	font-size: 15px;
	line-height: 1;
	padding: 0 0 0;
	font-family: "FontAwesome";
	display: inline-block;
	vertical-align: middle;
}

/* BEGIN of Header variations styles */

body .logo-position-static {
	float: left;
	display: block;
	margin: 0 auto 0;
	padding: 0 0 0;
	width: 300px;
	background: transparent;
	position: relative;
	z-index: 5;
	left: 0;
	top: 0;
	box-shadow: 0px 0px 10px 0px #999999;
}

body .logo-no-shadow {
	box-shadow: none;
}

body .logo-position-static:not(.visible-xs) + .navbar {
	margin: 30px 0 0;
}

body .logo-position-static:not(.visible-xs) + .navbar .subnav {
	margin-top: 40px;
}

.header-bottom.bg-white {
	padding: 15px 0 15px;
}

.header-bottom.text-center .navbar-nav > li > a {
	margin: 0 20px 0;
}

.header-bottom.text-center .navbar {
	text-align: center;
}

.header-bottom.text-center .navbar-nav > li > .logo, body .navbar-nav > li > .logo {
	margin: 0 40px 0;
	padding: 0 0 0;
}

.header-bottom.text-center .subnav {
	margin: 40px 20px 0;
}

header.bg-transparent {
	background-color: transparent;
	box-shadow: none;
}

header.bg-transparent .header-top {
	background-color: transparent;
	padding: 20px 0 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

header.bg-transparent .header-bottom {
	background-color: transparent;
}

header.bg-transparent + * {
	padding-top: 0;
}

header.bg-transparent .navbar-nav > li > a {
	color: #ffffff;
}

header.bg-transparent .social-links a {
	color: #8f8f8f;
}

header.bg-transparent .header-top {
	padding: 20px 0 10px;
}

header.bg-transparent.header-fixed {
	background: #ffffff;
	box-shadow: 0px 1px 8px 0px #999999;
	color: #333333;
}

header.bg-transparent.header-fixed .bg-theme-color {
	color: inherit;
}

header.bg-transparent.header-fixed .navbar-nav > li > a {
	color: inherit;
}

header.bg-transparent .logo-position-static:not(.visible-xs) + .navbar {
	margin: 55px 0 0;
}

/*  */

.header-top.bg-white {
	padding: 15px 0 15px;
}

.header-top a h3 {
	font-size: 26px;
	padding: 0 0 0;
	font-weight: 600;
}

.bg-theme-color .navbar-nav > li > a {
	color: inherit;
}

body .display-block, .header-top .alignright .display-block {
	display: block;
}

body header .display-block:first-child {
	margin-top: 20px;
}

header.bg-white + * {
	padding-top: 110px;
}

.logo-position-center + .alignright {
	position: absolute;
	right: 15px;
	top: 0
}

body .logo-position-center {
	float: none;
	display: block;
	margin: 0 auto 0;
}

header .bg-gray a i {
	background-color: transparent;
}

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

header.bg-white .header-top.bg-theme-color {
	padding: 15px 0 15px;
}

header.bg-white .header-bottom {
	padding: 22px 0 18px;
}

.header-top .navbar {
	margin: 20px 0 0;
	padding: 0 0 0;
	clear: right;
	float: right;
}

/* END of Header variations styles */

/* 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: #222222;
	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 {
	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;
}

/* BEGIN color styles */

body .bg-theme-color {
	background-color: #292f83;
	color: #ffffff;
}

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

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

body .bg-black {
	background-color: #000000;
	color: #ffffff;
}

body .bg-dark-gray {
	background-color: #333333;
	color: #ffffff;
}

body .bg-semitransparent-black {
	background-color: #000000;
	background-color: rgba(0, 0, 0, .65);
	color: #ffffff;
}

/*  */

body .color-theme-color {
	color: #292f83;
}

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

body .color-white {
	color: #ffffff;
}

body .color-black {
	color: #000000;
}

/* END color styles */

.bordered-bottom {
	padding: 0 0 24px;
	margin: 0 0 15px;
	position: relative;
	border: none;
}

.bordered-bottom:after {
	width: 65px;
	border-bottom: 4px solid #292f83;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	position: absolute;
}

.text-center .bordered-bottom:after, .text-center.bordered-bottom:after {
	right: 0;
	width: 100px;
}

/*  */

.img-wr {
	position: relative;
}

.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);
}

/*  */

.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;
}

/*  */

.list-styled {
	padding: 5px 0 30px;
	margin: 0 0 0;
}

.list-styled li {
	padding: 0 0 2px 36px;
	margin: 0 0 0;
	list-style: none;
	position: relative;
}

.list-styled li:before {
	font-size: 22px;
	left: 4px;
	top: 9px;
	width: 21px;
	height: 16px;
	line-height: 1;
	position: absolute;
	content: "";
	font-family: 'FontAwesome';
	background: url('img/i-check.svg') no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

/*  */

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

.slick-dots li.slick-active button:before {
	color: #ffffff;
	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;
}

/*  */

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

body .social-links a {
	padding: 0 0 0;
	margin: 0 0 0;
	display: inline-block;
	color: inherit;
}

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

body .social-links a:hover i {
	color: #ffffff;
}

body .social-links a i {
	font-size: 16px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0;
	padding: 0 0 0;
	text-align: center;
	border-radius: 50px;
	border-radius: 50%;
	display: block;
	background-color: #ffffff;
}

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

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

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

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

a [class*="play"]:hover {
	background-color: #ca3737;
}

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

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

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

a [class*="camera"]:hover {
	background-color: #aaaaaa;
}

a [class*="instagram"]:hover {
	background-color: #517ea4;
}

a [class*="envelope"]:hover {
	background-color: #999999;
}

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

body .social-links.color-social-colors a {
	color: #ffffff;
}

body .social-links.color-social-colors a:hover {
	opacity: .7;
}

.color-social-colors a [class*="facebook"] {
	background-color: #3B5898;
}

.color-social-colors a [class*="twitter"] {
	background-color: #42C8F4;
}

.color-social-colors a [class*="youtube"] {
	background-color: #ca3737;
}

.color-social-colors a [class*="play"] {
	background-color: #ca3737;
}

.color-social-colors a [class*="google-plus"] {
	background-color: #e3411f;
}

.color-social-colors a [class*="linkedin"] {
	background-color: #1686b0;
}

.color-social-colors a [class*="pinterest"] {
	background-color: #ef4430;
}

.color-social-colors a [class*="camera"] {
	background-color: #aaaaaa;
}

.color-social-colors a [class*="instagram"] {
	background-color: #517ea4;
}

.color-social-colors a [class*="envelope"] {
	background-color: #999999;
}

/*  */

.box-grid {
	padding: 42px 0 42px;
}

.grid-main-area {
	margin: 0 0 0 0;
	padding: 0 40px 0 0;
	line-height: 30px;
}

.grid-main-area p {
	padding: 0 0 30px;
	text-align: justify;
}

.grid-main-area .list-styled {
	font-size: 15px;
}

.grid-main-area p:last-child {
	padding-bottom: 0;
}

.grid-main-area .btn-main {
	margin: 10px auto 10px;
}

.grid-sidebar-right {
	margin: 0 0 0 -17px;
	padding: 10px 0 0 0;
}

/*  */

.block-thumb-item {
	margin: 0 auto 40px;
}

.block-thumb-item:last-child {
	margin-bottom: 0;
}

.block-thumb-item a {
	display: block;
}

.block-thumb-item .img-wr {
	overflow: hidden;
	border-bottom: 4px solid #ffffff;
}

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

.btn-block {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin: 0 0 0;
	padding: 8px 40px 8px 20px;
	display: block;
	position: relative;
	color: #ffffff;
}

.btn-block:after {
	font-size: 32px;
	line-height: 1;
	position: absolute;
	height: 34px;
	right: 20px;
	top: 0;
	bottom: 0;
	font-weight: 400;
	margin: auto;
	font-family: "FontAwesome";
	content: "\f105";
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-block:hover, .btn-block:focus {
	color: #ffffff;
	opacity: 1;
}

.btn-block:hover:after {
	right: 13px;
}

body .btn-get-quote {
	padding: 13px 20px 13px;
	margin: 26px 0 40px;
	text-align: center;
	display: block;
}

body .btn-get-quote h3 {
	font-size: 20px;
	padding: 0 0 0;
	letter-spacing: 0;
	font-weight: 600;
}

body .btn-get-quote h1 {
	font-size: 60px;
	padding: 0 0 0;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 600;
}

/*  */

body .btn-main {
	padding: 15px 20px 15px;
	margin: 0 auto 0;
	font-size: 16px;
	line-height: 20px;
	min-width: 250px;
	text-align: center;
	color: #ffffff;
	width: auto;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 0;
	outline: none;

}

body .btn-main:hover {
	color: #ffffff;
}

/*  */

.box-top-slider .map-wr {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

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

.box-top-slider .map-wr #map {
	text-shadow: none;
}

/*  */

.parallax-container {
	height: 100%;
	background: transparent;
	margin: 0 auto 0;
}

.parallax-wr {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

img.parallax-slider {
	height: auto !important;
}

.parallax-mirror {
	z-index: 0 !important;
}

/*  */

.img-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.slide-item:not(.slide-zoomIn) .img-bg {
	-webkit-animation: slowZoomMin 30s linear infinite;
}

@-webkit-keyframes slowZoomMin {
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.3);
	}
}

.top-slider .slide-item .img-overlay * {
	opacity: 0;
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
}

.top-slider .slide-item.slick-current .img-overlay * {
	opacity: 1;
}

/*  */

.slick-prev, .slick-next {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 40px;
	height: 80px;
	text-align: center;
	display: block;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

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

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

.slick-prev {
	left: 35px;
}

.slick-next {
	right: 35px;
}

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

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

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

/*  */

.slider-simple .slick-prev, .slider-simple .slick-next {
	width: 40px;
	height: 40px;
	opacity: 1;
	top: auto;
	bottom: 20px;
	 -webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.slider-simple .slick-prev {
	left: auto;
	right: 70px;
}

.slider-simple .slick-prev:hover {
	margin: 0 5px;
}

.slider-simple .slick-next {
	right: 20px;
}

.slider-simple .slick-prev:before, .slider-simple .slick-next:before {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	background-color: #04034f;
	background-color: rgba(0, 0, 0, .6);
	color: #ffffff;
}

/*  */

.vcenter {
	height: 100%;
	white-space: nowrap;
}

.vcenter:before,
.vcenter >* {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	word-spacing: normal;
}

.vcenter:before {
	content: "";
	height: 100%;
	margin: 0 -5px 0 0;
}

/*  */

.columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.columns-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

/*  */

body .box-columns, body .box-columns.bg-gray {
	padding: 0 0 30px;
}

.columns-same-height-item {
	margin: 30px 0 30px;
	padding: 0 0 0;
	line-height: 1.9;
	position: relative;
}

.columns-same-height-item:nth-child(odd) .col-sm-6:first-child {
	float: right;
}

.columns-same-height-item .row {
	margin: 0 0 0;
}

.columns-same-height-item [class*="col-"] {
	padding: 0 0 0;
}

.columns-same-height-item .btn-main {
	margin: 10px auto 0;
}

.columns-same-height-item .columns-item {
	padding: 30px 60px 30px 70px;
	display: table-cell;
	vertical-align: middle;
	width: 900px;
}

.columns-same-height-item .btn-main + .btn-main {
	margin-left: 10px;
}

.columns-same-height-item + .columns-same-height-item {
	margin-top: 60px;
}

/*  */

/* BEGIN styles of .box-top-slider */

body .box-top-slider {
	padding: 0 0 0;
	margin: 0 0 0;
	color: #ffffff;
	text-shadow: 1px 1px 2px #222222;
}

.box-top-slider .img-overlay {
	position: relative;
}

.box-top-slider h1 {
	font-size: 80px;
	font-weight: 600;
	line-height: 1;
	padding: 0 0 5px;
}

.box-top-slider h3 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	padding: 0 0 0;
}

.box-top-slider h2 {
	font-size: 43px;
	font-weight: 600;
	line-height: 1;
	padding: 0 0 0;
}

.box-top-slider h5 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	padding: 0 0 5px;
}

.box-top-slider h4 {
	font-size: 27px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 0 10px;
}

.box-top-slider p {
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	padding: 5px 0 5px;
}

.box-top-slider h3 strong {
	font-size: 33px;
	font-weight: 600;
}

.box-top-slider .display-inline-block {
	padding: 25px 37px 25px;
	margin: 0 auto 0;
}

.box-top-slider .display-inline-block.bg-transparent {
	padding: 0 0 0;
}

.box-top-slider .text-wr {
	padding: 160px 0 60px;
	height: 490px;
}

.box-top-slider a {
	color: inherit;
}

.box-top-slider a:hover i {
	left: 5px;
}

.box-top-slider a i {
	position: relative;
	left: 0;
}

.box-top-slider h2 a i {
	font-size: 30px;
	margin: -5px 0 0 2px;
	display: inline-block;
	vertical-align: middle;
}

.box-top-slider .slide-item {
	overflow: hidden;
}

.box-top-slider .parallax-item-wr {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.box-top-slider .parallax-item {
	top: -100px;
	bottom: -100px;
	left: 0;
	right: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

body .box-top-slider-inner-page {
	border-bottom: 5px solid #e9e9e9;
}

body .box-top-slider-inner-page .text-wr {
	padding: 120px 0 20px;
	height: 360px;
}

body .box-top-slider-inner-page h1 {
	font-size: 60px;
}

body .box-top-slider-inner-page h3 {
	font-size: 24px;
}

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

.vertical-bottom {
	display: table-cell;
	vertical-align: bottom;
	width: 2000px;
}

/* END styles of .box-top-slider */

/* BEGIN of content of FAQ Page */

.accordion-wr {
	padding: 24px 60px 0 0;
}

.accordion-item {
	margin: 0 0 5px;
}

.accordion-item-nav a {
	padding: 14px 15px 14px 52px;
	margin: 0 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #666666;
	background: #eeeeee;
	display: block;
	position: relative;
}

.accordion-item-nav a:before {
	content: "+";
	display: inline-block;
	position: absolute;
	left: 19px;
	font-size: 32px;
	height: 38px;
	line-height: 34px;
	font-weight: 100;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.accordion-item.active .accordion-item-nav a {
	font-weight: 600;
}

.accordion-item.active .accordion-item-nav a:before {
	content: "-";
}

.accordion-item-content {
	display: none;
	padding: 13px 18px 13px;
}

.accordion-item-content p:last-child {
	padding-bottom: 0;
}

/* END of content of FAQ Page */

/* BEGIN of content of Contact Page */

.box-contacts .grid-main-area {
	padding: 20px 120px 0 0;
}

.box-contacts .grid-sidebar-right {
	padding: 0 0 0;
	margin: 0 0 0 -30px;
}

.box-contacts .grid-sidebar-right p {
	text-align: left;
	padding: 3px 0 20px;
	line-height: 1.65;
}

.box-contacts h6 {
	padding: 18px 0 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
}

.box-contacts h6 i {
	margin: 1px 5px 0 -32px;
	float: left;
	width: 25px;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	display: inline-block;
}

.box-contacts h6 .fa-envelope {
	font-size: 20px;
}

.box-contacts a {
	color: inherit;
}

.form-row {
	margin: 0 0 25px;
}

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

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: 18px 18px 18px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #828282;
	background-color: #f0f0f0;
	clear: both;
	outline: none;
	width: 100%;
	border: 1px solid #f0f0f0;
	border-radius: 0;
}

form textarea {
	min-height: 130px;
}

form input[type="submit"], form button {
	margin: 0 0 0;
}

form input:hover, form textarea:hover, form select:hover {
	border-color: #cccccc;
	opacity: 1;
}

form input:focus, form textarea:focus, form select:focus {
	border-color: #cccccc;
	opacity: 1;
}

form label {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #828282;
}

form label span {
	padding: 0 0 0;
	margin: 0 0 0;
	position: absolute;
	left: 19px;
	top: 20px;
	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: 70%;
	top: 3px;
	left: 8px;
	opacity: .8;
}

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

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

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

*:-ms-input-placeholder {
	color: #5c5c5c;
	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;
}

.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';
}

.box-contacts p {
	padding: 15px 0 15px;
	line-height: 1.9;
}

/* END of content of Contact Page */

.box-wr.bg-gray {
	padding: 30px 0 30px;
}

.box-top-slider + .box-wr .container.bg-white {
	margin: -65px auto 0;
}

.box-wr .container.bg-white {
	padding: 50px 50px 50px;
	max-width: 1180px;
}

.container.bg-white .grid-sidebar-right {
	margin: -15px 0 0 50px;
	padding: 0 0 0 0;
}

.container.bg-white .grid-main-area {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*  */

.box-simple {
	line-height: 1.9;
}

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

.box-simple .img-wr {
	margin: 0 auto 30px;
}

.box-wr.box-welcome {
	padding: 50px 0 50px;
}

.box-welcome {
	line-height: 1.9;
}

.box-welcome h1 {
	color: #232323;
}

.box-welcome h4 {
	line-height: 1.80;
	padding: 0 0 0;
	font-weight: 200;
	font-size:17px;
}

.container-1080 {
	max-width: 1110px;
}

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

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

.gallery-thumb-item:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	bottom: 100%;
	width: 30px;
	height: 30px;
	line-height: 1;
	font-size: 30px;
	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*="youtube"]:before {
	content: "\f01d";
}

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

/*  */

body .box-img {
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	color: #ffffff;
	text-shadow: 1px 1px 2px #222222;
}

.box-img .parallax-item-wr {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.box-img .parallax-item {
	top: -100px;
	bottom: -100px;
	left: 0;
	right: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.box-img .img-overlay {
	position: relative;
}

.box-img .img-overlay .text-wr {
	padding: 50px 0 50px;
	height: 420px;
}

.box-img h1 {
	font-size: 60px;
	padding: 0 0 5px;
	font-weight: 600;
	line-height: 1;
}

.box-img + .box-img {
	margin-top: 60px;
}

.slider-testimonials .slick-dots {
	bottom: -45px;
}

.slider-testimonials .slick-dots li button:before {
	font-size: 18px;
}

.box-img + .box-columns.bg-gray {
	margin-top: 60px;
	padding-top: 30px;
}

.slick-slider img {
	display: block;
	margin: 0 auto;
}

.box-columns + .box-wr.box-columns {
	padding: 30px 0 30px;
}

/* BEGIN styles for thumbs */

.thumb-items-wr {
	padding: 17px 0 0;
}

.thumb-item {
	padding: 0 0 0;
	margin: 0 0 30px;
	font-size: 15px;
	line-height: 2;
}

.thumb-item .img-wr {
	margin: 0 0 0;
	padding: 0 0 5px;
}

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

.thumb-item .text-wr {
	padding: 20px 40px 15px;
	margin: 0 0 0;
	text-align: left;
}

.thumb-item h5 {
	font-weight: 600;
	text-align: center;
}

.thumb-item a {
	color: inherit;
}

body .btn-read-more {
	padding: 0 0 0;
	margin: 9px 0 9px;
	color: inherit;
	display: inline-block;
	font-weight: 600;
}

body .btn-read-more i {
	margin: -3px 8px 0 0;
	font-size: 200%;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

body .btn-read-more:hover i {
	margin-left: 5px;
}

h5.bordered-bottom {
	padding: 0 0 15px;
	margin: 0 0 12px;
}

.box-wr h5.bordered-bottom:after, h5.text-center.bordered-bottom:after {
	width: 50px;
	border-width: 3px;
}

/* END styles for thumbs */

body .box-map {
	min-height: 455px;
	padding: 0 0 0;
	margin: 0 0 0;
}

.box-map .img-overlay {
	position: relative;
}

.box-map .bg-semitransparent-black a {
	color: inherit;
}

.box-map .bg-semitransparent-black h2 {
	font-size: 29px;
	padding: 0 0 20px;
	font-weight: 600;
}

.box-map .bg-semitransparent-black h5 {
	font-size: 17px;
	padding: 0 0 5px;
	font-weight: 600;
}

.box-map .bg-semitransparent-black p {
	padding: 0 0 17px;
}

.box-map .bg-semitransparent-black {
	padding: 35px 40px 30px 50px;
	margin: 50px 105px 50px;
	max-width: 380px;
	line-height: 1.5;
	z-index: 5;
	position: relative;
}

/*  */

body .box-get-free-estimate {
	padding: 26px 0 22px;
	color: #ffffff;
	background: #292f83;
}


.box-get-free-estimate .btn-main {
	margin: 10px 0 10px;
	padding: 16px 20px 16px;
	font-size: 18px;
	background-color:#ffffff;
	color:#333333;
}


.box-get-free-estimate a:hover {
	color:#333333 !important;
}

.box-get-free-estimate h2 {
	font-size: 23px;
	margin: 10px 45px 10px 0;
	padding: 0 0 0;
	font-weight: 600;
	letter-spacing: 0;
	color: #ffffff !important;
}

.box-get-free-estimate + .box-columns.bg-gray {
	padding-top: 30px;
}

/*  */

.box-top-slider .btn-main {
	border-color: #7dce49 /*0e2567*/;
	margin: 20px auto 0;
}
.box-top-slider .btn-green {
	border-color: #7dce49;
	margin: 20px auto 0;
}

/*  */

.box-simple .block-thumb-item {
	margin: 15px auto 15px;
}

.box-simple .block-thumb-item .img-wr {
	margin: 0 auto 0;
}

/*  */

body .box-top-slider {
    padding: 120px 0 0;
}















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

footer {
	padding: 20px 0 20px;
	font-size: 14px;
	font-weight: 400;
	background-color: #323232 !important;
	color: #ffffff;
	text-align: center;
}

footer p, footer span, footer i, footer a {
	opacity: .7;
	color: #ffffff;
	padding: 0 0 0;
}

footer a:hover {
	opacity: 1;
}

footer i {
	margin: 0 4px;
}

.pos-fixed-bottom {
	padding: 0 0 0;
	position: fixed;
	z-index: 90;
	bottom: 0;
	left: 0;
	right: 0;
	background: #313131;
	border-top: 4px solid #fff;
	color: #ffffff;
	text-align: center;
}

.footer-fixed-bottom a {
	padding: 10px 2px 4px;
	color: #ffffff;
	display: block;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0;
}

.footer-fixed-bottom .img-wr {
	min-height: 27px;
}

.footer-fixed-bottom .img-wr img {
	max-width: 32px;
	max-height: 26px;
	display: block;
	margin: 0 auto;
}

.footer-fixed-bottom span {
	padding: 2px 0 0;
	display: block;
}

.footer-fixed-bottom [class*="col-"] {
	padding: 0 5px;
}

.footer-fixed-bottom [class*="col-"]+[class*="col-"] {
	border-left: 1px solid #484848;
}

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

@media (min-width: 1240px) {
	.container {
		width: 1210px;
	}
}

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

@media screen and (max-width: 1199px) {
body {
	font-size: 14px;
	line-height: 1.70;
}
h1 {
	padding: 0 0 15px;
	font-size: 28px;
}
h2 {
	padding: 0 0 15px;
	font-size: 24px;
}
h3 {
	padding: 0 0 15px;
	font-size: 20px;
}
h4 {
	padding: 0 0 15px;
	font-size: 18px;
}
h5 {
	padding: 0 0 15px;
	font-size: 16px;
}
h6 {
	padding: 0 0 15px;
	font-size: 12px;
}
blockquote {
	padding: 20px 0 20px;
	max-width: 660px;
	font-size: 18px;
}
blockquote p strong {
	font-size: 14px;
}
body .header-top .social-links a, body header .social-links a {
	margin: 0 0 0 5px;
}
header .social-links {
	padding: 0 0 0 20px;
}
.logo {
	padding: 10px 10px 10px;
	width: 150px;
	height: auto;
	left: 15px;
	top: -5px;
}
.header-top {
	padding: 6px 0 6px;
	font-size: 13px;
}
.header-top .alignright a {
	margin: 0 0 0 25px;
}
.header-top a i {
	font-size: 14px;
	margin: -2px 3px 0 0;
}
.header-bottom {
	padding: 10px 0 10px;
}
.navbar-nav > li > a {
	padding: 4px 0 4px;
	margin: 0 0 0 25px;
	font-size: 13px;
	line-height: 22px;
}
header + * {
	padding-top: 37px;
}
body .subnav {
	padding: 0 0 0;
	margin: 10px 20px 0;
	min-width: 200px;
}
body .subnav li a {
	padding: 10px 15px 10px;
	font-size: 13px;
}
.box-top-slider h1 {
	font-size: 60px;
}
.box-top-slider h3 {
	font-size: 24px;
}
.box-top-slider h2 {
	font-size: 30px;
}
.box-top-slider h5 {
	font-size: 18px;
}
.box-top-slider h4 {
	font-size: 22px;
	padding: 10px 0 10px;
}
.box-top-slider p {
	font-size: 14px;
}
.box-top-slider h3 strong {
	font-size: 28px;
}
.box-top-slider .display-inline-block {
	padding: 20px 30px 20px;
}
body .box-top-slider-inner-page h1 {
	font-size: 40px;
}
body .box-top-slider-inner-page h3 {
	font-size: 20px;
}
.box-top-slider .text-wr {
	padding: 80px 0 40px;
	height: 400px;
}
body .box-top-slider-inner-page .text-wr {
	padding: 100px 0 40px;
	height: 280px;
}
.slick-prev:before, .slick-next:before {
	width: 20px;
	height: 40px;
	font-size: 40px;
}
.slick-prev, .slick-next {
	width: 20px;
	height: 40px;
}
.slick-prev {
	left: 15px;
}
.slick-next {
	right: 15px;
}
.box-img .img-overlay .text-wr {
	padding: 50px 0 50px;
	height: 350px;
}
.box-img h1 {
	font-size: 40px;
}
.columns-same-height-item .btn-main {
	margin: 0 auto 0;
}
body .btn-main {
	padding: 10px 20px 10px;
	margin: 0 auto 0;
	font-size: 14px;
	line-height: 20px;
	min-width: 200px;

}
.columns-same-height-item .columns-item {
	padding: 20px 40px 20px;
}
.thumb-item {
	margin: 0 0 30px;
	font-size: 13px;
}
.thumb-item .text-wr {
	padding: 15px 25px 20px;
}
body .btn-read-more {
	padding: 0 0 0;
	margin: 0 0 0;
}
h5.bordered-bottom {
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.box-map .bg-semitransparent-black {
	padding: 25px 30px 25px;
	margin: 80px 80px 80px;
	max-width: 320px;
}
.box-map .bg-semitransparent-black h2 {
	font-size: 25px;
	padding: 0 0 10px;
}
.box-map .bg-semitransparent-black h5 {
	font-size: 15px;
}
.box-map .bg-semitransparent-black p {
	padding: 0 0 10px;
}
body .box-map {
	min-height: 400px;
}
footer {
	padding: 20px 0 20px;
	font-size: 12px;
}
.grid-sidebar-right {
	margin: 0 0 0 -30px;
	padding: 0 0 0 0;
}
body .btn-get-quote {
	padding: 13px 20px 13px;
	margin: 0 0 15px;
}
.block-thumb-item {
	margin: 0 auto 15px;
}
.grid-main-area p {
	padding: 0 0 15px;
}
.grid-main-area .list-styled {
	font-size: 14px;
}
.list-styled {
	padding: 0 0 15px;
	margin: 0 0 0;
}
.box-wr .container.bg-white {
	padding: 30px 30px 30px;
}
.container.bg-white .grid-sidebar-right {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.accordion-wr {
	padding: 10px 0 0 0;
}
body .logo-position-static {
	width: 200px;
}
body .logo-position-static:not(.visible-xs) + .navbar {
	margin: 15px 0 0;
}
.header-bottom.text-center .navbar-nav > li > a {
	margin: 0 15px 0;
}
.header-bottom.text-center .navbar-nav > li > .logo, body .navbar-nav > li > .logo {
	margin: 0 25px 0;
	padding: 0 0 0;
}
body .logo-position-static:not(.visible-xs) + .navbar .subnav {
	margin-top: 30px;
}
.header-bottom.text-center .subnav {
	margin: 30px 10px 0;
}
header.bg-transparent .header-top {
	padding: 10px 0 10px;
}
header.bg-transparent .logo-position-static:not(.visible-xs) + .navbar {
	margin: 30px 0 0;
}
header.bg-white + * {
	padding-top: 90px;
}
.header-top a h3 {
	font-size: 20px;
}
body header .display-block:first-child {
	margin-top: 8px;
}
header.bg-white .header-bottom {
	padding: 10px 0 8px;
}
.header-top .navbar {
	margin: 5px 0 0;
}
.box-get-free-estimate h2 {
	font-size: 20px;
	margin: 10px 0 10px;
	display: block;
}
.box-contacts .container.bg-white .grid-sidebar-right {
    padding: 0 0 0 30px;
    margin: 0 0 0;
}
body .box-top-slider {
    padding: 90px 0 0;
}















}

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

@media screen and (max-width: 991px) {
body {
	font-size: 13px;
	line-height: 1.70;
}
h1 {
	padding: 0 0 15px;
	font-size: 26px;
}
h2 {
	padding: 0 0 15px;
	font-size: 22px;
}
h3 {
	padding: 0 0 15px;
	font-size: 18px;
}
h4 {
	padding: 0 0 15px;
	font-size: 16px;
}
h5 {
	padding: 0 0 15px;
	font-size: 14px;
}
h6 {
	padding: 0 0 15px;
	font-size: 12px;
}
blockquote {
	padding: 20px 0 20px;
	max-width: 660px;
	font-size: 16px;
}
blockquote p strong {
	font-size: 14px;
}
.logo {
	padding: 10px 10px 10px;
	width: 120px;
	height: auto;
	left: 15px;
	top: -5px;
}
.header-top {
	padding: 6px 0 6px;
	font-size: 11px;
}
.header-top .alignright a {
	margin: 0 0 0 15px;
}
header .social-links {
	padding: 0 0 0 10px;
}
body .header-top .social-links a, body header .social-links a {
	margin: 0 0 0 2px;
}
.navbar-nav > li > a {
	padding: 4px 0 4px;
	margin: 0 0 0 15px;
	font-size: 12px;
	line-height: 22px;
}
.box-img .img-overlay .text-wr {
	padding: 50px 0 50px;
	height: 320px;
}
.columns-same-height-item .columns-item {
	padding: 20px 20px 20px;
}
.thumb-item {
	margin: 0 0 30px;
	font-size: 12px;
}
.thumb-item .text-wr {
	padding: 15px 20px 15px;
}
.box-map .bg-semitransparent-black {
	padding: 20px 20px 20px;
	margin: 60px 15px 60px;
	max-width: 290px;
}
.back-to-top {
	bottom: 80px;
	right: 4px;
	width: 24px;
	height: 24px;
	-webkit-background-size: contain;
	background-size: contain;
}
.grid-sidebar-right {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.grid-main-area {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 30px;
}
.header-bottom.text-center .navbar-nav > li > a {
	margin: 0 10px 0;
}
.header-bottom.text-center .navbar-nav > li > .logo, body .navbar-nav > li > .logo {
	margin: 0 10px 0;
	width: 150px;
	padding: 0 0 0;
}
.header-bottom.text-center .subnav {
	margin: 22px 10px 0;
}
.box-img .parallax-item {
	top: 0;
	bottom: 0;
}
.box-img .parallax-item, .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;
}
.box-img .vertical-middle {
	display: block;
	vertical-align: middle;
	width: auto;
}
.box-top-slider .parallax-item {
	top: 0;
	bottom: 0;
}
body .box-top-slider {
    padding: 75px 0 0;
}















}

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

@media screen and (max-width: 767px) {
body {
	font-size: 12px;
	line-height: 1.70;
}
h1 {
	padding: 0 0 15px;
	font-size: 24px;
}
h2 {
	padding: 0 0 15px;
	font-size: 20px;
}
h3 {
	padding: 0 0 15px;
	font-size: 18px;
}
h4 {
	padding: 0 0 15px;
	font-size: 15px;
}
h5 {
	padding: 0 0 15px;
	font-size: 13px;
}
h6 {
	padding: 0 0 15px;
	font-size: 12px;
}
blockquote {
	padding: 20px 0 20px;
	font-size: 15px;
	margin: 0 auto;
}
blockquote p strong {
	font-size: 13px;
}
/*  */
.box-wr {
	padding: 30px 0 30px;
}
.box-wr.bg-gray {
	padding: 30px 0 30px;
}
.box-wr.box-welcome {
	padding: 30px 0 30px;
}
/*  */

.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 {
	margin: 0;
	height: 3px;
	background: #ffffff;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 7px;
	-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) {
	background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	top: -7px;
	-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: auto;
	border: none;
	min-height: 25px;
	position: absolute;
	z-index: 5;
	right: 30px;
	left: auto;
	top: 0;
	bottom: 0;
	z-index: 55;
}
.navbar-toggle:hover {
	opacity: 1;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
.navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	background: #000000;
}
.box-top-slider h1 {
	font-size: 40px;
}
.box-top-slider h3 {
	font-size: 20px;
}
.box-top-slider h2 {
	font-size: 26px;
}
.box-top-slider h5 {
	font-size: 16px;
}
.box-top-slider h4 {
	font-size: 20px;
	padding: 10px 0 10px;
}
.box-top-slider p {
	font-size: 13px;
}
.box-top-slider h3 strong {
	font-size: 24px;
}
.box-top-slider .display-inline-block {
	padding: 20px 30px 20px;
}
body .box-top-slider-inner-page h1 {
	font-size: 30px;
}
body .box-top-slider-inner-page h3 {
	font-size: 20px;
}
html body .btn-call {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 10px 10px 10px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
}
html body .btn-call i {
	font-size: 120%;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.btn-call .fa-pencil {
	margin: -5px 5px 0 0;
}
html body .btn-call:hover{
	opacity: 1;
}
.header-bottom {
	padding: 0 0 0;
}
header + * {
	padding-top: 50px;
}
.navbar-nav {
	margin: 0 0 0;
	padding: 80px 15px 80px;
}
.navbar-nav > li {
	display: block;
}
body .subnav {
	padding: 0 0 0;
	margin: 0 0 0;
	min-width: 0;
	position: relative;
	border: none;
	text-align: center;
	background: transparent;
}
body .subnav li:not(:last-child) {
	border-bottom: none;
}
body .subnav li a {
	padding: 10px 15px 10px;
	font-size: 15px;
	color: #ffffff;
}
.navbar-nav > li > a {
	padding: 15px 0 15px;
	margin: 0 0 0;
	font-size: 20px;
	line-height: 22px;
	color: #ffffff;
}
.nav > li > a:focus, .nav > li > a:hover {
	color: #ffffff;
	background: transparent;
}
.header-top.bg-theme-color {
	background: #ffffff;
	padding: 0 0 0;
	font-size: 10px;
}
header, .header-fixed {
	background: #ffffff;
	position: relative;
}
.logo {
	padding: 0 0 0;
	width: 120px;
	height: auto;
	left: 0;
	top: 0;
	position: relative;
	box-shadow: none;
	margin: 15px auto 15px;
	float: none;
}
header .container {
	position: static;
}
.navbar {
	margin: 0 0 0;
	padding: 0 0 0;
	position: static;
}
.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	text-align: center;
	background: #292f83;
	z-index: 40;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.collapse.in {
	height: 100vh;
	overflow: auto;
}
.navbar-toggle.active {
	right: 30px;
	left: auto;
	top: 30px;
	bottom: auto;
}
.box-top-slider .text-wr {
	padding: 30px 0 30px;
	height: 300px;
}
.slick-dots {
	bottom: 15px;
}
.box-simple .img-wr {
	margin: 0 auto 15px;
}
.box-img .img-overlay .text-wr {
	padding: 30px 0 30px;
	height: 250px;
}
.box-img + .box-img {
	margin-top: 30px;
}
.box-columns + .box-wr.box-columns {
	padding: 30px 0 0;
}
.columns-same-height-item:nth-child(odd) .col-sm-6:first-child {
	float: none;
}
.columns-same-height-item .columns-item {
	padding: 20px 20px 20px;
	height: auto !important;
	display: block;
	width: auto;
	float: none;
}
.box-img + .box-columns.bg-gray {
	margin-top: 30px;
	padding-top: 30px;
}
.columns-same-height-item {
	margin: 0 0 30px;
}
.columns-same-height-item + .columns-same-height-item {
	margin-top: 30px;
}
body .box-columns, body .box-columns.bg-gray {
	padding: 0 0 0;
}
.box-map .bg-semitransparent-black {
	padding: 15px 15px 15px;
	margin: 120px 15px 60px;
	max-width: 210px;
}
body .box-top-slider-inner-page .text-wr {
	padding: 50px 0 45px;
	height: 220px;
}
.grid-main-area .list-styled {
	font-size: 12px;
}
.grid-main-area {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 1.7;
}
.box-top-slider + .box-wr .container.bg-white {
	margin: 0 auto 0;
}
.box-wr .container.bg-white {
	padding: 30px 15px 30px;
}
.box-top-slider + .box-wr.bg-gray + .box-wr.bg-gray {
	padding: 0 0 30px;
}
.box-contacts p {
	padding: 5px 0 5px;
}
.box-contacts .grid-main-area {
	padding: 15px 0 0 0;
}
.form-row {
	margin: 0 0 15px;
}
.box-contacts .grid-sidebar-right {
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
}
.box-contacts h6 {
	padding: 10px 0 0;
}
.box-contacts .grid-sidebar-right p {
	padding: 0 0 10px;
}
.accordion-item-nav a {
	padding: 12px 15px 12px 40px;
	font-size: 14px;
}
.accordion-item-nav a:before {
	left: 15px;
	font-size: 25px;
	height: 38px;
}
body .logo-position-static:not(.visible-xs) + .navbar {
	margin: 0 0 0;
}
body .logo-position-static {
	width: 200px;
	float: none;
}
body .logo-position-static:not(.visible-xs) + .navbar .subnav {
	margin-top: 0;
}
.header-bottom.text-center .subnav {
	margin: 0 0 0;
}
body .subnav:before {
	height: 20px;
}
header.bg-transparent .logo-position-static:not(.visible-xs) + .navbar {
	margin: 0 0 0;
}
header.bg-white + * {
	padding-top: 20px;
}
header.bg-white .header-bottom.bg-white {
	padding: 0 0 0;
}
header.bg-white .header-bottom {
	padding: 0 0 0;
}
.header-top .navbar {
	margin: 0 0 0;
}
.box-img .img-overlay .text-wr {
	padding: 30px 0 30px;
	height: auto;
}
.slider-testimonials .slick-dots {
	bottom: -10px;
}
.slide-item:not(.slide-zoomIn) .img-bg {
	-webkit-animation: none;
}
.box-get-free-estimate .btn-main {
	margin: 10px 0 10px;
	padding: 10px 15px 10px;
	font-size: 15px;
}
.box-get-free-estimate h2 {
	font-size: 16px;
}
header .social-links {
	padding: 30px 0 0;
}
body .header-top .social-links a, body header .social-links a {
	margin: 0 5px 0;
}
body header .social-links a i {
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}
body .box-top-slider {
    padding: 0 0 0;
}














}

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

@media screen and (max-width: 550px) {
.columns-3 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}






}

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