@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);
/* Please Keep this font import at the very top of any CSS file */
@charset "UTF-8";

/* New CTA Icon Area */

#ctas-wrapper {
  background: #9F9F9F;
}

#ctas-holder {
  background: #9F9F9F;
  float: left;
  min-height: 55px;
}

.clearfix {
 clear: both; 
}

a.ctas span span.smaller-ctas {
    font-size: 11px;
    width: 100%;;
}

a.ctas span span.larger-ctas {
 	font-size: 24px; 
    float: none;
}

a.two-line span {
 top: 5px; 
    position: relative;
}

a.two-line-small span {
 top: 8px; 
    position: relative;
}

a.two-line-small span span {
 top: 0px; 
    position: relative;
}

a.one-line span {
 top: 15px;
    position: relative; 
}

a.ctas span {
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  float: left;
  width: 75%;
  line-height: 1.2em;
  font-weight: bold;
  text-shadow: 1px 1px 14px #666;
}

a.ctas i.fas, a.ctas img {
  font-size: 44px;
  color: #fff;
  float: left;
  width: 24%;
    left: 10px;
  	top: 5px;
    position: relative;
}
/* Starter CSS for Flyout Menu */
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: -2px;
  right: 0;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li {
  float: none;
}
#cssmenu ul ul {
  margin-top: 1px;
}
#cssmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu {
  width: 100%;
  background: #333333;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  zoom: 1;
  font-size: 12px;
}
#cssmenu:before {
  content: '';
  display: block;
}
#cssmenu:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu a {
  display: block;
  padding: 15px 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
#cssmenu > ul {
  width: 100%;
}
#cssmenu ul ul {
  width: 175px;
}
#cssmenu > ul > li > a {
  border-right: 4px solid #ffffff;
  color: #ffffff;
}
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul > li.active a {
  background: #009dca;
}
#cssmenu > ul > li a:hover,
#cssmenu > ul > li:hover a {
  background: #009dca;
}
#cssmenu li {
  position: relative;
}
#cssmenu ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
#cssmenu ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#cssmenu ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
#cssmenu ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#cssmenu ul ul {
  border: 1px solid #a7a7a7;
}
#cssmenu ul ul a {
  font-size: 12px;
  color: #ffffff;
}
#cssmenu ul ul a:hover {
  color: #ffffff;
}
#cssmenu ul ul li {
  border-bottom: 1px solid #a7a7a7;
}
#cssmenu ul ul li:hover > a {
  background: #4eb1ff;
  color: #ffffff;
}
#cssmenu.align-right > ul > li > a {
  border-left: 4px solid #a7a7a7;
  border-right: none;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right li {
  text-align: right;
}
#cssmenu.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
#cssmenu.align-right ul li.has-sub > a:after {
  content: none;
}
#cssmenu.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}
#cssmenu.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
#cssmenu.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#cssmenu.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}


.product-grid-item p {
font-weight:bold;
}

/* Custom Video Wrapper */

.videoWrapperSCS {
	position: relative;
	padding-bottom: 52%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapperSCS iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Category Bottom Content Style */

div.catcont {
padding-left:5%;
  padding-right:10px;
}

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

/* Hide Zonos Hello on pages */

#zonos {
display:none !important;
}

@media screen and (max-width: 768px) {
 #device_support_btn {
  display: none !important; 
 }
}


@media screen and (max-width: 1425px) {
 a.ctas span span.smaller-ctas {
    font-size: 9px;
    width: 100%;;
}

a.ctas span span.larger-ctas {
 	font-size: 19px; 
    float: none;
}

a.ctas span {
  font-size: 14px;
}

a.ctas i.fas, a.ctas img {
  font-size: 25px;
}
}

@media screen and (max-width: 1135px) and (min-width: 769px) {
 a.ctas span span.smaller-ctas {
    font-size: 6px;
    width: 100%;;
}

a.ctas span span.larger-ctas {
 	font-size: 15px; 
    float: none;
}

a.ctas span {
  font-size: 11px;
}

a.ctas i.fas, a.ctas img {
  font-size: 20px;
}
  a.ctas img {
   height: 35px !important; 
  }
}

@media screen and (max-width: 600px) and (min-width: 481px) {
  #ctas-wrapper {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  
  #ctas-holder {
  min-height: 55px;
}

a.ctas span span.smaller-ctas {
    font-size: 11px;
    width: 100%;;
}

a.ctas span span.larger-ctas {
 	font-size: 24px; 
    float: none;
}

a.ctas span {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  float: left;
  width: 75%;
  line-height: 1.2em;
  font-weight: bold;
  text-shadow: 1px 1px 14px #666;
}

a.ctas i.fas, a.ctas img {
  font-size: 32px;
  color: #fff;
  float: left;
  width: 13%;
    left: 10px;
  	top: 5px;
    position: relative;
}
}
 

[class*=" fa-"]:before,[class^=fa-]:before { font-family: "Font Awesome 5 Free", stamped-font, FontAwesome,"Font Awesome 5 Pro","Font Awesome 5 Brands" !important; font-weight: inherit !important; }


#lochidemob {display: block;}
.locshowmob {display: none;}

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

#lochidemob {display: none;}
.locshowmob {display: block;}

}