@import url(font-awesome.css);
@import "animate.css";
@import url(https://fonts.googleapis.com/css?family=Lato:300);
@import url(https://fonts.googleapis.com/css?family=Lato:400);
@import url(https://fonts.googleapis.com/css?family=Lato:400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:700);
@import url(https://fonts.googleapis.com/css?family=Lato:700italic);
@import url(https://fonts.googleapis.com/css?family=Lato:900);
@import url(https://fonts.googleapis.com/css?family=Lato:900italic);
@import url(https://fonts.googleapis.com/css?family=Asap:400);
@import url(https://fonts.googleapis.com/css?family=Asap:400italic);
@import url(https://fonts.googleapis.com/css?family=Asap:700italic);

/*========================================================
                    Variables
=========================================================*/


/*========================================================
                    Main layout styles
=========================================================*/

body {
	/* background: url(../images/bg.jpg); */
	font: 14px/21px 'Lato', sans-serif;
	color: #616262;
}

.page {
	overflow: hidden;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

:focus {
	outline: medium none !important;
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

a:hover {
	color: #ff7f26;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

img {
	width: 100%;
	height: auto;
}

h2 {
	font: 34px/40px 'Asap', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #ffffff;
}

h3 {
	font: 28px/28px 'Asap', sans-serif;
	font-style: italic;
	color: #321b09;
	text-align: center;
}

h4 {
	font: 21px/21px 'Lato', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #321b09;
}

h5 {
	font: 17px/17px 'Lato', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #321b09;
}


/*========================================================
                    HEADER styles
=========================================================*/

#header {
	padding: 27px 0 0;
}

h1 {
	display: inline-block;
	float: left;
}

.support-icons {
	display: inline-block;
	float: right;
}

.support-icons_item {
	padding-top: 6px;
	margin-right: 5px;
	float: left;
}

.support-icons_item:last-child {
	margin-right: 0;
}

.support-icons_item p {
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	overflow: hidden;
	padding: 9px 0 0 5px;
}

.email{
	margin-top: 10px;
}
.email p {
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	overflow: hidden;
	padding: 9px 0 0 0;
}

.support-icons_icon {
	display: inline-block;
	float: left;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	background: #c3c3c3;
}

.support-icons_icon i {
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
	padding: 8px 0 0 7px;
}

.support-icons_icon i.fa-phone {
	padding: 8px 0 0 10px;
}

.support-icons_icon i.fa-envelope {
	font-size: 19px;
	padding: 8px 0 0 8px;
}

.search-field {
	width: 214px;
	margin-top: 10px;
	float: right;
}

.search-field label {
	position: relative;
	display: block;
	width: 100%;
	height: 33px !important;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #c34d36;
}

.search-field input {
	color: #ffffff;
	padding: 8px 0 7px 7px;
	width: 100%;
	border: none;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
}

.search-field a {
	position: absolute;
	top: 8px;
	right: 15px;
}

.search-field a i {
	color: #ffffff;
	font-size: 17px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.search-field a:hover i {
	cursor: pointer;
	color: #321b09;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}


/* Main menu styles
========================================================*/

#stuck_container {
	background: #ff7f26;
	margin-top: 20px;
}

.sf-menu {
	float: left;
}

.sf-menu>li {
	float: left;
	position: relative;
}

.sf-menu>li>a {
	font: 17px/17px 'Asap', sans-serif;
	display: inline-block;
	margin: 19px 20px 17px;
	color: #ffffff;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.sf-menu>li>a:hover {
	color: #321b09;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.sf-menu>li>a .fa-home {
	font-size: 24px;
	line-height: 15px;
}

.sf-menu>li>a .fa-home span {
	text-indent: -3000px;
	display: inline-block;
	height: 0;
}

.sf-menu>li:first-child a {
	margin-left: 0;
}

.sf-menu>li.current a {
	color: #321b09;
}

.sf-menu>li.sfHover>a {
	color: #321b09;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.sf-menu a {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.sf-menu a:hover {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}


/* First level sub-menu styles
========================================================*/

.sf-menu ul {
	position: absolute;
	top: 51px;
	left: 0;
	background: #ff7f26;
	padding: 17px 0 20px;
	width: 175px;
	z-index: 2;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sf-menu ul li {
	position: relative;
	text-align: center;
}

.sf-menu ul li a {
	font: 12px/12px 'Arial';
	color: #ffffff;
	display: inline-block;
	margin: 11px 0;
}

.sf-menu ul li a:hover {
	color: #321b09;
}

.sf-menu ul li.sfHover>a {
	color: #321b09;
}


/* Second level sub-menu styles
========================================================*/

.sf-menu ul ul {
	position: absolute;
	top: -17px;
	left: 177px;
	background: #ffffff;
	z-index: 4;
}

.sf-menu ul ul li a {
	color: #321b09;
}

.sf-menu ul ul li a:hover {
	color: #ff7f26;
}

@media only screen and (max-width: 767px) {
	.sf-menu {
		display: none;
	}
	.select-menu {
		display: block;
		width: 100%;
		margin-top: 10px;
		color: #321b09;
	}
	.select-menu .current {
		color: #ff7f26;
	}
}


/* Stuck menu styles
========================================================*/

.isStuck {
	background: #c33333;
	z-index: 999;
	visibility: hidden;
	padding: 7px 0;
}

.isStuck .sf-menu>li>a {
	margin-top: 8px;
	margin-bottom: 3px;
}

.isStuck .search {
	display: none;
}

.isStuck .search-field {
	margin-top: 0;
}

@media only screen and (max-width: 1024px) {
	.isStuck {
		display: none !important;
	}
}


/*========================================================
                    CONTENT styles
=========================================================*/

#content {
	overflow: hidden;
}

.sep-line {
	border-bottom: 1px solid #c3c3c3;
}

a.link {
	text-transform: uppercase;
	color: #321b09;
	font-size: 11px;
	font-weight: 700;
	display: inline-block;
}

a.link:hover {
	color: #ff7f26;
}


/* Slider
===========================================*/

.slider {
	position: relative;
}

.slider-shadows {
	position: absolute;
	z-index: 0;
	top: 35px;
	right: 0;
	bottom: 0;
	left: 0;
}

.slider-shadows_side-top,
.slider-shadows_side-bottom {
	height: 50%;
	position: relative;
}

.slider-shadows_side-top:before,
.slider-shadows_side-bottom:before,
.slider-shadows_side-top:after,
.slider-shadows_side-bottom:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 100%;
}

.slider-shadows_side-top:before {
	top: -8px;
	left: 4px;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-box-shadow: -3px 14px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -3px 14px 15px 0px rgba(0, 0, 0, 0.75);
}

.slider-shadows_side-top:after {
	top: -8px;
	right: 4px;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	-webkit-box-shadow: 3px 14px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 3px 14px 15px 0px rgba(0, 0, 0, 0.75);
}

.slider-shadows_side-bottom:before {
	bottom: 19px;
	left: 4px;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	-webkit-box-shadow: -3px 14px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -3px 14px 15px 0px rgba(0, 0, 0, 0.75);
}

.slider-shadows_side-bottom:after {
	bottom: 19px;
	right: 4px;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-box-shadow: 3px 14px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 3px 14px 15px 0px rgba(0, 0, 0, 0.75);
}

.slider-shadows_bottom {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 89.05982905982906%;
	height: 13px;
	margin-left: -44.52991452991453%;
	border-radius: 50%;
	background: #000;
	-webkit-box-shadow: 0px 29px 18px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 29px 18px 0px rgba(0, 0, 0, 0.3);
}


/* Images Links
===========================================*/

.img-links {
	display: block;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-stretch: 100%;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-size-adjust: 100%;
	/* width: 1841px; */
	word-spacing: 0px;
}

.img-links h3 {
	margin-bottom: 40px;
}

.img-links ul {
	display: block;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-stretch: 100%;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 400;
	height: 0px;
	line-height: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	text-size-adjust: 100%;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* width: 1841px; */
	word-spacing: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-before: 0px;
	-webkit-margin-end: 0px;
	-webkit-margin-start: 0px;
	-webkit-padding-start: 0px;
}

.img-links li {
	color: rgb(112, 112, 112);
	display: block;
	float: left;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-stretch: 100%;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 400;
	height: 300px;
	line-height: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	text-align: center;
	text-size-adjust: 100%;
	vertical-align: top;
	width: 460.25px;
	word-spacing: 0px;
}

.img-links li div {
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	color: rgb(0, 149, 143);
	cursor: pointer;
	display: block;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-stretch: 100%;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 400;
	height: 300px;
	left: 230.125px;
	line-height: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	text-align: center;
	text-size-adjust: 100%;
	top: 150px;
	transform: matrix(1, 0, 0, 1, -230, -150);
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	vertical-align: top;
	width: 460.25px;
	word-spacing: 0px;
}

.img-links li p {
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: block;
	font-family: Oswald, Helvetica, Arial;
	font-size: 22px;
	font-stretch: 100%;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 500;
	/* height: 24px;
	line-height: 24px; */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	position: absolute;
	right: 0px;
	text-align: right;
	text-decoration-color: rgb(255, 255, 255);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-shadow: rgb(0, 11, 11) 0px 1px 10px;
	text-size-adjust: 100%;
	text-transform: uppercase;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	width: 312.859px;
	word-spacing: 0px;
	-webkit-margin-after: 15px;
	-webkit-margin-before: 0px;
	-webkit-margin-end: 0px;
	-webkit-margin-start: 0px;
}

.img-links li a:hover p {
	background: #321b09;
	color: #ffffff !important;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}


/* Big With Icons
===========================================*/

.big-icons {
  padding-top: 70px;
  clear: both
}


.big-icons h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 34px;
	margin-left: -100px;
	margin-bottom: 37px;
}

.big-icons h3 span {
	color: #ff7f26;
	font-weight: 900;
}

.big-icons ul {
	margin-bottom: 30px;
}

.big-icons li {
	margin-bottom: 33px;
}

.big-icons_icon {
	width: 101px;
	height: 101px;
	border-radius: 101px;
	float: left;
	position: relative;
	background: #c1c1c1;
	margin-right: 22px;
}

.big-icons_icon:before {
	position: absolute;
	top: 27px;
	left: 23px;
	content: attr(data-icon);
	font-family: 'FontAwesome';
	font-size: 49px;
	line-height: 49px;
	color: #ffffff;
}

.big-icons_text {
	overflow: hidden;
	padding-top: 7px;
}

.big-icons_text h5 {
	margin-bottom: 15px;
}


/* Big Info
===========================================*/

.big-info {
	text-align: center;
}

.big-info_block {
	display: inline-block;
	margin-left: -100px;
}

.big-info p {
	font-size: 15px;
	line-height: 15px;
	color: #515252;
}

.big-info_title {
	font-size: 18px !important;
	line-height: 18px !important;
	font-weight: 900;
	color: #321b09 !important;
	padding-top: 61px;
	padding-bottom: 2px;
}

.big-info_icon {
	display: inline-block;
	min-width: 330px;
	margin-top: 13px;
}

.big-info_icon div {
	float: left;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	background: #ff7f26;
	position: relative;
	margin-right: 5px;
}

.big-info_icon div:after {
	position: absolute;
	top: 8px;
	left: 9px;
	content: '';
	font-family: 'FontAwesome';
	font-size: 22px;
	color: #ffffff;
}

.big-info_icon p {
	overflow: hidden;
	font: 34px/34px 'Lato', sans-serif;
	color: #321b09;
	font-weight: 900;
}

.big-info_info {
	font: 18px/18px 'Lato', sans-serif !important;
	color: #515252 !important;
	margin-top: 5px;
	margin-bottom: 53px;
}


/* Date Carousel
===========================================*/

.date-carousel {
	padding-top: 73px;
}

.date-carousel .item {
	margin-bottom: 70px;
}

.date-carousel_date {
	width: 70px;
	margin-right: 30px;
	float: left;
}

.date-carousel_date_icon {
	height: 71px;
	border: 1px solid #cccccc;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.date-carousel_date_icon i {
	content: attr(date-icon);
	font: 34px/34px 'FontAwesome';
	color: #8ecd48;
	position: absolute;
	top: 18px;
	left: 22px;
}

.date-carousel_date_icon i.fa-camera {
	top: 20px;
	left: 16px;
}

.date-carousel_date_icon i.fa-chain {
	top: 19px;
	left: 17px;
}

.date-carousel_date time {
	position: relative;
	text-align: center;
	font: 22px/22px 'Asap', sans-serif;
	color: #bcbcbc;
	display: inline-block;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 12px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.date-carousel_date time:before {
	content: attr(title);
	position: absolute;
	top: 14px;
	left: 10px;
	font-size: 17px;
	line-height: 17px;
}

.date-carousel_date_comments {
	width: 70px;
	height: 43px;
	background: #8ecd48;
	font: 17px/17px 'Asap', sans-serif;
	color: #ffffff;
	padding: 13px 0 0 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.date-carousel_date_comments a:before {
	content: '';
	font: 16px/17px 'FontAwesome';
	margin-right: 5px;
}

.date-carousel_info {
	overflow: hidden;
}

.date-carousel_info h4 {
	margin-top: 29px;
}

.date-carousel_info_links {
	margin-top: 10px;
}

.date-carousel_info_author,
.date-carousel_info_link {
	display: inline-block;
	font: 14px/14px 'Asap', sans-serif;
	color: #8ecd48;
	padding-left: 17px;
	position: relative;
}

.date-carousel_info_author:before,
.date-carousel_info_link:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #333232;
	position: absolute;
	left: 0;
	top: 0;
}

.date-carousel_info_author:before {
	content: '';
}

.date-carousel_info_link:before {
	content: '';
}

.date-carousel_info_link {
	margin-left: 25px;
	padding-left: 20px;
}

.date-carousel_info p {
	margin-top: 18px;
}

.date-carousel_info .link {
	margin-top: 20px;
}


/* Quote
===========================================*/

.quote {
	margin: 113px 0 119px;
	position: relative;
}

.quote_block {
	background: rgba(224, 226, 225, 0.8);
	border-radius: 10px;
	padding: 31px 32px 24px 0;
	position: relative;
}

.quote_block:before,
.quote_block:after {
	font: 186px/186px 'Asap', sans-serif;
	color: #c3c3c3;
	position: absolute;
}

.quote_block:before {
	content: '“';
	left: 0;
	top: -81px;
}

.quote_block:after {
	content: '”';
	right: 0;
	bottom: -184px;
}

.quote_img {
	overflow: hidden;
	width: 99px;
	height: 99px;
	border-radius: 99px;
	float: left;
	margin: -1px 29px 0 46px;
}

.quote_text {
	overflow: hidden;
}

.quote_text p {
	margin-bottom: 18px;
}

.quote_text a {
	font: 16px/16px 'Lato', sans-serif;
	color: #321b09;
	font-weight: 700;
}

.quote_text a:hover {
	color: #ff7f26;
}


/* Full Width Map
===========================================*/

.full-width-map {
	width: 100%;
	height: 400px;
}

.full-width-map iframe {
	width: 100%;
	height: 100%;
}


/* Blocks
===========================================*/

.blocks {
	padding-top: 45px;
}

.block {
	border: 1px solid #cccccc;
	padding: 25px 19px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.block h3 {
	margin-bottom: 30px;
}

.block h5 {
	margin-top: 30px;
}

.block p {
	margin-top: 3px;
}

.block ul {
	margin-top: 14px;
}


/* Info
===========================================*/

.info h3 {
	margin-top: 60px;
	margin-bottom: 36px;
}

.info img {
	margin-top: 4px;
}

.info h5 {
	line-height: 21px;
	margin-bottom: 13px;
}

.info .link {
	margin-top: 19px;
}

.info .grid_6 {
	margin-bottom: 55px;
}

.info__indent h3 {
	margin-top: 41px;
}

.info__indent .row {
	margin-bottom: 57px;
}

.info__indent-1 .row {
	margin-bottom: 80px;
}

.info_block {
	margin-bottom: 45px;
}


/* Info Ident
===========================================*/

.info-ident_numb {
	position: relative;
	top: -5px;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	background: #c1c1c1;
}

.info-ident_numb:before {
	content: attr(data-numb);
	font: 41px/41px 'Asap', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #ffffff;
	position: absolute;
	top: 14px;
	left: 22px;
}

.info-ident_block {
	margin-bottom: 40px;
}


/* List
===========================================*/

.list li {
	padding-left: 26px;
}

.list li a {
	position: relative;
	line-height: 32px;
}

.list li a:before {
	content: '';
	font: 13px/13px 'FontAwesome';
	color: #ff7f26;
	position: absolute;
	left: -26px;
	top: 3px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.list li a:hover:before {
	left: -16px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.lists {
	margin-bottom: 67px;
}

.lists h3 {
	margin-top: 58px;
}

.lists .list {
	margin-top: 30px;
}


/* Projects
===========================================*/

.projects {
	padding-bottom: 40px;
}

.projects h3 {
	margin: 50px 0 30px;
}

.projects li {
	margin-bottom: 40px;
}

.projects_block {
	border: 1px solid #cccccc;
	padding: 0 9px 23px 19px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.projects_block img {
	position: relative;
	top: -1px;
	right: -10px;
	left: -20px;
	width: auto;
}

.projects_block h5 {
	margin-top: 32px;
}

.projects_block p {
	margin-top: 3px;
}


/* Contact
===========================================*/

.contact h3 {
	margin: 41px 0 39px;
}

.contact h5 {
	margin-bottom: 15px;
}

.contact_block {
	margin-bottom: 20px;
}

.contact_block p span {
	min-width: 100px;
	display: inline-block;
}

.contact_block a {
	text-decoration: underline;
}


/* Feedback
===========================================*/

.feedback h3 {
	margin: 41px 0 39px;
}

.feedback .link {
	margin-right: 20px;
}


/* Blog
===========================================*/

.blog {
	margin-bottom: 160px;
}

.blog h3 {
	margin: 41px 0 36px;
}

.post {
	padding-bottom: 30px;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 35px;
}

.post img {
	margin-top: 6px;
}

.post p {
	margin-bottom: 14px;
}

.post_date {
	width: 70px;
	margin-right: 30px;
	margin-top: 3px;
	float: left;
}

.post_date_icon {
	height: 71px;
	border: 1px solid #cccccc;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post_date_icon i {
	content: attr(date-icon);
	font: 34px/34px 'FontAwesome';
	color: #8ecd48;
	position: absolute;
	top: 18px;
	left: 22px;
}

.post_date_icon i.fa-camera {
	top: 20px;
	left: 16px;
}

.post_date_icon i.fa-chain {
	top: 19px;
	left: 17px;
}

.post_date time {
	position: relative;
	text-align: center;
	font: 22px/22px 'Asap', sans-serif;
	color: #bcbcbc;
	display: inline-block;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 12px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post_date time:before {
	content: attr(title);
	position: absolute;
	top: 14px;
	left: 10px;
	font-size: 17px;
	line-height: 17px;
}

.post_date_comments {
	width: 70px;
	height: 43px;
	background: #8ecd48;
	font: 17px/17px 'Asap', sans-serif;
	color: #ffffff;
	padding: 13px 0 0 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post_date_comments a:before {
	content: '';
	font: 16px/17px 'FontAwesome';
	margin-right: 5px;
}

.post_link {
	margin: 13px 0 22px;
	display: inline-block;
	font: 14px/14px 'Asap', sans-serif;
	color: #8ecd48;
	padding-left: 17px;
	position: relative;
}

.post_link:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #333232;
	position: absolute;
	left: 0;
	top: 0;
}


/* A-Side
===========================================*/

.a-side h3 {
	margin: 41px 0 25px;
}

.a-side_info {
	margin-top: 51px;
	border-top: 1px solid #c3c3c3;
}

.a-side_info h3 {
	margin: 57px 0 42px;
}

.a-side_info_block {
	margin-bottom: 48px;
}

.a-side_info img {
	width: auto;
	float: left;
	margin-right: 29px;
	margin-top: 4px;
}

.a-side_info_text {
	overflow: hidden;
}

.a-side_info_text h5 {
	margin-bottom: 15px;
}


/* More Text
===========================================*/

.more-text {
	padding-bottom: 70px;
}

.more-text h3 {
	margin: 41px 0 38px;
}

.more-text h5 {
	margin-bottom: 15px;
}

.more-text p {
	margin-bottom: 40px;
}

.more-text a {
	text-decoration: underline;
}


/*========================================================
                    FOOTER styles
=========================================================*/

#footer {
	padding: 88px 0 50px;
	border-top: 1px solid #c3c3c3;
}

.more-info {
	padding-bottom: 52px;
	border-bottom: 3px solid #bebebe;
}

.more-info h3 {
	text-align: left;
	font: 18px/18px 'Lato', sans-serif;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.more-info_nav h3 {
	margin-bottom: 20px;
}

.more-info_nav .current a {
	color: #ff7f26;
}

.more-info_nav .current a:hover {
	color: #321b09;
}

.more-info .grid_1 {
	position: relative;
}

.more-info_sep {
	padding-left: 15px;
	border-left: 1px solid #8a8b8b;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
}

.more-info li a {
	font-size: 11px;
	line-height: 24px;
	color: #8a8b8b;
}

.more-info li a:hover {
	color: #ff7f26;
}

.more-info_second-list {
	margin-top: 43px;
}

.more-info img {
	width: auto;
	height: auto;
	margin-bottom: 32px;
}

.more-info p {
	font: 11px/13px 'Lato', sans-serif;
	color: #8a8b8b;
	margin-right: 30px;
}

.more-info_big-text {
	font: 27px/27px 'Lato', sans-serif !important;
	margin-top: 28px;
}

.more-info_privacy {
	font: 12px/18px 'Lato', sans-serif;
	color: #ff7f26;
	margin-top: 27px;
}

.more-info_privacy a:hover {
	color: #321b09;
}

.sup-info {
	padding-top: 30px;
}

.sup-info_menu {
	display: inline-block;
	float: left;
}

.sup-info_menu li {
	float: left;
}

.sup-info_menu li a {
	text-transform: uppercase;
	margin: 0 12px;
}

.sup-info_menu li:first-child a {
	margin-left: 0;
}

.sup-info_social {
	display: inline-block;
	float: right;
	padding-right: 139px;
}

.sup-info_social li {
	float: left;
	margin-left: 4px;
}

.sup-info_social li:first-child {
	margin-left: 0;
}

.sup-info_social li:hover i {
	background: #321b09 !important;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sup-info_social li i {
	width: 23px;
	height: 23px;
	border-radius: 24px;
	position: relative;
}

.sup-info_social li i:before {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 4px;
	left: 6px;
}

.sup-info_social li i.fa-facebook {
	background: #3a5a9f;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sup-info_social li i.fa-facebook:before {
	left: 9px;
}

.sup-info_social li i.fa-twitter {
	background: #45b0e3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sup-info_social li i.fa-google-plus {
	background: #d61119;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sup-info_social li i.fa-linkedin {
	background: #1783bc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sup-info_social li i.fa-envelope {
	background: #b5b5b5;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sup-info_social li i.fa-envelope:before {
	left: 6px;
	top: 6px;
	font-size: 11px;
}


/*========================================================
                    Widget styles
=========================================================*/


/* UItoTop styles
========================================================*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	left: 51%;
	margin-left: 640px;
	overflow: hidden;
	border: none;
	color: #ff7f26;
	width: 40px;
	height: 43px;
	font-size: 28px;
	line-height: 38px;
	z-index: 20;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

#toTop:hover {
	outline: none;
	color: #8a8b8b;
}


/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/

@media only screen and (max-width: 1199px) {
	.projects_block img {
		width: 220px;
	}
	.date-carousel_info_author,
	.date-carousel_info_link {
		float: none;
		margin-bottom: 4px;
		margin-left: 5px;
	}
}

@media only screen and (max-width: 979px) {
	h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.support-icons {
		float: left;
		margin-top: 15px;
	}
	.search-field {
		float: left;
		margin: 5px 0 10px;
	}
	.img-links li p {
		bottom: auto;
		top: 100%;
	}
	.sup-info_social {
		float: left;
		margin-top: 15px;
	}
	.post_info {
		padding-left: 30px;
	}
	.post img {
		margin-bottom: 10px;
	}
	.a-side_info img {
		float: none;
		margin-bottom: 10px;
	}
	.info-ident_numb {
		width: 40px;
		height: 40px;
	}
	.info-ident_numb:before {
		font-size: 20px;
		line-height: 20px;
		top: 10px;
		left: 14px;
	}
	.projects_block img {
		width: 172px;
	}
	.date-carousel_info_author,
	.date-carousel_info_link {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.img-links li p {
		top: auto;
		bottom: 0;
	}
	.big-icons h3 {
		margin-left: 0;
	}
	h1 {
		float: none;
	}
	.support-icons {
		float: none;
		display: block;
	}
	.support-icons_item {
		float: none;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 16px;
		line-height: 16px;
	}
	.slider-shadows {
		display: none;
	}
	.big-info_block {
		margin-left: 0;
	}
	.date-carousel_date {
		float: none;
		margin-bottom: 15px;
		width: 100%;
	}
	.date-carousel_date_icon,
	.date-carousel_date time,
	.date-carousel_date_comments {
		display: inline-block;
		width: 33.33333333333333333%;
		margin-right: -3px;
	}
	.date-carousel_date time {
		border-left: none;
		border-right: none;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	.date-carousel_date_comments {
		height: 71px;
	}
	.post_date {
		float: none;
		margin-bottom: 15px;
		width: 100%;
	}
	.post_date_icon,
	.post_date time,
	.post_date_comments {
		display: inline-block;
		width: 33.33333333333333333%;
		margin-right: -3px;
	}
	.post_date time {
		border-left: none;
		border-right: none;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		text-align: left;
		padding-left: 10px;
	}
	.post_date_comments {
		height: 71px;
		padding-top: 28px;
	}
	.post_info {
		padding-left: 0px;
	}
	.blog {
		margin-bottom: 0px;
	}
	.more-info h3 {
		margin-top: 25px !important;
		margin-bottom: 5px;
	}
	.more-info img {
		margin-top: 20px;
	}
	.sup-info_menu li {
		float: none;
	}
	.sup-info_menu li a {
		margin-left: 0;
	}
	.sup-info_menu,
	.sup-info_social {
		display: block;
		float: none;
	}
	.quote_block {
		padding-top: 10px;
	}
	.quote_img {
		float: none;
		margin: 10px auto;
	}
	.quote_text {
		padding-left: 15px;
	}
	.block {
		margin-bottom: 10px;
	}
	.info h5 {
		margin-top: 10px;
	}
	.projects_block img {
		width: 420px;
	}
	.full-width-map {
		height: 200px;
	}
	.big-info_icon {
		min-width: 0;
	}
	.big-info_icon p {
		font-size: 20px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 479px) {
	h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.big-icons_icon {
		float: none;
		margin: 0 auto;
	}
	.big-icons_text {
		text-align: center;
	}
	.big-info_icon p {
		font-size: 20px;
		line-height: 20px;
		padding-top: 7px;
	}
	.projects_block img {
		width: 270px;
	}
}


/*Core variables and mixins*/
.place{
	margin-left:15px
}

.col {
	float: left;
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }

  .place-col{
	width:430px
  }

  .logo-header{
	  margin-top: 0
  }

  .img-links{
	padding-top:60px
  }