﻿/*
 * NOTE: like 25% of this file (over 2k lines) is just fontawesome rules. Can these be trimmed?
 * The first 80% of these rules are presumably Medora's, compiled from various .scss files, listed in sass/main.scss
 * After that (I put a comment, search for Integra) are css rules that other company added, which aren't present in any source files.
 */
@import url("//hello.myfonts.net/count/328c2d");
@font-face {
font-family:'FF Mark Pro';
src:url("../fonts/ff-mark-webfonts/328C2D_1_0.eot");
src:url("../fonts/ff-mark-webfonts/328C2D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/ff-mark-webfonts/328C2D_1_0.woff2") format("woff2"), url("../fonts/ff-mark-webfonts/328C2D_1_0.woff") format("woff"), url("../fonts/ff-mark-webfonts/328C2D_1_0.ttf") format("truetype");
font-weight:300;
font-style:normal
}
@font-face {
font-family:'FF Mark Pro';
src:url("../fonts/ff-mark-webfonts/328C2D_2_0.eot");
src:url("../fonts/ff-mark-webfonts/328C2D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/ff-mark-webfonts/328C2D_2_0.woff2") format("woff2"), url("../fonts/ff-mark-webfonts/328C2D_2_0.woff") format("woff"), url("../fonts/ff-mark-webfonts/328C2D_2_0.ttf") format("truetype");
font-weight:bold;
font-style:normal
}
@font-face {
font-family:'FF Mark Pro';
src:url("../fonts/ff-mark-webfonts/328C2D_3_0.eot");
src:url("../fonts/ff-mark-webfonts/328C2D_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/ff-mark-webfonts/328C2D_3_0.woff2") format("woff2"), url("../fonts/ff-mark-webfonts/328C2D_3_0.woff") format("woff"), url("../fonts/ff-mark-webfonts/328C2D_3_0.ttf") format("truetype");
font-weight:normal;
font-style:normal
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
font-family:'FontAwesome';
src:url("../fonts/font-awesome-4.7/fontawesome-webfont.eot?v=4.7.0");
src:url("../fonts/font-awesome-4.7/fo-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome-4.7/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome-4.7/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome-4.7/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome-4.7/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
font-weight:normal;
font-style:normal
}
.fa {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.fa-lg {
	font-size:1.33333em;
	line-height:.75em;
	vertical-align:-15%
}
.fa-2x {
	font-size:2em
}
.fa-3x {
	font-size:3em
}
.fa-4x {
	font-size:4em
}
.fa-5x {
	font-size:5em
}
.fa-fw {
	width:1.28571em;
	text-align:center
}
.fa-ul {
	padding-left:0;
	margin-left:2.14286em;
	list-style-type:none
}
.fa-ul>li {
	position:relative
}
.fa-li {
	position:absolute;
	left:-2.14286em;
	width:2.14286em;
	top:.14286em;
	text-align:center
}
.fa-li.fa-lg {
	left:-1.85714em
}
.fa-border {
	padding:.2em .25em .15em;
	border:solid 0.08em #eee;
	border-radius:.1em
}
.fa-pull-left {
	float:left
}
.fa-pull-right {
	float:right
}
.fa.fa-pull-left {
	margin-right:.3em
}
.fa.fa-pull-right {
	margin-left:.3em
}
.pull-right {
	float:right
}
.pull-left {
	float:left
}
.fa.pull-left {
	margin-right:.3em
}
.fa.pull-right {
	margin-left:.3em
}
.fa-spin {
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation:fa-spin 1s infinite steps(8);
	animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	transform:rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform:scale(-1, 1);
	-ms-transform:scale(-1, 1);
	transform:scale(-1, 1)
}
.fa-flip-vertical {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform:scale(1, -1);
	-ms-transform:scale(1, -1);
	transform:scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter:none
}
.fa-stack {
	position:relative;
	display:inline-block;
	width:2em;
	height:2em;
	line-height:2em;
	vertical-align:middle
}
.fa-stack-1x, .fa-stack-2x {
	position:absolute;
	left:0;
	width:100%;
	text-align:center
}
.fa-stack-1x {
	line-height:inherit
}
.fa-stack-2x {
	font-size:2em
}
.fa-inverse {
	color:#fff
}
.fa-glass:before {
	content:""
}
.fa-music:before {
	content:""
}
.fa-search:before {
	content:""
}
.fa-envelope-o:before {
	content:""
}
.fa-heart:before {
	content:""
}
.fa-star:before {
	content:""
}
.fa-star-o:before {
	content:""
}
.fa-user:before {
	content:""
}
.fa-film:before {
	content:""
}
.fa-th-large:before {
	content:""
}
.fa-th:before {
	content:""
}
.fa-th-list:before {
	content:""
}
.fa-check:before {
	content:""
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content:""
}
.fa-search-plus:before {
	content:""
}
.fa-search-minus:before {
	content:""
}
.fa-power-off:before {
	content:""
}
.fa-signal:before {
	content:""
}
.fa-gear:before, .fa-cog:before {
	content:""
}
.fa-trash-o:before {
	content:""
}
.fa-home:before {
	content:""
}
.fa-file-o:before {
	content:""
}
.fa-clock-o:before {
	content:""
}
.fa-road:before {
	content:""
}
.fa-download:before {
	content:""
}
.fa-arrow-circle-o-down:before {
	content:""
}
.fa-arrow-circle-o-up:before {
	content:""
}
.fa-inbox:before {
	content:""
}
.fa-play-circle-o:before {
	content:""
}
.fa-rotate-right:before, .fa-repeat:before {
	content:""
}
.fa-refresh:before {
	content:""
}
.fa-list-alt:before {
	content:""
}
.fa-lock:before {
	content:""
}
.fa-flag:before {
	content:""
}
.fa-headphones:before {
	content:""
}
.fa-volume-off:before {
	content:""
}
.fa-volume-down:before {
	content:""
}
.fa-volume-up:before {
	content:""
}
.fa-qrcode:before {
	content:""
}
.fa-barcode:before {
	content:""
}
.fa-tag:before {
	content:""
}
.fa-tags:before {
	content:""
}
.fa-book:before {
	content:""
}
.fa-bookmark:before {
	content:""
}
.fa-print:before {
	content:""
}
.fa-camera:before {
	content:""
}
.fa-font:before {
	content:""
}
.fa-bold:before {
	content:""
}
.fa-italic:before {
	content:""
}
.fa-text-height:before {
	content:""
}
.fa-text-width:before {
	content:""
}
.fa-align-left:before {
	content:""
}
.fa-align-center:before {
	content:""
}
.fa-align-right:before {
	content:""
}
.fa-align-justify:before {
	content:""
}
.fa-list:before {
	content:""
}
.fa-dedent:before, .fa-outdent:before {
	content:""
}
.fa-indent:before {
	content:""
}
.fa-video-camera:before {
	content:""
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content:""
}
.fa-pencil:before {
	content:""
}
.fa-map-marker:before {
	content:""
}
.fa-adjust:before {
	content:""
}
.fa-tint:before {
	content:""
}
.fa-edit:before, .fa-pencil-square-o:before {
	content:""
}
.fa-share-square-o:before {
	content:""
}
.fa-check-square-o:before {
	content:""
}
.fa-arrows:before {
	content:""
}
.fa-step-backward:before {
	content:""
}
.fa-fast-backward:before {
	content:""
}
.fa-backward:before {
	content:""
}
.fa-play:before {
	content:""
}
.fa-pause:before {
	content:""
}
.fa-stop:before {
	content:""
}
.fa-forward:before {
	content:""
}
.fa-fast-forward:before {
	content:""
}
.fa-step-forward:before {
	content:""
}
.fa-eject:before {
	content:""
}
.fa-chevron-left:before {
	content:""
}
.fa-chevron-right:before {
	content:""
}
.fa-plus-circle:before {
	content:""
}
.fa-minus-circle:before {
	content:""
}
.fa-times-circle:before {
	content:""
}
.fa-check-circle:before {
	content:""
}
.fa-question-circle:before {
	content:""
}
.fa-info-circle:before {
	content:""
}
.fa-crosshairs:before {
	content:""
}
.fa-times-circle-o:before {
	content:""
}
.fa-check-circle-o:before {
	content:""
}
.fa-ban:before {
	content:""
}
.fa-arrow-left:before {
	content:""
}
.fa-arrow-right:before {
	content:""
}
.fa-arrow-up:before {
	content:""
}
.fa-arrow-down:before {
	content:""
}
.fa-mail-forward:before, .fa-share:before {
	content:""
}
.fa-expand:before {
	content:""
}
.fa-compress:before {
	content:""
}
.fa-plus:before {
	content:""
}
.fa-minus:before {
	content:""
}
.fa-asterisk:before {
	content:""
}
.fa-exclamation-circle:before {
	content:""
}
.fa-gift:before {
	content:""
}
.fa-leaf:before {
	content:""
}
.fa-fire:before {
	content:""
}
.fa-eye:before {
	content:""
}
.fa-eye-slash:before {
	content:""
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content:""
}
.fa-plane:before {
	content:""
}
.fa-calendar:before {
	content:""
}
.fa-random:before {
	content:""
}
.fa-comment:before {
	content:""
}
.fa-magnet:before {
	content:""
}
.fa-chevron-up:before {
	content:""
}
.fa-chevron-down:before {
	content:""
}
.fa-retweet:before {
	content:""
}
.fa-shopping-cart:before {
	content:""
}
.fa-folder:before {
	content:""
}
.fa-folder-open:before {
	content:""
}
.fa-arrows-v:before {
	content:""
}
.fa-arrows-h:before {
	content:""
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content:""
}
.fa-twitter-square:before {
	content:""
}
.fa-facebook-square:before {
	content:""
}
.fa-camera-retro:before {
	content:""
}
.fa-key:before {
	content:""
}
.fa-gears:before, .fa-cogs:before {
	content:""
}
.fa-comments:before {
	content:""
}
.fa-thumbs-o-up:before {
	content:""
}
.fa-thumbs-o-down:before {
	content:""
}
.fa-star-half:before {
	content:""
}
.fa-heart-o:before {
	content:""
}
.fa-sign-out:before {
	content:""
}
.fa-linkedin-square:before {
	content:""
}
.fa-thumb-tack:before {
	content:""
}
.fa-external-link:before {
	content:""
}
.fa-sign-in:before {
	content:""
}
.fa-trophy:before {
	content:""
}
.fa-github-square:before {
	content:""
}
.fa-upload:before {
	content:""
}
.fa-lemon-o:before {
	content:""
}
.fa-phone:before {
	content:""
}
.fa-square-o:before {
	content:""
}
.fa-bookmark-o:before {
	content:""
}
.fa-phone-square:before {
	content:""
}
.fa-twitter:before {
	content:""
}
.fa-facebook-f:before, .fa-facebook:before {
	content:""
}
.fa-github:before {
	content:""
}
.fa-unlock:before {
	content:""
}
.fa-credit-card:before {
	content:""
}
.fa-feed:before, .fa-rss:before {
	content:""
}
.fa-hdd-o:before {
	content:""
}
.fa-bullhorn:before {
	content:""
}
.fa-bell:before {
	content:""
}
.fa-certificate:before {
	content:""
}
.fa-hand-o-right:before {
	content:""
}
.fa-hand-o-left:before {
	content:""
}
.fa-hand-o-up:before {
	content:""
}
.fa-hand-o-down:before {
	content:""
}
.fa-arrow-circle-left:before {
	content:""
}
.fa-arrow-circle-right:before {
	content:""
}
.fa-arrow-circle-up:before {
	content:""
}
.fa-arrow-circle-down:before {
	content:""
}
.fa-globe:before {
	content:""
}
.fa-wrench:before {
	content:""
}
.fa-tasks:before {
	content:""
}
.fa-filter:before {
	content:""
}
.fa-briefcase:before {
	content:""
}
.fa-arrows-alt:before {
	content:""
}
.fa-group:before, .fa-users:before {
	content:""
}
.fa-chain:before, .fa-link:before {
	content:""
}
.fa-cloud:before {
	content:""
}
.fa-flask:before {
	content:""
}
.fa-cut:before, .fa-scissors:before {
	content:""
}
.fa-copy:before, .fa-files-o:before {
	content:""
}
.fa-paperclip:before {
	content:""
}
.fa-save:before, .fa-floppy-o:before {
	content:""
}
.fa-square:before {
	content:""
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content:""
}
.fa-list-ul:before {
	content:""
}
.fa-list-ol:before {
	content:""
}
.fa-strikethrough:before {
	content:""
}
.fa-underline:before {
	content:""
}
.fa-table:before {
	content:""
}
.fa-magic:before {
	content:""
}
.fa-truck:before {
	content:""
}
.fa-pinterest:before {
	content:""
}
.fa-pinterest-square:before {
	content:""
}
.fa-google-plus-square:before {
	content:""
}
.fa-google-plus:before {
	content:""
}
.fa-money:before {
	content:""
}
.fa-caret-down:before {
	content:""
}
.fa-caret-up:before {
	content:""
}
.fa-caret-left:before {
	content:""
}
.fa-caret-right:before {
	content:""
}
.fa-columns:before {
	content:""
}
.fa-unsorted:before, .fa-sort:before {
	content:""
}
.fa-sort-down:before, .fa-sort-desc:before {
	content:""
}
.fa-sort-up:before, .fa-sort-asc:before {
	content:""
}
.fa-envelope:before {
	content:""
}
.fa-linkedin:before {
	content:""
}
.fa-rotate-left:before, .fa-undo:before {
	content:""
}
.fa-legal:before, .fa-gavel:before {
	content:""
}
.fa-dashboard:before, .fa-tachometer:before {
	content:""
}
.fa-comment-o:before {
	content:""
}
.fa-comments-o:before {
	content:""
}
.fa-flash:before, .fa-bolt:before {
	content:""
}
.fa-sitemap:before {
	content:""
}
.fa-umbrella:before {
	content:""
}
.fa-paste:before, .fa-clipboard:before {
	content:""
}
.fa-lightbulb-o:before {
	content:""
}
.fa-exchange:before {
	content:""
}
.fa-cloud-download:before {
	content:""
}
.fa-cloud-upload:before {
	content:""
}
.fa-user-md:before {
	content:""
}
.fa-stethoscope:before {
	content:""
}
.fa-suitcase:before {
	content:""
}
.fa-bell-o:before {
	content:""
}
.fa-coffee:before {
	content:""
}
.fa-cutlery:before {
	content:""
}
.fa-file-text-o:before {
	content:""
}
.fa-building-o:before {
	content:""
}
.fa-hospital-o:before {
	content:""
}
.fa-ambulance:before {
	content:""
}
.fa-medkit:before {
	content:""
}
.fa-fighter-jet:before {
	content:""
}
.fa-beer:before {
	content:""
}
.fa-h-square:before {
	content:""
}
.fa-plus-square:before {
	content:""
}
.fa-angle-double-left:before {
	content:""
}
.fa-angle-double-right:before {
	content:""
}
.fa-angle-double-up:before {
	content:""
}
.fa-angle-double-down:before {
	content:""
}
.fa-angle-left:before {
	content:""
}
.fa-angle-right:before {
	content:""
}
.fa-angle-up:before {
	content:""
}
.fa-angle-down:before {
	content:""
}
.fa-desktop:before {
	content:""
}
.fa-laptop:before {
	content:""
}
.fa-tablet:before {
	content:""
}
.fa-mobile-phone:before, .fa-mobile:before {
	content:""
}
.fa-circle-o:before {
	content:""
}
.fa-quote-left:before {
	content:""
}
.fa-quote-right:before {
	content:""
}
.fa-spinner:before {
	content:""
}
.fa-circle:before {
	content:""
}
.fa-mail-reply:before, .fa-reply:before {
	content:""
}
.fa-github-alt:before {
	content:""
}
.fa-folder-o:before {
	content:""
}
.fa-folder-open-o:before {
	content:""
}
.fa-smile-o:before {
	content:""
}
.fa-frown-o:before {
	content:""
}
.fa-meh-o:before {
	content:""
}
.fa-gamepad:before {
	content:""
}
.fa-keyboard-o:before {
	content:""
}
.fa-flag-o:before {
	content:""
}
.fa-flag-checkered:before {
	content:""
}
.fa-terminal:before {
	content:""
}
.fa-code:before {
	content:""
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content:""
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content:""
}
.fa-location-arrow:before {
	content:""
}
.fa-crop:before {
	content:""
}
.fa-code-fork:before {
	content:""
}
.fa-unlink:before, .fa-chain-broken:before {
	content:""
}
.fa-question:before {
	content:""
}
.fa-info:before {
	content:""
}
.fa-exclamation:before {
	content:""
}
.fa-superscript:before {
	content:""
}
.fa-subscript:before {
	content:""
}
.fa-eraser:before {
	content:""
}
.fa-puzzle-piece:before {
	content:""
}
.fa-microphone:before {
	content:""
}
.fa-microphone-slash:before {
	content:""
}
.fa-shield:before {
	content:""
}
.fa-calendar-o:before {
	content:""
}
.fa-fire-extinguisher:before {
	content:""
}
.fa-rocket:before {
	content:""
}
.fa-maxcdn:before {
	content:""
}
.fa-chevron-circle-left:before {
	content:""
}
.fa-chevron-circle-right:before {
	content:""
}
.fa-chevron-circle-up:before {
	content:""
}
.fa-chevron-circle-down:before {
	content:""
}
.fa-html5:before {
	content:""
}
.fa-css3:before {
	content:""
}
.fa-anchor:before {
	content:""
}
.fa-unlock-alt:before {
	content:""
}
.fa-bullseye:before {
	content:""
}
.fa-ellipsis-h:before {
	content:""
}
.fa-ellipsis-v:before {
	content:""
}
.fa-rss-square:before {
	content:""
}
.fa-play-circle:before {
	content:""
}
.fa-ticket:before {
	content:""
}
.fa-minus-square:before {
	content:""
}
.fa-minus-square-o:before {
	content:""
}
.fa-level-up:before {
	content:""
}
.fa-level-down:before {
	content:""
}
.fa-check-square:before {
	content:""
}
.fa-pencil-square:before {
	content:""
}
.fa-external-link-square:before {
	content:""
}
.fa-share-square:before {
	content:""
}
.fa-compass:before {
	content:""
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content:""
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content:""
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content:""
}
.fa-euro:before, .fa-eur:before {
	content:""
}
.fa-gbp:before {
	content:""
}
.fa-dollar:before, .fa-usd:before {
	content:""
}
.fa-rupee:before, .fa-inr:before {
	content:""
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content:""
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content:""
}
.fa-won:before, .fa-krw:before {
	content:""
}
.fa-bitcoin:before, .fa-btc:before {
	content:""
}
.fa-file:before {
	content:""
}
.fa-file-text:before {
	content:""
}
.fa-sort-alpha-asc:before {
	content:""
}
.fa-sort-alpha-desc:before {
	content:""
}
.fa-sort-amount-asc:before {
	content:""
}
.fa-sort-amount-desc:before {
	content:""
}
.fa-sort-numeric-asc:before {
	content:""
}
.fa-sort-numeric-desc:before {
	content:""
}
.fa-thumbs-up:before {
	content:""
}
.fa-thumbs-down:before {
	content:""
}
.fa-youtube-square:before {
	content:""
}
.fa-youtube:before {
	content:""
}
.fa-xing:before {
	content:""
}
.fa-xing-square:before {
	content:""
}
.fa-youtube-play:before {
	content:""
}
.fa-dropbox:before {
	content:""
}
.fa-stack-overflow:before {
	content:""
}
.fa-instagram:before {
	content:""
}
.fa-flickr:before {
	content:""
}
.fa-adn:before {
	content:""
}
.fa-bitbucket:before {
	content:""
}
.fa-bitbucket-square:before {
	content:""
}
.fa-tumblr:before {
	content:""
}
.fa-tumblr-square:before {
	content:""
}
.fa-long-arrow-down:before {
	content:""
}
.fa-long-arrow-up:before {
	content:""
}
.fa-long-arrow-left:before {
	content:""
}
.fa-long-arrow-right:before {
	content:""
}
.fa-apple:before {
	content:""
}
.fa-windows:before {
	content:""
}
.fa-android:before {
	content:""
}
.fa-linux:before {
	content:""
}
.fa-dribbble:before {
	content:""
}
.fa-skype:before {
	content:""
}
.fa-foursquare:before {
	content:""
}
.fa-trello:before {
	content:""
}
.fa-female:before {
	content:""
}
.fa-male:before {
	content:""
}
.fa-gittip:before, .fa-gratipay:before {
	content:""
}
.fa-sun-o:before {
	content:""
}
.fa-moon-o:before {
	content:""
}
.fa-archive:before {
	content:""
}
.fa-bug:before {
	content:""
}
.fa-vk:before {
	content:""
}
.fa-weibo:before {
	content:""
}
.fa-renren:before {
	content:""
}
.fa-pagelines:before {
	content:""
}
.fa-stack-exchange:before {
	content:""
}
.fa-arrow-circle-o-right:before {
	content:""
}
.fa-arrow-circle-o-left:before {
	content:""
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content:""
}
.fa-dot-circle-o:before {
	content:""
}
.fa-wheelchair:before {
	content:""
}
.fa-vimeo-square:before {
	content:""
}
.fa-turkish-lira:before, .fa-try:before {
	content:""
}
.fa-plus-square-o:before {
	content:""
}
.fa-space-shuttle:before {
	content:""
}
.fa-slack:before {
	content:""
}
.fa-envelope-square:before {
	content:""
}
.fa-wordpress:before {
	content:""
}
.fa-openid:before {
	content:""
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content:""
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content:""
}
.fa-yahoo:before {
	content:""
}
.fa-google:before {
	content:""
}
.fa-reddit:before {
	content:""
}
.fa-reddit-square:before {
	content:""
}
.fa-stumbleupon-circle:before {
	content:""
}
.fa-stumbleupon:before {
	content:""
}
.fa-delicious:before {
	content:""
}
.fa-digg:before {
	content:""
}
.fa-pied-piper-pp:before {
	content:""
}
.fa-pied-piper-alt:before {
	content:""
}
.fa-drupal:before {
	content:""
}
.fa-joomla:before {
	content:""
}
.fa-language:before {
	content:""
}
.fa-fax:before {
	content:""
}
.fa-building:before {
	content:""
}
.fa-child:before {
	content:""
}
.fa-paw:before {
	content:""
}
.fa-spoon:before {
	content:""
}
.fa-cube:before {
	content:""
}
.fa-cubes:before {
	content:""
}
.fa-behance:before {
	content:""
}
.fa-behance-square:before {
	content:""
}
.fa-steam:before {
	content:""
}
.fa-steam-square:before {
	content:""
}
.fa-recycle:before {
	content:""
}
.fa-automobile:before, .fa-car:before {
	content:""
}
.fa-cab:before, .fa-taxi:before {
	content:""
}
.fa-tree:before {
	content:""
}
.fa-spotify:before {
	content:""
}
.fa-deviantart:before {
	content:""
}
.fa-soundcloud:before {
	content:""
}
.fa-database:before {
	content:""
}
.fa-file-pdf-o:before {
	content:""
}
.fa-file-word-o:before {
	content:""
}
.fa-file-excel-o:before {
	content:""
}
.fa-file-powerpoint-o:before {
	content:""
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content:""
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content:""
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content:""
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content:""
}
.fa-file-code-o:before {
	content:""
}
.fa-vine:before {
	content:""
}
.fa-codepen:before {
	content:""
}
.fa-jsfiddle:before {
	content:""
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content:""
}
.fa-circle-o-notch:before {
	content:""
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content:""
}
.fa-ge:before, .fa-empire:before {
	content:""
}
.fa-git-square:before {
	content:""
}
.fa-git:before {
	content:""
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content:""
}
.fa-tencent-weibo:before {
	content:""
}
.fa-qq:before {
	content:""
}
.fa-wechat:before, .fa-weixin:before {
	content:""
}
.fa-send:before, .fa-paper-plane:before {
	content:""
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content:""
}
.fa-history:before {
	content:""
}
.fa-circle-thin:before {
	content:""
}
.fa-header:before {
	content:""
}
.fa-paragraph:before {
	content:""
}
.fa-sliders:before {
	content:""
}
.fa-share-alt:before {
	content:""
}
.fa-share-alt-square:before {
	content:""
}
.fa-bomb:before {
	content:""
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content:""
}
.fa-tty:before {
	content:""
}
.fa-binoculars:before {
	content:""
}
.fa-plug:before {
	content:""
}
.fa-slideshare:before {
	content:""
}
.fa-twitch:before {
	content:""
}
.fa-yelp:before {
	content:""
}
.fa-newspaper-o:before {
	content:""
}
.fa-wifi:before {
	content:""
}
.fa-calculator:before {
	content:""
}
.fa-paypal:before {
	content:""
}
.fa-google-wallet:before {
	content:""
}
.fa-cc-visa:before {
	content:""
}
.fa-cc-mastercard:before {
	content:""
}
.fa-cc-discover:before {
	content:""
}
.fa-cc-amex:before {
	content:""
}
.fa-cc-paypal:before {
	content:""
}
.fa-cc-stripe:before {
	content:""
}
.fa-bell-slash:before {
	content:""
}
.fa-bell-slash-o:before {
	content:""
}
.fa-trash:before {
	content:""
}
.fa-copyright:before {
	content:""
}
.fa-at:before {
	content:""
}
.fa-eyedropper:before {
	content:""
}
.fa-paint-brush:before {
	content:""
}
.fa-birthday-cake:before {
	content:""
}
.fa-area-chart:before {
	content:""
}
.fa-pie-chart:before {
	content:""
}
.fa-line-chart:before {
	content:""
}
.fa-lastfm:before {
	content:""
}
.fa-lastfm-square:before {
	content:""
}
.fa-toggle-off:before {
	content:""
}
.fa-toggle-on:before {
	content:""
}
.fa-bicycle:before {
	content:""
}
.fa-bus:before {
	content:""
}
.fa-ioxhost:before {
	content:""
}
.fa-angellist:before {
	content:""
}
.fa-cc:before {
	content:""
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content:""
}
.fa-meanpath:before {
	content:""
}
.fa-buysellads:before {
	content:""
}
.fa-connectdevelop:before {
	content:""
}
.fa-dashcube:before {
	content:""
}
.fa-forumbee:before {
	content:""
}
.fa-leanpub:before {
	content:""
}
.fa-sellsy:before {
	content:""
}
.fa-shirtsinbulk:before {
	content:""
}
.fa-simplybuilt:before {
	content:""
}
.fa-skyatlas:before {
	content:""
}
.fa-cart-plus:before {
	content:""
}
.fa-cart-arrow-down:before {
	content:""
}
.fa-diamond:before {
	content:""
}
.fa-ship:before {
	content:""
}
.fa-user-secret:before {
	content:""
}
.fa-motorcycle:before {
	content:""
}
.fa-street-view:before {
	content:""
}
.fa-heartbeat:before {
	content:""
}
.fa-venus:before {
	content:""
}
.fa-mars:before {
	content:""
}
.fa-mercury:before {
	content:""
}
.fa-intersex:before, .fa-transgender:before {
	content:""
}
.fa-transgender-alt:before {
	content:""
}
.fa-venus-double:before {
	content:""
}
.fa-mars-double:before {
	content:""
}
.fa-venus-mars:before {
	content:""
}
.fa-mars-stroke:before {
	content:""
}
.fa-mars-stroke-v:before {
	content:""
}
.fa-mars-stroke-h:before {
	content:""
}
.fa-neuter:before {
	content:""
}
.fa-genderless:before {
	content:""
}
.fa-facebook-official:before {
	content:""
}
.fa-pinterest-p:before {
	content:""
}
.fa-whatsapp:before {
	content:""
}
.fa-server:before {
	content:""
}
.fa-user-plus:before {
	content:""
}
.fa-user-times:before {
	content:""
}
.fa-hotel:before, .fa-bed:before {
	content:""
}
.fa-viacoin:before {
	content:""
}
.fa-train:before {
	content:""
}
.fa-subway:before {
	content:""
}
.fa-medium:before {
	content:""
}
.fa-yc:before, .fa-y-combinator:before {
	content:""
}
.fa-optin-monster:before {
	content:""
}
.fa-opencart:before {
	content:""
}
.fa-expeditedssl:before {
	content:""
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content:""
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content:""
}
.fa-battery-2:before, .fa-battery-half:before {
	content:""
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content:""
}
.fa-battery-0:before, .fa-battery-empty:before {
	content:""
}
.fa-mouse-pointer:before {
	content:""
}
.fa-i-cursor:before {
	content:""
}
.fa-object-group:before {
	content:""
}
.fa-object-ungroup:before {
	content:""
}
.fa-sticky-note:before {
	content:""
}
.fa-sticky-note-o:before {
	content:""
}
.fa-cc-jcb:before {
	content:""
}
.fa-cc-diners-club:before {
	content:""
}
.fa-clone:before {
	content:""
}
.fa-balance-scale:before {
	content:""
}
.fa-hourglass-o:before {
	content:""
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content:""
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content:""
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content:""
}
.fa-hourglass:before {
	content:""
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content:""
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content:""
}
.fa-hand-scissors-o:before {
	content:""
}
.fa-hand-lizard-o:before {
	content:""
}
.fa-hand-spock-o:before {
	content:""
}
.fa-hand-pointer-o:before {
	content:""
}
.fa-hand-peace-o:before {
	content:""
}
.fa-trademark:before {
	content:""
}
.fa-registered:before {
	content:""
}
.fa-creative-commons:before {
	content:""
}
.fa-gg:before {
	content:""
}
.fa-gg-circle:before {
	content:""
}
.fa-tripadvisor:before {
	content:""
}
.fa-odnoklassniki:before {
	content:""
}
.fa-odnoklassniki-square:before {
	content:""
}
.fa-get-pocket:before {
	content:""
}
.fa-wikipedia-w:before {
	content:""
}
.fa-safari:before {
	content:""
}
.fa-chrome:before {
	content:""
}
.fa-firefox:before {
	content:""
}
.fa-opera:before {
	content:""
}
.fa-internet-explorer:before {
	content:""
}
.fa-tv:before, .fa-television:before {
	content:""
}
.fa-contao:before {
	content:""
}
.fa-500px:before {
	content:""
}
.fa-amazon:before {
	content:""
}
.fa-calendar-plus-o:before {
	content:""
}
.fa-calendar-minus-o:before {
	content:""
}
.fa-calendar-times-o:before {
	content:""
}
.fa-calendar-check-o:before {
	content:""
}
.fa-industry:before {
	content:""
}
.fa-map-pin:before {
	content:""
}
.fa-map-signs:before {
	content:""
}
.fa-map-o:before {
	content:""
}
.fa-map:before {
	content:""
}
.fa-commenting:before {
	content:""
}
.fa-commenting-o:before {
	content:""
}
.fa-houzz:before {
	content:""
}
.fa-vimeo:before {
	content:""
}
.fa-black-tie:before {
	content:""
}
.fa-fonticons:before {
	content:""
}
.fa-reddit-alien:before {
	content:""
}
.fa-edge:before {
	content:""
}
.fa-credit-card-alt:before {
	content:""
}
.fa-codiepie:before {
	content:""
}
.fa-modx:before {
	content:""
}
.fa-fort-awesome:before {
	content:""
}
.fa-usb:before {
	content:""
}
.fa-product-hunt:before {
	content:""
}
.fa-mixcloud:before {
	content:""
}
.fa-scribd:before {
	content:""
}
.fa-pause-circle:before {
	content:""
}
.fa-pause-circle-o:before {
	content:""
}
.fa-stop-circle:before {
	content:""
}
.fa-stop-circle-o:before {
	content:""
}
.fa-shopping-bag:before {
	content:""
}
.fa-shopping-basket:before {
	content:""
}
.fa-hashtag:before {
	content:""
}
.fa-bluetooth:before {
	content:""
}
.fa-bluetooth-b:before {
	content:""
}
.fa-percent:before {
	content:""
}
.fa-gitlab:before {
	content:""
}
.fa-wpbeginner:before {
	content:""
}
.fa-wpforms:before {
	content:""
}
.fa-envira:before {
	content:""
}
.fa-universal-access:before {
	content:""
}
.fa-wheelchair-alt:before {
	content:""
}
.fa-question-circle-o:before {
	content:""
}
.fa-blind:before {
	content:""
}
.fa-audio-description:before {
	content:""
}
.fa-volume-control-phone:before {
	content:""
}
.fa-braille:before {
	content:""
}
.fa-assistive-listening-systems:before {
	content:""
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content:""
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content:""
}
.fa-glide:before {
	content:""
}
.fa-glide-g:before {
	content:""
}
.fa-signing:before, .fa-sign-language:before {
	content:""
}
.fa-low-vision:before {
	content:""
}
.fa-viadeo:before {
	content:""
}
.fa-viadeo-square:before {
	content:""
}
.fa-snapchat:before {
	content:""
}
.fa-snapchat-ghost:before {
	content:""
}
.fa-snapchat-square:before {
	content:""
}
.fa-pied-piper:before {
	content:""
}
.fa-first-order:before {
	content:""
}
.fa-yoast:before {
	content:""
}
.fa-themeisle:before {
	content:""
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content:""
}
.fa-fa:before, .fa-font-awesome:before {
	content:""
}
.fa-handshake-o:before {
	content:""
}
.fa-envelope-open:before {
	content:""
}
.fa-envelope-open-o:before {
	content:""
}
.fa-linode:before {
	content:""
}
.fa-address-book:before {
	content:""
}
.fa-address-book-o:before {
	content:""
}
.fa-vcard:before, .fa-address-card:before {
	content:""
}
.fa-vcard-o:before, .fa-address-card-o:before {
	content:""
}
.fa-user-circle:before {
	content:""
}
.fa-user-circle-o:before {
	content:""
}
.fa-user-o:before {
	content:""
}
.fa-id-badge:before {
	content:""
}
.fa-drivers-license:before, .fa-id-card:before {
	content:""
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content:""
}
.fa-quora:before {
	content:""
}
.fa-free-code-camp:before {
	content:""
}
.fa-telegram:before {
	content:""
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content:""
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content:""
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content:""
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content:""
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content:""
}
.fa-shower:before {
	content:""
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content:""
}
.fa-podcast:before {
	content:""
}
.fa-window-maximize:before {
	content:""
}
.fa-window-minimize:before {
	content:""
}
.fa-window-restore:before {
	content:""
}
.fa-times-rectangle:before, .fa-window-close:before {
	content:""
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content:""
}
.fa-bandcamp:before {
	content:""
}
.fa-grav:before {
	content:""
}
.fa-etsy:before {
	content:""
}
.fa-imdb:before {
	content:""
}
.fa-ravelry:before {
	content:""
}
.fa-eercast:before {
	content:""
}
.fa-microchip:before {
	content:""
}
.fa-snowflake-o:before {
	content:""
}
.fa-superpowers:before {
	content:""
}
.fa-wpexplorer:before {
	content:""
}
.fa-meetup:before {
	content:""
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0, 0, 0, 0);
	border:0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto
}
html, body, ul, ol, p, button {
	margin:0;
	padding:0
}
html {
	background-color:#000;
	color:#000;
	font-size:17px;
	line-height:1.5rem;
	font-family: 'Source Sans Pro';
}
main, header, footer, section, nav, aside, article, figure {
	display:block
}
figure {
	margin:0
}
a {
	color:#023ead;
	text-decoration:underline;
	outline:none
}
a img {
	border:0
}
:focus {
	outline:none
}
h1 {
	font-size:2.6rem;
	line-height:3.0rem;
	margin:0 0 1rem 0
}
h2 {
	font-size:2.2rem;
	line-height:2.6rem;
	margin:0 0 1rem 0
}
h3 {
	font-size:1.8rem;
	line-height:2.2rem;
	margin:0 0 1rem 0
}
h4 {
	font-size:1.6rem;
	line-height:1.8rem;
	margin:0 0 0.5rem 0
}
h5 {
	font-size:1.4rem;
	line-height:1.6rem;
	margin:0 0 0.5rem 0
}
h6 {
	font-size:1.2rem;
	line-height:1.4rem;
	margin:0 0 0.5rem 0
}
.clear {
	clear:both
}
.bg-grey-2{
	background: #fff;
    box-shadow: 3px 4px 1px #96999b;
    padding: 25% 15px;
    text-align: center;
	transition:0.5s;
	    max-width: 320px;
    margin: 0 auto;
}
.bg-grey-2:hover {
    box-shadow: 3px 4px 10px #565656;
}
.bg-grey-2:hover h4{
    color: #cc4034;
}
.bg-grey-2 h4{
	color: #7b7b7b;
    line-height: 30px;
	transition:0.5s;
}
.black-bg {
	background-color:#000
}
.page-content .jwplayer.jw-flag-rightclick-open {
	overflow:hidden
}
.page-content p, .page-content ul {
	margin-bottom:16px
}
.page-content p:last-child, .page-content ul:last-child {
	margin-bottom:0
}
.page-content {
	overflow:hidden;
	background-color:#fff;
}
.page-content ul {
	padding-left:0;
	padding-right:0
}
.page-content .no-list-margin ul {
	padding-left:0;
	padding-right:0
}
.page-content li {
	list-style:none
}
.wpb_text_column li, .custom-lists li {
	position:relative;
	padding-left:26px;
	list-style:none
}
.wpb_text_column li:before, .custom-lists li:before {
	position:absolute;
	left:1px;
	top:8px;
	content:"";
	width:8px;
	height:8px;
	background-color:#000;
	border-radius:50%
}
.list-gray-items .wpb_text_column li:before {
	background-color:#929292
}
.content-padding {
	padding-left:50px;
	padding-right:50px
}
.md-top-padding {
	padding-top:35px
}
.md-bottom-padding {
	padding-bottom:35px
}
.wpb_content_element.content-no-bottom-margin, .wpb_row.content-no-bottom-margin {
	margin-bottom:0
}
.alignleft {
	float:left;
	margin:0 16px 16px 0
}
.alignright {
	float:right;
	margin:0 0 16px 16px
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto
}
.alignnone {
	float:none;
	clear:both
}
.vimeo-player-container {
	position:relative;
	max-width:100%;
	height:0;
	overflow:hidden;
	padding-bottom:56.25%
}
.vimeo-player-container iframe, .vimeo-player-container object, .vimeo-player-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
@media only screen and (max-width: 960px) {
html {
font-size:20px
}
h1 {
font-size:1.8rem;
line-height:2.0rem
}
h2 {
font-size:1.6rem;
line-height:1.8rem
}
h3 {
font-size:1.4rem;
line-height:1.6rem
}
h4 {
font-size:1.6rem;
line-height:1.8rem
}
h5 {
font-size:1.2rem;
line-height:1.3rem
}
h6 {
font-size:1.1rem;
line-height:1.2rem
}
.content-padding {
padding-left:20px;
padding-right:20px
}
.md-top-padding {
padding-top:20px
}
.hide-under-960 {
display:none
}
}
#main-header {
	padding:8px 50px;
	font-size:16px;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: black;
}
.header-inner {
	display:flex;
	align-items:center;
	max-width : 1200px;
}
.header-mobile {
	display:flex;
	justify-content:space-between;
	flex:1 1;
	height:64px;
	width:100%
}
.mobile-menu__toggle {
	display:block;
	width:48px;
	padding-top:18px;
	text-align:center;
	height:64px;
	box-sizing:border-box
}
.header-mobile__button-icon {
	display:inline-block;
	width:40px
}
.header-mobile__button-icon-line {
	stroke:#fff;
	stroke-width:10px;
	stroke-linecap:round
}
.header-mobile__logo-container {
	display:block;
	width:162px
}
.header-mobile__logo {
	overflow:auto;
	width:auto;
	height:64px
}
.mobile-menu__placeholder {
	display:block;
	width:48px;
	height:64px
}
.header-home-container {
	padding-top:4px
}
.header-home-link {
	height:16px
}
.header-home-link img {
	height:16px
}
.logo {
	display:block
}
.logo img {
	display:inline;
	vertical-align:middle;
	width:100%;
	max-width:200px
}
.header-menu-container {
	width:100%;
	/* text-align:center;*/
	padding:0}

.header-menu {

	display:block;
	padding :25px 0;
}
.header-menu li {
	 display:inline-block
}
.header-menu>li>a, .header-menu>li span {

	white-space:nowrap
}
.header-menu li a:hover {
	color:#ff0000
}
.header-menu li:hover .sub-menu {
	display:block
}
.header-menu .sub-menu {
	padding-top:10px;
	position:absolute;
	display:none;
	z-index:10000
}
.header-menu .sub-menu span {
	text-transform:none
}
.header-menu .sub-menu li {
position: relative;
text-align: left;
padding: 4px 10px;
display: block;
margin-bottom: 0;
background-color: rgba(35, 35, 35, 0.85);
white-space: nowrap;

}
.header-menu .sub-menu li a, .header-menu .sub-menu li span {
	font-size:0.9em
}
.header-menu li a, .header-menu li span {
	text-decoration:none;
	color:#fff;
	font-size: 14px;
	text-transform : uppercase;
}
.header-menu li span:hover, .header-menu li.current-menu-parent span{
	color:#ff0000;
	cursor:pointer
}
.header-menu .sub-menu li a, .header-menu .sub-menu li span {
	font-weight: normal;
padding: 3px 5px;
display: block; text-transform: uppercase;
font-size: 13px;
}
.header-menu .sub-menu-2 {
	position: absolute;
    display: none;
    z-index: 10000;
    padding-left: 1px;
    left: 100%;
    top: 0;
    padding-top: 5px;
}
.header-menu .sub-menu li:hover .sub-menu-2 {
	display:block
}
.header-menu-over .sub-menu, .header-menu-over .header-menu-over-2 .sub-menu-2 {
	display:block
}

.header-menu .sub-menu li.menu-item-has-children span:after {  border: solid #fff;
	border-width: 0 1px 1px 0;

	display: inline-block;

	padding: 5px;

	transform: rotate(-45deg);

	-webkit-transform: rotate(-45deg);

	float: right;

	content: "";

	margin-top: 7px;
}


.btn-read-more a{padding : 13px 40px !important; }

@media only screen and (max-width: 500px) {
#main-header {
padding-left:8px;
padding-right:8px
}
}
@media only screen and (max-width: 960px) {
#main-header {
padding-left:16px;
padding-right:16px
}
.header-menu-container {
display:none
}
.header-inner {
display:none
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
#main-header {
padding-left:20px;
padding-right:20px
}
.header-menu-container {
padding:0
}
.header-menu li a, .header-menu li span {
font-weight:normal
}
}
@media only screen and (min-width: 961px) {
.header-mobile {
display:none
}
}
#main-footer {
	background-color:#000;
	padding:20px 0
}
.footer-content {
	font-size: 13px;

float: left;

position: relative;

width: 100%;
}
.footer-content a {
	color:#808080;
	text-decoration:none
}
.footer-nowrap {
	white-space:nowrap
}
.copyright a{
	color : #808080;
}
.copyright {
	height: 38px;
	float: left;
	color: #808080;
	/*padding: 35px 0 !important ; might have been an integra addition */
	width: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	line-height: 1.2;
	position: relative;
	margin-top : 15px;
}
.social-icons {
	float: right;
    padding: 30px 0 !important;
}
.social-icon-container {
	text-decoration:none;
	padding:0 2px;
	box-sizing:border-box;
	display:inline-block
}
.social-icon-container img {
	vertical-align:middle
}
@media only screen and (max-width: 500px) {
.social-icon-container {
padding:0 2px
}
.social-icon {
background-size:cover;
width:54px;
height:54px
}
.social-icon-in {
background-position:54px 0
}
.social-icon-twitter {
background-position:108px 0
}
}
@media only screen and (max-width: 960px) {
#main-footer {
text-align:center;
padding:20px 40px
}
.copyright {
height:auto;
float:none;
width:100%;
padding:0 0 10px 0;
max-width:none
}
.social-icons {
float:none;
width:100%;
padding:0
}
.footer-br-desktop {
display:none
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
#main-footer {
text-align:center;
padding:20px 40px
}
.copyright {
display:block;
text-align:center;
height:auto;
float:none;
width:100%;
padding:0 0 10px 0;
max-width:none
}
.social-icons {
float:none;
width:100%;
padding:0
}
}
@media only screen and (min-width: 961px) {
.footer-br-desktop {
display:block
}
.footer-nowrap-desktop {
white-space:nowrap
}
}
.video-popup-container {
	position:relative;
	background:#fff;
	padding:40px;
	text-align:center;
	margin:0 auto;
	max-width:70%
}
.popup-video-title {
	display:none;
	padding-top:40px
}
.popup-video-ajax-loader {
	background-image:url("../images/spin.gif");
	width:72px;
	height:72px;
	margin:0 auto
}
@media only screen and (max-width: 960px) {
.video-popup-container {
padding:40px 10px;
max-width:none
}
}
.header-menu .md-mega-menu {
	color:#fff;
	box-sizing:border-box
}
.header-menu .md-mega-menu>span {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.header-menu .md-mega-menu:hover>a, .header-menu .md-mega-menu:hover>span {
	position:relative;
	color:#fff
}
.header-menu .md-mega-menu:hover>a .md-placeholder, .header-menu .md-mega-menu:hover>span .md-placeholder {
	display:block
}
.header-menu .md-mega-menu .md-col-2 {
	display:block;
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-left:20px
}
.header-menu .md-mega-menu .md-col-2:first-child {
	padding-left:0
}
.header-menu .md-mega-menu .md-col-2>a, .header-menu .md-mega-menu .md-col-2>span {
	display:inline-block;
	padding-bottom:10px;
	padding-left:20px;
	font-size:2rem;
	font-weight:bold;
	text-transform:uppercase
}
.header-menu .md-mega-menu .md-sub-col-2 {
	display:block;
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:10px 0 20px 0
}
.header-menu .md-mega-menu .md-sub-col-2.current-menu-item {
	background-color:rgba(80, 80, 80, 0.5);
	border-radius:4px
}




.header-menu .md-mega-menu .md-sub-col-2>a, .header-menu .md-mega-menu .md-sub-col-2>span {
	display:inline-block;
	font-size:0.9rem;
	padding:0 20px;
	white-space:nowrap
}
.header-menu .md-mega-menu .sub-menu-wrap {
	position:absolute;
	z-index:2500;
	margin-left:-130px
}
.header-menu .md-mega-menu .sub-menu-wrap>.sub-menu {
	padding:30px 15px 15px 15px;
	background-color:rgba(0, 0, 0, 0.85);
	border-radius:0 0 4px 4px
}
.header-menu .md-mega-menu .sub-menu-wrap .sub-menu {
	overflow:hidden;
	position:static
}
.header-menu .md-mega-menu:hover .sub-menu, .header-menu .md-mega-menu.md-active .sub-menu {
	display:block
}
.header-menu .md-mega-menu .sub-menu li {
	background-color:transparent
}
.header-menu .md-mega-menu img {
	display:block;
	max-width:100%;
	height:auto;
	margin-top:10px
}
.header-menu .md-placeholder {
	display:none;
	content:"";
	background-color:red;
	position:absolute;
	height:0;
	top:-4px;
	left:-10px;
	right:-10px;
	z-index:-1;
	border-radius:4px 4px 0 0
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.header-menu .md-mega-menu .sub-menu-wrap {
margin-left:-200px
}
}
.mobile-menu-container {
	display:none;
	position:fixed;
	top:100px;
	height:calc(100% - 80px);
	z-index:999999;
	width:100%;
	max-width:100%;
	padding-bottom:30px;
	overflow-x:hidden;
	overflow-y:auto;
	background:#000;
	color:#fff;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-overflow-scrolling:touch
}
.body-open-menu {
	overflow:hidden
}
.menu-mobile {
	padding-bottom:50px
}
.menu-mobile .menu-item {
	background-color:#1f1f1f;
	margin-bottom:4px;
	box-sizing:content-box
}
.menu-mobile .menu-item:last-child {
	margin-bottom:0
}
.menu-mobile .menu-item .mobile-item-title{
	position:relative;
	display:block;
	font-size:18px;
	padding:10px 20px;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	cursor:pointer;
	box-sizing:content-box
}

.mobile-item-title a {
	position:relative;
	display:block;
	font-size:18px;
	padding:2px;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	cursor:pointer;
	box-sizing:content-box
}

.mobile-menu__triangle-container {
	position:absolute;
	top:50%;
	margin-top:-15px;
	right:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	width:30px;
	height:30px;
	transition:transform 200ms;
	transform-origin:13px 15px
}
.mobile-menu__triangle {
	font-family:"FontAwesome";
	display:inline-block;
	font-size:28px
}
.menu-mobile .current_page_parent>.mobile-item-title, .menu-mobile .current_page_item>.mobile-item-title {
	color:#e30617
}
.menu-mobile>.current_page_item .mobile-menu__triangle {
	color:#e30617
}
.menu-mobile>.current_page_item .mobile-menu__triangle-container, .menu-mobile>.menu-item_show .mobile-menu__triangle-container {
	transform:rotate(90deg)
}
.menu-mobile .sub-menu {
	overflow:hidden;
	height:0;
	background-color:#000;
	list-style:none
}
.menu-mobile .sub-menu .menu-item {
	padding-left:10px;
	background-color:#141414
}
.menu-mobile .sub-menu .menu-item:first-child {
	border-top:4px solid #000
}
.menu-mobile .sub-menu-2 {
	background-color:#000;
	margin-left:-10px;
	list-style:none
}
.menu-mobile .sub-menu-2 .menu-item {
	padding-left:45px;
	background-color:#0c0c0c
}
.menu-mobile .sub-menu-2 .menu-item .mobile-item-title {
	padding:4px 0;
	font-size:16px
}
@media only screen and (max-width: 960px) {
.page-content .vc_col-has-fill>.vc_column-inner, .page-content .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .page-content .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .page-content .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .page-content .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .page-content .vc_row-has-fill>.vc_column_container>.vc_column-inner, .page-content .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .page-content .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
padding-top:20px
}
.page-content .wpb_row.content-no-bottom-margin {
margin-bottom:0
}
.content-mobile .wpb_column {
text-align:center
}
}
@media only screen and (max-width: 500px) {
.content-mobile .wpb_column {
padding-bottom:10px
}
.content-mobile .wpb_column:last-child {
padding-bottom:0
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.col-md-4 {
    width: 100%;
    float: none;
}
.content-mobile .wpb_column {
padding-bottom:15px
}
.content-mobile .wpb_column:last-child {
padding-bottom:0
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.content-mobile .wpb_column {
padding-bottom:20px
}
.content-mobile .wpb_column:last-child {
padding-bottom:0
}
}
.home-videos {
	padding:50px 50px 10px 50px;
	color:#000;
	background-color:#fff;
	border-bottom:10px solid #363636;
	margin-bottom:0 !important
}
.home-videos a {
	color:#000;
	text-decoration:none
}
.home-separator {
	margin-top:20px;
	margin-bottom:30px !important
}
.vc_row.large-column-padding {
	padding-top:20px;
	padding-bottom:20px;
	margin-left:-40px;
	margin-right:-40px
}
.large-column-padding .vc_column_container>.vc_column-inner {
	padding-left:40px;
	padding-right:40px
}
.bordered-column.bordered-column-black .vc_column-inner::after, .bordered-column.bordered-column-black .vc_column-inner::before {
background-color:#000
}
.bordered-column.bordered-column-gray .vc_column-inner::after, .bordered-column.bordered-column-gray .vc_column-inner::before {
background-color:#e4e6e6
}
.bordered-column .vc_column-inner {
	position:relative
}
.bordered-column .vc_column-inner::after, .bordered-column .vc_column-inner::before {
content:"";
display:block;
width:1px;
background-color:transparent;
position:absolute;
top:80px;
bottom:60px
}
.bordered-column .vc_column-inner::before {
left:0
}
.bordered-column .vc_column-inner::after {
right:0
}
.home-join-our-team {
	padding-right:20px
}
.read-more-arrow {
	background-image:url("../images/read-more-arrow.png");
	background-repeat:no-repeat;
	padding-left:40px;
	margin-right:20px;
	color:#000 !important;
	text-decoration:none;
	font-weight:bold
}
.read-more-right {
	float:right
}
.read-more-right::after {
clear:both
}
@media only screen and (max-width: 500px) {
.home-videos {
padding:20px
}
.home-videos .vc_col-sm-3 {
margin-bottom:20px
}
.home-videos .vc_col-sm-3:last-child {
margin-bottom:0
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.home-videos {
padding:20px
}
.home-videos .vc_col-sm-3 {
margin-bottom:20px
}
.home-videos .vc_col-sm-3:last-child {
margin-bottom:0
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.home-videos {
padding:30px 20px 20px 20px
}
}
@media only screen and (max-width: 960px) {
.home-separator {
display:none
}
.vc_row.large-column-padding {
margin-left:-15px;
margin-right:-15px;
padding-top:0;
padding-bottom:0
}
.large-column-padding .vc_column_container>.vc_column-inner {
padding-left:15px;
padding-right:15px
}
.bordered-column .vc_column-inner::after, .bordered-column .vc_column-inner::before {
display:none
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.home-videos {
padding-top:30px;
padding-bottom:10px
}
}
.app-col {
	float:left;
	width:33.33%
}
.app-col-content {
	padding:0 30px
}
.app-separator {
	background-color:#000;
	height:30px;
	border-bottom:8px solid #ff0000
}
.app-container {
	padding:40px 80px
}
.app-video-title {
	text-align:center;
	padding:4px 0
}
.app-tell-a-friend {
	text-align:center;
	padding:4px 0
}
.app-image img {
	height:auto;
	max-width:100%
}
.app-gallery-container {
	padding:40px 80px
}
.app-gallery-item {
	float:left;
	width:25%
}
.app-gallery-item-inner {
	box-sizing:border-box;
	padding:30px 0
}
.app-gallery-item img {
	height:auto;
	max-width:100%;
	vertical-align:middle
}
.app-gallery h1 {
	text-align:center;
	font-weight:normal
}
.app-gallery-item-title {
	display:inline-block;
	text-align:center;
	text-decoration:none;
	color:#000
}
.app-gallery-item-title h4 {
	font-weight:normal
}
@media only screen and (max-width: 960px) {
.app-col {
float:none;
width:100%
}
.app-col-content {
padding:0 20px 40px 20px
}
.app-container {
padding:20px 0;
text-align:center
}
}
@media only screen and (max-width: 500px) {
.app-gallery-item {
width:100%
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.app-gallery-item {
width:50%
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.app-gallery-item {
width:50%
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.app-gallery-item {
width:33.33%
}
.app-col.app-video {
float:none;
width:100%;
margin-bottom:40px
}
.app-col.app-description, .app-col.app-image {
width:50%
}
}




.machine-separator {
	background-color:#000;
	height:30px;
	border-bottom:8px solid #ff0000
}
.machine-col {
	float:left;
	width:33.33%
}
.machine-col-content {
	padding:0 30px
}
.machine-container {
	padding:40px 80px
}
.machine-image {
	text-align:center
}
.machine-image img {
	max-width:100%;
	height:auto;
	max-height:510px
}
.machine-video-title {
	text-align:center;
	padding:4px 0 16px 0
}
.machine-gallery-container {
	padding:40px 80px
}
.machine-gallery-item img {
	height:auto;
	max-width:100%
}
.machine-gallery h2 {
	text-align:center;
	font-weight:normal;
	margin-bottom:28px
}
.machine-gallery-item-inner {
	padding:0 30px
}
.machine-gallery-item-title {
	padding-top:10px;
	display:block;
	text-decoration:none;
	color:#000
}
.machine-gallery-item-title h5 {
	font-weight:normal
}
.machine-gallery-item p {
	margin:0
}
.machine-learn-more, .machine-read-reviews {
	color:#ff0000;
	text-decoration:none
}
.machine-gallery .slick-prev {
	left:-45px;
	background:url("../images/red-left-arrow.png") no-repeat
}
.machine-gallery .slick-next {
	right:-45px;
	background:url("../images/red-right-arrow.png") no-repeat
}
.md-machines-reviews {
	padding:40px 80px
}
.md-reviews-no-reviews {
	text-align:center
}
.md-reviews-list-item {
	margin-bottom:30px
}
.md-reviews-list-item-title {
	font-weight:bold;
	padding-left:10px
}
.md-reviews-list-item-author {
	font-size:0.8rem;
	padding-bottom:4px
}
.specification-container {
	margin-left:15%;
	margin-right:15%
}
@media only screen and (max-width: 500px) {
.specification-container {
text-align:center
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.specification-container {
text-align:center
}
}
@media only screen and (max-width: 960px) {
.machine-col {
float:none;
width:100%
}
.machine-col-content {
padding:0 20px 40px 20px
}
.machine-container {
padding:20px 0;
text-align:center
}
.post-rating {
margin:30px 0
}
.post-rating-left, .post-rating-right {
float:none;
width:100%
}
.machine-gallery-item-inner {
padding:0 15px
}
.md-machines-reviews {
padding:20px 10px;
text-align:center
}
.md-reviews-list-item-stars, .md-reviews-list-item-title {
display:block;
padding-bottom:4px
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.machine-col.machine-video {
float:none;
width:100%;
margin-bottom:40px
}
.machine-col.machine-description, .machine-col.machine-preview {
width:50%
}
}
.vc_row.machine-content {
	padding:40px 80px;
	margin-left:-25px;
	margin-right:-25px
}
.vc_row.machine-content .vc_column_container>.vc_column-inner {
	padding-left:15px !important;
	padding-right:15px
}
.machine-adjust-content-padding .wpb_content_element {
	margin-bottom:15px
}
@media only screen and (max-width: 960px) {
.vc_row.machine-content {
padding:20px 10px;
text-align:center
}
}
.post-rating-left {
	width:55%;
	float:left
}
.post-rating-right {
	width:45%;
	float:right;
	text-align:center
}
.medora-reviews-list {
	max-height:400px;
	overflow-y:scroll;
	padding-right:10px
}
.medora-reviews-list h3 {
	display:inline-block;
	margin-left:10px
}
.post-rating-wrap {
	position:relative
}
.post-rating-popover {
	top:42px;
	left:0;
	width:100%;
	position:absolute;
	display:none;
	z-index:1000;
	padding-top:10px
}
.post-rating-popover-content {
	box-sizing:border-box;
	position:relative;
	padding:20px;
	border:1px solid #cdcdcd;
	border:1px solid rgba(0, 0, 0, 0.2);
	height:100%;
	width:100%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.13);
	-moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.13);
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.13);
	background-color:white;
	font-size:15px;
	line-height:15px
}
.a-arrow-border {
	top:-8px;
	left:156px;
	position:absolute;
	content:"";
	margin-left:-8px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #aaaaaa
}
.a-arrow {
	width:0;
	height:0;
	position:absolute;
	top:1px;
	right:-8px;
	z-index:1011;
	display:block;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid white;
	content:""
}
.medora-review-triangle {
	top:14px;
	left:200px;
	position:absolute;
	content:"";
	margin-left:-8px;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:12px solid #aaaaaa;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.medora-reviews-scale-title {
	float:left;
	width:15%;
	line-height:16px;
	white-space:nowrap
}
.medora-reviews-scale-wrap {
	float:left;
	position:relative;
	background:#f1f1f1;
	width:73%;
	height:15px;
	margin-bottom:10px
}
.medora-reviews-scale-rating {
	text-align:center;
	float:left;
	width:12%
}
.medora-reviews-scale {
	position:absolute;
	left:0;
	top:0;
	height:15px;
	background:#f4d078
}
.medora-reviews-rating {
	text-align:center;
	font-size:16px;
	padding:0 0 10px 0
}
.medora-reviews-no-reviews {
	text-align:center
}
.leave-review-button {
	margin-bottom:16px;
	display:inline-block;
	overflow:hidden;
	height:40px;
	max-width:400px;
	line-height:40px;
	padding-left:70px;
	padding-right:24px;
	border-radius:0 6px 6px 0;
	font-weight:bold;
	color:#000;
	font-size:18px;
	white-space:nowrap;
	cursor:pointer;
	text-decoration:none;
	background-image:url("../images/buttons/leave-a-review-bg.png")
}
.medora-reviews-see-all a {
	color:#ff0000;
	text-decoration:none;
	font-size:1.0rem
}
#medora-reviews-count {
	color:#023ead
}
#medora-reviews-count:hover {
	text-decoration:none
}
.medora-reviews-items {
	text-align:center
}
.medora-reviews-items.medora-reviews-scroll {
	overflow-y:scroll;
	padding-right:10px
}
.medora-reviews-items.medora-reviews-scroll .medora-reviews-item {
	display:block
}
.medora-reviews-items .medora-reviews-first-review {
	display:block
}
.medora-reviews-item {
	margin-bottom:20px;
	display:none
}
.medora-reviews-body {
	font-style:italic;
	margin:0
}
.medora-reviews-body p {
	margin:4px 0
}
.medora-reviews-title {
	font-weight:bold
}
.medora-reviews-author {
	font-weight:bold
}
.leave-review-form-container {
	width:100%;
	max-width:510px;
	margin:50px auto
}
.leave-review-form {
	width:100%;
	font-size:0.8rem;
	background-color:#fff;
	padding:30px 60px 30px 60px;
	position:relative;
	border-radius:10px 10px 10px 10px;
	box-shadow:0 0 25px 5px #999;
	border:#6a6a6a solid 2px;
	box-sizing:border-box
}
.leave-review-form .mfp-close {
	opacity:0.8
}
.leave-review-form .mfp-close:active {
	top:10px
}
.leave-review-form .leave-review-close-form {
	position:absolute;
	right:15px;
	top:10px;
	background-image:url("../images/closeBox.png");
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	cursor:pointer
}
.leave-review-form .error {
	color:#ff0000;
	padding:0 2px
}
.leave-review-form #leave-review-errors .error {
	padding:10px;
	border:1px solid #ff0000;
	text-align:center;
	margin-bottom:20px
}
.leave-review-form .leave-review-text {
	width:100%;
	max-width:500px;
	box-sizing:border-box
}
.leave-review-form .leave-review-row.leave-review-header {
	font-weight:bold;
	margin-bottom:20px
}
.leave-review-form .leave-review-row {
	margin:0 0 10px 0;
	overflow:hidden
}
.leave-review-form .leave-review-row label {
	display:block;
	cursor:pointer
}
.leave-review-form .leave-review-row .required-field {
	color:#FF0000;
	padding-left:4px
}
.leave-review-form .leave-review-row .right-container {
	width:340px;
	float:right
}
.leave-review-form .leave-review-row input[type=text] {
	width:100%;
	max-width:500px;
	padding:2px;
	border:1px solid #cad9de;
	box-sizing:border-box
}
.leave-review-form .leave-review-row input[type=button] {
	display:inline-block;
	background:#000;
	border-radius:6px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:6px 36px;
	border:none;
	cursor:pointer
}
.leave-review-form .leave-review-row input[type=button]:active {
	background:#555
}
.leave-review-form .leave-review-row select {
	width:100%;
	max-width:500px;
	padding:2px;
	border:1px solid #cad9de;
	box-sizing:border-box
}
.leave-review-form .leave-review-row textarea {
	width:100%;
	max-width:500px;
	padding:2px;
	border:1px solid #cad9de;
	box-sizing:border-box
}
.leave-review-form .leave-review-loader {
	display:none
}
.leave-review-form .leave-review-success {
	font-size:18px
}
.leave-review-rating-wrap {
	display:inline-block;
	padding-left:10px
}
.post-rating {
	display:block;
	margin:0 0 10px 0
}
.post-rating-label {
	display:inline;
	font-weight:bold;
	font-size:16px
}
.post-rating-stars {
	display:inline-block;
	margin-top:4px;
	position:relative
}
.post-rating-value {
	display:inline-block;
	padding-left:36px;
	color:#0059b7;
	font-size:14px;
	font-weight:bold;
	vertical-align:top;
	line-height:42px
}
.post-rating-stars img {
	border:0;
	display:inline;
	height:auto;
	margin:0;
	padding:0;
	max-width:none;
	width:auto
}
@media only screen and (max-width: 500px) {
.post-rating-left {
float:none;
width:100%
}
.post-rating-right {
float:none;
width:100%
}
.post-rating-popover-content {
padding:10px;
font-size:12px;
line-height:12px
}
.medora-reviews-scale-wrap {
height:12px
}
.medora-reviews-scale {
height:12px
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.post-rating-left {
float:none;
width:100%
}
.post-rating-right {
float:none;
width:100%
}
}
@media only screen and (max-width: 960px) {
.leave-review-form {
box-shadow:none;
border:none;
padding:44px 16px 16px 16px
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.post-rating {
margin:30px 0
}
.medora-reviews-items {
text-align:left
}
.post-rating-right {
text-align:right
}
}
@media only screen and (min-width: 1281px) and (max-width: 1900px) {
.post-rating-left {
text-align:center;
float:none;
width:100%
}
.post-rating-right {
float:none;
width:100%
}
}
.blog {
	padding:50px 0;
}
.blog a {
	text-decoration:none;
	color:#023ead
}
.blog a:hover {
	text-decoration:underline
}
.posts {
	float:left;
	width:100%;
	padding-right:40px;
	box-sizing:border-box
}
.post {
	margin-bottom:30px
}
.post-title, .post-title a {
	color:#990000;
	text-decoration:none
}
.post-title span {
	color:#999999;
	font-size:1rem;
	font-weight:normal;
	padding-left: 15px;
}
.post-thumbnail {
	box-sizing:border-box;
	float:left;
	width:20%
}
.post-thumbnail img {
	max-width:100%;
	height:auto
}
.post-excerpt-with-thumbnail {
	box-sizing:border-box;
	float:left;
	padding-left:40px;
	width:80%
}
.post-sidebar {
	float:left;
	width:30%;
	display:none
}
.blog-news {
	margin-bottom:40px
}
.page-content .post-links, .post-links {
	margin:0;
	padding:0;
	list-style:none
}
.post-links li {
	display:block;
	padding:8px 0;
	border-bottom:1px solid #e8e8e8
}
.post-links li:before {
	display:none;
	content:none;
	width:auto;
	height:auto;
	background-color:transparent;
	float:none;
	margin:0;
	border-radius:inherit
}
.blog-archive {
	display:inline-block;
	font-weight:bold;
	padding:8px 0
}
.wp-pagenavi {
	clear:both
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration:none;
	border:1px solid #BFBFBF;
	padding:3px 5px;
	margin:2px
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color:#000
}
.wp-pagenavi span.current {
	font-weight:bold
}
@media only screen and (max-width: 960px) {
.posts {
float:none;
width:100%;
padding-right:0
}
.post {
margin-bottom:30px
}
.post-pagination {
text-align:center;
margin-bottom:30px
}
.post-sidebar {
overflow:hidden;
width:100%
}
.post-thumbnail {
float:none;
width:100%;
text-align:center
}
.post-excerpt-with-thumbnail {
float:none;
width:100%;
padding-left:0
}
}
@media only screen and (max-width: 500px) {
.blog-news {
float:none;
width:100%
}
.blog-articles {
float:none;
width:100%
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.blog-news {
float:none;
width:100%
}
.blog-articles {
float:none;
width:100%
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.blog-news {
float:left;
width:50%;
box-sizing:border-box;
padding-right:20px
}
.blog-articles {
float:right;
width:50%;
box-sizing:border-box;
padding-left:20px
}
}
.slider-border {
	border-bottom:10px solid #929292
}
.page-404 {
	padding-top:150px;
	padding-bottom:150px;
	text-align:center
}
.contact-us-separator {
	margin-top:16px;
	margin-bottom:16px
}
.contact-asia-border {
	padding:10px 5px 10px 0;
	border:1px solid #d2d2d2;
	box-sizing:border-box
}
.contact-world-border {
	padding:10px 0;
	border:1px solid #d2d2d2;
	box-sizing:border-box
}
.testimonial-gallery {
	overflow:hidden;
	padding:40px 80px
}
.testimonial-gallery-header {
	text-align:center;
	margin-bottom:40px
}
.testimonial-gallery-header h2, .testimonial-gallery-header h4 {
	font-weight:normal
}
.testimonial-video-popup-section, .video-gallery-popup-container {
	padding:40px 80px;
	background-color:#202020;
	color:#fff
}
.fun-section {
	padding:40px 80px
}
.fun-section .video-gallery-popup__caption {
	color:#fff
}
.indeed-jobs-container {
	padding:50px
}
@media only screen and (max-width: 960px) {
.vc_separator.contact-us-separator {
display:none
}
.contact-us-person-row .vc_col-sm-4 {
width:100%
}
.contact-us-person-row .vc_col-sm-3 {
width:100%
}
.contact-world-border {
padding:0;
border:none
}
.page-404 {
padding-top:40px;
padding-bottom:40px
}
.testimonial-gallery {
padding:20px 10px 10px 10px;
text-align:center
}
.testimonial-gallery-header {
margin-bottom:20px
}
.testimonial-video-popup-section, .video-gallery-popup-container {
padding:20px 10px;
text-align:center
}
.testimonial-video-popup-section .md-heading, .video-gallery-popup-container .md-heading {
display:inline-block
}
.fun-section {
padding:20px 10px;
text-align:center
}
.fun-section .md-heading {
display:inline-block
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.contact-us-person-row .vc_col-sm-4 {
width:100%
}
.contact-us-person-row .vc_col-sm-3 {
width:50%
}
}
.customer-login-form-container {
	position:relative;
	background-image:url("../images/dealer/customer-login.jpg");
	background-size:cover;
	min-height:500px
}
.customer-login-form {
	position:absolute;
	top:100px;
	right:100px
}
.dealer-area {
	padding:26px;
	max-width:1200px;
	margin:0 auto
}
.dealer-main-page {
	font-size:15px;
	line-height:20px
}
.dealer-area h1 {
	font-weight:bold;
	padding:0 0 8px
}
.dealer-area h2 {
	font-weight:bold;
	padding:0 0 8px
}
.dealer-area h3 {
	font-weight:bold;
	padding:0 0 8px
}
.machine-info-cut-sheets {
	overflow:hidden
}
.machine-info-cut-sheets .cut-sheets, .aa-cut-sheets .cut-sheets {
	width:65%;
	float:left
}
.machine-info-cut-sheets .videos, .aa-cut-sheets .videos {
	width:35%;
	float:left
}
.mi-area-title {
	display:inline-block;
	font-size:1rem;
	font-weight:bold;
	padding-bottom:20px
}
.mi-table td {
	padding-right:12px
}
.bulletins-list {
	padding:0 50px;
	font-size:16px;
	overflow:hidden
}
.bulletins-list .bulletins-left {
	float:left;
	width:50%;
	text-align:left;
	padding:10px 0
}
.bulletins-list .bulletins-right {
	float:right;
	width:30%;
	text-align:right;
	padding:10px 66px 10px 0
}
.bulletins-pagination {
	padding:10px 0;
	font-size:14px;
	text-align:center
}
.bulletins-pagination span, .bulletins-pagination a {
	padding:0 4px
}
.dealer-link-to-page {
	padding-top:4px;
	font-size:1.2rem
}
@media only screen and (max-width: 960px) {
.dealer-link-to-page {
padding-bottom:20px
}
.machine-info-cut-sheets, .machine-info-photos-quotes, .machine-info-operations-manuals, .machine-info-quick-start-guides {
padding-bottom:40px
}
.customer-login-form {
margin:50px auto 20px;
position:static;
width:100%
}
.bulletins-list .bulletins-left {
float:none;
width:100%;
text-align:center;
padding-bottom:0
}
.bulletins-list .bulletins-right {
float:none;
width:100%;
text-align:center;
padding-top:0
}
}
.search-page {
	padding:50px
}
.contact-us-container {
	margin:50px auto;
	width:100%;
	max-width:510px
}
.contact-us {
	font-size:0.8rem;
	width:100%;
	background-color:#fff;
	padding:30px 60px 30px 60px;
	position:relative;
	border-radius:10px 10px 10px 10px;
	box-shadow:0 0 25px 5px #999;
	border:#6a6a6a solid 2px;
	box-sizing:border-box
}
.contact-us .mfp-close {
	opacity:0.8
}
.contact-us .mfp-close:active {
	top:10px
}
.contact-us .contact-us-close {
	position:absolute;
	right:15px;
	top:10px;
	background-image:url("../images/closeBox.png");
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	cursor:pointer
}
.contact-us .error {
	color:#ff0000;
	padding:0 2px
}
.contact-us #contact-us-errors .error {
	padding:10px;
	border:1px solid #ff0000;
	text-align:center;
	margin-bottom:20px
}
.contact-us .contact-us-text {
	width:100%;
	max-width:500px;
	box-sizing:border-box
}
.contact-us .contact-us-row.contact-us-header {
	font-weight:bold;
	margin-bottom:20px
}
.contact-us .contact-us-row.register-machine-footer {
	margin-top:20px
}
.contact-us .contact-us-row {
	margin:0 0 10px 0;
	overflow:hidden
}
.contact-us .contact-us-row label {
	display:block;
	cursor:pointer
}
.contact-us .contact-us-row .required-field, .contact-us .contact-us-row .state-required {
	color:#FF0000;
	padding-left:4px
}
.contact-us .contact-us-row .right-container {
	width:340px;
	float:right
}
.contact-us .contact-us-row input[type=text] {
	width:100%;
	max-width:500px;
	padding:2px;
	border:1px solid #cad9de;
	box-sizing:border-box
}
.contact-us .contact-us-row input[type=button] {
	display:inline-block;
	background:#000;
	border-radius:6px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:6px 36px;
	border:none;
	cursor:pointer
}
.contact-us .contact-us-row input[type=button]:active {
	background:#555
}
.contact-us .contact-us-row select {
	width:100%;
	padding:2px;
	border:1px solid #cad9de
}
.contact-us .contact-us-row textarea {
	width:100%;
	max-width:500px;
	padding:2px;
	border:1px solid #cad9de;
	box-sizing:border-box
}
.contact-us .contact-us-loader {
	display:none
}
.contact-us .contact-us-success {
	font-size:18px
}
.contact-us-japan-container {
	margin:50px auto;
	width:100%;
	max-width:510px
}
.contact-us-japan-content {
	border:4px solid #f2f2f2;
	padding:10px 20px;
	overflow:hidden;
	font-size:11px;
	line-height:14px
}
.contact-us-japan-address {
	float:left;
	width:30%
}
.contact-us-members {
	text-align:right;
	float:right;
	width:65%
}
.contact-us-button {
	margin-bottom:16px;
	display:inline-block;
	overflow:hidden;
	height:40px;
	max-width:400px;
	line-height:40px;
	padding-left:70px;
	padding-right:24px;
	border-radius:0 6px 6px 0;
	font-weight:bold;
	color:#000;
	font-size:18px;
	white-space:nowrap;
	cursor:pointer;
	text-decoration:none;
	background-image:url("../images/buttons/contact-us-bg.png")
}
.contact-us-members ul {
	list-style:none;
	overflow:hidden;
	float:right
}
.contact-us-members ul li {
	list-style:none;
	float:left;
	text-align:center
}
.contact-us-members span {
	display:block;
	margin:0 auto
}
.contact-us-members .customer {
	width:120px
}
.contact-us-japan-videos-container {
	padding:12px 0 0 4px
}
.contact-us-japan-player-wrap {
	width:240px;
	float:left;
	padding:0 10px 8px 10px
}
@media only screen and (max-width: 960px) {
.contact-us {
box-shadow:none;
border:none;
padding:44px 16px 16px 16px
}
}
.app-machine-list {
	padding:20px 40px
}
.app-machine-item {
	float:left;
	width:25%
}
.app-machine-item-inner {
	padding:30px
}
.app-machine-item img {
	height:auto;
	max-width:100%;
	max-height:400px
}
.app-machine-item-title {
	display:block;
	color:#000;
	text-decoration:none
}
.app-machine-item-title:hover {
	text-decoration:underline
}
.app-machine-clear {
	clear:left
}
.app-machine-item-excerpt {
	margin-bottom:0.5rem
}
.app-machine-links {
	font-size:0.9rem;
	color:red;
	text-decoration:none
}
@media only screen and (max-width: 960px) {
.app-machine-item {
text-align:center
}
.app-machine-list {
padding:10px
}
.app-machine-item-inner {
padding:20px 10px
}
.app-machine-item img {
max-height:300px
}
}
@media only screen and (max-width: 500px) {
.app-machine-item {
float:none;
width:100%
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {

.app-machine-item {
width:50%
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.app-machine-item {
width:50%
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.app-machine-item {
width:33%
}
}
.contact-us-bg {
	background-image:url("../images/contact-bg-map.png");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center
}
.md-5-columns {
	margin-bottom:35px
}
.md-5-columns .vc_col-sm-2 {
	width:20%
}
.md-5-columns .vc_col-sm-2:last-child, .md-5-columns .hide-column {
	display:none
}
.contact-us-left-column.vc_column_container>.vc_column-inner {
	padding-right:80px
}
.contact-us-inquiry-top-margin {
	margin-top:60px
}
@media only screen and (max-width: 960px) {
.contact-us-inquiry-top-margin {
margin-top:0
}
.md-5-columns {
margin-bottom:0
}
}
@media only screen and (max-width: 500px) {
.contact-us-bg {
background:none
}
.md-5-columns .vc_col-sm-2 {
width:100%
}
.contact-us-left-column.vc_column_container>.vc_column-inner {
padding-right:0
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.contact-us-bg {
background:none
}
.md-5-columns .vc_col-sm-2 {
width:100%
}
.contact-us-left-column.vc_column_container>.vc_column-inner {
padding-right:0
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.contact-us-left-column.vc_column_container>.vc_column-inner {
padding-right:40px
}
}
.md-video-gallery-popup {
	width:100%
}
.md-video-gallery-popup-item {
	float:left;
	width:16.66%;
	box-sizing:border-box;
	cursor:pointer;
	padding:20px 10px
}
.md-video-gallery-popup-item span {
	display:block;
	text-align:center
}
.md-video-gallery-popup-item img {
	box-sizing:border-box;
	height:auto;
	width:100%
}
@media only screen and (max-width: 500px) {
.md-video-gallery-popup-item {
width:100%;
float:none
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.md-video-gallery-popup-item {
width:50%
}
.md-video-gallery-popup-item:nth-child(2n+1) {
clear:both
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.md-video-gallery-popup-item {
width:33.33%
}
.md-video-gallery-popup-item:nth-child(3n+1) {
clear:both
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.md-video-gallery-popup-item {
width:20%
}
.md-video-gallery-popup-item:nth-child(5n+1) {
clear:left
}
}
@media only screen and (min-width: 1281px) and (max-width: 1900px) {
.md-video-gallery-popup-item:nth-child(6n+1) {
clear:left
}
}
@media only screen and (min-width: 1901px) {
.md-video-gallery-popup-item:nth-child(6n+1) {
clear:left
}
}
.request-more-information-container {
	display:inline-block;
	white-space:nowrap
}
.request-more-information-button {
	display:inline-block;
	overflow:hidden;
	height:40px;
	max-width:400px;
	line-height:40px;
	padding-left:70px;
	padding-right:24px;
	border-radius:0 6px 6px 0;
	font-weight:bold;
	color:#000;
	font-size:18px;
	white-space:nowrap;
	cursor:pointer;
	text-decoration:none;
	background-image:url("../images/buttons/requiest-more-info-bg.png")
}
.tell-a-friend-container {
	display:inline-block;
	padding-bottom:10px
}
.tell-a-friend-button {
	font-size:1rem;
	color:#023ead
}
.tell-a-friend-form-container {
	margin:50px auto;
	width:100%;
	max-width:510px;
	font-size:17px
}
.tell-a-friend-form-container form {
	font-size:0.8em;
	width:100%;
	background-color:#fff;
	padding:30px 60px 30px 60px;
	position:relative;
	border-radius:10px 10px 10px 10px;
	border:#6a6a6a solid 2px;
	box-sizing:border-box
}
.tell-a-friend-form-container .mfp-close {
	opacity:0.8
}
.tell-a-friend-form-container .mfp-close:active {
	top:10px
}
.tell-a-friend-form-container .close-popup {
	position:absolute;
	overflow:hidden;
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
	right:10px;
	top:10px;
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjAhQTHR17tU3IAAAAr0lEQVQ4y52TMQoDIRBFH2H3AAGFXCGNzZ5fCKnT2OwVAgnkCqaIbHB1ZkysFN5zcOYLELhywlqeCwtA4ElmNRRPIvNigUgmk0k4EXekQkU4cisHqYrf8HKprjS4rnRxWRHxvqLirWLidfvSCF5XGcL3Sgc/NMLEvO1nJuv+71P16f/36LqRZsbavqtKf0yiIk+1q+ghaBQ7Mzvl5y965j6QmU+VBwEgEO2I4YgEeAO2xb1nXfrRZwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wMi0yMFQxODoyOToyOSswMTowMHjuDuIAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDItMjBUMTg6Mjk6MjkrMDE6MDAJs7ZeAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==");
	background-repeat:no-repeat;
	background-size:cover;
	width:16px;
	height:16px;
	cursor:pointer;
	z-index:10000
}
.tell-a-friend-form-container .tell-a-friend-form__icon {
	display:block;
	width:100%;
	height:auto
}
.tell-a-friend-form-container .error {
	color:#ff0000;
	padding:0 2px
}
.tell-a-friend-form-container .form-errors .error {
	padding:10px;
	border:1px solid #ff0000;
	text-align:center;
	margin-bottom:20px
}
.tell-a-friend-form-container .form-header {
	width:100%;
	max-width:500px;
	box-sizing:border-box;
	font-weight:bold;
	margin-bottom:20px
}
.tell-a-friend-form-container .form-row {
	margin:0 0 10px 0;
	overflow:hidden
}
.tell-a-friend-form-container .form-row label {
	display:block;
	cursor:pointer
}
.tell-a-friend-form-container .form-row .required-field, .tell-a-friend-form-container .form-row .state-required {
	color:#FF0000;
	padding-left:4px
}
.tell-a-friend-form-container .form-row input[type=text] {
	width:100%;
	max-width:500px;
	padding:2px;
	border:1px solid #cad9de;
	box-sizing:border-box
}
.tell-a-friend-form-container .form-row input[type=button] {
	display:inline-block;
	background:#000;
	border-radius:6px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:6px 36px;
	border:none;
	cursor:pointer
}
.tell-a-friend-form-container .form-row input[type=button]:active {
	background:#555
}
.tell-a-friend-form-container .form-row select {
	width:100%;
	padding:2px;
	border:1px solid #cad9de
}
.tell-a-friend-form-container .form-row textarea {
	width:100%;
	max-width:500px;
	padding:2px;
	border:1px solid #cad9de;
	box-sizing:border-box
}
.tell-a-friend-form-container .form-loader {
	display:none
}
.tell-a-friend-form-container .form-success {
	padding:10px 0;
	font-size:18px
}
.md-person-container {
	width:100%
}
.md-person {
	overflow:hidden;
	font-size:0.8rem
}
.md-person h1 {
	font-size:2.3rem;
	line-height:2.3rem;
	margin-bottom:0.5rem
}
.md-person h2 {
	font-size:2.0rem;
	line-height:2.0rem;
	margin-bottom:0.5rem
}
.md-person h3 {
	font-size:1.5rem;
	line-height:1.5rem;
	margin-bottom:0.5rem
}
.md-person h4 {
	font-size:1.3rem;
	line-height:1.3rem;
	margin-bottom:0.25rem
}
.md-person h5 {
	font-size:1.15rem;
	line-height:1.15rem;
	margin-bottom:0.25rem
}
.md-person h6 {
	font-size:1.0rem;
	line-height:1.0rem;
	margin-bottom:0
}
.md-person-avatar, .md-person-data {
	box-sizing:border-box
}
.md-person-avatar img {
	height:auto;
	max-width:100%
}
.md-person-horizontal {
	float:left;
	width:40%;
	padding-right:10px;
	padding-bottom:10px
}
.md-person-info-horizontal {
	float:left;
	width:60%
}
.md-person-align-left {
	text-align:left
}
.md-person-align-center {
	text-align:center
}
.md-person-align-right {
	text-align:right
}
.md-single-image img {
	height:auto;
	max-width:100%;
	vertical-align:bottom
}
.md-single-image-align-left {
	text-align:left
}
.md-single-image-align-right {
	text-align:right
}
.md-single-image-align-center {
	text-align:center
}
@media only screen and (max-width: 960px) {
.md-single-mobile-align-left {
text-align:left
}
.md-single-mobile-align-center {
text-align:center
}
.md-single-mobile-align-right {
text-align:right
}
}
.md-video-gallery-item img {
	height:auto;
	max-width:100%
}
.md-video-gallery-clear {
	clear:left
}
.md-video-gallery-hide {
	display:none
}
.md-video-gallery-vertical .md-video-gallery-items {
	overflow:hidden;
	padding:30px 0 0 0;
	margin-left:-10px;
	margin-right:-10px
}
.md-video-gallery-vertical .md-video-gallery-item {
	box-sizing:border-box;
	padding:0 10px 10px 10px;
	float:left;
	width:33.33%;
	cursor:pointer
}
.md-video-gallery-horizontal .md-video-gallery-player {
	float:left;
	width:74%
}
.md-video-gallery-horizontal .md-video-gallery-items {
	float:right;
	width:24%
}
.md-video-gallery-horizontal .md-video-gallery-item {
	box-sizing:border-box;
	padding:0 10px 10px 10px;
	cursor:pointer
}
.md-video-gallery-item-title {
	display:block
}
@media only screen and (max-width: 500px) {
.md-video-gallery-vertical .md-video-gallery-item {
padding:0 0 10px 0;
float:none;
width:100%
}
}
@media only screen and (max-width: 960px) {
.md-video-gallery-horizontal .md-video-gallery-player {
float:none;
width:100%
}
.md-video-gallery-horizontal .md-video-gallery-items {
float:none;
width:100%;
padding-top:30px
}
}
.newsletter-button {
	overflow:hidden;
	width:100%;
	background-color:#363636;
	border-radius:2px;
	text-align:center;
	padding:8px;
	box-sizing:border-box
}
.newsletter-button a {
	font-size:1.4rem;
	color:#fff;
	text-decoration:none
}
.newsletter-button a:hover {
	text-decoration:underline
}
.md-heading {
	display:flex;
	align-items:center
}
.md-heading-image-container {
	display:inline-block;
	margin-right:20px
}
.md-heading h1, .md-heading h2, .md-heading h3 {
	display:inline-block;
	margin:0 0 0.5rem 0;
	-ms-flex:0 1 auto
}
@media only screen and (max-width: 500px) {
.md-heading {
display:block
}
.md-heading-image-container {
margin:0;
width:100%;
text-align:center
}
}
@media only screen and (max-width: 960px) {
.content-mobile .md-heading {
justify-content:center
}
}
.md-inquire-container {
	width:100%;
	text-align:center
}
.md-inquire {
	display:inline-block;
	padding:8px 20px;
	margin:0 auto;
	background-color:#cccccc;
	border-radius:8px;
	color:#000;
	white-space:nowrap;
	box-sizing:border-box
}
.md-inquire-text {
	display:inline-block;
	padding:0 20px;
	font-size:1.4rem;
	vertical-align:middle;
	box-sizing:border-box
}
.md-inquire-icon {
	vertical-align:middle;
	display:inline-block;
	height:44px;
	margin:0 8px
}
.md-inquire-icon img {
	max-width:100%;
	height:auto
}
@media only screen and (max-width: 500px) {
.md-inquire {
display:block;
padding:10px
}
.md-inquire-text {
display:block;
width:100%;
padding-bottom:16px
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.md-inquire-text {
font-size:1.0rem
}
.md-inquire-icon {
height:auto;
width:44px
}
}
.deader-button {
	width:100%;
	margin-right:40px;
	float:left;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-bottom:50px
}
.deader-button .text-container {
	display:inline-block;
	color:#fff;
	padding:6px;
	line-height:22px
}
.deader-button .text-container a {
	color:#fff;
	text-decoration:none
}
.deader-button .dealer-button-content {
	overflow:hidden;
	height:80px;
	max-height:80px;
	background-color:#000;
	width:100%;
	box-sizing:border-box
}
.deader-button .rotated-container {
	overflow:hidden;
	height:60px;
	opacity:0.6
}
.deader-button .main-content {
	border:#222 solid 1px
}
.deader-button .rotated-content {
	display:block;
	overflow:hidden;
	-webkit-transform:matrix(1, 0, 0, -1, 0, 0);
	-moz-transform:matrix(1, 0, 0, -1, 0, 0);
	-ms-transform:matrix(1, 0, 0, -1, 0, 0);
	-o-transform:matrix(1, 0, 0, -1, 0, 0);
	transform:matrix(1, 0, 0, -1, 0, 0);
	opacity:0.75;
	border-bottom:#b8b3b3 solid 1px;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:default
}
.deader-button .red-gradient {
	background:#ffffff;
	background:-moz-linear-gradient(top, #fff 0%, #fff 40%, #c00000 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(40%, #fff), color-stop(100%, #c00000));
	background:-webkit-linear-gradient(top, #fff 0%, #fff 40%, #c00000 100%);
	background:-o-linear-gradient(top, #fff 0%, #fff 40%, #c00000 100%);
	background:-ms-linear-gradient(top, #fff 0%, #fff 40%, #c00000 100%);
	background:linear-gradient(to bottom, #fff 0%, #fff 40%, #c00000 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c00000', GradientType=0 )
}
.deader-button .black-gradient {
	background:#ffffff;
	background:-moz-linear-gradient(top, #fff 0%, #fff 40%, #000 100%);
	background:-webkit-linear-gradient(top, #fff 0%, #fff 40%, #000 100%);
	background:linear-gradient(to bottom, #fff 0%, #fff 40%, #000 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 )
}
.deader-button .vertically-align {
	display:table;
	overflow:hidden
}
.deader-button .vertically-align>div {
	display:table-cell;
	vertical-align:middle
}
@media only screen and (max-width: 960px) {
.red-box, .wpb_column>.wpb_wrapper>.deader-button:last-child {
margin-bottom:10px
}
.deader-button .rotated-container {
display:none
}
}
.link-to-page {
	display:inline-block
}
.md-customer-login-form-container {
	border:1px solid #000;
	width:350px
}
.md-customer-login-form {
	width:100%;
	border:1px solid #e0e1e1;
	background-color:rgba(255, 255, 255, 0.8);
	padding:20px;
	box-sizing:border-box
}
.md-customer-login-form label {
	display:inline-block;
	padding-top:4px
}
.md-customer-login-form-row .left {
	float:left;
	width:35%
}
.md-customer-login-form-row .right {
	float:right;
	width:60%
}
.md-customer-login-form input[type=text], .md-customer-login-form input[type=password] {
	width:100%;
	box-sizing:border-box;
	padding:4px 2px;
	font-size:1rem
}
.md-customer-login-form-divider {
	display:block;
	height:20px
}
.md-customer-login-form-submit {
	font-size:1.0rem
}
.md-customer-login-form-submit-container {
	text-align:right;
	padding-top:20px
}
.md-customer-login-error-container {
	text-align:center;
	border-left:4px solid #dd3d36;
	background:#fff;
	margin-top:10px;
	padding:8px
}
.vc_single_image-wrapper {
	position:relative
}
.md-distributors {
	overflow:auto;
	max-height:300px
}
.md-distributor {
	padding:10px
}
.md-flag {
	float:left
}
.md-distributor-content {
	float:left;
	margin-left:20px
}
.md-distributor-active {
	background:#f0f0f0
}
@media only screen and (max-width: 500px) {
.md-distributors {
text-align:center
}
.md-flag, .md-distributor-content {
float:none;
margin:0
}
.md-distributor {
padding:10px 0
}
.md-distributor:last-child {
padding-bottom:0
}
}
.md-distributors-asia-pacific {
	padding-top:20px
}
.md-distributor-asia-pacific {
	width:50%;
	float:left;
	margin-bottom:20px
}
.md-distributor-asia-pacific-clear {
	clear:both
}
.md-flag-asia-pacific {
	vertical-align:middle;
	padding-right:32px
}
.md-popup-video {
	position:relative;
	text-align:center;
	cursor:pointer;
}
.md-popup-video img {
	height:auto;
	max-width:100% !important;
	padding: 10px 0;
}
.md-video-popup-container {
	position:relative;
	background:#fff;
	padding:40px;
	text-align:center;
	margin:0 auto;
	max-width:70%
}
.md-video-popup-title {
	white-space:nowrap;
	font-size:1.6rem;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:0
}
.md-video-popup-play-button {
	display:none
}
.md-ajax-loader {
	background-image:url("../images/spin.gif");
	width:72px;
	height:72px;
	margin:0 auto
}
.red-row-container {
	box-sizing:border-box;
	padding-top:18px;
	padding-bottom:18px;
	cursor:pointer
}
.red-row {
	position:relative;
	max-width:300px;
	color:#fff;
	border:1px solid #780119;
	border-radius:10px;
	box-shadow:3px 3px 6px 0 rgba(0, 0, 0, 0.2);
	padding:20px 20px 20px 140px;
	font-size:1.2rem;
	background:#9d0600;
	background:-moz-linear-gradient(top, #9d0600 0%, #780923 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d0600), color-stop(100%, #780923));
	background:-webkit-linear-gradient(top, #9d0600 0%, #780923 100%);
	background:-o-linear-gradient(top, #9d0600 0%, #780923 100%);
	background:-ms-linear-gradient(top, #9d0600 0%, #780923 100%);
	background:linear-gradient(to bottom, #9d0600 0%, #780923 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0600', endColorstr='#780923', GradientType=0 )
}
.red-row img {
	position:absolute;
	margin-top:-34px;
	left:20px
}
.red-row-title {
	font-weight:normal;
	font-size:1.0rem;
	line-height:inherit;
	margin-bottom:0
}
.simple-row-container {
	box-sizing:border-box;
	padding-top:18px;
	padding-bottom:18px;
	cursor:pointer
}
.simple-row {
	height:90px;
	display:table;
	position:relative;
	color:#343434;
	padding:0 20px 0 120px
}
.simple-row img {
	max-height:90px;
	position:absolute;
	left:0
}
.simple-row-title {
	font-weight:bold;
	font-size:1.2rem;
	line-height:inherit;
	margin-bottom:0;
	display:table-cell;
	vertical-align:middle
}
.md-popup-video-title-inner {
	display:none;
	padding-top:40px
}
@media only screen and (max-width: 500px) {
.md-video-popup-title {
box-sizing:border-box;
color:#fff;
text-align:center;
background-color:rgba(0, 0, 0, 0.5);
padding:20px 0;
position:absolute;
bottom:6px;
right:0;
left:0;
display:inherit;
margin:0
}
.md-video-popup-title {
font-size:1.5rem
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.md-video-popup-title {
box-sizing:border-box;
color:#fff;
text-align:center;
background-color:rgba(0, 0, 0, 0.5);
padding:20px 0;
position:absolute;
bottom:6px;
right:0;
left:0;
display:inherit;
margin:0
}
}
@media only screen and (max-width: 960px) {
.md-video-popup-container {
padding:40px 10px;
max-width:none
}
.md-video-popup-title {
font-size:1.2rem;
padding-top:10px;
padding-bottom:10px
}
.red-row {
box-shadow:none;
font-size:1.0rem;
max-width:none
}
.simple-row {
box-shadow:none;
font-size:1.0rem;
max-width:none
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.simple-row-title {
font-size:0.9rem
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.md-video-popup-title {
font-size:1.1rem;
padding-top:10px;
padding-bottom:10px
}
.red-row {
font-size:1.0rem
}
.simple-row-title {
font-size:1.0rem
}
}
.md-latest-post {
	margin-bottom:10px
}
.md-latest-post-title {
	margin-bottom:10px;
	line-height:1.4rem
}
.md-latest-post-title a {
	font-size:1.2rem;
	color:#990000;
	text-decoration:none
}
.md-image-link {
	position:relative;
	text-align:center;
	cursor:pointer
}
.md-image-link img {
	height:auto;
	width:100%;
	max-width:100%
}
.machine-page-content .md-image-link img {
	width:80%;
	max-width:80%;
	margin-left:auto;
	margin-right:auto
}
.md-image-link-title {
	white-space:nowrap;
	font-size:1.6rem;
	padding-top:20px;
	padding-bottom:20px;
	box-sizing:border-box;
	margin-bottom:0
}
@media only screen and (max-width: 500px) {
.md-image-link-title {
color:#fff;
text-align:center;
background-color:rgba(0, 0, 0, 0.5);
padding:20px 0;
position:absolute;
bottom:6px;
right:0;
left:0;
display:inherit;
margin:0;
font-size:1.5rem
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.md-image-link-title {
color:#fff;
text-align:center;
background-color:rgba(0, 0, 0, 0.5);
padding:20px 0;
position:absolute;
bottom:6px;
right:0;
left:0;
display:inherit;
margin:0
}
}
@media only screen and (max-width: 960px) {
.md-image-link-title {
font-size:1.2rem;
padding-top:10px;
padding-bottom:10px
}
.machine-page-content .md-image-link img {
width:100%;
max-width:100%;
margin-left:0;
margin-right:0
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.md-image-link-title {
font-size:1.1rem;
padding-top:10px;
padding-bottom:10px
}
.machine-page-content .md-image-link img {
width:100%;
max-width:100%;
margin-left:0;
margin-right:0
}
}
.md-inquiry-form .md-contact-us {
	font-size:0.9rem;
	padding:20px;
	border:1px solid #8c8c8c;
	border-radius:10px
}
.md-inquiry-form .md-contact-us-row {
	margin-bottom:10px
}
.md-inquiry-form .md-contact-us-row:last-child {
	margin-bottom:0
}
.md-inquiry-form .md-contact-us-row label {
	width:100%;
	display:block;
	box-sizing:border-box;
	font-weight:bold
}
.md-inquiry-form .md-contact-us-row input, .md-inquiry-form .md-contact-us-row select, .md-inquiry-form .md-contact-us-row textarea {
	width:100%;
	display:block;
	padding:4px 2px;
	box-sizing:border-box;
	border:1px solid #8c8c8c;
	border-radius:4px
}
.md-inquiry-form .required-field, .md-inquiry-form .state-required {
	color:red;
	padding-left:4px
}
.md-inquiry-form .md-contact-us-loader {
	display:none
}
.md-inquiry-form .md-contact-us-success {
	padding:0 20px;
	font-size:16px;
	font-weight:bold
}
.md-inquiry-form .error {
	color:red;
	padding:0 2px
}
.md-inquiry-form #contact-us-errors .error {
	padding:10px;
	text-align:center;
	margin-bottom:20px
}
@media only screen and (max-width: 960px) {
.md-inquiry-form .md-contact-us {
border:none;
padding-left:0;
padding-right:0
}
}
.md-contact-link {
	position:relative;
	text-align:center;
	cursor:pointer
}
.md-contact-link img {
	display:block;
	margin:0 auto;
	height:auto;
	max-width:100%
}
.md-contact-link a {
	text-decoration:none;
	color:#666
}
.md-contact-link a:hover {
	color:#222
}
.md-contact-link-title {
	display:inline-block;
	text-align:center;
	box-sizing:border-box;
	padding-top:12px;
	padding-bottom:6px;
	border-bottom:1px solid #666
}
#interactive-map-popup {
	width:100%;
	box-sizing:border-box;
	position:relative;
	background-color:#fff;
	padding:40px 20px
}
#interactive-map-popup iframe {
	width:100%;
	height:100%
}
.md-world-map {
	width:100%;
	height:100%;
	box-sizing:border-box
}
.md-world-map svg {
	cursor:pointer
}
.jqvmap-zoomin, .jqvmap-zoomout {
	z-index:9000
}
.md-world-map-preview {
	cursor:pointer
}
.md-world-map-preview img {
	height:auto;
	width:100%;
	vertical-align:bottom
}
.md-contact-info {
	font-size:14px;
	line-height:20px;
	width:410px;
	position:absolute;
	padding:20px;
	border-radius:16px;
	background-color:rgba(255, 255, 255, 0.9);
	border:1px solid #000
}
.md-contact-info .md-contact-info-left {
	box-sizing:border-box;
	float:left;
	padding-right:10px;
	width:300px
}
.md-contact-info .md-contact-info-right {
	box-sizing:border-box;
	float:right;
	width:110px
}
.md-contact-info .md-contact-info-button {
	font-size:18px !important;
	line-height:18px !important;
	position:absolute;
	top:50%;
	margin-top:-17px
}
.company-heading {
	font-weight:bold
}
@media only screen and (max-width: 500px) {
.md-world-map {
padding:0
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.md-world-map {
padding:0
}
}
.wufoo-popup-form-container {
	display:inline-block;
	white-space:nowrap
}
.wufoo-popup-form-button {
	display:inline-block;
	overflow:hidden;
	height:40px;
	max-width:400px;
	line-height:40px;
	padding-left:70px;
	padding-right:24px;
	border-radius:0 6px 6px 0;
	font-weight:bold;
	color:#000;
	font-size:18px;
	white-space:nowrap;
	cursor:pointer;
	text-decoration:none;
	background-image:url("../images/buttons/requiest-more-info-bg.png")
}
.wufoo-popup-form-iframe-container {
	position:relative;
	width:740px;
	margin:auto
}
.wufoo-popup-form-iframe-container .mfp-close {
	right:-44px;
	color:#aaa !important;
	padding:0;
	margin:0;
	cursor:pointer
}
.wufoo-popup-form-iframe-container .mfp-close:hover {
	color:#ccc
}
.wufoo-popup-form-iframe {
	width:100%;
	height:90vh;
	display:block;
	background-color:#000;
	border:0;
	outline:0
}
.wufoo-popup-image-button {
	display:inline-block;
	min-width:220px;
	vertical-align:middle;
	cursor:pointer
}
.wufoo-popup-image-button img {
	width:100%;
	height:auto
}
.wufoo-popup-align-left {
	text-align:left
}
.wufoo-popup-align-center {
	text-align:center
}
.wufoo-popup-align-right {
	text-align:right
}
@media only screen and (max-width: 500px) {
.wufoo-popup-form-iframe-container {
width:100%;
padding:10px
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.wufoo-popup-form-iframe-container {
width:100%;
padding:10px
}
}
.md-testimonials-box-container {
	overflow:hidden;
	margin-left:-20px;
	margin-right:-20px
}
.md-testimonials-box-title {
	font-size:1.25rem;
	margin-bottom:20px;
	line-height:2.2rem
}
.md-testimonials-box-title h1, .md-testimonials-box-title h2, .md-testimonials-box-title h3, .md-testimonials-box-title h4, .md-testimonials-box-title h5, .md-testimonials-box-title h6 {
	display:inline-block;
	margin-bottom:0
}
.md-testimonial-box-clear {
	clear:left
}
.md-testimonial-box-outer {
	width:33.33%;
	float:left;
	font-size:0.8rem;
	line-height:0.9rem
}
.md-testimonial-box-inner {
	padding:4px 20px
}
.md-testimonial-box-inner img {
	width:100%;
	height:auto
}
.md-testimonial-box-inner a {
	text-decoration:none;
	color:#000
}
.md-testimonial-box-title {
	padding-top:4px;
	text-align:center
}
@media only screen and (max-width: 960px) {
.md-testimonials-box-title {
line-height:1.6rem
}
.md-testimonial-box-outer {
width:50%
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.md-testimonial-box-outer {
width:50%
}
}
.md-testimonials-video {
	overflow:hidden;
	border-bottom:8px solid #636466;
	padding:40px 80px;
	background-color:#202020;
	color:#fff
}
.md-testimonials-video-col {
	float:left;
	width:50%
}
.md-testimonials-video-gallery-container, .md-testimonials-video-player, .md-testimonials-video-controls {
	padding:0 30px
}
.md-testimonials-video-gallery {
	padding:10px;
	text-align:center
}
.md-testimonials-video-item {
	cursor:pointer
}
.md-testimonials-video-item span {
	display:block;
	text-align:center
}
.md-testimonials-video-item-top {
	margin-bottom:20px
}
.md-testimonials-video-item img {
	box-sizing:border-box;
	height:auto;
	width:100%
}
.md-testimonials-video-controls .left {
	float:left;
	width:60%;
	overflow:hidden
}
.md-testimonials-video-controls .right {
	float:right;
	width:40%;
	text-align:right
}
.md-testimonials-video-arrow {
	cursor:pointer;
	white-space:nowrap;
	padding:1px 16px;
	margin:0 4px;
	border-radius:12px;
	background:red;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.md-testimonials-video-title {
	display:none
}
.md-testimonials-video-title.md-testimonials-video-title-active {
	display:inline
}
@media only screen and (max-width: 960px) {
.md-testimonials-video {
padding:10px;
text-align:center
}
.md-testimonials-video-col {
float:none;
width:100%
}
.md-testimonials-video-controls {
padding:20px 0
}
.md-testimonials-video-controls .left, .md-testimonials-video-controls .right {
float:none;
width:100%;
text-align:center;
margin-top:10px
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.md-testimonials-video-controls .left, .md-testimonials-video-controls .right {
float:none;
width:100%;
text-align:center;
margin-top:10px
}
}
.md-testimonials-text-item-container {
	float:left;
	width:25%
}
.md-testimonials-text-item {
	overflow:hidden;
	font-size:1.2rem;
	margin:0 20px 20px 20px;
	padding:20px;
	background-color:#f7f7f7
}
.md-testimonials-text-item-title {
	color:#ff0000;
	font-style:italic
}
.md-testimonials-text-clear {
	clear:left
}
.md-testimonials-text-show-all-container {
	text-align:center
}
.md-testimonials-text-show-all {
	cursor:pointer
}
@media only screen and (max-width: 500px) {
.md-testimonials-text-item-container {
float:none;
width:100%
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.md-testimonials-text-item-container {
width:50%
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.md-testimonials-text-item-container {
width:50%
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.md-testimonials-text-item-container {
width:33%
}
}
.machine-list {
	padding:20px 40px
}
.machine-list-item {
	float:left;
	width:25%
}
.machine-list-item-inner {
	padding:30px
}
.machine-list-item img {
	height:auto;
	max-width:100%;
	max-height:400px
}
.machine-list-item-title {
	display:block;
	color:#000;
	text-decoration:none
}
.machine-list-item-title:hover {
	text-decoration:underline
}
.machine-list-clear {
	clear:left
}
@media only screen and (max-width: 960px) {
.machine-list {
padding:10px
}
.machine-list-item {
text-align:center
}
.machine-list-item-inner {
padding:20px 10px
}
.machine-list-item img {
max-height:300px
}
}
@media only screen and (max-width: 500px) {
.machine-list-item {
float:none;
width:100%
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.machine-list-item {
width:50%
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.machine-list-item {
width:50%
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.machine-list-item {
width:33%
}
}
.machine-tell-a-friend {
	text-align:center
}
.machine-tell-a-friend-button-container {
	display:inline-block;
	white-space:nowrap
}
.machine-tell-a-friend-button {
	display:inline-block;
	overflow:hidden;
	height:40px;
	max-width:400px;
	line-height:40px;
	padding-left:70px;
	padding-right:24px;
	border-radius:0 6px 6px 0;
	font-weight:bold;
	color:#000;
	font-size:18px;
	white-space:nowrap;
	cursor:pointer;
	text-decoration:none;
	background-image:url("../images/buttons/tell-a-friend-bg2.png")
}
.machine-tell-a-friend-image-button {
	display:inline-block;
	min-width:220px;
	vertical-align:middle;
	cursor:pointer
}
.machine-tell-a-friend-image-button img {
	width:100%;
	height:auto
}
.machine-tell-a-friend-align-left {
	text-align:left
}
.machine-tell-a-friend-align-center {
	text-align:center
}
.machine-tell-a-friend-align-right {
	text-align:right
}
.machine-request-more-info {
	padding:4px 0
}
.machine-request-more-info-container {
	display:inline-block;
	white-space:nowrap
}
.machine-request-more-info-button {
	display:inline-block;
	overflow:hidden;
	height:40px;
	max-width:400px;
	line-height:40px;
	padding-left:70px;
	padding-right:24px;
	border-radius:0 6px 6px 0;
	font-weight:bold;
	color:#000;
	font-size:18px;
	white-space:nowrap;
	cursor:pointer;
	text-decoration:none;
	background-image:url("../images/buttons/requiest-more-info-bg.png")
}
.machine-request-more-info-image-button {
	display:inline-block;
	min-width:220px;
	vertical-align:middle;
	cursor:pointer
}
.machine-request-more-info-image-button img {
	width:100%;
	height:auto
}
.machine-request-more-info-align-left {
	text-align:left
}
.machine-request-more-info-align-center {
	text-align:center
}
.machine-request-more-info-align-right {
	text-align:right
}
.machine-web-rotate-popup-button {
	display:inline-block;
	min-width:220px;
	vertical-align:middle
}
.machine-web-rotate-popup-button img {
	width:100%;
	height:auto
}
.machine-web-rotate-popup-button-left {
	text-align:left
}
.machine-web-rotate-popup-button-center {
	text-align:center
}
.machine-web-rotate-popup-button-right {
	text-align:right
}
.webrotate-popup-container {
	position:relative;
	width:90%;
	height:80vh;
	margin:auto
}
.webrotate-popup-container .mfp-close {
	right:-44px;
	color:#aaa !important;
	padding:0;
	margin:0;
	cursor:pointer
}
.webrotate-popup-container .mfp-close:hover {
	color:#ccc
}
@media only screen and (max-width: 960px) {
.webrotate-popup-container .mfp-close {
right:0;
top:-44px
}
}
.app-list {
	padding:20px 40px
}
.app-list__clear {
	clear:left
}
@media only screen and (max-width: 960px) {
.app-list {
padding:10px
}
}
.trade-show-column {
	float:left;
	width:50%;
	box-sizing:border-box
}
.trade-show-left {
	padding-right:10px
}
.trade-show-right {
	padding-left:10px
}
.trade-shows-list-header {
	background-color:#000;
	color:#fff;
	font-size:1.2rem
}
.trade-shows-list-header .trade-show-item {
	padding-top:10px;
	padding-bottom:10px
}
.trade-show-item {
	float:left;
	font-size:0.8rem;
	width:20%;
	padding:8px 20px;
	box-sizing:border-box;
	word-wrap:break-word
}
.trade-shows-list-header, .trade-show-line {
	display:flex;
	align-items:stretch;
	overflow:hidden
}
.trade-show-dates, .trade-show-location, .trade-show-booth-number, .trade-show-website {
	border-left:1px solid #d7d7d7
}
@media only screen and (max-width: 960px) {
.trade-show-column {
float:none;
width:100%
}
.trade-show-left {
padding-right:0
}
.trade-show-right {
padding-left:0
}
.trade-shows-list-header {
display:none
}
.trade-show-item {
float:none;
width:100%;
padding:2px 0
}
.trade-show-line {
display:block;
text-align:center;
padding:4px;
margin-bottom:20px;
background-color:#d7d7d7
}
.trade-show-dates, .trade-show-location, .trade-show-booth-number, .trade-show-website {
border-left:none
}
}
.video-gallery-popup {
	margin-left:-10px;
	margin-right:-10px
}
.video-gallery-popup:after {
	content:'';
	display:block;
	clear:both
}
.video-gallery-popup__single {
	float:left;
	width:33.33%;
	box-sizing:border-box;
	cursor:pointer;
	padding:20px 10px
}
.video-gallery-popup__single-inner {
	position:relative;
	overflow:hidden
}
.video-gallery-popup__image {
	vertical-align:middle;
	max-width:none;
	width:-webkit-calc(100% + 20px);
	width:calc(100% + 20px);
	-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
	transition:opacity 0.35s, transform 0.35s;
	-webkit-transform:translate3d(-20px, 0, 0);
	transform:translate3d(-20px, 0, 0)
}
.video-gallery-popup__overlay {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(55, 0, 0, 0.55);
	-webkit-transition:opacity 0.35s;
	transition:opacity 0.35s;
	opacity:0
}
.video-gallery-popup__caption {
	overflow:hidden;
	position:absolute;
	right:20px;
	left:20px;
	bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
	opacity:0;
	-webkit-transition:opacity 0.2s, -webkit-transform 0.35s;
	transition:opacity 0.2s, transform 0.35s;
	-webkit-transform:translate3d(0, 40px, 0);
	transform:translate3d(0, 40px, 0)
}
.video-gallery-popup__single:hover .video-gallery-popup__image {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
.video-gallery-popup__single:hover .video-gallery-popup__overlay {
	opacity:1
}
.video-gallery-popup__single:hover .video-gallery-popup__caption {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	opacity:1
}
@media only screen and (max-width: 500px) {
.video-gallery-popup__single {
width:100%;
float:none
}
.video-gallery-popup__caption {
font-size:1em
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
.video-gallery-popup__single {
width:50%
}
.video-gallery-popup__single:nth-child(2n+1) {
clear:both
}
.video-gallery-popup__caption {
font-size:0.8em
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.video-gallery-popup__single {
width:50%
}
.video-gallery-popup__single:nth-child(2n+1) {
clear:both
}
.video-gallery-popup__caption {
font-size:0.8em
}
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
.video-gallery-popup__single {
width:50%
}
.video-gallery-popup__single:nth-child(2n+1) {
clear:both
}
}
.button-popup-image__el {
	display:inline-block;
	cursor:pointer;
	min-width:210px
}
.button-popup-image__el img {
	width:100%;
	height:auto
}
.button-popup-image-container {
	position:relative;
	width:1080px;
	margin:auto;
	padding-top:64px;
	padding-bottom:64px
}
.button-popup-image-container__inner {
	position:relative
}
.button-popup-image-container .mfp-close {
	right:-44px;
	color:#aaa !important;
	padding:0;
	margin:0;
	cursor:pointer
}
.button-popup-image-container .mfp-close:hover {
	color:#ccc
}
.button-popup-image-container__image {
	width:100%;
	display:block;
	background-color:#000;
	border:0;
	outline:0
}
.button-popup-image_left {
	text-align:left
}
.button-popup-image_center {
	text-align:center
}
.button-popup-image_right {
	text-align:right
}
@media only screen and (max-width: 1140px) {
.button-popup-image-container {
width:100%;
padding-top:32px;
padding-bottom:32px
}
.button-popup-image-container .mfp-close {
top:0;
right:0
}
}
.unifiller-button-container {
	display:inline-block;
	white-space:nowrap;
	background-color:#c4c4c4;
	border-radius:6px/16px
}
.unifiller-button {
	display:inline-block;
	white-space:nowrap;
	border:1px solid #3d3d3d;
	border-radius:6px/10px;
	padding:4px 20px;
	margin:3px 2px !important;
	color:#fff;
	cursor:pointer;
	background:#585858;
	background:-moz-linear-gradient(top, #585858 0%, #000 99%, #000 100%);
	background:-webkit-linear-gradient(top, #585858 0%, #000 99%, #000 100%);
	background:linear-gradient(to bottom, #585858 0%, #000 99%, #000 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#000000', GradientType=0 )
}
.unifiller-button a {
	display:inline-block;
	color:#fff;
	text-decoration:none
}
.unifiller-button a:hover {
	text-decoration:underline
}
.jw-icon {
	font-family:'jw-icons';
	-webkit-font-smoothing:antialiased;
	font-style:normal;
	font-weight:normal;
	text-transform:none;
	background-color:transparent;
	font-variant:normal;
	-webkit-font-feature-settings:"liga";
	-moz-font-feature-settings:"liga=1";
	-moz-font-feature-settings:"liga";
	-ms-font-feature-settings:"liga" 1;
	-o-font-feature-settings:"liga";
	font-feature-settings:"liga";
	-moz-osx-font-smoothing:grayscale
}
.jw-skin-seven .jw-background-color {
	background:#000
}
.jw-skin-seven .jw-controlbar {
	border-top:#333 1px solid;
	height:2.5em
}
.jw-skin-seven .jw-group {
	vertical-align:middle
}
.jw-skin-seven .jw-playlist {
	background-color:rgba(0, 0, 0, 0.5)
}
.jw-skin-seven .jw-playlist-container {
	left:-43%;
	background-color:rgba(0, 0, 0, 0.5)
}
.jw-skin-seven .jw-playlist-container .jw-option {
	border-bottom:1px solid #444
}
.jw-skin-seven .jw-playlist-container .jw-option:hover, .jw-skin-seven .jw-playlist-container .jw-option.jw-active-option {
	background-color:black
}
.jw-skin-seven .jw-playlist-container .jw-option:hover .jw-label {
	color:#ff0046
}
.jw-skin-seven .jw-playlist-container .jw-icon-playlist {
	margin-left:0
}
.jw-skin-seven .jw-playlist-container .jw-label .jw-icon-play {
	color:#ff0046
}
.jw-skin-seven .jw-playlist-container .jw-label .jw-icon-play:before {
	padding-left:0
}
.jw-skin-seven .jw-tooltip-title {
	background-color:#000;
	color:#fff
}
.jw-skin-seven .jw-text {
	color:#fff
}
.jw-skin-seven .jw-button-color {
	color:#fff
}
.jw-skin-seven .jw-button-color:hover {
	color:#ff0046
}
.jw-skin-seven .jw-toggle {
	color:#ff0046
}
.jw-skin-seven .jw-toggle.jw-off {
	color:#fff
}
.jw-skin-seven .jw-controlbar .jw-icon:before, .jw-skin-seven .jw-text-elapsed, .jw-skin-seven .jw-text-duration {
	padding:0 .7em
}
.jw-skin-seven .jw-controlbar .jw-icon-prev:before {
	padding-right:.25em
}
.jw-skin-seven .jw-controlbar .jw-icon-playlist:before {
	padding:0 .45em
}
.jw-skin-seven .jw-controlbar .jw-icon-next:before {
	padding-left:.25em
}
.jw-skin-seven .jw-icon-prev, .jw-skin-seven .jw-icon-next {
	font-size:.7em
}
.jw-skin-seven .jw-icon-prev:before {
	border-left:1px solid #666
}
.jw-skin-seven .jw-icon-next:before {
	border-right:1px solid #666
}
.jw-skin-seven .jw-icon-display {
	color:#fff
}
.jw-skin-seven .jw-icon-display:before {
	padding-left:0
}
.jw-skin-seven .jw-display-icon-container {
	border-radius:50%;
	border:1px solid #333
}
.jw-skin-seven .jw-rail {
	background-color:#384154;
	box-shadow:none
}
.jw-skin-seven .jw-buffer {
	background-color:#666f82
}
.jw-skin-seven .jw-progress {
	background:#ff0046
}
.jw-skin-seven .jw-knob {
	width:.6em;
	height:.6em;
	background-color:#fff;
	box-shadow:0 0 0 1px #000;
	border-radius:1em
}
.jw-skin-seven .jw-slider-horizontal .jw-slider-container {
	height:.95em
}
.jw-skin-seven .jw-slider-horizontal .jw-rail, .jw-skin-seven .jw-slider-horizontal .jw-buffer, .jw-skin-seven .jw-slider-horizontal .jw-progress {
	height:.2em;
	border-radius:0
}
.jw-skin-seven .jw-slider-horizontal .jw-knob {
	top:-0.19999999999999998em
}
.jw-skin-seven .jw-slider-horizontal .jw-cue {
	top:-0.04999999999999999em;
	width:.3em;
	height:.3em;
	background-color:#fff;
	border-radius:50%
}
.jw-skin-seven .jw-slider-vertical .jw-rail, .jw-skin-seven .jw-slider-vertical .jw-buffer, .jw-skin-seven .jw-slider-vertical .jw-progress {
	width:.2em
}
.jw-skin-seven .jw-slider-vertical .jw-knob {
	margin-bottom:-0.3em
}
.jw-skin-seven .jw-volume-tip {
	width:100%;
	left:-45%;
	padding-bottom:.7em
}
.jw-skin-seven .jw-text-duration {
	color:#666f82
}
.jw-skin-seven .jw-controlbar-right-group .jw-icon-tooltip:before, .jw-skin-seven .jw-controlbar-right-group .jw-icon-inline:before {
	border-left:1px solid #666
}
.jw-skin-seven .jw-controlbar-right-group .jw-icon-inline:first-child:before {
	border:0
}
.jw-skin-seven .jw-dock .jw-dock-button {
	border-radius:50%;
	border:1px solid #333
}
.jw-skin-seven .jw-dock .jw-overlay {
	border-radius:2.5em
}
.jw-skin-seven .jw-icon-tooltip .jw-active-option {
	background-color:#ff0046;
	color:#fff
}
.jw-skin-seven .jw-icon-volume {
	min-width:2.6em
}
.jw-skin-seven .jw-time-tip, .jw-skin-seven .jw-menu, .jw-skin-seven .jw-volume-tip, .jw-skin-seven .jw-skip {
	border:1px solid #333
}
.jw-skin-seven .jw-time-tip {
	padding:.2em;
	bottom:1.3em
}
.jw-skin-seven .jw-menu, .jw-skin-seven .jw-volume-tip {
	bottom:.24em
}
.jw-skin-seven .jw-skip {
	padding:.4em;
	border-radius:1.75em
}
.jw-skin-seven .jw-skip .jw-text, .jw-skin-seven .jw-skip .jw-icon-inline {
	color:#fff;
	line-height:1.75em
}
.jw-skin-seven .jw-skip.jw-skippable:hover .jw-text, .jw-skin-seven .jw-skip.jw-skippable:hover .jw-icon-inline {
	color:#ff0046
}
.jw-skin-seven.jw-flag-touch .jw-controlbar .jw-icon:before, .jw-skin-seven.jw-flag-touch .jw-text-elapsed, .jw-skin-seven.jw-flag-touch .jw-text-duration {
	padding:0 .35em
}
.jw-skin-seven.jw-flag-touch .jw-controlbar .jw-icon-prev:before {
	padding:0 .125em 0 .7em
}
.jw-skin-seven.jw-flag-touch .jw-controlbar .jw-icon-next:before {
	padding:0 .7em 0 .125em
}
.jw-skin-seven.jw-flag-touch .jw-controlbar .jw-icon-playlist:before {
	padding:0 .225em
}
.slick-slider {
	position:relative;
	display:block;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent
}
.slick-list {
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0
}
.slick-list:focus {
	outline:none
}
.slick-list.dragging {
	cursor:pointer;
	cursor:hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
.slick-track {
	position:relative;
	top:0;
	left:0;
	display:block
}
.slick-track:before, .slick-track:after {
	display:table;
	content:''
}
.slick-track:after {
	clear:both
}
.slick-loading .slick-track {
	visibility:hidden
}
.slick-slide {
	display:none;
	float:left;
	height:100%;
	min-height:1px
}
[dir='rtl'] .slick-slide {
	float:right
}
.slick-slide img {
	display:block
}
.slick-slide.slick-loading img {
	display:none
}
.slick-slide.dragging img {
	pointer-events:none
}
.slick-initialized .slick-slide {
	display:block
}
.slick-loading .slick-slide {
	visibility:hidden
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent
}
.slick-arrow.slick-hidden {
	display:none
}
.slick-loading .slick-list {
	background:#fff url("../images/ajax-loader.gif") center center no-repeat
}
.slick-prev, .slick-next {
	font-size:0;
	line-height:0;
	position:absolute;
	top:50%;
	display:block;
	width:42px;
	height:47px;
	margin-top:-10px;
	padding:0;
	cursor:pointer;
	color:transparent;
	border:none;
	outline:none;
	background:transparent
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color:transparent;
	outline:none
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity:1
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity:.25
}
.slick-slider {
	margin-bottom:30px
}
.slick-dots {
	position:absolute;
	bottom:-45px;
	display:block;
	width:100%;
	padding:0;
	list-style:none;
	text-align:center
}
.slick-dots li {
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	margin:0 5px;
	padding:0;
	cursor:pointer
}
.slick-dots li button {
	font-size:0;
	line-height:0;
	display:block;
	width:20px;
	height:20px;
	padding:5px;
	cursor:pointer;
	color:transparent;
	border:0;
	outline:none;
	background:transparent
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline:none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity:1
}
.slick-dots li button:before {
	font-size:6px;
	line-height:20px;
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
	text-align:center;
	opacity:.25;
	color:black;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.slick-dots li.slick-active button:before {
	opacity:.75;
	color:black
}
.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:0.8;
	filter:alpha(opacity=80)
}
.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:none !important;
	-webkit-backface-visibility:hidden
}
.mfp-container {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.mfp-align-top .mfp-container:before {
	display:none
}
.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width:100%;
	cursor:auto
}
.mfp-ajax-cur {
	cursor:progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-moz-zoom-out;
	cursor:-webkit-zoom-out;
	cursor:zoom-out
}
.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
	cursor:zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor:auto
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none
}
.mfp-loading.mfp-figure {
	display:none
}
.mfp-hide {
	display:none !important
}
.mfp-preloader {
	color:#CCC;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-0.8em;
	left:8px;
	right:8px;
	z-index:1044
}
.mfp-preloader a {
	color:#CCC
}
.mfp-preloader a:hover {
	color:#FFF
}
.mfp-s-ready .mfp-preloader {
	display:none
}
.mfp-s-error .mfp-content {
	display:none
}
button.mfp-close, button.mfp-arrow {
	overflow:visible;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:none;
	padding:0;
	z-index:1046;
	-webkit-box-shadow:none;
	box-shadow:none
}
button::-moz-focus-inner {
padding:0;
border:0
}
.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:0.65;
	filter:alpha(opacity=65);
	padding:0 0 18px 10px;
	color:#FFF;
	font-style:normal;
	font-size:28px;
	font-family:Arial, Baskerville, monospace
}
.mfp-close:hover, .mfp-close:focus {
	opacity:1;
	filter:alpha(opacity=100)
}
.mfp-close:active {
	top:1px
}
.mfp-close-btn-in .mfp-close {
	color:#333
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color:#FFF;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%
}
.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#CCC;
	font-size:12px;
	line-height:18px;
	white-space:nowrap
}
.mfp-arrow {
	position:absolute;
	opacity:0.65;
	filter:alpha(opacity=65);
	margin:0;
	top:50%;
	margin-top:-55px;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:transparent
}
.mfp-arrow:active {
	margin-top:-54px
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity:1;
	filter:alpha(opacity=100)
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:medium inset transparent
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:0.7
}
.mfp-arrow-left {
	left:0
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right:17px solid #FFF;
	margin-left:31px
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left:25px;
	border-right:27px solid #3F3F3F
}
.mfp-arrow-right {
	right:0
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left:17px solid #FFF;
	margin-left:39px
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left:27px solid #3F3F3F
}
.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px
}
.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px
}
.mfp-iframe-holder .mfp-close {
	top:-40px
}
.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%
}
.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.6);
	background:#000
}
img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0 40px;
	margin:0 auto
}
.mfp-figure {
	line-height:0
}
.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.6);
	background:#444
}
.mfp-figure small {
	color:#BDBDBD;
	display:block;
	font-size:12px;
	line-height:14px
}
.mfp-figure figure {
	margin:0
}
.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto
}
.mfp-title {
	text-align:left;
	line-height:18px;
	color:#F3F3F3;
	word-wrap:break-word;
	padding-right:36px
}
.mfp-image-holder .mfp-content {
	max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor:pointer
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left:0;
padding-right:0
}
.mfp-img-mobile img.mfp-img {
padding:0
}
.mfp-img-mobile .mfp-figure:after {
top:0;
bottom:0
}
.mfp-img-mobile .mfp-figure small {
display:inline;
margin-left:5px
}
.mfp-img-mobile .mfp-bottom-bar {
background:rgba(0, 0, 0, 0.6);
bottom:0;
margin:0;
top:auto;
padding:3px 5px;
position:fixed;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding:0
}
.mfp-img-mobile .mfp-counter {
right:5px;
top:3px
}
.mfp-img-mobile .mfp-close {
top:0;
right:0;
width:35px;
height:35px;
line-height:35px;
background:rgba(0, 0, 0, 0.6);
position:fixed;
text-align:center;
padding:0
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform:scale(0.75);
transform:scale(0.75)
}
.mfp-arrow-left {
-webkit-transform-origin:0;
transform-origin:0
}
.mfp-arrow-right {
-webkit-transform-origin:100%;
transform-origin:100%
}
.mfp-container {
padding-left:6px;
padding-right:6px
}
}
.mfp-ie7 .mfp-img {
	padding:0
}
.mfp-ie7 .mfp-bottom-bar {
	width:600px;
	left:50%;
	margin-left:-300px;
	margin-top:5px;
	padding-bottom:5px
}
.mfp-ie7 .mfp-container {
	padding:0
}
.mfp-ie7 .mfp-content {
	padding-top:44px
}
.mfp-ie7 .mfp-close {
	top:0;
	right:0;
	padding-top:0
}
.jqvmap-label {
	position:absolute;
	display:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#292929;
	color:white;
	font-family:sans-serif, Verdana;
	font-size:smaller;
	padding:3px
}
.jqvmap-zoomin, .jqvmap-zoomout {
	position:absolute;
	left:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#000000;
	padding:3px;
	color:white;
	width:10px;
	height:10px;
	cursor:pointer;
	line-height:10px;
	text-align:center
}
.jqvmap-zoomin {
	top:10px
}
.jqvmap-zoomout {
	top:30px
}
.jqvmap-region {
	cursor:pointer
}
.jqvmap-ajax_response {
	width:100%;
	height:500px
}
.mfp-bg {
	z-index:3000
}
.mfp-wrap {
	z-index:3100
}
@media only screen and (max-width: 960px) {
.slick-slider {
margin-bottom:0
}
}
.jw-rightclick.jw-reset.jw-open {
	display:none !important
}
.jqvmap-label {
	z-index:3500
}

/**
 * -------------------------------------- BEGIN INTEGRA'S LAZY ADDITIONS --------------------------------------
 */

.logo-container{
	float : left;
	position : relative;
	width:25%;
}

.header-menu-holder{
	float : left;
	position : relative;
	width : 75%;
	text-align : right;
}

.boxed {
    max-width: 1200px;
    margin: 0 auto;
}

.header-menu li {
    padding: 0 0.75rem;
}

.footer-logo{
	float:left; position:relative; width: 20%;
}
/* Prevent SVG logo from taking up full width */
.footer-logo img#logo {
    max-width: 163px;
}

.footer-location-icon{
		/*float: left;*/
		padding-right: 10px;
}

.footer-location{

}

.icon-cols-top {padding-top : 78px;}
.icon-cols-bottom {padding-bottom : 78px;}
.box-top-left{border-right: 1px solid #333; border-bottom: 1px solid #333;padding-bottom : 30px; }
.box-top-right{border-left: 1px solid #333; border-bottom: 1px solid #333;}
.box-bottom-left{border-right: 1px solid #333; border-top: 1px solid #333;}
.box-bottom-right{border-left: 1px solid #333; border-top: 1px solid #333;}
/*#header-home-link{display : none !important; } */
body.home .header-home-link{color : #f00}
/* Small devices (landscape phones, 576px and up) */

@media only screen and (min-width: 320px) and (max-width: 575px) {
	.box-top-left, .box-top-right, .box-bottom-left{border : 0; border-bottom : 1px solid #333; }
	.box-bottom-right {border : 0; }
	.copyright { padding: 0; display: block; float : left;	}

	.box-top-left .vc_column-inner,  .box-bottom-left .vc_column-inner {padding: 0 !important;}
	.box-bottom-right .vc_column-inner, .box-top-right .vc_column-inner  {padding: 15px 0 0 0 !important;}
	.icon-cols-top .vc_column-inner {padding: 0 !important;}
	.icon-cols-top {padding : 0;}
	.icon-cols-bottom {padding :0;}
	.footer-logo {float:left; position : relative; width : 100%; text-align : center }
	.footer-location {line-height :24px;}
	.box-top-left, .box-top-right{padding-top : 15px;  }
	.footer-location-icon {  width: 100%;}
	.mobile-menu-container { top : 80px;  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.box-top-left, .box-top-right, .box-bottom-left{border : 0; border-bottom : 1px solid #333; }
	.box-bottom-right {border : 0; }
	.copyright { padding: 0; display: block; float : left;	}

	.box-top-left .vc_column-inner,  .box-bottom-left .vc_column-inner {padding: 0 !important;}
	.box-bottom-right .vc_column-inner, .box-top-right .vc_column-inner  {padding: 15px 0 0 0 !important;}
	.icon-cols-top .vc_column-inner {padding: 0 !important;}
	.icon-cols-top {padding : 0;}
	.icon-cols-bottom {padding :0;}
	.footer-logo {float:left; position : relative; width : 100%; text-align : center }
	.footer-location {line-height :24px;}
	.box-top-left, .box-top-right{padding-top : 15px;  }
	.footer-location-icon {  width: 100%;}
	.mobile-menu-container { top : 80px;  }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) and (max-width: 991px) {
	.footer-location-icon {width: 100%; }
	.copyright {display: block;}
	.social-icons { padding: 100px 0;}
	/*.footer-logo{text-align: center; width: 100%; padding: 0 0 20px 0;}*/
	.footer-logo{text-align: center; width: 100%;}
    .footer-location { float: left; position: relative; padding: 0 0 20px 0; width: 100%; }
	.mobile-menu-container { top : 80px;  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1023px)  {
	.footer-location-icon {width: 100%; }
	.copyright {display: block;}
	.social-icons { padding: 100px 0;}
	/*.footer-logo{text-align: center; width: 100%; padding: 0 0 20px 0;}*/
	.footer-logo{text-align: center; width: 100%;}
    .footer-location {  position: relative; padding: 0 0 20px 0; }
}
@media (min-width: 1024px) {
    .footer-logo{margin-top: 20px}
}
.prod-p p, .desc-ul ul li {
    font-size: 16px;
    line-height: 24px;
}
.desc-ul p {
    font-size: 17px;
}
.desc-ul ul {
  list-style: none;
}

.desc-ul ul li:before {
  content: '✓';
  background: none;
    top: 0;
    color: #E61824;
}
.note-p p {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0;
}
.sec.text-middle p {
    padding-left: 105px;
}
.boxed-container {
    width: 1200px;
    margin: 0 auto !important;
}
@media screen and (min-width: 768px) {
.five-columns.vc_row .vc_col-sm-2 {
float: left;
width: 18.5%;
padding: 0;
margin-right: 1.5%;
min-height: 0;
}
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
margin-right: 0;
}
}
.img-p {
    font-weight: 600;
	padding-top: 10px;
}
.countr {
    padding: 20px 15px;
    margin: 0 50px;
    position: relative;
    top: 48px;
    box-shadow: 0px 0px 4px #888888;
    border: 1px solid #e4e4e4;
}

.machine-page-content {
    padding-bottom: 0;
}
a.prod-overlay {
    color: #f5f4f400;
}
h2.countr {
    font-weight: 700;
	letter-spacing:2px;
}
h2.contact-head span {
    color: #D33F38;
}
h2.contact-head {
    text-align: center;
    font-size: 28px;
	padding-bottom: 21px;
}
#header-middle {
    width: 1050px;
	margin-top: 45px !important;
    border: 1px solid #efefef;
    padding-bottom: 33px !important;
    box-shadow: 0px 1px 6px 1px #d2cece;
}
.cont-image {
    padding: 0 25px;
}
.cont-image img{
	width:100%;
}
.col-md-4 {
    width: 33.33%;
    float: left;
}
.img-caption {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.7);
    overflow: auto;
    width: 100%;
    color: #fff;
    padding: 35px 0;
}
.img-caption p {
    padding-left: 40px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
}
.sec {
    padding-bottom: 16px;
}
.one p {
    line-height: 45px;
}
.one p a {
    color: #fff;
}
.img-caption h3 {
    padding-left: 40px;
    font-size: 26px !important;
    letter-spacing: 2px;
    padding-bottom: 14px;
}
.head-bx{ /* NOTE: fixed non-responsive height not working well on Coperion group page, causing overlap */
	height: 325px;
}
.text-center p {
    font-size: 17px;
    text-align: center;
}
.text-center {
    padding: 25px 0;
}
.img-caption h3:after {
    background-color: #f5f3f3;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    left: 0.5em;
}
.sec a {
    color: #fff;
    padding: 0;
    text-decoration: none;
}
.box-hover {
    position: relative;
}
.boxed-middle h4 {
    font-weight: 500;
}
.box-overlay {
position: absolute;
    bottom: 6px;
    background: #e4e2e2b5;
    overflow: auto;
    width: calc(100%) !important;
    color: #1b1818;
    padding: 8px 0;
    text-align: center;
	opacity:0;
	transition: 0.8s;
}
.box-hover:hover .box-overlay{
	opacity:1;
}
.bx-img img {
    width: 100%;
}
.box-overlay h3 {
    margin: 0;
    padding-top: 10px;
}
.box-overlay p {
    font-size: 16px;
    font-weight: 500;
}
.box-overlay.crict {
    width: 429.3px;
}
.euro {
    margin: 0 120px !important;
}
.eruo-box .col-md-6 {
    width: 44%;
    float: left;
}
.eruo-box img {
    width: 100%;
}
.text-bx {
    padding: 23px;
}
.eruo-box {
    background: #DDE1E2;
    height: 185px;
    border: 1px solid #dde1e2;
    /* width: 465px; */
    margin-bottom: 46px !important;
    overflow: hidden;
}
.col-md-2 {
    width: 15%;
    float: left;
}
.col-md-10 {
    width: 81%;
    float: left;
    padding: 0;
}
.flag-box img {
    border: 3px solid #000;
}
.col-md-10.text-bx {
    padding: 5px 20px;
    letter-spacing: 1px;
	width: 75%;
}
.col-md-10.text-bx p {
    font-size: 18px;
    letter-spacing: 0;
}
.flag-box img {
    border: 2px solid #000;
	margin-bottom: 20px !important;
	max-width:100%
}
.flag-box {
    clear: both;
}
.mod-video .md-popup-video{
	padding: 0 25px;
    position: relative;
    width: 100%;
}
.contct.text-center strong {
    font-size: 22px;
    letter-spacing: 1px;
}
.contct.text-center {
    text-align: center;
	padding: 0;
    line-height: 30px;
    font-size: 20px;
}
.dealer-title {
    letter-spacing: 1px;
}
#box-middle {
    width: 1050px;
}
.eruo-box.jp-img img {
    border: 1px solid #adaaaa;
}
.eruo-box.jp-img {
    border: 0;
	height: 163px;
}
.boxed-middle {
    width: 1050px;
    margin: 0 auto !important;
}
.trade-box {
    color: #fff;
    text-align: center;
    min-height: 210px;
}
.trade-box h4 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.trade .boxed {
    width: 1085px;
}
.trade-box p {
    margin: 0;
    line-height: 30px;
}
.trade-box p a {
    color: #fff;
    line-height: 45px;
}
.trade-img .wpb_single_image {
    margin: 0;
}
.sp-testimonial-free-section .sp-testimonial-free-item .sp-testimonial-free {
    background: #F7F7F7;
    margin: 10px;
    padding: 20px;
}
.tfree-testimonial-title {
    display: none;
}
.eruo-box.jp-img col-md-6 {
    width: 50%;
}
.boxed-middle h2{
	font-size:28px;
}
.md-video-popup-title{
display:none;
}

h3.social:after {
    background-color: #E40613;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 87%;
    left: 0.5em;
}
h3.social {
    padding-left: 40px;
    font-size: 22px !important;
    letter-spacing: 1px;
}
.alm-btn-wrap {
    margin-top: 38px;
}
/* Responsive */
@media (min-width: 992px) and (max-width: 1199px) {

	  #header-middle{
		width: 895px;
	  }
	  .boxed-middle { /* NOTE: this is the only spot where boxed-middle is wider than boxed-container */
		width: 910px;
	  }
	  .boxed-container{ /*NOTE: this is making the Specifications boxes on machine pages super narrow. This is the same as the 768-991 rule. Did they mean 950px? */
		width:750px;
	  }

	.sec.text-middle p{
		padding-left: 40px;
	}
	.img-caption h3{
		font-size: 18px !important;
		padding-bottom:0;
	}
	.boxed-middle h2 {
		line-height: 40px;
	}
	.btn-img {
	width: 50% !important;
		float: left;
	}
	.machine-tell-a-friend-image-button img{
			width: 85% !important;
		}
	.wufoo-popup-image-button img{
			width: 90% !important;
		}
	.empty-class{
		display:none;
	}
	.boxed-middle h4 {
		margin: 0 60px !important;
	}
	.eruo-box .col-md-6 {
			width: 50% !important;
		float: left;
	}
	.col-md-6.text-bx {
		width: 38% !important;
	}

	.col-md-6.text-bx p {
		font-size: 12px;
	}
	/*.box-hover{
		width:auto;
	}
	.box-overlay{
		opacity: 1;
		width: 260px;
	}*/
	.box-overlay.crict {
		width: 260px;
	}
	.eruo-box{
		width: 415px;
	}

}
@media (max-width: 1199px){
.col-md-6	.pl {
    display: table-column;
    opacity: 0;
}
	.flag-box .col-md-2{
		width: 20%;
		float: left;
	}
	.flag-box .col-md-10{
		width: 70%;
		float: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#header-middle{
		width: 680px;
	  }
	  .img-caption .col-md-4 {
	  width:100%;
	}
	  .img-caption{
		position: unset;
		overflow: inherit;
		width: auto;
		height: 495px;
	}
	.sec.text-middle p{
		padding-left: 40px;
	}
	  .boxed-middle {
		width: 700px;
	  }
	  .boxed-container{
		width:750px;
	  }
	.img-caption h3:after{
	width: 63%;
    left: 0;
	}
	.sec {
    padding: 16px 0px;
    border-bottom: 1px solid #5d5d5d;
}
.eruo-box{
height: auto !important;
   /* width: 206px;*/
    margin: 0 auto;
}
.eruo-box .col-md-6 {
    width: 100%;
    float: none;
}
.col-md-6.text-bx {
    width: 100% !important;
	/*padding:7px;*/
}
.trade-box{
	min-height: 228px;
}
    .box-overlay {
       width: 100% !important;
       opacity: 1;
    }
}
@media (min-width: 641px) and (max-width: 767px){
	.mb-mt-top2{ /* NOTE: these create a huge gap on the about page from 481-767px. Probably misusing the classes. IDK where they go. */
		margin-top:200px;
	}
}
@media (min-width: 481px) and (max-width: 640px){
	.mb-mt-top2{
		margin-top:100px;
	}
}
@media only screen and (max-width: 960px){
h2 {
    line-height: 2.5rem !important;
}
}
@media (max-width: 480px){
.mb-mt-top2 {
    margin-top: 20px;
}
}
@media (min-width: 668px) and (max-width: 767px){
		#header-middle{
		width: 600px;
	  }
	  .img-caption .col-md-4 {
	  width:100%;
	}
	  .img-caption{
		position: unset;
		overflow: inherit;
		width: auto;
		height: 540px;
	}
	.sec.text-middle p{
		padding-left: 40px;
	}
	  .boxed-middle {
		/*width: 700px;*/
		width: 600px;
	  }
	  .boxed-container{
		/*width:750px;*/
		width:640px;
	  }
	.img-caption h3:after{
		width: 63%;
		left: 0;
	}
	.sec {
		padding: 16px 0px;
		border-bottom: 1px solid #5d5d5d;
	}
	.eruo-box{
		margin: 0 auto;
		width:333px;
	}
	.eruo-box .col-md-6 {
		width: 100%;
	}
	.col-md-6.text-bx {
		width: 100% !important;
		font-size:16px !important
	}
	.col-md-6.text-bx h5 {
		font-size:18px !important
	}
	.trade-box{
		min-height: 228px;
	}

	.btn-img.vc_col-sm-6 {
		width: 50%;
	}
	.vc_col-sm-6 {
    width: 50% !important; /* NOTE: manual col width specification */
    float: left;
    }
    .wpb_column.vc_column_container.vc_col-sm-4 {
        width: 33%; /* NOTE: manual col width specification */
        float: left;
    }
    .wpb_column.vc_column_container.vc_col-sm-2 {
        width: 18%; /* NOTE: manual col width specification */
        float: left;
    }
}
@media (min-width: 641px) and (max-width: 667px){

		#header-middle{
		width: 600px;
	  }
	  .img-caption .col-md-4 {
	  width:100%;
	}
	.vc_col-sm-3 {
    width: 48% !important; /* NOTE: manual col width specification */
    float: left;
}
	  .img-caption{
		position: unset;
		overflow: inherit;
		width: auto;
		height: 550px;
	}
	.sec.text-middle p{
		padding-left: 40px;
	}
	  .boxed-middle {
		/*width: 620px;*/
		width: 580px;
	  }
	  .boxed-middle h2 {
    line-height: 40px;
    font-size: 23px !important;
}
	  .boxed-container{
		/*width:667px;*/
		width:620px;
	  }
	.img-caption h3:after{
		width: 63%;
		left: 0;
	}
	.sec {
		padding: 16px 0px;
		border-bottom: 1px solid #5d5d5d;
	}
	.eruo-box{
		margin: 0 auto;
		width: 300px;
	}
	.col-md-6.text-bx {
		width: 100% !important;
	}
	.trade-box{
		min-height: 228px;
	}

	.btn-img.vc_col-sm-6 {
		width: 50%;
	}
	.vc_col-sm-6 {
    width: 50% !important;
    float: left;
}
.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 33%;
    float: left;
}
.wpb_column.vc_column_container.vc_col-sm-2 {
    width: 18%;
    float: left;
}
.text-bx p{
	line-height: 25px;
    font-size: 16px;
}
.eruo-box .col-md-6 {
    width: 100%;
}
.col-md-6.text-bx {
    width: 100% !important;
}
.flag-box .col-md-2 {
    width: 25%;
    float: left;
}
.flag-box .col-md-10 {
    width: 62%;
    float: left;
}
}
@media screen and (min-device-width: 640px) and (max-device-width: 640px){
	.img-caption {
    height: 540px !important;
}

.box-overlay, .box-overlay.crict {
opacity:1;
    width: 590px !important;
}
.flag-box .col-md-2 {
    width: 25%;
    float: left;
}
.flag-box .col-md-10 {
    width: 65%;
    float: left;
}
}
@media screen and (min-device-width: 568px) and (max-device-width: 568px){ /* NOTE: I can only assume they wanted these to apply over a range, or these are for an iframe */
	#header-middle{
		width: 510px !important;
	  }
	  h2.custom-head-title {
    margin: 35px 0 8px;
}
	  .img-caption .col-md-4 {
	  width:100%;
	}
	.sec.text-middle p{
		padding-left: 40px;
	}
	  .boxed-middle {
		width: 525px !important;
	  }
	  .boxed-container{
		width:520px !important;
	  }
	  .vc_empty_space.empty-class {
    display: none;
}
	.img-caption h3:after{
	width: 63%;
    left: 0;
	}
	.sec {
    padding: 16px 0px;
    border-bottom: 1px solid #5d5d5d;
}
.eruo-box {
    margin: 0 auto !important;
    width: 220px !important;
    height: 369px !important;
}
.btn-img {
    width: 28% !important;
    float: left;
}
.flag-box .col-md-10 {
    width: 60% !important;
    float: left;
}
.flag-box .col-md-2 {
    width: 30% !important;
    float: left;
}
.box-overlay {
    opacity: 1;
    width: 496px !important;
}
}
@media screen and (min-device-width: 481px) and (max-device-width: 640px){
	#header-middle{
		width: 440px;
	  }
	  .img-caption .col-md-4 {
	  width:100%;
	}
	  .img-caption{
		position: unset;
		overflow: inherit;
		width: auto;
		height: 495px;
	}
	.sec.text-middle p{
		padding-left: 40px;
	}
	  .boxed-middle {
		/*width: 600px;*/
		width: 440px;
	  }
	  .boxed-container{
		/*width:620px;*/
		width:470px;
	  }
	.img-caption h3:after{
	width: 63%;
    left: 0;
	}
	.sec {
    padding: 16px 0px;
    border-bottom: 1px solid #5d5d5d;
}
.eruo-box{
height: auto !important;
    width:300px;
    margin: 0 auto;
}
.eruo-box .col-md-6 {
    width: 100%;
    float: none;
}
.col-md-6.text-bx {
    width: 100% !important;
}
.btn-img {
    width: 28% !important;
    float: left;
}
}
@media screen and (min-device-width: 350px) and (max-device-width: 480px){
  .custom-head-title {

    line-height: 35px;
}
}
@media screen and (min-device-width: 361px) and (max-device-width: 480px){
	#header-middle{
	width: 320px;
  }
  .boxed-container{
	width:350px;
  }
  .boxed-middle {
    width: 320px;
  }
  h2.contact-head{
	    line-height: 39px;
  }

.img-caption{
	position: unset;
    overflow: inherit;
    width: auto !important;
	height: 550px;
}
.sec.text-middle p{
	padding-left: 40px;
}
.img-caption h3{
	font-size: 18px !important;
	padding-bottom:0;
}
.img-caption h3:after{
	width: 87%;
    left: 0;
}
.sec {
    padding: 16px 0px;
    border-bottom: 1px solid #5d5d5d;
}
.boxed-middle h2 {
    line-height: 40px;
}
.btn-img {
width: 50% !important;
    float: left;
}
.empty-class{
	display:none;
}
.boxed-middle h4 {
    margin: 0 !important;
}
.eruo-box .col-md-6 {
    width: 100% !important;
	float: none;
}
.eruo-box{
    width: 235px;
    height: auto;
    margin: 0 auto;
}
.box-hover{
	width:auto;
}
.box-overlay, .box-overlay.crict{
    opacity: 1;
	width:270px;
}
}
@media (max-width: 991px){
.boxed-middle h2 {
    line-height: 40px;
	font-size: 25px;
}
  .vc_row.machine-content{
	    text-align: inherit;
		padding:0px !important;
  }
   .img-caption .col-md-4, .img-caption .col-md-12 {
	  width:100%;
	}
.box-hover{
	padding: 0;
   }
 .trade .boxed {
    width: auto;
}
}
@media (max-width: 480px){
	h2.contact-head {
    line-height: 39px;
}
}
@media screen and (max-device-width: 360px){ /* NOTE: no min-width rule, so these also apply with the below <320px rules */
	#header-middle, .boxed-middle{
	width: 285px;
  }
  .boxed-container{
	width:340px;
  }
    .custom-head-title {
    line-height: 35px;
}
.img-caption{
	position: unset;
    overflow: inherit;
    width: auto;
	height: 550px;
}
.sec.text-middle p{
	padding-left: 40px;
}
.img-caption h3{
	font-size: 18px !important;
	padding-bottom:0;
}
.img-caption h3:after{
	width: 87%;
    left: 0;
}
.sec {
    padding: 16px 0px;
    border-bottom: 1px solid #5d5d5d;
}
.boxed-middle h2 {
    line-height: 40px;
}
.btn-img {

    float: left;
}
.machine-tell-a-friend-image-button img{
	    width: 85% !important;
	}
.wufoo-popup-image-button img{
	    width: 90% !important;
	}
.empty-class{
	display:none;
}
.boxed-middle h4 {
    margin: 0 !important;
}
.eruo-box .col-md-6 {
        width: 40% !important;
    float: left;
}

.col-md-6.text-bx p {
    font-size: 12px;
}
.box-hover{
	width:auto;
}
.box-overlay{
    opacity: 1;
	width: 100% !important;
}
.box-overlay.crict {
    width: 260px;
}
}
@media screen and (max-width: 320px){
	#header-middle{
	width: 280px;
  }
  .boxed-container{
	width:300px;
  }
  .vc_custom_1591024908500 .boxed-container{ /* NOTE: this rule (and others like it) will break if row is replaced by another one with a different ID */
	margin: -15px !important;
  }

	.box-overlay, .box-overlay.crict{
    opacity: 1;
	width:221px;
}
}
@media screen and (max-width: 640px){
.eruo-box img {
    height: auto !important;
}
}

@media screen and (min-width: 641px)  and (max-width: 767px){
.text-bx {
    padding: 25px 20px;
}
.eruo-box {
    height: auto !important;
}
}
@media screen and (max-width: 480px){
.eruo-box .col-md-6 {
    width: 100% !important;
	float: none;
}
.eruo-box{
    height: auto !important;
    margin: 0 auto;
}

.flag-box {
    overflow: auto;
}
.flag-box .col-md-10 {
    width: 64%; /* NOTE: manual col width specification */
    padding: 0 0 0 15px !important;
    float: left;
    /* padding-left: 24px; */
}
.flag-box .col-md-2 {
    width: 29%; /* NOTE: manual col width specification */
    float: left;
    text-align: left !important;
}
.custom-bar-title {
    padding-bottom: 32px;
}
.img-caption h3, .sec p, .one p {
    padding: 0 24px !important;
}
.col-md-10.text-bx p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
}
}


@media only screen and (max-width: 768px) {
	.cont-image {
    padding: 0;
	}
	.page-content ul{
	padding: 0;
	}
	.wpb_text_column li {
    padding-left: 18px;
	}
	.wpb_text_column li:before {
    position: absolute;
    left: 0px;
	}
	.box-overlay {
    width: 100% !important;
	}
	.box-overlay p {
    font-size: 13px;
	line-height:17px;
	}
	.box-overlay h3 {
		padding-top: 0;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
	.box-overlay p {
    font-size: 13px;
	line-height:17px;
	}
	.box-overlay h3 {
		padding-top: 0;
	}
}

@media only screen and (max-width: 1129px){
.box-overlay h3 {
    font-size: 1.3rem !important;
}
}
@media screen  and (max-device-width: 640px){
	.bg-grey-2 {
    padding: 60px 15px;
	}
	.bg-grey-2 h4{
	min-height:40px;
	}
	.mod-video .md-popup-video {
		padding: 0;
	}
}
@media screen and (min-width: 641px) and (max-width: 767px){
.bg-grey-2 h4 {
    min-height: 90px !important;
}
}
@media screen and (max-width: 640px){
#sp-testimonial-free-wrapper-16044 .sp-testimonial-free-section {
    padding: 0 24px 0 0 !important;
}
.sp-testimonial-free-section .sp-testimonial-free-item .sp-testimonial-free {
    margin: 0 !important;
    padding: 21px !important;
}
.trestim .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.bg-grey-2 h4 {
    min-height: 40px !important;
}
}
@media screen and (max-device-width: 667px) and (min-device-width: 641px){
.trade-box h4 {
    font-size: 13px;
}
}
@media screen  and (max-device-width: 991px){
	.sp-testimonial-free-item.slick-slide {
		padding: 5px;
	}
	.prod-img.vc_col-sm-3 {
		width: 50% !important;
	}
}
@media screen and (max-device-width: 500px){
	.prod-img.vc_col-sm-3 {
		width: 100% !important;
	}
}
@media screen and (min-device-width: 500px) and (max-device-width: 767px){
	.prod-img.vc_col-sm-3 {
		width: 50% !important;
		float:left
	}
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px){
	.prod-img.vc_col-sm-3 {
		width: 50% !important;
	}
}

@media screen  and (max-device-width: 320px){
#sp-testimonial-free-wrapper-16044 .sp-testimonial-free-section {
    padding: 0px 40px !important;
}
}

@media screen  and (max-device-width: 666px){
.alm-listing .css-grid {
    display: block;
}
}
@media screen and (max-width: 767px){
.newti h5{text-align:center}
.newti .wpb_column.vc_column_container.vc_col-sm-4 {
    float: none;
	margin: 0 auto;
}
.vc_column-inner .machine-web-rotate-popup-button img {
    width: 160px !important;
}
.pl{padding: 0 15px;}
.bg-white img {
    height: 60px !important;
}
.bg-white {
    padding: 15px 10px !important;
}
}
@media (max-width: 767px) and (min-width: 668px){
.vc_custom_1589967631120 .wpb_column.vc_column_container.vc_col-sm-4 { /* NOTE: manual col width specification */
    width: 100%;
    float: left;
}
}
@media screen and (max-width: 991px) and (min-width: 641px){ /* NOTE: manual col width specification */
.tab-100 .vc_col-sm-6 {
    width: 100% !important;
    float: left;
}
}
@media (max-width: 1199px) and (min-width: 992px){
	.eruo-box {
    height: 186px !important;
	}
}
.flag-box .col-md-2{text-align:right}
.pl{padding: 0 25px;}
.col-md-4.pad-50{width:100% !important}
.eruo-box .col-md-6 a {color:#000 !important}
.col-md-10.text-bx a {color:#000 !important;text-decoration: none;}
@media (max-width: 991px) and (min-width: 668px){
.tb-2 .vc_col-sm-3 { /* NOTE: manual col width specification */
    width: 50%;
	float:left;
}
}
@media (max-width: 1199px) and (min-width: 992px){
.tb-2 .vc_col-sm-3 { /* NOTE: manual col width specification */
    width: 35%;
}
}
@media (max-width: 1199px){
	.vc_images_carousel img{width:auto !important}
}
@media (max-width: 667px){
	#header-middle{padding:15px;}
	.vc_images_carousel img{height:250px;}
	.vc_images_carousel .vc_carousel-control{top:45% !important}
}

#header-middle .wpb_content_element{margin-bottom:0 !important}
#sp-testimonial-free-wrapper-16044 .sp-testimonial-free-section{margin-bottom:0}
.sp-testimonial-free-section .tfree-client-testimonial{min-height:220px; display:grid; height:265px; overflow-y:auto}

.bnews{
	color: #636363;
    background: #fff;
    padding: 15px 30px;
    border: 1px solid;
    border-radius: 35px;
}
.vc_custom_1589878172463 { /* NOTE: this rule (and others like it) will break if row is replaced by another one with a different ID */
    padding: 50px 0 70px 0;
    position: relative;
	width: calc(100% + 161px);
    left: -50px;
    background-image: url('https://www.unifiller.com/wp-content/uploads/2016/12/NewsPage.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.pd-65{padding-left:65px; padding-right:65px;}
.blog{padding-bottom:0; margin-bottom:-30px;}
.bg-white{
	background: #fff;
    text-align: center;
    padding: 25px 15px;
	    box-shadow: 3px 4px 1px #96999b;
    transition: 0.5s;
	max-width: 200px;
    margin: 0 auto;
}
.bg-white:hover{
	    box-shadow: 3px 4px 10px #565656;
}
.bg-white img{ max-width:100%;    max-height: 80px;}
.bg-white h6{margin-top:15px; margin-bottom:0; transition:0.5s;    min-height: 30px;}
.bg-white:hover h6{
	    color: #db291d
}
.btn-red img{width:25px;height:45px;}
.btn-red{
	    background: #970506;
    display: inline-table;
    padding: 12px;
    border-radius: 5px;
}
.btn-red span{display: inline-block;
    padding-left: 10px;
    line-height: 18px;
    position: relative;
    top: -5px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}
.post-tit-de{
	text-transform: uppercase;
    color: #000 !important;
    font-size: 21px !important;
    line-height: 30px;
	background: #fff;
    display: table;
	position:relative;
	padding-right: 30px;
	padding-left: 15px;
}
.post-tit-head{position:relative}
.post-tit-head:before{
    content: "";
    width: 100%;
    height: 3px;
    background: #c6221a;
    position: absolute;
    bottom: 13px;
}
.img-overlay{
	display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    padding: 40px 20px;
    width: calc(100% - 40px);
    background: rgba(0,0,0,0.7);
    color: #fff;
}
.col-md-12{
	width:100%;
	padding: 0 15px;
}
.overlay .wpb_wrapper{
	position:relative
}
.img-overlay h3 {
    font-size: 26px !important;
    letter-spacing: 2px;
    padding-bottom: 14px;
	line-height: 36px;
}
.img-overlay h3:after {
    background-color: #f5f3f3;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 42%;
    left: 0.5em;
}
.img-overlay a{color:#fff !important; text-decoration:none}
.sect p{margin-bottom:0}
.sect{margin-bottom:15px;padding: 0px 15px;}
.over-img.wpb_single_image img {
    margin-left: 0 !important;
}
@media only screen and (max-width: 1099px) {
.img-overlay {
    position: relative;
	background: rgba(0,0,0,0.85);
}
}
@media only screen and (max-width: 992px) {
.img-overlay .col-md-4 {
    width: 100% !important;
	float:none;
	margin-bottom:15px;
}
}
@media only screen and (max-width: 767px) {
.col-md-4 {
    width: 100% !important;
	float:none;
	margin-bottom:15px;
}
.img-overlay h3:after {
	width:0 !important
}
.img-overlay .col-md-6 {
	width:100% !important
}
}
@media only screen and (max-width: 715px) {
	.alm-listing .alm-reveal>li {
		margin: 20px auto !important;
	}
}
@media only screen and (max-width: 575px) {
.pl {
    display: table-column;
    opacity: 0;
}
}
p{font-size:16px}
.overlaybg{
	background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 30%, #000000 30%, #ffffff 30%); /*  FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#000000), color-stop(30%,#000000), color-stop(30%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 30%,#000000 30%,#ffffff 30%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 30%,#000000 30%,#ffffff 30%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #000000 30%,#000000 30%,#ffffff 30%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #000000 30%,#000000 30%,#ffffff 30%); /* W3C */
}
.overlay-wt{
	    box-shadow: 0 0 15px #0000003d;
    margin-bottom: 50px;
}
.overlaybg .vc_col-sm-10 {
    margin: 0 auto 25px;
    float: none;
	max-width:1075px;
}
.alm-listing .alm-reveal>li {
    padding: 0 !important;
    margin: 20px 10px;
    background: #f3f3f3 !important;
    max-width: 250px;
	text-align: center;
}
.vc_custom_1589985129119 .vc_column-inner {padding:0 !important} /* NOTE: this rule (and others like it) will break if row is replaced by another one with a different ID */
.alm-listing .alm-reveal>li h3 {
    line-height: 20px;
    padding: 0px 10px 0;
    white-space: pre-line;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
	text-align: left;
}
@media screen and (max-width: 1024px){ /* NOTE: this also messes up the machine page specifications boxes from 1025-1199px */
	.six-columm .vc_col-sm-2 {
    width: 33% !important;
    float: left;
}
.img-p {
    padding-bottom: 15px;
	min-height:80px;
}
}
@media screen and (max-width: 992px){
.alm-listing .alm-reveal>li h3 {
    height: auto;
}
.bg-grey-2 h4 {font-size: 1.4rem !important;}
.vc_custom_1588177580169 .vc_column_container>.vc_column-inner { /* NOTE: this rule (and others like it) will break if row is replaced by another one with a different ID */
    padding-left: 0;
     padding-right: 0;
	 width:92%

}
.vc_custom_1589554492722 { /* NOTE: this rule (and others like it) will break if row is replaced by another one with a different ID */
    margin-right: 26px !important;
    margin-left: 25px !important;
}
.md-popup-video img {
    max-width: 230px;
}
.vc_col-sm-2 .wpb_single_image img {
    max-width: 250px !important;
}

.tb2 .vc_col-sm-3{width:48%!important; float:left}

.img-overlay .col-md-6{width:100%;float:none}
}
@media screen and (max-width: 575px){
.six-columm .vc_col-sm-2 {
    width: 100% !important;
    float: none;
}
}
@media screen and (max-width: 359px){
.tb2 .vc_col-sm-3{
	width: 50% !important;
    float: left;
}
.vc_column-inner .machine-request-more-info-align-center .wufoo-popup-image-button img {
    width: 140px !important;
}
.vc_column-inner .machine-tell-a-friend-align-center .machine-tell-a-friend-image-button img {
    margin-left: 0 !important;
    width: 140px !important;
}
.vc_column-inner .wpb_wrapper .machine-web-rotate-popup-button img {
    width: 140px !important;
}
}

.machine-request-more-info-align-center .wufoo-popup-image-button img {
    width: 160px !important;
}
.machine-tell-a-friend-align-center .machine-tell-a-friend-image-button img {
    margin-left: 0 !important;
    width: 160px !important;
}

.wpb_wrapper .machine-web-rotate-popup-button img {
    width: 160px !important;
}
.note-p a{color:#000 !important}
.w-100 img{max-width:100% !important; width:175px;}
.note-p p:nth-child(2) {
	font-style: italic;
	color: #989898;
}
.note-p p:nth-child(2) span {display:none}
.machine-content .vc_empty_space:nth-child(2){display:none}
blockquote{margin:0 !important}
.img-overlay .col-md-6{width:50%; float:left}
.col-md-12 .sect{padding:0}
.wid .md-popup-video img {
        max-width: 100%;
    width: 280px;
}
.once{padding:0 15px}
.wptww-testimonials-slidelist.design-1 .fa-quote-left, .wptww-testimonials-list.design-1 .fa-quote-left, .wptww-testimonials-slide-widget.design-1 .fa-quote-left, .wptww-testimonials-list h4, .wptww-testimonials-slidelist h4, .wptww-testimonials-slide-widget h4, .wptww-testimonials-slidelist.design-1 .slick-dots, .wptww-testimonials-slidelist.design-2 .slick-dots, .wptww-testimonials-slidelist.design-3 .slick-dots, .wptww-testimonials-slidelist.design-4 .slick-dots{
	display:none !important;
}
@media (max-width: 667px) and (min-width: 641px){
.wpb_column.vc_column_container.vc_col-sm-4.wcl {
    width: 100%;
    float: left;
}
}
.sp-testimonial-free-section .tfree-client-testimonial:hover{
	overflow-y:auto;
}
.wptww-testimonial-job, .wptww-testimonial-client{
	min-height:50px
}
.sect img{
	 /*   box-shadow: 5px 5px 10px #949494;*/
    margin-top: 15px;
}
.sect .box-0{
 box-shadow: 5px 5px 10px #94949400;
}
.tstw img{width:230px; magin:0 auto}
@media (max-width: 1199px) and (min-width: 666px){
.alm-listing .css-grid {
		grid-template-columns: 1fr 1fr  !important;
}
.alm-listing .alm-reveal>li {
    max-width: 100% !important;
}
.alm-listing .alm-reveal>li {
    margin: 10px !important;
}
}
@media (max-width: 667px){
.vc_col-sm-12 .vc_custom_1591263546162 { /* NOTE: this rule (and others like it) will break if row is replaced by another one with a different ID */
    padding: 0 !important;
}
}
.alm-listing .alm-paging-content>li img, .alm-listing .alm-reveal>li img, .alm-listing>li img {
    position: unset !important;
    width: 100% !important;
    height: auto !important;
}
.newsimg {
	height:150px;
	overflow:hidden;
}
@media (max-width: 1023px) and (min-width: 778px){
	.home-slider, .revslider-initialised,
	.rev_slider_90_1_forcefullwidth {height:680px !important; overflow:hidden}
}

@media (max-width: 777px) and (min-width: 480px){
	.home-slider, .revslider-initialised,
	.rev_slider_90_1_forcefullwidth {height:518px !important; overflow:hidden}
}

@media (max-width: 480px){
	.home-slider, .revslider-initialised, /* The forced height is just creating an empty lower margin at low screen sizes */
	.rev_slider_90_1_forcefullwidth {height:210px !important; overflow:hidden}
}
.machine-page-content .vc_row.machine-content .vc_column_container>.vc_column-inner {
    padding-left: 35px !important;
    padding-right: 35px;
}
ul#menu-header-menu {
    width: 96%;
    float: left;
}
i.fa.fa-search {
    color: #fff;
    padding-top: 30px;
}
a#serc {
    cursor: pointer;
}
#myDropdown {
	display:none;
	float: right;
    position: absolute;
    top: 65px;
    right: 0;
    border: 1px solid #f7f4f4;
    padding: 20px;
    background: #ffffff;
}
#myDropdown input {
    padding: 10px 15px;
}
#myDropdown input[type="submit"] {
    padding: 12px 30px;
    background: #e30613;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
div.alm-listing .alm-reveal>li {
    padding: 0 !important;
    margin: 20px 10px;
    background: #f3f3f3 !important;
    max-width: 250px;
    text-align: center;
}
.newsimg {
    height: 150px;
    overflow: hidden;
}
div.alm-listing .alm-paging-content>li img, div.alm-listing .alm-reveal>li img, div.alm-listing>li img {
    position: unset !important;
    width: 100% !important;
    height: auto !important;
}

element.style {
}
div.alm-listing .alm-paging-content>li h3, div.alm-listing .alm-reveal>li h3, div.alm-listing>li h3 {
    margin: 0 0 10px;
}
div.alm-listing .alm-reveal>li h3 {
    line-height: 20px;
    padding: 0px 10px 0;
    white-space: pre-line;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    text-align: left;
}
