@charset "utf-8";

/* CSS Document - Author: Matt Oliver */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,400,700);

/* =============================================================================
   Base
   ========================================================================== */

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #787878;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

::-moz-selection {
    background: #ac3bc0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ac3bc0;
    color: #fff;
    text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a,
a:link {
    color: #004282;
    text-decoration: none;
}

a:visited {
    color: #004282;
}

a:hover {
    color: #0097ec;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

h1,
.h1 {
    margin: 25px 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    color: #004282;
    line-height: 1.2;
}

h2,
.h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    background: none;
    color: #004282;
    margin: 25px 0;
    line-height: 1.2;
}

h3,
.h3 {
    margin: 25px 0;
    font-size: 25px;
    text-transform: none;
    font-weight: 600;
    padding: 0;
    color: #004282;
    line-height: 1.2;
}

h4,
h5,
h6 {
    margin: 25px 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
    color: #004282;
    line-height: 1.2;
}

h5 {
    font-weight: 400;
}

h6 {
    font-weight: 600;
}

.home h1 {
    font-size: 60px;
}

h1 a,
h2 a,
h3 a,
h4 a {
    text-decoration: none;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

p,
div,
li,
td {
    font-size: 16px;
    color: #004282;
}


/* =============================================================================
   Site Structure
   ========================================================================== */

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main-container {
    width: 100%;
}

.header {
    background: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
}

.header.sticky {
    background: #eee;
}

.logo {
    width: 330px;
    float: left;
    padding: 7px 0px;
    position: relative;
}

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

.mobileLogo,
.mainLogo {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mainLogo {
    opacity: 1;
}

.stuck .mobileLogo {
    opacity: 1;
}

.stuck .mainLogo {
    opacity: 0;
}

.menu {
    width: 625px;
    right: 0;
    float: right;
}

.header_extra {
    float: right;
    width: 300px;
    position: relative;
    z-index: 1;
    background: #011b35;
}

.basketButton {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    cursor: pointer;
    float: left;
    z-index: 999;
    opacity: 1;
    width: 68px;
    height: 72px;
    padding: 0px;
    background: url(/hres/basket_icon.png) no-repeat;
    position: relative;
}

.search_box,
.basket-container {
    z-index: 9999999999999;
    display: none;
    position: absolute;
    right: 0px;
    padding: 0px;
    background: #808080;
    top: 68px;
    padding-right: 10px;
    padding-top: 0;
    opacity: 1;
}

.banner {
    position: relative;
    overflow: hidden;
    margin-top: 72px;
}

.bannerText {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    text-align: center;
    height: 300px;
}

.bannerText p,
.bannerText h1 {
    color: #fff;
}

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

.bannerText {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    text-align: center;
    height: 300px;
}

.blockButton a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #004282;
    display: block;
    padding: 25px 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    float: right;
    width: 104px;
}

.blockButton a:hover {
    opacity: 0.8;
}

.header_extra p {
    margin: 0;
}

.main.clearfix {
    padding: 50px 0px;
    position: relative;
}

.home .main .container {
    width: 600px;
}

.sidebar {
    width: 25%;
    float: left;
}

.main_section.clearfix .main {
    float: right;
    width: 69%;
    padding: 5% 6%;
    padding-top: 35px;
    padding-right: 0;
}

.home .mid {
    padding-top: 50px;
    overflow: hidden;
}

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

.footer {
    position: relative;
    background: url(/hres/power_logo.png) no-repeat right 10px bottom #ebebeb;
    padding: 50px 0px;
    margin-top: 50px;
}

.footer p {
    color: #9c9c9c;
    font-size: 14px;
}

.footer h3 {
    margin-top: 10px;
}

p.copyright {
    color: #fefefe;
    float: left;
}

p.intergage {
    float: right;
    color: #fefefe;
}

p.intergage a {
    color: #fefefe;
}


/* =============================================================================
   Menus
   ========================================================================== */

.nav ul li {
    float: left;
    ;
}

.nav ul li a,
.nav ul li span {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    color: #004282;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 24px 0px;
    margin-right: 20px;
    position: relative;
}

ul#nav_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stuck .nav ul li a.lev1,
.stuck .nav ul li span.lev1 {}

.nav li.lev1 span.cur,
.nav li.lev1.poc {
    font-weight: 600;
}

.nav li a:hover:after,
.nav li span:hover:after {
    opacity: 1;
}

.nav li.cur span:after,
.nav li.par span:after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
    content: '';
    position: absolute;
    bottom: -14px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}

.nav ul.lev2 {
    position: absolute;
    left: 5%;
    top: 87px;
    list-style: none;
    width: 90%;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    padding: 2% 0;
    margin: 0;
    max-height: 0;
    height: 0;
    display: none;
}

.nav ul.lev2 li a:hover,
.nav ul.lev2 li span {
    padding-left: 5%;
}

.nav ul.lev3 {
    margin: 0;
}

.nav li.dropdown:hover ul.lev2 {
    display: block;
    padding: 3% 3%;
    width: 94%;
    opacity: 1;
}

.nav ul li a.last_menu,
.nav ul li span.last_menu {
    padding-right: 0;
}

.nav li a:after,
.nav li span:after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
    content: '';
    position: absolute;
    bottom: -14px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

ul.lev2:before {
    height: 15px;
    position: relative;
}

.nav ul.lev2:after {
    height: 15px;
    width: 100%;
    position: absolute;
    content: '';
    background: transparent;
    top: -15px;
    left: 0;
}

.stuck .nav li.cur span:after,
.stuck .nav li.poc span:after {
    opacity: 0;
}

.nav ul.lev2 li.lev2 {
    display: block;
    width: 23%;
    float: left;
    margin: 0 2%;
    margin-right: 0;
}

.nav ul.lev2 li a.lev2,
.nav ul.lev2 li span.lev2 {
    font-size: 15px;
    text-align: left;
    display: block;
    float: none;
    color: #c4161c;
    font-weight: 900;
    text-transform: capitalize;
    padding: 15px 0px;
    ;
}

li.lev1.par.parlev1 {}

a.lev1.dropdown:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid;
    content: '';
    position: absolute;
    right: 6px;
    bottom: 30px;
}

a.lev1.dropdown {
    position: relative;
    padding-right: 25px!important;
}

.nav li.lev1:hover ul.lev2 {
    opacity: 1;
    max-height: 999px;
    height: auto;
}

.nav ul li a.lev3,
.nav ul li span.lev3 {
    padding: 5px 0px;
    text-transform: capitalize;
    font-size: 13px;
    margin: 0;
    width: 100%;
}

.nav ul li.lev2 {
    width: 100%;
    display: block;
}

.nav ul li.lev3 {
    float: none;
    width: 100%;
    display: block;
}

.nav ul.lev4 {
    display: none;
}

.lhs-nav li a.lev1,
.lhs-nav li span.cur {
    font-size: 18px;
    color: #c4161c;
    margin: 7% 0px;
    padding: 0% 0%;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}

.lhs-nav li a.lev1:hover {
    text-decoration: none;
    color: red;
}

.lhs-nav li a.lev1:hover:before {
    background: #999;
}

.lhs-nav li a.lev1.headpage,
.lhs-nav li span.lev1.headpage {
    font-size: 25px;
    color: #fff;
    background: #444;
    margin: 2% 0px;
    padding: 5% 1%;
    display: block;
    position: relative;
    text-transform: uppercase;
}

.lhs-nav li a.lev1.headpage,
.lhs-nav li span.lev1.headpage {
    margin-top: 8px;
}

#lhs-nav {
    background: #ebebeb;
    padding: 1% 3%;
    position: relative;
    padding-top: 50px;
}

.lhs-nav ul li a.lev2:before,
.lhs-nav ul li span.lev2:before {
    content: '>';
    padding-right: 7px;
}


/* LEVEL 2 */

.lhs-nav ul li a.lev2,
.lhs-nav ul li span.lev2 {
    font-size: 17px;
    font-weight: 400;
    color: #004282;
    margin: 0% 0px;
    padding: 0% 0%;
    position: relative;
}

.lhs-nav ul.lev2 {
    margin-top: -2px;
}

.lhs-nav ul li a.lev2:hover,
.lhs-nav ul li ul li a.lev2.cur {
    text-decoration: none;
    font-weight: 700;
}

.lhs-nav ul li a.lev2.cur {
    background: #000;
}

.lhs-nav li a.lev1.poc,
.lhs-nav li a.lev1.par {
    color: #c4161c;
}

.lhs-nav ul li span.lev2 {
    font-weight: 700;
}


/* hide the link until viewport size is reached */

a.meanmenu-reveal {
    display: none;
}


/* when under viewport size, .mean-container is added to body */

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: absolute;
    padding: 6px 0;
    min-height: 50px;
    background: none;
    z-index: 999;
    top: 66px;
    left: 0;
}

.mean-container a.meanmenu-reveal {
    width: 32px;
    height: 32px;
    padding: 20px 20px 20px 20px;
    position: absolute;
    top: -66px;
    left: auto!important;
    right: 300px!important;
    cursor: pointer;
    color: #2d6ba8;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 32px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #004282;
    height: 4px;
    margin-top: 5px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #999;
    margin-top: 44px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    ;
    ;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 100%;
    background: #aaa!important;
    color: #333;
    padding: 2px 0px;
    font-size: 12px;
}

.mean-container .mean-nav ul li li li li {
    width: 50%;
    padding: 0px 0%;
    float: left;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    color: #fff;
    background: #c4161c!important;
    font-weight: 600;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 23px;
    height: 24px;
    padding: 10px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: #2d6ba8;
    border: none !important;
    margin-top: 0px;
    color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
    display: block;
    float: left;
    width: 94%;
    padding: 10px 3%;
    margin: 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #2d6ba8;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-nav ul li span {
    background: #c4161c!important;
    font-weight: 600;
    color: #fff;
}

.mean-container .mean-nav {
    margin-top: 0;
    overflow: hidden;
}


/* Fix for box sizing on Foundation Framework etc. */

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.mean-container .mean-nav ul li a.lev2,
.mean-container .mean-nav ul li span.lev2 {
    padding: 7px 7%;
    font-size: 12px;
    text-transform: uppercase;
    width: 86%;
    border: 0;
}

.mean-container .mean-nav ul li.lev2 {
    border-top: 1px solid #aaa;
    ;
}

.stuck .mean-container a.meanmenu-reveal span {
    /* background:#fff; */
}

.stuck .mean-container a.meanmenu-reveal {
    color: #2d6ba8;
}

.mean-container .mean-nav ul li.lev1 {
    background: #004282;
}

.mean-container .mean-nav ul li.lev2 {
    background: #777;
}

.mean-container .mean-nav ul li.lev2 a.mean-expand {
    width: 15px;
    height: 13px;
    line-height: 1;
}

.mean-container .mean-nav ul li.lev3 a.mean-expand {
    width: 10px;
    height: 3px;
    line-height: 0.3;
    background-color: #555!important;
    display: none;
}

.banner02 h1,
.banner02 p {
    color: #5d4931;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.banner02 a {
    background: rgba(0, 0, 0, 0.3);
}

.mfp-content {
    position: relative;
    background: #fff;
}

.white-popup {
    background: #fff;
    width: 96%;
    padding: 2%;
}

.mfp-inline-holder .mfp-content {
    width: 60%!important;
}

.mfp-content h1 {
    font-size: 30px;
}

.FormTableHeader,
.FormTableFields,
.FormTableFooter {
    background: none!important;
}

button.mfp-close {
    text-indent: -9999px;
    background: #ccc;
    background: url(/hres/cross.png) no-repeat!important;
    width: 35px;
    height: 35px;
}

.FormTableFields input,
.FormTableFields textarea {
    width: 96%;
    padding: 1% 2%;
    border: 1px solid #ccc;
    margin: 0;
    outline: none;
    font-family: inherit;
    font-size: 15px;
    color: #333;
}

.FormTableBox {
    background: transparent;
}

.FormTableHeader {
    background-color: #f4f4f4;
}

.FormTableFields {
    background-color: #f4f4f4;
}

.FormTableFooter {
    background-color: #f4f4f4;
}

.FormFieldName {
    background: #F4F4F2;
}

.prodListingV2 {
    width: 33%;
    float: left;
    padding: 7px 0%;
    padding-right: 0%;
    position: relative;
    min-height: 660px;
    height: 660px;
}

.fiftypercent {
    width: 47%;
    float: left;
    padding: 7px 2%;
    padding-right: 0%;
    position: relative;

}

.ctamaster {
    position: relative;
    margin-top: 50px;
    background: #008294;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.ctamaster p {
    padding: 0 25px;
    color: #fff;
    line-height: 1.2;
}

.ctamaster a {
    color: #fff;
    font-weight: 700;
}

.ctamaster img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out;
    opacity: 0.75;
}

.ctamaster:hover img {
    opacity: 1;
}

.popup-gallery img {
    margin: 10px;
    cursor: zoom-in;
}

.glry_title {
	
	display:none;
}



.prodListingvehicle {
    width: 20%;
    float: left;
    padding: 50px 0%;
    padding-right: 13%;
    position: relative;
}


/* =============================================================================
   Other Classes
   ========================================================================== */

.clientLogo p {
    margin: 0;
}

.militarypage .blockButton a {
    background: #243523;
}

.militarypage .basketButton {
    background: url(/hres/basket_icon_military.png) no-repeat;
}

.militarypage .searchButton {
    background: url(/hres/search_button_military.png) no-repeat;
}

.militarypage .basket-container {
    background: #2f412e;
}

.militarypage .c2btnsearch.sbtn {
    background: #2f412e;
}

.prodListingthreecol {
    width: 31%;
    float: left;
    padding: 50px 0%;
    padding-right: 2%;
    position: relative;
    min-height: 590px;
}

.militarypage .bottom {
    height: auto;
    position: relative;
    padding: 0px 0px;
}

.prodListing {
    width: 37%;
    float: left;
    padding: 50px 0%;
    padding-right: 13%;
    position: relative;
    min-height: 560px;
}

.prodListing img {
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
}

.prodListing h2 {
    text-transform: initial;
    font-size: 20px;
    margin-bottom: 10px;
}

.prodListing p {
    font-size: 14px;
}

blockquote:before {
    content: '';
    display: block;
    width: 75px;
    height: 75px;
    background: url('quotes1.png') -12px -110px;
    margin: 0 auto;
    margin-bottom: 10px;
}

blockquote {
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    font-size: 16px;
}

.clientLogo blockquote:before {
    background-position: -12px -15px;
}

.feature {
    float: left;
    width: 100%;
    position: relative;
    margin: 15px 0px;
    display: block;
    background-color: #0f1c2b;
}

.feature:after {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    ;
}

.feature:hover:after {
    opacity: 1;
}

.intro {
    float: left;
    width: 300px;
    padding: 10%;
    height: 55px;
    position: relative;
    z-index: 1;
}

.intro h2 {
    color: #fff;
    line-height: 1;
    font-size: 24px;
}

.intro p {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}

.feature_list {
    float: right;
    width: 260px;
    padding: 20px;
    background: url(/hres/blue_panda.png) bottom right no-repeat #022345;
    position: relative;
    z-index: 1;
    height: 255px;
    padding-left: 40px;
}

.feature_list:before {
    content: '';
    width: 0;
    left: -30px;
    z-index: 999;
    border-right: 30px solid #022345;
    position: absolute;
    height: 175px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: 0;
    border-top: 30px solid transparent;
}

.feature_list:after {
    content: '';
    width: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    border-right: 30px solid #022345;
    top: 0;
    height: 175px;
    left: -30px;
    border-bottom: 30px solid transparent;
}

.feature:hover .feature_list:after {
    height: 120px;
}

.feature:hover .feature_list:before {
    height: 120px;
}

.feature_list h3 {
    color: #fff;
    font-size: 21px;
}

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

.feature_list ul li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0px;
    padding-left: 15px;
    position: relative;
}

.feature_list ul li:before {
    content: '>';
    position: absolute;
    left: 0;
}

.feature_list ul li:hover {
    padding-left: 25px;
}

.feature_list ul li a {
    color: #fff;
}

.client_list {
    position: relative;
    background: #252525;
    width: 100%;
}

.client {
    position: relative;
    width: 33.333%;
    float: left;
    overflow: hidden;
    height: auto;
}

.clientImage {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0.4;
}

.client:hover .clientImage {
    opacity: 1;
}

.clientImage img {
    width: 100%;
    height: auto;
}

.clientLogo img {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
}

.clientImage img {
    -webkit-transition: all 2s ease;
    /* Safari and Chrome */
    -moz-transition: all 2s ease;
    /* Firefox */
    -o-transition: all 2s ease;
    /* IE 9 */
    -ms-transition: all 2s ease;
    /* Opera */
    transition: all 2s ease;
    height: auto;
    width: 100%;
}

.client:hover .clientImage img {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
}

.clientLogo blockquote {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    text-align: center;
    height: 200px;
}

.scrollTabs a {
    float: left;
    margin: 0 10px;
    padding: 10px 20px;
    border: 1px solid;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.scrollTabs {
    width: 370px;
    margin: 30px auto;
    margin-bottom: 10%;
}

.scrollTabs a:hover {
    background: #004282;
    color: #fff;
    border: 1px solid #004282;
}

.project_container {
    width: 100%;
    position: relative;
    background: #252525;
    height: 350px;
    overflow: hidden;
    ;
}

.project {
    width: 400px;
}

.narrowText {
    width: 65%;
    margin: 0 auto;
}

.testimonialBox {
    padding: 0% 13%;
}

.testimonialBox p {
    color: #fff;
    font-size: 13px;
}

.testimonialBox h3 {
    color: #fff;
}

.testimonialBox h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.cta {
    position: relative;
    margin-top: 50px;
    background: #ca292e;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.cta p {
    padding: 0 25px;
    color: #fff;
    line-height: 1.2;
}

.cta strong {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 15px 0;
    padding-bottom: 0;
}

.cta img {
    width: 100%;
    height: auto;
}

.cta a {
    color: #fff;
    font-weight: 700;
}

.cta img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.75;
}

.cta:hover img {
    opacity: 1;
}


/* Buttons */

div.btn_blue,
.btn_blue a,
a.btn_blue {
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0px;
    vertical-align: middle;
    border: 1px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0.5625em 1.5em;
    color: #004282;
    border-color: #004282;
    margin-top: 10px;
}

a:hover div.btn_blue,
.btn_blue a:hover,
a.btn_blue:hover {
    background: #004282;
    color: #fff;
    border-color: #004282;
}

.btn_black a,
a.btn_black {
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0px;
    vertical-align: middle;
    border: 1px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0.5625em 1.5em;
    color: #000000;
    border-color: #000000;
    margin-top: 10px;
}

.btn_black a:hover,
a.btn_black:hover {
    background: #000000;
    color: #fff;
    border-color: #000000;
}

.btn_white a,
a.btn_white {
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0px;
    vertical-align: middle;
    border: 1px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0.5625em 1.5em;
    color: #ffffff;
    border-color: #ffffff;
    margin-top: 10px;
}

.btn_white a:hover,
a.btn_white:hover {
    background: #ffffff;
    color: #111;
    border-color: #ffffff;
}
.btn_red a,
a.btn_red {
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0px;
    vertical-align: middle;
    border: 1px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0.5625em 1.5em;
    color: #FF0000;
    border-color: #FF0000;
    margin-top: 10px;
}

.btn_red a:hover,
a.btn_red:hover {
    background: #FF0000;
    color: #111;
    border-color: #FF0000;
}

.buttons {
    padding: 10px;
    background: #004282;
    color: #ffffff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: none;
    text-transform: uppercase;
}

input.buttons:hover {
    background: #787878;
    cursor: pointer;
}


/* Template widths */

.col-2-3 {
    width: 64.66%;
    padding: 1%;
    float: left;
}

.col-1-3 {
    width: 31.33%;
    padding: 1%;
    float: left;
}

.col-1-2 {
    width: 48%;
    padding: 1%;
    float: left;
}

.col-1-4 {
    width: 23%;
    padding: 1%;
    float: left;
}

.col-1-8 {
    width: 10.5%;
    padding: 1%;
    float: left;
}


/* Sticky */

.sticky {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    position: fixed;
}


/* Dropdowns */

.dropDownHeader {
    color: #3d3d3d;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    background: url('http://projecttemplatecouk.14-1.a01.co.uk/p/1/arrows_up_down.png') no-repeat 99% -53px #eee;
    margin: 0% 0%;
    padding: 10px 15px;
    -webkit-transition: background 0.5 ease-in-out;
    -moz-transition: background 0.5 ease-in-out;
    -ms-transition: background 0.5 ease-in-out;
    -o-transition: background 0.5 ease-in-out;
    transition: background 0.5 ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
}

.dropDownHeader.active {
    background: url('http://projecttemplatecouk.14-1.a01.co.uk/p/1/arrows_up_down.png') no-repeat 99% 3px #ccc;
}

.dropDown {
    visibility: visible!important;
}

.dropDown div p {
    margin: 0% 0%!important;
    padding: 1% 0%;
}


/*
 * jQuery FlexSlider v2.0
/* Browser Resets */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Flexslider  Styles */

.flexslider {
    zoom: 1;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.flexslider .flex-viewport .slides {
    max-height: 2000px;
    -webkit-transition: all 2000ms cubic-bezier(0.700, 0, 0.410, 1.000);
    -webkit-transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000);
    -moz-transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000);
    -ms-transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000);
    -o-transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000);
    transition: all 2000ms cubic-bezier(0.700, -0, 0.410, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
    -o-transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
    transition-timing-function: cubic-bezier(0.700, 0, 0.410, 1.000);
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

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

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}


/* Gallery */

.products ul.flex-direction-nav a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 55px;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.products ul.flex-direction-nav a:before,
.products ul.flex-direction-nav a:after {
    border-right: 4px solid #fff;
    content: '';
    display: block;
    height: 30px;
    margin-top: -20px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 25px;
    top: 46%;
    width: 0;
}

.products ul.flex-direction-nav a:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.products ul.flex-direction-nav a.flex-prev {
    left: -100px;
}

.products ul.flex-direction-nav a.flex-prev:hover,
.products ul.flex-direction-nav a.flex-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.products .flexslider:hover ul.flex-direction-nav a.flex-prev {
    left: 0;
}

.products ul.flex-direction-nav a.flex-next {
    right: -100px;
}

.products .flexslider:hover ul.flex-direction-nav a.flex-next {
    right: 0;
}

.products .flexslider:hover ul.flex-direction-nav a {
    opacity: 1;
}

.products ul.flex-direction-nav a.flex-prev:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.products ul.flex-direction-nav a.flex-prev:before {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

span.boxCaption {
    position: absolute;
    bottom: 10%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    padding: 20px 50px;
    padding-left: 5%;
    color: #fff;
    text-transform: uppercase;
    font-size: 5em;
}

.banner p {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}


/* Products */

.left-section {
    float: left;
    width: 40%;
    margin-right: 3%;
}

.right-section {
    float: left;
    width: 57%;
}

.bottom-section {
    clear: both;
    background: url(/hres/blue_panda.png) bottom left no-repeat #022345;
    padding: 35px 0;
    min-height: 180px;
}


/* override flexslider default style */

.flexslider {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 900;
}

.flex-control-paging li a {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 2px solid #fff;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background-color: #fff;
}

.flex-direction-nav {
    height: 90px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -50px 0 0;
    z-index: 100;
}

.flex-direction-nav li {
    overflow: visible;
}

.flex-direction-nav a {
    overflow: visible;
    width: 90px;
    height: 90px;
    margin: 0;
    opacity: 1;
    top: 0;
    color: rgba(0, 0, 0, 0.8);
    text-indent: -9999em;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    ;
}

.flex-direction-nav .arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 90px;
    z-index: 200;
}

.flex-direction-nav a.flex-next .arrow {
    left: auto;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0px;
    text-align: left;
}

.flexslider:hover .flex-prev {
    left: 0;
    opacity: 1
}

.flexslider:hover .flex-next {
    right: 0;
    opacity: 1
}

.flexslider:hover .flex-prev:hover .arrow {
    left: 0;
    background-position: 5px -95px;
}

.flexslider:hover .flex-next:hover .arrow {
    right: 0;
    opacity: 1;
    left: auto;
    background-position: -75px -95px;
}

.flex-prev .arrow:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 32px;
}

.flex-prev .arrow:before {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 32px;
}

.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
    background-color: #fff;
    opacity: 1;
}


/* general style */

.preview {
    width: 360px;
    height: 90px;
    position: absolute;
    top: 0;
    left: -90px;
    z-index: 90;
}

.preview img {
    position: absolute;
    left: -270px;
    top: -75px;
    width: 270px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.preview .alt {
    position: absolute;
    left: -190px;
    top: 0;
    background: #fff;
    width: 210px;
    height: 90px;
    color: #333;
    text-indent: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    line-height: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    font-weight: 900;
}


/* next button */

.flex-next .preview {
    right: -90px;
    left: auto;
}

.flex-next .preview img {
    position: absolute;
    left: 270px;
    width: 270px;
}

.flex-next .preview .alt {
    left: auto;
    right: -90px;
}


/* hover style */

.flex-prev:hover .preview .alt {
    left: 150px;
    opacity: 1;
}

.flex-next:hover .preview .alt {
    right: 150px;
    opacity: 1;
}

.flex-direction-nav a:hover .preview img {
    top: -164px;
    opacity: 1;
    left: 0;
    ;
}

.flex-direction-nav a.flex-prev .preview img {
    right: 270px;
    left: auto;
}

.flex-direction-nav a.flex-prev:hover .preview img {
    right: 0;
    left: auto;
}

.arrow {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 50px;
    height: 80px;
    background: rgba(0, 0, 0, 0.7);
    text-indent: -9999px;
}

.arrow:before,
.arrow:after {
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 30px;
    margin-top: -20px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 25px;
    top: 46%;
    width: 0;
}

.arrows:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow:hover {
    background: rgba(0, 0, 0, 1);
}

.arrow:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ol.flex-control-nav.flex-control-paging {
    display: none;
}

ul.flex-direction-nav a {
    font-size: 0;
}

.footer_details {
    padding-left: 420px;
}

.certified {
    position: absolute;
    right: 50px;
    height: 50px;
    width: 365px;
    display: block;
    top: 80px;
}

.pandaLogo {
    position: absolute;
    bottom: 0;
    left: 0;
}

a.smIcon {
    text-indent: -9999px;
    display: block;
    float: left;
    width: 55px;
    height: 50px;
    background: url(/hres/footer_sprite1.png) -80px 127px;
    margin-bottom: 10px;
}

a.smIcon:hover {
    background-position: -19px 127px;
}

a.smIcon.facebook {
    background-position: -80px 184px;
}

a.smIcon.facebook:hover {
    background-position: -19px 184px;
}

.social_media {
    position: absolute;
    top: 120px;
    width: 55px;
    right: 0;
}

.address {
    width: 260px;
    position: relative;
    padding-top: 25px;
}

.footerLogo img {
    max-width: 100%;
    height: auto;
	    mix-blend-mode: multiply;
}

.footerLogo {
    margin-bottom: 30px;
}

.foot.clearfix {
    background: #555;
    padding: 0px 70px;
}

.foot p {
    font-size: 12px;
    text-transform: uppercase;
}

.foot p a {
    font-weight: 700;
}

#parallax {
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 27.25%;
    position: relative;
}

#parallax:empty {
    padding: 0;
}


/* Parallax */

.parallax_bg {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    background-size: 100%!important;
    background-attachment: fixed;
}

.parallax_section h2 {
    color: #fff;
    margin-bottom: 0;
}

.parallax_section {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 98%;
    height: 150px;
    z-index: 1;
}

.standard .bottom {
    height: 350px;
    position: relative;
    padding: 0px 0px;
}

.standard .bottom:after {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
}

.standard .bottom:hover:after {
    opacity: 0.1;
}

select.igtabselect {
    border-top-right-radius: 0em;
    border-top-left-radius: 0em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 0;
    border-bottom: none;
    background: #ddd;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
}

span.basket-count {
    background-color: red;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
}

#open {
    height: 0;
    width: 0;
    opacity: 0;
}

.bgbox {
    background: rgba(0, 0, 0, 0.35);
    padding: 25px;
}

a.buttons {
    margin-right: 10px;
    margin-top: 15px;
    display: block;
    float: left;
}


/* Product List View */

.product-results.clearfix {
    /* width: 103%; */
    /* margin-left: -1%; */
}

.prod_image {
    width: 100%;
    margin-right: 0%;
    float: left;
}

.prod_main {
    float: left;
    width: 90%;
    padding: 0% 5%;
    padding-bottom: 5%;
    min-height: 420px;
}

.prod_main h2 {
    color: #004282;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.prod_main p {
    font-weight: 100;
    font-size: 14px;
}

.product-results a.listing {
    display: block;
    float: left;
    width: 23%;
    margin-bottom: 3%;
    /* background: #ddd; */
    margin: 1%;
    color: #111;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.product-results a.listing:hover {
    background: #eee;
}

.product-results a.listing:hover .prod_image {
    opacity: 0.8;
}

.list_desc img {
    width: 100%;
    height: auto;
}

.pl-container.clearfix > div {
    /* position:initial!important; */
}

.pl-container.clearfix > div.filter-controls {
    position: relative!important;
}


/* Carousel */

.caroufredsel-carousel {
    padding: 0;
}

.caroufredsel-carousel li {
    padding: 9px;
    margin: 7px;
}

.caroufredsel-carousel li {
    cursor: pointer;
    float: left;
}

.background-box.project_container {
    height: auto;
}

.box {
    color: #fff;
    float: left;
    margin: 0% 25px;
    position: relative;
    height: 313px;
    width: 500px;
    padding: 50px;
    padding-top: 125px;
}

img.prod_image {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 1;
    width: auto;
}

.box {
    background-size: cover;
}

.box p,
.box h3 {
    color: #fff;
}

.box p {
    font-size: 13px;
}

.box07 {
    background-image: url('propulsion.jpg');
}

.box_list {
    width: 103%;
    margin-left: -1%;
    margin-top: 10%;
}

.box_list .box {
    float: left;
    width: 25%;
    margin: 1%;
    padding: 3% 3%;
    padding-top: 175px;
}

.box_list .box h3 {
    font-size: 21px;
}

.box_list .box {
    float: left;
    width: 25%;
    margin: 1%;
    padding: 3% 3%;
    padding-top: 137px;
}

.box_list .box {
    height: 285px;
    margin-top: 75px;
}

.arrows a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 50px;
    height: 80px;
    background: rgba(0, 0, 0, 0.7);
    text-indent: -9999px;
}

.arrows a:before,
.arrows a:after {
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 30px;
    margin-top: -20px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 25px;
    top: 46%;
    width: 0;
}

.arrows a:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrows a.prev:hover,
.arrows a.next:hover {
    background: rgba(0, 0, 0, 1);
}

.arrows a.next {
    right: 0;
    left: auto;
}

.arrows a.prev:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrows a.prev:before {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.background-box {
    position: relative;
}

.basketwarning {
    text-align: center;
    background: #004282;
    padding: 5px;
    color: #fff;
}


/* Search */

.searchButton {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    float: left;
    cursor: pointer;
    z-index: 999;
    opacity: 1;
    width: 68px;
    height: 72px;
    padding: 0px;
    background: url(/hres/search_button.png) no-repeat;
}

.basketButton:hover,
.searchButton:hover {
    opacity: 0.9;
}

.scbtn,
.sbtn {
    opacity: 0.8;
}

.scbtn:hover,
.sbtn:hover {
    opacity: 1;
}

.sbtn {
    opacity: 0.9;
    position: relative;
    top: 14px;
    left: -5px;
}

.searchBoxInput {
    box-shadow: none;
    background: #eee;
    width: 185px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
}

.searchBoxInput:hover,
.searchBoxInput:focus {
    width: 342px;
    background: #fff;
}

.tabs .igtabheading {
    padding: 10px 20px;
    border-radius: 0;
    margin-right: 15px;
    text-transform: uppercase;
    border: 0;
    margin-bottom: 2px;
}

.tabs .igcurtabarea {
    border: 0;
    padding: 25px;
}

.tabs .igcurtabhead {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.tabs {
    position: relative;
    width: 100%;
}

span.LocatorText a {
    text-decoration: none;
    font-weight: bold;
}

.contactForm input,
.contactForm textarea {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 0;
    padding: 2% 2%;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
    width: 95%;
    background: #eee;
    ;
}

.fSection.contactForm input,
.fSection.contactForm textarea {
    background: #585858;
}

.fSection.contactForm input:hover,
.fSection.contactForm textarea:hover,
.fSection.contactForm input:focus,
.fSection.contactForm textarea:focus {
    background: #fff;
    outline-color: #d4180f;
}

.SeparatorCol {
    background: none!important;
}

.contactForm td {
    padding: 0;
    margin: 0;
}

.contactForm input:hover,
.contactForm textarea:hover {
    background: #fff;
}

.contactForm input:focus,
.contactForm textarea:focus {
    background: #fff;
}


/* Responsive Tabs */

.responsive-tabs__heading {
    display: none;
}

.responsive-tabs__list__item {
    display: inline;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .responsive-tabs__list {
        display: none;
    }
    .responsive-tabs__heading {
        display: block;
        cursor: pointer;
    }
    .responsive-tabs__panel--closed-accordion-only {
        display: none;
    }
}

@media (min-width: 1024px) {
    .responsive-tabs__panel--closed-accordion-only {
        display: block !important;
    }
    .responsive-tabs__panel {}
}

.responsive-tabs-wrapper {
    zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
}

.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus {
    outline: 1px solid #ccc;
}

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus {
    outline: none !important;
}

.responsive-tabs__list {
    margin: 0em 0 0 0;
    padding: 0;
    padding-bottom: 0px;
    clear: both;
    height: 45px;
    ;
}

.responsive-tabs__list__item {
    background: #ebebeb;
    padding: 15px 25px;
    margin-right: 4px;
    font-size: 16px;
    display: block;
    float: left;
    line-height: 1;
    width: 100px;
    text-align: center;
    font-weight: 600;
    ;
}

.responsive-tabs__list__item:hover {
    background: #efefef
}

.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover {
    background: #f4f4f4;
    border-bottom-color: #f4f4f4;
    font-weight: 600;
}

.responsive-tabs__panel {
    margin-bottom: 10px;
    background: #f4f4f4;
    padding: 35px 50px;
    position: relative;
    z-index: 1;
}

.responsive-tabs-wrapper #tablist1-panel3 {}

@media (max-width: 1023px) {
    .responsive-tabs__heading {
        padding: 12px 15px;
        position: relative;
        margin: 0 0 10px 0!important;
        background: #d5d5d3;
        color: #333;
        font-size: 20px!important;
    }
    .responsive-tabs__heading:after {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: 40%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
    }
    .responsive-tabs__heading:hover,
    .responsive-tabs__heading--active:hover {
        background-color: #eb832c;
    }
    .responsive-tabs__heading:hover {
        background: #aaa;
    }
    .responsive-tabs__heading--active:hover {
        background-color: #eb832c;
    }
    .responsive-tabs__heading--active {
        background: #eb832c;
        color: #fff;
    }
    .responsive-tabs__heading--active:after {
        border-top: 0;
        border-bottom: 10px solid #fff;
    }
}

.responsive-tabs__list__item:hover {
    background: #ddd;
}

li#tablist1-tab1 {}

.responsive-tabs__list__item--active:hover {
    background: #efefec;
}

.nav li.par span.lev1:after {
    display: none;
}

.top-section {
    padding-bottom: 35px;
}

.igtabarea {
    margin-bottom: 10px;
    background: #f4f4f4!important;
    padding: 35px 50px!important;
    position: relative;
    z-index: 1;
    border: 0;
}

.igtab {
    background: #ebebeb;
    font-weight: 600;
    padding: 15px 30px;
    margin-right: 5px;
    font-size: 16px;
    float: left;
    text-align: left;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.igcurtab,
.igcurtab:hover {
    background: #f4f4f4;
}

.igtabcontent:hover {
    background: #ebebeb;
}

.igtabarea p {
    color: #333;
    font-weight: 100;
    font-size: 14px;
}

.bottom-section h2 {
    color: #fff;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 27px;
}

.bottom-section h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.bottom-section a {
    color: #fff;
}

.relatedProduct {
    text-align: center;
    position: relative;
    top: 0;
    width: 17%;
    float: left;
    margin-left: 8%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.relatedProduct img {
    height: 120px;
    width: auto;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.relatedProduct:hover img {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
}

.relatedProduct:hover {
    opacity: 0.8;
}

.FormTableFields input.formcb {
    width: 20px;
    height: 20px;
}


/***********  APG Styles + MO Styles  ***********/

.nav ul.lev2 {
    position: absolute;
    left: 5%;
    top: 87px;
    list-style: none;
    width: 90%;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    padding: 2% 0;
    margin: 0;
    max-height: 0;
    height: 0;
    display: none;
}

.prodListingV2 {
    width: 33%;
    float: left;
    padding: 7px 0%;
    padding-right: 0%;
    position: relative;
    min-height: 625px;
}

.FormTableBox {
    background: transparent;
}

.FormTableHeader {
    background-color: #f4f4f4;
}

.FormTableFields {
    background-color: #f4f4f4;
}

.FormTableFooter {
    background-color: #f4f4f4;
}

.FormFieldName {
    background: #F4F4F2;
}

.ctamaster {
    position: relative;
    margin-top: 50px;
    background: #008294;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.ctamaster p {
    padding: 0 25px;
    color: #fff;
    line-height: 1.2;
}

.ctamaster a {
    color: #fff;
    font-weight: 700;
}

.ctamaster img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out;
    opacity: 0.75;
}

.ctamaster:hover img {
    opacity: 1;
}

.popup-gallery img {
    margin: 10px;
    cursor: zoom-in;
}

.prodListingvehicle {
    width: 20%;
    float: left;
    padding: 50px 0%;
    padding-right: 13%;
    position: relative;
}

h3 {
    margin: 25px 0;
    font-size: 25px;
    text-transform: none;
    font-weight: 600;
    padding: 0;
    color: #004282;
    line-height: 1.2;
}

.testimonialBox {
    padding: 0% 13%;
}

.relatedProduct {
    text-align: center;
    position: relative;
    top: 0;
    width: 17%;
    float: left;
    margin-left: 8%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.box07 {
    background-image: url('propulsion.jpg');
}

.box_list .box {
    float: left;
    width: 25%;
    margin: 1%;
    padding: 3% 3%;
    padding-top: 137px;
}

.box_list .box {
    height: 285px;
    margin-top: 75px;
}

.buttons {
    padding: 10px;
    background: #004282;
    color: #ffffff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: none;
    text-transform: uppercase;
}

input.buttons:hover {
    background: #787878;
    cursor: pointer;
}

.prodListing img {
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
}

span.LocatorText a {
    text-decoration: none;
    font-weight: bold;
}

.menu {
    width: 687px;
    right: 0;
    float: right;
}

.certified {
    position: absolute;
    right: 50px;
    height: auto;
    width: 365px;
    display: block;
    top: 70px;
}

.cert {
    width: 91.25px;
    height: 70px;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}

a.smIcon {
    text-indent: -9999px;
    display: block;
    float: left;
    width: 55px;
    height: 50px;
    background: url(/hres/footer_sprite1.png) -80px 127px;
    margin-bottom: 10px;
}

a.smIcon.facebook {
    background-position: -80px 184px;
}

a.smIcon.facebook:hover {
    background-position: -19px 184px;
}

a.smIcon:hover {
    background-position: -19px 127px;
}

.prodListingthreecol {
    width: 31%;
    float: left;
    padding: 50px 0%;
    padding-right: 2%;
    position: relative;
}

.militarypage .bottom {
    height: auto;
    position: relative;
    padding: 0px 0px;
}

.testimonial {
    position: absolute;
    top: 0;
    left: 0;
}

.bullets {
    color: #ccc
}

h4,
.h4 {
    margin: 25px 0;
    font-size: 36px;
    text-transform: none;
    font-weight: 600;
    padding: 0;
    color: #004282;
    line-height: 1.2;
}

.lhs-nav ul li a.lev2:hover,
.lhs-nav ul li ul li a.lev2.cur {
    text-decoration: none;
    font-weight: 400;
}

.lhs-nav ul li span.lev2 {
    font-weight: 700;
    font-size: 17px;
    text-transform: none;
}

.prodListing {
    width: 37%;
    float: left;
    padding: 10px 0% 0 0;
    padding-right: 13%;
    position: relative;
}

.scrollTabsEvents {
    width: 554px;
    margin: 30px auto;
    margin-bottom: 10%;
}

.scrollTabsEvents a {
    float: left;
    margin: 0 10px;
    padding: 10px 20px;
    border: 1px solid;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.introEvents {
    float: left;
    width: 740px;
    padding: 50px 70px 70px 70px;
    min-height: 155px;
    position: relative;
    z-index: 1;
}

.introEvents p {
    color: #fff;
}

.featureEvents {
    float: left;
    width: 100%;
    position: relative;
    margin: 15px 0px;
    display: block;
    background-color: #022345;
}

.btn_green a,
a.btn_green {
    display: inline-block;
    outline: none;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0px;
    vertical-align: middle;
    border: 1px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0.5625em 1.5em;
    color: #243523;
    border-color: #243523;
    margin-top: 10px;
    background-color: #fff;
}

.featureEvents.military {
    background: #243523;
}

span.btn_green a:hover {
    background: #243523;
    color: #ffffff;
}

.feature_listMilitary {
    float: right;
    width: 260px;
    padding: 20px;
    background: url(/hres/green_panda.png) bottom right no-repeat #243523;
    position: relative;
    z-index: 1;
    height: 255px;
    padding-left: 40px;
}

a.buttons.c2btnbacktolisting {
    color: #fff;
}

a.buttons.c2btnnext {
    color: #fff;
}

.vehiclepage .bottom {
    height: auto;
    position: relative;
    padding: 0px 0px;
}

a.buttons.c2btncheckoutnow {
    color: #fff;
}

td.MsgPriority {
    display: none;
}

a.buttons.c2btnprevious {
    color: #fff;
}

.ResultsFieldName {
    color: #ffffff;
    background: #004282;
}

.bannerText p,
.bannerText h1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.nav li.lev1:hover ul.lev2 {
    display: block;
}

.clientLogo img {
    max-width: 220px;
    height: auto;
    width: 90%;
}

.testimonial01 {
    position: absolute;
    top: 0;
    left: 0;
}

.narrowText {
    text-align: center;
}

.nav ul.lev2 {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.box_list {
    margin-top: 0;
}

.mid {
    position: relative;
    padding: 0 2%;
}

.home .mid {
    padding: 0;
    padding-top: 50px;
}

.searchBoxInput {
    background: #eee;
}

.searchBoxInput:hover,
.searchBoxInput:focus {
    width: 195px;
    background: #fff;
}

.search_box,
.basket-container {
    z-index: 9999999999999;
    display: none;
    position: absolute;
    padding: 0px;
    background: none;
    top: 72px;
    padding-right: 10px;
    padding-top: 0;
    opacity: 1;
    right: auto;
    left: 0;
}

.basket-container {
    background: #1b5796;
    padding: 20px 35px;
}

.basket-container a,
.basket-container p {
    color: #fff;
    font-size: 12px;
}

.c2btnsearch.sbtn {
    position: absolute;
    top: 0;
    right: -65px;
    left: auto;
    padding: 8px 12px;
    padding-bottom: 9px;
    padding-left: 13px;
}


/* mfp css */

.grid-c h3 {
    margin-top: 0
}

.grid-c {
    clear: both
}

.grid-c p {
    margin-bottom: .5em
}

.grid-c {
    overflow: hidden;
    margin: 0 -1em
}

.gc3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 1em;
    overflow: hidden
}

.grid-c .gc3:nth-of-type(2n+1) {
    clear: left
}

h1#magnific-popup-docs {
    display: none
}

#logo {
    height: 150px;
    text-align: center;
    position: relative;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    padding: 0 3em;
    margin-left: -3em;
    cursor: pointer;
    margin-top: 50px;
    margin-bottom: 50px
}

#broken-glass {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

#logo:active h1 {
    top: 1px
}

#logo h1 {
    margin-top: 27px;
    font-size: 63px;
    line-height: 1.4;
    top: 0;
    text-align: center;
    font-weight: 700;
    width: 100%;
    color: #000;
    position: absolute;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer
}

h2.intro {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    border: 0;
    margin-top: 0
}

#header-links {
    font-size: 16px
}

#markdown-toc {
    position: fixed;
    left: 0;
    top: 50px;
    padding: 20px;
    background: rgba(255, 255, 255, .71);
    -webkit-backface-visibility: hidden;
    list-style: none
}

#markdown-toc a[href="#magnific-popup-docs"] {
    display: none
}

#markdown-toc ul {
    list-style: none
}

#markdown-toc ul ul {
    display: none
}

#markdown-toc:before {
    content: 'Table of contents';
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

@media all and (max-width:75em) {
    #markdown-toc {
        position: static;
        padding: 0;
        background: 0 0
    }
}

#markdown-toc a {
    text-decoration: none;
    border-bottom: 1px dotted
}

#markdown-toc ul {
    margin: 0;
    padding: 0
}

#markdown-toc .active a {
    text-decoration: none;
    color: #666
}

code,
pre {
    font-family: Consolas, "Liberation Mono", Courier, monospace
}

code {
    background: #F8F8F8;
    padding: .1em .4em;
    color: #c82829;
    font-size: 13px
}

pre {
    background: 0 0;
    line-height: 18px;
    overflow: auto;
    padding: 20px 25px;
    border-radius: 2px
}

pre code {
    border: 0;
    padding: 0;
    background: 0 0;
    color: #000;
    font-size: 13px
}

.highlight {
    position: relative;
    margin-bottom: .5em;
    margin-left: -1.5em;
    width: 100%;
    padding: 0 1.5em;
    background-color: #F5FAFC
}

pre code:before {
    display: block;
    position: absolute;
    right: 3px;
    top: 6px;
    padding: 3px 7px 0;
    color: #889499;
    font-size: 12px;
    line-height: 13px
}

code.html:before {
    content: 'HTML'
}

code.javascript:before {
    content: 'JS'
}

code.css:before {
    content: 'CSS'
}

#mc_embed_signup {
    max-width: 350px;
    padding: 32px;
    background: #EEE
}

#mc_embed_signup input[type=email] {
    border: 1px solid #CCC;
    border-top: 1px solid #999;
    padding: 5px;
    font-size: 18px;
    width: 200px;
    margin-right: 10px;
    height: 25px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

#mc_embed_signup input[type=email]:focus {
    background-color: #FFF;
    border: 1px solid #3169B3;
    box-shadow: #3169B3 0 0 5px;
    -moz-box-shadow: #3169B3 0 0 5px;
    -webkit-box-shadow: #3169B3 0 0 5px;
    outline: 0
}

#mc_embed_signup input[type=submit] {
    border: 1px solid #3169B3;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    height: auto;
    padding: 8px 13px;
    cursor: pointer;
    background-color: #3169B3;
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    vertical-align: top
}

.embed-form {
    position: relative
}

#mc_embed_signup p {
    font-size: 15px;
    color: #4F4F4F
}

#main-wrapper {
    background: 0 0;
    max-width: 800px;
    width: 100%;
    margin: 2em auto 4em;
    padding: 0 3em 3em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative
}

#examples:after {
    content: 'to view source click on the title of example';
    opacity: .4;
    font-weight: 400;
    font-size: 14px;
    margin-top: 13px;
    float: right
}

.example {
    margin-bottom: 20px;
    position: relative
}

.example h3 {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px dotted #949494
}

.example h3:hover {
    color: #C00
}

.example h3:hover:after {
    content: 'view source';
    padding-left: 8px;
    color: #999;
    position: absolute;
    top: 16px;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-size: 12px
}

.square-tmb {
    margin: 0 10px 0 0;
    cursor: pointer
}

.zoom-cursor {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.example a,
a.popup-link {
    text-decoration: none;
    border-bottom: 1px dotted
}

.example a:hover,
a.popup-link:hover {
    text-decoration: none
}

.example a {
    line-height: 26px
}

.example p a {
    text-decoration: underline;
    border: 0;
    line-height: 1.6
}

#image-gallery a,
#single-image {
    border-bottom: none
}

.not-ready-yet-notice {
    padding: 20px;
    background: #EEE
}

#footer {
    border-top: 1px solid #DDD;
    padding-top: 3em;
    margin: 5em 0 0;
    width: 100%;
    text-align: center;
    opacity: .9
}

#conditional-lightbox-notice {
    display: none
}

#logo-status {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    width: 100%;
    text-align: center
}

#logo-status.down {
    opacity: 1
}

.grid-of-images a {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    border-bottom: 0;
    height: 75px;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 75px
}

.grid-of-images a:hover {
    opacity: .9
}

h3 em {
    opacity: .3
}

code.def {
    padding: 0;
    background: #FFF;
    border: 0;
    display: block;
    margin-bottom: 8px;
    margin-top: -10px;
    color: #A3A3A3
}

@media all and (max-width:50em) {
    #logo h1 {
        font-size: 52px;
        margin-top: 36px
    }
}

@media all and (max-width:30em) {
    #examples:after {
        display: none
    }
    .gc3 {
        width: 100%
    }
    .grid-c .gc3:nth-of-type(2n+1) {
        clear: none
    }
    #main-wrapper {
        padding: 1em;
        margin-top: 0
    }
    .highlight {
        padding: .2em 1em;
        margin: 1em -1em
    }
    #logo {
        height: 95px;
        width: 100%;
        padding: 0;
        margin: 0 auto 2em
    }
    #logo h1 {
        font-size: 32px;
        margin-top: 23px
    }
    h2.intro {
        font-size: 20px
    }
}

@media all and (max-width:700px) {
    .zoom-cursor {
        cursor: pointer
    }
    #conditional-lightbox-notice {
        display: block;
        padding: 10px;
        background: #FFEAEA
    }
}

#logo-overlay {
    width: 100%;
    height: 75px;
    background: red;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

#mfp-build-tool {
    background: #FFF;
    padding: 30px 40px 40px;
    max-width: 500px;
    text-align: left;
    margin: 10px auto;
    position: relative
}

#mfp-build-tool h2 {
    margin-top: 0;
    margin-bottom: .7em
}

#mfp-build-form label {
    display: block;
    margin-bottom: 5px;
    min-height: 18px;
    padding-left: 18px
}

#mfp-build-form input[type=checkbox] {
    margin: 3px 5px 3px -18px;
    line-height: normal;
    cursor: pointer;
    width: auto;
    float: left
}

#mfp-build-status {
    min-height: 40px
}

#mfp-build-status .error {
    color: #830C0C
}

#mfp-build-status .success {
    color: #014B04
}

#mfp-build-status .progress {
    color: #000
}

#smashing {
    text-align: center;
    font-weight: 700
}

#smashing a {
    color: #EF4A35
}

#smashing a:hover {
    color: #FF9369
}

#smashing strong {
    color: #EF4A35
}

.smashing-link {
    margin-left: 29px;
    position: relative
}

.smashing-link:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(http://dimsemenov.com/images/sm-logo-24x24.png);
    position: absolute;
    top: -4px;
    left: -28px
}

#hackernews {
    margin-left: 24px
}

#hackernews:before {
    background: url(http://dimsemenov.com/images/hn-logo-18x18.gif);
    width: 18px;
    height: 18px;
    top: -1px;
    left: -22px
}

.share-buttons {
    text-align: center
}

.share-buttons h2 {
    text-align: center;
    border: 0
}

.share-buttons {
    position: relative;
    margin: 70px 0
}

.share-buttons a {
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    color: #FFF;
    text-decoration: none;
    background: #5AAF63;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer
}

.share-buttons a:hover {
    opacity: .7
}

#tweet {
    background: #0096c4
}

#like {
    background: #3b5998
}

#gplus {
    background: #d34836
}

#vkcom {
    background: #6e8fb1
}

pre .comment,
pre .diff .header,
pre .javadoc,
pre .template_comment {
    color: #998;
    font-style: italic
}

pre .css .rule .keyword,
pre .javascript .title,
pre .keyword,
pre .nginx .title,
pre .request,
pre .status,
pre .subst,
pre .winutils {
    color: #333;
    font-weight: 700
}

pre .hexcolor,
pre .number,
pre .ruby .constant {
    color: #099
}

pre .phpdoc,
pre .string,
pre .tag .value,
pre .tex .formula {
    color: #D01040
}

pre .id,
pre .title {
    color: #900;
    font-weight: 700
}

pre .clojure .title,
pre .javascript .title,
pre .lisp .title,
pre .subst {
    font-weight: 400
}

pre .class .title,
pre .haskell .type,
pre .tex .command,
pre .vhdl .literal {
    color: #458;
    font-weight: 700
}

pre .django .tag .keyword,
pre .rules .property,
pre .tag,
pre .tag .title {
    color: navy;
    font-weight: 400
}

pre .attribute,
pre .lisp .body,
pre .variable {
    color: teal
}

pre .regexp {
    color: #009926
}

pre .class {
    color: #458;
    font-weight: 700
}

pre .built_in,
pre .clojure .built_in,
pre .lisp .title {
    color: #0086b3
}

pre .cdata,
pre .doctype,
pre .pi,
pre .preprocessor,
pre .shebang {
    color: #999;
    font-weight: 700
}

pre .deletion {
    background: #fdd
}

pre .addition {
    background: #dfd
}

pre .diff .change {
    background: #0086b3
}

pre .chunk {
    color: #aaa
}

#documentation-intro {
    background: #2b2b2b;
    text-align: center;
    padding: 3em;
    width: 100%;
    margin-left: -3em;
    margin-bottom: 3em
}

#documentation-intro h1 {
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 44px;
    line-height: 1.1em
}

#id1 {
    display: none
}

#documentation-intro h1 a {
    text-decoration: none;
    color: #FFF
}

#documentation-intro p a {
    font-size: 15px;
    color: #7CB5FF
}

#documentation-intro a:hover {
    opacity: .75;
    text-decoration: underline
}

.hll {
    background-color: #ffc
}

.c {
    color: #998;
    font-style: italic
}

.err {
    color: #a61717;
    background-color: #e3d2d2
}

.k,
.o {
    color: #000;
    font-weight: 700
}

.cm {
    color: #998;
    font-style: italic
}

.cp {
    color: #999;
    font-weight: 700;
    font-style: italic
}

.c1 {
    color: #998;
    font-style: italic
}

.cs {
    color: #999;
    font-weight: 700;
    font-style: italic
}

.gd {
    color: #000;
    background-color: #fdd
}

.ge {
    color: #000;
    font-style: italic
}

.gr {
    color: #a00
}

.gh {
    color: #999
}

.gi {
    color: #000;
    background-color: #dfd
}

.go {
    color: #888
}

.gp {
    color: #555
}

.gs {
    font-weight: 700
}

.gu {
    color: #aaa
}

.gt {
    color: #a00
}

.kc,
.kd,
.kn,
.kp,
.kr {
    color: #000;
    font-weight: 700
}

.kt {
    color: #458;
    font-weight: 700
}

.m {
    color: #099
}

.s {
    color: #d01040
}

.na {
    color: teal
}

.nb {
    color: #0086b3
}

.nc {
    color: #458;
    font-weight: 700
}

.no {
    color: teal
}

.nd {
    color: #3c5d5d;
    font-weight: 700
}

.ni {
    color: purple
}

.ne,
.nf,
.nl {
    color: #900;
    font-weight: 700
}

.nn {
    color: #555
}

.nt {
    color: navy
}

.nv {
    color: teal
}

.ow {
    color: #000;
    font-weight: 700
}

.w {
    color: #bbb
}

.mf,
.mh,
.mi,
.mo {
    color: #099
}

.s2,
.sb,
.sc,
.sd,
.se,
.sh,
.si,
.sx {
    color: #d01040
}

.sr {
    color: #009926
}

.s1 {
    color: #d01040
}

.ss {
    color: #990073
}

.bp {
    color: #999
}

.vc,
.vg,
.vi {
    color: teal
}

.il {
    color: #099
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!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-ajax-holder .mfp-content,
.mfp-inline-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-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -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: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    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: .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:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-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: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    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, .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;
    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, .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, .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, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.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
}

.feature_listVehicle,
.feature_listMilitary,
.feature_list {
    position: absolute;
    right: 0;
    bottom: 0;
}

.introEventsVehicle,
.introEvents {
    width: 70%;
}

/* =============================================================================
   2016 Changes
   ========================================================================== */

.prodFeatureHalf {
  width: 100%;
  font-size: 0;
}

.featureHalf {
  width: 48%;
  margin: 1%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.leisure,
.commercial {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  height: auto;
  width: 100%;
}

.featureHalf:hover .leisure,
.featureHalf:hover .commercial {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.featureHalf .intro {
  width: 100%;
  text-align: center;
  height: auto;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.featureHalf .intro h1 {
  color:#fff;
  font-size: 40px;
}

.featureHalf li {
  color:#fff;
}

.featureHalf .intro ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.featureHalf li:before {
  content: '•';
  margin-right: 10px;
}

.productBar {
  width: 100%;
  margin-bottom: 3%;
  position: relative;
}

.productResults.clearfix {
  width: 103%;
  margin-left: -1%;
}

.productCount {
    display: inline-block;
    color: #03709D;
    font-size: 24px;
    padding-left: 1%;
    margin-top: 16px;
    vertical-align: top;
}

.productControls {
    float: right;
}

span.resultsTotal {
    float: left;
    padding-right: 8px;
}

span.resultsTotal span {
    font-size: 24px;
}

.productSorter,
.productFilter,
.productOptions {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 0;
}

.productReset {
    display: inline-block;
    vertical-align: top;
    padding-top: 18px;
}

.productFilter .ldic_Rese {
    border: none;
    background: none;
    border-radius: 0px;
}

.productFilter .ldic_resbtn {
    margin: 0px;
    padding: 8px 14px;
    border: 1px solid #03709D;
    color: #FFFFFF;
    background-color: #03709D;
    font-size: 16px;
}

.productResults table {
    height: 100%;
}

.productResults table tr td {
    padding-bottom: 18px;
}

.productResults a.listing {
    display: block;
    float: left;
    position: relative;
    width: 97%;
    margin-bottom: 3%;
    margin: 1%;
    height: 100%;
}

.topSection {
  font-size: 0;
  box-sizing: border-box;
}

.topSection .leftSection {
  width:40%;
  padding: 1%;
  vertical-align: top;
  display: inline-block;
}

.topSection .rightSection {
  width:56%;
  padding: 1%;
  vertical-align: top;
  display: inline-block;
}

.topSection .productForm h1 {
  display: none;
}

.productResults h2 {
  text-transform: initial;
  font-size: 20px;
  margin-bottom: 10px;
}

.leisureProductListContainer .c2form_fields {
  width:auto;
}

.leisureProductListContainer .productFilter {
    width: 50%;
    display: inline-block;
    height: auto;
    float: left;
}

.leisureProductListContainer .productFilter {
    width: 33%;
    display: inline-block;
    height: auto;
    float: left;
}


.leisureProductListContainer .productResults a.listing {
    display: block;
    float: left;
    position: relative;
    width: 42%;
    margin-bottom: 3%;
    margin: 4%;
    height: 100%;
    min-height: 500px;
}

.productOptions .c2form_row {
  float: none;
  padding: 0px 25px;
  vertical-align: top;
  display: inline-block;
  border-left: 3px solid #004282;
  min-height: 205px;
  box-sizing: border-box;
}


.productOptions .ldic_Filt .c2form_code,
.leisureProductListContainer .ldic_Filt .c2form_code {
  width:100%;
}
.productOptions .ldic_Filt .c2form_code input[type="checkbox"],
.leisureProductListContainer .ldic_Filt .c2form_code input[type="checkbox"] {
    display:none;
}

.productOptions .ldic_Filt .c2form_code input[type="checkbox"] + label:before,
.leisureProductListContainer .ldic_Filt .c2form_code input[type="checkbox"] + label:before {
    display:inline-block;
    width: 26px;
    height:24px;
    background:url(/hres/checkbox.png) no-repeat;
    cursor:pointer;
    content: '';
    position: relative;
    top: 8px;
    right: 5px;
}

.productOptions.ldic_Filt .c2form_code input[type="checkbox"]:checked + label:before,
.leisureProductListContainer .ldic_Filt .c2form_code input[type="checkbox"]:checked + label:before {
  content: '';
  background:url(/hres/checkbox.png) -26px no-repeat;
}

.prodImage img {
  height: auto;
  max-height: 200px;
  width: auto;
}

.leisureProductListContainer .productCount,
.leisureProductListContainer .productControls {
  float: left;
  clear: both;
  width: 100%;
}

.responsive-tabs-wrapper .responsive-tabs__panel {
  width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

a.ldic_resbtn:hover {
  color:#fff;
}

.fotorama__fullscreen-icon:hover,
.fotorama__nav__frame--thumb:hover {
  cursor: zoom-in;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

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

@media screen and (max-width: 1350px) {
    .logo {
        width: 270px;
    }
}

@media screen and (max-width: 1250px) {
    .container {
        width: 1000px;
    }
}

@media screen and (max-width: 1150px) {
    .certified {
        top: 25px;
        left: 410px;
        position: relative;
    }
    .footer {
        padding-bottom: 200px;
    }
    .footer_details {
        padding-top: 25px;
    }
    .relatedProduct {
        box-sizing: border-box;
        width: 15%;
        margin: 2% 5%;
    }
    .prodListingV2 {
        width: 31%;
        margin: 1%;
    }
}

@media screen and (max-width: 1023px) {
    .container {
        width: 880px;
    }
    /* Template widths */
    .col-1-4 {
        width: 48%;
        padding: 1%;
        float: left;
    }
    .col-1-8 {
        width: 23%;
        padding: 1%;
        float: left;
    }
    .product-results a.listing {
        width: 31%;
    }
    .box_list .box {
        width: 42%;
    }
    .footer {
        padding-top: 0;
        padding-bottom: 200px;
        margin-top: 5px;
    }
    .certified {
        left: 0;
        top: 0;
        position: relative;
        text-align: center;
        margin: 25px auto;
    }
    .footer_details {
        float: none;
        padding: 0;
        margin: 0 auto;
        display: block;
        width: 270px;
    }
    .pandaLogo {
        width: 165px;
    }
    .pandaLogo img {
        width: 100%;
        height: auto;
    }
    .feature_listVehicle,
    .feature_listMilitary,
    .feature_list {
        display: none;
    }
    .introEventsVehicle,
    .introEvents {
        width: 100%;
        box-sizing: border-box;
    }
    .prod_feature .feature_list {
        display: block;
    }
    .prodListingthreecol {
        width: 48%;
        margin: 1%;
        padding: 0;
    }
    .featureHalf .intro h1 {
        color: #fff;
        font-size: 36px;
    }
}

@media screen and (max-width: 900px) {
    .container {
        width: 750px;
    }
    .client {
        width: 50%;
    }
    .testimonialBox p {
        color: #fff;
        font-size: 11px;
    }
    .sidebar {
        width: 100%;
    }
    .main_section.clearfix .main {
        width: 100%;
        padding: 0;
        float: left;
        padding-top: 20px;
    }
    .narrowText {
        width: 100%;
    }
    .relatedProduct {
        width: 40%;
    }
    .right-section {
        width: 100%;
        margin-top: 25px;
    }
    .left-section {
        width: 100%;
        margin: 0;
    }
    .prodListingV2 {
        width: 48%;
        margin: 1%;
        min-height: 685px;
    }
    .leisureProductListContainer .productResults a.listing {
display: block;
float: left;
position: relative;
width: 92%;
margin-bottom: 3%;
margin: 4%;
height: 100%;
min-height: 450px;
}
}


/* TABLET AND UP */

@media screen and (min-width: 768px) {
    .bottom .caroufredsel_wrapper {
        margin: 0 auto!important;
        width: 100%;
        position: relative;
        overflow: visible!important;
        ;
        height: auto!important;
        ;
        padding-top: 24.5%;
    }
    .mid .caroufredsel_wrapper {
        margin: 0 auto!important;
        width: 100%;
        position: relative;
        overflow: visible!important;
    }
}


/* TABLET AND BELOW */

@media screen and (max-width: 767px) {
    .container {
        width: 580px;
    }
    .logo img {
        width: 215px;
    }
    .col-1-3 {
        width: 98%;
        padding: 1%;
        float: left;
    }
    .col-2-3 {
        width: 98%;
        padding: 1%;
        float: left;
    }
    .col-1-2 {
        width: 98%;
        padding: 1%;
        float: left;
    }
    .textLeft {
        position: relative;
        float: left;
        width: 100%;
    }
    .textRight {
        position: relative;
        float: right;
        width: 100%;
    }
    .imageRight {
        width: 100%;
        position: relative;
        float: right;
    }
    .imageLeft {
        width: 100%;
        position: relative;
        float: left;
    }
    .fiftyWidth {
        width: 100%;
        float: left;
        margin-right: 0%;
    }
    h1 {
        font-size: 31px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 21px;
    }
    .logo {
        width: 215px;
        margin-top: 6px;
    }
    .menu {
        width: 100%;
    }
    .flex-direction-nav a:hover .preview img {
        display: none;
    }
    .home .main .container {
        width: 98%;
    }
    .product-results a.listing {
        width: 48%;
    }
    .box_list .box {
        width: 90%;
    }
    .prod_feature .feature_list {
        display: block;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        height: auto;
        padding: 25px 35px;
        padding-top: 10px;
    }
    .intro {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        padding: 35px;
    }
    .featureHalf {
        width: 98%;
    }
    .featureHalf .intro h1 {
        color: #fff;
        font-size: 34px;
    }
    .prod_feature .feature_list:before,
    .prod_feature .feature_list:after {
        display: none;
    }
    .client.project {
        width: 250px;
    }
    .prodListingV2 {
        width: 100%;
        margin: 0;
        text-align: center;
        border-bottom: 1px solid #ddd;
        min-height: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .prodListingthreecol {
        width: 98%;
        margin: 1%;
        padding: 0;
        text-align: center;
        border-top: 1px solid #ddd;
        padding-top: 20px;
        padding-bottom: 15px;
        min-height: 0px;
    }
}

@media screen and (max-width: 760px) {
    .landing .bottom {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .container {
        width: 480px;
    }
    p,
    td,
    li,
    dd {
        font-size: 14px;
    }
    .box {
        width: 220px;
        padding: 35px 40px;
        height: auto;
        padding-top: 10px;
    }
    .box img {
        display: none;
    }
    .box h3 {
        display: block;
    }
    .client {
        width: 100%;
    }
    .logo {
        width: 300px;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }
    .header_extra {
        float: none;
        margin: 0 auto;
        margin-top: 15px;
    }
    .mainLogo {
        position: relative;
        top: 0;
        left: 0;
    }
    .mobileLogo {
        display: none;
    }
    .menu {
        float: left;
        width: 100%;
    }
    .mean-container .mean-bar {
        top: 137px;
    }
    .mean-container a.meanmenu-reveal {
        right: auto!important;
        left: 0!important;
        top: -150px!important;
    }
    .header {
        position: relative;
    }
    .banner {
        margin-top: 0;
    }
    .box_list .box {
        height: auto;
        box-sizing: border-box;
        padding: 6%;
        width: 98%;
        margin: 1px 0px;
        padding-bottom: 60px;
    }
    .background-box {
        margin-top: 50px;
    }
    .home .mid {
        padding: 0;
    }
    .bottom {
        padding: 0;
    }
    .featureHalf .intro h1 {
        color: #fff;
        font-size: 32px;
    }
    .feature_listVehicle,
    .feature_listMilitary,
    .feature_list {
        display: none;
    }
    .introEventsVehicle,
    .introEvents {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 25px;
    }
    .scrollTabsEvents {
        width: 215px;
        margin: 0 auto;
    }
    .scrollTabsEvents a {
        text-align: center;
        display: block;
        float: none;
        margin: 10px 0px;
    }

    .topSection .leftSection,
    .topSection .rightSection {
      width:100%;
    }
}

@media screen and (max-width: 500px) {
    .container {
        width: 360px;
    }
    .flex-next:hover .preview .alt {
        display: none;
    }
    .certified {
        width: 300px;
        background-size: cover;
        background-position: 0px -110px;
    }
    .cert {
        width: 75px;
    }
    .pandaLogo {
        width: 100px;
    }
    .footer {
        background-size: contain;
        padding-bottom: 100px;
    }
    .bannerText {
        width: 200px;
    }
    .bgbox {
        background: rgba(0, 0, 0, 0.0);
    }
    .bannerText h1 {
        font-size: 40px;
        padding-top: 25%;
    }
    .banner a {
        font-size: 12px;
    }
    .floatleft {
        width: 100%;
    }
    .floatright {
        width: 100%;
        margin-top: 35px;
    }
    .prodListing {
        width: 100%;
        padding: 0;
        /* border-bottom: 1px solid #ddd; */
        padding-bottom: 25px;
    }
	
	.fiftypercent {
	    width: 100%;
        padding: 0;	
		
	}
	
    .relatedProduct {
        box-sizing: border-box;
        width: 100%;
        margin: 25px 0%;
    }
    .bannerText p {
        display: none;
    }
    .featureHalf .intro h1 {
        color: #fff;
        font-size: 24px;
    }
    .leisureProductListContainer td {
      width: 100%;
      display: block;
    }
    .leisureProductListContainer .productFilter {
    width: 100%;
}
}

@media screen and (max-width: 450px) {
    .logo {
        width: 175px;
        float: none;
        margin: 0 auto;
        margin-top: 15px;
    }
    .testimonialBox.testimonial01 {
        position: relative;
        padding: 5% 13%;
    }
    #testimonial01 .clientImage,
    #testimonial02 .clientImage {
        display: none;
    }
    #testimonial02 {
        background-color: #333;
    }
    .igtabarea {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 20px!important;
    }
}


/* MOBILE (PORTRAIT) */

@media screen and (max-width: 400px) {
    .container {
        width: 275px;
    }
    .product-results a.listing {
        width: 98%;
    }
    .hideMob {
        display: none;
    }
    .scrollTabs a {
        float: left;
        display: block;
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
    .scrollTabs {
        position: relative;
        width: 275px;
    }
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    content: "";
    display: table;
}

.clearfix:after,
.container:after {
    clear: both;
}

.clearfix,
.container {
    *zoom: 1;
}


/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* =============================================================================
   Custom Form Styles
   ========================================================================== */

.customformwrapper {
}

.Calculation {
}

.Applications {
}

.Details {
}

.third {
    width: 33%;
    float: left;
}