@charset "utf-8";

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
red #ee3a43
*/

/* CSS Reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* Clearfix/Floats */
.cf:after { content:""; display: block; clear: both; }
.fl { float: left; } .cl { clear: left; }
.fr { float: right; } .cr { clear: right; }
.cb { clear: both; }

.screen-reader-text { border:0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; width: 1px; overflow: hidden; position: absolute !important; word-wrap:normal !important; }

/* CSS Document */
body { font-family: 'Open Sans', sans-serif; background: #FFF; font-size: 16px; color: #555; font-weight: 400; }
body.scroll-off { overflow: hidden; }
.material-icons { font-size: inherit; line-height: inherit; }
.wrapper { position: relative; width: 80%; min-width: 320px; margin: 0 auto; padding: 30px 0; }

/* Globals */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
:focus { outline: none; background: transparent; }
::-moz-focus-inner { border: 0; background: transparent; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.text-transform-none { text-transform: none; }
.italic { font-style: italic; }
.small-font { font-size: .8em; }
.alt-color { color: #FFECB0; }
.alt-color:hover { color: inherit; }
strong, .strong { font-weight: 600 !important; }
.heavy { font-weight: 700 !important; }
.center { text-align: center !important; }
.centered { margin: 0 auto !important; }
.vtop { vertical-align: top; }
.vmiddle { vertical-align: middle; }
.vbottom { vertical-align: bottom; }
.fifty { width: 50%; }
.toggle-off { display: none; }
.margin-bottom { margin-bottom: 0 !important; }
.border-radius { border-radius: 10px; }
.box-shadow { box-shadow: 0 8px 6px -6px #000; }
em { font-style: italic; }
.no-border { border: 0 none !important; }
.brand { color: #ee3a43 !important; }

img.autosize { width: 100%; height: auto; }
img.max-autosize { width: auto; max-width: 100%; height: auto; }
img.autosize-mobile { width: auto; max-width: 100%; height: auto; }
img.with-border { border: 10px solid #FFF; }
img.with-border.light-gray { border: 10px solid #F3F3F3; }
img.with-border.dark-gray { border: 10px solid #CCC; }
img.with-thin-border { border: 1px solid #EEE; }
img.with-border.gray { background: #FFF; border-color: #EEE; padding: 20px 10px; }
img.space-right { margin-right: 80px; }

h1, h2, h3, h4, h5, h6 { color: #111; font-weight: 400; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; }
h1 { font-size: 32px; line-height: 1.2; margin-bottom: 20px; font-weight: 400; }
h1.less-bottom-margin { margin-bottom: 10px; }
h1 span { display: block; font-size: 18px; }
h1.index { position: relative; color: #FFF; text-align: center; padding: 0 0; margin: 0 auto 30px; }
h1.index span { text-transform: none; font-size: 18px; margin-top: 10px; }
h2 { font-size: 24px; line-height: 1.2; margin-bottom: 15px; }
h3 { font-size: 20px; line-height: 1.2; margin-bottom: 15px; }
a, a:visited { color: #06C; text-decoration: none; }
a:hover { color: #111; text-decoration: none; }
p { line-height: 1.8; margin-bottom: 20px; }
p.special { line-height: 1.7; margin: 15px 0; font-weight: 400; }

hr { width: 100%; border: 0; height: 0; margin: 0; border-top: 1px solid #CCC; border-bottom: 0 none; }
hr.gray { width: 100%; border: 0; height: 0; margin: 0; border-top: 1px solid #DDD; border-bottom: 0 none; }
hr.small { width: 80px; margin: 20px auto; border: 0; height: 0; border-top: 3px solid #333; border-bottom: 0 none; }
hr.tiny { width: 40px; margin: 0 auto 10px; border: 0; height: 0; border-top: 2px solid #666; border-bottom: 0 none; }
hr.tiny.gray { border-color: #AAA; }
hr.tiny.white { width: 40px; margin: 5px auto; border: 0; height: 0; border-top: 2px solid #CCC; border-bottom: 0 none; }

ul.disc { list-style: disc; margin-left: 20px; margin-bottom: 15px; line-height: 1.5; }
ul.inline li { display: inline-block; margin-right: 25px }

ol { list-style: decimal; margin-left: 25px; line-height: 1.4; margin-bottom: 15px; font-weight: 400; }
ol li {}

/* Back to top */
.back-to-top { display: none; position: absolute; top: -25px; left: 0; right: 0; text-align: center; }
.back-to-top a { color: #FFF; }
.back-to-top i { width: 40px; height: 29px; padding-top: 11px; border-radius: 50%; color: #111; background: #666; border: 4px solid #FFF; }
.back-to-top a:hover { color: #111; }
.back-to-top a:hover i { background: #666; }
/*.back-to-top a:active i, .back-to-top a:focus i { background: #333; }*/

/* Go to top */
.go-to-top { display: none; position: fixed; bottom: 20px; right: 15px; z-index: 5; }
.go-to-top.show-go-to-top { display: block; }
body.scroll-off .go-to-top { display: none !important; }
.go-to-top a { display: block; line-height: 1; width: 40px; line-height: 40px; background: #FFF; border: 1px solid #CCC; text-align: center; transition: background .1s linear; }
.go-to-top a:hover { background: #FCFCFC; }
.go-to-top i { color: #555; font-size: 20px; line-height: 1; padding: 0; }
.go-to-top a:hover i { color: #111; }

/* Topbar */
.topbar-placeholder { position: relative; width: 100%; height: 0; }
.topbar-placeholder.is-fixed-placeholder { height: 50px; }
.topbar-wrap { position: relative; width: 100%; min-width: 320px; margin: 0 auto; padding: 0; background: #ffd403; font-family: 'Roboto Condensed', sans-serif; text-align: center; z-index: 2; }

.topbar-pane-wrap { position: relative; width: 100%; height: 160px; transition: height .3s linear; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.topbar-pane { position: relative; width: 80%; margin: 0 auto; display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.topbar-pane-left, .topbar-pane-right, .logo { position: relative; }
.topbar-pane-left, .topbar-pane-right { width: 30%; }
.topbar-pane-right { line-height: 1.5; text-align: right; flex: 1; }
.topbar-wrap.is-fixed-topbar .topbar-pane-right { }
.topbar-pane-left { line-height: 1.3; padding-left: 50px; color: #999; font-size: 26px; white-space: nowrap; z-index: 1; }
.topbar-pane-left ul, .topbar-pane-right ul { display: flex; flex-direction: column; justify-content: center; }
.topbar-pane-left ul { align-items: flex-start; flex-direction: row; justify-content: flex-start; }
.topbar-pane-left ul li { padding: 0 25px 0 18px; }
.topbar-pane-left ul li:first-child { padding-left: 0; }
.topbar-pane-left ul li:last-child { padding-right: 0; }
.topbar-pane-left ul li::after { content: "|"; position: absolute; top: 0; right: 0; color: #999; }
.topbar-pane-left ul li:last-child::after { display: none; }
.topbar-pane-left a { color: #333; }
.topbar-pane-left a span { color: #666; }
.topbar-pane-right ul { align-items: flex-end; }
.topbar-pane-left li, .topbar-pane-right li { position: relative; }
.header-search-pane { position: relative; margin: 15px 0 0; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; }
.header-button { position: relative; font-weight: 600; margin-right: 15px; }
.topbar-pane-wrap .header-button a { display: block; padding: 13px 15px; color: #FFF;
background: #ff3019; line-height: 1; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.topbar-pane-wrap .header-button a:hover { color: #FFF; }
.header-button i { font-size: .9em; vertical-align: top; margin-top: 4px; padding-right: 3px; }
.header-networking { position: relative; }
.header-networking a { position: relative; display: inline-block; margin-left: 5px; color: #666; }
.header-networking a:hover { color: #333; }
.header-networking a:first-of-type { margin-left: 0; }
.header-networking img { display: inline-block; vertical-align: top; margin-top: 1px; width: auto; height: 23px; }
.header-networking .is-social i { font-size: 24px; vertical-align: top; margin-top: 2px; color: #ee3a43; }
.topbar-pane-left li:last-child { margin-bottom: 0; }
.topbar-pane-wrap a { color: #333; }
.topbar-pane-wrap a:hover { color: #000; }
.header-buttons ul { display: flex; flex-direction: row; justify-content: flex-end; margin-bottom: 5px; }
.header-buttons ul:last-of-type { margin-bottom: 0; }
.header-buttons ul li { position: relative; margin-left: 15px; }
.header-buttons ul.is-reviews { margin-top: -5px; }
.header-buttons ul li:first-child { margin-left: 0; }
.header-buttons a { display: inline-block; }
.header-buttons .icon-star i, .header-buttons .icon-sun i { font-size: .7em; vertical-align: top; margin-top: 3px; color: #FFD700; }
.header-buttons .icon-sun i { font-size: .8em; color: #ee3a43; }

.logo { line-height: 0; }
.logo img { width: auto; height: 120px; transition: height .3s linear; }
.logo a { margin: 0; }
.logo a:first-of-type { margin-left: 0; }
.logo a:last-of-type { margin-right: 0; }
.logo img.is-equipment-logo { height: 60px; }

.topbar { position: relative; top: 0; left: 0; right: 0; width: 100%; padding: 0; margin: 0 auto; font-weight: 400; z-index: 2; }
.topbar.is-fixed-topbar { position: fixed; z-index: 4; }

.topbar-links-wrap { position: relative; width: 100%; margin: 0 auto; height: 50px; font-size: 16px; font-family: 'Roboto Condensed', sans-serif; font-weight: 600; text-transform: uppercase; display: flex; flex-direction: column; justify-content: center; align-items: center;
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.topbar.is-fixed-topbar .topbar-links-wrap { /*background: rgba(0,0,0,0.95);*/ }
.topbar-links { position: relative; display: flex; flex-direction: row; justify-content: center; align-items: flex-start; }
.topbar.topbar-mobile-menu .topbar-links { width: 80%; margin: 0 auto; }
.topbar-links li { position: relative; margin: 0; margin: 0 20px; }
.topbar-links li:last-child, .topbar-links li.last { }
.topbar-links li a { display: block; color: #FFF; padding: 0; margin: 0; }
.topbar-links li.adj-icon a i { font-size: 12px; vertical-align: top; margin-top: 3px; }
.topbar-links li a:hover { color: #EEE; }
.topbar-links li.is-search a { padding: 17px 0; }
.topbar-links li.is-navbar-search { display: none; }
.topbar-links li.is-cart i { font-size: .9em; vertical-align: top; margin-top: 0; }
.topbar-links li.is-cart img { vertical-align: top; margin: 0 0 0 5px; width: auto; height: 15px; }
.topbar-links li.last a { margin-right: 0; }
.topbar-links li.is-button a { border-radius: 6px; padding-left: 25px; padding-right: 25px; color: #FFF; background: #ceb65c; }
.topbar-links li.is-button a:hover{ /*opacity: .4;*/ color: #FFF; }

.topbar-home, .topbar-search { position: absolute; top: 0; right: 30px; line-height: 45px; opacity: 0; visibility: hidden; transition: opacity .1s linear; }
.topbar.topbar-mobile-menu .topbar-home, .topbar.topbar-mobile-menu .topbar-search { display: none; }
.topbar-home { left: 30px; right: auto; }
.topbar-home.is-fixed-home, .topbar-search.is-fixed-searchbar { opacity: 1; visibility: visible; }
.topbar-home a, .topbar-search a { color: #FFF; }
.topbar-home a:hover, .topbar-search a:hover { color: #EEE; }

/* Topbar Submenu */
.topbar ul ul { display: block; position: absolute; top: 0; right: 9999px; width: auto; min-width: 170px; margin: 0; padding: 28px 0 0; }
.topbar ul li.dropdown:hover ul { left: -8px; right: auto; }
.topbar ul li.dropdown:hover { cursor: pointer; }
.topbar ul li.dropdown i { font-size: 12px; padding-left: 4px; }
.topbar ul li.dropdown.left:hover ul { left: auto; right: 0; width: auto; }
.topbar ul ul li { display: block !important; float: none; background: #FFF; border: 1px solid #DDD; border-top: 0 none; margin: 0 !important; }
.topbar ul ul li:first-child { border-top: 1px solid #DDD; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.topbar ul ul li:hover { background: #F6F6F6; }
.topbar ul ul li:last-child { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.topbar ul ul li a { display: block; font-size: 14px; color: #444; text-align: left; padding: 10px 10px !important; margin: 0 !important; white-space: nowrap; }
.topbar ul ul li a:hover { color: #555; }
.topbar ul li.dropdown.left:hover ul li { padding: 0 8px 0 15px; }
.topbar ul li.dropdown.left:hover ul li a { text-align: right; }

.topbar.topbar-mobile-menu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; overflow-y: scroll; transition: 0s none; background: rgba(0,0,0,0.95); z-index: 4; }
.topbar.topbar-mobile-menu .topbar-links-wrap { display: block; height: 100%; background: transparent; justify-content: flex-start; }
.topbar.topbar-mobile-menu .topbar-links { padding: 25px 0; flex-direction: column; }


.topbar > ul > li.submenu > a { }
.topbar > ul > li.submenu > a::before { content: '\02c6'; float: left; font-size: 26px; padding: 0; margin: -12px 3px 0 0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.topbar > ul > li.submenu > ul > a::before { content: inherit; }

.topbar-submenu-wrap { display: none; position: absolute; left: 0; right: 0; width: 100%; }
.topbar-submenu-wrap ul { position: relative; border-top-width: 0; border-top-color: #DDD; margin: 0; padding: 0; }
.topbar-submenu-wrap ul li { display: block; line-height: 1.5; border-bottom: 1px solid #CCC; padding: 0 15px 0; margin: 0; }
.topbar-submenu-wrap ul li:hover { background: #222; }
.topbar-submenu-wrap ul li:last-child { border-bottom: 0 none; }
.topbar-submenu-wrap > ul > li > a { display: inline-block; min-width: 100%; font-size: 15px; color: #06C; text-align: left; padding: 8px 0; white-space: nowrap; margin: 0; }
.topbar-submenu-wrap ul li:last-child { padding: 0 15px 0 13px; }

.topbar ul li.submenu.submenu-inline { position: inherit; }
.topbar ul li.submenu.submenu-inline ul { width: 80%; padding: 35px 10% 40px; left: 0; right: 0; font-size: 14px; text-align: center; background: #EEE; }
.topbar ul li.submenu.submenu-inline li { position: relative; display: inline-block; margin: 0 3%; border-bottom: 0 none; }
.topbar ul li.submenu.submenu-inline li:first-child { margin-left: inherit; }
.topbar ul li.submenu.submenu-inline li:last-child { margin-right: inherit; }
.topbar ul li.submenu.submenu-inline li:hover { background: transparent; }
.topbar ul li.submenu.submenu-inline li > a { display: block; }
.topbar ul li.submenu.submenu-inline > li > a { color: #666; text-align: center; }
.topbar ul li.submenu.submenu-inline > li > a:hover { color: #111; }

.topbar ul li.submenu.submenu-inline.submenu-locations ul { text-align: left; }
.topbar ul li.submenu.submenu-inline.submenu-locations ul li { float: left; display: block; margin: 0; margin-right: 3%; padding: 0 3% 0 0; border-right: 1px solid #DDD; }
.topbar ul li.submenu.submenu-inline.submenu-locations ul li:last-child { margin-right: 0; border-right: 0 none; }

.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap > ul > li { position: relative; }
.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap > ul > li > a { max-width: 100%; color: #111; white-space: nowrap; font-size: 14px; }
.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap > ul > li > a::before { content: '\203A'; position: absolute; top: 3px; right: 10px; font-size: 20px; }
.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap ul li { background: #EEE; }
.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap { width: inherit; min-width: 200px; }

.submenu-title { display: block; color: #222; font-size: 20px; text-transform: uppercase; margin-bottom: 5px; }
.icon-map::before { position: absolute; top: 2px; left: -13px; content: ""; background-image: url(images/icon-map.png); width: 20px; height: 20px; background-size: 20px 20px; }

.close-submenu { position: absolute; bottom: 40px; right: 12%; font-size: 14px; font-weight: 600; line-height: 1; }
.close-submenu a { color: #555; }
.close-submenu a:hover { color: #333; }
.close-submenu i { float: left; padding-right: 4px; }

.get-directions { display: block; margin-top: 10px; }
.get-directions a { display: inline-block; background: #F9F9F9; padding: 10px; border: 1px solid #DDD; border-radius: 8px; }
.get-directions a:hover { }
.get-directions img { display: block; margin: 0 auto 5px; width: 36px; height: auto; }
.get-directions i { color: #e74c3c; }

#topbar-search-wrap { display: none; position: absolute; top: 11px; left: 0; line-height: 1; }
#topbar-search { position: relative; width: 230px; background: #FFF; border: 0 solid #FFCC00; border-radius: 15px; margin: 0 0 0; padding: 0 5px; padding-right: 6px; color: #333; overflow: hidden; }
#topbar-search:hover { }
#topbar-search-box { width: 180px; height: 30px; font-size: 18px; color: #333; background: none transparent; border: 0; padding: 0; }
#topbar-search-box:hover { cursor: pointer; }
#topbar-search .btn-search { position: absolute; left: 0; top: 0; font-size: 15px; font-weight: 500; text-transform: uppercase; padding: 8px 0 7px 10px; }
#topbar-search .btn-search i { color: #333; font-size: 14px; }
#topbar-search:hover i { color: #333 }
#topbar-search .btn-search img { float: left; width: 25px; height: auto; margin-top: 0 !important; }

#topbar-search-wrap input::-webkit-input-placeholder { color: #333; font-size: 16px; opacity: 1; }
#topbar-search-wrap input::-moz-placeholder { color: #333; font-size: 16px; opacity: 1; }
#topbar-search-wrap input:-ms-input-placeholder { color: #333; font-size: 16px; opacity: 1; }
#topbar-search-wrap input:-moz-placeholder { color: #333; font-size: 16px; opacity: 1; }

.search-bar-container { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.95); z-index: 10; flex-direction: column; justify-content: center; align-items: center;  }
.search-bar-container.show { display: flex; }
#search-bar-wrap { position: relative; width: 80%; }
#search-bar { position: relative; width: 100%; max-width: 350px; background: #FFF; border: 0 none; border-radius: 0; margin: 0 auto; padding: 0; color: #333; border: 0 none; overflow: hidden; }
#search-bar:hover { }
#search-bar-box { width: 95%; height: 50px; font-size: 16px; color: #333; background: none transparent; border: 0; padding: 0 0 0 5%; }
#search-bar-box:hover { cursor: pointer; }
.search-bar-btn { position: absolute; right: 0; top: 0; padding: 0 20px; line-height: 50px; background: #DDD; color: #222; font-size: 16px; }
.search-bar-btn:hover { color: #222; }

#search-bar-wrap  input::-webkit-input-placeholder { font-weight: 400; color: #333; font-size: 14px; opacity: 1; }
#search-bar-wrap  input::-moz-placeholder { font-weight: 400; color: #333; font-size: 14px; opacity: 1; }
#search-bar-wrap  input:-ms-input-placeholder { font-weight: 400; color: #333; font-size: 14px; opacity: 1; }
#search-bar-wrap  input:-moz-placeholder { font-weight: 400; color: #333; font-size: 14px; opacity: 1; }

.toggle-on-topbar-search { position: absolute; top: 0; right: 0; width: 35px; font-size: 14px; text-align: center; color: #333; line-height: 30px; padding-right: 2px; background: #DDD; }

.close-search-bar-button { position: relative; font-size: 16px; font-weight: 600; margin-top: 25px; }
.toggle-off-search-bar { color: #CCC; border-bottom: 2px solid #444; padding: 0 7px 5px 3px; }
.toggle-off-search-bar:hover { color: #FFF; }
.toggle-off-search-bar i { font-size: .6em; vertical-align: top; margin-top: 4px; padding-right: 3px; }

.toggle-off-topbar-search { position: absolute; top: 0; right: 0; width: 35px; font-size: 14px; text-align: center; color: #333; line-height: 30px; padding-right: 2px; background: #DDD; }

.toggle-topbar-menu-on { display: none }
.topbar.topbar-mobile-menu .toggle-topbar-menu-on { display: block; }

.toggle-off-topbar-menu { padding-bottom: 16px !important; }

/* Header Search */
#header-search-wrap { position: relative; margin: 0; }
#header-search { position: relative; width: 250px; background: #FFF; border: 2px solid #000; border-radius: 0; margin: 0; padding: 0 0 0 10px; color: #444; overflow: hidden; }
#header-search-box { float: left; width: 100%; height: 40px; font-size: 16px; color: #555; background: none transparent; border: 0; padding: 0 0 0; padding-left: 5px; }
#header-search-box:hover { cursor: pointer; }
#header-search .btn-search { position: absolute; right: 0; top: 0; line-height: 40px; padding: 0 15px; background: #F6F6F6; color: #777; font-size: 16px; font-weight: 400; border-left: 1px solid #DDD; text-transform: uppercase; }
#header-search .btn-search span { color: #000; font-size: 16px; }
#header-search .btn-search i { color: #000; vertical-align: top; margin-top: 11px; }
#header-search:hover i { color: #000; }

#header-search-wrap input::-webkit-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#header-search-wrap input::-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; } /* firefox 19+ */
#header-search-wrap input:-ms-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; } /* ie */
#header-search-wrap input:-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }

/* Navbar Search */
#navbar-search-wrap { position: relative; float: left; margin: 10px 0; }
#navbar-search { position: relative; float: left; width: 100%; background: #FFF; border: 0 solid #111; border-radius: 0; margin: 0 0; padding: 0 10px; color: #333; overflow: hidden; }
#navbar-search:hover { }
#navbar-search-box { float: left; width: 100%; height: 35px; font-size: 16px; color: #333; background: none transparent; border: 0; padding: 0 0 0; padding-left: 5px; }
#navbar-search-box:hover { cursor: pointer; }
#navbar-search .navbar-btn-search { position: absolute; right: 0; top: 0; line-height: 36px; padding: 0 13px 0 15px; color: #333; background: #00a500; color: #FFF; font-size: 16px; font-weight: 600; text-transform: uppercase; }
#navbar-search .navbar-btn-search span { color: #FFF; font-size: 16px; }
#header-search .navbar-btn-search i { color: #FFF; }
#navbar-search:hover i { color: #FFF; }
#navbar-search .navbar-btn-search img { float: left; width: 25px; height: auto; margin-top: 0 !important; }

#navbar-search-wrap input::-webkit-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#navbar-search-wrap input::-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; } /* firefox 19+ */
#navbar-search-wrap input:-ms-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; } /* ie */
#navbar-search-wrap input:-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }

/* Header */
.porheader-wrap { position: relative; width: 100%; margin: 0 auto; padding: 0 0 0; z-index: 3; }
.porheader { position: relative; width: 90%; margin: 0 auto; }

/* Navbar */
.navbar-wrap { position: relative; width: 100%; font-size: 20px; text-transform: uppercase; z-index: 4; }
.navbar-wrap ul { text-align: center; }
.navbar-wrap ul li { display: inline-block; margin: 0 1.5%; vertical-align: middle; z-index: 3; }
.navbar-wrap ul li.is-logo { font-size: 80px; width: 25%; text-transform: none; }
.navbar-wrap ul li.is-logo span { margin-top: -5px; display: block; font-size: 22px; font-weight: 400; color: #A3FEBA; }
.navbar-wrap ul li a { display: block; padding: 25px 0; color: #FFF; text-shadow: 2px 1px #333; }
.navbar-wrap ul li a:hover { color: #DDD; }
.navbar-wrap ul li.is-logo a:hover { color: #FFF; }
.navbar-wrap ul li.toggle-navbar-menu { display: none; text-transform: none; }
.navbar-wrap ul li.toggle-navbar-menu a {  background: #EEE; }
.navbar-wrap ul li.toggle-navbar-menu i { padding-right: 0; }

.page-img { position: relative; width: 45%; float: right; margin: 10px 0 40px 5%; }
.page-img.is-logos { width: 20%; }
.page-img img { width: 100%; height: auto; border-radius: 0; }
.page-img.is-logos img { border-radius: 10px; background: #FFF; padding: 10px; border: 1px solid #DDD; }
.page-img ul li { margin-bottom: 25px; }
.page-img.is-logos ul li { margin-bottom: 10px; }

.page-img.shrink { width: 30%; }
.page-img.shrink img { }

/* Page Banner */
.page-banner { position: relative; width: 100%; height: 200px; margin: 0 auto; }
.page-banner.is-tools { background: #100842 url(slideshow/page-banner-d.jpg) no-repeat center center; background-size: 1920px 300px; }
.page-banner-overlay {}

/* Panels */
.panel-wrap { position: relative; width: 100%; margin: 0 auto; padding: 30px 0 20px; }
.panel-wrap.light-gray { background: #F9F9F9 url(images/bg-dust-scratches.png) repeat top left; background-size: 400px 400px; }
.panel-wrap.alt-bg { background: #F9F9F9; }
.panel { position: relative; width: 82%; margin: 0 auto; }
.panel.alt-panel { margin-top: 35px; padding-top: 40px; border-top: 1px solid #CCC; }
.panel h2 { font-size: 28px; margin-bottom: 15px; }
.panel-left { position: relative; width: 55%; margin-right: 5%; float: left; }
.panel-right { position: relative; width: 40%; float: left; margin: 8px 0 45px; }
.panel-right img { width: 100%; height: auto; }

.custom-borders { position: relative; width: 100%; border: 8px solid #00a500; border-left: 0 none; border-right: 0 none; padding: 10px 0; margin: 0 auto; }
.custom-borders.light-gray { border-color: #F9F9F9; }

.readmore { position: relative; margin-bottom: 25px; font-weight: 600; }
.readmore a { color: #333; }
.readmore a:hover { color: #06C; }
.readmore i { display: inline-block; vertical-align: top; margin-top: 3px; font-size: .7em; }

.welcome-wrap { position: relative; padding: 5px 0 15px; }
.welcome { position: relative; width: 80%; margin: 0 auto; }
.welcome h1 { color: #333;}
.welcome h2.party { color: #c80a90;}
.welcome h2.equipment { color: #333;}

/* Page catalog */
.page-catalog-btn { position: relative; text-transform: uppercase; }
.page-catalog-btn a { display: inline-block; padding: 18px 20px; background: #D898D8; color: #FFF; }
.page-catalog-btn ul li { float: left; margin: 0 15px 15px 0; }
.page-catalog-btn ul li a { background: #FFF; color: #333; border: 2px solid #D898D8; }
.page-catalog-btn ul li:first-child a { background: #D898D8; color: #FFF; }
.page-catalog-btn ul li:last-child { margin-bottom: 0 !important; }

.toggle-navbar { display: none; position: absolute; top: 25px; right: 4%; padding: 10px; font-size: 30px; }
.toggle-navbar a { display: block; color: #FFF; }

.topbar-wrap ul li.toggle-topbar-menu { display: none; text-transform: none; z-index: 10; }
.topbar-wrap ul li.toggle-topbar-menu a {  background: #EEE; }
.topbar-wrap ul li.toggle-topbar-menu i { padding-right: 0; }

.toggle-topbar { display: none; position: absolute; top: 25px; right: 40px; padding: 0; font-size: 30px; line-height: 50px; transition: top .4s linear; z-index: 8; }
.topbar.topbar-mobile-menu .toggle-topbar { display: none !important; }
.topbar.is-fixed-topbar .toggle-topbar { }
.toggle-topbar a { display: block; padding: 0; color: #222; }
.toggle-topbar a.adj-icon { font-size: 25px; }
.toggle-topbar ul li { float: left; margin-left: 20px; }
.toggle-topbar ul li:first-child { margin-left: 0; }
.toggle-topbar img { width: auto; height: 20px; margin-top: 3px; }

/* Slideshow */
.slideshow-holder { opacity: 0; position: relative; width: 80%; padding: 20px 0 0; text-align: center; margin: 0 auto; overflow: hidden; z-index: 0; background: #FFF; display: flex; flex-direction: row; justify-content: space-between; }
.slideshow-wrap { position: relative; width: inherit; max-width: 49%; padding: 0; margin: 0; border-radius: 0; overflow: hidden; display: flex; flex-direction: column; }
.slideshow-wrap:first-of-type { margin-right: 1%; }
.slideshow-wrap:last-of-type { margin-left: 1%; }
.slideshow-wrap.first { margin-left: 0; }
.slideshow-wrap.last { margin-right: 0; }
.page-slideshow .slideshow-wrap { border-bottom: 0 none; }
.slideshow-wrap.full-width { max-width: 100%; float: none; }
.slideshow-dimensions { width: 800px; height: 500px; }
.slideshow-wrap.full-width .slideshow-dimensions { width: 1600px; height: 400px; }
.slideshow-content { position: absolute; left: 0; right: 0; bottom: 0; width: 90%; padding: 20px 5%; background-color: rgba(0,0,0,.2); text-align: center; z-index: 3; overflow: hidden; display: flex; flex-direction: row; justify-content: space-between; align-content: center; }
.slideshow-content a { text-decoration: none; color: #555; }
.slideshow-content.middle { }
.slideshow-content-title { font-size: 30px; color: #FFF; font-weight: 600; text-shadow: 0px 2px 2px #333; display: flex; flex-direction: column; justify-content: center; text-align: left; }
.slideshow-content-title span { display: block; margin-top: 3px; color: #FFF !important; font-style: italic; font-size: 16px; }
.slideshow-button { position: relative; font-size: 16px; font-weight: 600; }
.slideshow-button a { display: inline-block; padding: 14px 20px 16px; min-width: 160px; color: #FFF; transition: background .1s linear; border-radius: 5px;
background: #ff3019; line-height: 1; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.slideshow-button i { font-size: .8em; vertical-align: top; margin-top: 3px; }
/*.slideshow-button a:hover, .slideshow-button.alt-color a:hover { background: #222; }
.slideshow-button.alt-color a { background: #c40e94; }*/
.slideshow-gradient { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
  /* IE6-9 */
}
/*jssor slider loading skin spin css*/
#jssor_1, #jssor_2 { position: relative; margin: 0 auto; top: 0; left: 0; overflow: hidden; visibility: hidden; }
.jssorl-009-spin { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background-color: rgba(0,0,0,0.7); z-index: 2; }
.jssorl-009-spin img {
    margin-top: -19px;  position: relative; top: 50%; width: 38px; height: 38px;
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.slideshow-slides { cursor: default; position: relative; top: 0; left: 0; overflow: hidden; }
@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 { display: none; position: absolute; top: auto !important; bottom: 5px; right: 12px; z-index: 4; }
.jssorb032 .i { position: absolute; cursor: pointer; width: 16px; height: 16px; }
.jssorb032 .i svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.jssorb032 .i .b { fill: #CCC; fill-opacity: 0.40; stroke: #CCC; stroke-width: 1200; stroke-miterlimit: 10; stroke-opacity: 0.25; }
.jssorb032 .i:hover .b { fill: #CCC; fill-opacity: 1; stroke: #CCC; stroke-opacity: 1; }
.jssorb032 .iav .b { fill: #CCC; fill-opacity: 1; stroke: #CCC; stroke-opacity: 1; }
.jssorb032 .i.idn { opacity: .3; }

/*jssor slider arrow skin 051 css*/
.jssora051 { position: absolute; cursor: pointer; }
.index-slideshow .jssora051 { display: none; }
.jssora051 .a { fill: none; stroke: #FFF; stroke-width: 1200 /*360*/; stroke-miterlimit: 10; }
.jssora051:hover { opacity: .8; }
.jssora051.jssora051dn { opacity: .5; }
.jssora051.jssora051ds { opacity: .3; pointer-events: none; }

.arrowleft { width: 65px; height: 65px; top: 0; left: 25px; z-index: 4; }
.arrowright { width: 65px; height: 65px; top: 0; right: 25px; z-index: 4; }
.arrowleft svg, .arrowright svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.arrowleft, .arrowright { /*display: none !important;*/ }

.slide-banner-wrap, .slide-banner { position: relative; width: 97%; height: auto; margin: 0 auto; line-height: 0; }
.slide-banner-wrap { padding-top: 10px; }
.slide-banner-wrap .slideshow-content { width: 87%; margin: 10px auto 0; }
.slide-banner img { width: 100%; height: auto; }

/* Banner Search */
#banner-search-wrap { position: relative; margin-top: 30px; }
#banner-search { position: relative; width: 90%; max-width: 500px; background: #FFF; border: 4px solid #000; border-radius: 0; margin: 0 auto; padding: 0; color: #666; box-shadow: 0 8px 6px -6px #000; }
#banner-search:hover { background: #FFF; /*border-color: #CCC;*/ }
#banner-search-box { float: left; width: 100%; font-size: 16px; height: 25px; background: none transparent; border: 0 none; padding: 10px 0; padding-left: 15px; }
#banner-search-box:hover { cursor: pointer; }
#banner-search .banner-btn-search { position: absolute; top: 0; right: 0; width: 30%; padding: 0 20px; color: #111; font-size: 16px; line-height: 45px; text-transform: uppercase; text-align: center; border-left: 4px solid #000; background: #666; text-decoration: none !important; }
#banner-search .banner-btn-search i { color: #666; font-size: 22px; }
#banner-search:hover i { color: #111; }
#banner-search .banner-btn-search img { float: left; width: 25px; height: auto; margin-top: 0 !important; }

#banner-search input::-webkit-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#banner-search input::-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#banner-search input:-ms-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#banner-search input:-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }

/* Vendor Gallery */
.vendor-gallery-wrap { position: relative; width: 100%; background: #FFF; margin: 0 auto; padding: 30px 0; overflow: hidden; }
.vendor-gallery-wrap.with-borders { border-top: 1px solid #DDD; }
.vendor-gallery-wrap h3 { text-align: center; font-size: 30px; margin-bottom: 25px; }
.vendor-gallery-wrap ul { position: relative; width: 96%; text-align: center; margin: 0 auto; }
.vendor-gallery-wrap.on-page ul { width: 100%; }
.vendor-gallery-wrap ul li { position: relative; width: 6%; display: inline-block; margin: 0; padding: 0 1%; vertical-align: middle; }
.vendor-gallery-wrap.on-page ul li { width: 25%; }
.vendor-gallery-wrap ul li:first-child { margin-left: 0; }
.vendor-gallery-wrap ul li:last-child { margin-right: 0; }
.vendor-gallery-wrap ul li img { width: 100%; height: auto; }

/* Content */
.container-wrap { position: relative; width: 100%; margin: 0 auto; padding: 0 0 60px; background: #FFF; z-index: 0; }
.container { position: relative; width: 90%; margin: 0 auto;; }
.container-wrap, .container { padding-bottom: 15px !important; }
.container-wrap .container .catalog-wrap { width: 89%; padding: 0 5.5% 60px; }
.content { position: relative; width: 80%; padding: 0; background: #FFF; margin: 0 auto; min-height: 400px; }

/* Content left right */
.content-left-right { position: relative; width: 100%; margin: 0 auto 15px; display: flex; flex-direction: row; }
.content-left-right.less-width { width: 80%; }
.content-left, .content-right { position: relative; }
.content-left { width: 62%; margin-right: 8%; }
.content-right { width: 30%; margin-top: 8px; }
.content-left-right.alt-width .content-left { width: 75%; margin-right: 5%; }
.content-left-right.alt-width .content-right { width: 20%; }
.content-right ul li { margin-bottom: 10px; }

.content-right.is-page-img img { width: 100%; height: auto; }
.content-right.is-page-img ul li { margin-bottom: 15px; }

.panel-content-left-right { position: relative; width: 100%; padding: 40px 0; display: flex; flex-direction: row; }
.panel-content-left, .panel-content-right { position: relative; width: 40%; padding: 0 5%; display: flex; flex-direction: column; justify-content: space-between; }
.panel-content-left { border-right: 1px solid #EEE; }
.panel-content-left-right .readmore { margin-top: 10px; }

/* Banner left right */
.banner-left-right-wrap { position: relative; width: 100%; margin: 0 auto; }
.banner-left-right { position: relative; width: 80%; padding: 40px 10%; margin: 0 auto; border-top: 1px solid #DDD; }
.banner-left-right.last { border-bottom: 1px solid #DDD; }
.banner-left-right.alt-bg { background: #F9F9F9; }
.banner-left-right img { width: 100%; height: auto; }
.banner-left, .banner-right { position: relative; width: 40%; padding: 0 5%; }
.banner-left { position: relative; float: left; }
.banner-right { position: relative; float: right; }
.banner-left-right.alt-layout .banner-left { float: right; }
.banner-left-right.alt-layout .banner-right { float: left; }


.banner-left-alt { position: relative; float: left; width: 50%; margin: 10px 5% 25px 0; }
.banner-right-alt { position: relative; float: right;  width: 45%; }
.banner-left-small { position: relative; float: left; width: 40%; margin: 10px 5% 25px 0; }
.banner-right-large { position: relative; float: right; width: 55%; }

.banner-right.is-banner-img img { width: 100%; height: auto; }
.banner-right.is-banner-img ul li { margin-bottom: 15px; }

.banner-buttons-wrap { position: relative; width: 100%; }
.banner-buttons { position: relative; width: 100%; }
.banner-buttons ul { display: flex; flex-direction: row; }
.banner-buttons ul li { position: relative; width: 25%; }

.tiles-wrap { position: relative; width: 100%; margin: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.tiles { position: relative; width: 49%; margin: 0; display: flex; }
.tiles:first-of-type { margin-right: 1%; }
.tiles:last-of-type { margin-left: 1%; }
.tiles-content { position: relative; width: 94%; background: #F6F6F6; box-shadow: 0 0 1px #666; padding: 30px 3% 35px; margin: 0; text-align: center; border-radius: 0; flex: 1; }
.tiles-content-img { position: relative; width: 90%; display: block; line-height: 0; margin: 0 auto 20px; border: 15px solid #FFF; box-shadow: 0 0 1px #666; }
.tiles-content-img img { width: 100%; height: auto; }
.tiles-content > h2 { font-size: 30px; color: #333; }
.tiles-content p { width: 90%; margin: 0 auto 20px; }
.tiles-content .readmore a { color: #333; }
.tiles-content .readmore a:hover { color: #06C; }

/* Featured */
/*.featured-wrap { position: relative; width: 100%; margin: 0 auto; padding: 30px 0 0; display: flex; flex-direction: row; justify-content: space-between; }*/
.featured { position: relative; width: 95%; margin: 0 auto; padding: 5px 0 0; }
.featured > h2 { text-align: center; margin: 25px 0; color: #333; }
.featured > ul { position: relative; width: 100%; text-align: center; margin: 0 auto; padding: 0; text-transform: none; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
.featured > ul > li { position: relative; width: 29%; height: auto; margin: 0 2% 23px; padding: 15px 0; line-height: 0; background: #FFF; border-radius: 0; text-align: center; box-shadow: 0 0 1px #333; }
.featured > ul > li:hover { transition: background-color 0.4s linear 0s; }
.featured > ul > li:last-child { }
.featured > ul > li span { position: relative; display: block; text-align: center; color: #333; padding: 0 10px; margin: 0 auto; line-height: 1; text-align: center; }
.featured > ul > li:hover span { }
.featured > ul > li a { display: block; font-size: 18px; color: #333; text-decoration: none; padding: 0 0; }
.featured > ul > li a:hover { }
.featured > ul > li img { position: relative; width: auto; max-width: 80%; height: auto; max-height: 100px; margin: 0 auto 10px; padding: 0; opacity: 1; }
.featured > ul > li h2 { font-weight: 400; margin-bottom: 0; }
.featured > ul > li h2 a span:hover { }
.featured > ul > li a:hover > img { }
.featured-wrap p { font-size: 20px; text-align: center; color: #FFF; text-transform: none; }

/* Buttons */
.button, .buttons { position: relative; font-size: 16px; font-weight: 600; }
.button.padding-top, .buttons.padding-top { padding-top: 10px; }
.button a, .buttons ul li a { display: inline-block; min-width: 120px; padding: 15px 25px; color: #FFF; text-decoration: none; border-radius: 3px; border: 0px solid #333;

background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.button i, .buttons i { font-size: .8em; vertical-align: top; margin-top: 2px; }
.buttons ul { display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; }
.buttons ul li { text-align: center; margin: 0 15px 15px 0; }

/* Catalog */
.catalog-wrap { position: relative; width: 100%; margin: 0 auto; padding: 0 0 30px; z-index: 1; display: flex; flex-direction: row; }
.catalog-wrap.toggle-on-catalog-tablet { display: none; padding-bottom: 0; }
.catalog ul li.catalog-title { font-size: 20px; color: #666; font-weight: 400; margin: 0 0 15px; padding: 6px 0 10px; }
.catalog { position: relative; width: 20%; padding: 0; font-size: 16px; font-weight: 400; text-transform: uppercase; z-index: 1; }
.catalog ul { position: relative; width: 80%; }
.catalog ul li { position: relative; display: block; padding: 7px 0 5px; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; text-align: left; line-height: 1.1; border-bottom: 1px solid #EEE; }
.catalog ul li a { display: block; color: #666; text-decoration: none; }
.catalog ul li p { text-transform: none; font-size: 16px; }
.catalog ul li p a { display: inline-block; }
.catalog ul li p i { font-size: .7em; vertical-align: top; margin-top: 10px; opacity: .8; }
.catalog ul li a:hover { color: #06C; }
.catalog ul li.strong, .catalog ul li.strong p { font-weight: 600 !important; }

.catalog.toggle-on-categories ul li.is-p a::before { display: none !important; }

/* Resources */
.resources { position: relative; margin-top: 20px; line-height: 1.2; }
.resources.with-panels { text-align: left; }
.resources-panel { position: relative; display: inline-block; width: 18%; vertical-align: top; margin: 0 5% 15px 0; }
.resources h2 { margin-bottom: 5px; font-size: 24px; }
.resources ul li a { list-style: disc; }

/* Gallery */
#porgallery { position: relative; width: 80%; margin: 0 auto 50px; text-align: center; }
#porgallery div { text-align: center !important; float: none !important; }
#porgallery h1, #porgallery h4 { text-align: center !important; }
#porgallery h4 { font-size: 24px !important; }
#porgallery .photogalleryauto { width: 300px !important; height: auto !important; }
#porgallerythumbnail { position: relative; width: 40%; display: inline-block; margin: 0 2%; }
#porgallerythumbnail img { width: 100%; height: auto; }
#porgallerythumbnail br { display: none; }
#porgallery .clickme { font-size: 12px; }

.inline-gallery { position: relative; margin: 0 auto; }
.inline-gallery ul li { float: left; margin-right: 20px; }
.inline-gallery ul li:last-child { margin-right: 0; }

/* Accordion */
.accordion-wrap { position: relative; width: 100%; margin: 0 auto; }
.accordion-wrap .accordion { position: relative; padding: 0 2% 0; }
.accordion-wrap .toggle-accordion { display: block; font-size: 18px; color: #111; padding: 15px 20px 15px 10px; line-height: 1.2; } 
.accordion-wrap .toggle-accordion:hover { cursor: pointer; }
.accordion-wrap .toggle-accordion span.toggle-on-this-accordion-panel { position: absolute; top: 15px; right: 2%; color: #555; font-size: 18px; }
.accordion-wrap .toggle-accordion span.toggle-on-this-accordion-panel { display: none; position: absolute; top: 15px; right: 2%; color: #555; font-size: 18px; }
.accordion-wrap ul { padding: 10px 15px; margin-left: 15px; }
.accordion-wrap .accordion:nth-child(even) ul { padding-top: 0; }
.accordion-wrap p { font-size: 16px; color: #666; padding: 0 0 15px !important; margin-bottom: 0; overflow: hidden; }
.accordion-wrap .accordion:nth-child(even) p, .accordion-wrap .accordion:nth-child(even) ul { padding-top: 0; }
.accordion-wrap a.bullet-dark { vertical-align: top; }
.accordion-wrap .accordion:nth-child(odd) { background: #DDD; }
.accordion-wrap .accordion:nth-child(even) { background: #EEE; }

.toggle-off-accordion-panel { padding-bottom: 20px; }
.accordion-wrap.less-padding .toggle-off-accordion-panel { padding: 0 15px 5px; }

.expand-accordion { position: relative; text-align: right; font-size: 14px; padding: 0 1%; }
.expand-accordion span { position: relative; }
.expand-accordion a { display: inline-block; color: #333; padding: 10px 0; }
.expand-accordion i { font-size: 8px; float: left; padding-right: 5px; margin-top: 3px; }
.toggle-off-all-accordions { display: none; }

/* Tiles */
.portiles-wrap { position: relative; width: 100%; margin: 0 auto; padding-bottom: 25px; font-weight: 600; }
.portiles { position: relative; width: 100%; margin: 0 auto; }
.portiles ul { position: relative; text-align: center; }
.portiles ul li { position: relative; display: inline-block; width: 30%; padding: 0; margin: 0 .5% 20px; line-height: 0; overflow: hidden; }
.portiles ul li a { color: #FFF !important; }
.portiles ul li img { width: 100%; height: auto; margin: 0 auto; }
.portiles ul li h3 { position: relative; display: block; color: #FFF; text-transform: uppercase; text-align: center; }

.portiles-content { position: relative; width: 80%; margin: 0 auto; padding-bottom: 25px; font-size: 26px; color: #333; text-align: left; }
.portiles-content h2 { font-size: 26px; margin-bottom: 35px; font-weight: 600; }
.portiles-content .button { float: right; margin: 0 0 40px 40px; }

.tile-button, .tile-description { position: absolute; display: block; left: 0; right: 0; text-align: center; text-transform: uppercase; white-space: nowrap; }
.tile-description span::before, .tile-description span::after { content:"\2014"; }
.tile-button a, .tile-description a { text-decoration: none; }

.portiles .tile-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); -webkit-transition: background-color 0.3s linear 0s; -moz-transition: background-color 0.3s linear 0s; -ms-transition: background-color 0.3s linear 0s; -o-transition: background-color 0.3s linear 0s; transition: background-color 0.3s linear 0s; }
.portiles ul li:hover .tile-overlay { /*height: 80px;*/ background-color: rgba(0, 0, 0, 0.6); cursor: pointer; }

.tile-button { bottom: 49%; font-size: 25px; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8); -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -ms-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear; }
.portiles ul li:hover .tile-button { /*top: 15px;*/ }

.tile-description { opacity: 0; bottom: 28%; font-size: 18px; text-transform: none; }
.portiles ul li:hover .tile-description { opacity: 1; bottom: 40%; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

/* Locations */
.store-location-wrap { position: relative; width: 100%; padding: 20px 0 0; margin: 0 auto; display: flex; flex-direction: row; justify-content: center; }
.store-location { position: relative; width: 90%; padding: 0; margin: 0 auto; display: flex; flex-direction: column; }
.store-location h2, .store-location h3 { margin: 0 0 5px; }
.store-location-content { position: relative; width: 100%; text-align: center; }
.store-content, .store-map { position: relative; width: 100%; margin: 0 auto; }
.store-map { overflow: hidden; }
.store-map iframe { display: block; width: 96%; min-height: 380px; height: auto; margin: 0 auto; border: 1px solid #CCC !important; }

.store-locations-call-list { position: relative; width: 100%; margin: 0 auto; font-weight: 600; }
.store-locations-call-list ul { display: flex; flex-direction: column; align-items: center; }
.store-locations-call-list ul li { position: relative; margin: 0 auto 15px; }
.store-locations-call-list ul li a { display: block; min-width: 260px; padding: 15px 10px 17px; margin: 0 auto; white-space: nowrap; font-size: 18px; color: #555; border-radius: 5px; color: #FFF; font-weight: 600;
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.store-locations-call-list ul li span { display: block; margin-bottom: 8px; }
.store-locations-call-list ul li a:hover { text-decoration: none; }
.store-locations-call-list i { display: inline-block; vertical-align: top; margin-top: 3px; margin-right: 2px; font-size: 15px; }

.store-location-review { position: relative; margin-bottom: 20px; }
.store-location-review img { max-height: 60px; }

.feedback { font-size: 14px; font-style: italic; text-align: center; padding: 0 30px; }
.feedback img { margin-right: 5px; width: auto; height: 12px; }

/* Footer */
.footer-wrap { position: relative; width: 100%; padding: 40px 0 10px; margin: 0 auto; background: #333; }
.footer-wrap a, .subfooter-wrap a { color: #EEE; }
.footer-wrap a:hover, .subfooter-wrap a:hover { color: #FFF; }
.footer { position: relative; width: 80%; margin: 0 auto; padding: 0; font-size: 16px; color: #FFF; text-align: center; line-height: 1.5; }
.footer h4, .footer h5 { font-size: 22px; color: #FFF; margin-bottom: 10px; }

.footer-links { display: block; margin: 0 2% 25px; color: #FFF; line-height: 1.5; }
.footer-links a { display: block; }
.footer-links ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; text-align: center; }
.footer-links ul li { position: relative; display: block; margin: 0; padding: 0 18px 0 8px; }
.footer-links ul li::after { content: "|"; position: absolute; top: 0; right: 0; color: #555; }
.footer-links ul li:last-child::after { display: none; }
.footer-links.footer-locations ul li { padding: 0 20px 5px; }
.footer-links.footer-locations ul li::after { display: none; }
.footer-links.footer-locations span { font-size: 24px; font-weight: 400; }
.footer-links.footer-locations i { padding-right: 2px; }
.footer-links.footer-networking { margin-bottom: 15px; }
.footer-links.footer-networking img { width: auto; height: 20px; }
.footer-links.footer-networking i { padding-right: 5px; }
.footer-links ul li:last-child { border-right: 0 none; }

.footer-logo { display: block; vertical-align: top; margin: 0 0 30px; line-height: 1; }
.footer-logo a { margin: 0 10px; }
.footer-logo a:first-of-type { margin-left: 0; }
.footer-logo a:last-of-type { margin-right: 0; }
.footer-logo img { width: auto; max-width: 90%; height: 120px; padding: 10px; border-radius: 5px; background: #FFF; }

.subfooter-wrap { position: relative; width: 100%; margin: 0 auto; padding: 0 0 40px; font-size: 14px; color: #FFF; background: #333; }
.subfooter { position: relative; width: 96%; margin: 0 auto; padding: 0; text-align: center;  }
.subfooter ul { margin-bottom: 15px; }
.subfooter ul, .subfooter ul.copyright { display: block;}
.subfooter ul li, .subfooter ul.copyright li { position: relative; display: inline-block; margin: 0 15px; }
.subfooter ul li:last-child { margin-right: 0; }
.subfooter ul li a { display: block; }

.footer-tagline { position: relative; width: 100%; color: #DDD; margin: 0 auto 15px; font-size: 14px; line-height: 1.4; text-align: center; }

.copyright { font-size: 12px; margin: 0; color: #DDD; }
.copyright span.toggle-on-mobile { margin-left: 15px; }

.footer-badges { position: relative; margin: 0 0 15px; }

/* Backend */
#mainpage { background: #FFF; }
#mainpage, #newitempage { position: relative; float: left; width: 80%; padding: 0; background: #FFF; margin-top: 0; min-height: 300px; font-size: 18px; transition: 0s; z-index: 0; line-height: 1.5; }
#mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { margin: 0 0 25px; }
#mainpage h1, #newitempage h1 { }
#mainpage h1 a, #newitempage h1 a, #mainpage h3 a, #newitempage h3 a  { font-size: 20px; color: #06C; line-height: 0; margin-top: 5px; text-decoration: none; }
#mainpage h1 a:hover, #newitempage h1 a:hover, #mainpage h3 a:hover, #newitempage h3 a:hover { color: #555; }
#mainpage table { width: 100%; border-collapse: collapse; padding: 0; }
#mainpage td { text-align: left; width: inherit !important; vertical-align: middle !important; }
#mainpage form table tbody tr td table tbody tr td { vertical-align: top; }
#mainpage a:hover { color: #06C; text-decoration: none; }
#mainpage h4 { margin-bottom: 15px; font-size: 26px; text-transform: uppercase; }

.multicolcell-wrap { position: relative; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; }
.multicolcell div { float: none !important; padding: 0 !important; }
.multicolcell br { display: none; }
.multicolcell { position: relative; width: 15%; margin: 0 15px 15px 0; padding: 15px 10px 15px; text-align: center; background: #FFF; border-radius: 0; border: 1px solid #EEE; }
.multicolcell .wrap4 { height: 110px; }
/* with orders .multicolcell img { width: auto; max-width: 80%; height: auto; max-height: 120px; margin: 0 auto 10px; } */
.multicolcell img { width: auto; max-width: 90%; height: auto; max-height: 100px; margin: 0 auto; }
.multicolcell a { color: #333; text-decoration: none !important; }
.multicolcell a:hover { color: #06C; }

.multicolheading, .multicoldescr { line-height: 1.2; text-transform: none; font-size: 16px; word-wrap: break-word; }
.por-item-image-thumbnail-desc { color: #555; text-decoration: none !important; }
.por-item-image-thumbnail-desc:hover { color: #06C; }
.poritem-overview { margin-top: 25px; }
.poritem-overview h2 { text-transform: uppercase; margin-bottom: 10px; }
#mainpage ul, #newitempage ul { margin-left: 20px !important; list-style: disc; }
.poritem-overview ul li { position: relative; }
.por-checkout-total-price-string { display: block; }

#form1 { position: relative; padding: 25px 35px; background: #FFF; border-radius: 12px; }
#form1 table tbody tr td { text-align: left !important; padding: 5px 5px; line-height: 1.2; }
#form1 table tbody tr td strong { line-height: 2; }
#form1 input { padding: 7px; line-height: 1; padding: 7px; margin: 10px 0; }
#form1 p input { margin-top: 10px; }

td.cattitle { padding: 20px 0; color: #FFF; font-size: 20px !important; background: #666; text-transform: uppercase; text-align: center !important; white-space: nowrap; }

td.cattitle b { color: #FFF; }

#mainpage input, #mainpage textarea { border: 1px solid #CCC; background: #F7F7F7; font-size: 18px; }
#mainpage input#submit { border: 0 none; background: #ee3a43  !important; color: white; font-weight: bold; }
#form1 input[type="submit"], #form1 input[type="button"] { max-width: 280px; padding: 15px 25px; margin: 15px 15px 0 0; color: #FFF; border-radius: 5px; border: 0 none; font-weight: 600; font-size: 14px;
background: #ff3019; line-height: 1; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
#form1 input[type="submit"]:hover, #form1 input[type="button"]:hover { cursor: pointer; }
input[name="strSearchMethodOther"] { margin: 0 0 15px !important; display: block; }
input[name="strPostalCode"] { margin-top: 15px; }

.cycle-slideshow { overflow: hidden; margin-left: 0 !important; }
.cycle-slide { right: 0; text-align: center; }
a.cycle-slide { margin-top: 0 !important; transition: 0s; }
a.cycle-slide.cycle-slide-active { margin-top: 0 !important; }
.wrap4 .cycle-slideshow a { height: 250px !important; margin-left: 0 !important; }
.por-item-detail-image { }
.wrap4 #adv-custom-pager img { width: auto; height: 40px; }
.wrap4 #adv-custom-pager a { margin: 5px !important; }
#adv-custom-pager { text-align: center !important; }
#adv-custom-pager a { display: inline-block; }
.detailedimg { margin-top: 20px !important; text-align: left !important; width: inherit !important; }
.detailedimg p { text-align: left !important; font-size: 13px !important; line-height: 1.2 !important; margin-bottom: 5px; }

.poritem-detail {margin-top: 10px;}

a.por-item-detail-name { }

form[name="customerform"] { position: relative; width: 100%; margin-bottom: 35px; }
form[name="customerform"] hr { margin: 15px 0; }
form[name="customerform"] img { margin-top: 20px !important; }
form[name="customerform"] td { text-align: left !important; padding-bottom: 15px; vertical-align: top !important; }

textarea { float: left; }

#mainpageused { position: relative; width: 80%; padding: 0; margin: 0 auto; text-align: center; }
#mainpageused td { padding: 10px 20px; text-align: center; }
#mainpageused a { color: #333; }
#mainpageused h1 { text-align: center; }
#productname { text-align: left; }
#productname a { color: #06C; }

form[name="feedbackform"] { position: relative; width: 100%; }
#mainpage form[name="feedbackform"] td { padding: 6px 0 !important; vertical-align: top !important; padding-right: 10px !important; min-width: 120px;  }
form[name="feedbackform"] textarea { float: none !important; }
form[name="feedbackform"] input[type="submit"], form[name="feedbackform"] input[type="reset"] { margin-top: 15px; padding: 15px 25px; border: 1px solid #CCC; background: #F7F7F7; font-size: 18px; line-height: 1; }
form[name="feedbackform"] input[type="submit"], form[name="feedbackform"] input[type="reset"] { cursor: pointer; }
form[name="feedbackform"] input[name="code"] { display: block; margin-bottom: 10px; }

/* Enhanced Attachments */
.poritem-overview { position: relative; width: 100%; margin: 25px 0px 0px; }
ul.tabs { margin: 0px; padding: 0px; list-style: none; }
ul.tabs li { display: inline-block; padding: 10px 15px; background: transparent; color: #222; cursor: pointer; }
ul.tabs li.current { background: #EEE; color: #222; }
.tab-content { display: none; background: #EEE; padding: 15px; width: 90%; max-width: 510px; }
.tab-content.current { display: inherit; }
.tab-content iframe { width: 95%; max-width: 470px; }


/* Toggle */
.toggle-on-tablet { display: none !important; }
.toggle-on-mobile { display: none !important; }
.toggle-on-custom { display: none !important; }

.container-wrap.full-width { position: relative; width: 100%; margin: 0 auto; }
.container-wrap.full-width .content { position: relative; float: none; width: 100%; margin: 0 auto; }
.catalog-wrap.is-forsale #mainpage h2 { margin-bottom: 0; }
.container-wrap.full-width #mainpage { position: relative; float: none; width: 90%; margin: 0 auto; }
.container-wrap.full-width .catalog-wrap { position: relative; float: none; width: 100%; margin: 0 auto; padding: 0; background: #FFF; }

.container-wrap.less-width { position: relative; width: 100%; margin: 0 auto; }
.container-wrap.less-width .content { position: relative; float: none; width: 80%; margin: 0 auto; }
.container-wrap.less-width #mainpage { position: relative; float: none; width: 60%; margin: 0 auto; }

.container.less-width { width: 100%; }
.container.less-width .content, .container.full-width .content, .container.full-width #mainpage, .container.full-width #newitempage { float: none; width: 100%; padding: 0; }
.container.less-width #mainpage, .container.less-width #newitempage, .container.less-width #mainpage, .container.less-width #newitempage { float: none; width: 100%; padding: 0 !important; }
.catalog-wrap.toggle-off-catalog .catalog  { display: none; }
.catalog-wrap.toggle-off-catalog #mainpage, .catalog-wrap.toggle-off-catalog #newitempage { float: none; width: 100%; padding: 0 !important; }
.catalog-wrap.toggle-off-catalog #mainpage h1, .catalog-wrap.toggle-off-catalog #newitempage h1 { text-align: center; }
.catalog-wrap.toggle-off-catalog #mainpage td { text-align: center !important; }

.poritem-specs, #form1, form[name="customerform"], form[name="feedbackform"] { position: relative; width: 90%; padding: 0; background: #FFF; border-radius: 0; }
.poritem-specs #form1 { border: 0 none; }

.poritem-specs { background: #FFF; }

.poritem-specs #form1 { box-shadow: none; padding: 0; }
form[name="feedbackform"] { margin-bottom: 35px; }

.poritem-specs h2 { font-size: 18px; margin-bottom: 5px; }

.toggle-on-testing { display: block !important; }
.toggle-on-d { display: block; }
.toggle-on-t { display: none; }
.toggle-on-m { display: none; }
.toggle-on-s { display: none; }
.toggle-on-xs { display: none; }


.poritem-specs td[width="70"] { position: absolute; right: 10%; z-index: 1; }
.detailedimg p.por-item-detail-image-reference { text-align: center !important; }

/* Vendor Gallery */
.vendor-gallery-wrap { position: relative; width: 100%; background: #FFF; margin: 0 auto; padding: 30px 0; overflow: hidden; }
.vendor-gallery-wrap.with-borders { border-top: 1px solid #DDD; }
.vendor-gallery-wrap h3 { text-align: center; font-size: 30px; margin-bottom: 25px; }
.vendor-gallery-wrap ul { position: relative; width: 96%; text-align: center; margin: 0 auto; }
.vendor-gallery-wrap.on-page ul { width: 100%; }
.vendor-gallery-wrap ul li { position: relative; width: 6%; display: inline-block; margin: 0; padding: 0 1%; vertical-align: middle; }
.vendor-gallery-wrap.on-page ul li { width: 25%; }
.vendor-gallery-wrap ul li:first-child { margin-left: 0; }
.vendor-gallery-wrap ul li:last-child { margin-right: 0; }
.vendor-gallery-wrap ul li img { width: 100%; height: auto; }

/* Sara's Edits */

p.p-custom { margin-left: 20%; margin-right: 20%; }
p.p-custom-contact { margin-bottom: 5px; }
img.is-equipment-logo { height: 80px; }

/* Mobile Catalog Menu - Search */

.catalog-menu { display: none; position: relative; width: 90%; height: 40px; margin: 0 auto; padding: 10px 5% 0; background: #FFF; font-size: 16px; font-weight: 500; color: #FFF; line-height: 1; z-index: 2; flex-flow: row nowrap; justify-content: space-between; align-items: flex-end; border-top: 1px solid #DDD; border-left: 0 none; border-right: 0 none; }
.catalog-menu .toggle-close-icon { display: none; }
.catalog-menu-buttons { position: relative; }
.catalog-menu-buttons ul { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: flex-end; }
.catalog-menu-buttons li { position: relative; margin-right: 10px; }
.index-catalog .catalog-menu-buttons li:not(:first-child) { display: none; }
.catalog-menu-buttons li:last-child { margin-right: 0; }
.catalog-menu-buttons a, .catalog-menu-buttons .toggle-catalog { display: block; padding: 0 15px 0 15px; text-decoration: none; text-transform: capitalize; }
.catalog-menu-buttons a.toggle-categories, .catalog-menu-buttons .toggle-catalog { padding: 0 26px 0 15px; cursor: pointer; }
.catalog-menu-buttons a:last-of-type { margin-right: 0; }
.catalog-menu-buttons a:hover { cursor: pointer; }
.catalog-menu-buttons .toggle-catalog, .catalog-menu-buttons a.toggle-categories { border-top-left-radius: 5px; border-top-right-radius: 5px; color: #000; line-height: 40px; font-size: 16px; white-space: nowrap; }
.catalog-menu-buttons li:not(:first-child)  .toggle-catalog, .catalog-menu-buttons li:not(:first-child) a.toggle-categories { background: #EEE; }
.catalog-menu-buttons a.active { color: #FFF; line-height: 40px; }
.catalog-menu-buttons a.active:hover { color: #FFF; }
.catalog-menu-buttons li a.active, .catalog-menu-buttons li a.active:hover { color: #FFF; }
.catalog-menu-buttons .toggle-catalog:hover, .catalog-menu-buttons a.toggle-categories:hover { color: #000; }
.catalog-menu-buttons span.toggle-down-icon, .catalog-menu-buttons span.toggle-close-icon { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; width: 34px; text-align: center; font-size: .7em; }

.catalog-menu-right-buttons { position: relative; margin-left: 15px; }
.catalog-menu-right-buttons a { padding: 0 15px; background: #555; font-size: 12px; color: #FFF !important; height: 40px; display: flex; flex-flow: row nowrap; align-items: center; text-align: center; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.catalog-menu-right-buttons a.alt-bg { color: #FFF !important; background: #010101; box-shadow: 0 0 0 0 #010101; transition: all .1s linear; }
.catalog-menu-right-buttons a.alt-bg:hover { color: #FFF !important; background: #010101; }
.catalog-menu-right-buttons span:first-of-type { margin-right: 0; }

.catalog-menu.toggle-on-catalog .toggle-catalog .toggle-down-icon, .catalog-menu.toggle-on-categories .toggle-categories .toggle-down-icon { display: none; }
.catalog-menu.toggle-on-catalog .toggle-catalog .toggle-close-icon, .catalog-menu.toggle-on-categories .toggle-categories .toggle-close-icon { display: inline-block; }

.select-catalog, .catalog.toggle-on-catalog, .catalog.toggle-on-categories { position: absolute; top: 50px; left: 0; right: 0; width: 100%; z-index: 1; transition: 0s none; }
.catalog.toggle-on-categories { top: 111px; z-index: 2; }
.catalog-menu-buttons li:not(:first-child) a.active, .select-catalog, .catalog.toggle-on-catalog, .catalog.toggle-on-categories { background: #EEE; color: #000; }
.toggle-menu-buttons li.toggle-off { display: none !important; }
.catalog-menu-buttons .toggle-catalog, .select-catalog, .catalog-menu-buttons a.toggle-categories { background: #cf0404; }
.catalog-menu-buttons .toggle-catalog, .catalog-menu-buttons .toggle-catalog:hover { color: #FFF; }
.select-catalog { opacity: 0; visibility: hidden; height: 0; }
.catalog-menu.toggle-on-catalog .select-catalog { opacity: 1; visibility: visible; height: auto; }
.catalog.toggle-on-categories { opacity: 1; visibility: visible; }
.catalog.toggle-on-categories ul li.catalog-title { display: none; }
.select-catalog ul, .catalog.toggle-on-catalog ul, .catalog.toggle-on-categories ul { text-align: left; }
.select-catalog ul li, .catalog.toggle-on-catalog ul li, .catalog.toggle-on-categories ul li { position: relative; width: 90%; display: block; margin: 0; padding: 0 5%; line-height: 1; }
.select-catalog ul li, .catalog.toggle-on-catalog ul li { border-bottom: 1px solid rgba(255,255,255,0.1); }
.catalog.toggle-on-categories ul li { border-bottom: 1px solid rgba(0,0,0,0.1); }
.select-catalog ul li a, .catalog.toggle-on-catalog ul li a, .catalog.toggle-on-categories ul li a { position: relative; display: block; padding: 12px 0 12px 10px; }
.catalog.toggle-on-categories ul li.is-p a { padding: 0; }
.catalog.toggle-on-categories ul li.is-p { padding: 10px 5%; }
.select-catalog ul li a, .catalog.toggle-on-catalog ul li a { color: #FFF; }
.select-catalog ul li a::before, .catalog.toggle-on-catalog ul li a::before, .catalog.toggle-on-categories ul li a::before { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
 width: 10px; font-family: 'Font Awesome\ 5 Free'; font-size: .7em; font-weight: 900; content: "\f105"; line-height: 1; }
.catalog.toggle-on-categories ul li a { color: #000; }
.select-catalog ul li:last-child, .catalog.toggle-on-catalog ul li:last-child, .catalog.toggle-on-categories ul li:last-child { border-bottom: 0 none; }

#catalog-menu-search-wrap { display: none; position: relative; width: 90%; padding: 0 5%; height: 60px; margin: 0 auto; transition: top .3s linear; z-index: 3; flex-direction: column; justify-content: center; align-items: center; background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ }
#catalog-menu-search { position: relative; width: 100%; background: #FFF; border: 0 solid #DDD; border-radius: 0; margin: 0; padding: 0; overflow: hidden; }
#catalog-menu-search-box { position: relative; width: calc(100% - 40px); height: 40px; background: none transparent; border: 0 none; padding: 0 0 0 40px !important; margin: 0 !important; }
#catalog-menu-search-box:hover { cursor: pointer; }
.catalog-menu-btn-search { position: absolute; top: 0; left: 0; width: 40px; line-height: 40px; padding: 0 !important; color: #555; text-decoration: none; text-align: center; }
.catalog-menu-btn-search i { color: #000; font-size: .9em; vertical-align: top; margin-top: 13px; }
#catalog-menu-search:hover i { color: #000; }

#catalog-menu-search input::-webkit-input-placeholder { color: #555; font-style: normal; opacity: 1 !important; }
#catalog-menu-search input::-moz-placeholder { color: #555; font-style: normal; opacity: 1 !important; } /* firefox 19+ */
#catalog-menu-search input:-ms-input-placeholder { color: #555; font-style: normal; opacity: 1 !important; } /* ie */
#catalog-menu-search input:-moz-placeholder { color: #555; font-style: normal; opacity: 1 !important; }

.catalog-menu-button { position: absolute; top: 0; right: 0; text-transform: uppercase; font-size: 14px; font-weight: bolder; }
.catalog-menu-button a { position: relative; display: block; line-height: 50px; padding: 0 20px; background: #f7de27; color: #010101; }

/* Catalog Search */
#catalog-search-wrap { position: relative; width: calc(100% - 2px); max-width: 100%; margin: 8px 0 26px; }
#catalog-search { position: relative; width: calc(100% - 15px); border-radius: 0; margin: 0; padding: 0 0 0 15px; color: #555; background: #F6F6F6; box-shadow: 0 0 0 1px #DDD; overflow: hidden; }
#catalog-search-box { width: calc(100% - 60px); height: 40px; font-size: 15px; color: #555; background: none transparent; border: 0; padding: 0; padding: 0; }
#catalog-search .catalog-btn-search { position: absolute; width: 40px; height: 40px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; color: #555; font-size: 14px; text-transform: uppercase; text-align: center; }
#catalog-search .catalog-btn-search:hover { color: #555; }
#catalog-search .catalog-btn-search span { display: block; width: 40px; height: 40px; background: #F6F6F6; }
#catalog-search .catalog-btn-search span::before { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: -1px; width: 1px; height: 50%; content: ""; background: #DDD; }
#catalog-search .catalog-btn-search i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }

#catalog-search input::-webkit-input-placeholder { color: #555; font-size: 13px; font-weight: 500; opacity: 1; }
#catalog-search input::-moz-placeholder { color: #555; font-size: 13px; font-weight: 500; opacity: 1; }
#catalog-search input:-ms-input-placeholder { color: #555; font-size: 13px; font-weight: 500; opacity: 1; }
#catalog-search input:-moz-placeholder { color: #555; font-size: 13px; font-weight: 500; opacity: 1; }

/* Media */
@media screen and (max-width : 1800px) {
}
@media screen and (max-width : 1700px) {
  .panel { width: 95%; }
  .banner-left-right { width: 90%; padding: 50px 5%; }
}

@media screen and (max-width : 1600px) {
  h1 { font-size: 28px; }
  .wrapper, .topbar-pane, .slideshow-holder, .footer { width: 90%; }
  .slideshow-content-title { font-size: 24px; }
}

@media screen and (max-width : 1500px) {
  .topbar-pane-left { font-size: 20px; }
}
@media screen and (max-width : 1450px) {
}
@media screen and (max-width : 1400px) {
  .porheader { width: 100%; }
  .navbar-wrap ul li.is-logo { width: 25%; font-size: 50px; }
  .navbar-wrap ul li.is-logo span { font-size: 20px; margin-top: 0; }
  .catalog-banner { height: 180px; }
  .index-banner { height: 660px; }
  .container.less-width { width: 100%; }
  .footer { width: 96%; }
  .footer-tagline { width: 90%; }
  .inline-icons span {  }
  .splashpage { width: 90%; }
  .tile-button { font-size: 22px; }
  .portiles ul li:hover .tile-description { bottom: 39%; }
  .topbar-banner { min-height: 200px; }
  #mainpageused { width: 100%; }
  .banners ul li { width: 43%; margin: 0 1% 22px; }
  .topbar-pane-left ul { flex-direction: column; }
  .topbar-pane-left ul li::after { display: none; }
  .slideshow-content-title { font-size: 22px; }
  .topbar-pane-left { font-size: 18px; }
}
@media screen and (max-width : 1300px) {
  .close-submenu { right: 5%; }
  .portiles-content { width: 90%; }
  .featured > ul { width: 100%; }
  .poritem-specs td[width="70"] { right: 5%; }
  .vendor-gallery-wrap ul li { width: 15%; margin-bottom: 15px; }
  .vendor-gallery-wrap ul li img { width: 80%; }
  .topbar-links li a span { display: none; }
  .topbar-pane-right { font-size: 18px; }
  .slideshow-content-title { font-size: 20px; }
  .topbar-pane-left { padding-left: 20px; font-size: 16px; }

}
@media screen and (max-width : 1200px) {
  .index-banner { height: 620px; }
  .banner-icons ul li {}
  .banner-icons ul li img { width: auto; height: 40px; }
  .inline-icons span {  }
  .portiles ul li { width: 45%; margin: 0 1% 20px; }
  .tile-button { font-size: 26px; }
  .portiles ul li:hover .tile-description { bottom: 40%; }
  .portiles-content h2 { font-size: 32px; }
  .portiles-content h2 span { display: block; font-size: 22px; color: #666; font-style: italic; font-weight: 400; }
  .portiles-content { font-size: 22px; }
  .topbar-banner { min-height: 160px; }
  .container-wrap, .container { width: 100%; padding: 0; }
  .container.less-width .content { width: 100%; margin: 0 auto; }
  .toggle-autosize { width: 94%; height: auto; }
  .por-item-detail-comments { width: 70%; }
  .poritem-specs td[width="70"] { position: relative; right: auto; z-index: 1; }
  .banner-left-right { width: 96%; padding: 40px 2%; }
  .logo img { height: 40px; }
  .logo img.is-equipment-logo { height: 40px; }
  .multicolcell { width: 19%; }
  .wrapper, .topbar-pane, .slideshow-holder, .footer { width: 90%; }
  .topbar-pane-wrap { height: 130px; }
  .featured > ul > li { width: 45%; }
}

@media screen and (max-width : 1100px) {
  .resources-panel { width: 25%; }
  .store-location-wrap { flex-direction: column; }
  .store-location { width: 100%; }
  .store-location-content { display: flex; flex-direction: row; align-items: center; padding-bottom: 20px; margin: 0 auto 20px; border-bottom: 1px solid #EEE; }
  .store-location-content.last { padding-bottom: 0; margin-bottom: 0;  border-bottom: 0 none; }
  .store-content, .store-map { width: 50%; }
}

@media screen and (max-width : 1000px) {
    #catalog-menu-search-wrap { display: flex; }
  .toggle-on-tablet { display: inline-block !important; }
  .toggle-off-tablet { display: none !important; }
  .toggle-on-d { display: none; }
  .toggle-on-t { display: block; }
  body { color: #555; }
  .wrapper { width: 100%; padding-top: 0; }
  p { font-weight: 400; }
  .navbar-wrap ul li { display: none; position: relative; float: right; clear: right; width: 100%; margin: 0; text-align: center; }
  .navbar-wrap ul li.toggle-navbar-menu { display: none; }
  .topbar-links { display: none; transition: 0s none; }
  .toggle-navbar { display: block; }
  .toggle-topbar { display: block; }
  .navbar-wrap.navbar-mobile-menu ul li { z-index: 5; }
  .navbar-wrap.navbar-mobile-menu ul li a { color: #FFF; padding: 15px 3%; border-bottom: 1px solid #666; background-color: rgba(0, 0, 0, 0.9); }
  .navbar-wrap.navbar-mobile-menu ul li a:hover { color: #FFF; }
  .navbar-wrap.navbar-mobile-menu ul li:first-child a { }
  .navbar-wrap.navbar-mobile-menu ul li:last-child a { }
  .navbar-wrap ul li.is-logo { display: block; position: absolute; top: 12px; left: 4%; width: inherit; font-weight: 600; text-align: left; background: transparent; }
  .navbar-wrap ul li.is-logo a { color: #FFF; background: transparent; padding: 0; border-bottom: 0 none; }
  .navbar-wrap ul li.is-logo a:hover { background: transparent; color: #FFF; }
  .navbar-wrap ul li.is-logo span { text-align: center; }
  .navbar-wrap ul li:first-child { margin-top: 0; }
  .navbar-wrap { font-size: 18px; }
  .navbar-wrap ul li { margin: 0 1%; }
  .navbar-wrap ul li a { text-shadow: none; }
  .navbar-wrap ul li.is-logo a { text-shadow: 2px 1px #333; }
  .container-wrap {  }
  .catalog-wrap { width: 100%; padding: 0 0 45px; flex-direction: column; }
  .catalog-wrap.toggle-on-catalog-tablet { display: block; }
  .catalog-menu { display: block; }
  .catalog-wrap.toggle-off-catalog .catalog-menu { display: none; }
  .catalog-wrap.toggle-off-catalog #mainpage, #newitempage { padding: 0 0 10px !important; }
  .catalog { display: none; float: none; position: relative; top: 0; left: 0; right: 0; width: 100%; margin: 0; border-right-width: 0; }
  .catalog-search-title { display: none; }
  .catalog-search-wrap { margin: 10px auto; }
  .catalog-title { display: none; }
  .catalog-search-wrap { display: none; }
  #mainpage, #newitempage, .content { float: none; width: 90%; margin: 0 auto 0; padding: 25px 5% 50px; text-align: left; }
  .container.less-width #mainpage, .container.less-width #newitempage { width: 80%; }
  #mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { text-align: left; }
  #mainpage td { text-align: left !important; }
  #mainpageused td { text-align: center !important; }
  .detailedimg p { text-align: left !important; }
  .por-item-detail-comments { position: relative; width: 100%; margin: 0; }
  ul.CommentBlock { display: inline-block; text-align: left; width: 80%; margin: 0; }
  .cycle-slideshow { display: inline-block; margin: 0 !important; }
  form[name="customerform"] input { max-width: 200px; }
  #form1 input[type="submit"], #form1 input[type="button"] { margin: 15px 0 0; }
  .wrap4 #adv-custom-pager { margin: 25px 0 !important; text-align: center !important; }
  #mainpage td[align="left"] { text-align: left !important; padding: 0 !important; }
  form[name="customerform"] td { text-align: left !important; }
  #mainpage h4 { text-align: left; }
  .catalog-banner { height: 150px; }
  .banner-icons-wrap { margin-top: 40px; }
  .index-banner { height: 560px; }
  #porgallery { width: 96%; }
  .subfooter ul li, .subfooter ul.copyright li { margin: 0 8px; }
  form[name="customerform"] input { display: block; }
  form[name="customerform"] input[type="radio"] { display: inherit; }
  input[name="strState"] { margin-top: 15px; }
  .por-item-detail-comments { width: 96%; }
  #mainpage td { text-align: left !important; }
  form[name="customerform"] input { margin-bottom: 10px; }
  form[name="customerform"] td, form[name="form1"] td { float: left !important; clear: left !important; padding: 0 !important; }
  #mainpage td[align="left"] { padding: 0 !important; }
  form[name="customerform"] hr {}
  form[name="customerform"] input[name="submit"] { margin-bottom: 50px; }
  #mainpage input, #mainpage textarea { width: 80%; }
  #mainpage input[name="intRentalLength"] { width: auto; }
  textarea[name="strComments"] { margin-bottom: 40px; }
  input[name="strStartDate"] { margin-bottom: 0 !important; }
  input[type="radio"] { display: inline-block !important; width: inherit !important; max-width: 20px !important; margin-top: 2px !important; margin-bottom: 5px !important; vertical-align: middle !important; }
  input[type="radio"]::after { display: block; content: ''; }
  .copyright span.toggle-on-mobile { display: block; margin: 6px 0 0; }
  .inline-icons ul li { margin-bottom: 35px; }
  .inline-icons.quarter-list ul li {  }
  .inline-icons span { }
  .buttons, .banner-buttons { margin-top: 0; }
  .topbar-links li { display: inline-block; width: 100%; margin: 5px 0; }
  .topbar-links > li:first-child { border-bottom: 2px solid #999; }
  .topbar-links li a { color: #FFF; text-shadow: none; display: inline-block; padding: 5px 0; }
  .topbar-links > li:first-child a { padding-bottom: 0; }
  .topbar-links li a:hover { color: #FFF; }
  .tile-button { font-size: 22px; }
  .portiles ul li:hover .tile-description { bottom: 39%; }
  .generic-img { display: none; }
  h1.index span { font-size: 24px; }
  .footer-links.social ul { margin: 0; }
  .table.InventoryTable td { float: left; }
  table.InventoryTable td.cattitle { display: none; }
  table.InventoryTable { border: 1px solid #666; }
  table.InventoryTable tr { position: relative; float: left; width: 33.333%; padding: 15px 0 !important; border-bottom: 1px solid #666; height: inherit; max-height: inherit; }
  table.InventoryTable tr:first-of-type { display: none; visibility: hidden; float: none; width: 100%; }
  table.InventoryTable tr:nth-child(5) { clear: left; }
  #mainpage table.InventoryTable td { width: 90% !important; clear: left; padding: 2px 5% !important; text-align: center !important; }
  table.InventoryTable img { width: auto; max-width: 80%; height: auto; max-height: 140px; padding: 5px; background: #FFF; border: 1px solid #666; border-radius: 0; }
  #productname { text-align: center !important; }
  .topbar > ul > li > a.toggle-topbar-menu-on i { float: none; }
  .topbar-links ul { padding: 0; }
  .topbar-links ul li { border-bottom: 0 none; padding: 0; }
  .topbar-links ul li a { display: inline-block; font-size: 16px; min-width: inherit; background: transparent; }
  .topbar-links ul li a, .topbar-links ul li:first-child a, .topbar-links ul li:last-child a { padding: 8px 0; }
  .accordion-wrap { width: 100%; }
  .panel { width: 90%; }
  .catalog { border: 0 none; }
  .topbar ul ul { display: none; position: relative; top: 5px; left: auto; right: auto; padding: 0; }
  .topbar ul ul li { padding: 0 2% !important; }
  .topbar ul ul li:first-child { }
  .topbar ul ul li a { border-bottom: 0 none; padding: 8px 0 !important; background: transparent; font-size: 16px; }
  #header-search-wrap { display: none; }
  h1, #mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { font-size: 30px; }
  .topbar-pane-left, .topbar-pane-right { display: none; }
  .store-content, .store-map { width: 100%; margin: 0 auto 25px; }
  .topbar-pane { width: 95%; }
  .welcome { width: 90%; }
  .banners { width: 98%; }
  .topbar { position: absolute; height: inherit; }
  .topbar-pane { justify-content: space-between; }
  .topbar-links { z-index: 8; }
  .topbar-links li.is-cart img { margin-left: 0; }
  .topbar-home, .topbar-search { display: none; }
  #navbar-search-wrap { width: 93.5%; }
  .container.less-width .content { width: 90%; padding: 20px 0; }
  .topbar ul ul li { border: 0 none !important; border-radius: 0 !important; background: transparent !important; }
  .topbar ul ul li a { color: #FFF !important; }
  .topbar ul li.dropdown:hover ul { left: 0 !important; }
  .topbar-links-wrap { display: none; }
  .tiles-wrap { width: 90%; margin: 0 auto; }
  .topbar-home.is-fixed-home, .topbar-search.is-fixed-searchbar { display: none; }
  .topbar-pane-wrap { height: 100px; }
  .topbar-placeholder.is-fixed-placeholder { height: 100px; }
  .topbar-placeholder { height: 100px; }
  .logo { flex: initial; }
  .logo img { height: 80px; }
  .topbar-wrap { position: fixed; transition: height .3s linear; z-index: 4; }
  .topbar-wrap.is-fixed-topbar { background: #ffd403; }
  .topbar-wrap.is-fixed-topbar .topbar-pane-wrap { height: 50px; }
  .topbar-wrap.is-fixed-topbar .toggle-topbar { top: 2px; }
  .topbar-links li a span { display: inline; }
  .welcome-wrap { padding-top: 30px; }
  .catalog.toggle-on-categories { display: block !important; }
  .catalog ul { width: 100%; }
  .catalog ul li p:last-of-type { margin-bottom: 0; }
  .slideshow-holder { padding-top: 10px; }
}

@media screen and (max-width : 900px) {
  .toggle-on-t { display: none; }
  .toggle-on-m { display: block; }
  h1.index span { font-size: 20px; }
  #banner-search-wrap { margin-top: 15px; }
  .location-hours { min-height: inherit; } 
  .banners ul li { margin: 0 1% 17px; }
  .slideshow-holder { width: 95%; flex-direction: column; padding: 5px 0 0; }
  .slideshow-wrap { max-width: 100%; margin: 0 auto 15px; padding: 0; }
  .slideshow-wrap:first-of-type { margin: 0 auto 15px; max-width: 100%; }
  .slideshow-wrap:last-of-type { margin: 0 auto 15px; }
  .welcome-wrap { padding-top: 10px; }
  .tiles-wrap { flex-direction: column; }
  .tiles { width: 100%; }
  .tiles:first-of-type { margin: 0 auto 25px; }
  .tiles:last-of-type { margin: 0 auto; }
  .featured > ul > li { width: 29%; }
  .footer-links.footer-locations ul { flex-direction: column; margin-bottom: 15px; }
  .footer-links.footer-locations ul li { border-right: 0 none; padding: 0; display: flex; flex-direction: column; }
  .slideshow-content-title { font-size: 26px; }
}

@media screen and (max-width : 800px) {
  .back-to-top { display: block !important; }
  .inline-icons.quarter-list ul li { width: 40%; }
  .tile-button { font-size: 20px; }
  .portiles ul li:hover .tile-description { bottom: 38%; }
  .jssora21l, .jssora21ldn, .jssora21r, .jssora21rdn { display: none; }
  .panel.alt-panel { padding-top: 30px; }
  .panel-left { position: relative; width: 100%; margin: 0 auto; float: none; }
  .panel-right { position: relative; width: 100%; margin: 0 0 35px; float: none; }
  .arrowleft, .arrowright, .jssorb032 { display: none; }
  .content-left { float: none; display: block; width: 100%; margin: 0 auto 25px; }
  .content-right { float: none; display: block; width: 100%; margin: 0 auto; }
  .footer h5 { margin-bottom: 15px; }
  .footer-location { margin-bottom: 25px; }
  .footer-location, .footer-links { width: 90%; margin: 0 auto; text-align: center; }
  .footer-links { margin-top: 25px; }
  .footer-links ul li { text-align: center; }
  .footer h5 { margin-bottom: 5px; }
  .vendor-gallery-wrap ul li { width: 25%; }
  .banner-left-right { padding: 30px 2%; }
  .banner-left, .banner-right, .banner-left-right.alt-layout .banner-left, .banner-left-right.alt-layout .banner-right { float: none; width: 94%; padding: 0; margin: 0 auto; }
  .banner-right, .banner-left-right.alt-layout .banner-right { margin-top: 25px; }
  .resources-panel { width: 40%; }
  .content-left-right { flex-direction: column; }
  .content-left-right.alt-width .content-left { width: 100%; margin: 0 auto 15px; }
  .content-left-right.alt-width .content-right { width: 100%; margin: 0 auto 15px; }
  .content-left-right.alt-width .content-right ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; }
  .content-left-right.alt-width .content-right ul li { position: relative; width: 32%; }
  .multicolcell { width: 25%; }
  .panel-content-left-right { flex-direction: column; }
  .panel-content-left, .panel-content-right { width: 100%; padding: 0; }
  .panel-content-left { border-right: 0 none; border-bottom: 1px solid #EEE; }
  .panel-content-right { padding-top: 20px; }
}

@media screen and (max-width : 740px) {
  #mainpage > p { text-align: left; }
  #form1 input[type="submit"], #form1 input[type="button"] { display: block; min-width: 220px; }
  #topbar-search-wrap { left: 5px; }
  /*.topbar-wrap { background-color: rgba(0, 0, 0, 0.2); }*/
  .topbar > ul { float: none; text-align: center; }
  .topbar > ul > li { }
  .topbar ul li:first-child { margin-left: 0; }
  .toggle-on-mobile { display: none !important; }
  .toggle-on-mobile { display: block !important; }
  .topbar > ul > li {}
  .topbar > ul > li.is-topbar-logo { margin-left: 20px !important; }
  .topbar > ul > li > a { padding: 0; }
  .index-banner { height: 540px; }
  .banner-icons-wrap { display: none; }
  .location-content-left { position: relative; float: none; width: 100%; text-align: center; }
  .location-content-right { display: none; }
  .footer-links .toggle-on-mobile ul { display: none; }
  .footer-address { margin-bottom: 35px; }
  .subfooter { width: 100%; font-size: 18px; }
  .subfooter ul li { display: block; margin: 0; border-bottom: 1px solid #666; }
  .subfooter ul li a { padding: 13px 0; }
  .subfooter ul li a:hover { background: #464646; }
  .subfooter ul.copyright li { display: block; }
  .catalog-menu-links li { margin: 0 5px; }
  .inline-icons span {  }
  .inline-icons.single-list ul li { width: 90%; }
  .inline-icons.logos ul li { width: 25%; }
  .banner-content h1 { font-size: 30px; }
  .banner-tagline { font-size: 20px; }
  #banner-search { width: 60%; border-width: 8px; }
  .portiles ul li { width: 94%; margin: 0 0 20px; }
  .tile-button { font-size: 36px; }
  .tile-description { font-size: 20px; }
  .portiles ul li:hover .tile-description { bottom: 40%; }
  .portiles-wrap { padding-bottom: 10px; }
  .portiles-content h2 { margin-bottom: 20px; }
  .portiles-content .button { display: block; float: none; margin: 0 0 15px; text-align: center; }
  h1.index span { font-size: 20px; margin-top: 10px; }
  .page-img { float: none; width: 100%; margin: 0 auto 25px; text-align: center; }
  .page-img.shrink { width: 100%; }
  .page-img img { display: none; }
  .left-content.with-logos { width: 100%; margin-bottom: 35px; }
  .page-img li.for-mobile img { display: block; width: 90%; margin: 0 auto; }
  .page-img.is-logos { width: 100%; }
  .page-img.is-logos li.for-mobile { position: relative; display: inline-block; vertical-align: middle; text-align: center; width: 45%; margin: 0 1% 15px; }
  .page-img.is-logos li.for-mobile:last-child { margin-bottom: 0; }
  .page-img.is-logos li.for-mobile img { width: 90%; height: auto; }
  table.InventoryTable tr:nth-child(5) { clear: none; }
  table.InventoryTable tr:nth-child(4) { clear: left; }
  table.InventoryTable tr { width: 50%; }
  .topbar > ul > li.is-topbar-logo { margin-top: 25px; }
  .topbar > ul > li.is-topbar-logo img, .topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { height: 80px; }
  .banners ul li { width: 90%; }
  .banner-content p { padding: 0 25px; }
  .store-location-wrap { padding-top: 0; }
  .store-location-content { flex-direction: column; padding-bottom: 0; }
  .store-content, .store-map { width: 100%; margin-bottom: 0; }
  .store-map { margin-bottom: 25px; }
  .slideshow-content-title { font-size: 22px; }
}

@media screen and (max-width : 650px) {
  #porgallerythumbnail { position: relative; width: 80%; display: block; margin: 0 auto; }
  #porgallery .photogalleryauto { width: 80% !important; margin-bottom: 15px; }
  #mainpage form[name="feedbackform"] td { float: left; clear: left; padding: 2px 0 !important; }
  form[name="feedbackform"] input { margin-bottom: 10px !important; }
  #banner-search { width: 80%; }
  .portiles-content h2 { font-size: 28px; }
  .portiles-content h2 span { font-size: 20px; }
  .tile-button { line-height: 1.2; bottom: 37%; }
  .tile-button span { display: block; }
  .tile-description { bottom: 25%; }
  .portiles ul li:hover .tile-description { bottom: 33%; }
  .topbar > ul > li.is-topbar-logo { margin-top: 30px; }
  .topbar > ul > li.is-topbar-logo img, .topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { max-height: 70px; }
  .welcome { width: 90%; }
}

@media screen and (max-width : 600px) {
  .panel { width: 86%; }
  #mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { font-size: 26px; }
  .footer-links, .footer-contact, .footer-links ul li, .footer-location { display: block; text-align: center; }
  .footer-links { margin-bottom: 25px; font-size: 18px; }
  .footer-links.social { margin-bottom: 0; }
  .catalog-menu .toggle-off-mobile { display: none; }
  .catalog-menu a { text-transform: capitalize; }
  .footer-location a, .footer-links a { display: inline-block; margin: 0 0 5px; }
  .footer-links { margin: 0 auto 15px; }
  .footer-links ul.is-inline li { display: block; margin: 5px auto; }
  .footer-links ul.is-inline li::after { display: none; }
  .footer-links ul { flex-direction: column; }
  .footer-links ul li { border-right: 0 none; padding: 0; margin: 10px 0; }
  .footer-links ul li::after { display: none; }
  .footer-location a, .footer-links a { margin: 0; }
  .toggle-topbar { right: 25px; }
  .search-bar-container { justify-content: flex-start; }
  #search-bar-wrap { margin-top: 40px; }
  h1, #mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { font-size: 22px; }
  .welcome-wrap { padding: 20px 0; }
  .footer h4, .footer h5 { font-size: 20px; }
  .footer-links.footer-locations span { font-size: 20px; }
  .footer-links { font-size: 16px; }
  .footer-logo { padding-bottom: 0; }
  .footer-logo img { margin: 0 0 10px; }
  .slideshow-content { position: relative; background: #222; flex-direction: column; justify-content: center; }
  .slideshow-content-title { line-height: 1.2; text-align: center; }
  .slideshow-button { margin-top: 15px; }
  .slideshow-button a { min-width: 200px; }
  .featured > ul > li { width: 46%; }
}

@media screen and (max-width : 550px) {
  .toggle-on-s { display: none; }
  .toggle-on-xs { display: block; }
  .multicolcell img { margin-bottom: 5px; }
  #mainpage, #newitempage, .content { width: 84%; padding: 25px 8% 30px; }
  #mainpage td[align="left"] { padding: 0 2%; }
  ul.social { display: none; }
  #mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { }
  .index-banner { height: 540px; }
  .inline-gallery ul li { float: none; display: block; margin: 0 0 25px; text-align: center; }
  .inline-icons.quarter-list ul li { width: 80%; }
  .inline-icons.double-list ul li { width: 80%; }
  .inline-icons.double-list ul li:first-child { margin-bottom: 40px !important; }
  .inline-icons span {  }
  .inline-icons.match-span-height span { min-height: inherit; }
  .buttons ul li a, .banner-buttons ul li a { white-space: normal; }
  .tile-description { font-size: 16px; }
  .portiles ul li:hover .tile-description { bottom: 39%; }
  .portiles ul li { margin-bottom: 15px; }
  .portiles-content h2 { font-size: 23px; }
  .portiles-content h2 span { font-size: 17px; }
  .portiles-content { font-size: 18px; }
  .portiles ul li:hover .tile-description { bottom: 32%; }
  .buttons ul li { width: 76%; margin: 0 0 15px; }
  table.InventoryTable tr { width: 100%; }
  .multicolcell { width: 38%; }
}

@media screen and (max-width : 500px) {
  .vendor-gallery-wrap ul li { width: 40%; }
  .content-left-right.alt-width .content-right ul li { width: 48%; }
  .topbar-pane-wrap { height: 80px; }
  .topbar-placeholder.is-fixed-placeholder { height: 80px; }
  .topbar-placeholder { height: 80px; }
  .logo a { margin: 0 10px; }
  .logo img { height: 30px; }
  .logo img.is-equipment-logo { height: 30px; }
  .toggle-topbar { top: 15px; }
}
  
@media screen and (max-width : 450px) {
  #topbar-search { width: 200px; padding-left: 20px; }
  .index-banner { height: 520px; }
  #banner-search { width: 90%; }
  .inline-icons.logos ul li { width: 35%; }
  .tile-button { bottom: 35%; font-size: 30px; }
  .tile-description { bottom: 20%; }
  .portiles ul li:hover .tile-description { bottom: 30%; }
  .page-img.is-logos li.for-mobile img { width: 85%; height: auto; }
  .resources-panel { width: 80%; }
}

@media screen and (max-width : 430px) {
  .index-banner { height: 540px; }
  .copyright span { display: block; margin-top: 5px; }
  .banner-tagline { font-size: 16px; }
  .footer-location { width: 90%; margin: 0 auto 30px; text-align: center; }
  .footer-links.social { margin-top: 0; }
}

@media screen and (max-width : 400px) {
  .toggle-on-small-screen { display: none; }
  .footer-logo span { font-size: 20px; }
  .banner-content h1 { font-size: 30px; }
  .multicolcell { width: 35%; }
}

@media screen and (max-width : 360px) {
  .topbar > ul > li.is-topbar-logo { margin-top: 14px; }
  .topbar > ul > li.is-topbar-logo img, .topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { max-height: 40px; }
}
