﻿.hide-on-mobile{
	display: none !important;
}

.hide-on-pc{
	display: block;
}

body{
	margin-left: 0;
	transition: margin-left 0.5s;
	position: relative;
    width: 100%;
	margin-top: 0;
	overflow-x: hidden;
}

body.mobile{
	margin-left: 80%;
	overflow-x: hidden;
}

#mainContainer{
	width: 100%;
	max-width: 100%;
	position: static;
	overflow-x:hidden;
}

.header {
    width: 100%;
    position: fixed;
    background: white;
    padding-bottom: 15px;
	transition: left 0.5s;
    left: 0;
}

body.mobile .header {
    position: absolute;
    left: 0;
}

#bg{
	display: none;
}

.topNav {
    width: 80%;
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    left: -80%;
    height: 100%;
    background: #7297A9;
    padding: 0;
	transition: left 0.5s;
}

/*body.mobile .mainContainerHldr{
	padding-top: 25px;
}*/

body.mobile .topNav{
	/*left: 0;*/
}

.menu ul li.topnav-title a, .menu ul li.topnav-title a:hover {
    background: linear-gradient(to bottom, #7297a8 0%, #638493 100%);
    color: #cee1ea;
}
#top-m-menu{
	display: block;
	float: left;
	margin-top: 22px;
	margin-left: 0.625rem;
}

div.topNav div.shopBy {
    display: none;
}

ul li.topnavsep{
    display:none;
}

.menu ul{
    height:100%;
    background:white;
}

.menu ul li:not(.topnavsep) {
    display: block;
    /* float: left; */
    padding: 0px;
    z-index: 200000;
    font-size: 14px;
    /* text-align: left; */
	width: 100%;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.menu ul li a {
    display: block;
    text-align: left;
}

.menu ul li a, .menu ul li a:hover, .menu ul li:hover a, .menu ul li ul li a:hover, .menu ul li ul.subtop li a{
    display: block;
    text-align: left;
    background-image: none;
    background-color: #7297A9;
    border-bottom: 1px solid #506c79;
    border-top: 1px solid #92b5c5;
    color: white;
    padding: 0 0.75rem;
    font-size: 1rem;
    line-height: 2.5rem;
}

.menu ul li:not(.topnav-title) a::after {
    content: "\f04e";
    display: block;
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 2.5rem;
}

.menu li ul {
	display: block;
    border: none;
    position: static;
    width: 100%;
}

.menu ul li ul li a, .menu ul li:hover ul li a {
    padding-left: 30px;
}
.blue-grey{
	color: #7297A9;
}

a.logoHome{
	display: table;
	margin: 10px auto 0 auto;
	position: initial;
	background: url('../images/logo-laz.png') center center no-repeat;
	height: 57px;
	max-width: 370px;
	width: 50%;
	background-size: contain;
}

div#topSearch{
	display: none;
}

#topSearchContent {
    /* position: static; */
    display: block;
    top: 70px;
    height: auto;
    min-height: 45px;
    border: none;
    box-shadow: none;
}

#topSearchContent .inner {
    padding: 0 0.625rem;
    position: relative;
	width: auto;
}

#topSearchContent #topSearchQ {
    border: 1px solid #ccc;
    width: calc(100% - 22px);
    /* padding: 0; */
    /* display: table; */
}

#topSearchContent .cols{
	display:none;
}

#topSearchContent .arrow-up .arrow-in, #topSearchContent .arrow-up{
	display: none;
}

.headerSearch{
	display: none;
}

.mainContainerHldr {
    padding-top: 120px;
    padding-left: 10px;
    padding-right: 10px;
}

.homeContentArea{
	/*display: none;*/
}

#mainContentHome2{
	width: 100%;
}



#catlist{
	/* width:inherit; */
	margin:0;
	height: initial;
	margin-left: -5px;
	margin-right: -5px;
	width: calc(100% + 10px);
}

#catlist a, #catlist a:hover, #catlist a.full, #catlist a.full:hover, #catlist a.w50, #catlist a.w50:hover {
    width: calc(50% - 10px);
    border: none;
    height: 150px;
    margin: 5px;
    clear: none;
    position: relative;
    background-color: rgba(0,0,0,0.05);
}

#catlist a span {
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    height: initial;
    line-height: 1.75;
    color: white;
    font-size: 1rem;
    /* text-shadow: 0 0 5px black; */
    width: calc(100% - 10px);
    /*background: rgba(0,0,0,0.75);*/
    padding: 0 5px;
    text-align: right;
    /* font-weight: bold; */
    /* white-space: nowrap; */
}

#catlist a span::after {
    content: "\f04b";
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 12px;
}

#mainContentHome2 {
    padding: 0;
    background: white;
}

.ATScol1:not(.no-hode) {
    display: none;
}

.ATScol1 ul.mlist {
    width: 100%;
}

.ATScol1.no-hode {
    width: 100%;
    padding-top: 0;
}

.ATSpagetitle{
	display: none;
}

.products-header{
	display: none;
}

.prList ul li a.products-image img {
    max-width: 100%;
}

.prList ul li a.products-image{
    display:block;
    float:left;
    max-width:100px;
    position:relative;
    margin-right: 50px;
    margin-left: 10px;
    height: auto;
    padding: 5px 0;
	width: 150px;
}

.prList ul li{
    height:auto;
    width:100%;
    border-right:none;
    margin-bottom:10px;
    border-bottom: 1px solid #ccc;
}

.prList ul li.hover{
    background:none;
}
.ATScol2{
    width:100%;
    border:none;
}

.prList ul{
    margin-top:20px;
}

.prList ul li div.products-icons {
    margin: 0;
    left: 0;
    width: auto;
    z-index: 2;
}

.prList ul li div.products-icons img{
	width:22px
}

.prdes {
    display: block;
    line-height: 15px;
    font-size: 11px;
    color: #656565;
    height: 45px;
    overflow: hidden;
    margin-top: 15px;
}

.prdes p {
    padding: 0;
    margin: 0;
    line-height: 15px;
    font-size: 11px;
    color: #656565;
}

.prViewCol1 {
    max-width: 100%;
    padding: 0;
    margin: 20px auto;
    display: table;
    float: none;
}

.prViewCol2 {
    display: block;
    float: right;
    padding: 0;
    margin: 20px 0 0 0;
    width: 100%;
	position: relative;
}

.prViewCol2 img{
	max-width: 100%;
}

div.rightColContent_B{
	border: none;
	max-width: 100%;
}

.rightColContent_B img:not([width=""]) {
    /* width: 100% !important; */
    max-width: 100% !important;
    height:auto;
}

.eventlist div.image a img{
	max-width: 100%;
}

.eventlist div.sep{
	width: 100%;
}

div.leftColContent_B {
    float: none;
    width: 100%;
    min-height: initial;
    display: inline;
    position: relative;
    z-index: 2;
    border-right: none;
}

.leftColContent_B ul {
    margin-top: 0;
    width: 100%;
}

.leftColContent_B ul li{
	width: 100%;
}

.leftColContent_B ul li a {
    width: calc(100% - 20px);
    padding: 0;
    line-height: 2rem;
}

.titleWrapper {
    display: none;
}

body *:not(#homeSlideArea){
	/*max-width: 100%;*/
}

body img, body table{
	max-width: 100% !important;
}


#topSearchContent .inner .list{
	padding: 0;
}

#topSearchContent .inner .title{
	display: none;
}

#topSearchContent .inner .col1 {
    width: 100%;
    margin: 0;
}

#topSearchContent .inner .col2, #topSearchContent .inner #searched .col2{
	display: none !important;
}

#topSearchContent .inner .cols{
	position:absolute;
	background:white;
	width:calc(100% - 42px);
	border:1px solid #444;
	margin-top:0;
	padding: 10px;
}

.products-ass-content a {
    width: calc(25% - 2px);
    min-height: 140px;
}

.products-ass-content table {
    border-collapse: collapse;
    display: table;
    margin: 0 auto;
}

.prList ul li a.products-image img {
    max-width: 100px !important;
}

.prViewCol1 #main-image a.lightboxfake img{
	min-width: 100px;
}

.prViewCol1 #main-image a.lightboxfake{
	width:100%;
}

.prViewCol1 #main-image{
	width: 100%;
}

.prViewCol1{
	width:100%;
}

.prViewCol1 #main-image a.lightboxfake img{
	max-width: 100%;
}

.homeContentArea img{
	max-width: 100% !important;
}

.footerNav {
    width: calc(100% - 42px);
    margin: 0;
    /* padding-bottom: 100px; */
    position: static;
    padding: 0 20px;
    background: #f7f7f7;
    bordeR: 1px solid #ccc;
}

.footer {
    width: 100%;
    /* min-height: 200px; */
    height: auto;
}

.footerShadow{
	width: 100%;
	padding: 0;
    background: none;
}

.footerCont {
    width: 100%;
    padding: 10px 0 0 0;
    margin-top: 20px;
    /*border-top: 1px solid #ccc;*/
}

.copyright {
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 0 10px;
}

.footerNav a {
    display: block;
    width: auto;
    background: #F7F7F4;
    border-bottom: 1px solid #ccc;
    line-height: 54px;
    padding: 0 1.25rem !important;
    margin: 0;
    color: #444;
    font-size: 1.125rem;
    font-weight: bold !important;
}

.footerNav a[href^="cont"] {
    border: none;
}

	.footerNav span.footerIco {
		display:none;
	}

	.footerNav br {
		display: none;
	}

.prViewCol2 .products-detail-tab a, .prViewCol2 .products-detail-tab a.on, .prViewCol2 .products-detail-tab a:hover, .prViewCol2 .products-detail-tab a.on:hover {
    float: none;
    background: #f2f1ec;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 0.625rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 1rem;
    color: #444;
    line-height: 24px;
}

.products-detail-content .tabs{
	display: none;
}

.fixed-top{
	display: none;
}

.menu ul li ul.subtop li {
    width: 100%;
}

.menu ul li ul.subtop li a{
	padding-left: 30px;
}

.footer-title{
	display: none;
}

.footer-col, .footer-col.sepleft {
    width: calc(100% - 40px);
    border: none;
}

.footer-col:nth-child(3){/*, .footer-col:nth-child(5)*/
    display:none;
}

.footer-row {
    background-color: #F7F7F4;
    border: 1px solid #CCC;
    margin: 0 10px;
    padding: 0;
    width: calc(100% - 20px);
}

.footer-inner {
    padding-top: 0;
}

.footer-col a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 10px;
    padding: 0 0.625rem;
    border-bottom: 1px solid #CCC;
    color: #444 !important;
    display: block;
    font-weight: bold;
    line-height: 3;
}

.footer-row .footer-col:nth-child(5) a:last-child{
    border:none;
}

.footer-col a:after {
    font-family: FontAwesome;
    content: "\f0da";
    display: block;
    float: right;
    color: #ccc;
}

div#FrameContainer-670 {
    padding: 0;
    max-width:100%;
    width:100%;
}

div#FrameContainer-670 input, div#FrameContainer-670 textarea{
	width:calc(100% - 12px);
}

div#White--Transparent {
    margin-left: 0 !important;
}

div#White--Transparent img {
    width: auto;
}

div#White--Transparent{
    position:relative !important;
    padding:0;
    margin:0 !important;
}

.rightColContent_B div {
    position: static !important;
    max-width: 100%;
}

.rightColContent_B div[id^="Col"]{
    width:100% !important;
    height:auto !important;
    padding: 15px 0 !important;

}

.rightColContent_B div[class^="Col"]{
	margin:0;
}

.rightColContent_B div.Container-670{

	margin:0 !important;
}

.rightColContent_B div[id^="Col"] img{
    width:auto;
    display:table;
    margin: 10px auto;
}

.makersRow .videoCaller {
    width: 100%;
    height: 220px;
}

.makersContainer img{
    width:100%;
	height: auto;
}

div[class^="caption"] p{
	padding-bottom:10px;
}

.makersRow:last-child .videoCaller {
    width: 100%;
    height: 220px;
}

.makersRow:last-child .videoCaller img{
    min-height:unset;
}

a.fixed-location {
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

td.des {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.utilities.hide-on-pc {
    background: none;
    position:relative;
    margin-top:0;
}

.utilities.hide-on-pc .uinner{
    color:#444444;
    display:table;
    margin:0 auto;
    width:auto;
}

.footerCont{
    padding-top:0;
    margin-top:0;
}

.footerShadow{
    display:none;
}

.eventlist {
    margin: 0;
}

.homeContentArea p{
    padding:0;
    margin: 0;
}

.homeSlide {
	margin-left: 0;
    width: 100%;
}

a.pagenum.prenext {
    margin-left: 5px;
    margin-right: 5px;
}

.homeContentArea div.yt-frame {
    padding-bottom: 56.25%;
	margin: 0;
}

.eventlist .image{
	float:none;
	padding:0;
	margin:0;
	width:100%;
}