@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);




/* RESETS */

.interiorText { padding: 3% 10%; }
.sideImage { padding-left:100px;}
.services {padding-left:20%; padding-top:6%; }

h2 {
    color: #404040;
    font-size: 18px;
	font-family: 'Didact Gothic', sans-serif;
}
p { font-size: 14px; }

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.headerRow2b { display:none;  }

*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-size: 12px;
    background: #f7e2a7;
    font-family: 'Didact Gothic', sans-serif;
}

.container_12 {
    width: 100%!important;
    margin: 0!important;
}

.header,
.section,
.footer,
.fullWidthHeaderZone,
.fullWidthFooterZone {
    margin: 0 auto;
    width: 90%;
    padding: 0 15px;
}

.header,
.section {
    background: #fff;
}

.subFooter {
    background: none;
    border: none;
}

.container {}

.section {
    padding-bottom: 20px;
}

.headerZone4:before {
    content: '';
    width: 100%;
    background: url(separator.jpg) no-repeat center;
    background-size: cover;
    height: 22px;
    display: block;
}

.container_12 .grid_8 {
    width: 70%;
    margin: 1%;
    float: right;
}

.container_12 .grid_4 {
    width: 20%;
    margin: 1%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    margin: 0px;
}

.container_12 .grid_12 {
    width: 100%;
}

.float-right {
    position: relative;
    z-index: 99;
    font-size:3em;
}

#hidebutton {
    float: right;
    margin: 0 3%;
    cursor: pointer;
}

#hidephone {
    margin: 0 3% 0 5%;
    float: right;
    padding-top:3px;
    cursor: pointer;
}

.headerZone1 {
    position: relative;
}

.headerZone1 .Content {
    float: right;
    margin-top: 5%;
    width: 20%;
    margin-right: 1%;
}

#hidebutton:hover,
#hidephone:hover {
    cursor: pointer;
}
.float-right .fa { color:#df222a; }

/* Hover tooltips */

#hidephone {
    position: relative;
    cursor: help;
}

#hidephone .tip-content {
    position: absolute;
    top: 40px;
    /* - top padding */
    right: 9999px;
    width: 320px;
    margin-right: 0;
    /* width + left/right padding */
    padding: 10px;
    color: #fff;
    background: #333;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    -moz-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}


/* <http://css-tricks.com/snippets/css/css-triangle/> */

#hidephone .tip-content:before {
    content: ' ';
    /* Must have content to display */
    position: absolute;
    top: -5px;
    right: 10px;
    /* 2 x border width */
    width: 0;
    height: 0;
    margin-top: -8px;
    /* - border width */
    border: 8px solid transparent;
    border-bottom-color: #333;
}

#hidephone:hover .tip-content {
    right: -20px;
    opacity: 1;
}


/* LOGO */

.Logo {
    font-size: 24px;
    font-weight: bold;
    width: 25%;
    float: left;
    z-index: 999;
    position: relative;
}

.logo {
    padding: 10px 20px 0;
}

.logo a {}

img[id$="imgLogoLnk"] {
    width: 100% !important;
    height: auto !important;
}


/* HEADERS */

h3,
h4,
h5,
h6 {
    margin-bottom: 5px;
}

h3 {
    font-size: 16px; color:#fff;
}


/* LINKS */

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #df222a;
}

a:hover {
    text-decoration: none;
}

.styledtxt {
    color: #c9421d;
}

.prodDetailInfo .prodName {
    font-size: 2.0em;
}

.social-icon { background:none; background:#bbbdc0; margin:1px; width:auto; height:auto; border-radius:3px; }
.social-icon .fa { display:none; }

/* TOP MENU */

.headerZone1 .Menu .menu ul {
display: table;
    margin: 0 auto;
    position: absolute;
	z-index: 9;
}

.header .Menu {
    position: absolute;
    padding-top: 5%;
    width: 100%;
    font-size: 1.3em;
	margin-left:40%;
}

.header .menu {
    background: none;
    margin-bottom: 0;
    height: auto;
    line-height: normal;
}

.header .menu>ul {
    list-style-type: none;
    padding: 0;
}

.header .menu>ul li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}

.header .menu>ul li a {
    color: #df222a;
    font-size: 100%;
    font-weight: bold;
    padding: 10px;
}

.header .menu>ul li a.divider {
    padding: 0;
    display: none;
}

.header .menu>ul li a:hover,
.header .menu>ul li a.current {
    text-decoration: none;
}

.header .menu>ul li a:hover {}

.header .menu .tabs > div > li > a:hover,
.header .menu .tabs > li > a:hover,
.header .menu .tabs > li > a.current {}


/* HEADER DROP MENU */

.header .menu li ul.dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    display: none;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 40px;
}

.header .menu li:nth-child(2) ul.dropdown ul.dropdown,
.header .menu li:nth-child(2) ul.dropdown ul.dropdown:hover {
    display: inline !important;
    left: 0;
    top: 20px;
    bordeR: none;
    box-shadow: none;
    background: none;
    margin: 10px 0 0 0;
    padding: 0px;
}

.header .menu li:nth-child(2) ul.dropdown ul.dropdown[style],
.header .menu li:nth-child(2) ul.dropdown ul.dropdown:hover[style] {
    opacity: 1.0 !important;
    display: inline !important;
}

.header .menu li:nth-child(2) ul.dropdown ul.dropdown li {
    float: none;
    clear: left;
}

.header .menu li ul.dropdown li ul.dropdown {
    height: auto;
}

.header .menu li:nth-child(2) ul.dropdown {
    height: 410px;
    left: 50%;
    margin-right: -480px;
    width: 960px;
    padding: 20px;
	z-index:2;
	margin-top:20px;
}

.header .menu li:nth-child(2) ul.dropdown li {
    width: 25%;
    display: block;
    float: left;
    margin: 0;
    font-size: 12px;
    text-align: left;
    text-transform: none;
}

.header .menu ul.dropdown li span {
    float: none;
}

.header .menu ul.dropdown li a {
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    color: #4D4D4D;
    font-size: 12px;
    line-height: normal;
    padding: 5px;
    margin: 0;
    border-radius: 0;
    text-shadow: none;
    float: none;
    border: none;
}

.header .menu ul.dropdown li a:hover,
ul.dropdown li a:hover {
    background: #F2F2F2;
    display: block;
    cursor: pointer;
    border: none;
    color: #df222a;
}

.header .menu ul.dropdown ul {
    left: 95%;
    top: 0;
    width: auto;
}

.menu ul.dropdown li a:hover span,
ul.dropdown li a:hover span {
    background: none;
}

.header .menu ul li a.first {
    font-weight: bold;
    margin-bottom: 10px;
}

.header .menu ul li a.image-one {
    position: absolute;
    top: 200px;
    font-size: 0px;
}

.header .menu ul li a.image-two {
    position: absolute;
    top: 200px;
    font-size: 0px;
    left: 480px;
}

.header .menu ul.dropdown li ul.dropdown {
    width: 90%;
}

.header .menu ul.dropdown li ul.dropdown li {
    width: 100%;
}


/* LOGIN MODULE */

.loginModule {
    overflow: visible;
}


/* END USER STATUS */

.fullWidthHeaderZone .menu {
    background: none;
}

.EndUserStatus {
    margin: 10px 0;
}

.EndUserStatus .menu {
    margin-bottom: 5px;
    line-height: normal;
    height: auto;
}

.EndUserStatus .menu ul {
    border-right: none;
    padding: 0 5px;
    margin: 0;
}

.EndUserStatus .menu ul li a {
    padding: 0;
    color: #2c2b2b;
    text-transform: uppercase;
}

.EndUserStatus .menu ul li {
    padding: 0 5px;
}


/* SECTION MENU */

.section .menu,
.section .menu ul {
    margin: 0;
    background: none;
    width: auto;
}

.section .menu a.current,
.section .menu a:hover {
    text-shadow: none;
}

.section .menu ul.dropdown {
    left: 100%;
    top: 0;
    z-index: 100000;
    background: #FFF;
}

.section .menu ul.dropdown li {
    padding: 0;
}


/* VERT MENU */

.menu.vertical {
    height: auto;
}

.menu.vertical>ul li {
    clear: left;
    float: left;
    display: block;
}

.header .menu.vertical ul.dropdown,
.section .menu.vertical ul.dropdown {
    left: 100%;
    top: 0;
}


/* FORMS */

a.btnLink {
    display: inline-block;
    margin-right: 4px;
    padding: 0.25em 0 0.16em;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.0em;
    position: relative;
    cursor: pointer;
}

a.btnLink:hover .btnTxt {
    text-decoration: underline;
}

.buttons {
    padding: 0.3em 8px;
    border: 0 none;
}

a.btn a.btn {
    font-size: 16px;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    font-size: 1.2em;
    padding: 15px;
    background: #df222a;
    text-shadow: 0 1px 0 #1a1a1a;
    transition: all 0.15s linear 0s; }

.formLayout.inline .flGrp.buttons a.btn {
    vertical-align: middle;
    color: #df222a;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    line-height: 10px;
    position: relative;
    font-size: 1.2em;
    padding: 8px;
    background: #dee6e9;
    text-shadow: 0 1px 0 #1a1a1a;
    transition: all 0.15s linear 0s;
}

a[id$="lnkQuickRequest"]:hover,
a[id$="lnkMoreFromThisLine"]:hover,
a.btn:hover,
a.btn:active {
    color: #FFFFFF;
    background: #333;
}

a[id$="lnkQuickRequest"] {
    margin-right: 10px;
}

a[id$="lnkMoreFromThisLine"],
a[id$="lnkQuickRequest"] {
    font-size: 16px;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    font-size: 1.2em;
    padding: 15px;
    background: #df222a;
    text-shadow: 0 1px 0 #1a1a1a;
    transition: all 0.15s linear 0s;
}

a.btn:hover .btnTxt {
    text-decoration: none;
}


/* INLINE form */

.formLayout.inline {
    overflow: hidden;
    zoom: 1;
}

.formLayout.inline .flGrp {
    float: left;
    display: inline-block;
    clear: left;
    overflow: hidden;
    padding: 0 8px;
}

.formLayout.inline label.lblTitle {
    float: left;
    margin: 0.2em 0.5em 0 0;
}

.formLayout.inline .flGrp.buttons {
    padding: 0.3em 8px;
    border: 0 none;
}

.formLayout.inlineTitle {
    padding: 0;
}

.formLayout.inlineTitle .info {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 2px 0;
    border-bottom: 0 none;
}

.formLayout.inlineTitle .info h2 {
    font-size: 2em;
    line-height: 1.0em;
    margin: 0;
    clear: left;
}


/* ADDRESS | Header */

.header .Address {
    z-index: 9999;
}

.header .Address {
    font-size: 40%;
    text-align: center;
    padding: 10px;
}

.address.inline h3,
.address.inline div {
    display: none;
}

.address.inline .phonelabel,
.address.inline .emaillabel {
    font-weight: bold;
}

.address.inline .phone,
.address.inline .email,
.address.inline .phone span,
.address.inline .phone a,
.address.inline .email a {
    color: #fff;
    text-decoration: none;
}

.address.inline .email a:hover {
    text-decoration: underline;
}

.address.inline .phone,
.address.inline .email {
    display: block;
}

.address.inline .email {}


/* ADDRESS | Body */

.section .Address {
    padding: 15px 10px 15px 10px;
    background: -moz-linear-gradient(0% 100% 90deg, #DDDDDD, #FFFfff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFfff), to(#DDDDDD));
    background-image: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFfff', endColorstr='#DDDDDD'), gradientType='0');
}

.section .address {
  text-align:center; 
    font-size:1.5em;
}

.mainWrapper a { padding:10px; }
a[id$="lnkFGTPwd"] { float:left; font-size:12px; padding:10px 0;  }

input[type="text"], input[type="password"], input[type="search"], select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.welcome-label { font-weight:bold; color: #c9421d; }

.mainWrapper  .Login .grid_6.alpha { width:100%; }

.section .address:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.section .address h3 {
    margin-bottom: 2px;
}


/* SOCIAL LINKS */

.social li a {
    vertical-align: middle;
}


/* FOOTER */

.footerWrap {}

.footer {
    background: #f3d379;
}

.footer .innerWrapper {
    padding: 20px 10px;
}


/* SOCIAL FEED 
-----------------------------------------------------------------------*/

.fbConnectWidgetTopmost {
    border-top: none!important;
}

.footer .socialFeed ul.ui-tabs-nav {
    margin-bottom: 0!important;
}

.section ul.ui-tabs-nav li.ui-state-default a {
    color: #df222a;
}

.section ul.ui-tabs-nav li.ui-state-active a {
    color: #4d4d4d;
}

.socialFeed ul.ui-tabs-nav li.ui-tabs-selected {
    color: #fff!important;
}

.socialFeed ul.ui-tabs-nav {
    margin-bottom: 0!important;
}

.socialFeed ul.ui-tabs-nav li.ui-tabs-selected {
    border-top: 1px solid #000000;
    border-color: #000000!important;
    background: #231f20;
    background: -moz-linear-gradient(top, #6d6e71 0%, #231f20 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6e71), color-stop(100%, #231f20));
    background: -webkit-linear-gradient(top, #6d6e71 0%, #231f20 100%);
    background: -o-linear-gradient(top, #6d6e71 0%, #231f20 100%);
    background: -ms-linear-gradient(top, #6d6e71 0%, #231f20 100%);
    background: linear-gradient(to bottom, #6d6e71 0%, #231f20 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6d6e71', endColorstr='#231f20', GradientType=0);
}

.socialFeed .ui-tabs .ui-tabs-panel {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
}


/* FOOTER SOCIAL FEED */

.footer .SocialFeed p,
.footer .SocialFeed span,
.footer .SocialFeed div {
    text-shadow: none;
}

.footer .socialFeed ul.ui-tabs-nav li.ui-tabs-selected {
    border-top: 0;
    background: #FFF;
}

.footer .socialFeed ul.ui-tabs-nav {
    margin-left: -1px;
    border-bottom: 1px solid #035582!important;
}

.footer ul.ui-tabs-nav li a {
    color: #FFF;
}

.footer ul.ui-tabs-nav li.ui-tabs-selected a,
.footer .socialFeed ul.ui-tabs-nav li.ui-tabs-selected {
    color: #4d4d4d!important;
}

.footer .socialFeed ul li {
    border-color: #035582;
}

.footer .socialFeed {
    background: #28aae1;
    background: -moz-linear-gradient(top, #28aae1 0%, #df222a 8%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #28aae1), color-stop(8%, #df222a));
    background: -webkit-linear-gradient(top, #28aae1 0%, #df222a 8%);
    background: -o-linear-gradient(top, #28aae1 0%, #df222a 8%);
    background: -ms-linear-gradient(top, #28aae1 0%, #df222a 8%);
    background: linear-gradient(to bottom, #28aae1 0%, #df222a 8%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#28aae1', endColorstr='#df222a', GradientType=0);
    border: 1px solid #035582;
}

.footer .socialFeed .ui-tabs .ui-tabs-panel {
    border: none;
}


/* COPYRIGHT */

div[id$="FullWidthSubFooterZone"] {
    background: #f6f6f6;
    border-top: 1px solid #dfe6e9;
    padding: 10px;
}

div[id$="FullWidthSubFooterZone"] .asiModule.Content {
    color: #9c9a9a;
    font-size: 11px;
    padding: 0;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

div[id$="FullWidthSubFooterZone"] a {
    color: #9c9a9a;
    font-size: 11px;
}

.fullWidthFooterZone .SocialLinks {
    float: right;
    margin-right: 10px;
}

.fullWidthFooterZone .SocialLinks h3 {
    display: none;
}

.fullWidthFooterZone .socialicon.social-icon.TWTR {
    background-position: 0 0 !important;
}

.fullWidthFooterZone .socialicon.social-icon.YTBE {
    background-position: -70px 0px !important;
}

.fullWidthFooterZone .socialicon.social-icon.GGLP {
    background-position: -50px 0 !important;
}

.fullWidthFooterZone .socialicon.social-icon.FCBK {
    background: url(facebook.png) no-repeat !important; width:203px !important; height:25px !important;
}

.fullWidthFooterZone .social-icon {
    background: url(socialLinks.png) no-repeat !important;
    height: 40px !important;
    width: 25px !important;
    margin: 0px !important;
}


/* CONTENT */

.aboutUs {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.aboutUs img {
    width: 100%;
    height: auto;
}

.aboutUs p {
    font-size: 1.5em;
}

.aboutUs h1 {
    font-size: 4em;
    font-weight: normal;
}

.section .asiModule {}

.blueband ul li .news_container { width:100%; }


.section .grid_12 .asiModule {}

.section h2 {
    color: #404040;
    font-size: 38px;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    text-transform: lowercase;
    margin-bottom: 20px;
    line-height: 38px;
	}

.cat p {
    color: #df222a;
    font-size: 18px;
    font-weight: 600;
    margin-top: -10px;
	}


/* SHOPPING CART | Header */
a[id$="btnCheckout"] { display:none !important; }
.ShoppingCart { float: right; padding: 0; z-index: 999;}
.Cart .scTrigger { position: relative; 
}
.Cart .btnLink { float: left; display: inline-block; }
.Cart .scTrigger .btnTxt {  }
.Cart a.btnLink { 
}
.Cart .fa:hover {}
.Cart button { background:none; }
.Cart .btnLink:hover .btnTxt {text-decoration: underline; }

/* SHOPPING CART Menu | Header */
#shoppingCart { -moz-box-shadow: 0px 0px 5px #A4A4A5; -webkit-box-shadow: 0px 0px 5px #A4A4A5; box-shadow: 0px 0px 5px #A4A4A5; }
#shoppingCart {   
    position: absolute;
    right: -1px;
    top: 100%;
    z-index: 999999; }
#shoppingCart .scTop {border-bottom: 1px solid #CCCCCC; height: 35px; }
#shoppingCart-empty td {padding: 2px 0 5px 10px;}
#shoppingCart .menu ul.tabs li a  {color: #5d5d5d; font-weight: normal; border-left: 1px solid #CCCCCC;}
#shoppingCart .menu ul.dropdown li a  {color: #4d4d4d; font-weight: normal; border-left: none;}
#shoppingCart .menu ul.tabs .divider span {display: none;}
#shoppingCart .menu ul.tabs li a:hover {background: #E6E6E6; color: #0085DB; cursor: pointer;}

/* QUICK SEARCH / Product Search */

@media only screen and (min-width: 992px) {}

#closesearch {
    position: absolute;
    top: 51%;
    right: 10px;
}

.search-keyword {
    width: 100%;
    margin-top: 3%;
    -moz-box-shadow: 0px 0px 5px #A4A4A5;
    -webkit-box-shadow: 0px 0px 5px #A4A4A5;
    box-shadow: 0px 0px 5px #A4A4A5;
    z-index: 9999;
    padding: 0px;
}

.QuickSearchBasic {
    width: 100%;
    position: absolute;
    top: 0px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    height: 100%;
}

.quickSearch .formLayout.inlineTitle .info {
    background: none;
    border: none;
}

.quickSearch .formLayout.inlineTitle .info h2 {
    display: none;
}

.quickSearch .formLayout.inline span {
    color: #000;
    font-size: 14px;
    border: none;
}

.quickSearch .formLayout input.text {
    padding: 20px;
    border: none;
    background: none;
    color: #808080;
    box-sizing: content-box;
}

.quickSearch .formLayout .flGrp.Xxxx input {
    width: 95%;
    margin-left: 0;
    color: #808080;
    font-size: 14px;
}

.quickSearch .formLayout.inline .flGrp span {
    float: none;
}

.quickSearch .formLayout.inline .flGrp.price {
    display: none;
}

.quickSearch .formLayout.inline .flGrp.price span:before {
    content: "Range";
}

.quickSearch .formLayout.inline .flGrp label {
    display: none;
}

.quickSearch .formLayout.inline a.btn {
    text-transform: uppercase;
    float: left;
    font-size: 16px;
}

.quickSearch .formLayout.inline .flGrp.price span + span:before {
    content: "";
}

.quickSearch .formLayout.inline .flGrp.price .field {
    color: #808080;
    font-size: 13px;
    width: 80px;
    line-height: 2em;
    text-indent: 5px;
}

.quickSearch .formLayout.inline .flGrp.price .symbol {
    display: none;
}

.quickSearch .formLayout.inline .flGrp.buttons {
    padding: 0;
    margin: 0 0 0 -100px;
    top: 38%;
    position: absolute;
}

.quickSearch .formLayout.inline .flGrp.buttons div {
    position: absolute;
    top: 10px;
    right: 80px;
    width: 125px;
}

.quickSearch .formLayout.inline .flGrp {
    overflow: visible;
}

.quickSearch .errorMessage {
    margin-right: 10px;
    margin-left: 54px;
    text-align: left;
    width: 367px;
}


/* PREV / NEXT */

.next .icoBox,
.previous .icoBox {
    background: url(btn-prev.png) no-repeat;
    width: 23px;
    height: 23px;
}

.icoBox.iArrowRight,
a:hover .icoBox.iArrowRight {
    background-position: 0 0;
}

.icoBox.iArrowLeft,
a:hover .icoBox.iArrowLeft {
    background: url(btn-next.png) no-repeat;
    width: 23px;
    height: 23px;
}

.prodSet .tabs li a {
    background: none;
}

.prodSet li .prodImg {
    border: 1px solid #e5e5e5;
}

.prodSet .tabs li a:hover {
    background: none;
}

.prodSet li .prodName {
    width: 98%;
    left: 2px;
    bottom: 2px;
    line-height: 1.5em;
    font-size: 15px;
}


/* BANNER */

.Ad,
.Banner {
    padding: 0 20px;
    margin: 0 -20px 0;
    clear: left;
}

.adSlider {
    background: #e6e6e6;
    padding: 10px;
    border: 1px solid #CCC;
}

.adSlider .inner {
    padding: 2px;
    background: #FFF;
    position: relative;
    height: 214px;
}

.adSlider .pagerBtn {
    display: none;
}

.adSlider .icoBox,
.adSlider a:hover .icoBox {
    background: url(btn-prev-next-banner.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 46px;
    height: 52px;
}

.adSlider .icoBox.iArrowRight {
    left: -20px;
}

.adSlider .icoBox.iArrowLeft,
.adSlider a:hover .icoBox.iArrowLeft {
    right: -20px;
    background-position: -46px 0;
}


/* PRODUCT SET AUTO */

#mycarousel {}

#productset-content.carousel {
    padding: 0;
    display: table;
    margin: 0 auto;
    width: 100%;
}

#productset-content.carousel .dataTables_info {
    display: none;
    position: absolute;
    top: -38px;
    right: 1px;
    text-align: right;
    width: 300px;
    color: #FFFFFF;
}

#productset-content.carousel .ui-toolbar.ui-widget-header {
    line-height: 15px;
}

#productset-content.carousel .fg-toolbar.ui-widget-header {
    border: 0;
    background: none;
    position: absolute;
    top: -42px;
    right: 0;
    padding: 0 4px;
    width: 100%;
    z-index: 99999;
}

#productset-content.carousel .pagination-links {
    display: none;
}

#productset-content.carousel a.previous {
    margin-right: 10px;
}

#productset-content.carousel li {
    padding: 0;
}

#productset-content.carousel .mask {
    margin-top: -8px;
}

#productset-content.carousel .big {
    font-size: 13px;
}

#productset-content.carousel .allLinks {
    display: none;
    position: absolute;
    left: 5px;
    top: -27px;
    font-size: 10px;
}

#productset-content.carousel .allLinks a {
    padding: 0 5px 0 0;
    margin-right: 3px;
}

.prodSet li img {
    max-width: 100%;
    height: 250px;
}

.grp6 li {
    width: 25% !important;
}


/* POTD  */

.PODay {
    position: relative;
    background: #e6e6e6;
}

.PODay .prodInfo {
    float: right;
    margin: 8px 10px 10px 0;
    width: 60%;
}

.PODay .prodImg {
    float: left;
    margin: 15px 0 10px 10px;
    width: 30%;
    border: 1px solid #CCC;
}

.PODay .prodLink {
    font-size: 15px;
    font-weight: bold;
    font-size: 18px;
}

.PODay img {
    float: left;
    width: 100%;
}

.PODay h2 {
    margin: 0;
}

.PODay h4 {
    margin: 0;
    font-size: 16px;
}

.PODay p {
    margin: 0 0 10px 0;
}

.PODay btn {
    border: none;
    background: none;
}

.PODay .socialLinks {
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 5px;
    border: 1px solid #6d6e71;
    background: #000000;
}

.PODay .addthis_toolbox {
    display: table;
}

.PODay .addthis_toolbox > a {
    display: table-cell;
}

.grid_3 .PODay .socialLinks {
    position: relative;
    height: 20px;
}

.grid_3 .PODay p {
    margin: 0 0 5px 0;
}

.grid_3 .PODay .prodInfo {
    width: 100%;
}

.grid_3 .PODay .prodImg {
    width: 110px;
    margin-left: 45px;
}

.grid_3 .PODay h4,
.grid_3 .PODay .prodLink,
.grid_3 .PODay p {
    display: block;
    text-align: center;
}

.grid_3 .PODay .prodNum {
    display: none;
}

	
/* PROD RESULTS */

.prdrebConfig h5 {
    color: #fff;
}

.ProductResultsBasic .prodTile {
    border: none;
}

.ProductResultsBasic .prdrebConfig {
    bordeR: none;
    width: 20%;
}

.col4 {
    width: 33%;
}

.downloadLinks {
    text-align: center;
}

.prodPrice .priceLowest {}

.prdrebConfig .fieldsetInner {
    border-top: none;
    bordeR: none;
}

.prdrebConfig .ui-widget-header {
    padding: 7px 10px 7px;
    color: #000;
    border: none;
    font-size: 1.2em;
    text-transform: uppercase;
    background: #df222a;
}

.prdrebConfig .ui-widget-header h5 {
    font-size: 14px;
    padding: 0;
    line-height: inherit;
    color: #fff;
}

.YouMayAlsoLike .gridFooter {
    border: 1px solid #CCC;
    border-bottom: 2px solid #CCC;
    border-top: none;
    background: #FFF;
}

.YouMayAlsoLike .fieldsetInner {
    border: none;
}

.prdrebProducts.grid_9.omega {
    widtH: 80%;
}

.prdrebDimensionGroup ul li a {
    text-align: left;
}

.prdrebDimensionGroup .btnTxt {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
}

.prdrebDimensionGroup a.strong.moreLink {
    color: #df222a;
}

a.product-image-link img {
    border: 1px solid #efeeee;
}

a.product-image-link img[style] {
    border-width: thin !important;
}

/*Event Planner*/
.EventPlanner { width:90%; margin:0 auto; }
.EventPlanner h2, .EventPlannerList h2 { font-size:4em; font-weight:normal; text-align:center; margin:20px 0; }
.EventPlanner div.content { display:block !important; width:auto !important;  }
.EventPlanner .rightcol { width:70%; float:right; }
.EventPlanner .leftcol { width:25%; border:none; }
.EventPlanner .leftcol .content p:nth-child(2) { display:none; }
 .EventPlanner .imgPanel {bordeR:none; width:22%; }
.EventPlanner .imgContainer { background:#fff; width:100%; height:auto; padding:30px 0;   border:1px solid #e1e1e1; max-height:190px; min-height:190px; }
.EventPlanner .imgPanel div:nth-child(3) { font-weight:bold; color:#df222a; font-size:1.5em; }
.EventPlannerList { width:80%; margin:0 auto;}
.EventPlannerList .prodSet li .prodName { background:none; text-shadow:none; }
.EventPlannerList .prodSet .tabs li a { color:#555; }
.EventPlanner .leftcol .EventPlannerList { width:100%; }
.EventPlanner .leftcol .mainVideo iframe { width:100%; height:150px; }
.EventPlannerList .prodSet li img { height:120px; }
.EventPlannerList .prodSet li .prodImg { border:none; }
.EventPlannerList .prodSet li .prodName{ position:relative; }
.EventPlannerList .prodSet .tabs li a:hover .prodName { background:#ccc;  background-color:#ccc;}


/*----- Accordion -----*/

.prdrebConfig,
.prdrebConfig * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    color: #e2dedf;
}

.prdrebConfig {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    background: #f7f7f7;
    position: absolute;
    z-index: 9;
    right: -20px;
    top: 20px;
}


/*----- Section Titles -----*/

.prdrebConfig {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border-bottom: 1px solid #1a1a1a;
    background: #333;
    transition: all linear 0.15s;
    /* Type */
    font-size: 1.200em;
    text-shadow: 0px 1px 0px #1a1a1a;
    color: #df222a;
}

.accordion-section-title.active,
.accordion-section-title:hover {
    background: #4c4c4c;
    /* Type */
    color: #fff;
    text-decoration: none;
    text-align: right;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.btn-primary.btn-primary-alt {background-color:#df222a; border-color:#df222a; }
.bootstrap-container .btn-link {color:3667479; }

/* PROD DETAILS */

.configOptions {
    position: absolute;
    left: -42px;
    top: 100px;
    z-index: 200;
    width: 27px;
    display:none;
}

.configOptions .configHandle {
    position: absolute;
    width: 200px;
    height: 26px;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    z-index: 199;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #000;
    background: url(gradient-bg.png) left top repeat-x #000;
    left: -82px;
    top: 100px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

.configOptions .configHandle:hover {
    cursor: pointer;
}

.configOptions .configHolder {
    overflow: hidden;
    position: relative;
    margin-left: 32px;
    height: auto;
    width: auto;
}

.configOptions .config {
    position: relative;
    background: #FFF;
    margin: 0 0 0 10px;
    left: -240px;
    width: 210px;
    border: none;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.Login .grid_6.alpha {
    width: 45%;
    float: left;
}

.Login .grid_6.omega {
    width: 45%;
    float: right;
}


/* PROD TILE */

#id-qk-vw {
    displaY: block !important;
}

.qk-vw {
    display: block !important;
}

.prodTile .prodName a {
    color: #4D4D4D;
    font-size: 1.5em;
}

.prodTile .prodName a:hover {
    text-decoration: underline;
}

.YouMayAlsoLike {
    width: 90%;
    float: none;
    clear: both;
    margin:0 auto !important;
}

.ProductDetailVS i { background:none; display:none; }
.downloadLinks a .fa { margin-left:10px;  }
.downloadLinks a {color:#667479; } 
.virtualsample .virtualsampleIcon { display:none;  }
a.vsImagelink  { color:#fff !important; }

.YouMayAlsoLike .ui-widget-header {
    padding: 7px 10px 7px;
    color: #000;
    border: none;
    font-size: 1.2em;
    text-transform: uppercase;
    background: #e1e1e1;
}


/* FEATURED VIDS */

.featureVideo h6 {
    margin-bottom: 5px;
    margin-top: -6px;
    font-weight: normal;
}

.featureVideoSet ul {
    margin: 0 -5px;
}

.featureVideoSet ul li {
    float: left;
    padding: 0;
}

.featureVideoSet .tile {
    padding: 5px;
    border: 1px solid #CCC;
    margin: 5px;
}

.featureVideoSet .title {
    margin: 5px;
    text-align: center;
    font-size: 11px;
}

.featureVideoSet ul li:first-child {
    width: 100%;
    display: block;
}

.featureVideoSet ul li:first-child .tile {
    border: none;
    margin: 0;
}

.featureVideoSet ul li:first-child .title {
    text-align: left;
    float: none;
    font-size: 14px;
    font-weight: bold;
}


/* CONTACT FORM */


.c-forms-heading h2 { font-family: 'Didact Gothic', sans-serif !important; }

.c-title > * { font-family: 'Didact Gothic', sans-serif !important; }

.cognito .c-label label, .cognito .c-label { font-family: 'Didact Gothic', sans-serif !important; }

.cognito .c-forms-form button { font-family: 'Didact Gothic', sans-serif !important; }

#c-submit-button { font-family: 'Didact Gothic', sans-serif !important; }

.cognito input[type=text], .cognito .c-dropdown { font-family: 'Didact Gothic', sans-serif !important; }

.cognito label {
    display: inline;
    font-family: 'Didact Gothic', sans-serif !important;
}

.cognito .c-forms-form .c-label { font-family: 'Didact Gothic', sans-serif !important; }


.cognito .c-forms-heading .c-forms-form-title {
    display: none !important; }
	
.cognito .c-forms-form .c-forms-heading { display:none; }
	
.cognito form:after { display:none; }

.cognito { height:310px !important; overflow:hidden !important; }

.cognito .c-forms-form .c-label { font-family: 'Didact Gothic', sans-serif !important; }


/*footer menu*/

.footer .Logo {
    clear: both;
    width: 100%;
}

.footer .logo {
    width: 25%;
    height: auto;
    padding-bottom: 20px;
}

.footer .Menu {
    float: left;
    width: 20%;
    background: none;
}

.footer .Menu .menu {
    background: none;
}

.footer .introContent {
    padding-left: 20px;
    float: left;
    width: 25%;
    clear: left;
    margin-right: 5%;
    color: #8e8c8c;
    font-size: 1.2em;
}

.footer .introContent p {
    margin-top: 10px;
    line-height: 25px;
	color:#000;
}

.footer .contact {
    float: right;
    width: 48%;
}

.footer .contact h2 {
    font-size: 1.6em;
    coloR: #000;
    text-transform: uppercase;
}

.footer .menu a.boldstuff {
    font-weight: bold;
    color: #df222a;
    font-size: 1.2em;
}

.footer .menu a {
    text-transform: uppercase;
    color: #000;
    line-height: 25px;
    font-size: 1.0em;
}

.footer .menu ul li {
    line-height: normal;
}

.prodDetail.grid_8.omega {
    width: 60%;
    margin-left: 5%;
}

.prodImage.grid_4.alpha {
    width: 30%;
    margin-left: 2% !important;
}

.hei300 {
    width: 100%;
    display: block;
}


/* ARTICLES */

.article {
    float: left;
    display: inline-block;
    margin: 0 20px 20px 0;
    line-height: inherit;
}

.article:last-child {
    margin-right: 0px;
}

.article h3 {
    margin-bottom: 8px;
    line-height: normal;
    color: #464646;
}

.article .readmore {
    padding: 8px 0 0 0;
    width: inherit;
    font-weight: bold;
}

.article .readmore a:after {
    content: " >";
}


/* MEDIA QUERIS */

@media \0screen {
    .configOptions .configHandle {
        position: absolute;
        width: 200px;
        height: 24px;
        line-height: 24px;
        color: #FFF;
        text-align: center;
        z-index: 199;
        font-weight: bold;
        font-size: 16px;
        border: 1px solid #000;
        left: -82px;
        top: 100px;
        background: url(gradient-bg.png) left top repeat-x #000;
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
        top: 0px;
        left: 0px;
    }
}

.ShoppingCart .Cart .scTrigger.btn-shopping-cart .btnTxt {
    color: #fff;
    background: url(cart.png) no-repeat;
}

.ShoppingCart .Cart .scTrigger.btn-shopping-cart .btnTxt {
    display: block;
    width: 30px;
    margin: 0;
    padding: 15px 30px;
    height: 40px;
    background-position: center;
    box-sizing: border-box;
    cursor: pointer;
    text-indent: -1000px;
    right: 8px;
    font-size: 0px;
}

.ShoppingCart .Cart .scTrigger.btn-shopping-cart .badge {
    border-radius: 6px;
    display: block;
    position: absolute;
    background: #df222a;
    color: #000;
    font-size: 10px;
    right: 0;
    top: -5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    width: auto;
    padding: 0 4px;
    text-indent: 0;
}


/* MOBILE */

@media only screen and (min-width:481px) and (max-width: 600px) {
	
	.newsletter {
	padding-top: 134px;
    position: absolute;}
	
    .header .menu > ul li:nth-child(1) {
        display: none;
    }
    #shoppingCart {
        width: 400px;
    }
    .header .Menu,
    .Logo {
        z-index: 99;
    }
    .QuickSearchBasic {
        position: relative;
        background: none;
        z-index: 99;
    }
    a.btn.btn-filters {
        displaY: none;
    }
    .prdrebConfig {
        displaY: none;
    }
}

@media only screen and (min-width:501px) and (max-width: 800px) {
    .header .menu li:nth-child(2) ul.dropdown {
        margin-left: -100%;
        width: 540px;
        height: 730px;
    }
    .header .menu ul li a.image-one {
        top: 10px;
    }
    .header .menu ul li a.image-two {
        left: 0;
        top: 140px;
    }
    .header .menu li:nth-child(2) ul.dropdown li {
        width: 50%;
    }
}

@media only screen and (min-width:801px) and (max-width: 1024px) {
    .header .menu li:nth-child(2) ul.dropdown {
        margin-left: -150%;
        width: 690px;
        height: 540px;
    }
    .header .menu li:nth-child(2) ul.dropdown li {
        width: 30%;
    }
    .header .menu ul li a.image-one {
        top: 10px;
    }
    .header .menu ul li a.image-two {
        left: 0;
        top: 140px;
    }
}

@media only screen and (min-width:1025px) and (max-width: 1200px) {
    .header,
    .section,
    .footer,
    .fullWidthHeaderZone,
    .fullWidthFooterZone {
        width: 95%;
    }
}

@media only screen and (min-width:481px) and (max-width: 500px) {
    .header .menu li:nth-child(2) ul.dropdown {
        margin-right: -220px;
        width: 480px;
        height: 800px;
    }
    .header .menu li:nth-child(2) ul.dropdown li {
        width: 50%;
    }
}

@media only screen and (min-width: 766px) and (max-width: 1024px) {
    .ProductResultsBasic .prdrebConfig {
        position: relative;
        width: 100%;
    }
    .ProductResultsBasic .prdrebProducts {
        margin-left: 0;
        margin-right: 10px!important;
    }
    .ProductResultsBasic .prdrebFilters strong,
    .ProductResultsBasic .prdrebConfig h5 {
        font-size: 13px;
        padding: 0;
        display: inline-block;
        line-height: 22px;
        float: left;
        clear: left;
        margin-right: 10px;
    }
    .ProductResultsBasic .prdrebFilters strong:after,
    .ProductResultsBasic .prdrebConfig h5:after {
        content: ': ';
    }
    .ProductResultsBasic .prdrebConfig .ui-widget-header {
        background: none;
        border: none;
        float: left;
    }
    .ProductResultsBasic .prdrebFilters {
        border: 0;
        padding: 0;
    }
    .ProductResultsBasic .prdrebFilters li {
        float: left;
        margin-right: 10px;
    }
    .ProductResultsBasic .prdrebFilters ul {
        float: left;
    }
    .ProductResultsBasic .prdrebFilters a.btnLink {
        float: left;
        clear: both;
    }
    .ProductResultsBasic .prdrebConfig .ui-widget-header.noBorderBot.noBorderTop {
        display: none;
    }
    .prdrebConfig .ui-widget-header {
        padding: 0;
    }
    .ProductResultsBasic .prdrebDimensions:hover {
        display: block;
        width: 300px;
        padding-bottom: 200px;
    }
    .ProductResultsBasic .prdrebDimensions:hover .prdrebDimensionGroup {
        display: block;
        height: auto;
        z-index: 319;
    }
    .ProductResultsBasic .prdrebDimensions {
        position: absolute;
        right: 30px;
        top: -33px;
        border: none;
        z-index: 320;
    }
    .ProductResultsBasic .prdrebDimensions:before {
        content: 'Search Filters';
        width: 162px;
        z-index: 320;
        cursor: pointer;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
        padding: 5px 20px;
        float: right;
        border: none;
        positioN: absolute;
        right: 0px;
        background: #333;
    }
    .ProductResultsBasic .prdrebDimensionGroup {
        display: none;
        position: relative;
        right: 0px;
        top: 33px;
        background: #000;
        width: 300px;
        padding: 10px;
        border: 1px solid #fff;
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        z-index: 300;
    }
    .prdrebConfig {
        top: 0;
    }
    a.btn.btn-filters,
    .btn-close-filters {
        display: none !important;
    }
    .quickSearch .formLayout.inline .flGrp.buttons {
        position: relative;
        margin: 33px 8px 0 -65px;
    }
    .QuickSearchBasic .quickSearch .formLayout.inline .flGrp.buttons div {
        left: -50px;
    }
    .Logo {
        z-index: 9;
    }
}

@media only screen and (min-width:481px) and (max-width: 765px) {
    .quickSearch .formLayout.inline .flGrp.buttons {
        position: relative;
        margin: 20px 8px 0 -65px;
    }
}

@media only screen and (min-width:481px) and (max-width: 1024px) {
    #hidebutton {
        display: none;
    }
    .header,
    .section,
    .footer,
    .fullWidthHeaderZone,
    .fullWidthFooterZone {
        width: 95%;
    }
    .ProductResultsBasic .prdrebConfig {
        left: 0 !important;
    }
    .header,
    .section,
    .footer,
    .fullWidthHeaderZone,
    .fullWidthFooterZone {
        width: 95%;
    }
    .Logo {
        width: 45%;
        margin-bottom: 5%;
    }
    #closesearch {
        display: none;
    }
    .QuickSearchBasic .quickSearch .formLayout .flGrp.search-keyword {
        width: 100% !important;
    }
    .QuickSearchBasic[style] {
        display: block !important;
    }
    .QuickSearchBasic {
        position: relative;
        background: none;
        z-index: 99;
    }
    .QuickSearchBasic .quickSearch .formLayout.inline {
        text-align: center;
    }
    .QuickSearchBasic .quickSearch .formLayout.inline .info {
        display: none;
    }
    .QuickSearchBasic .quickSearch .formLayout.inline .flGrp.Xxxx {
        vertical-align: top;
        display: inline-block;
    }
    .QuickSearchBasic .quickSearch .formLayout.inline .flGrp.buttons {
        float: right;
        display: inline-block;
        width: auto;
        position: relative;
    }
    .QuickSearchBasic .quickSearch .formLayout.inline .flGrp.buttons div {
        top: auto;
        left: 0;
        bottom: -30px;
    }
    .header .Menu {
        padding: 2% 0%;
        top: 50%;
		position: absolute;
        z-index: 99;
    }
    .headerZone1 .Content {
        width: 45%;
    }
    .header .menu li:nth-child(2) ul.dropdown ul.dropdown,
    .header .menu li:nth-child(2) ul.dropdown ul.dropdown:hover {
        position: relative;
        top: 0;
    }
    li.dropdown-20 {
        margin-top: 30px;
    }
    li.dropdown-30 {
        margin-top: -345px;
    }
    li.dropdown-29 {
        margin-left: -220px;
    }
    .footer .introContent {
        floaT: none;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .footer .contact {
        width: 58%;
    }
    .footer .Menu {
        width: 40%;
    }
    .footer .logo {
        width: 40%;
        padding: 0;
    }
    .ProductResultsBasic .btn-filters {
        display: block;
        float: right;
    }
    .prdrebProducts.grid_9.omega {
        width: 100%;
    }
    .prodTileWrap .col4 {
        width: 50%;
    }
    .prodTile .prodImg img {
        max-height: 100%;
        max-width: 100%;
    }
    .prodDetail.grid_8.omega,
    .prodImage.grid_4.alpha {
        width: 100%;
        margin: 0;
    }
    .configOptions {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .pageControls {
        text-align: center;
    }
    .prodImage.grid_4.alpha {
        margin-left: 0 !important;
    }
    a.btn,
    .prdrebTopBreadcrumbs,
    .ProductDetailsBasic .prodDetailInfo h3,
    .aboutUs p {
        font-size: 100% !important;
    }
    .prodTile .prodName a {
        font-size: 100%;
    }
    body {
        font-size: 100% !important;
    }
    .footer .introContent {
        width: 100%;
    }
    .footer .logo {
        width: 100%;
        padding-bottom: 5px;
    }
    .footer .contact {
        width: 100%;
        float: none;
    }
    .ProductResultsBasic .prdrebConfig {
        width: 100%;
        background: #333;
    }
    

    
    body {
        min-width: 100%;
    }
    body,
    h1,
    h2 {
        font-size: 100%;
    }
    body .container {
        background: #fff;
    }
    body.mobile nav.mobile-menu {
        color: #fff;
        background: #231f20;
    }
    .ShoppingCart {
        display: table;
        float: none;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 0%;
        margin-top: -50px;
    }
    body.mobile nav.mobile-menu a.toggle-nav,
    .ShoppingCart .Cart .scTrigger.btn-shopping-cart .btnTxt {
        color: #fff;
    }
    .ShoppingCart .Cart .scTrigger.btn-shopping-cart .btnTxt {}
    .ShoppingCart .Cart .scTrigger.btn-shopping-cart .badge {
        border-radius: 6px;
        display: block;
        position: absolute;
        background: #c70000;
        color: #000;
        font-size: 10px;
        left: 42px;
        right: auto;
        top: -5px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        width: auto;
        padding: 0 4px;
        text-indent: 0;
    }
    #closesearch {
        display: none;
    }
    .QuickSearchBasic .quickSearch .formLayout .flGrp.search-keyword {
        width: 95% !important;
    }
    .QuickSearchBasic[style] {
        display: block !important;
    }
    .QuickSearchBasic {
        position: relative;
        background: none;
    }
    .QuickSearchBasic .quickSearch .formLayout.inline {
        text-align: center;
    }
    .QuickSearchBasic .quickSearch .formLayout.inline .info {
        display: none;
    }
    .QuickSearchBasic .quickSearch .formLayout.inline .flGrp.Xxxx {
        vertical-align: top;
        display: inline-block;
    }
    .QuickSearchBasic .quickSearch .formLayout.inline .flGrp.buttons {
        float: none;
        display: inline-block;
        width: auto;
        margin: 6px 0 0 -63px;
        top: 10%;
    }
    .QuickSearchBasic {
        z-index: 99;
    }
    .float-right {
        position: unset;
        font-size:100%; 
    }
    .float-right .fa { font-size:100%;  }

    .QuickSearchBasic .quickSearch .formLayout.inline .flGrp.buttons div {
        top: auto;
        left: 0;
        bottom: -30px;
    }
    #productset-content.carousel .dataTables_info {
        right: 5px;
        top: -36px;
    }
    .header .Address {
        margin: 0!important;
        margin-top: 20px;
    }
    .Address .address.inline .phone span,
    .Address .address.inline .phone a,
    .Address .address.inline .email,
    .Address .address.inline .email a {
        color: #000;
    }
    .tip-content {
        font-size: 100% !important;
    }
    .footer .innerWrapper {
        padding: 20px 0!important;
    }
    .headerZone1 .Content {
        float: none;
        margin-top: 5%;
        width: 100%;
        margin-right: 0%;
        overflow: visible;
    }
    .headerZone1 .asiModule {
        width: auto !important;
    }
    .ShoppingCart .Cart #shoppingCart {
        width: 300px;
        left: auto;
        right: 0;
    }
    .float-right {
        width: 75%;
    }
    .prdrebProducts.grid_9.omega {
        width: 100%;
    }
    .col4 {
        width: 100%;
    }
    .footer .introContent {
        width: 100%;
        margin: 0;
        paddinG: 0;
    }
    .footer .logo {
        width: 50%;
        margin: 0 auto;
    }
    .footer .menu.vertical {
        display: inline-block;
    }
    .footer .menu ul li {
        text-align: center;
        width: 100%;
    }
    .prodImage.grid_4.alpha,
    .prodDetail.grid_8.omega {
        width: 100%;
        margin: 0;
    }
    .YouMayAlsoLike {
        display: none;
    }
    .nav-image-one {
        display: none;
    }
    .nav-image-two {
        display: none;
    }
    .header .menu ul li a.image-one {
        display: none !important;
    }
    #hidebutton {
        display: none;
    }
    .float-right {
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    #hidephone {
        text-align: center;
        float: none;
        clear: both;
    }
    #hidephone .tip-content:before {
        displaY: none;
    }
    #hidephone img {
        display: none;
    }
    #hidephone .tip-content {
        width: 100%;
        display: block !important;
        transition: none;
        position: relative;
        opacity: 1.0;
        color: #000;
        background: none;
        top: auto;
        right: auto;
        box-shadow: none;
        padding: 0;
    }
    a.image-one {
        display: none !important;
    }
    .header .Address {
        padding: 0;
    }
    .logo {
        padding: 0;
    }
    .Logo {
        z-index: 9;
    }
}

.prodTile {
    border: none;
    padding: 5px;
    height: 380px;
}

#id-qk-vw {
    display: none !important;
}

.prdrebTopBreadcrumbs {
    font-size: 1.5em;
    width:80%;
}

.modProductResultsBasic {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.prodTile .prodImg img {
    max-height: 250px;
    max-width: 250px;
}

#product-list li .prodTile {
    height: auto;
}

.Presentations ._30.fltright.omega.alignRight {
    display: none !important;
}

.Presentations .productCollectionPanel {
    padding: 0px;
    margin: 0px;
}

.sale:nth-child(1) {
    margin-left: 0px;
}

.sale:nth-child(4) {
    margin-right: 0px;
}

.sale {
    width: 24.2%;
    background: #ccc;
    float: left;
    margin: 0 10px;
    height: 150px;
    text-align: center;
    font-size: 3em;
}

.sale-two {
    margin-top: 10px;
    font-size: 14px;
}

#presentation-actions {
    width: 100%;
    text-align: center;
}

#presentation-actions a.btn {
    widtH: 80%;
    margin: 0 auto;
    background: #55dfd0;
    border: 0px;
    font-size: 3em;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px;
}

.Presentations p {
    display: none;
}

#presentation-info {
    display: none;
}

.prodTile .prodImg {
    text-align: center;
    display: inline-block;
    height: auto;
    width: 100%;
}

.sale-one {
    background: #0f4d62;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.sale-one h2 {
    color: #fff;
    font-size: 3em;
}

.Presentations .grp5 li {
    width: 30% !important;
}

.Presentations .prodName a:before {
    width: 20%;
    background: #55dfd0;
    content: 'SALE';
    display: block;
    padding: 10px;
    color: #fff;
    margin: 0 auto;
}

.Presentations .prodName a {
    font-weight: normal;
}

.Presentations .prodTags {
    display: none;
}

.reviews_container {}

#reviewcontent {
    margin: 0 auto;
    text-align: center;
}

#reviewheader {
    display: none;
}

.review {
    width: 30% !important;
    display: inline-block;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    padding: 20px !important;
    margin: 10px;
    height: 200px;
    overflow: hidden;
}

.rdescriptioin {
    margin-top: 10px;
    height: 70px;
    overflow: hidden;
}

.cname {
    text-transform: uppercase;
}

#reviewfooter {
    clear: both;
    background: #0f4d62;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 10px;
    width: 100%;
    font-size: 16px;
}

.reviews h1 {
    font-size: 4.0em;
    margin-bottom: 5px;
    font-weight: normal;
}

.reviews {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.reviews h3 {
    color: #333;
}

div#page {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

div#container {
    padding: 20px;
}

div#ads {
    clear: both;
    padding: 12px 0 12px 66px;
}

div#footer {
    clear: both;
    color: #777;
    margin: 0 auto;
    padding: 20px 0 40px;
    text-align: center;
}

div.content {
    /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
    display: none;
    float: right;
    width: 550px;
}

div.content a,
div.navigation a {
    text-decoration: none;
    color: #777;
}

div.content a:focus,
div.content a:hover,
div.content a:active {
    text-decoration: underline;
}

div.controls {
    margin-top: 5px;
    height: 23px;
}

div.controls a {
    padding: 5px;
}

div.ss-controls {
    float: left;
}

div.nav-controls {
    float: right;
}

div.slideshow-container {
    position: relative;
    clear: both;
    height: 502px;
    /* This should be set to be at least the height of the largest image in the slideshow */
}

div.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('//cdn.asicentral.com/esp-websites/designstore/apparel/labeled-5-v3/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 550px;
    height: 502px;
    /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow {}

div.slideshow span.image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

div.slideshow a.advance-link {
    display: block;
    width: 550px;
    height: 502px;
    /* This should be set to be at least the height of the largest image in the slideshow */
    line-height: 502px;
    /* This should be set to be at least the height of the largest image in the slideshow */
    text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
    text-decoration: none;
}

div.slideshow img {
    vertical-align: middle;
    border: 1px solid #ccc;
}

div.download {
    float: right;
}

div.caption-container {
    position: relative;
    clear: left;
    height: 75px;
}

span.image-caption {
    display: block;
    position: absolute;
    width: 550px;
    top: 0;
    left: 0;
}

div.caption {
    padding: 12px;
}

div.image-title {
    font-weight: bold;
    font-size: 1.4em;
}

div.image-desc {
    line-height: 1.3em;
    padding-top: 12px;
}

div.navigation {
    /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
    clear: both;
    margin: 0;
    padding: 0;
}

ul.thumbs li {
    float: left;
    padding: 0;
    margin: 5px 10px 5px 0;
    list-style: none;
}

a.thumb {
    padding: 2px;
    display: block;
    border: 1px solid #ccc;
}

ul.thumbs li.selected a.thumb {
    background: #000;
}

a.thumb:focus {
    outline: none;
}

ul.thumbs img {
    border: none;
    display: block;
}

div.pagination {
    clear: both;
}

div.navigation div.top {
    margin-bottom: 12px;
    height: 11px;
}

div.navigation div.bottom {
    margin-top: 12px;
}

div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 7px 2px 7px;
    border: 1px solid #ccc;
}

div.pagination a:hover {
    background-color: #eee;
    text-decoration: none;
}

div.pagination span.current {
    font-weight: bold;
    background-color: #000;
    border-color: #000;
    color: #fff;
}

div.pagination span.ellipsis {
    border: none;
    padding: 5px 0 3px 2px;
}
/* Fade */
.ShoppingCart button{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.ShoppingCart button:hover, .ShoppingCart button:focus, .ShoppingCart button:active {
 color: #df222a;

}
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #eab010;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  color: #df222a;
}
