.drop50 {
	display: block;
	width: 50% !important;
	float: left;
}
.drop-wrapp .drop-menu-holder .drop-menu {
	width: 100% !important;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?mj74kp");
	src: url("../fonts/icomoon.eot?mj74kp#iefix") format("embedded-opentype"),
		url("../fonts/icomoon.ttf?mj74kp") format("truetype"), url("../fonts/icomoon.woff?mj74kp") format("woff"),
		url("../fonts/icomoon.svg?mj74kp#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Marketo form overides */
.mktoField,
.mktoForm,
.mktoFormCol,
.mktoFieldWrap,
.mktoButtonRow,
.mktoButtonWrap {
	width: 100% !important;
	box-shadow: none !important;
	border-radius: 2px !important;
	border-width: 2px !important;
	border-color: #d4d4d4 !important;
	font-size: 16px !important;
	color: #58595b !important;
}
.mktoField {
	padding: 18px 25px !important;
}
#commentCapture {
	height: 150px !important;
}
.mktoButton {
	border-radius: 0px !important;
	border: none !important;
	box-shadow: none !important;
	background-color: #ff7500 !important;
	background-image: none !important;
	padding: 18px !important;
	width: 100% !important;
	float: right !important;
}
.mktoField:focus {
	border-color: #ff7500 !important;
	outline: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 117, 0, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 117, 0, 0.6) !important;
}
.mktoErrorMsg {
	border-radius: 0px !important;
	background-image: none !important;
	background-color: #ff7500 !important;
	text-shadow: none !important;
	border: none !important;
}
.mktoErrorArrow {
	background-color: #ff7500 !important;
	border: none !important;
}

/* End Marketo form overides */

.icon-left:before {
	content: "\e909";
}

.icon-facebook:before {
	content: "\e902";
}

.icon-instagram:before {
	content: "\e903";
}

.icon-twitter:before {
	content: "\e907";
}

.icon-down:before {
	content: "\e901";
}

.icon-link:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e900";
}

.icon-zoom:before {
	content: "\e908";
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 2px solid #d4d4d4;
	background: #fff;
	border-radius: 2px;
	margin: 0 0 15px;
	min-width: 150px;
	height: 44px;
	width: 100%;
	-webkit-transition: border-color .15s;
	transition: border-color .15s;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 26px;
	margin: 6px 45px 8px 12px;
	color: #58595b;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	background: none;
	width: 40px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:after {
	content: "\e901";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normalz;
	text-transform: none;
	color: #4d4d4d;
	font-size: 20px;
	display: inline-block;
	margin-left: 0;
	line-height: 42px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 2px solid #d4d4d4;
	border-radius: 2px;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 2px solid #d4d4d4;
	min-width: 200px;
	margin: 0 15px;
	border-radius: 2px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: pointer;
	display: block;
	padding: 8px 12px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #d4d4d4;
	color: #1a1a1a;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #58595b;
	width: 100%;
	border-radius: 2px;
	vertical-align: top;
	margin: 0 0 15px;
	border: 2px solid #d4d4d4;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 26px;
	height: 40px;
	width: 100%;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 40px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 51px;
}

.jcf-file .jcf-upload-button:before {
	content: "\e904";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 40px;
	color: #58595b;
	font-size: 20px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

#main-nav,
.drop-menu,
.list,
.contact-section .link-list,
.carousel .slick-dots,
.phones,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.form .form-box:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#header {
	border-top: 5px solid #333;
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
	position: relative;
	z-index: 300;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
}

#header .container {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header .fake-drop {
	max-width: 1082px;
	margin: 0 auto;
}

.logo {
	width: 118px;
	float: left;
}

.logo img {
	display: block;
	width: 100%;
}

.nav-active {
	overflow: hidden;
}

.nav-opener {
	float: right;
	width: 25px;
	height: 30px;
	position: relative;
	z-index: 2;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-opener:focus {
	outline: none;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #ff7500;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-holder {
	padding: 10px;
	position: fixed;
	top: 0;
	right: -100%;
	background-color: #f0f0f0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	min-width: 320px;
	z-index: 1;
	-webkit-transition: right .3s;
	transition: right .3s;
}

.nav-active .nav-holder {
	right: 0;
}

.nav-holder.drop-active {
	z-index: 3;
}

#main-nav {
	width: 90%;
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 50px 0 20px;
	margin: 0 auto;
}

#main-nav > li {
	padding-bottom: 15px;
}

#main-nav > li.active.hover > a {
	color: #1a1a1a;
}

#main-nav > li.active.hover > a:hover {
	color: #1a1a1a;
}

#main-nav > li.active > a {
	color: #1a1a1a;
}

#main-nav > li.hover .drop {
	right: 0;
}

#main-nav > li.hover.has-drop-down.sign-up:before {
	display: none;
}

#main-nav > li.hover > a {
	color: #1a1a1a;
}

#main-nav > li.hover .btn {
	color: #fff !important;
}

#main-nav > li > a {
	display: inline-block;
	color: #808080;
	text-decoration: none;
	padding: 0 10px;
	-webkit-transition: color .3s;
	transition: color .3s;
}

#main-nav > li > a:hover {
	color: #1a1a1a;
}

#main-nav .btn {
	max-width: 150px;
	margin: 0 auto;
	font-size: 14px;
	padding: 9px 10px 10px;
	color: #fff;
	display: block;
	-webkit-transition: background-color .3s, border-color .3s;
	transition: background-color .3s, border-color .3s;
	letter-spacing: .5px;
}

#main-nav .btn:hover {
	color: #fff;
}

.drop {
	padding: 70px 15px 15px;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	-webkit-transition: right .3s;
	transition: right .3s;
	background-color: #f0f0f0;
	max-height: 100vh;
	overflow-y: auto;
	z-index: 300;
}

.resize-active .drop {
	-webkit-transition: none;
	transition: none;
}

.drop.drop-login .drop-menu {
	font-weight: bold;
}

.drop.drop-login .drop-menu .divider {
	padding: 0;
	background-color: #e0e0e0;
}

.drop.drop-login .drop-menu a {
	color: #333;
}

.drop.drop-login .drop-menu a:hover {
	color: #ff7500;
}

.drop:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	height: 5px;
	width: auto;
}

.drop .close {
	position: absolute;
	opacity: 1;
	z-index: 99;
	top: 10px;
	left: 0;
	background-color: #ff7500;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.drop .close:before,
.drop .close:after {
	width: 0;
	height: 0;
}

.drop .close:hover {
	color: #fff;
	background-color: #333;
}

.drop .close span {
	display: block;
	line-height: 40px;
	color: #fff;
	position: relative;
	left: -2px;
}

.drop h4 {
	text-transform: capitalize;
	color: #333;
}

.drop h4 mark {
	font-weight: 400;
	font-size: 15px;
	color: #ff7500;
	background: none;
	padding: 0;
}

.drop .drop-menu-holder {
	width: 100%;
}

.drop-wrapp {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
}

.drop-wrapp .drop-menu-holder {
	border-bottom: 2px solid #e2e2e2;
}

.drop-wrapp .drop-menu-holder:last-child {
	border-bottom: 0;
	padding-top: 20px;
}

.drop-wrapp .drop-menu-holder:last-child .drop-menu {
	width: 50%;
}

.drop-wrapp .drop-menu-holder:last-child .drop-menu + .drop-menu {
	width: 50%;
}

.drop-wrapp .drop-menu-holder .drop-menu {
	float: left;
	width: 50%;
	padding-right: 15px;
}

.drop-wrapp .drop-menu-holder .drop-menu a {
	white-space: normal;
}

.drop-menu {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	padding-bottom: 10px;
}

.drop-menu li {
	padding-bottom: 9.7px;
	width: 100%;
}

.drop-menu li.active a {
	color: #ff7500;
}

.drop-menu .divider {
	height: 1px;
	width: 100%;
	padding-bottom: 0;
	margin: 5px 0 10px;
	overflow: hidden;
	background-color: #e0e0e0;
}

.drop-menu a {
	white-space: nowrap;
	color: #666;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.drop-menu a:hover {
	color: #ff7500;
}

.list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	text-align: left;
}

.list li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.list a {
	white-space: normal;
	padding: 0;
	text-decoration: none;
	color: #58595b;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.list a:hover {
	color: #ff7500;
	text-decoration: none;
}

.search-holder {
	width: 100%;
	padding: 0 0 10px;
}

.search-holder.search-active .search-link {
	color: #ff7500;
}

.search-holder.search-active .search-link:before {
	visibility: visible;
	opacity: 1;
}

.search-holder .popup-search {
	display: block !important;
}

.search-holder .search-link {
	display: none;
	text-decoration: none;
	color: #808080;
	-webkit-transition: color .2s;
	transition: color .2s;
	position: relative;
}

.search-holder .search-link:hover {
	color: #ff7500;
}

.search-holder .search-link span {
	position: relative;
	top: 2px;
}

.search-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 270px;
	margin: 0 auto;
}

.search-form .form-group {
	width: 100%;
	margin: 0 5px 0 0;
}

.search-form .form-control {
	font-size: 12px;
	line-height: 1.1;
	font-weight: 400;
	color: #333;
}

.search-form [type="submit"] {
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: relative;
	width: 44px;
	height: 44px;
}

.search-form [type="submit"] i {
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body {
	min-width: 320px;
}

p {
	margin: 0 0 1em;
}

a {
	outline: none;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 37px;
}

.container {
	max-width: 1276px;
}

.btn {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .5px;
	padding: 10px 14px 10px;
	-webkit-transition: background-color .2s, border-color .2s;
	transition: background-color .2s, border-color .2s;
}

.btn:hover {
	background-color: #262626;
	border-color: #262626;
	color: #fff;
}

.btn:focus {
	background-color: #000;
	border-color: #000;
}

.btn:focus:active,
.btn:active {
	box-shadow: none;
	background-color: #000;
	border-color: #000;
}

.btn.btn-link {
	font-weight: bold;
	text-decoration: none;
	border: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.btn.btn-link:hover {
	background-color: none;
	color: #000;
}

.btn.btn-link:focus,
.btn.btn-link:focus:active,
.btn.btn-link:active {
	box-shadow: none;
	background: none;
	color: #000;
}

.form-control {
	height: 44px;
	box-shadow: none;
	-webkit-appearance: none;
	padding: 8px 12px;
	outline: none;
	border-width: 2px;
}
/*----//
Homepage Hero
//----*/
.visual-block {
	width: 100%;
}
.visual-block .homepagesplit{
	font-family: inherit;
    font-weight: 700;
}
.visual-block .col.not-hover .homepagesplit {
	line-height: 30px;
	text-align: center;
	letter-spacing: 2px;
	white-space: nowrap;
}

.visual-block .col.not-hover .homepagesplit span {
	display: inline;
}
.visual-block .col + .col.not-hover .holder .homepagesplit {
	padding-right: 0;
	color: #1a1a1a;
}

.visual-block .col + .col.not-hover .holder .homepagesplit span {
	color: #1a1a1a;
}
.visual-block .col + .col .holder .homepagesplit {
	margin: 0 0 6px;
}

.visual-block .col + .col .holder .homepagesplit span {
	padding-left: 0;
	color: #333;
}
.visual-block .holder .homepagesplit {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 6px;
	-webkit-transition: font-size .2s, line-height .1s, padding-top .3s, color .1s;
	transition: font-size .2s, line-height .1s, padding-top .3s, color .1s;
	letter-spacing: 0;
}

.visual-block .holder .homepagesplit span {
	display: block;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
}
.visual-block .col {
	position: relative;
	z-index: 1;
	color: #1a1a1a;
	white-space: nowrap;
	text-align: left;
}

.visual-block .col:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 200px;
}

.visual-block .col > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.visual-block .col.not-hover .text-wrapp {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
}

.visual-block .col.hover .btn-holder {
	opacity: 1;
	visibility: visible;
	max-height: 100px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.visual-block .col .bg {
	position: absolute;
	top: 0;
	left: -45px;
	right: -45px;
	bottom: 0;
	width: auto;
	overflow: hidden;
	max-width: none;
}

.visual-block .col .bg div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	z-index: 1;
}

.visual-block .col .bg:before {
	content: "";
	position: absolute;
	top: -10px;
	bottom: -10px;
	width: auto;
	left: -10px;
	right: -10px;
	background: #fff;
	opacity: .85;
	z-index: 2;
}

.visual-block .col + .col {
	color: #fff;
	text-align: right;
}


.visual-block .col + .col .more:hover {
	color: #000;
	border-color: #000;
}

.visual-block .col + .col .bg div {
	left: -40px;
	background-position: 100% 100%;
}

.visual-block .col + .col .bg:before {
	background: -webkit-linear-gradient(left, #fc9801 0%, #e5640a 100%);
	background: linear-gradient(to right, #fc9801 0%, #e5640a 100%);
}

.visual-block .col + .col .holder {
	padding: 20px;
}


.visual-block .holder {
	position: relative;
	z-index: 3;
	padding: 20px 10px;
	max-width: 100%;
	letter-spacing: .4px;
	width: 100%;
	-webkit-transition: padding .4s;
	transition: padding .4s;
}


.visual-block .holder p {
	margin: 0 0 15px;
}

.visual-block .text-wrapp {
	overflow: hidden;
	font-size: 13px;
	line-height: 1.4;
	opacity: 1;
	visibility: visible;
	max-height: 400px;
	-webkit-transition: max-height .2s, opacity .2s, visibility .2s;
	transition: max-height .2s, opacity .2s, visibility .2s;
}

.visual-block .btn-holder {
	width: 100%;
	max-height: 100px;
	opacity: 0;
	max-height: 0;
	visibility: hidden;
	overflow: hidden;
	text-transform: uppercase;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity .2s, visibility .2s, max-height .2s, -webkit-transform .2s;
	transition: opacity .2s, visibility .2s, max-height .2s, transform .2s;
}

.visual-block .more {
	font-size: 13px;
	line-height: 1.2;
	padding-bottom: 4px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	border-bottom: 2px solid #333;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color .2s, border-color .2s;
	transition: color .2s, border-color .2s;
}

.visual-block .more:hover {
	color: #ff7500;
	border-color: #ff7500;
}

@media (min-width: 768px) {
	.visual-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.visual-block .col {
		width: 52.8%;
		-webkit-transition: width .2s;
		transition: width .2s;
	}

	.visual-block .col:after {
		min-height: 300px;
	}

	.visual-block .col.not-hover h1 {
		padding-top: 40px;
	}

	.visual-block .col.hover {
		width: 96%;
	}

	.visual-block .col .bg {
		-webkit-transform: skew(-10deg);
		-ms-transform: skew(-10deg);
		transform: skew(-10deg);
	}

	.visual-block .col .bg div {
		-webkit-transform: skew(10deg);
		-ms-transform: skew(10deg);
		transform: skew(10deg);
	}

	.visual-block .col + .col {
		width: 47.2%;
	}

	.visual-block .col + .col.hover {
		width: 87%;
	}

	.visual-block .col + .col .holder {
		padding: 30px;
	}

	.visual-block .holder {
		padding: 30px;
	}

	.visual-block .text-wrapp {
		max-width: 286px;
		display: inline-block;
		vertical-align: top;
	}

	.visual-block .more {
		padding-bottom: 6px;
		font-size: 14px;
		line-height: 1.2;
	}
}
@media (min-width: 1024px) {
	
	
	.visual-block .holder p {
		margin: 0 0 29px;
	}
	
	.visual-block .text-wrapp {
		font-size: 14px;
		line-height: 1.714;
		max-width: 420px;
	}
}
@media (min-width: 1280px) {
	.visual-block .col:after {
		min-height: 498px;
	}

	.visual-block .col.not-hover .homepagesplit {
		font-size: 24px;
		line-height: 90px;
		padding-right: 100px;
		padding-top: 50px;
	}

	.visual-block .col.hover .holder {
		padding-top: 100px;
	}

	.visual-block .col + .col.hover .holder {
		padding-top: 100px;
	}

	.visual-block .col + .col.not-hover .holder .homepagesplit {
		padding-left: 30px;
	}

	.visual-block .col + .col .holder {
		padding: 70px 121px 50px 50px;
	}

	.visual-block .holder {
		padding: 70px 50px 50px 121px;
	}

	.visual-block .holder .homepagesplit {
		font-size: 90px;
		line-height: 90px;
		margin: 0 0 6px -4px;
	}

	.visual-block .holder .homepagesplit span {
		font-size: 24px;
		line-height: 19px;
		padding-left: 4px;
	}
}


/*----//  End Homepage Hero  //----*/


.visual {
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center center;
	color: #fff;
}

.visual:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(26, 26, 26, .3);
}

.visual .container {
	white-space: nowrap;
	padding-top: 20px;
	padding-bottom: 20px;
}

.visual .container:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 170px;
}

.visual .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.visual iframe {
	max-width: 100% !important;
}

.visual .holder {
	max-width: 100%;
	width: 100%;
	position: relative;
	z-index: 2;
	padding-top: 20px;
	padding-bottom: 47px;
}

.visual h1 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: .9;
	margin: 0;
	letter-spacing: .5px;
}

.visual h1 span:not(.h1_title) {
	display: block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 2px;
}

.visual .btn-play {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -17px;
}

.map-holder {
	position: relative;
	width: 100%;
	height: 250px;
}

.map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.js-custom-marker {
	position: absolute;
}

.pin {
	width: 31px;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../logo-img.svg) no-repeat;
	background-size: cover;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
	display: none;
}

div.lightbox {
	position: relative;
	text-align: center;
	line-height: 1.2;
	padding: 0;
	font-size: 14px;
	color: #58595b;
}

div.lightbox .decor-box {
	display: block;
	width: 40px;
	margin: 0 auto 10px;
}

div.lightbox .decor-box img {
	display: block;
	width: 100%;
	height: auto;
}

div.lightbox h2 {
	margin: 0;
	position: relative;
	color: #333;
}

div.lightbox p {
	margin-bottom: 20px;
}

div.lightbox .list {
	line-height: 1.2;
	font-size: 12px;
	padding-bottom: 20px;
}

div.lightbox .list li {
	padding-bottom: 3.6px;
	padding-right: 10px;
}

div.lightbox .btn {
	min-width: 100px;
}

div.lightbox .close {
	top: 0;
	right: 0;
}

.bottom {
	margin-top: 20px;
	position: relative;
	z-index: 2;
}
.intro {
	overflow: hidden;
	padding: 30px 0 0;
	color: #333;
}

.intro .img-box {
	margin: 0 auto 15px;
	width: 70px;
}

.intro .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.intro h2 {
	letter-spacing: .3px;
	margin: 0 0 15px;
}

.intro .text-wrapp {
	letter-spacing: .4px;
	overflow: hidden;
	text-align: center;
}

.intro .holder {
	margin-bottom: 30px;
}

.info-block {
	color: #333;
	background: #f0f0f0;
	padding: 30px 10px;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
}

.info-block:after,
.info-block:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
	background: #f0f0f0;
}

.info-block:before {
	left: 100%;
	margin-left: -4px;
}

.info-block:after {
	right: 100%;
	margin-right: -4px;
}

.info-block h3 {
	letter-spacing: .5px;
	margin: 0 0 20px;
	font-size: 16px;
}

.numbers-list li {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 20px 0;
}

.numbers-list li:before,
.numbers-list li:after {
	content: "";
	background: #e4e4e4;
	width: 30px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: skew(-19deg);
	-ms-transform: skew(-19deg);
	transform: skew(-19deg);
	margin-left: 4px;
	z-index: -2;
}

.numbers-list li:after {
	margin-left: -35px;
}

.numbers-list .number {
	display: block;
	font-size: 45px;
	line-height: 1;
	font-family: "roboto";
	padding-bottom: 12px;
}

.numbers-list .title {
	display: block;
	color: #ff7500;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1.2px;
}

.contact-section {
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	overflow: hidden;
	position: relative;
	padding: 30px 0 20px;
}

.contact-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.contact-section .holder {
	position: relative;
	z-index: 2;
	padding: 0 15px;
	text-align: center;
}

.contact-section h2 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1;
	margin: 0 0 20px;
}

.contact-section h2 span {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
}

.contact-section .link-list {
	font-size: 20px;
	line-height: 1.33;
}

.contact-section .link-list li {
	margin-bottom: 10px;
}

.contact-section .link-list a {
	color: #fff;
	display: block;
	padding: 15px;
	letter-spacing: .5px;
	text-decoration: none;
	background: -webkit-linear-gradient(left, rgba(255, 158, 0, .85) 0%, rgba(220, 81, 13, .85) 100%);
	background: linear-gradient(to right, rgba(255, 158, 0, .85) 0%, rgba(220, 81, 13, .85) 100%);
}

.contact-section .link-list a:hover {
	color: #fff;
	background: -webkit-linear-gradient(left, rgba(26, 26, 26, .85) 0%, rgba(26, 26, 26, .85) 100%);
	background: linear-gradient(to right, rgba(26, 26, 26, .85) 0%, rgba(26, 26, 26, .85) 100%);
}

div.iframe-video {
	border: 0;
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
	max-width: none !important;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease;
}

div.iframe-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

span.close-video {
	cursor: pointer;
	z-index: 102;
	position: absolute;
	top: 12px;
	right: 45px;
	width: 26px;
	height: 26px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: white;
	background: black;
	border: 2px solid white;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

span.close-video:hover {
	color: #ff7500;
}

.video-active {
	z-index: 99;
}

.video-active .iframe-video {
	opacity: 1;
	visibility: visible;
}

.video-active span.close-video {
	opacity: 1;
	visibility: visible;
}

.video-block {
	position: relative;
	margin-bottom: 30px;
}

.video-block a {
	display: block;
	position: relative;
}

.video-block a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 158, 0, .85) 0%, rgba(220, 81, 13, .85) 100%);
	background: linear-gradient(to right, rgba(255, 158, 0, .85) 0%, rgba(220, 81, 13, .85) 100%);
}

.video-block img {
	display: block;
	width: 100%;
	height: auto;
}

.video-block .btn-play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}

.btn-play {
	width: 34px;
	height: 38px;
	overflow: hidden;
	padding: 9px 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.btn-play:hover span:after {
	border-left-color: #ff7500;
}

.btn-play span {
	width: 34px;
	height: 20px;
	background: #fff;
	display: block;
	position: relative;
}

.btn-play span:after {
	content: "";
	position: absolute;
	left: 12px;
	top: 4px;
	width: 0;
	height: 0;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 12px solid #333;
}

.btn-play:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -4px;
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
	border-bottom: 11px solid #fff;
}

.btn-play:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: -4px;
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
	border-top: 11px solid #fff;
}

.section {
	margin-bottom: 58px;
}

.section.full-width {
	margin: 0 15px 20px;
	background: #f0f0f0;
}

.section .holder {
	color: #333;
	position: relative;
	overflow: hidden;
}

.section .img-box {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.section h2 {
	margin: 0 0 15px;
	letter-spacing: .3px;
}

.section .text-box {
	padding: 20px;
	letter-spacing: .4px;
	width: 100%;
	max-width: none;
}

.section .text-box p {
	margin: 0 0 16px;
}

.top-panel {
	background: #e4e4e4;
	/* margin-bottom: 20px; */
}

.top-panel .container-fluid {
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.top-panel .container-fluid .breadcrumb {
	text-align: left;
	margin: 15px;
}

.top-panel .btn-list {
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
	width: 100%;
}

.top-panel .btn-list li {
	width: 100%;
	border-top: 1px solid #cacaca;
}

.top-panel .btn-list li.active a {
	border-bottom-color: #ff7500;
	background: #cacaca;
}

.top-panel .btn-list a {
	text-decoration: none;
	padding: 14px 15px 18px;
	text-align: center;
	font-weight: 500;
	width: 100%;
	display: block;
	text-transform: uppercase;
	background: #e4e4e4;
	color: #333;
	letter-spacing: 1px;
	position: relative;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.top-panel .btn-list a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	width: auto;
	background: -webkit-linear-gradient(left, #df3f00 0%, #ff901d 100%);
	background: linear-gradient(to right, #df3f00 0%, #ff901d 100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
}

.top-panel .btn-list a:hover {
	background: #cacaca;
}

.top-panel .btn-list a:hover:after {
	opacity: 1;
	visibility: visible;
}

.top-panel .btn-back {
	display: block;
	padding: 12px 15px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
	background: #cacaca;
	text-decoration: none;
	margin: 0 -15px;
	letter-spacing: .5px;
	-webkit-transition: color .2s, background .2s;
	transition: color .2s, background .2s;
}

.top-panel .btn-back:hover {
	background: #ff7500;
	color: #fff;
}

.breadcrumb {
	font-size: 12px;
	line-height: 1.2;
	overflow: hidden;
	margin: 15px 0;
	padding: 0;
	letter-spacing: .2px;
}

.breadcrumb li {
	position: relative;
	padding-left: 20px;
	margin-left: -20px;
	padding-right: 20px;
}

.breadcrumb li:before {
	position: absolute;
	left: 0;
	top: 0;
}

.breadcrumb a {
	color: #1a1a1a;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.breadcrumb a:hover {
	color: #ff7500;
}

.block {
	overflow: hidden;
	padding-bottom: 20px;
}

.block.top {
	color: #333;
	padding-top: 20px;
}

.block.padding-top {
	padding: 40px 0 0;
}

.block .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.block .row [class*="col-"] {
	float: none;
}

.block h2 {
	margin: 0 0 15px;
	color: #333;
}

.block .text-box {
	letter-spacing: .4px;
}

.block .img-box {
	position: relative;
	max-width: 400px;
	margin: 0 auto 20px;
}

.block .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.block .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.block .info-list {
	margin: 0;
}

.block .info-list dt,
.block .info-list dd {
	line-height: 1.5;
}

.block .info-list dt {
	text-transform: uppercase;
	clear: both;
	float: left;
	padding-right: 4px;
	width: 100%;
}

.block .info-list dd {
	display: block;
}

.block .info-list dd a {
	color: inherit;
	text-decoration: none;
}

.block .info-list dd a:hover {
	color: #ff7500;
}

.info-section {
	background: #f0f0f0;
	padding: 20px 0;
}

.info-section.training-bottom {
	margin-bottom: 0;
}

.info-section .heading {
	color: #333;
	padding: 20px 15px 10px;
}

.info-section .heading p {
	margin: 0 0 15px;
}

.info-section .sub-title {
	display: block;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: .5px;
}

.info-section h2 {
	margin: 0 0 15px;
}

.info-section .carousel {
	margin: 0 -10px 20px;
}

.info-section .carousel-holder h3 {
	color: #333;
	letter-spacing: .5px;
	font-size: 16px;
	margin: 4px 0 30px;
}

.info-section .items-list:before,
.info-section .items-list:after {
	background: #f0f0f0;
}

.items-wrapp {
	overflow: hidden;
}

.items-list {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.items-list:before,
.items-list:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 2;
}

.items-list:after {
	top: auto;
	bottom: 0;
}

.items-list.list-jobs h3 {
	margin: 0 auto 8px;
}

.items-list li {
	margin-bottom: -2px;
	width: 100%;
	padding: 20px 5px 15px;
	position: relative;
	letter-spacing: .4px;
	border-bottom: 2px solid #d8d8d8;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.items-list li:nth-child(1) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.items-list li:nth-child(2) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.items-list li:nth-child(3) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.items-list li:nth-child(4) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.items-list li:nth-child(5) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.items-list li:nth-child(6) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.items-list li:nth-child(7) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.items-list li:nth-child(8) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.items-list li:nth-child(9) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.items-list li:nth-child(10) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.items-list.in-viewport li {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.items-list h3 {
	text-transform: uppercase;
	margin: 0 auto 5px;
	color: #ff7500;
	letter-spacing: 1px;
}

.items-list h3 br {
	display: none;
}

.items-list .btn-more {
	letter-spacing: .5px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
}

.items-list .btn-more:hover {
	color: #333;
}

.items-list .img-box {
	display: inline-block;
	vertical-align: top;
	margin: 4px 0 15px;
}

.items-list .img-box img {
	max-width: 100%;
	height: auto;
}

.partners-block {
	color: #333;
	padding: 30px 0;
}

.partners-block h2 {
	margin: 0 0 30px;
}

.carousel {
	margin: 0 -10px;
}

.carousel .slick-slide {
	display: inline-block;
	padding: 0 15px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.carousel .slick-slide:nth-child(1) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.carousel .slick-slide:nth-child(2) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.carousel .slick-slide:nth-child(3) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.carousel .slick-slide:nth-child(4) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.carousel .slick-slide:nth-child(5) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.carousel .slick-slide:nth-child(6) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.carousel .slick-slide:nth-child(7) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.carousel .slick-slide:nth-child(8) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.carousel .slick-slide:nth-child(9) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.carousel .slick-slide:nth-child(10) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.carousel .slick-slide img {
	max-width: 100%;
	height: auto;
}

.carousel.in-viewport .slick-slide {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.carousel .slick-list {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.carousel .slick-dots {
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.carousel .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}

.carousel .slick-dots li.slick-active button {
	background: #b1b1b1;
}

.carousel .slick-dots button {
	background: transparent;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	border: 1px solid #b1b1b1;
	-webkit-transition: background .2s;
	transition: background .2s;
	outline: none;
}

.carousel .slick-dots button:hover {
	background: #b1b1b1;
}

.article {
	color: #333;
	padding-bottom: 30px;
}

.article h2 {
	margin: 0 0 22px;
}

.article p {
	margin: 0 0 24px;
}

.article ul {
	margin: 0 0 24px;
}

.article img {
	margin: 0 0 24px;
}

.team-block {
	letter-spacing: .4px;
	color: #333;
	padding-bottom: 20px;
}

.team-block h2 {
	margin: 0 0 5px;
}

.team-block h5 {
	text-transform: uppercase;
	margin: 0 0 15px;
	color: #ff7500;
	letter-spacing: .9px;
}

.team-block p {
	margin: 0 0 20px;
}

.team-block .text-box {
	padding-right: 20px;
}

.team-block .img-box {
	max-width: 400px;
	margin: 0 auto 15px;
}

.text-block {
	padding-bottom: 20px;
}

.text-block h2 {
	color: #333;
	margin: 0 0 15px;
}

.col-wrapp {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}

.col-wrapp [class*="col-"] {
	overflow: hidden;
}

.col-wrapp h2 {
	color: #333;
	margin: 0 15px 20px;
	min-height: 48px;
}

.product-list {
	margin: 0;
}

.product-list li {
	width: 100%;
	margin-bottom: -2px;
	padding: 22px 0 15px;
	border-bottom: 2px solid #e1e1e1;
}

.product-list h3 {
	text-transform: uppercase;
	color: #ff7500;
	margin: 0 0 6px;
	letter-spacing: 1px;
}

.partner-row + .partner-row {
	margin-bottom: 28px;
}

.partner-row h2 {
	color: #333;
	margin: 0 0 20px;
}

.top-bar {
	margin-bottom: 20px;
	text-align: center;
}

.search-form-1 {
	position: relative;
	width: 100%;
}

.search-form-1 .form-control {
	width: 100%;
	border-color: #fff;
	font-size: 12px;
	padding: 8px 20px 8px 40px;
	border-width: 0 0 2px;
	letter-spacing: .3px;
	color: #333;
}

.search-form-1 .form-control::-webkit-input-placeholder {
	color: #333;
}

.search-form-1 .form-control::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.search-form-1 .form-control:-moz-placeholder {
	color: #333;
}

.search-form-1 .form-control:-ms-input-placeholder {
	color: #333;
}

.search-form-1 .form-control.placeholder {
	color: #333;
}

.search-form-1 .form-control:focus {
	box-shadow: none;
	border-color: #ff7500;
}

.search-form-1 [type="submit"] {
	width: 40px;
	height: auto;
	background: #fff;
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 1px;
	font-size: 28px;
	border: none;
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.search-form-1 [type="submit"]:hover {
	color: #ff7500;
}

.select-form {
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
}

.select-form label {
	text-transform: uppercase;
	margin: 0 0 2px;
	vertical-align: middle;
	color: #333;
}

.select-form .jcf-select {
	color: #333;
	margin: 0;
	font-weight: bold;
	width: auto;
	vertical-align: middle;
	text-transform: uppercase;
	border-color: transparent;
	min-width: 110px;
}

.select-form .jcf-select .jcf-select-text {
	text-align: left;
	color: #333;
}

.select-form .jcf-select .jcf-select-opener:after {
	color: #333;
}

.news-wrapp {
	overflow: hidden;
}

.news-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow: hidden;
	margin-bottom: 30px;
}

.news-block.in-viewport .news-box {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.news-box {
	letter-spacing: .4px;
	width: 100%;
	border-top: 2px solid #cacaca;
	padding: 20px 0;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.news-box:nth-child(1) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.news-box:nth-child(2) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.news-box:nth-child(3) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.news-box:nth-child(4) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.news-box:nth-child(5) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.news-box:nth-child(6) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.news-box:nth-child(7) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.news-box:nth-child(8) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.news-box:nth-child(9) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.news-box:nth-child(10) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.news-box h3 {
	text-transform: uppercase;
	margin: 0 0 2px;
	letter-spacing: 1px;
}

.news-box h3 a {
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.news-box h3 a:hover {
	color: #1a1a1a;
}

.news-box .img-box {
	width: 34%;
	margin-right: 10px;
	max-width: 200px;
	float: left;
}

.news-box .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.news-box .text-box {
	overflow: hidden;
}

.news-box .tags {
	color: #808080;
	overflow: hidden;
	margin: 0 0 10px;
}

.news-box .tags li {
	padding: 0 17px 0 16px;
	margin-left: -16px;
	position: relative;
}

.news-box .tags li:before {
	content: "//";
	position: absolute;
	top: 0;
	left: 0;
}

.news-box .tags a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.news-box .tags a:hover {
	color: #ff7500;
}

.news-box p {
	margin: 0 0 14px;
}

.news-box .btn-more {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.news-box .btn-more:hover {
	color: #1a1a1a;
}

.content h2 {
	color: #333;
	margin: 0 0 22px;
}

.post-wrapp {
	padding-top: 4px;
}

.post-wrapp.in-viewport .post {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.post {
	border-top: 2px solid #d6d6d6;
	padding: 30px 0 20px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.post:nth-child(1) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.post:nth-child(2) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.post:nth-child(3) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.post:nth-child(4) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.post:nth-child(5) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.post:nth-child(6) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.post:nth-child(7) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.post:nth-child(8) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.post:nth-child(9) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.post:nth-child(10) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.post:first-child {
	border-top: 0;
}

.post h3 {
	color: #ff7500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

#sidebar {
	padding-top: 3px;
}

#sidebar h3 {
	color: #333;
	margin: 0 0 10px;
	letter-spacing: .3px;
	border-bottom: 2px solid #e4e4e4;
}

#sidebar .add-nav ul {
	letter-spacing: .4px;
}

#sidebar .add-nav ul li {
	padding: 0 0 8px;
}

#sidebar .add-nav ul li.active a {
	color: #ff7500;
}

#sidebar .add-nav ul a {
	color: #666;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

#sidebar .add-nav ul a:hover {
	color: #ff7500;
}

.aside h2 {
	color: #333;
	line-height: 1;
	margin: 0 0 20px;
}

.aside p {
	margin: 0 0 16px;
}

.aside p a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.aside p a:hover {
	color: #ff7500;
}

.content-block {
	padding-bottom: 20px;
}

.content-block ul {
	padding: 0;
	margin: 0 0 21px;
	list-style: none;
}

.content-block ul li {
	position: relative;
	padding-left: 10px;
}

.content-block ul li:before {
	content: "• ";
	position: absolute;
	top: 0;
	left: 0;
}

.content-block ul a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.content-block ul a:hover {
	color: #ff7500;
}

.content-block h3 {
	letter-spacing: 1.2px;
	margin: 0 0 9px;
	text-transform: uppercase;
	color: #ff7500;
}

.team-section h2 {
	margin: 0 0 20px;
	color: #333;
	text-align: center;
}

.team-list {
	margin: 0 0 20px;
}

.team-list.in-viewport li {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.team-list li {
	margin: 0 0 20px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.team-list li:nth-child(1) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.team-list li:nth-child(2) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.team-list li:nth-child(3) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.team-list li:nth-child(4) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.team-list li:nth-child(5) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.team-list li:nth-child(6) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.team-list li:nth-child(7) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.team-list li:nth-child(8) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.team-list li:nth-child(9) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.team-list li:nth-child(10) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}
.team-list li:nth-child(11) {
	-webkit-transition-delay: 3.3s;
	transition-delay: 3.3s;
}

.team-list a {
	text-decoration: none;
}

.team-list a.hover .btn-view {
	opacity: 1;
	visibility: visible;
}

.team-list a.hover h3 {
	color: #ff7500;
}

.team-list a.hover h4 {
	color: #333;
}

.team-list .img-box {
	position: relative;
	margin-bottom: 26px;
}

.team-list .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.team-list .img-box .btn-view {
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 13px 19px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .4px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	background: -webkit-linear-gradient(left, rgba(255, 157, 0, .85) 0%, rgba(220, 81, 13, .85) 100%);
	background: linear-gradient(to right, rgba(255, 157, 0, .85) 0%, rgba(220, 81, 13, .85) 100%);
}

.team-list .img-box .btn-view:hover {
	background: -webkit-linear-gradient(left, #ff9d00 0%, #dc510d 100%);
	background: linear-gradient(to right, #ff9d00 0%, #dc510d 100%);
}

.team-list h3 {
	margin: 0;
	font-size: 20px;
	color: #333;
	margin: 0 10px 2px;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.team-list h4 {
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ff7500;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.form {
	padding-top: 22px;
}

.form .form-control {
	letter-spacing: .2px;
	margin-bottom: 15px;
}

.form .form-box {
	display: block;
	width: 100%;
	margin: 0 0 30px;
}

.form .form-box.last {
	margin: 0;
}

.form .form-box .col + .col .jcf-select {
	margin: 0;
}

.form .form-box .form-control {
	margin-bottom: 15px;
}

.form textarea {
	width: 100%;
	max-width: 100%;
	resize: none;
	height: 150px;
	min-height: 150px;
}

.form .recaptcha {
	width: 245px;
	margin: 0 auto 15px;
}

.form .btn-holder {
	padding: 0 0 20px;
}

.form .btn {
	padding-top: 20px;
	padding-bottom: 20px;
}

.contact-holder h2 {
	color: #333;
	margin: 0 0 22px;
}

.contact-holder .left-col p {
	margin: 0 0 12px;
}

.aside-box {
	padding: 20px;
	margin-top: 6px;
	background: #f0f0f0;
	letter-spacing: .3px;
	max-width: 400px;
	margin: 6px auto 30px;
	text-align: center;
}

.aside-box .logo-box {
	width: 60px;
	margin: 0 auto 20px;
}

.aside-box .logo-box img {
	display: block;
	width: 100%;
	height: auto;
}

.aside-box .tel {
	/*     margin-left: 7px; */
}

.aside-box a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.aside-box a:hover {
	color: #ff7500;
}

.aside-box h3 {
	color: #ff7500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 2px;
}

.aside-box h3.title {
	text-transform: none;
	color: #333;
	letter-spacing: .3px;
	margin: 0;
}

.aside-box p {
	margin: 0 0 22px;
}

.aside-box .title + p {
	margin: 0 0 28px;
}

.viewport-section-onload,
.viewport-section {
	opacity: 0;
}

.viewport-section-onload.in-viewport,
.viewport-section.in-viewport {
	opacity: 1;
	-webkit-animation: movebox ease-in-out 800ms;
	animation: movebox ease-in-out 800ms;
}

.viewport-section-slow-onload,
.viewport-section-slow {
	opacity: 0;
}

.viewport-section-slow-onload.in-viewport,
.viewport-section-slow.in-viewport {
	-webkit-animation: movebox ease-in-out 1400ms;
	animation: movebox ease-in-out 1400ms;
	opacity: 1;
}

#footer {
	background: #1a1a1a;
	padding: 30px 0 20px;
	color: #fff;
	font-size: 12px;
	line-height: 1.333;
}

#footer .holder {
	padding: 0 0 15px;
}

#footer a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

#footer a:hover {
	color: #ff7500;
}

#footer .btn {
	-webkit-transition: background-color .2s, border-color .2s;
	transition: background-color .2s, border-color .2s;
}

#footer .btn:hover {
	color: #fff;
}

#footer h5 {
	text-transform: uppercase;
	margin: 0 0 9px;
	font-size: 14px;
	line-height: 1.2;
	color: #ff7500;
}

#footer .frame {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

#footer .frame p {
	margin: 0;
	letter-spacing: .2px;
	word-spacing: 1px;
}

#footer .frame p span {
	display: block;
}

#footer address {
	margin: -4px 0 28px;
	line-height: 2;
}

#footer .col-frame {
	padding: 20px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer .col {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	padding-bottom: 10px;
}

#footer .col:first-child {
	padding-left: 0;
}

#footer .col:last-child {
	padding-right: 0;
	padding-top: 0;
}

#footer .col ul li {
	margin-bottom: 8px;
}

#footer .col .btn {
	min-width: 106px;
	margin-top: 2px;
	letter-spacing: .5px;
	max-width: 150px;
	padding: 10px 12px;
}

#footer .col .btn.btn-block + .btn-block {
	margin-top: 8px;
}

.footer-logo {
	width: 118px;
	margin: 0 auto;
}

.footer-logo img {
	display: block;
	width: 100%;
}

.phones li {
	white-space: nowrap;
}

.social-networks {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: .5;
}

.social-networks li {
	padding: 0 7px;
	vertical-align: middle;
	display: inline-block;
}

.social-networks i {
	display: inline-block;
	vertical-align: top;
}

.social-networks i.icon-twitter {
	font-size: 16px;
}

.social-networks a {
	display: inline-block;
	vertical-align: top;
}

.social-networks a i {
	display: inline-block;
	vertical-align: top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min--moz-device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 480px) {
	.top-panel .btn-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100%;
		border-top: 1px solid #cacaca;
	}

	.top-panel .btn-list li:first-child {
		border-left-width: 0;
	}

	.top-panel .btn-list li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 50%;
		border-top: 0;
		border-left: 1px solid #cacaca;
	}

	.block .info-list dt {
		width: auto;
	}

	.info-section {
		padding: 30px 0;
	}

	.items-list:before,
	.items-list:after {
		height: 20px;
	}

	.items-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.items-list li {
		width: 50%;
		padding: 40px 15px 30px;
		border-right: 2px solid #d8d8d8;
	}

	.items-list li:nth-child(even) {
		border-right-color: transparent;
	}

	.col-wrapp:after {
		content: "";
		position: absolute;
		left: 50%;
		margin-left: -1px;
		width: 2px;
		height: auto;
		top: 10px;
		bottom: 30px;
		background: #e1e1e1;
	}

	.col-wrapp [class*="col-"] {
		padding: 0;
		width: 50%;
	}

	.product-list li {
		padding: 22px 15px 15px;
	}

	.team-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.team-list li {
		width: 50%;
		padding: 0 10px;
	}

	#footer .frame p span {
		display: inline;
	}

	#footer .col {
		width: 32%;
	}
}

@media (min-width: 768px) {
	.logo {
		width: 150px;
	}

	.nav-opener {
		margin-top: 5px;
	}

	#main-nav > li > a {
		padding: 0;
	}

	.drop .close {
		width: 50px;
		height: 50px;
	}

	.drop .close span {
		line-height: 50px;
	}

	.drop-menu {
		font-size: 16px;
		padding-bottom: 30px;
	}

	.list {
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	h1 {
		font-size: 40px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	#wrapper {
		padding-top: 46px;
	}

	.visual .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.visual .container:after {
		min-height: 200px;
	}

	.visual .holder {
		padding-top: 55px;
		padding-bottom: 74px;
	}

	.visual h1 {
		font-size: 50px;
	}

	.visual h1 span:not(.h1_title) {
		font-size: 18px;
	}

	.map-holder {
		height: 400px;
	}

	.pin {
		width: 62px;
		height: 71px;
	}

	div.lightbox {
		padding: 20px;
		font-size: 17px;
		width: 450px;
	}

	div.lightbox .list {
		font-size: 17px;
	}
	/* Adding Margin for First Element Below Breadcrumbs */
	.bottom,
	.first-element {
		margin-top: 30px;
	}
	.bottom {
		margin-bottom: -40px;
	}

	.intro {
		padding: 50px 0 0;
	}

	.intro .img-box {
		float: left;
		width: 90px;
		margin: 7px 30px 0 0;
	}

	.intro .text-wrapp {
		padding-right: 50px;
		line-height: 1.875;
		text-align: left;
	}

	.intro .holder {
		margin-bottom: 40px;
	}

	.info-block {
		padding: 50px 20px;
		margin-bottom: 0;
	}

	.info-block h3 {
		font-size: 20px;
		letter-spacing: 1.2px;
		margin: 0 0 44px;
	}

	.numbers-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 0 11px;
	}

	.numbers-list li {
		width: 33.332%;
		padding: 43px 10px 48px;
	}

	.numbers-list li:before,
	.numbers-list li:after {
		width: 47px;
		margin-left: 9px;
	}

	.numbers-list li:after {
		margin-left: -56px;
	}

	.contact-section {
		padding: 60px 0 50px;
	}

	.contact-section .holder {
		padding: 0 15px;
		text-align: left;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.contact-section h2 {
		margin: 27px 30px 15px 0;
		max-width: 45%;
		font-size: 47px;
	}

	.contact-section h2 span {
		font-size: 18px;
		padding: 0 0 2px;
	}

	.contact-section .link-list {
		margin-right: -17px;
		width: 55%;
		font-size: 25px;
	}

	.contact-section .link-list a {
		padding: 20px 30px 18px;
	}

	.video-block {
		margin-bottom: 48px;
	}

	.video-block .btn-play {
		top: 55%;
	}

	.section.full-width {
		margin: 0 0 50px;
	}

	.section.full-width .text-box {
		line-height: 1.5;
	}

	.section .holder {
		white-space: nowrap;
	}

	.section .holder:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 300px;
	}

	.section .holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.section .img-box {
		position: absolute;
		width: 50%;
		top: 0;
		left: auto;
		bottom: 0;
		right: 0;
	}

	.section .text-box {
		line-height: 1.875;
		padding: 40px 54% 40px 30px;
	}

	.section .text-box:only-child {
		padding-left: 30px;
	}

	.top-panel {
		/* margin-bottom: 30px; */
	}

	.top-panel .container-fluid {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.top-panel .container-fluid .breadcrumb {
		width: 33.332%;
		margin: 17px 15px;
		text-align: center;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.top-panel .btn-list {
		width: 66.67%;
		font-size: 15px;
		border-top: 0;
	}

	.top-panel .btn-list li:first-child {
		border-left-width: 1px;
	}

	.top-panel .btn-list a:after {
		height: 5px;
	}

	.top-panel .btn-list a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 16px 15px 17px;
	}

	.top-panel .btn-back {
		float: right;
		background: none;
		letter-spacing: 1.1px;
		margin: 14px 0 13px 15px;
		padding: 0;
	}

	.top-panel .btn-back:hover {
		background: none;
		color: #ff7500;
	}

	.breadcrumb {
		margin: 14px 0;
	}

	.block {
		padding-bottom: 0;
	}

	.block.bottom {
		margin-bottom: -35px;
		position: relative;
		z-index: 2;
	}

	.block.top {
		padding-top: 0;
		margin-top: -30px;
		margin-bottom: 76px;
		position: relative;
		z-index: 2;
	}

	.block.align-right .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.block.align-right .row [class*="col-"] {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.block.align-right .row [class*="col-"] + [class*="col-"] {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.block.align-right .img-box {
		margin: 0 -15px 0 0;
	}

	.block.align-right .text-box {
		padding: 40px 0 20px 20px;
	}

	.block .row {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.block .row [class*="col-"] {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.block .row [class*="col-"] + [class*="col-"] {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.block .text-box {
		padding: 20px 30px 40px 0;
	}

	.block .text-box p {
		margin: 0 0 20px;
	}

	.block .img-box {
		max-width: none;
		margin: 0 0 0 -15px;
	}

	.block .info-list {
		margin: 0 0 50px;
	}

	.info-section {
		padding: 42px 0 40px;
		margin: 0;
	}

	.info-section .heading {
		padding: 30px 70px 10px;
	}

	.items-list:before,
	.items-list:after {
		height: 30px;
	}

	.items-list:after {
		height: 16px;
	}

	.items-list {
		margin: 0 -20px;
	}

	.items-list li {
		width: 33.332%;
		padding: 40px 20px 30px;
	}

	.items-list li:nth-child(even) {
		border-right-color: #d8d8d8;
	}

	.items-list li:nth-child(3n + 3),
	.items-list li:nth-child(3n) {
		border-right-color: transparent;
	}

	.items-list h3 {
		max-width: 80%;
	}

	.items-list h3 br {
		display: block;
	}

	.partners-block {
		padding: 40px 0;
	}

	.carousel .slick-list {
		margin-bottom: 40px;
	}

	.team-block {
		padding-top: 20px;
		padding-bottom: 69px;
	}

	.team-block h5 {
		margin: 0 0 20px;
	}

	.team-block p {
		margin: 0 0 24px;
	}

	.text-block {
		padding-top: 21px;
		padding-bottom: 50px;
		letter-spacing: .4px;
	}

	.col-wrapp {
		padding: 0 15px;
	}

	.product-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-list li {
		padding: 50px;
	}

	.top-bar {
		overflow: hidden;
		padding: 0 15px;
		text-align: left;
		margin-bottom: 0;
		margin-top: -16px;
	}

	.search-form-1 {
		max-width: 300px;
		float: left;
	}

	.select-form {
		float: right;
	}

	.news-block {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -50px 50px;
	}

	.news-box:nth-child(odd) {
		border-left: 0;
	}

	.news-box {
		width: 50%;
		margin-top: -2px;
		border: solid #cacaca;
		border-width: 2px 0 0 2px;
		padding: 50px;
	}

	.news-box .img-box {
		margin-right: 20px;
	}

	.post-wrapp {
		padding-bottom: 20px;
	}

	.post {
		padding-right: 30px;
	}

	#sidebar h3 {
		font-size: 20px;
		padding: 0 0 14px;
	}

	.team-section h2 {
		margin: 0 0 30px;
	}

	.team-list {
		padding: 0 20px;
	}

	.team-list li {
		margin: 0 0 30px;
		width: 33.332%;
		padding: 0 15px;
	}

	.form.item-form {
		padding-top: 0;
	}

	.form .form-box .col {
		float: left;
		width: 49%;
	}

	.form .form-box .col + .col {
		float: right;
	}

	.form .form-box .col + .col .jcf-select {
		margin: 0 0 15px;
	}

	.form .recaptcha {
		margin: 0 10px 0 0;
		float: left;
	}

	.form .btn-wrapp {
		overflow: hidden;
	}

	.form .btn-holder {
		padding-top: 11px;
	}

	.form .btn {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 60px;
	}

	.contact-holder .left-col {
		padding-bottom: 40px;
	}

	.aside-box {
		text-align: left;
	}

	.aside-box .logo-box {
		margin: 0 0 19px;
	}

	#footer .holder {
		padding: 0 0 27px;
	}

	#footer .frame {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#footer .col-frame {
		width: 100%;
		padding: 20px 0 0;
	}

	#footer .col {
		padding: 0 10px;
		width: auto;
	}

	#footer .col ul {
		max-width: 100px;
	}

	#footer .col .btn {
		max-width: none;
		padding: 10px 12px;
	}

	.footer-logo {
		float: left;
		width: 150px;
		margin-right: 15px;
	}

	.social-networks {
		font-size: 26px;
	}

	.social-networks {
		float: right;
	}

	.social-networks i.icon-twitter {
		font-size: 19px;
	}
}

@media (min-width: 1024px) {
	.jcf-select {
		height: 62px;
		margin: 0 0 23px;
	}

	.jcf-select .jcf-select-text {
		font-size: 16px;
		margin: 17px 80px 15px 25px;
	}

	.jcf-select .jcf-select-opener:after {
		font-size: 28px;
		line-height: 62px;
		margin-left: 21px;
	}

	.jcf-select .jcf-select-opener {
		width: 80px;
	}

	.jcf-list ul {
		font-size: 16px;
		line-height: 20px;
	}

	.jcf-list .jcf-option {
		padding: 10px 15px;
	}

	.jcf-file {
		margin: 0 0 23px;
	}

	.jcf-file .jcf-fake-input {
		height: 58px;
		font-size: 16px;
		line-height: 26px;
		padding: 16px 80px 14px 25px;
	}

	.jcf-file .jcf-upload-button:before {
		font-size: 28px;
		line-height: 58px;
	}

	.jcf-file .jcf-upload-button {
		line-height: 58px;
		width: 69px;
	}

	#header .container {
		padding-top: 14px;
		padding-bottom: 0;
	}

	.nav-opener {
		display: none;
	}

	.nav-holder {
		padding: 0;
		position: static;
		width: auto;
		height: auto;
		float: right;
		right: auto;
		overflow-y: visible;
		background-color: transparent;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#main-nav {
		width: 100%;
		padding-top: 8px;
		padding-bottom: 0;
		text-align: left;
	}

	#main-nav > li.hover .drop {
		opacity: 1;
		visibility: visible;
		right: 50%;
	}

	#main-nav > li.hover.has-drop-down:before {
		opacity: 1;
		visibility: visible;
	}

	#main-nav > li.hover > a {
		color: #1a1a1a;
	}

	#main-nav > li.has-drop-down:before {
		height: 0;
		width: 0;
		border-bottom: 10px solid #f0f0f0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		position: absolute;
		content: "";
		bottom: -1px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
	}

	#main-nav > li.btn-holder {
		margin: 0 5px;
	}

	#main-nav > li {
		margin: 0 7px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding: 0 0 16px;
	}

	#main-nav > li > a:hover {
		color: #1a1a1a;
	}

	#main-nav > li > a {
		padding: 9px 0 10px;
		letter-spacing: .2px;
	}

	.drop {
		width: auto;
		height: auto;
		top: 100%;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		padding: 25px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
		max-height: none;
		overflow-y: visible;
		position: absolute;
	}

	.drop.drop-lg {
		padding: 41px 41px 35px 49px;
		width: 90%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.drop.drop-login .drop-menu {
		font-size: 16px;
		text-transform: none;
		letter-spacing: 0;
	}

	.drop.drop-login .drop-menu li {
		padding: 0 0 5px;
	}

	.drop.drop-login .drop-menu .divider {
		margin: 7px 0 8px;
		max-width: none;
	}

	.drop .close {
		display: none !important;
	}

	.drop h4 {
		margin: 0 0 29px;
	}

	.drop-wrapp {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.drop-wrapp .drop-menu-holder:last-child {
		border-right: 0;
		padding-right: 0;
		padding-left: 44px;
		padding-top: 0;
		width: 50%;
	}

	.drop-wrapp .drop-menu-holder {
		width: 50%;
		border: 0;
		padding: 0 20px 0 0;
		border-right: 2px solid #e2e2e2;
	}

	.drop-wrapp .drop-menu-holder .drop-menu {
		width: 58%;
	}

	.drop-wrapp .drop-menu-holder .drop-menu + .drop-menu {
		width: 42%;
	}

	.drop-menu {
		padding-bottom: 0;
		font-size: 15px;
		letter-spacing: .4px;
	}

	.drop-menu .divider {
		margin: 8px 0 18px;
		max-width: 92%;
	}

	.search-holder {
		width: auto;
		padding: 8px 3px 0;
		margin-left: 9px;
	}

	.search-holder.search-active .popup-search {
		height: 70px;
	}

	.search-holder .popup-search {
		height: 0;
		overflow: hidden;
		width: auto;
		background: #f0f0f0;
		-webkit-transition: height .3s;
		transition: height .3s;
		display: block !important;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0 -9999px;
		padding: 0 9999px;
	}

	.search-holder .search-link:before {
		height: 0;
		width: 0;
		border-bottom: 10px solid #f0f0f0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		position: absolute;
		content: "";
		bottom: -1px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
	}

	.search-holder .search-link {
		display: block;
		font-size: 20px;
		padding-bottom: 18px;
	}

	.search-form {
		padding: 15px 10px;
		max-width: 722px;
	}

	.search-form .form-group {
		margin-right: 16px;
	}

	.search-form .form-control {
		padding: 8px 30px;
		font-size: 15px;
		height: 42px;
	}

	.search-form [type="submit"] {
		font-size: 15px;
		line-height: 1;
		height: auto;
		width: auto;
		min-width: 145px;
	}

	.search-form [type="submit"] i {
		display: none;
	}

	body {
		font-size: 16px;
		line-height: 1.5;
	}

	h2 {
		font-size: 30px;
		line-height: 1.3333;
		letter-spacing: .3px;
	}

	#wrapper {
		padding-top: 76px;
	}

	.btn {
		font-size: 15px;
		padding: 13px 22px 12px;
	}

	.form-control {
		padding: 10px 25px;
		height: 62px;
		border-radius: 2px;
		font-size: 16px;
	}

	.visual .container:after {
		min-height: 300px;
	}

	.visual h1 {
		font-size: 80px;
	}

	.visual h1 span:not(.h1_title) {
		font-size: 24px;
		letter-spacing: 2.2px;
	}

	.map-holder {
		height: 500px;
	}

	div.lightbox {
		padding: 38px 28px 45px;
		width: 588px;
	}

	div.lightbox .decor-box {
		width: 60px;
		margin-bottom: 27px;
	}

	div.lightbox h2 {
		font-size: 30px;
	}

	div.lightbox p {
		margin-bottom: 44px;
	}

	div.lightbox .list {
		padding: 0 0 43px 35px;
	}

	div.lightbox .btn {
		min-width: 178px;
	}
	/* Adding Margin for First Element Below Breadcrumbs */
	.bottom,
	.first-element {
		margin-top: 60px;
	}
	.bottom {
		margin-bottom: -80px;
	}

	.intro {
		padding: 104px 0 0;
	}

	.intro .img-box {
		margin: 9px 68px 0 36px;
		width: 130px;
	}

	.intro h2 {
		margin: 0 0 23px;
	}

	.intro .holder {
		margin-bottom: 77px;
	}

	.info-block {
		padding: 62px 20px;
	}

	.numbers-list .number {
		font-size: 60px;
	}

	.numbers-list .title {
		font-size: 20px;
	}

	.contact-section {
		padding: 126px 0;
	}

	span.close-video {
		right: 100px;
		width: 30px;
		height: 30px;
		font-size: 24px;
		line-height: 26px;
	}

	.section.full-width {
		margin: 0 0 84px;
	}

	.section.full-width h2 {
		margin: 0 0 27px;
	}

	.section .holder:after {
		min-height: 500px;
	}

	.section h2 {
		margin: 0 0 24px;
	}

	.section .text-box {
		padding: 90px 55.8% 50px 65px;
	}

	.section .text-box:only-child {
		padding-left: 65px;
	}

	.section .text-box p {
		margin: 0 0 34px;
	}

	.top-panel {
		/* margin-bottom: 60px; */
	}

	.top-panel .container-fluid .breadcrumb {
		margin: 28px 20px;
	}

	.top-panel .btn-list {
		font-size: 16px;
	}

	.top-panel .btn-list a {
		padding: 22px 15px;
	}

	.top-panel .btn-back {
		font-size: 16px;
		margin: 29px 36px 24px 15px;
	}

	.breadcrumb {
		margin: 15px 36px;
	}

	.block.align-right .text-box {
		padding: 50px 72px 28px 58px;
	}

	.block h2 {
		margin: 0 0 21px;
	}

	.block .text-box {
		padding: 0 40px 43px 0;
	}

	.block .text-box p {
		margin: 0 0 30px;
	}

	.block .info-list {
		margin: 0 0 75px;
	}

	.info-section.training h2 {
		margin-bottom: 3px;
	}

	.info-section.training .items-list {
		margin-bottom: 44px;
	}

	.info-section.training .items-list li {
		padding: 71px 43px 22px;
	}

	.info-section.training-bottom .heading {
		padding: 66px 90px 15px;
	}

	.info-section.training-bottom .items-list {
		margin-bottom: 24px;
	}

	.info-section.training-bottom .items-list li {
		padding: 71px 46px 22px;
	}

	.info-section {
		padding: 42px 0 60px;
	}

	.info-section .heading {
		padding: 82px 90px 24px;
		letter-spacing: .4px;
	}

	.info-section .heading p {
		margin: 0 0 22px;
	}

	.info-section .sub-title {
		font-size: 20px;
		letter-spacing: 1px;
	}

	.info-section h2 {
		margin: 0 0 22px;
	}

	.info-section .carousel {
		margin-bottom: 40px;
	}

	.info-section .carousel .slick-list {
		margin-bottom: 58px;
	}

	.info-section .carousel-holder h3 {
		font-size: 20px;
		letter-spacing: 1.1px;
		margin: 4px 0 62px;
	}

	.items-wrapp {
		margin: 0 30px;
	}

	.items-list:before,
	.items-list:after {
		height: 46px;
	}

	.items-list:after {
		height: 26px;
	}

	.items-list.list-jobs {
		margin: 0 -45px;
	}

	.items-list.list-jobs li {
		line-height: 1.5;
		padding-bottom: 80px;
	}

	.items-list.list-jobs li p {
		margin-bottom: 24px;
	}

	.items-list.partners-list {
		margin: 0 -45px;
	}

	.items-list.partners-list li {
		padding-bottom: 46px;
		padding-left: 45px;
		padding-right: 45px;
	}

	.items-list {
		margin: 0 -40px;
	}

	.items-list li {
		padding: 88px 46px 66px;
		line-height: 1.875;
	}

	.items-list .btn-more {
		font-size: 15px;
	}

	.items-list .img-box {
		margin: -3px 0 27px;
	}

	.partners-block {
		padding: 82px 0 64px;
	}

	.partners-block h2 {
		margin: 0 0 62px;
	}

	.carousel .slick-slide {
		padding: 0 20px;
	}

	.carousel .slick-list {
		margin-bottom: 68px;
	}

	.article {
		padding-top: 21px;
		padding-bottom: 57px;
		letter-spacing: .4px;
	}

	.article p {
		margin: 0 0 20px;
	}

	.article ul {
		margin: 0 0 55px;
	}

	.article img {
		margin-bottom: 54px;
	}

	.team-block h2 {
		margin: 0;
	}

	.team-block h5 {
		margin: 0 0 26px;
	}

	.team-block .text-box {
		padding-right: 55px;
	}

	.team-block .img-box {
		margin: 10px 0 0 -15px;
		max-width: none;
	}

	.text-block {
		padding-bottom: 98px;
	}

	.text-block h2 {
		margin: 0 0 22px;
	}

	.col-wrapp {
		padding: 0 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.col-wrapp:after {
		top: 26px;
		bottom: 92px;
	}

	.col-wrapp [class*="col-"] {
		margin-bottom: 78px;
		padding: 0;
	}

	.col-wrapp h2 {
		min-height: 80px;
	}

	.product-list li:first-child {
		padding-top: 70px;
	}

	.product-list li {
		padding: 70px 71px 67px;
		line-height: 1.875;
		letter-spacing: .4px;
	}

	.partner-row {
		padding-bottom: 50px;
		padding: 21px 0 40px;
	}

	.partner-row h2 {
		margin: 0 0 8px;
	}

	.top-bar {
		margin-top: -21px;
		padding: 0 26px;
	}

	.search-form-1 .form-control {
		padding: 8px 20px 8px 50px;
		height: 52px;
	}

	.search-form-1 [type="submit"] {
		font-size: 34px;
		line-height: 38px;
	}

	.select-form {
		margin-right: 33px;
		margin-top: 6px;
	}

	.select-form label {
		letter-spacing: .8px;
		margin: 2px 0 0;
	}

	.select-form .jcf-select {
		min-width: 127px;
		height: 42px;
	}

	.select-form .jcf-select .jcf-select-text {
		margin-right: 68px;
		letter-spacing: .8px;
		margin-left: 2px;
		margin: 7px 68px 5px 2px;
	}

	.select-form .jcf-select .jcf-select-opener {
		width: 60px;
	}

	.select-form .jcf-select .jcf-select-opener:after {
		font-size: 24px;
		line-height: 40px;
	}

	.news-wrapp {
		margin: 0 32px;
	}

	.news-block {
		margin: 0 -67px 105px;
	}

	.news-box {
		padding: 25px 73px;
	}

	.news-box .img-box {
		margin-right: 30px;
		width: 39%;
	}

	.news-box .text-box {
		line-height: 1.875;
	}

	.news-box .tags {
		margin: 0 0 27px;
		line-height: 1.5;
	}

	.news-box p {
		margin: 0 0 19px;
	}

	.news-box .btn-more {
		font-size: 15px;
	}

	.twocolumn {
		margin-top: -9px;
	}

	.content {
		padding-left: 70px;
		padding-right: 76px;
		letter-spacing: .4px;
	}

	.post-wrapp {
		padding-bottom: 34px;
	}

	.post {
		line-height: 1.875;
		padding: 56px 70px 36px 0;
	}

	#sidebar {
		padding-right: 48px;
	}

	#sidebar h3 {
		font-size: 30px;
		line-height: 1.3333;
	}

	.contact-wrapp {
		padding-top: 27px;
	}

	.aside {
		padding-top: 2px;
		letter-spacing: .4px;
		margin-right: -90px;
		padding-left: 52px;
	}

	.aside h2 {
		margin: 0 0 27px;
	}

	.aside p {
		margin: 0 0 24px;
	}

	.aside .text-lg {
		line-height: 1.875;
	}

	.content-block {
		letter-spacing: .4px;
		padding-right: 95px;
		padding-left: 149px;
		padding-bottom: 72px;
	}

	.team-section {
		padding-top: 20px;
	}

	.team-section h2 {
		margin: 0 0 52px;
	}

	.team-list {
		padding: 0 45px;
		margin: 0 0 33px;
	}

	.team-list li {
		margin: 0 0 55px;
	}

	.team-list h3 {
		font-size: 30px;
		margin: 0 32px 2px;
	}

	.team-list h4 {
		font-size: 16px;
		margin: 0 31px;
	}

	.form.item-form .btn-holder {
		padding-top: 0;
	}

	.form .form-control {
		margin-bottom: 23px;
	}

	.form .form-box:first-child {
		margin: 0 0 66px;
	}

	.form .form-box:first-child h3 {
		margin: 0 0 34px;
	}

	.form .form-box {
		margin: 0 0 46px;
	}

	.form .form-box .jcf-select {
		margin-bottom: 14px;
	}

	.form .form-box .jcf-select .jcf-select-text {
		margin-right: 68px;
	}

	.form .form-box .col + .col .jcf-select {
		margin: 0 0 14px;
	}

	.form .form-box h3 {
		margin: 0 0 22px;
	}

	.form .form-box .form-control {
		margin-bottom: 14px;
	}

	.form .form-box .jcf-file {
		margin: 0 0 14px;
	}

	.form textarea {
		padding-top: 18px;
		padding-bottom: 18px;
		height: 182px;
		min-height: 182px;
	}

	.form .recaptcha {
		margin: 0 55px 0 0;
	}

	.contact-holder {
		padding-top: 23px;
	}

	.contact-holder .left-col {
		padding-right: 65px;
		padding-left: 74px;
		padding-bottom: 70px;
	}

	.contact-holder .right-col {
		padding-right: 74px;
	}

	.aside-box {
		padding: 41px 20px 19px 35px;
		margin-left: -20px;
	}

	.aside-box h3.title {
		font-size: 24px;
		line-height: 30px;
	}

	#footer {
		padding: 40px 0 30px;
	}

	#footer .col-holder {
		overflow: hidden;
	}

	#footer .col-frame {
		padding: 10px 0 0;
	}

	.footer-logo {
		margin-right: 40px;
	}
}

@media (min-width: 1280px) {
	#header .container {
		padding-top: 27px;
		padding-bottom: 0;
	}

	.logo {
		width: 201px;
	}

	#main-nav {
		font-size: 15px;
	}

	#main-nav > li.btn-holder {
		margin: 0 2px;
	}

	#main-nav > li {
		margin: 0 20px 0 16px;
		padding: 0 0 32px;
	}

	#main-nav > li > a {
		padding: 9px 0 8px;
	}

	#main-nav .btn {
		font-size: 15px;
		line-height: 1.1;
		padding: 9px 17px 8px;
	}

	.drop {
		padding: 42px 33px 35px;
		margin-top: 1px;
	}

	.drop.drop-login {
		padding: 40px 35px 37px;
	}

	.drop.drop-login .drop-menu {
		font-size: 18px;
	}

	.search-holder {
		padding: 7px 3px 0;
		margin-left: 17px;
	}

	.search-holder.search-active .popup-search {
		height: 90px;
	}

	.search-holder .search-link {
		font-size: 23px;
		padding-bottom: 33px;
	}

	.search-form {
		padding: 25px 10px;
	}

	#wrapper {
		padding-top: 108px;
	}

	

	.numbers-list .number {
		font-size: 70px;
	}

	.contact-section .holder {
		padding: 0 60px;
	}

	.contact-section h2 {
		font-size: 70px;
	}

	.contact-section h2 span {
		font-size: 24px;
		letter-spacing: 2.2px;
		padding: 0 0 10px;
	}

	.contact-section .link-list {
		font-size: 30px;
		margin-right: -62px;
	}

	.contact-section .link-list a {
		padding: 39px 99px 35px;
	}

	.section.full-width .text-box {
		padding: 65px 55.2% 50px 11%;
	}

	.col-wrapp {
		padding: 0 44px;
	}

	.product-list li:first-child {
		padding-top: 102px;
	}

	.product-list li {
		padding: 132px 71px 87px;
	}

	#footer {
		padding: 60px 0 48px;
	}

	#footer .frame {
		padding-right: 19px;
	}

	#footer .col-frame {
		padding: 10px 12px 0 0;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.footer-logo {
		margin-right: 82px;
		width: 201px;
	}
}

@-webkit-keyframes movebox {
	0% {
		-webkit-transform: translateY(24px);
		transform: translateY(24px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes movebox {
	0% {
		-webkit-transform: translateY(24px);
		transform: translateY(24px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.cta-banner {
	background-color: #000;
	width: 100%;
	text-align: center;
}

.cta-banner a {
	text-transform: uppercase;
	margin: 0 0 2.75rem;
}

.cta-banner h3 {
	vertical-align: middle;
	text-transform: uppercase;
	display: block;
	color: #fff;
	margin: 2.75rem 0;
}

@media (min-width: 1090px) {
	.cta-banner a,
	.cta-banner h3 {
		display: inline-block;
		margin: 2.25rem 4rem;
	}
}

/* Site Wide Banner */
#site-wide-banner {
	background-color: #b61f1c;
	z-index: 9;
	font-weight: 800;
	text-align: center;
	color: #fff;
	padding: 2px 0;
	margin-top: 10px;
	font-size: .85em;
}
#site-wide-banner a {
	color: #fff;
	text-decoration: underline;
}
#site-wide-banner a:hover {
	color: #ccc;
}

/* Product Page Top CTA */
#prod-top-cta {
	background-color: #ff7500;
	font-weight: 800;
	color: white;
	font-size: 20px;
	text-align: center;
}
#prod-top-cta p {
	margin-bottom: 35px;
}

#prod-top-cta a {
	color: white;
	text-decoration: underline;
}
#prod-top-cta a:hover {
	color: #1a1a1a;
}
.cta-type.pill p {
	font-size: 11px;
	background-color: #1a1a1a;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 24px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px !important;
	margin-top: 25px;
}

/* Makes audience block content white in the SPGM industry pages */
.drywall_audience_text_white {
    color: rgb(255, 255, 255);
}

/* Contact Page Social Media */
ul.social-networks.float-none{
    float: none;
    margin-top: 10px;
}

.img-maxheight80{
    max-height:80px;
}

.img-maxheight90{
    max-height:90px;
}

.img-maxheight100{
    max-height:100px;
}

.img-maxheight110{
    max-height:110px;
}

/* HEXAGON Styles */

.hex-grid {
  display: grid;
  gap: 20px;
  grid: auto / repeat(6, 1fr);
}

.hex-item{
  grid-column: span 2;
  position: relative !important;
}

.hex-item:nth-child(5n){
  left: -50%;
  grid-column: span 2;
} 
.hex-item:nth-child(5n-1) {
  grid-column: span 4;
}

.hexagon {
  position: relative;
  height: 125px;
  width: 125px;
  margin: auto;
}

.hexagon:hover {
    cursor: pointer;
}

.hex-container {
  text-align: center;
}

.hexagon:before {
  position: absolute;
  content: '';
  top: 4px;  border width
  left: 4px;  border width
  height: calc(100% - 8px);  100% - (2 * border width)
  width: calc(100% - 8px);  100% - (2 * border width)
}
.hexagon:after {
  position: absolute;
  content: '';
  top: 4px;  border width
  left: 4px;  border width
  height: calc(100% - 8px);  100% - (2 * border width)
  width: calc(100% - 8px);  100% - (2 * border width)
}

/* MOBILE ADJUSTMENTS */
@media (max-width: 768px) {
    .hex-grid {
      display: flex;
      flex-wrap: wrap;
    }
    .hex-item{
        position: static !important;
        flex: 50% !important
        flex-basis: 50% !important;
        width: 40% !important;
    }
    
    .hex-item img {
        width: 100%;
    }
    
    .hero {
        background-size: cover !important;
    }
    
    .hero h2 {
        margin-top: 50px !important;
    }
    .hero h2 strong{
        font-size: 2rem !important;
    }
    
    .hero h1 span{
        font-size: 3rem !important;
    }
    
    #learning_overview_modules img {
        margin-top: 100px !important;
    }
    
}

/* TRAINING STYLES */
.training-header-details{
    width: 100%;
    height: 100px; 
    text-align: center; 
    color: white; 
    line-height: 100px;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 600;
}

.learning-video-thumbnail {
    position: absolute;
    left: calc(50% - 60px);
    top: -75px;
}