.fancybox-margin {
	margin-right: 0 !important;
}

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

.fancybox-wrap iframe,
.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-nav {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-nav span {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.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;
	border-radius: 4px;
}

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

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer {
	position: relative;
}

.fancybox-inner {
	position: relative;
	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/fancy/fancybox_sprite.png");
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancy/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;
	width: 20%;
	height: 40%;
	top: 30%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancy/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-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 8010;
	background: url("../images/fancy/fancybox_overlay.png");
}

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

/* 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, 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, 0.8);
}

/*Retina graphics!*/

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

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

.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: 'Montserrat Regular', 'Arial', sans-serif;
	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;
	text-align: right;
}

.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: 'Montserrat Regular', 'Arial', sans-serif;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

header.header {
	top: 0;
	border-bottom: solid 5px #f2f2f2;
}

#page_content {
	padding-top: 178px;
}

/*
.breadcrumbs {
  font-size: .875em;
  margin-bottom: 24px;
  .bullet {
    margin: 0 14px 0 13px;
  }
  a {
    color: $color-dark;
  }
}
*/

.page_contact {
	margin-bottom: 40px;
}

.page_contact iframe {
	vertical-align: top;
}

.page_contact .the_content {
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 27px;
}

.page_contact .the_content h2 {
	font: normal 2.250em/1em 'Montserrat Bold', 'Arial', sans-serif;
	color: #000;
	margin: 0 0 15px;
}

.page_contact .the_content h2 span {
	font-size: .5em;
	color: #0054b4;
}

.page_contact .the_content h3 {
	font: normal 1.125em/1em 'Montserrat Bold', 'Arial', sans-serif;
	color: #0054b4;
	margin: 0 0 22px;
}

.page_contact .the_content p:last-child {
	margin-bottom: 0;
}

.page_contact .contact_info {
	font-family: 'Montserrat Light', 'Arial', sans-serif;
	text-align: justify;
	margin-bottom: 47px;
	padding-top: 16px;
}

.page_contact .contact_info p {
	margin-bottom: .75em;
}

.page_contact .contact_info p:last-child {
	margin-bottom: 0;
}

.page_contact .contact_info a {
	color: #000;
}

.page_contact .contact_info span {
	width: 96px;
	display: inline-block;
}

.page_contact .contact_info strong {
	font-size: 1.125em;
	font-family: 'Montserrat Bold', 'Arial', sans-serif;
	color: #0054b4;
}

.page_contact .contact_info img {
	max-width: 100%;
}

.page_contact .contact_info img.alignnone {
	margin-right: 0;
}

.page_contact .contact_map {
	position: relative;
}

.page_contact .contact_map img.map {
	width: 100%;
	display: block;
}

.page_contact .contact_map img.marker {
	margin: -26px 0 0 -2px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page_contact .contact_map .map_info {
	width: 280px;
	background: #fff;
	text-align: center;
	margin: 21px 0 0 -2px;
	padding: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.page_contact .contact_map .map_info::before,
.page_contact .contact_map .map_info::after {
	content: '';
	width: 0;
	height: 0;
	border: solid 3px #fff;
	position: absolute;
	border-top-color: transparent;
	left: 50%;
	top: -5px;
}

.page_contact .contact_map .map_info::before {
	border-left-color: transparent;
	margin-left: -5px;
}

.page_contact .contact_map .map_info::after {
	border-right-color: transparent;
}

.page_contact .contact_map .map_info h3 {
	font: bold 1.125em/normal 'Tahoma', sans-serif;
	color: #0054b4;
	margin: 0 0 3px;
}

.page_contact .contact_map .map_info p {
	font: normal 0.875em/normal 'OpenSans', 'Arial', sans-serif;
	color: #000;
	margin: 0;
}

#contact_map {
	margin-top: 10px;
}

#contact_map .infowindow_style {
	max-width: 300px !important;
}

#contact_map .infowindow_style button {
	-webkit-transform: translate(-5px, 5px);
	-ms-transform: translate(-5px, 5px);
	transform: translate(-5px, 5px);
}

#contact_map .infowindow_style .infoWindowArrowShadow {
	overflow: visible !important;
	max-width: 100% !important;
}

#contact_map .infowindow_style .infoWindowBGShadow {
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

#contact_map .infowindow_style .infoWindowArrow {
	display: none;
}

#contact_map .infowindow_style .infoWindowBG {
	box-shadow: none !important;
	border-radius: 0 !important;
}

#contact_map .gm-style .gm-style-iw {
	overflow: visible;
}

#contact_map .gm-style .gm-style-iw div {
	vertical-align: top;
	overflow: visible !important;
}

#contact_map .gm-style .gm-style-iw-t {
	max-width: 300px;
	right: auto !important;
	left: 0 !important;
	-webkit-transform: translate(-162px, 0);
	-ms-transform: translate(-162px, 0);
	transform: translate(-162px, 0);
}

#contact_map .gm-style .gm-style-iw-t::before,
#contact_map .gm-style .gm-style-iw-t:after {
	display: none;
}

#contact_form_wrapper {
	padding-top: 20px;
}

#contact_map_info {
	background: #fff;
	font-size: 16px;
	text-align: center;
	padding: 18px 13px;
	min-width: 252px;
	position: relative;
}

#contact_map_info::before,
#contact_map_info::after {
	content: '';
	width: 0;
	height: 0;
	border: solid 3px #fff;
	position: absolute;
	border-top-color: transparent;
	left: 50%;
	top: -6px;
}

#contact_map_info::before {
	border-left-color: transparent;
	margin-left: 7px;
}

#contact_map_info::after {
	border-right-color: transparent;
	margin-left: 12px;
}

#contact_map_info h3 {
	font: bold 1.125em/normal 'Tahoma', sans-serif;
	color: #0054b4;
	margin: 0 0 3px;
}

#contact_map_info p {
	font: normal 0.875em/normal 'OpenSans', 'Arial', sans-serif;
	color: #000;
	margin: 0;
}

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

.page_cms img {
	max-width: 100%;
	height: auto;
}

.page_cms img.alignnone {
	margin: 0 0 10px;
}

.page_cms img.margin-top {
	margin-top: 20px;
}

.page_cms .entry-content {
	line-height: 1.875em;
	font-family: 'OpenSans', 'Arial', sans-serif;
	color: #000;
	text-align: justify;
	letter-spacing: 0.19px;
	padding-bottom: 30px;
}

.page_cms .entry-content h2 {
	font: normal 2.250em/normal 'Montserrat Bold', 'Arial', sans-serif;
	color: #000;
	margin: 0;
	padding-top: 16px;
}

.page_cms .entry-content h3 {
	font: normal 1.250em/normal 'Montserrat Bold', 'Arial', sans-serif;
	color: #000;
	margin: 0;
	padding-top: 16px;
}

.page_cms .entry-content h2 + h4,
.page_cms .entry-content h3 + h4 {
	font: normal 1.250em/normal 'Montserrat Bold', 'Arial', sans-serif;
	color: #0054b4;
	margin: -2px 0 26px;
}

.page_cms .entry-content h5 {
	font: normal 1em/1.563em 'OpenSans', 'Arial', sans-serif;
	color: #000;
	margin: 0 0 1.375em;
}

.page_cms .entry-content p {
	margin-bottom: 1.25em;
}

.page_cms .entry-content p:last-child {
	margin-bottom: 0;
}

.home_contacts {
	z-index: 2;
	-webkit-transform: translateY(400px);
	-ms-transform: translateY(400px);
	transform: translateY(400px);
}

.home_contact_form_border {
	border: solid 20px transparent;
	margin: 0 -15px;
}

.home_contact_form_wrapper {
	background: #fff;
	padding: 18px 30px 22px;
}

.home_contact_form {
	margin: 0 -2px;
}

.featured_machinery_wrapper {
	margin: 0 -13px;
	padding: 0 45px;
}

#featured_machinery {
	border-top: solid 1px #f0f0f0;
	padding: 41px 0 30px;
}

#featured_machinery h3 {
	font: normal 2.250em/normal 'Montserrat Bold', 'Arial', sans-serif;
	color: #000;
	margin: 0 0 27px;
}

#featured_machinery .owl-stage-outer {
	z-index: 2;
}

#featured_machinery .item {
	text-align: center;
	padding: 0;
}

#featured_machinery .item a,
#featured_machinery .item strong,
#featured_machinery .item span,
#featured_machinery .item img {
	display: block;
}

#featured_machinery .item a {
	border: solid 10px transparent;
	font-family: 'OpenSans', 'Arial', sans-serif;
	text-decoration: none;
	color: #000;
	padding: 7px 9px 3px 9px;
}

#featured_machinery .item a:hover {
	border-color: rgba(0, 84, 180, 0.5);
	color: #0054b4;
}

#featured_machinery .item strong {
	background: no-repeat center;
	background-size: contain;
}

#featured_machinery .item strong.no_image img {
	margin-top: 13px;
}

#featured_machinery .item span {
	font-size: 0.875em;
	line-height: 1.643em;
	font-family: 'Montserrat Regular', 'Arial', sans-serif;
	min-height: 6.572em;
	margin: 0 -7px 6px;
}

#featured_machinery .item img {
	width: 100%;
	margin-bottom: 16px;
}

#featured_machinery .owl-nav {
	width: calc(100% + 90px);
	margin-top: -44px;
	position: absolute;
	left: -45px;
	top: 50%;
}

#featured_machinery .owl-nav > div {
	width: 46px;
	height: 46px;
	background: #e5e5e5;
	font-size: 1.125em;
	color: #fff;
	line-height: 46px;
	text-align: center;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-radius: 50%;
}

#featured_machinery .owl-nav > div:hover {
	background: #0054b4;
}

#featured_machinery .owl-nav > div:hover .fa {
	color: #fff;
}

#featured_machinery .owl-nav > div.owl-prev {
	float: left;
}

#featured_machinery .owl-nav > div.owl-next {
	float: right;
}

#featured_machinery .owl-nav > div .fa {
	color: #000;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.about_slider_wrapper .bx-controls {
	width: 100%;
	margin-top: 0;
	position: absolute;
	left: 0;
	top: 50%;
}

.about_slider_wrapper .bx-controls a {
	width: 32px;
	height: 32px;
	background: #e5e5e5;
	font-size: 1.125em;
	color: #fff;
	line-height: 32px;
	text-align: center;
	text-indent: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-radius: 50%;
}

.about_slider_wrapper .bx-controls a:hover {
	background: #0054b4;
}

.about_slider_wrapper .bx-controls a:hover .fa {
	color: #fff;
}

.about_slider_wrapper .bx-controls a.bx-prev {
	float: left;
}

.about_slider_wrapper .bx-controls a.bx-next {
	float: right;
}

.about_slider_wrapper .bx-controls a .fa {
	color: #000;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.equipment_wrapper {
	background: #f5f5f5;
	margin-bottom: 70px;
	padding: 0 10px 20px;
}

.equipment_wrapper .items_wrapper {
	position: relative;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.equipment_wrapper .items {
	border: solid 10px transparent;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.equipment_wrapper .items h3 {
	font-size: 1.5em;
	font-family: 'Montserrat Bold', 'Arial', sans-serif;
	color: #0054b4;
	opacity: .8;
	margin: 0 0 13px;
}

.equipment_wrapper .items ul {
	margin: 0;
	padding: 0;
	opacity: .8;
}

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

.equipment_wrapper .items ul li {
	margin-bottom: 10px;
}

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

.equipment_wrapper .items a {
	color: #000;
}

.equipment_wrapper .items a:hover {
	color: #0054b4;
}

.equipment_wrapper .items_inner {
	background: #fff;
	padding: 26px 35px 24px;
}

.equipment_wrapper .item_anchor {
	position: absolute;
	top: -120px;
}

.equipment_terms_wrapper {
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.equipment_terms_wrapper.fixed {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding-top: 50px;
	position: fixed;
	top: 160px;
	left: 0;
	z-index: 3;
}

.equipment_terms_wrapper.fixed .equipment_terms_block {
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}

.equipment_terms {
	text-align: center;
	margin: 0 -15px 21px;
}

.equipment_terms a {
	display: inline-block;
	border-top: solid 5px transparent;
	font-size: 1.5em;
	font-family: 'Montserrat Bold', 'Arial', sans-serif;
	text-decoration: none;
	color: #999;
	padding: 5px 10px;
}

.equipment_terms a:hover {
	color: #0054b4;
	border-top-color: #0054b4;
}

.page_info {
	margin-bottom: 54px;
}

.page_info .page-title {
	font: bold 2.250em/normal 'Montserrat Bold', 'Arial', sans-serif;
	color: #000;
	margin: 0 0 14px;
	letter-spacing: .75px;
}

.page_info .subtitle {
	font: bold 1.125em/1.389em 'Montserrat Bold', 'Arial', sans-serif;
	color: #0054b4;
	margin: -19px 0 0;
}

.page_info .no_subtitle .term-description {
	margin-left: 0;
}

.page_info .term-description {
	font-family: 'OpenSans', 'Arial', sans-serif;
	line-height: 1.875em;
	color: rgba(0, 0, 0, 0.8);
	letter-spacing: 0.35px;
	text-align: justify;
	padding-top: 5px;
}

.page_info .term-description a {
	color: #0054b4;
}

.page_info .term-description p {
	margin-bottom: 0.625em;
}

.page_info .term-description p:last-child {
	margin-bottom: 0;
}

.page_favorites .entry-content h2 {
	font-family: 'Tahoma', sans-serif;
	font-weight: bold;
	margin-bottom: 29px;
	padding-top: 4px;
}

.page_favorites #yith-wcwl-form {
	background: #f5f5f5;
	margin-bottom: 30px;
	padding: 10px;
}

.page_favorites #yith-wcwl-form .wishlist-title {
	display: none;
}

.page_favorites table.wishlist_table {
	border: none;
	font-size: 1em;
	margin: 0;
	border-radius: 0;
}

.page_favorites table.wishlist_table thead,
.page_favorites table.wishlist_table tfoot {
	display: none;
}

.page_favorites table.wishlist_table tbody tr {
	display: block;
	background: #fff;
	border-top: solid 10px #f5f5f5;
}

.page_favorites table.wishlist_table tbody tr:first-child {
	border-top: none;
}

.page_favorites table.wishlist_table tbody tr td {
	border: none;
	padding: 10px 9px !important;
	display: block !important;
}

.page_favorites table.wishlist_table tbody tr td.product-thumbnail img {
	width: auto;
	display: block;
	margin: 0 auto;
}

.page_favorites table.wishlist_table tbody tr td.product-thumbnail a {
	max-width: none;
}

.page_favorites table.wishlist_table tbody tr td.product-remove {
	text-align: center !important;
	margin: 0 auto;
	padding-bottom: 30px;
	clear: both;
}

.page_favorites table.wishlist_table tbody tr td.product-remove a {
	width: 17px;
	height: 30px;
	background: url('../images/icons/delete.png') no-repeat center;
	text-indent: -9999px;
	margin: 0 auto;
	background-size: contain;
	border-radius: 0;
}

.page_favorites table.wishlist_table tbody tr td.product-remove a:hover {
	background-color: transparent;
}

.page_favorites table.wishlist_table tbody tr td.product-name a {
	display: block;
	font: bold 0.875em/normal 'Tahoma', sans-serif;
	color: #000;
}

.page_favorites table.wishlist_table tbody tr td.product-name a:hover {
	color: #0054b4;
}

.page_favorites table.wishlist_table tbody tr td.product-add-to-cart {
	margin: 0 auto;
	clear: both;
}

.page_favorites table.wishlist_table tbody tr td.product-add-to-cart a {
	background: #0054b4;
	text-transform: none;
	text-decoration: none;
	font: bold .857em/normal 'Tahoma', sans-serif;
	color: #fff;
	margin: 0;
	min-width: 145px;
	padding: 13px 15px;
	border-radius: 0;
}

.page_favorites table.wishlist_table tbody tr td.product-add-to-cart a:hover,
.page_favorites table.wishlist_table tbody tr td.product-add-to-cart a:focus {
	background-color: #003674;
	color: #fff;
}

.page_favorites table.wishlist_table tbody tr:first-child td {
	border: none;
}

#main .woocommerce-message {
	border-top-color: #0054b4;
}

#main .woocommerce-message::before {
	color: #0054b4;
}

.page_cms .entry-content .woocommerce-order h2 {
	font-size: 1.5em;
	margin-bottom: 15px;
}

.page_cms .entry-content .woocommerce-order h2.woocommerce-order-details__title {
	font-size: 2.25em;
}

.page_cms .entry-content .woocommerce-order h3 {
	font-size: 1.125em;
	margin-bottom: 15px;
}

.page_cms .entry-content .woocommerce-order h4 {
	font-size: 1.5em;
	font-family: 'Montserrat Bold', 'Arial', sans-serif;
	text-align: left;
	margin: 18px 0;
}

.page_cms .entry-content .woocommerce-order ul.order_details {
	font: bold 1.125em/1.389em 'Montserrat Bold', 'Arial', sans-serif;
	color: #0054b4;
	padding: 0;
}

.page_cms .entry-content .woocommerce-order ul.order_details li {
	border: none;
	font-size: 1em;
	text-transform: none;
	float: none;
	margin: 0;
	padding: 0;
}

.page_cms .entry-content .woocommerce-order ul.order_details li strong {
	display: inline;
	font-size: 1em;
	font-weight: normal;
	font-family: 'OpenSans', 'Arial', sans-serif;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table {
	border: none;
	border-radius: 0;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table thead {
	display: none;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr:last-child table {
	border-bottom: none;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr th {
	font: normal 1em/1.5em 'OpenSans', 'Arial', sans-serif;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr td {
	font: normal 1em/1.5em 'OpenSans', 'Arial', sans-serif;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr th,
.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr td {
	background: #fff;
	border: none;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr th a,
.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr th .product-quantity,
.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr td a,
.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr td .product-quantity {
	font: normal 1em/1.5em 'OpenSans', 'Arial', sans-serif;
	color: #000;
	text-decoration: none;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr th a:hover,
.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr th .product-quantity:hover,
.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr td a:hover,
.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr td .product-quantity:hover {
	color: #0054b4;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr:first-child th,
.page_cms .entry-content .woocommerce-order .woocommerce-table tbody tr:first-child td {
	border-top: none;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table table {
	width: 100%;
	border-bottom: solid 10px #f5f5f5;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table table tbody tr td {
	padding: 10px;
	vertical-align: middle;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table table tbody tr td:first-child {
	width: 135px;
	text-align: center;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table table tbody tr td:first-child img {
	width: auto;
	height: 86px;
	max-width: 100%;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table table tbody tr td:last-child {
	width: auto;
}

.page_cms .entry-content .woocommerce-order .woocommerce-table table tbody tr td:last-child a {
	font-size: 0.875em;
	line-height: normal;
	font-weight: bold;
}

.page_cms .entry-content .woocommerce-order .woocommerce-customer-details address {
	border: none;
	line-height: 1.75em;
	padding: 0 0 12px;
	border-radius: 0;
}

.woocommerce-message {
	display: none;
}

.woocommerce_message_wrapper .fancybox-skin {
	background: #fff;
	line-height: 1.875em;
	font-family: 'OpenSans', 'Arial', sans-serif;
	color: #000;
	text-align: justify;
	letter-spacing: 0.19px;
	padding-bottom: 30px;
}

.woocommerce_message_wrapper .fancybox-skin .woocommerce-message {
	background: #fff;
	border-top-color: #0054b4;
	padding: 15px 30px 15px 50px;
	margin: 0 50px 0 0;
}

.woocommerce_message_wrapper .fancybox-skin .woocommerce-message::before {
	color: #0054b4;
}

.woocommerce_message_wrapper .fancybox-skin .woocommerce-message .wc-forward {
	display: none;
}

#contact_form_wrapper .woocommerce-request {
	width: auto;
	padding: 0;
}

#contact_form_wrapper form {
	padding: 2px 2px 0;
}

#contact_form_wrapper .woocommerce-request.woocommerce-cart div[id*="payment"] a.button,
#contact_form_wrapper .woocommerce-request.woocommerce-cart div[id*="payment"] button.button {
	padding: 14px 15px 15px;
	line-height: 1em;
	border: solid 1px #0054b4;
	margin: 0 auto 8px;
}

#contact_form_wrapper .woocommerce-request.woocommerce-cart div[id*="payment"] a.button:hover,
#contact_form_wrapper .woocommerce-request.woocommerce-cart div[id*="payment"] button.button:hover {
	background-color: #003674;
}

#contact_form_wrapper .woocommerce-request.woocommerce-cart .woocommerce-billing-fields p[id*="billing_state_field"] select + label {
	font-size: 0.65em;
	color: #0054b4;
	padding: 2px 5px;
}

#contact_form_wrapper .woocommerce-request.woocommerce-cart .woocommerce-billing-fields p[id*="billing_phone_field"],
#contact_form_wrapper .woocommerce-request.woocommerce-cart .woocommerce-billing-fields p[id*="billing_fax_field"],
#contact_form_wrapper .woocommerce-request.woocommerce-cart .woocommerce-billing-fields p[id*="billing_country_field"] {
	width: 100%;
}

.woocommerce-account .woocommerce form {
	border: none;
	position: relative;
	padding: 15px;
	border-radius: 0;
}

.woocommerce-account .woocommerce form.woocommerce-form {
	margin: 0 -15px;
}

.woocommerce-account .woocommerce form.woocommerce-form > div::after {
	width: 100%;
	display: table;
	content: '';
	clear: both;
}

.woocommerce-account .woocommerce form.woocommerce-form .form-row label.checkbox {
	line-height: 1.875em;
	font-family: 'OpenSans', 'Arial', sans-serif;
	font-weight: normal;
}

.woocommerce-account .woocommerce form.woocommerce-form .form-row label.checkbox .input-checkbox {
	position: relative;
}

.woocommerce-account .woocommerce form.woocommerce-form p {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
	padding: 0 15px;
	clear: none;
}

.woocommerce-account .woocommerce form.woocommerce-form p[id*="billing_phone_field"],
.woocommerce-account .woocommerce form.woocommerce-form p[id*="billing_fax_field"],
.woocommerce-account .woocommerce form.woocommerce-form p[id*="billing_country_field"] {
	width: 100%;
}

.woocommerce-account .woocommerce form.woocommerce-form p[id*="order_comments_field"] {
	width: 100%;
}

.woocommerce-account .woocommerce form.woocommerce-form p.btn_set label {
	padding: 10px 0;
}

.woocommerce-account .woocommerce form.woocommerce-form p.lost_password {
	font-size: .875em;
	line-height: normal;
	padding-top: 10px;
}

.woocommerce-account .woocommerce form.woocommerce-form p.woocommerce-invalid input,
.woocommerce-account .woocommerce form.woocommerce-form p.woocommerce-invalid textarea,
.woocommerce-account .woocommerce form.woocommerce-form p.woocommerce-invalid select {
	border-color: #f00;
	box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
}

.woocommerce-account .woocommerce form.woocommerce-form p.password_visible .fa::before {
	content: '\f070';
}

.woocommerce-account .woocommerce form.woocommerce-form p label {
	font: normal 0.875em/normal 'OpenSans', 'Arial', sans-serif;
	color: #666;
	margin: 0;
	padding: 8px 16px;
	position: absolute;
	top: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.woocommerce-account .woocommerce form.woocommerce-form p label abbr {
	display: none;
}

.woocommerce-account .woocommerce form.woocommerce-form p input:not([type=checkbox]):not([type=radio]),
.woocommerce-account .woocommerce form.woocommerce-form p textarea {
	width: 100%;
	height: 35px;
	display: block;
	border: solid 1px #999;
	font-size: 0.875em;
	font-family: 'OpenSans', 'Arial', sans-serif;
	color: #666;
	margin: 0;
	padding: 12px 15px;
	outline: none;
}

.woocommerce-account .woocommerce form.woocommerce-form p input:not([type=checkbox]):not([type=radio]):focus ~ label,
.woocommerce-account .woocommerce form.woocommerce-form p input:not([type=checkbox]):not([type=radio]):active ~ label,
.woocommerce-account .woocommerce form.woocommerce-form p input:not([type=checkbox]):not([type=radio]).not_empty ~ label,
.woocommerce-account .woocommerce form.woocommerce-form p textarea:focus ~ label,
.woocommerce-account .woocommerce form.woocommerce-form p textarea:active ~ label,
.woocommerce-account .woocommerce form.woocommerce-form p textarea.not_empty ~ label {
	font-size: 0.65em;
	color: #0054b4;
	padding: 2px 5px;
}

.woocommerce-account .woocommerce form.woocommerce-form p input:not([type=checkbox]):not([type=radio]).error,
.woocommerce-account .woocommerce form.woocommerce-form p textarea.error {
	border-color: #f00;
	box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
}

.woocommerce-account .woocommerce form.woocommerce-form p textarea {
	height: 100px;
	resize: none;
}

.woocommerce-account .woocommerce form.woocommerce-form p input:not([type=checkbox]):not([type=radio]):focus,
.woocommerce-account .woocommerce form.woocommerce-form p textarea:focus {
	width: calc(100% + 4px);
	height: calc(35px + 4px);
	border: solid 3px #0054b4;
	color: #000;
	margin: -2px;
}

.woocommerce-account .woocommerce form.woocommerce-form p textarea:focus {
	height: calc(100px + 4px);
}

.woocommerce-account .woocommerce form.woocommerce-form input[type=checkbox] {
	margin-top: 0;
}

.woocommerce-account .woocommerce div[id*="payment"] {
	background: none;
	border-radius: 0px;
}

.woocommerce-account .woocommerce div[id*="payment"] div.form-row {
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-account .woocommerce div[id*="payment"] a.button,
.woocommerce-account .woocommerce div[id*="payment"] button.button {
	width: 145px;
	display: block;
	background-color: #0054b4;
	font-weight: normal;
	font-family: 'Montserrat Medium', 'Arial', sans-serif;
	text-transform: none;
	font-weight: normal;
	line-height: 1em;
	min-width: 145px;
	margin: 0 auto;
	padding: 15px 15px 16px;
	float: none !important;
}

.woocommerce-account .woocommerce div[id*="payment"] a.button:hover,
.woocommerce-account .woocommerce div[id*="payment"] button.button:hover {
	background-color: #003674;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding-left: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
	display: none;
}

.entry-content .tablepress {
	background: #f5f5f5;
	border-collapse: separate;
	border-spacing: 10px;
	border: none;
}

.entry-content .tablepress tr:hover td {
	background: #fff;
}

.entry-content .tablepress td {
	background: #fff;
	border: none;
}

.entry-content .tablepress td:hover {
	background: #fff;
}

.woocommerce .woocommerce-order-details-table {
	width: 100%;
	background: #f5f5f5;
	border-collapse: separate;
}

.woocommerce .woocommerce-order-details-table td {
	width: auto;
	display: block;
	vertical-align: top;
	background: #fff;
	padding: 0 0 15px;
}

.woocommerce .woocommerce-order-details-table section {
	margin: 0;
}

.woocommerce .woocommerce-order-details-table section table,
.woocommerce .woocommerce-order-details-table section address {
	border-radius: 0;
}

#about_content {
	padding: 43px 0 0;
}

#about_content .section_block {
	margin-bottom: 30px;
}

#about_content .text_block .content_holder {
	font-family: 'Montserrat Light', 'Arial', sans-serif;
	line-height: 1.563em;
	text-align: justify;
}

#about_content .text_block .content_holder p {
	margin-bottom: 1.563em;
}

#about_content .text_block .content_holder h2 {
	font: normal 2.250em/1.250em 'Montserrat Bold', 'Arial', sans-serif;
	color: #000;
	margin: 0 0 38px;
	text-align: left;
}

#about_content .text_block .content_holder h2 + h4 {
	font: normal 1.125em/normal 'Montserrat Bold', 'Arial', sans-serif;
	color: #0054b4;
	margin: -38px 0 26px;
}

#about_content .text_block .content_holder h6 {
	font: normal 1em/1.875em 'Montserrat Light', 'Arial', sans-serif;
	color: #000;
	margin: 0 0 1.563em;
}

#about_content .text_block .content_holder ul {
	margin: 0;
	padding: 9px 0 34px 0;
	list-style: none;
}

#about_content .text_block .content_holder ul li {
	background: url('../images/backgrounds/square_mark.png') no-repeat left 0.438em;
	margin-bottom: 20px;
	padding: 0 0 0 27px;
}

#about_content .text_block .content_holder * + h2 {
	padding-top: 30px;
}

#about_content .text_block .content_holder * + h2:first-child {
	padding-top: 0;
}

#about_content .text_block .content_holder *:last-child {
	margin-bottom: 0;
}

#about_content .text_block .sidebar_holder {
	padding: 24px 0 0;
}

#about_content .text_block .sidebar_holder img {
	margin: 0 auto;
}

#about_content .text_block .sidebar_holder p {
	margin-bottom: 1.875em;
}

#about_content .text_block .sidebar_holder h5 {
	font: normal 0.875em/1.643em 'OpenSans SemiBold', 'Arial', sans-serif;
	color: #0054b4;
	margin: -14px 0 0;
}

#about_content .features_block .row {
	margin-bottom: 5px;
}

#about_content .features_block .row:last-child {
	margin-bottom: 0;
}

#about_content .features_block .title_holder {
	font: normal 18px/1.2223em 'Montserrat Bold', 'Arial', sans-serif;
	margin-bottom: 15px;
	padding-top: 4px;
}

#about_content .features_block .content_holder {
	font-family: 'Montserrat Light', 'Arial', sans-serif;
	line-height: 1.875em;
}

#about_content .banner_block {
	padding: 0 0 30px;
}

#about_content .banner_block.for_mobile {
	display: block;
}

#about_content .banner_block.hide_mobile {
	display: none;
}

#about_content .banner_block img {
	display: block;
	margin: 0 auto;
}

.woocommerce_message_wrapper.woocommerce_message_page_wrapper .fancybox-skin {
	text-align: left;
}

.woocommerce_message_wrapper.woocommerce_message_page_wrapper .fancybox-skin .woocommerce-message {
	padding: 15px 0 15px 50px;
	margin: 0 35px 0 0;
}

.woocommerce_message_wrapper.woocommerce_message_page_wrapper .fancybox-skin .woocommerce-message .button {
	margin: 0 0 15px;
}

.woocommerce_message_wrapper .fancybox-skin {
	background: #fff;
	line-height: 1.875em;
	font-family: 'OpenSans', 'Arial', sans-serif;
	color: #000;
	text-align: justify;
	letter-spacing: 0.19px;
	padding-bottom: 30px;
}

.woocommerce_message_wrapper .fancybox-skin .woocommerce-message,
.woocommerce_message_wrapper .fancybox-skin .woocommerce-message-popup {
	background: #fff;
	border-top: 3px solid #0054b4;
	padding: 15px 30px 15px 50px;
	margin: 0 50px 0 0;
}

.woocommerce_message_wrapper .fancybox-skin .woocommerce-message::before,
.woocommerce_message_wrapper .fancybox-skin .woocommerce-message-popup::before {
	font-family: 'WooCommerce', sans-serif;
	content: '\e015';
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
	color: #0054b4;
}

.woocommerce_message_wrapper .fancybox-skin .woocommerce-message .wc-forward,
.woocommerce_message_wrapper .fancybox-skin .woocommerce-message-popup .wc-forward {
	display: none;
}

.woocommerce_message_wrapper .fancybox-skin .btn_wrapper {
	text-align: center;
}

.woocommerce_message_wrapper .fancybox-skin .button {
	font-weight: normal;
	text-transform: none;
	margin: 30px 15px 0;
	float: none;
}

form#yith-wcwl-form > #yith-wcwl-form {
	margin-bottom: 0;
	padding: 0;
}

.woocommerce-password-hint,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	line-height: 1.5em;
}

.woocommerce-password-strength.short {
	line-height: 1.25em;
	margin: .5em 0 0 0;
}

a.toggle_password_visibility {
	position: absolute;
	right: 30px;
	top: 8px;
}

@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/fancy/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/fancy/fancybox_loading@2x.gif");
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}

}

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

.woocommerce_message_wrapper.woocommerce_message_page_wrapper .fancybox-skin .woocommerce-message .button {
	margin: 0 0 0 35px;
	float: right;
}

}

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

.admin-bar header.header {
	top: 46px;
}

#page_content {
	padding-top: 133px;
}

.home_contacts {
	-webkit-transform: translateY(600px);
	-ms-transform: translateY(600px);
	transform: translateY(600px);
}

.home_contact_form_border {
	border-color: transparent;
	margin: 0;
}

.home_contact_form_wrapper {
	padding: 38px 50px 42px;
}

.featured_machinery_wrapper {
	padding: 0 45px;
}

#featured_machinery .owl-nav {
	left: -45px;
	width: calc(100% + 90px);
}

#equipment {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.equipment_terms_wrapper.fixed .equipment_terms_block {
	width: 750px;
}

.equipment_terms {
	width: calc(100% + 30px);
	display: table;
	margin: 0 -15px 21px;
}

.equipment_terms a {
	display: table-cell;
}

.page_favorites article {
	margin: 0 -15px;
}

.page_favorites .entry-content {
	margin-left: 8.33333%;
	width: 83.33333%;
	padding: 0 15px;
}

.page_favorites table.wishlist_table tbody tr {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page_favorites table.wishlist_table tbody tr td.product-thumbnail {
	width: 14.5%;
	float: none;
}

.page_favorites table.wishlist_table tbody tr td.product-thumbnail img {
	width: 100%;
}

.page_favorites table.wishlist_table tbody tr td.product-remove {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
	width: 11%;
	clear: none;
	margin: 0;
	padding-bottom: 10px;
}

.page_favorites table.wishlist_table tbody tr td.product-name {
	width: 54.5%;
	float: none;
}

.page_favorites table.wishlist_table tbody tr td.product-add-to-cart {
	width: 20%;
	clear: none;
	margin: 0;
}

.page_cms .entry-content .woocommerce-order ul.order_details {
	margin-right: -50px;
}

#contact_form_wrapper .woocommerce-request.woocommerce-cart .woocommerce-billing-fields p[id*="billing_phone_field"],
#contact_form_wrapper .woocommerce-request.woocommerce-cart .woocommerce-billing-fields p[id*="billing_fax_field"],
#contact_form_wrapper .woocommerce-request.woocommerce-cart .woocommerce-billing-fields p[id*="billing_country_field"] {
	width: 33.33333%;
}

.woocommerce-account .woocommerce form {
	padding: 30px 0 0 !important;
}

.woocommerce-account .woocommerce form.woocommerce-form p {
	width: 50%;
}

.woocommerce-account .woocommerce form.woocommerce-form p[id*="billing_phone_field"],
.woocommerce-account .woocommerce form.woocommerce-form p[id*="billing_fax_field"],
.woocommerce-account .woocommerce form.woocommerce-form p[id*="billing_country_field"] {
	width: 33.33333%;
}

.woocommerce-account .woocommerce form.woocommerce-form p label {
	padding: 13px 16px;
}

.woocommerce-account .woocommerce form.woocommerce-form p input:not([type=checkbox]):not([type=radio]),
.woocommerce-account .woocommerce form.woocommerce-form p textarea {
	height: 45px;
}

.woocommerce-account .woocommerce form.woocommerce-form p textarea {
	height: 180px;
}

.woocommerce-account .woocommerce form.woocommerce-form p input:not([type=checkbox]):not([type=radio]):focus,
.woocommerce-account .woocommerce form.woocommerce-form p textarea:focus {
	height: calc(45px + 4px);
}

.woocommerce-account .woocommerce form.woocommerce-form p textarea:focus {
	height: calc(180px + 4px);
}

#about_content .section_block {
	margin-bottom: 57px;
}

#about_content .text_block .content_holder {
	margin-right: 1px;
}

#about_content .text_block .content_holder * + h2 {
	padding-top: 53px;
}

#about_content .features_block .title_holder {
	margin-bottom: 0;
}

#about_content .banner_block {
	padding: 21px 0 67px;
}

#about_content .banner_block.for_mobile {
	display: none;
}

#about_content .banner_block.hide_mobile {
	display: block;
}

.woocommerce_message_wrapper.woocommerce_message_page_wrapper .fancybox-skin .woocommerce-message {
	padding: 30px 0 15px 80px;
	margin: 0 50px 0 0;
}

}

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

.admin-bar header.header {
	top: 32px;
}

.home_contacts {
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home_contact_form_border {
	background-color: rgba(51, 51, 51, 0.15);
	margin: 0 -50px;
}

#equipment {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.equipment_terms_wrapper.fixed .equipment_terms_block {
	width: 970px;
}

.woocommerce_message_wrapper.woocommerce_message_page_wrapper .fancybox-skin .woocommerce-message {
	padding: 30px 0 15px 60px;
}

}

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

.featured_machinery_wrapper {
	padding: 0 30px;
}

#featured_machinery .owl-nav {
	left: -40px;
	width: calc(100% + 80px);
}

.equipment_terms_wrapper.fixed .equipment_terms_block {
	width: 1170px;
}

.woocommerce .woocommerce-order-details-table {
	border-spacing: 10px;
}

.woocommerce .woocommerce-order-details-table td {
	width: 50%;
	display: table-cell;
	padding: 15px 30px;
}

.woocommerce .woocommerce-order-details-table td:first-child {
	width: 66.6667%;
	padding: 0;
}

}

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

.featured_machinery_wrapper {
	padding: 0;
}

}

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

.featured_machinery_wrapper {
	padding: 0;
}

#featured_machinery .owl-nav {
	width: calc(100% + 200px);
	left: -100px;
}

}

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

.featured_machinery_wrapper {
	padding: 0;
}

#featured_machinery .owl-nav {
	width: calc(100% + 410px);
	left: -205px;
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

