.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	/*height: 100%;*/
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666 \9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

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

#billboard {
	background: no-repeat center;
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-bottom: -1px;
	background-size: cover;
}

#billboard .slide_content {
	height: auto !important;
}

#billboard div.container,
#billboard div.row,
#billboard div.col {
	height: 100%;
}

#billboard_content {
	position: relative;
	z-index: 99;
}

#image_slider {
	position: relative;
	width: 100%;
}

#image_slider .image_slider,
#image_slider .image_slide,
#image_slider .image_slide::before,
#image_slider .bx-wrapper {
	width: 100%;
	/*height: 100%;*/
}

#image_slider .bx-viewport {
	/*height: 100% !important;*/
}

#image_slider .image_slide {
	background: no-repeat center;
	background-size: cover;
	/*height:100%;*/
}

#image_slider .image_slide::before {
	position:absolute;
	content: '';
	left:0;
	right:0;
	bottom:0;
	top:0;
	background: rgba(12, 56, 75, 0.69);
}

#image_slider .bx-controls-direction a {
	background: none;
	font-size: 2em;
	text-indent: 0;
	margin: 0;
}

#image_slider .bx-controls-direction a:focus,
#image_slider .bx-controls-direction a:hover {
	color: #c5e5e8;
}

#home_buttons {
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 0 27px rgba(0, 0, 0, 0.57);
}

#home_buttons::before,
#home_buttons::after {
	width: 100%;
	height: 50%;
	content: '';
	position: absolute;
	top: 0;
}

#home_buttons::before {
	background: #363a3a;
	left: 0;
}

#home_buttons::after {
	background: #24a9b5;
	right: 0;
	bottom: 0;
	top: auto;
}

#home_buttons .row {
	margin: 0;
}

#home_buttons .row > div {
	padding: 0;
}

#home_buttons .container {
	width: 100% !important;
	position: relative;
	z-index: 2;
	padding: 0;
}

#home_buttons .btn_l a:hover {
	background: #2a2d2d;
}

#home_buttons .btn_r a:hover {
	background: #135a60;
}

#home_buttons a {
	display: block;
	overflow: hidden;
}

#home_buttons a:hover {
	text-decoration: none;
	box-shadow: inset 0 0 20px 1px rgba(255, 255, 255, 0.5);
}

#home_buttons a:hover > span {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#home_buttons a > span {
	display: block;
	font-size: 1.875em;
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	color: #fff;
	text-align: center;
	padding: 21px 0 27px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

#home_buttons a > span span,
#home_buttons a > span img {
	display: inline-block;
	vertical-align: middle;
}

#home_buttons a > span img {
	margin: 2px 17px -2px 0;
}

#home_news {
	margin-bottom: 3.854%;
}

#home_news h2 {
	font: normal 2.250em/normal 'Libertad Bold', 'Arial', sans-serif;
	color: #464646;
	text-align: center;
	margin: 0 0 5%;
}

#home_news h3 {
	font-size: 1.125em;
	line-height: 1.334em;
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	margin: 0 0 8px;
}

#home_news .new_item {
	margin-bottom: 30px;
}

#home_news .new_item:nth-of-type(odd) {
	clear: left;
}

#home_news .new_item_inner {
	margin-bottom: 28px;
}

#home_news .thumb {
	padding-bottom: 10px;
}

#home_news .thumb img {
	width: 100%;
	display: block;
}

#home_news .post_date {
	font-size: 0.875em;
	font-family: 'Libertad Medium', 'Arial', sans-serif;
	color: #000;
	margin-bottom: 6px;
}

#home_news .post_excerpt {
	line-height: 1.438em;
}

#home_news .post_excerpt p:last-child {
	margin-bottom: 0;
}

#applications_pages {
	padding: 0;
	margin-bottom: 17px;
}

#applications_pages li {
	margin: 0 0 2px;
	padding: 0 15px;
	list-style: none;
	width: 50%;
	float: left;
}

#applications_pages li a {
	color: #c5e5e8;
}

.applications_pages_products {
	padding-top: 80px;
}

.applications_pages_block_outer {
	margin-bottom: 30px;
}

.applications_pages_block h2,
.applications_pages_block h3 {
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	color: #fff;
	margin: 0;
}

.applications_pages_block h2 {
	font-size: 1.875em;
	line-height: 1.174em;
	margin-bottom: 10.58%;
	padding-right: 15px;
}

.applications_pages_block h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
}

.home_product_block {
	background: rgba(75, 189, 199, 0.36);
	margin-bottom: 11px;
	padding: 5.27778% 11.38889% 10% 10.83%;
}

.home_product_block ul {
	margin: 0;
	padding: 0;
	font-size: 1.125em;
}

.home_product_block ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home_product_block ul ul {
	display: none;
}

.home_product_block ul li {
	margin-bottom: 4px;
	padding-left: 12px;
	position: relative;
}

.home_product_block ul li:last-child {
	margin-bottom: 0;
}

.home_product_block ul li::before {
	width: 6px;
	height: 6px;
	background: #4bbdc7;
	content: '';
	position: absolute;
	top: 0.556em;
	left: 0;
	border-radius: 50%;
}

.home_product_block ul a {
	color: #fff;
}

#home_woo_search_widget {
	position: relative;
}

.home_woo_cat_widget {
	margin-bottom: 9.3%;
}

.home_woo_cat_widget h3 {
	padding-left: 13px;
}

#home_news .thumb {
	padding-top: 6px;
	padding-bottom: 0;
	/* fix https://app.asana.com/0/191084852299945/1203490671387914 */
	height: 130px;
	background-size: cover !important;

	/* end fix https://app.asana.com/0/191084852299945/1203490671387914 */
}

@media screen and (min-width: 768px) {

#billboard .slide_content {
	height: 674px !important;
	padding: 15.5% 0 2%;
}

#home_buttons {
	margin-bottom: 30px;
}

#home_buttons::before,
#home_buttons::after {
	width: 50%;
	height: 100%;
}

#home_buttons::after {
	bottom: auto;
	top: 0;
}

#home_buttons a > span {
	padding: 31px 0 37px;
}

#home_news .new_item {
	margin-bottom: 0;
}



.applications_pages_products {
	padding-top: 0;
}

.applications_pages_block_outer {
	margin-bottom: 0;
	display: table;
}

.applications_pages_block {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 88px;
}

.applications_pages_block h2 {
	font-size: 2.875em;
}

}

@media screen and (min-width: 992px) {

#home_buttons {
	margin-bottom: 45px;
}

#home_buttons a > span {
	padding: 41px 0 47px;
}

#home_news .new_item_inner {
	border-bottom: solid 1px rgba(0, 0, 0, 0.11);
	padding-bottom: 21px;
}

}

@media screen and (min-width: 1200px) {

#home_buttons {
	margin-bottom: 70px;
}

#home_news .latest_posts > .row:last-child .new_item_inner {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

}

