﻿/*
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: 18px;
	line-height: 1.4;
	font-weight: 300;
	color: #666666;
}

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: 33px;
	font-weight: 400;
}

h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 25px;
	font-weight: 400;
}

h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 23px;
	font-weight: 400;
}

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

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

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

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

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.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: 1108px;
	padding-left: 14px;
	padding-right: 14px;
}

[class*="col-"] {
	padding-left: 14px;
	padding-right: 14px;
}

.row {
	margin-left: -14px;
	margin-right: -14px;
}

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

header {
	background: #ffffff;
	position: relative;
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0px 1px 8px 0px #d0c8c0;
}

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

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

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

.header-fixed .logo {
	max-width: 170px;
}

.header-fixed + * {
	padding-top: 102px;
}

.header-fixed .header-bottom {
	padding: 8px 0 8px;
}

.header-fixed .navbar {
	padding: 15px 0 0;
}

.header-fixed .header-top {
	padding: 8px 0 6px;
}

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

.logo img {
	display: block;
}

.header-top {
	padding: 15px 0 12px;
	margin: 0 0 0;
	font-size: 15px;
	font-weight: 400;
	background-color: #09107e;
	color: #ffffff;
	text-align: center;
}

.header-top a {
	margin: 0 28px 0;
	color: #ffffff;
	opacity: .9;
	display: inline-block;
}

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

.header-top .fa-envelope {
	font-size: 18px;
}

.header-top .fa-mobile {
	font-size: 22px;
}

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

.header-top .social-link-item {
	padding: 7px 1px 0 0;
	font-size: 17px;
	min-width: 28px;
	height: 28px;
	border-radius: 50px;
	border-radius: 50%;
	text-align: center;
	color: #09107e;
	background-color: #ffffff;
}

.header-bottom {
	padding: 25px 0 27px;
	margin: 0 0 0;
}

.header-bottom-phone {
	background-color: #c1771f;
	text-align: center;
	padding: 19px 0 15px;
}

.header-bottom-phone a {
	font-size: 25px;
	color: #ffffff;
	font-weight: 400;
}

.header-bottom-phone a i {
	padding: 7px 1px 0 0;
	margin: -4px 10px 0 0;
	font-size: 21px;
	min-width: 34px;
	height: 34px;
	border-radius: 50px;
	border-radius: 50%;
	text-align: center;
	color: #c1771f;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}

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

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

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

.navbar-nav > li {
	margin: 0 0 0 35px;
	outline: none;
}

.navbar-nav > li > a {
	padding: 1px 0 1px;
	margin: 0 0 0;
	font-size: 16px;
	line-height: 20px;
	color: #7d7d7d;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	background: transparent;
}

.navbar-nav > li > a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 99%;
	height: 20px;
}

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

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

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
	background-color: #e5e1d4;
}

.dropdown-menu li {
	position: relative;
}

.dropdown-menu li a {
	margin: 0 0 0;
	padding: 5px 20px 5px;
}

.navbar-nav li ul {
	margin: 8px -2px 0;
	padding: 0 0 0;
	position: absolute;
	left: 0;
	list-style: none;
	top: 100%;
	min-width: 217px;
	background: #ffffff;
	border: 1px solid #e4e4e4;
	display: none;
}

.navbar-nav li:hover > ul {
	display: block;
}

.navbar-nav li ul li:not(:last-child) {
	border-bottom: 1px solid #e4e4e4;
}

.navbar-nav li ul a {
	margin: 0 0 0;
	padding: 13px 18px 13px;
	font-size: 15px;
	font-weight: 400;
	color: #797979;
	display: block;
}

.navbar-nav li ul a:hover {
	background-color: #c1771f;
	color: #ffffff;
	opacity: 1;
}

/* 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: #09107e;
	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 {
	background: #ffffff;
	min-height: 200px;
	position: relative;
}

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

.img-wr {
	position: relative;
}

body .btn-white {
	padding: 16px 23px 16px;
	margin: 0 auto 0;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	width: auto;
	font-style: normal;
	background: transparent;
	border: 2px solid #FFFFFF;
	font-weight: 400;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 0;
}

body .btn-white:hover {
	border-radius: 30px;
}

.btn-main {
	padding: 15px 15px 15px;
	margin: 0 auto 0;
	font-size: 15px;
	line-height: 20px;
	min-width: 160px;
	color: #FFFFFF;
	width: auto;
	font-style: normal;
	background: #1b2030;
	border: none;
	font-weight: 500;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 0;
}

.btn-sm {
	padding: 11px 9px 11px;
	margin: 0 auto 0;
	font-size: 18px;
	line-height: 20px;
	min-width: 136px;
}

.btn-main:hover {
	opacity: 1;
	color: #FFFFFF;
	border-radius: 30px;
}

.btn-main:focus {
	color: #FFFFFF;
}

.btn-block {
	font-size: 22px;
	font-weight: 300;
	text-align: left;
	margin: 0 0 0;
	padding: 13px 28px 13px;
	display: block;
	position: relative;
	color: #ffffff;
}

.btn-block:after {
	font-size: 35px;
	line-height: 1;
	position: absolute;
	height: 35px;
	right: 19px;
	top: 0;
	bottom: 0;
	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;
}

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

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

.bg-purple {
	background-color: #09107e;
	color: #ffffff;
}

.bg-orange {
	background-color: #c1771f;
	color: #ffffff;
}

.bg-blue {
	background-color: #1eaae4;
	color: #ffffff;
}

.bg-green {
	background-color: #a9d124;
	color: #ffffff;
}

.bg-yellow {
	background-color: #f9ca00;
	color: #ffffff;
}

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

body .border-color-white, body .border-color-white:after {
	border-color: #ffffff;
}

body .border-color-purple, body .border-color-purple:after {
	border-color: #09107e;
}

body .border-color-orange, body .border-color-orange:after {
	border-color: #c1771f;
}

body .border-color-blue, body .border-color-blue:after {
	border-color: #1eaae4;
}

body .border-color-green, body .border-color-green:after {
	border-color: #a9d124;
}

body .border-color-yellow, body .border-color-yellow:after {
	border-color: #f9ca00;
}

body .border-color-red, body .border-color-red:after {
	border-color: #ce441e;
}

body .color-white, body .bullet-color-white li:before {
	color: #ffffff;
}

body .color-purple, body .bullet-color-purple li:before {
	color: #09107e;
}

body .color-orange, body .bullet-color-orange li:before {
	color: #c1771f;
}

body .color-blue, body .bullet-color-blue li:before {
	color: #1eaae4;
}

body .color-green, body .bullet-color-green li:before {
	color: #a9d124;
}

body .color-yellow, body .bullet-color-yellow li:before {
	color: #f9ca00;
}

body .color-red, body .bullet-color-red li:before {
	color: #ce441e;
}

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

body .box-top-slider {
	padding: 0 0 0;
	text-shadow: 1px 1px 3px #333333;
}

.box-top-slider .slide-item {
	min-height: 460px;
	padding: 0 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.box-top-slider .slide-item .pos-bottom {
	padding: 60px 0 60px;
}

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

.box-top-slider p {
	font-size: 27px;
	font-weight: 400;
	padding: 0 0 0;
}

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

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

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

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

.slick-prev {
	left: 60px;
}

.slick-next {
	right: 60px;
}

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

.slick-prev:before {
	content: "\f104";
	padding-right: 4px;
}

.slick-next:before {
	content: "\f105";
	padding-left: 4px;
}

body .box-get-quote {
	padding: 32px 0 32px;
}

.box-get-quote:after {
	content: "";
	display: block;
	clear: both;
}

.box-get-quote .btn-white {
	margin: 0 10px 0;
	float: right;
}

.box-get-quote h3 {
	padding: 14px 0 0;
	margin: 0 0 0;
	float: left;
}

.box-services {
	padding: 60px 0 23px;
}

.thumb-item {
	position: relative;
	margin: 0 0 35px;
}

.thumb-item .img-wr {
	height: 220px;
	overflow: hidden;
}

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

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

.thumb-item .text-wr {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

body .box-why-we {
	padding: 61px 0 50px;
	min-height: 524px;
	background-position: center top;
}

.box-why-we h2 {
	font-size: 30px;
	font-weight: 300;
}

.box-why-we p {
	line-height: 1.7;
}

.bordered-btm {
	margin: 0 0 25px;
	padding: 0 0 15px;
	display: inline-block;
	position: relative;
}

.bordered-btm:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 4px solid #09107e;
}

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

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

.list-styled li:before {
	margin: -2px 13px 0 0;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	font-family: "FontAwesome";
	content: "\f058";
	color: #c1771f;
}

body .list-style-square li:before {
	content: "\25A0";
	font-family: 'Montserrat';
	margin: -8px 10px 0 0;
	font-size: 18px;
}

.list-styled.columns-2 li {
	display: inline-block;
	width: 38%;
}

.box-recent-projects h2 {
	font-size: 30px;
	font-weight: 300;
}

.box-recent-projects .bordered-btm:after {
	width: 100px;
}

.box-recent-projects {
	padding: 47px 0 62px;
}

.slider-recent-projects .slick-prev {
	left: -22px;
}

.slider-recent-projects .slick-next {
	right: -22px;
}

.slider-recent-projects {
	margin: 35px -3px 0;
}

.slider-recent-projects .slide-item {
	padding: 0 3px;
}

.slider-recent-projects .pos-bottom {
	bottom: 18px;
}

.slick-slide {
	outline: none;
}

body .box-testimonials {
	padding: 0;
}

.slider-testimonials {
	padding: 153px 0 110px;
	min-height: 422px;
	margin: 0 auto;
	color: #ffffff;
	background-color: rgba(0, 0, 0, .5);
}

.slider-testimonials p {
	padding: 0 0 17px;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
}

.slider-testimonials .container {
	max-width: 850px;
}

.slider-testimonials h5 {
	font-weight: 600;
}

.slick-dots {
	bottom: 67px;
}

.slick-dots li button:before {
	font-size: 18px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	opacity: .35;
	color: #ffffff;
}

.slick-dots li.slick-active button:before {
	opacity: .85;
	color: #ffffff;
}

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

/* BEGIN of content of GENERAL Page */

body .box-heading {
	padding: 35px 0 35px;
}

.box-heading h1 {
	padding: 20px 0 0;
}

.box-grid {
	padding: 48px 0 21px;
	line-height: 1.6;
}

.sidebar-main-area {
	padding: 0 66px 20px 0;
	margin: 0 0 0;
}

.box-grid .bordered-btm {
	margin: 0 0 30px;
	padding: 0 0 17px;
}

.box-grid p {
	text-align: justify;
}

.box-grid .list-styled {
	padding: 0 0 0;
	margin: 7px 0 32px;
}

.box-grid .list-styled li {
	margin: 0 0 4px;
}

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

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

.sidebar-right .thumb-item .img-wr {
	height: 174px;
}

.sidebar-right .btn-block {
	font-size: 18px;
	font-weight: 400;
	padding: 10px 20px 11px;
}

.sidebar-right .btn-block:after {
	font-size: 32px;
}

.sidebar-right .thumb-item {
	margin: 0 0 40px;
}

/* END of content of GENERAL Page */
/* BEGIN of content of FAQ Page */

.accordion-wr {
	padding: 6px 28px 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:hover {
	opacity: 1;
}

.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 {
	background: #09107e;
	color: #FFFFFF;
}

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

.accordion-item-content {
	display: none;
	padding: 14px 18px 17px;
	font-size: 16px;
	font-weight: 400;
}

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

/* END of content of FAQ Page */
/* BEGIN of content of Contact Page */

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

.box-contacts .sidebar-right p {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}

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

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

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

.box-contacts a {
	color: #7d7d7d;
}

.form-wr {
	padding: 25px 0 25px;
}

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

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

.social-links {
	padding: 17px 0 15px;
}

.social-links a {
	font-size: 27px;
	margin: 0 7px 0 0;
	padding: 0 0 0;
	color: #010a15;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.social-links a i {
	margin: 0 0 0;
	padding: 1px 0 0;
	width: 50px;
	height: 50px;
	color: #010a15;
	background: #c1771f;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

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

a:hover [class*="facebook"] {
	background: #fff;
}

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

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

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

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

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 19px 17px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #666666;
	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 {
	padding: 15px 16px 15px;
	font-size: 16px;
	margin: 0 0 0;
}

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

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

form label {
	padding: 7px 0 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	display: block;
}

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

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

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

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

*:focus::-webkit-input-placeholder {
	color: #949494;
	text-indent: 620px;
	opacity: 0;
}

*:focus::-moz-placeholder {
	color: #949494;
	text-indent: 620px;
	opacity: 0;
}

*:focus:-moz-placeholder {
	color: #949494;
	text-indent: 620px;
	opacity: 0;
}

*:focus:-ms-input-placeholder {
	color: #949494;
	text-indent: 620px;
	opacity: 0;
}

.error_message {
	display: block;
	line-height: 22px;
	margin: 10px 0;
	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';
}

/* END of content of Contact Page */
/* BEGIN of content of Content Page */

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

.box-columns .container-fluid {
	padding: 0 0 0;
	overflow-x: hidden;
	max-width: 1970px;
}

.columns-row {
	margin: 0 0 0;
}

.columns-row [class*="col-"] {
	padding: 0 0 0;
	margin: 0 0 0;
	vertical-align: middle;
	display: inline-block;
}

.columns-row:nth-child(even) [class*="col-"] {
	float: right;
}

.columns-item {
	padding: 10px 30px 10px 20px;
	margin: 0 auto;
	max-width: 462px;
	line-height: 1.7;
}

.columns-item .btn-main {
	margin: 17px auto 0;
}

.columns-item h2 {
	padding: 0 0 10px;
}

.columns-slider .slick-prev {
	left: 15px;
}

.columns-slider .slick-next {
	right: 15px;
}

.columns-slider .slick-prev:before, .columns-slider .slick-next:before {
	background-color: #575956;
}

.columns-slider {
	margin: 0 0;
}

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

/* END of content of Content Page */

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

footer {
	padding: 27px 0 27px;
	font-size: 16px;
	font-weight: normal;
	background-color: #09107e;
	color: #ffffff;
	color: rgba(255,255,255,.9)
}

footer p {
	padding: 0 0 0;
}

footer a {
	color: #ffffff;
	color: rgba(255,255,255,.6)
}

footer a:hover {
	color: rgba(255,255,255,.9);
	color: #ffffff;
	opacity: 1;
}

.pos-fixed-bottom {
	padding: 0 0 0;
	position: fixed;
	z-index: 90;
	bottom: 0;
	left: 0;
	right: 0;
	background: #09107e;
	border-top: 5px solid #c1771f;
	color: #FFFFFF;
	text-align: center;
}

.pos-fixed-bottom * {
	color: #FFFFFF;
}

.footer-fixed-bottom a {
	padding: 10px 2px 4px;
	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 #9d66b8;
}

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

@media screen and (max-width: 1199px) {
.header-top, .header-fixed .header-top {
	padding: 8px 0 6px;
	font-size: 14px;
}
.logo, .header-fixed .logo {
	max-width: 170px;
}
.header-bottom, .header-fixed .header-bottom {
	padding: 8px 0 8px;
}
.navbar, .header-fixed .navbar {
	padding: 13px 0 0;
}
header + *, .header-fixed + * {
	padding-top: 102px;
}
.navbar-nav > li {
	margin: 0 0 0 20px;
}
.header-top a {
	margin: 0 15px 0;
}
.navbar-nav > li > a {
	padding: 1px 0 1px;
	font-size: 15px;
}
.slider-recent-projects .slick-prev {
	left: 15px;
}
.slider-recent-projects .slick-next {
	right: 15px;
}
.slick-prev {
	left: 15px;
}
.slick-next {
	right: 15px;
}
body .box-top-slider {
	text-align: center;
}
.box-top-slider .slide-item {
	min-height: 380px;
}
.box-wr {
	padding: 30px 0 30px;
}
.box-services {
	padding: 40px 0 10px;
}
body .box-get-quote {
	padding: 25px 0 25px;
}
body {
	font-size: 16px;
	line-height: 1.5;
}
h1 {
	padding: 0 0 15px;
	font-size: 30px;
}
h2 {
	padding: 0 0 15px;
	font-size: 24px;
}
h3 {
	padding: 0 0 15px;
	font-size: 21px;
}
h4 {
	padding: 0 0 15px;
	font-size: 18px;
}
h5 {
	padding: 0 0 15px;
	font-size: 16px;
}
h6 {
	padding: 0 0 15px;
}
.box-get-quote h3 {
	padding: 14px 0 0;
	font-size: 18px;
}
.btn-block {
	font-size: 18px;
	padding: 10px 18px 11px;
}
.btn-block:after {
	font-size: 32px;
	height: 35px;
	right: 15px;
}
.thumb-item .img-wr {
	height: 190px;
}
.thumb-item {
	margin: 0 0 28px;
}
body .box-why-we {
	padding: 30px 0 30px;
	min-height: 460px;
}
.list-styled {
	padding: 0 0 0;
	margin: 10px 0 10px;
}
.list-styled.columns-2 li {
	width: 48%;
}
.list-styled li {
	margin: 0 0 2px;
}
.box-recent-projects h2 {
	font-size: 28px;
}
.slider-recent-projects {
	margin: 15px -3px 0;
}
.slider-testimonials p {
	padding: 0 0 15px;
	font-size: 16px;
}
.slick-dots {
	bottom: 30px;
}
.slider-testimonials {
	padding: 110px 0 110px;
	min-height: 350px;
}
footer {
	padding: 20px 0 20px;
	font-size: 14px;
}
.slick-dots li button:before {
	font-size: 15px;
}
.sidebar-right .thumb-item .img-wr {
	height: 160px;
}






}

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

@media screen and (max-width: 991px) {
body {
	font-size: 14px;
	line-height: 1.5;
}
h1 {
	padding: 0 0 10px;
	font-size: 26px;
}
h2 {
	padding: 0 0 10px;
	font-size: 22px;
}
h3 {
	padding: 0 0 10px;
	font-size: 19px;
}
h4 {
	padding: 0 0 10px;
	font-size: 17px;
}
h5 {
	padding: 0 0 10px;
	font-size: 15px;
}
h6 {
	padding: 0 0 10px;
}
p {
	padding: 0 0 10px;
}
.navbar-nav > li {
	margin: 0 0 0 13px;
}
.navbar-nav > li > a {
	padding: 1px 0 1px;
	font-size: 12px;
}
.logo, .header-fixed .logo {
	max-width: 150px;
}
.header-top, .header-fixed .header-top {
	padding: 6px 0 5px;
	font-size: 12px;
}
.header-top a {
	margin: 0 6px 0;
}
.header-top a i {
	margin: -2px 3px 0 0;
	font-size: 14px;
}
.header-top .social-link-item {
	padding: 5px 1px 0 0;
	margin: -2px 0 0;
	font-size: 13px;
	min-width: 22px;
	height: 22px;
}
.header-top .fa-mobile {
	font-size: 19px;
}
.header-top .fa-envelope {
	font-size: 13px;
}
.navbar, .header-fixed .navbar {
	padding: 11px 0 0;
}
header + *, .header-fixed + * {
	padding-top: 89px;
}
.slick-prev:before, .slick-next:before {
	padding: 2px 0 0;
	margin: 0 0 0;
	width: 28px;
	height: 28px;
	font-size: 24px;
}
.slick-prev, .slick-next {
	width: 28px;
	height: 28px;
}
.slick-prev:before {
	padding-right: 2px;
}
.slick-next:before {
	padding-left: 2px;
}
.slick-prev {
	left: 10px;
}
.slick-next {
	right: 10px;
}
.box-top-slider p {
	font-size: 20px;
}
.box-top-slider h1 {
	font-size: 35px;
}
.box-top-slider .slide-item .pos-bottom {
	padding: 40px 0 40px;
}
body .btn-white {
	padding: 11px 18px 10px;
	font-size: 14px;
	line-height: 20px;
}
.box-get-quote h3 {
	padding: 13px 0 0;
	font-size: 14px;
}
.btn-block {
	font-size: 13px;
	padding: 11px 13px 11px;
}
.btn-block:after {
	font-size: 25px;
	height: 27px;
	right: 12px;
}
.thumb-item .img-wr {
	height: 150px;
}
.box-why-we h2 {
	font-size: 21px;
}
.bordered-btm:after {
	border-bottom: 2px solid #09107e;
}
.bordered-btm {
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.list-styled li:before {
	margin: -2px 10px 0 0;
	font-size: 16px;
}
.box-top-slider .slide-item {
	min-height: 320px;
}
body .box-why-we {
	padding: 30px 0 30px;
	min-height: 370px;
}
.box-recent-projects h2 {
	font-size: 24px;
}
body .btn-sm {
	padding: 8px 13px 7px;
	margin: 0 auto 0;
	font-size: 12px;
	line-height: 20px;
	min-width: 90px;
}
.slider-testimonials p {
	padding: 0 0 15px;
	font-size: 14px;
}
footer {
	padding: 20px 0 85px;
	font-size: 12px;
}
.navbar-nav li ul a {
	padding: 8px 10px 8px;
	font-size: 12px;
}
.navbar-nav li ul {
	margin: 2px 0 0;
	min-width: 160px;
}
body .box-get-quote {
	padding: 18px 0 18px;
}
.back-to-top.show {
	display: none !important;
}
.sidebar-main-area {
	padding: 0 0 20px;
	margin: 0 0 0;
}
.sidebar-right {
	padding: 10px 0 20px;
	margin: 0 0 0;
}
.box-grid .list-styled {
	margin: 5px 0 20px;
}
body .box-heading {
	padding: 25px 0 25px;
}
.sidebar-right .btn-block {
	font-size: 13px;
	padding: 9px 12px 9px;
}
.sidebar-right .btn-block:after {
	font-size: 25px;
}
.sidebar-right .thumb-item .img-wr {
	height: 135px;
}
.sidebar-right .thumb-item {
	margin: 0 0 15px;
}
.box-grid .bordered-btm {
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.accordion-item-content {
	padding: 15px 15px 10px;
	font-size: 14px;
}
.accordion-item-nav a {
	padding: 14px 15px 14px 52px;
	font-size: 14px;
}
.accordion-wr {
	padding: 0 0 0;
}
.form-row {
	margin: 0 0 15px;
}
.form-wr {
	padding: 15px 0 15px;
}
form input, form textarea, form select {
	margin: 0 0 0;
	padding: 12px 15px 12px;
	font-size: 13px;
}
.box-contacts .sidebar-right p {
	font-size: 13px;
}
.box-contacts h6 {
	padding: 10px 0 4px;
	font-size: 13px;
}
.box-contacts .sidebar-right {
	margin: 0 0 0 25px;
}
.box-contacts h6 i {
	margin: 2px 5px 0 -25px;
	width: 20px;
	font-size: 18px;
}
.box-contacts h6 .fa-envelope {
	font-size: 15px;
	margin-top: 2px;
}
.form-row:last-child {
	margin: 0 0 0;
}
.sidebar-main-area .form-row .btn-main {
	margin: 0 auto 0;
}
#succsess_page h1 {
	padding: 5px 0 15px;
}
.columns-item .btn-main {
	margin: 10px auto 0;
}
.columns-item {
	padding: 10px 20px 10px;
	line-height: 1.5;
	font-size: 13px;
}






}

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

@media screen and (max-width: 767px) {
.navbar-toggle .icon-bar {
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.navbar-toggle.active .icon-bar {
	margin: 0;
	background: #ffffff;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 8px;
	-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: -8px;
	-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: 5px 21px 0;
	border: none;
	min-height: 25px;
	position: relative;
	z-index: 5;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
.navbar-toggle .icon-bar {
	width: 28px;
	height: 4px;
	background: #09107e;
}
footer {
	padding: 20px 0 78px;
	font-size: 11px;
	text-align: center;
}
footer .alignleft, footer .alignright {
	float: none;
	margin: 0 auto;
}
footer p {
	padding: 0 0 5px;
}
.header-top, .header-fixed .header-top {
	padding: 6px 0 5px;
	font-size: 10px;
	display: none;
}
.header-bottom, .header-fixed .header-bottom {
	padding: 16px 0 15px;
	position: relative;
	z-index: 4;
	background-color: #ffffff;
}
.logo, .header-fixed .logo {
	max-width: 200px;
}
header + *, .header-fixed + * {
	padding-top: 156px;
}
.header-fixed + * {
	padding-top: 85px;
}
.header-bottom-phone {
	padding: 18px 0 16px;
	position: relative;
	top: 0;
	clear: both;
	overflow: hidden;
}
.header-fixed .header-bottom-phone {
	opacity: 0;
	height: 0;
	padding: 0;
}
body {
	font-size: 13px;
	line-height: 1.5;
}
h1 {
	padding: 0 0 10px;
	font-size: 25px;
}
h2 {
	padding: 0 0 10px;
	font-size: 20px;
}
h3 {
	padding: 0 0 10px;
	font-size: 18px;
}
h4 {
	padding: 0 0 10px;
	font-size: 17px;
}
h5 {
	padding: 0 0 10px;
	font-size: 14px;
}
h6 {
	padding: 0 0 10px;
}
p {
	padding: 0 0 10px;
}
.box-top-slider h1 {
	font-size: 24px;
}
.box-top-slider p {
	font-size: 13px;
}
.box-top-slider .slide-item {
	min-height: 270px;
}
.box-get-quote h3 {
	padding: 0 0 0;
	font-size: 14px;
	float: none;
}
body .box-get-quote {
	padding: 25px 0 25px;
}
.box-get-quote .btn-white {
	margin: 15px 10px 0;
	float: none;
}
.thumb-item {
	margin: 0 0 14px;
}
.box-wr {
	padding: 25px 0 25px;
}
.box-services {
	padding: 16px 0 2px;
}
.box-why-we h2 {
	font-size: 18px;
}
body .box-why-we {
	padding: 20px 0 30px;
	min-height: 370px;
}
.box-recent-projects h2 {
	font-size: 20px;
}
body .btn-sm {
	padding: 5px 10px 5px;
	margin: 0 auto 0;
	font-size: 10px;
	line-height: 20px;
	min-width: 70px;
}
.slider-recent-projects .pos-bottom {
	bottom: 5px;
}
.slider-recent-projects .slick-prev {
	left: 10px;
}
.slider-recent-projects .slick-next {
	right: 10px;
}
body .btn-white {
	padding: 9px 12px 9px;
	font-size: 12px;
	line-height: 20px;
}
.slider-testimonials p {
	padding: 0 0 10px;
	font-size: 13px;
}
.slider-testimonials {
	padding: 80px 0 90px;
	min-height: 310px;
}
.thumb-item .img-wr {
	height: 300px;
}
.navbar, .header-fixed .navbar {
	position: static;
	text-align: center;
}
.navbar .logo {
	max-width: 201px;
	float: none;
	margin: 70px auto 40px;
}
.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-color: #09107e;
}
.navbar-nav > li > a:after {
	content: none;
	display: none;
}
.navbar-nav li ul {
	margin: 0 0 0;
	position: static;
}
.navbar-nav > li {
	margin: 0 0 0;
	padding: 0 0 0;
}
.navbar-nav > li > a {
	padding: 18px 0 17px;
	color: #ffffff;
	text-transform: none;
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	border-bottom: 1px solid #975bb4;
}
.navbar-nav {
	margin: 0 0 0;
	padding: 7px 38px 170px;
}
.nav > li > a:focus, .nav > li > a:hover {
	color: #ffffff;
}
.navbar-nav li ul li:not(:last-child) {
	border-bottom: 1px solid #ceb3dc;
}
.navbar-nav li ul a {
	padding: 7px 10px 7px;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
}
.navbar-nav li ul {
	margin: 0 0 0;
	position: static;
	background: rgba(255, 255, 255, 0.2);
	border: none;
}
.sidebar-main-area {
	padding: 0 0 5px;
	margin: 0 0 0;
}
.sidebar-right .thumb-item .img-wr {
	height: 230px;
}
.accordion-item-nav a:before {
	left: 12px;
	font-size: 26px;
	height: 35px;
	line-height: 34px;
}
.accordion-item-nav a {
	padding: 9px 10px 9px 35px;
	font-size: 13px;
}
.accordion-item-content {
	padding: 15px 15px 10px;
	font-size: 13px;
}
.columns-row [class*="col-"] {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
	float: none;
	width: auto;
}
.columns-item {
	padding: 15px 20px 25px;
	line-height: 1.5;
	font-size: 13px;
	max-width: 100%;
	height: auto !important;
}
.columns-slider {
	margin: 0 0;
}
.columns-row:nth-child(even) [class*="col-"] {
	float: none;
}






}

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

@media screen and (max-width: 550px) {
.thumb-item .img-wr {
	height: 200px;
}
.sidebar-right .thumb-item .img-wr {
	height: 162px;
}





}

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