/*! normalize.css - http://github.com/necolas/normalize.css */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}body,figure,form{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}dl,menu,ol,p,pre,ul{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}small,sub,sup{font-size:75%}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0;height:100%}.clearfix:after,.clearfix:before{display:table;content:" "}.clearfix:after{clear:both}

/* CUSTOM CSS STARTS HERE ---------------------------------------------------------- */
*, *:before, *:after {box-sizing: border-box;}

a, a:hover,
input, input:hover,
textarea, textarea:hover {
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
html {
    height: 100%;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    font-weight: bold;
    color: #224e5c;
}
a:hover {
    color: #092832;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: arial, sans-serif;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#092832), color-stop(0.35, #092832), to(#224e5c));
    background: -webkit-linear-gradient(top, #092832, #092832, #224e5c);
    background: -moz-linear-gradient(top, #092832, #092832, #224e5c);
    background: -ms-linear-gradient(top, #092832, #092832, #224e5c);
    background: -o-linear-gradient(top, #092832, #092832, #224e5c);
    background-repeat: no-repeat;
    background-color: #224e5c;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.05em;
    line-height: 1.45em;
}
body.home {
    background: url('../images/home_lg.jpg') #092832 no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#container {
    min-height: 100%;
    position: relative;
}
.wrapper {
    width: 1100px; 
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

/* ------------------------------------------------------------------------------------ */
/* Header */
/* ------------------------------------------------------------------------------------ */
.header {
    background: url(../images/header.jpg) #092832 center; 
    background-size: cover;
    height: 460px;
    width: 100%;
}

body.home .header {
    margin: 0;
    padding: 0;
    background: none;
    height: 140px;
}

/* NAVIGATION ------------------------------------------------------------------------- */
.nav {
    position: relative;
    height: auto;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    color: #ffffff;
    background: #092833; /* The Fallback */
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.nav img {
    position: absolute;
    margin-top: 15px;
    width: 270px;
    height: auto;
    z-index: 20;
}

.nav ul {
    margin: 0; 
    padding: 0;
    text-align: right;
}
.nav #menu li {
    display: inline-block; 
    margin: 0;
    list-style: none;
}
.nav #menu li a {
    font-weight: normal;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 12px 0;
    margin: 0 0 0 32px;
    text-align: center;
    font-size: 1.2em;
    white-space: nowrap; 
}
.nav #secondary-menu li {
    display: inline-block; 
    margin: 0;
    list-style: none;
}
.nav #secondary-menu li a {
    display: inline-block;
    padding: 4px 16px;
    margin: 0;
    background: #092832;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}
.nav #secondary-menu li a:hover {color: #6199ae;}


/* Nav Social Media --------------------------------------------- */
.nav #secondary-menu li.menu-youtube a, 
.nav #secondary-menu li.menu-twitter a {
    text-indent: -5000px;
    padding: 4px 20px;
}
.nav #secondary-menu li.menu-twitter a {
    background: url(../images/twitter-white.png) no-repeat center center #092832;
    background-size: 25px auto;
}
.nav #secondary-menu li.menu-twitter a:hover {
    background: url(../images/twitter-blue.png) no-repeat center center #092832;
    background-size: 25px auto;
}
.nav #secondary-menu li.menu-youtube a {
    background: url(../images/youtube-white.png) no-repeat center center #092832;
    background-size: 25px auto;
}
.nav #secondary-menu li.menu-youtube a:hover {
    background: url(../images/youtube-blue.png) no-repeat center center #092832;
    background-size: 25px auto;
}


/* Menu Drop Downs --------------------------------------------- */
.nav #menu li.on a {background: rgba(0, 0, 0, 0.15);}
.nav #menu li a:hover, 
.nav #menu li a:active {
    color: #6199ae;
    font-weight: 400;
    z-index: 10;
}
.nav ul#menu > li ul { 
    display: none; 
    position: absolute; 
    z-index: 15;
    width: auto; 
    padding: 0px;
    background: #fff;
    min-width: 200px;
    margin-left: 12px;
    text-align: right;
}
.nav ul#menu > li ul li {
    display: block; 
    margin: 0;
    line-height: 1.35em;
}
.nav ul#menu > li ul li a {
    font-weight: normal;
    font-size: 0.9em;
    color: #224e5c;
    text-decoration: none;
    display: block;
    padding: 12px 20px;
    margin: 0;
    text-align: left;
    white-space: nowrap;
}
.nav ul#menu > li ul li.on a {background: none;}
.nav ul#menu > li:hover ul {display: block;}

/* Mobile Nav --------------------------------------------- */
.mobile-menu-overlay {display: none;}
.hamburger {display: none;}
.mobile-menu {display: none;}


/* ------------------------------------------------------------------------------------ */
/* CONTENT */
/* ------------------------------------------------------------------------------------ */
.page-box {
    position: relative;
    margin-top: -230px;
}
/* ------------------------------------------------------------------------------------ */
/* Page Titles */
/* ------------------------------------------------------------------------------------ */
.pageTitles {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 15px;
    color: #ffffff;
    text-shadow: 1px 1px 5px #000000;
}
.pageTitles h1, .pageTitles h2 {
    margin: 0;
    padding: 0;
    line-height: 1em;
}
.pageTitles .page-title {
    font-weight: 300;
    font-size: 4em;
}
.pageTitles .sub-title {
    font-weight: 600;
    font-size: 2.25em;
    text-align: right;
}



h1 a {
    color: #ffffff;
    font-weight: 300;
}

h1 a:hover {
    color: #ffffff;
    font-weight: 300;    
}


.content h2 {
	margin-top: 0;
	font-size: 1.75em;
    line-height: 1.1em;
}

.home_info h3 {
    color: #000;
}

/* ------------------------------------------------------------------------------------ */
/* CONTENT Boxes */
/* ------------------------------------------------------------------------------------ */
.content {
    position: relative;
    float: left;
    padding: 30px;
    width: 100%;
    height: auto;
    margin-bottom: 65px;
    background-color: #ebebeb;
    box-shadow: -1px -1px 15px #121212;
}
.content.product-landing-grid {background: none; padding: 0; box-shadow: none;}
.section_left {
    display: inline-block;
    float: left;
    width: 275px;
    margin-right: 30px;
    height: auto;
}

.section_middle {
    height: auto;
    margin-right: 0;
    overflow: hidden;
}
.section_middle_2 {
    display: inline-block;
    float: left;
    width: 75%;
    height: auto;
    margin-right: 0;
    margin-left: 15px;
}
.section_right {
    display: inline-block;
    float: right;
    width: 20%;
    height: auto;
    bottom: 0;
    background-color: #d9d9d9;
    margin-right: 0;
    position: relative;
    overflow-y: auto;
}


/* ------------------------------------------------------------------------------------ */
/* Home Page */
/* ------------------------------------------------------------------------------------ */
.index_container {
    position: relative;
    margin-top: 40px;
    margin-bottom: 65px;
    width: 100%;
}

.index {
    margin: 0 auto 25px;
    padding: 0;
    position: relative;
    width: 800px;
    max-width: 100%;
    height: auto;
    text-align: center;
}
.index img {
    display: block;
    width: 100%;
    height: auto;
}
.index h2 {
    display: block;
    float: none;
    font-size: 3em;
    color: #ffffff;
    margin-top: 75px;
    line-height: 0.9em;
    margin-bottom: 10px;
}
.index h3 {
    display: block;
    font-size: 1.25em;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 400;
}
.home-buttons {
    position: absolute;
    bottom: 50px;
    z-index: 11;
    width: 250px;
    left: 50%;
    margin-left: -125px;
}
a.home-button {
    display: block;
    width: 250px;
    margin: 0 auto 5px;
    padding: 10px 40px;
    font-size: 1em;
    font-weight: 400;
    /*text-shadow: 2px 2px 5px #000000;*/
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
}
a.home-button:hover {
    background: #fff;
    color: #224e5c;
}
.movie_home {
    width: 315px;
    height: 225px;
}
.home_info {
    position: absolute;
    top: 0;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    height: 400px;
    /*border: 2px solid #fff;*/
    background: rgba(0,0,0,0.40);
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}

.home_description {
    width: 100%;
    margin: 0 auto 0;
    color: #171717;
    text-align: left;
    background-color: #ebebeb;
    box-shadow: -1px -1px 15px #121212;
}
.home_description div {padding: 2em;}

.home_augersteer {
    position: relative;
    top: 0;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    height: 450px;
    background: rgba(0,0,0,0.40);
}
.index-augersteer h2 {
    margin-top: 0;
    padding-top: 25px;
}

/* Home slide - auger-steer */
.index-augersteer {
    display: none;
}
.auger-images {
    display: block;
    position: absolute;
    bottom: 0;
    overflow: auto;
    z-index: 11;
}
.index .auger-images img {
    position: relative;
    float: left;
    width: 32%;
    height: auto;
    border: 1px solid #fff;
}
.index .auger-images img:nth-child(2) {margin: 0 2%;}




.content .section_middle article li {
    display: list-item;
}



.index-buttons {
    position: relative;
    display: block;
    width: 100%;
    overflow: auto;
    margin-bottom: 30px;
    box-shadow: -1px -1px 15px #121212
}
.index-buttons div {
    float: left;
    width: 50%;
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    font-weight: 700;
    color: #224e5c;
    cursor: pointer;
}
.index-buttons div.on, .index-buttons div:hover {background: #ebebeb;}






/* CONTENT FORMATTING */

.content .mainbox {
    height: auto;
    padding: 0 10px 10px 10px;
    color: #171717;
}

.content .mainbox ul.std-list, 
.content .mainbox .std-list li {
    display: list-item;
    width: auto;
}
.content .mainbox ul.std-list {
    overflow: hidden;   
}
.content .mainbox .std-list li {
    margin-left: 24px;
}
.content h1 {
    float: none;
    display: block;
    line-height: 1em;
    font-size: 2.25em;
    margin: 0 0 25px;
    font-weight: 500;
}
.content h3 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: #3c3c3c;
    line-height: 28px;
    text-shadow: none;
    margin: 0;
}
.content h3:first-child {margin-top: 0;}
.content form h3 {margin: 40px 0 20px;}
.content h4 {
    font-size: 1.15em;
    color: #3c3c3c;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.content h5 {
    font-size: 1.15em;
    font-weight: lighter;
    text-align: left;
    color: #999999;
    margin: 0px;
    text-transform: uppercase;
}

.content h6 {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #3c3c3c;
    margin-top: 0;
    margin-bottom: 10px;
}

.content article {
    padding-bottom: 2px;
}

.content hr {
    margin: 30px auto;
    width: 100%;
    height: 1px;
    background-color:#aaa;
    color:#aaa;
    border: 0 none;
}

.content ul {
    display: block;
    margin: 0 0 30px;
    padding: 0;
}

.testimonial {
    position: relative;
    display: block;
    padding: 15px 20px 20px 20px;
    margin-bottom: 10px;
    background: #d9d9d9;
    font-style: italic;
}

.testimonial span {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #3c3c3c;
    line-height: 1.5em;
}

.content li {
    display: inline-block;
}

.section_middle li, .section_middle_2 li {
    margin: 0 0 5px;
    display: block;
}
.section_middle li:before, .section_middle2 li:before {
	content: '\2022';
	position: relative;
	color: #224e5c;
	font-size: 1em;
	margin-right: 7px;
}

.content li.left {
    vertical-align: top;
    width: 39%;
}

.content li.right {
    width: 59%;
}

.content li.right p.list {
    margin-bottom: -5px;
}


.content img.full-size {
	display: block;
    width: 100%;
    height: auto;
}
.content img.half-size {
	float: left;
    width: 49%;
    height: auto;
    margin-right: 2%;
}
.content img.half-size:nth-child(even) {margin-right: 0;}
.content img.third-size {
    float: left;
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 15px;
}
.content img.third-size:nth-child(3n+3) {margin-right: 0;}

.content img.alignleft {float: left; margin-right: 20px;}
.content img.alignright {float: right; margin-left: 20px;}


.section_middle ul li h4, .section_middle_2 ul li h4 {
    margin: 0;
}


/* ABOUT PAGE */

img.images_about {
    float: left;
    width: 24%;
    margin-right: 1%;
}
.about-text {
    display: block;
    overflow: hidden;
}
.about-pics {
    float: left;
    width: 400px;
    max-width: 40%;
    margin-right: 30px;
}
.about-pics img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
.about-pics img:last-child {margin-bottom: 0;}




.weighbars ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.weighbars ul li {
    display: inline-block;
    margin: 15px 0;
}

.weighbars li.left {
    width: 20%;
    vertical-align: middle;
}

.weighbars li.right {
    width: 75%;
    vertical-align: middle;
}

.weighbars li img {
    margin: 0;
}



img.indicators {
    width: 31%;
    float: left;
}





/* TOP MENU */

.menu_top {
    position: relative;
    height: auto;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    z-index: 10;
    background-color: #ffffff;
}

.menu_top ul {
    margin: 0; 
    padding: 0;
    display: block;
    width: 100%;
    overflow-y: auto;
}

.menu_top li {
    width: 16.6667%;
    float: left; 
    margin: 0; 
    list-style: none;
}

.menu_top li a {
    color: #3c3c3c;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 15px 20px;
    text-align: center;
    white-space: nowrap; 
}

.menu_top li.on a {
    background: #f4f4f4;
    height: 56px;
}

.menu_top li.on a:hover {
    background-color: #f4f4f4;
    color: #999999;
}

.menu_top li a:hover, .menu_top li a:active {
    color: #999999;
    z-index: 10;
}


/* LEFT MENU 1 */

.menu_left_1 ul {
    margin: 0;
    background: #ffffff;
    border: 1px solid #dedede;
    display: block;
}

.menu_left_1 li {
    display: inline-block;
    width: 100%;
}

.menu_left_1 li a {
    display: inline-block;
    width: 100%;
    padding: 1em 10% 1em 20px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    color: #3c3c3c;
    text-decoration: none;
    cursor: pointer;
}

.menu_left_1 li.on a {
    background: #f4f4f4;
}

.menu_left_1 li.on a:hover {
    color: #3c3c3c;
}

.menu_left_1 li a:hover, .menu_left_1 li a:active {
    color: #3c3c3c;
    background-color: #f4f4f4;
    z-index: 10;
}

.section_middle .menu_left_1 {
    display: none;
}

.video_link {
    float: left;
    height: auto;
    width: 20%;
}

.video_link_p {
    float: left;
    width: 78%;
    margin: 0;
}



/* LEFT MENU 2 */
.menu_left_2 {margin-bottom: 10px;}
.menu_left_2 ul {
    margin: 0;
    padding: 0 20 0 0;
    background: #ffffff;
    border: 1px solid #dedede;
    display: block;
}

.menu_left_2 li {
    display: inline-block;
    width: 100%;
}

.menu_left_2 li a {
    display: inline-block;
    width: 100%;
    padding: 0.8em 10% 0.8em 20px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    color: #224e5b;
    text-decoration: none;
}

li.menu_heading {
    padding: 15px 0 15px 20px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #3c3c3c;
    text-decoration: none;
    background-color: #f4f4f4;
}

.menu_left_2 li.on a {
    background: #f4f4f4;
}

.menu_left_2 li.on a:hover {
    color: #999999;
}

.menu_left_2 li a:hover, .menu_left_2 li a:active {
    color: #999999;
    z-index: 10;
}



/* LEFT MENU NEWS */
#filter-option {display: none;}

.widget-title,
h2.widget-title {
	display: block;
	width: 100%;
    margin: 0;
	padding: 10px 20px;
	border: 1px solid #dedede;
	border-bottom: none;
	background: #f4f4f4;
    font-weight: 400;
    font-size: 1em;
}

.menu_left_news {
	display: block;
	margin-bottom: 20px;
}

.menu_left_news ul {
    margin: 0;
    background: #ffffff;
    border: 1px solid #dedede;
    border-top: none;
    width: 100%;
}

.menu_left_news li {
    display: block;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #3c3c3c;
    text-decoration: none;
}

.menu_left_news h4 {
    padding: 20px;
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    color: #3c3c3c;
    text-decoration: none;
    background-color: #f4f4f4;
}

.menu_left_news h5 {
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    color: #999999;
    margin-top: 0px;
    margin-bottom: 12px;
    text-transform: uppercase; 
}

.menu_left_news li a {
    display: inline-block;
    width: 100%;
    padding: 8px 20px;
    font-size: 0.8em;
    color: #000000;
    text-decoration: none;
}
.menu_left_news li ul li a {border-bottom: 1px solid #dedede;}
.menu_left_news li ul li:last-child a {border-bottom: none;}
.menu_left_news li.on a {background: #f4f4f4;}
.menu_left_news li.on a:hover {color: #3c3c3c;}
.menu_left_news li a:hover, 
.menu_left_news li a:active {
    color: #3c3c3c;
    background-color: #f4f4f4;
    z-index: 10;
}

.menu_left_news li ul li ul.children {border: none; background: #ebebeb;}
.menu_left_news li ul li ul.children li {text-transform: uppercase; font-size: 0.85em;}
.menu_left_news li ul li ul.children li a {color: #777; padding: 6px 20px 6px 30px;}


#widget-collapsarch-2-top li span {
	display: block;
	overflow: hidden;
	float: left;
	width: 50px;
	height: 40px;
	cursor: pointer;
	background: #f4f4f4;
	font-size: 0.8em;
	text-align: center;
	padding-top: 3px;
	margin-right: 15px;
}
#widget-collapsarch-2-top li a {
	display: block;
	width: auto;
	height: 40px;
	padding: 5px 10px;
}
#widget-collapsarch-2-top li span.yearCount,
#widget-collapsarch-2-top li ul li a .monthCount {
	background: none;
	float: right;
	text-align: right;
	height: auto;
	font-size: 0.8em;
	padding-top: 0;
}
#widget-collapsarch-2-top li ul li a .monthCount {padding-right: 2px;}
#widget-collapsarch-2-top li ul {
	border-left: none;
	border-right: none;
}
#widget-collapsarch-2-top li ul li a {
	position: relative;
	padding-left: 65px;
	font-style: italic;
	font-size: 0.7em;
	font-weight: 400;
}

.news-controls {
	display: block;
	position: relative;
	text-align: center;
}
.news-controls a {
	display: inline-block;
	background: #fff;
	border: 1px solid #dedede;
	padding: 10px 15px;
}
.news-controls a:first-child{float: left;}
.news-controls a:last-child {float: right;}
.news-controls .page-numbers {
	padding: 10px 15px;
	border: 1px solid #dedede;
	line-height: 1.5em;
}
.news-controls .page-numbers.current {border-color: #fff; color: #fff;}

.button {
	position: relative;
	display: block;
	width: 200px;
	text-align: center;
	background: #fff;
	border: 1px solid #dedede;
	padding: 10px 15px;
	margin-top: 40px;
}
.button-404 {
    margin-left: auto;
    margin-right: auto;
}

.news-post-excerpt {
	display: block;
	position: relative;
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px dashed #224e5c;
}
.news-post-excerpt:first-child {
	margin: 0;
	padding: 0;
	border-top: none;
}
.news-post-excerpt h3 {
	font-size: 1.25em;
	margin-bottom: 10px;
}
.news-post-excerpt p {margin: 0 0 10px;}



.wp-block-embed__wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 20px 0;
}
.wp-block-embed__wrapper iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}


.banner {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    margin: 0;
}


/* -------------------------------------------------------------------------- */
/* Products Previews ----------------------------------------------- */
/* -------------------------------------------------------------------------- */
.product-category,
.product-preview  {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 2% 25px 0;
    padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    box-shadow: -1px -1px 15px #121212;
}
.product-category:hover,
.product-preview:hover {background: #ebebeb; border-color: #092832;}
.product-category h2,
.product-preview h2 {font-size: 1.4em; text-align: center !important;}
.product-category img,
.product-preview img {
    display: block;
    width: 100%;
    height: auto;
}


.product-category:nth-child(3n+3) {margin-right: 0;}
.product-preview {width: 48%;margin-right: 4%;}
.product-preview:nth-child(even) {margin-right: 0;}


/* -------------------------------------------------------------------------- */
/* Individual Products ----------------------------------------------- */
/* -------------------------------------------------------------------------- */
.product-section {display: block; width: 100%; margin-bottom: 40px;}
.product-section p:first-child {margin-top: 0;}

.product-gallery {display: inline-block; vertical-align: top; width: 48%; margin-right: 4%;}
.product-gallery li:before {display: none;}
.product-gallery li img {width: 100%; height: auto;}

#bx-pager {display: block; width: 100%;}
#bx-pager a {
    display: inline-block; 
    width: 32%; 
    margin-right: 2%; 
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
#bx-pager a:nth-child(3n+3) {margin-right: 0;}
#bx-pager a.active {border: 1px solid #224e5c;}
#bx-pager a img {display: block; width: 100%; height: auto;}


.product-description {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 0 0 25px;
}
.video iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.product-downloads a.button {
    display: inline-block; 
    margin: 0 10px 10px 0;
    padding: 10px 40px;
    width: auto;
}



/* -------------------------------------------------------------------------- */
/* Contact ----------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* LEFT MENU CONTACT */

.menu_left_contact ul {
    margin: 0;
    background: #ffffff;
    border: 1px solid #dedede;
}

.menu_left_contact li {
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    font-size: 0.9em;
}

.menu_left_contact li.contact_bg {
    padding: 15px 0 15px 20px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #3c3c3c;
    text-decoration: none;
    background-color: #f4f4f4;
}

.menu_left_contact li a {
    padding: 15px 0;   
}



/* CONTACT FORM */
form {
	position: relative;
	display: block;
	width: 80%;
	margin: 40px auto;
}
form p {margin: 0 0 10px;}

input, textarea, label {
	position: relative;
	display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    background: #fff;
    color: #224e5c;
}
input {border-top: none;}
textarea {resize: vertical; border-top: none;}
label {border-bottom: none; color: #092832; padding: 5px 15px;}

.half-cell {overflow: auto;}
.half-cell p {
    width: 49%;
    float: left;
}
.half-cell p:nth-of-type(odd) {margin-right: 2%;}

.required:after {content: 'required';}
.canadien:after {content: 'Canadian customers only';}
.american:after {content: 'US customers only';}
.required:after, .canadien:after, .american:after {
	font-size: 0.8em;
	margin-left: 5px;
	font-style: italic;
	color: #ed1c24;
}

.form-text {margin: 40px 0;}

.wpcf7-checkbox {
	display: block;
	overflow: auto;
}
.wpcf7-list-item {
	float: left;
	width: 24%;
	margin-right: 1.3333%;
	border-bottom: 1px solid #ccc;
}
.wpcf7-list-item.last {margin-right: 0;}
.wpcf7-checkbox label input, .wpcf7-checkbox label span {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}
span.wpcf7-list-item {margin-left: 0;}

label.authorize {
	display: inline-block; 
	width: auto;
	margin-top: 20px;
}
label.authorize input {display: inline-block; width: 30px;}

.dealer-section .checkbox {
    width: auto;
    margin-right: 10px;
}

form input:focus, form textarea:focus {
    outline: none;
    box-shadow: none;
    background: #fffae9;
}

#send, #btnsubmit {
    background: #224e5c;
    padding: 10px 30px 5px 30px;
    width: 150px;
    margin-bottom: 20px;
    font-family: 'Titillium', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: none;
    text-transform: uppercase;
}
#send:hover, #btnsubmit:hover {
	background: #092832;
}
#send:disabled, #btnsubmit:disabled {
    background: #ccc;
    color: #aaa;
}

.hidden {display: none;}
.other-selected {display: none;}

div.wpcf7 img.ajax-loader {display: none;}
span.wpcf7-not-valid-tip {display: none;}
.wpcf7-not-valid {border-bottom: 1px solid #ed1c24;}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	border: none;
	color: #ed1c24;
	font-weight: 700;
	margin: 0;
	padding: 13px;
	text-align: center;
}
div.wpcf7-mail-sent-ok {color: #000;}

div.wpcf7 img.ajax-loader {position: absolute;}


/* RIGHT MENU */

.menu_right {
    padding: 10px 20px 0 20px;
}

.menu_right ul {
    margin: 0;
    padding: 0;
    color: #999999;
}

.menu_right li {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
}

.menu_right p {
    margin-top: 0;
    margin-bottom: 0em;
}

.menu_right li a {
    display: inline-block;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    margin: 0.5em 0em;
    color: #3c3c3c;
    text-decoration: none;
}

.menu_right li a:hover, .menu_right li a:active {
    color: #999999;
    z-index: 10;
}

.menu_right li img {
    width: 100%;
    height: auto;
    border: 1px solid #efefef;
    margin-top: 0;
    padding-right: 0;
}

.menu_right hr {
    height: 1px;
    color: #999999;
    background-color: #999999;
    border: 0px;
}

.bottom-ads {
    position: relative;
    display: block;
    margin-bottom: 65px;
    margin-top: -55px;
}
.bottom-ads ul {
    margin: 0;
    padding: 10px 0;
    overflow: auto;
}
.bottom-ads li {
    display: block;
    float: left;
    width: 32%;
    background: #fff;
    box-shadow: -1px -1px 15px #121212;
    text-align: center;
}
.bottom-ads li:nth-child(2) {
    margin: 0 2%;
}
.bottom-ads h3 {
    font-size: 1.5em;
    margin: 15px 0 0;
    line-height: 1.25em;
}
.bottom-ads p {
    margin: 0 0 15px;
}
.bottom-ads img {
    display: block;
    width: 100%;
    height: auto;
}

.product-display {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px;
    font-size: 0.9em;
}
.product-display div {
    float: left;
    width: 24%;
    margin-right: 1%;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.printers .product-display div {width: 49%; margin-right: 2%;}
.printers .product-display div:nth-child(even) {margin-right: 0;}

.product-display div:nth-child(4n+4) {margin-right: 0;}
.product-display img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
}
.product-display h3 {
    font-size: 1.2em;
}

/* PRODUCTS HOME PAGE */
figure {
    display: block;
    position: relative;
    width: 100%;
    height: 165px;
    margin-bottom: 10px;
    background: #333;
    overflow: hidden;
    cursor: pointer
}
a:last-child figure {margin-bottom: 0;}
figure img {
    position: absolute;
    left: 50%;
    margin-left: -540px;
    top: 0;
    display: block;
    width: auto;
    height: 100%;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}
figure:hover img {
    opacity: 0.5;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}
figure figcaption {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.content figure figcaption h3 {
    color: #fff;
    font-size: 2.25em;
    text-shadow: 1px 1px 5px #121212;
}


/* -------------------------------------------------------------------- */
/* Tradeshows --------------------------------------------------- */
/* -------------------------------------------------------------------- */
.trade-shows {
    position: relative;
    display: block;
}
.trade-show {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 0 3.5% 25px 0;
    border: 1px solid #224e5c;
    text-align: center !important;
}
.trade-show:hover {background: #fff;}
.trade-show:nth-child(3n+3) {margin-right: 0;}

.trade-show h2 {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0;
    color: #ebebeb;
    background: #224e5c;
}
.trade-show img {
    display: block;
    width: 100%;
    height: auto;
}
.trade-show h3 {
    display: block;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #224e5c;
    text-transform: uppercase;
    font-size: 1.3em;
    text-align: center;
    color: #224e5c;
}


/* -------------------------------------------------------------------- */
/* News --------------------------------------------------- */
/* -------------------------------------------------------------------- */
.news-content .attachment-post-thumbnail {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 25px auto;
}

.news-content figure {
    height: auto;
    cursor: initial;
    overflow: auto;
    background: none;
}
.news-content figure img {
    position: relative;
    left: initial;
    top: initial;
    margin: 25px auto;
    width: auto;
    height: auto;
}
.news-content figure:hover img {
    opacity: 1;
}




/* -------------------------------------------------------------------- */
/* 404 --------------------------------------------------- */
/* -------------------------------------------------------------------- */
.columns-404 {
    display: block;
    position: relative;
    margin-top: 60px;
}
.columns-404 div {
    display: inline-block;
    width: 50%;
    padding: 0 5%;
}
.columns-404 div ul li {
    display: block;
    margin-bottom: 5px;
}



/* -------------------------------------------------------------------- */
/* Footer --------------------------------------------------- */
/* -------------------------------------------------------------------- */
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background-color: #fcfcfc;
    overflow: auto;
}
.footer .wrapper {position: relative;}
a.footer-logo {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -30px;
}

.footer-info {
    position: relative;
    float: left;
}

.footer p {
    display: block; 
    margin: 0 0 10px; 
    list-style: none;
    line-height: 1.5em;
    font-size: 0.8em;
}
footer p:last-child {margin-bottom: 0;}




.slicknav_menu {
    display: none;
    z-index: 200;
}



/* TESTIMONY POPUPS =============================== */

.reveal-modal h3 {
    margin-top: 0;
}






.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0,0.65);
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal__inner {
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  height: 425px;
  width: 500px;
  margin: auto;
  overflow: auto;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2em 2em;
  -webkit-transition: top 0.25s ease;
  -moz-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  transition: top 0.25s ease;
}

.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal__inner h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.testimony_by {
    font-style: italic;
    color: #999;
}

.modal__inner hr {
    height: 1px;
    color: #999999;
    background-color: #999999;
    border: 0px;
    margin: 20px 0;
}

.home .bottom-ads,
.products .bottom-ads {
    display: none;
}

@media only screen and (max-width: 1100px) {

    .product-gallery, .product-description {display: block; width: 100%; margin-right: 0;}
    .product-preview {display: block; width: 100%; margin-right: 0;}

}


@media only screen and (max-width: 1050px) {

    /* HOME PAGE */

    .index_container {
        margin-top: 120px;
    }

    .index_news {
        position: relative;
        width: 100%;
        height: 180px;
          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(219, 219, 219, 0.85)), to(#dbdbdb));
          background: -webkit-linear-gradient(top, rgba(219, 219, 219, 0.85), #dbdbdb);
          background: -moz-linear-gradient(top, rgba(219, 219, 219, 0.85), #dbdbdb);
          background: -ms-linear-gradient(top, rgba(219, 219, 219, 0.85), #dbdbdb);
          background: -o-linear-gradient(top, rgba(219, 219, 219, 0.85), #dbdbdb);
        box-shadow: -1px -1px 15px #121212;
    }

    .index_news ul {
        margin: 10px 0 40px 0;
        padding: 0;
        height: 100%;
        text-align: left;
        font-family: 'Titillium Web', sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        line-height: 24px;
    }

    .index_news li {
        display: inline-block;
        vertical-align: top;
        top: 0;
        height: 100%;
        width: 28%;
    }

    .index_news li.home_newsTitle {
        display: inline-block;
        height: 100%;
        width: 16%;
        text-align: center;
        font-family: 'Titillium Web', sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.5em;
        color: #ffffff;
          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#224e5c), to(#092832));
          background: -webkit-linear-gradient(top, #224e5c, #092832);
          background: -moz-linear-gradient(top, #224e5c, #092832);
          background: -ms-linear-gradient(top, #224e5c, #092832);
          background: -o-linear-gradient(top, #224e5c, #092832);
    }

    .index_news li.home_newsTitle p {
        margin-top: 50px;
        line-height: 1.4em;
    }

    .index_news img {
        left: -25%;
        width: auto;
        height: 100%;
        background-color: #aaaaaa;
    }

    .home_newsLeft {
        float: none;
        overflow: hidden;
        width: 100%;
        height: 50%;
    }

    .index_news p {
        padding: 10px 10px 0 10px;
        margin: 0;
        line-height: 1.45em;
    }




    /* PAGE TITLES */

    .pageTitles {
        width: 100%;
        font-family: 'Titillium Web', sans-serif;
        color: #ffffff;
        text-shadow: 1px 1px 3px #000000;

    }

    .pageTitles .page-title {font-size: 60px;}
    .pageTitles .sub-title {
        margin-top: 54px;
        font-size: 1.65em;
    }

    .section_middle_2 {
        display: inline-block;
        float: left;
        width: auto;
        height: auto;
        margin-right: 0;
        margin-left: 15px;
    }

    .section_right {
        width: 100%;
        height: auto;
        bottom: 0;
        margin-top: 10px;
        background-color: #d9d9d9;
    }



    .menu_top {font-size: 0.9em;}

    /* RIGHT MENU */

    .menu_right {
        text-align: center;
        padding: 0;
        margin-top: 5px;
        margin-bottom: 1%;
    }

            .menu_right ul {
                margin: 0;
                padding: 0;
                color: #999999;
            }

    .menu_right li {
        display: inline-block;
        width: 30%;
        text-align: left;
        padding-bottom: 5px;
        padding: 0 1%;
    }

    .menu_right hr {
        display: none;
    }


    .product-display div {
        width: 49%;
        margin-right: 2%;
    }
    .product-display div:nth-child(even) {margin-right: 0;}
    .printers .product-display div {width: 100%; margin-right: 0;}

}


@media only screen and (max-width: 925px) {

    /* -------------------------------------------------------------------- */
    /* Tradeshows --------------------------------------------------- */
    /* -------------------------------------------------------------------- */
    .trade-show {
        width: 48%;
        margin-right: 4%;
    }
    .trade-show:nth-child(3n+3) {margin-right: 4%;}
    .trade-show:nth-child(even) {margin-right: 0;}

}


@media only screen and (max-width: 900px) {

    /* MOBILE MENU ------------------------*/
    #menu {display:none;}
    #secondary-menu {display: none;}
    .slicknav_menu {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        display:block;
    }

    .mobile-menu-overlay {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 299;
    }
    .hamburger {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 200;
        cursor: pointer;
    }
    .hamburger a {
        display: block;
        padding: 15px 15px 9px;
        overflow: hidden;
    }
    .hamburger a:hover {background: #224e5c;}
    .hamburger svg {
        width: 25px; 
        height: 25px;
        fill: #fff;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -275px;
        width: 250px;
        height: 100vh;
        z-index: 300;
        background: #ebebeb;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
    .mobile-menu-slide {left: 0;}

    .close-navigation {
        position: relative;
        display: block;
        width: 100%;
        padding: 15px 15px 9px;
        cursor: pointer;
    }
    .close-navigation:hover {background: #224e5c;}
    .close-navigation svg {width: 20px; height: 20px;}
    .close-navigation svg g rect {
        fill: #224e5c;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
    .close-navigation:hover svg g rect {
        fill: #ffffff;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .mobile-nav {display: block;}
    .mobile-nav ul ul {display: none;}

    .mobile-nav #mobile-menu,
    .mobile-nav #mobile-secondary-menu, 
    .mobile-nav .sub-menu {
        display: block;
        padding: 0;
        margin: 0;
    }
    .mobile-nav {
        position: relative;
        width: 100%;
        border-top: 1px solid #fff;
    }
    .mobile-nav ul.menu {
        position: relative;
        width: 100%;
    }
    .mobile-nav ul.menu li {display: block;}
    .mobile-nav ul.menu li a {
        display: block;
        color: #224e5c;
        width: 100%;
        font-weight: 300;
        font-size: 1.15em;
        padding: 7px 20px;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
    .mobile-nav ul.menu li a:hover {color: #fff; background: #224e5c;}

    .mobile-contact {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        border-top: 1px solid #fff;
    }

    .mobile-nav .sub-menu {background: #fff;}
    .mobile-nav ul.menu li ul.sub-menu li a {
        font-size: 0.90em;
        font-weight: 500;
        line-height: 1.35em;
        border-bottom: 1px solid #ebebeb;
    }
    .mobile-nav ul.menu li.menu-youtube a:before {
        content: '';
        float: left;
        display: block;
        width: 25px;
        height: 22px;
        margin-right: 10px;
        background: url(../images/youtube-blue.png) no-repeat center center;
        background-size: contain;
    } 

    .mobile-nav ul.menu li.menu-twitter a:before {
        content: '';
        float: left;
        display: block;
        width: 25px;
        height: 22px;
        margin-right: 10px;
        background: url(../images/twitter-blue.png) no-repeat center center;
        background-size: contain;
    }

    .nav {
        background: rgba(0, 0, 0, 0.5);
        height: 55px;
    }

    .nav img {
        left: 50%;
        margin-left: -87.5px;
        width: 175px;
        height: auto;
    }

}


@media only screen and (max-width: 850px) {

    .menu_top {font-size: 0.8em;}
    h3 {font-size: 1em;}

    .columns-404 div {
        float: none;
        width: 100%;
        padding: 0;
    }

}




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

    /* MOBILE LANDSCAPE */
    .body {position: relative;}
    .header {height: 300px;}
    .wrapper.page-box {margin-top: -160px;}
    .wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    #container {overflow: initial;}
    .content img.alignleft, .content img.alignright {
        float: none;
        display: block;
        margin: 0 auto;
        width: auto;
        height: auto;
    }

    /* HOME PAGE */
    body.home {
        background: url('../images/home_lg.jpg') no-repeat top center scroll; 
        background-size: auto 500px;
        z-index: -1;
    }
    body.home .header {
        overflow: none;
        height: auto;
        width: auto;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
    }
    .index_container {
        position: relative;
        top: 0;
        margin-top: 75px;
        margin-bottom: 0px;
        width: 100%;
    }

    /* CONTENT BOXES */
    .content {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        background-color: #ebebeb;
        box-shadow: -1px -1px 15px #121212;
    }
    .bottom-ads {margin-bottom: 0; margin-top: 0;}
    .bottom-ads .wrapper {width: 100%;}
    .bottom-ads ul {padding: 0;}
    .bottom-ads li {width: 33.3333%; box-shadow: none;}
    .bottom-ads li:nth-child(2) {margin: 0;}

    .section_left {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        margin-right: 0;
        padding: 0;
        margin-bottom: 25px;
    }
    .section_middle {
        display: block;
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .section_middle_2 {
        display: block;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .section_right {
        background-color: #ffffff;
        border-bottom: 1px solid #cccccc;
        font-size: 12px;
    }


    /* PAGE TITLES */

    .pageTitles {
        width: 100%;
        font-family: 'Titillium Web', sans-serif;
        color: #ffffff;
        text-shadow: 1px 1px 3px #000000;
        margin: 0;
    }

    .pageTitles {padding-left: 2.5%; padding-right: 2.5%;}
    .pageTitles .page-title {
        font-weight: 300;
        font-size: 45px;
        text-align: left;
    }
   
    .home_info, .home_augersteer {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 30px 0;
        left: 0;
        height: auto;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #224e5c;
    }
    .index {margin: 0; padding: 0;}
    .index img {
        width: 80%; 
        margin: 0 auto -40px; 
        display: block;
        position: relative;
        z-index: 1;
    }
    .index h2, .index-augersteer h2 {
        text-align: center;
        font-size: 2em;
        margin: 0;
    }
    .index h3 {
        font-size: 1em;
        margin-bottom: 10px;
    }
    a.home-button {
        display: inline-block;
        width: 175px;
        padding: 5px 10px;
    }
    .home-buttons {
        position: relative;
        left: 0; bottom: 0;
        width: 100%;
        margin: 0 auto;
        background: #224e5c;
        padding: 10px 0 30px;
    }
    .auger-images {
        position: relative;
        width: 90%;
        border: 1px solid #fff;
        margin: 0 auto 20px;
    }
    .index .auger-images img {
        width: 33.3333%;
        border: none;
    }
    .index .auger-images img:nth-child(2) {margin: 0;}
    .index-augersteer h2 {padding-top: 0;}
    .index-buttons {margin-bottom: 0;}
    .home_description div {padding: 0;}

    .pageTitles h2 {
        position: relative;
        margin-top: 40px;
        text-align: right;
        margin-right: 20px;
        font-weight: 600;
        font-size: 24px;
    }
    .content h2 {text-align: left;}
    .content .trade-show h2 {text-align: center;}

    /* CONTENT FORMATTING */
    .content .mainbox {
        height: auto;
        padding: 0 0 10px;
        color: #171717;
    }
    .menu_right ul {margin: 0 5px;}
    .menu_right li a {font-size: 16px;}

    /* ABOUT PAGE */
    .about-pics {
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        overflow: auto;
    }
    .about-pics img {
        float: left;
        width: 49%;
        margin-right: 0;
    }
    .about-pics img:nth-child(odd) {margin-right: 2%;}

    /* LEFT MENUS MOBILE */
    .menu_left_2 {padding: 0;}
    .menu_left_2 ul {
        margin: 0 0 30px;
        padding: 0;
        background: #f4f4f4;
        border: 1px solid #dedede;
    }
    .menu_left_2 li {
        display: inline-block;
        width: 100%;
    }
    .menu_left_2 li a {
        display: inline-block;
        width: 100%;
        padding: 12px 0;
        font-family: 'Titillium Web', sans-serif;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 1em;
        color: #224e5b;
        text-decoration: none;
    }
    .menu_left_2 li.on a {background: #eaeaea;}
    .menu_left_2 li.on a:hover {color: #999999;}
    .menu_left_2 li a:hover, .menu_left_2 li a:active {
        color: #999999;
        z-index: 10;
    }
    .menu_left_news {padding: 0;}
    .menu_left_news h4 {display: none;}
    .menu_left_contact {padding: 0;}

    /* TOP MENU */
    .menu_top {
        float: none;
        display: block;
        font-size: 18px;
    }
    .menu_top li {
        width: 100%;
        display: block; 
        margin: 0; 
        margin-right: 0px;
        list-style: none;
        border-bottom: 1px solid #dedede;
    }
    .menu_top li a {padding: 5px;}

    .section_middle .menu_left_1 {display: block;}
    .section_left .menu_left_1 {display: none;}

    .section_middle .menu_left_1 li {margin: 0;}
    .section_middle .menu_left_1 li:before {content: none;}

    /* PRODUCTS HOME PAGE */
    .products_home {padding: 10px 10px 0 10px;}
    .products_home ul {margin: 0; padding: 0;}
    .products_home li {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
    .products_home li a {
        position: absolute;
        right: 0px;
        padding-right: 3%;
        width: 97%;
        height: 100%;
        font-family: 'Titillium Web', sans-serif;
        font-size: 30px;
        font-weight: 300;
        color: rgba(255, 255, 255, 1.0);
        text-decoration: none;
        text-align: right;
        line-height: 200px;
    }
    .products_home li a:hover {background: rgba(0, 0, 0, 0.5);}
    .products_home li.auger-steer {height: 125px;}
    .products_home li.scale-systems {height: 125px;}
    .products_home li.agrimatics {height: 125px;}
    .products_home li.switch-hitch {height: 125px;}

    form {width: 100%;}
    .half-cell p {width: 100%; float: none;}
	.half-cell p:nth-of-type(odd) {margin-right: 0;}
	.wpcf7-list-item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 5px;
	}
	.wpcf7-list-item:nth-child(even) {margin-right: 0;}

    .form_error {
        padding: 10px 20px;
        margin: 0 -20px -20px -20px;
    }
    .form_error p {margin-left: 0px;}
    .form_error li {margin-left: 0px;}
    .footer .wrapper {width: 90%;}

    /* TESTIMONY POPUPS =============================== */
    .modal__inner {
      width: -moz-calc(100% - 7em);
      width: -webkit-calc(100% - 7em);
      width: -o-calc(100% - 7em);
      width: calc(100% - 7em);
      height: -moz-calc(100% - 7em);
      height: -webkit-calc(100% - 7em);
      height: -o-calc(100% - 7em);
      height: calc(100% - 7em);
      overflow: auto;
      padding: 20px;
    }
    .modal__inner h3 {margin-bottom: 20px;}
    .testimony_by {
        font-style: italic;
        color: #999;
    }
    .modal__inner hr {
        height: 1px;
        color: #999999;
        background-color: #999999;
        border: 0px;
        margin: 20px 0;
    }


    .products-sidebar .menu_left_news {display: none; width: 95%; margin-left: 2.5%;}
    #filter-option {
        position: relative;
        display: block;
        width: 95%;
        margin-left: 2.5%;
        padding: 12px 20px;
        border: 1px solid #ccc;
        background: #fff;
        cursor: pointer;
    }
    #filter-option:before {
        content: 'Show';
        display: inline-block;
    }
    #filter-option:after {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -4px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #000;
    }
    .content.product-landing-grid {
	    padding-top: 20px;
	    margin-bottom: 0;
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#092832), color-stop(0.35, #092832), to(#224e5c));
	    background: -webkit-linear-gradient(top, #092832, #092832, #224e5c);
	    background: -moz-linear-gradient(top, #092832, #092832, #224e5c);
	    background: -ms-linear-gradient(top, #092832, #092832, #224e5c);
	    background: -o-linear-gradient(top, #092832, #092832, #224e5c);
    }
    .content.product-landing-grid .section_middle {width: 95%; margin-left: 2.5%;}
    .product-category,
    .product-preview {
        display: inline-block;
        width: 48%;
        margin: 0 4% 25px 0;
    }
    .product-category:nth-child(3n+3) {margin-right: 4%;}
    .product-category:nth-child(even),
    .product-preview:nth-child(even) {margin-right: 0;}
    .news-controls {margin-bottom: 20px;}

}



@media only screen and (max-width: 560px) {

    .product-gallery, .product-description {
        display: block; 
        width: 100%; 
        margin-right: 0 !important;
    }
    .product-preview,
    .product-category {
        display: block;
        width: 100%;
        margin-right: 0 !important;
    }


    /* MOBILE PORTRAIT */

    /*body.home .header {
        height: 1250px;
    }

    .index_container {
        top: -1150px;
    }*/

    body {font-size: 0.95em;}

    .home_description {
        padding: 2em;
    }

    /* PAGE TITLES */
    .pageTitles {
        display: block;
        padding-left: 5%;
        padding-right: 5%;
    }
    .pageTitles .page-title {
        font-size: 36px;
        margin: 0 0 10px;
        display: block;
    }
    .pageTitles .sub-title {
        display: block;
        margin: 0;
        text-align: left;
    }

    .index .auger-images {
        width: 100%;
        margin-bottom: 0;
        border: none;
    }
    .index .auger-images img {
        width: 50%;
        margin-bottom: 0;
    }
    .index .auger-images img:nth-child(2) {display: none;}

    /* CONTENT FORMATTING */


    .section_middle ul, .section_middle_2 ul {
        display: block;
        width: 100%;
    }

    .section_middle li, .section_middle_2 li {
        margin: 5px 0;
        display: block;
    }

    .content li.left {
        vertical-align: top;
        width: 100%;
    }

    .content li.right {
        width: 100%;
    }

    .content li.left img {
        width: 100%;
        padding: 0 10% 0 0;
    }

    /*.section_middle img, .section_middle_2 img {
        width: 48%;
        margin: 20px 2% 20px 0;
    }*/


    .weighbars ul {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .weighbars ul li {
        display: inline-block;
    }

    .weighbars li.left {
        display: inline-block;
        width: 20%;
        vertical-align: middle;
        margin: 10px 5% 10px 0;
    }

    .weighbars li.right {
        display: inline-block;
        vertical-align: middle;
        width: 72%;
        margin: 10px 0;
    }

    .weighbars li img {
        margin: 0;
    }

    img.indicators {
        width: 31%;
        float: left;
    }

    .form_error li {
        margin-left: 0px;
        display: block;
        margin-top: 25px;
    }

    .banner {
        width: 100%;
        max-height: 150px;
        margin-top: 10px;
        overflow: hidden;
    }

    .banner img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    /* -------------------------------------------------------------------- */
    /* About Page --------------------------------------------------- */
    /* -------------------------------------------------------------------- */    
    img.images_about {
        float: left;
        width: 48%;
        margin: 0 2% 2% 0;
    }
    .formbox .cell-half .cell {
        width: 100%;
        float: left;
    }
    .content img.third-size {
        float: none;
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }

	/* -------------------------------------------------------------------- */
    /* Bottom ads - 3 blocks --------------------------------------------------- */
    /* -------------------------------------------------------------------- */
    .bottom-ads {margin-bottom: 0;}
    .bottom-ads .wrapper {width: 100%;}
    .bottom-ads li {width: 100%; float: none; display: block; overflow: auto; border-bottom: 1px solid #ccc;}
    .bottom-ads li:first-child {border-top: 1px solid #ccc;}
    .bottom-ads div.bottom-ad-text {
        float: left;
        width: 50%;
    }
    .bottom-ads a.bottom-ad-photo-link {
        float: right;
        width: 50%;
    }

    /* -------------------------------------------------------------------- */
    /* Tradeshows --------------------------------------------------- */
    /* -------------------------------------------------------------------- */
    .trade-show {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .trade-show:nth-child(3n+3) {margin-right: 0;}
    
    /* -------------------------------------------------------------------- */
    /* Footer --------------------------------------------------- */
    /* -------------------------------------------------------------------- */
	a.footer-logo {
		position: relative;
		top: initial;
		right: initial;
		display: block;
		margin: 0 0 32px;
		text-align: center;
	}
	.footer-info {
        float: none;
        display: block;
        text-align: center;
    }

}