@charset "utf-8";

/*
font-family: 'Roboto', sans-serif;
font-family: 'Rubik', sans-serif;
yellow #feba19
red #D22B2B
light red #CC0000
orange: #feba19
light gold: #DBB300
burgendy #122562
color brown: #707070
color gold: #feba19
color yellow: #f5ed00
dark gray: #252525
*/

/* 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}

.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; }

.fade-in-panel, .fade-in-panel-delay { opacity: 0; }

/* CSS Document */
body { font-family: 'Roboto', sans-serif; font-size: 16px; color: #2f2f2f; line-height: 1.8; font-weight: 400; }
body.scroll-off { overflow: hidden; }
.material-icons { font-size: inherit; line-height: inherit; }
.wrapper { position: relative; width: 100%; min-width: 320px; margin: 0 auto; }
.wrapper.index { background-image: none; }

/* 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 !important; }
.uppercase { text-transform: uppercase !important; }
strong, b, .bold { font-weight: 700; }
.text-transform-none { text-transform: none; }
.small-font { font-size: .8em; }
.alt-color { color: #FFECB0; }
.alt-color:hover { color: inherit; }
.center { text-align: center !important; }
.centered { margin: 0 auto !important; }
.toggle-off { display: none; }
.margin-bottom { margin-bottom: 0 !important; }
em, .italic { font-style: italic; }
.no-border { border: 0px none !important; }
.brand { color: #feba19!important; }
.brand-bg { background: #feba19 !important; }
.orange { color: #ff6700 !important; }

.facebook { background: #3b5998 !important; color: #FFF !important; }
.instagram { background: #8a3ab9 !important; color: #FFF !important; }
.twitter { background: #00acee !important; color: #FFF !important; }
.youtube { background: #c4302b !important; color: #FFF !important; }

img.autosize { width: 100%; height: auto; }
img.max-autosize { width: auto; max-width: 100%; height: auto; }

h1, h2, h3, h4, h5, h6 { font-family: 'Rubik', sans-serif; color: #010101; font-weight: 400; letter-spacing: normal; }
h1 { font-size: 30px; line-height: 1.2; margin-bottom: 20px; padding: 0; }
h1.less-bottom-margin { margin-bottom: 5px; }
h1 span.heading-tagline { display: block; margin-top: 3px; color: #666; font-size: .6em; font-style: italic; }
h2.index { position: relative; font-size: 32px; text-align: center; padding: 0 30px; margin: 0 auto 15px; border-bottom: 0 none; }
h2.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: #06C; text-decoration: none; cursor: pointer; }
p { line-height: 1.8; margin-bottom: 20px; }
p.special { line-height: 1.7; margin: 15px 0; }
p.x-large { font-size: 1.3em; }

.heading-panel-wrap { position: relative; width: 100%; padding: 40px 0; background: #FFF; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.heading-panel { position: relative; }
.heading-panel h1 { font-size: 36px; margin: 0; padding: 0; }
.heading-panel h1 span { display: block; margin-top: 5px; font-size: 22px; font-style: italic; color: #666; text-transform: none; }

hr { width: 100%; height: 0; margin: 0 0 25px; padding: 0; border: 0; border-bottom: 0 none; border-top: 1px solid #CCC;  }
hr.small { width: 80px; border-top-width: 3px; border-color: #333; }
hr.tiny { width: 40px; border-top-width: 3px; border-color: #333; }
hr.gray { border-color: #888; }
hr.light { border-color: #DDD; }
hr.white { border-color: #FFF; }
hr.brand { border-color: #feba19 !important; }
hr.dark { border-color: #191919; }

hr.faded { clear: both; height: 1px; border: 0; margin: 0 auto 20px;  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); }
hr.faded.white { clear: both; height: 1px; border: 0; margin: 0 auto; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); }
hr.faded.gray { clear: both; height: 1px; border: 0; margin: 10px auto 30px;  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); }

ul.policies { margin-left: 20px; margin-bottom: 15px; line-height: 1.5; }
ul.disc, ul.disc-alt { list-style: disc; margin-left: 20px; margin-bottom: 20px; }
ul.inline { display: inline-block; margin-right: 35px }

.inline-list, .inline-logos { position: relative; display: flex; flex-flow: row wrap; justify-content: flex-start; }
.inline-list ul { margin-right: 40px; }
.inline-list ul:last-of-type { margin-right: 0; }
.inline-logos ul { display: flex; flex-flow: row wrap; justify-content: flex-start; }
.inline-logos li { position: relative; margin: 0 40px 20px 0; }
.inline-logos img { max-height: 150px; }

ol { list-style: decimal; margin-left: 25px; line-height: 1.4; margin-bottom: 15px; }
ol.custom-list { margin-bottom: 25px; }

/* Toggle */
.toggle-on-tablet { display: none !important; }
.toggle-on-mobile { display: none !important; }
.toggle-on-custom { display: none !important; }

/* Go to top */
.go-to-top { position: fixed; bottom: 18px; right: 20px; z-index: 3; font-size: 10px; font-weight: 600; opacity: 0; transition-duration: .6s; transform: translateX(50px); transition-property: opacity, line-height, transform; }
.go-to-top.toggle-on { opacity: 1; line-height: inherit; transform: translate(0); }
.go-to-top a { display: block; line-height: 1; width: 30px; height: 30px; padding: 5px; border-radius: 4px; color: #010101; background: #feba19; text-transform: uppercase; text-align: center; box-shadow: 0 0 0 0 #666; transition: background 0.1s linear; }
.go-to-top a:hover { color: #010101; background: #feba19; }
.go-to-top i { color: #010101 !important; font-size: 10px; line-height: 1; padding: 0; display: block; vertical-align: top; margin-top: 3px; }

/* Topbar */
.topbar-container, .topbar-panel, .featured-wrap, .image-gallery-container, .catalog-wrap, .container.less-width  { width: 70%; }
.topbar-placeholder { position: relative; width: 100%; height: 200px; background: #FFF; }
.index-topbar .topbar-placeholder { background: #FFF; }
.topbar-container-wrap { position: fixed; top: 0; left: 0; right: 0; width: 100%; min-width: 320px; margin: 0 auto; padding: 0; background: #feba19; font-size: 16px; font-weight: 500; text-transform: uppercase; transition: all .3s linear; z-index: 6; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; /*box-shadow: 0px 6px 4px -4px rgba(0,0,0,1);*/ box-shadow: 0px 8px 6px -6px #000; }
.index-topbar .topbar-container-wrap { }
.topbar-container-wrap.is-fixed-topbar, .index-topbar .topbar-container-wrap.is-fixed-topbar { }
.topbar-wrap { position: relative; height: 130px; display: flex; flex-flow: column nowrap; justify-content: space-between; align-items: flex-end; justify-content: center; transition: all .3s linear; }
.topbar-container-wrap.is-fixed-topbar .topbar-wrap { height: 110px; }
.topbar-container-wrap.is-fixed-topbar .topbar-container { z-index: 2; }
.topbar-container { position: relative; height: 140px; margin: 0 auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: flex-end; transition: height .3s linear; }
.topbar-container-wrap.is-fixed-topbar .topbar-container { height: 100px; }
.topbar-wrap:hover { /*background: #111; background-color: rgba(0,0,0,.8); transition: height .55s, background .2s linear;*/ }

.topbar-pane-left { position: relative; display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex: 1 1 auto; }

.logo { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; transition: all .3s linear; line-height: 0; }
.logo img { width: auto; height: 190px; transition: all .3s linear; background: transparent; padding: 0; border-radius: 0; }
.logo a { color: #FFF; }
.topbar-container-wrap.is-fixed-topbar .logo img { height: 60px; }

.topbar-pane { position: relative; height: 80px; opacity: 1; transition: all .3s, opacity 0.1s ease-in-out; display: flex; flex-flow: column nowrap; justify-content: center; align-items: flex-end; }
.topbar-container-wrap.is-fixed-topbar .topbar-pane { height: 80px; }
.topbar-pane-links { position: relative; line-height: 1; display: flex; flex-direction: row; justify-content: flex-end; }
.topbar-pane-links ul { margin-left: 30px; display: flex; flex-flow: row nowrap; align-items: center; }
.topbar-pane-links ul:first-of-type { margin-left: 0; }
.topbar-pane-links li { position: relative; margin-right: 20px; padding-right: 20px; }
.topbar-pane-links li::after { position: absolute; top: 1px; right: -1px; width: 1px; height: 100%; content: " "; background: rgba(0,0,0,0.2); }
.topbar-pane-links li:last-child { margin-right: 0; padding-right: 0; }
.topbar-pane-links li:last-child::after { display: none; }
.topbar-pane-links a { color: #111; }
.topbar-pane-links li.tagline { font-size: 16px; color: #777; font-style: italic; text-transform: capitalize; transition: color .3s linear; text-align: right; transition: all .3s linear; flex: 1 1 auto; }
.topbar-pane.toggle-off { opacity: 0; }

.topbar-panel-wrap { position: relative; top: 0; left: 0; right: 0; width: 100%; height: 60px; margin: 0; opacity: 1; visibility: visible; background: #010101; color: #DDD; z-index: 1; display: flex; flex-direction: column; justify-content: center; transition: all .3s linear; z-index: 2; transition: all .3s linear; text-transform: none; }
.topbar-panel-right { position: relative; margin-left: 25px; display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-end; flex: 1 1 auto; }
.topbar-reviews { position: relative; margin-right: 30px; line-height: 0; }
.topbar-reviews a { display: block; }
.topbar-reviews img { max-height: 50px; }
.topbar-container-wrap.toggle-on .topbar-panel-wrap { top: 0; }
.topbar-panel { position: relative; margin: 0 auto; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; }
.topbar-panel ul { display: flex; flex-flow: row wrap; justify-content: center; }
.topbar-panel li { position: relative; margin: 0 0 0 20px; }
.topbar-panel li:first-child { margin-left: 0; }
.topbar-panel a { color: #EEE; }
.topbar-panel a:hover { color: #feba19; }
.topbar-panel-links a.with-icon { padding-left: 38px; }
.topbar-panel-links i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; width: 30px; line-height: 30px; text-align: center; color: #feba19; background: rgba(255,255,255,0.2); border-radius: 4px; }

.toggle-topbar-search { position: relative; font-size: 22px; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: all .3s; }
.toggle-topbar-search.toggle-on { }
.toggle-topbar-search a { display: block; text-align: center; color: #FFF; }
.toggle-topbar-search a:hover { cursor: default; }
.toggle-topbar-search i { }
.toggle-topbar-search span { }
.toggle-topbar-search span:hover { cursor: pointer; }
.toggle-topbar-search .toggle-off-topbar-search { opacity: 0; visibility: hidden; }
.toggle-topbar-search.toggle-on .toggle-on-topbar-search { opacity: 0; visibility: hidden; }
.toggle-topbar-search.toggle-on .toggle-off-topbar-search { opacity: 1; visibility: visible; }

/* Topbar Search */
.topbar-search-container { position: relative; width: 100%; max-width: 300px; padding: 0; z-index: 1; }
#topbar-search-wrap { position: relative; width: 100%; }
#topbar-search-wrap.toggle-on-topbar-search { }
#topbar-search { position: relative; width: calc(100% - 15px); background: #F6F6F6; border: 0 solid #999; border-radius: 4px; margin: 0; padding: 0 0 0 15px; color: #333; overflow: hidden; display: flex; flex-direction: row; box-shadow: 0 4px 4px -4px black; }
#topbar-search:hover { border-color: #252525; }
#topbar-search form { position: relative; width: 100%; }
#topbar-search-box { width: 100%; height: 40px; font-size: 15px; color: #333; background: none transparent; border: 0 none; padding: 0; transition: all .3s ease-in-out; }
#topbar-search-box:hover { cursor: pointer; }
#topbar-search .btn-search { position: absolute; right: 0; top: 0; line-height: 40px; padding: 0; background: #feba19; color: #010101; font-size: 10px; text-transform: uppercase; text-align: center; transition: background 0.1s linear; border-left: 0 solid #999; }
#topbar-search .btn-search:hover { background: #feba19; }
#topbar-search .btn-search span { display: inline-block; padding: 0 15px; }
#topbar-search .btn-search span.search-text { display: none; font-weight: 800; }
#topbar-search .btn-search span.search-icon { padding: 0 13px 0 15px; }
#topbar-search .btn-search:hover { cursor: pointer; }
#topbar-search .btn-search i { display: inline-block; vertical-align: top; margin-top: 12px; color: #010101; font-size: 16px; }
#topbar-search:hover i { color: #010101; }

#topbar-search-wrap input::-webkit-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
#topbar-search-wrap input::-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; } /* firefox 19+ */
#topbar-search-wrap input:-ms-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; } /* ie */
#topbar-search-wrap input:-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }

.toggle-topbar-menu-on { display: none !important; }
.topbar-wrap.topbar-mobile-menu .toggle-topbar-menu-on { display: block !important; }

.topbar { position: relative; width: 100%; margin: 0 auto; font-weight: 700; }
.topbar > ul.first { margin: 0 0 10px; transition: margin .3s linear; }
.topbar-container-wrap.is-fixed-topbar .topbar > ul.first { margin: 0; }
.topbar > ul { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; opacity: 1; visibility: visible; transition: all .3s linear; }
.topbar-container-wrap.is-fixed-topbar .topbar > ul:first-of-type { }
.topbar > ul > li { position: relative; margin-right: 30px; }
.topbar > ul > li:first-child, .topbar > ul > li.first { }
.topbar > ul > li:last-child, .topbar > ul > li.last, .topbar > ul > li.last > a { margin-right: 0; padding-right: 0; }
.topbar > ul > li > a, .topbar-button span { display: block; color: #111; }
.topbar > ul > li > a:hover { color: #111; }
.topbar > ul > li.is-cart i { font-size: 16px; vertical-align: top; margin-top: 5px; padding-right: 0; }
.topbar > ul > li.is-cart img { width: 30px; height: 30px; }
.topbar > ul > li > a:hover, .topbar > ul > li.submenu > a.toggle-submenu.active, .topbar > ul > li.submenu > a.toggle-submenu.active::before { color: #111; }
.topbar > ul > li .toggle-on-topbar-search i { font-size: .7em; vertical-align: top; margin-top: 9px; }
.topbar > ul > li.is-button a, .topbar-button span { padding: 0 15px; background: #feba19; color: #FFF; line-height: 44px; font-size: 13px; font-weight: 600; text-transform: uppercase; text-align: center; transition: background 0.1s linear;  }
.topbar > ul > li.is-button a:hover, .topbar-button span:hover { background: #feba19; }
.topbar-button { position: relative; margin-left: 20px; white-space: nowrap; cursor: pointer; }
.topbar-button span { color: #000 !important; font-size: 15px; line-height: 41px; padding: 0 20px 0 45px; border-radius: 4px; }
.topbar-button i { position: absolute; font-size: 20px; left: 15px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin-top: -1px; }
.toggle-topbar .topbar-button { margin: -10px 0 15px; }
.toggle-topbar .topbar-button span { background: #000 !important; color: #feba19 !important; }
.topbar > ul > li.custom-link { padding-left: 30px; }
.topbar > ul > li.custom-link::before { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: -1px; width: 1px; height: 20px; content: " "; background: rgba(0,0,0,0.3); }

/* Topbar Submenu */
.topbar ul ul { opacity: 0; visibility: hidden; pointer-events: none; display: block; position: absolute; top: auto; right: auto; left: -10px; width: auto; margin: 0; padding: 73px 0 0; z-index: 5; font-size: 14px; transition: all .3s ease-in; }
.topbar ul li.with-submenu > a { position: relative; padding-right: 10px; }
.topbar ul li.with-submenu > a .toggle-submenu-icon::after { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; content: "\f107"; }
.topbar ul li.dropdown:hover { cursor: pointer; }
.topbar ul li.dropdown:hover ul { opacity: 1; visibility: visible; pointer-events: inherit; padding-top: 25px; }
.topbar-container-wrap.is-fixed-topbar .topbar ul ul { padding-top: 73px; }
.topbar-container-wrap.is-fixed-topbar .topbar ul li.dropdown:hover ul { padding-top: 16px; }
.topbar ul li.dropdown.left:hover ul { }
.topbar ul li.with-submenu > a span { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; font-size: .7em; line-height: 1; width: 5px; }
.topbar ul li.with-submenu > a .toggle-submenu-close { display: none; }
.topbar ul li.with-submenu i { width: 8px; font-size: .5em; text-align: center; }
.topbar ul ul li { position: relative; display: block !important; float: none; border: 0 none; margin: 0 !important; }
.topbar ul ul li:first-child::before { /*opacity: 0; visibility: hidden;*/ opacity: 1; visibility: visible; position: absolute; top: -10px; left: 20px; width: 100%; height: 15px; content: " "; width: 0; height: 0; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #111 transparent; transition: opacity 0.1s linear; transition-delay: .3s; }
.topbar ul li.dropdown:hover ul li:first-child::before { opacity: 1; visibility: visible; }
.topbar ul ul li a { display: inline-block; min-width: 100%; color: #FFF; line-height: 46px; text-align: left; background: #111; padding: 0 20px !important; margin: 0 !important; white-space: nowrap; z-index: 6; border-bottom: 1px solid rgba(255,255,255,.1); }
.topbar ul ul li:hover a { color: #FFF !important; }
.topbar ul ul li:last-child, .topbar ul ul li:last-child a { border-bottom: 0 none; }
.topbar ul ul li:first-child a { border-top-left-radius: 0; border-top-right-radius: 0; }
.topbar ul ul li:last-child a { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.topbar li.dropdown > a.toggle-show-submenu-link .toggle-submenu-icon { display: none; }
.topbar li.dropdown > a.toggle-show-submenu-link .toggle-submenu-close { display: inline-block; }

.topbar-wrap.topbar-mobile-menu { transition: 0s; }
.topbar-wrap.topbar-mobile-menu .toggle-on-submenu { display: none; }
.topbar-mobile-menu .topbar { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; position: fixed; overflow-y: scroll; z-index: 10; background: #010101; }
.topbar-mobile-menu .topbar ul { float: none; clear: both; margin: 0 !important; padding: 20px 0; font-size: 22px; text-align: center; text-transform: none; z-index: 8; transition: 0s none; transform: none; }
.topbar-mobile-menu .topbar ul ul { opacity: 1; position: relative; display: block; background: transparent !important; padding: 0 !important; left: auto; transition: 0s none; transform: none;  }
.topbar-mobile-menu .topbar ul li.dropdown:hover ul { padding: 0; }
.topbar-mobile-menu .topbar ul li, .topbar-mobile-menu .topbar > ul > li.custom-link { clear: both; float: none; display: block; margin: 0 !important; padding: 0; text-align: center; background: transparent !important; border-bottom: 1px solid rgba(255,255,255,0.1); }
.topbar-mobile-menu .topbar ul li:first-child { border-top-width: 0; }
.topbar-mobile-menu .topbar ul li:last-child, .topbar-mobile-menu .topbar ul li.last { border-bottom-width: 0; }
.topbar-mobile-menu .topbar ul li a { display: inline-block; float: none; margin: 0; padding: 8px 0; background: transparent !important; color: #FFF; border: 0 none; }
.topbar-mobile-menu .topbar ul li a:hover, .topbar-mobile-menu .topbar ul ul li a:hover, .topbar-mobile-menu .topbar ul ul li:hover { background: transparent !important; color: #FFF !important; }
.topbar-mobile-menu .topbar ul li a.toggle-off-topbar-menu { color: #EEE; display: inline-block; width: 50px; line-height: 40px; text-align: center; }
.topbar-mobile-menu .topbar-menu-header { border-bottom: 4px solid #FFF; padding: 8px 5px 5px; }
.topbar-mobile-menu .topbar ul li.is-button a { background: inherit; color: inherit; }

/* Navbar Search */
.topbar > ul > li.is-navbar-search { padding-right: 0; margin-right: 15px; }
.topbar > ul > li.is-navbar-search::after { display: none; }
#navbar-search-wrap { position: relative; width: 300px; padding: 0; z-index: 1; }
#navbar-search-wrap.toggle-on-navbar-search { }
#navbar-search { position: relative; width: calc(100% - 15px); background: #FFF; border: 0 none; border-radius: 0; margin: 0; padding: 0 0 0 15px; color: #333; box-shadow: 0 0 0 0 #111; overflow: hidden; display: flex; flex-direction: row; }
#navbar-search form { position: relative; width: 100%; }
#navbar-search-box { width: 100%; height: 44px; font-size: 15px; color: #333; background: none transparent; border: 0 none; padding: 0; transition: all .3s ease-in-out; }
#navbar-search-box:hover { cursor: pointer; }
#navbar-search .navbar-btn-search { position: absolute; right: 0; top: 0; line-height: 44px; padding: 0; background: #feba19; color: #FFF; font-size: 13px; font-weight: 700; text-transform: uppercase; text-align: center; transition: background 0.1s linear; }
#navbar-search .navbar-btn-search:hover { background: #feba19; }
#navbar-search .navbar-btn-search span { display: inline-block; padding: 0 10px; font-weight: 700; }
#navbar-search .navbar-btn-search span.search-text { display: none; padding: 0 15px 0 18px; }
#navbar-search .navbar-btn-search span.search-icon { }
#navbar-search .navbar-btn-search span.search-icon { padding: 0 16px 0 18px; font-size: 17px; font-weight: 700; }
#navbar-search .navbar-btn-search:hover { cursor: pointer; }
#navbar-search .navbar-btn-search i { color: #FFF; }
#navbar-search:hover i { color: #FFF; }

#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; 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 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.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; }

/* Panels */
.panel-wrap { position: relative; width: 100%; margin: 0 auto; padding: 60px 0; background: #FFF; }
.panel-wrap.light-gray { background: #F9F9F9; }
.panel-wrap.alt-bg { background: #F6F6F6 url(images/bg-gray.jpg) repeat top left; background-size: 400px 300px; }
.panel { position: relative; width: 70%; margin: 0 auto; }
.panel p:last-of-type { margin-bottom: 0; }
.panel.alt-panel { margin-top: 35px; padding-top: 40px; border-top: 1px solid #CCC; }
.panel h2 { font-size: 28px; margin-bottom: 15px; }
.panel-left-right { position: relative; width: 100%; padding: 0; display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; }
.panel-left { position: relative; width: 60%; }
.panel-right { position: relative; width: 35%; }

.custom-borders { position: relative; width: 100%; border: 8px solid #999; border-left: 0px none; border-right: 0px none; padding: 10px 0px; margin: 0px auto; }
.custom-borders.light-gray { border-color: #EEE; }

.page-banner-container { background: #FFF url(images/loading.gif) no-repeat center center; background-size: 40px 40px; }
.page-banner { position: relative; width: 100%; background: #FFF; padding-top: 15.2%; background-position: center center !important; background-size: cover !important; }
.page-banner.is-generic { background-image: url(assets/page-banner-generic.jpg); }
.page-banner.is-about { background-image: url(assets/page-banner-about.jpg); }
.page-banner.is-contact { background-image: url(assets/page-banner-contact.jpg); }
.page-banner.is-resources { background-image: url(assets/page-banner-resources.jpg); }
.page-banner-content { position: absolute; width: 90%; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); text-align: center; z-index: 1; }
.page-banner-content span:first-of-type { display: block; text-align: center; color: #feba19; font-size: 24px; line-height: 1.2; }
.page-banner-content h1, .page-banner-content .page-banner-title { margin: 0; padding: 0; color: #FFF; font-size: 50px; font-weight: 500; line-height: 1.2; }
.page-banner-gradient { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2); z-index: 0; }

.breadcrumb-wrap { position: relative; width: 100%; height: 60px; background: #F6F6F6; color: #555; font-size: 14px; font-weight: 500; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; border-bottom: 1px solid #DDD; }
.breadcrumb { position: relative; width: 70%; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; margin-bottom: 10px; }
.breadcrumb-left, .breadcrumb-right { position: relative; display: flex; flex-flow: row nowrap; }
.breadcrumb ul { display: flex; flex-flow: row wrap; align-items: center; }
.breadcrumb li { position: relative; padding: 0 20px 0 0; margin: 0 20px 0 0; }
.breadcrumb li:last-child { padding-right: 0; margin-right: 0; }
.breadcrumb li::after { position: absolute; top: 0; right: -1px; width: 1px; height: 100%; content: ""; background: #DDD; }
.breadcrumb li:last-child::after { display: none; }
.breadcrumb ul:first-of-type li:first-child { }
.breadcrumb a { display: block; color: #444; }
.breadcrumb a:hover { color: #06C; }
.breadcrumb a.is-icon { line-height: 30px; width: 30px; text-align: center; background: #feba19; color: #111; border-radius: 4px; }
.breadcrumb-right .breadcrumb-back-btn { display: block; opacity: 0; visibility: hidden }
.breadcrumb-right.toggle-on .breadcrumb-back-btn { display: block; opacity: 1; visibility: visible}
.breadcrumb-right .breadcrumb-back-btn { position: relative; padding: 0 15px 0 25px; line-height: 36px; cursor: pointer; background: #feba19; color: #010101; border: 0 solid #666; border-radius: 4px; }
.breadcrumb-right .breadcrumb-back-btn:hover { border-color: #252525; }
.breadcrumb-right .breadcrumb-back-btn::before { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 5px; width: 20px; text-align: center; content: "\f104"; font-family: 'Font Awesome\ 5 Free'; font-size: 12px; font-weight: 900; }

/* Page catalog */
.page-catalog-btn { position: relative; }
.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: relative; padding: 0; margin: 0; font-size: 32px; line-height: 1; z-index: 1; transition: margin .3s linear; flex-direction: column; align-items: flex-end; }
.toggle-topbar ul li:not(:last-child) { font-size: 24px; }
.toggle-topbar a { display: block; padding: 0; color: #010101; }
.toggle-topbar a:hover { color: #111; }
.toggle-topbar a.adj-icon { font-size: .9em; }
.toggle-topbar ul { display: flex; flex-flow: row nowrap; align-items: center; }
.toggle-topbar li { margin-left: 30px; }
.toggle-topbar li:first-child { margin-left: 0; }
.toggle-topbar img { width: auto; height: 40px; margin-top: -4px; }

/* Slideshow globals */
.slideshow-slide { opacity: 0; visibility: hidden; width: 100%; transition: all .5s ease-in-out; }
.slideshow-slide.toggle-on { opacity: 1; visibility: visible; display: flex; }
.slideshow-container, .slideshow-wrap, .slideshow-bg { position: relative; width: 100%; }
.slideshow-img, .slideshow-panel-wrap, .slideshow-panel, .slideshow-buttons { position: absolute; }
.slideshow-img { width: 100%; }
.slideshow-buttons { width: 80%; }
.slideshow-container.full-width .slideshow-img, .slideshow-container.full-width .slideshow-panel-wrap { width: 100%; }
.slideshow-panel-wrap { width: 40%; }
.slideshow-container.full-width .slideshow-panel-wrap { display: none; }
.slideshow-img, .slideshow-panel-wrap { overflow: hidden; }
.slideshow-panel-wrap { top: 0; bottom: 0; color: #FFF; font-size: 15px; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; }
.slideshow-panel-content-wrap { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow-y: auto; }
.slideshow-panel-content { position: relative; width: 80%; padding: 50px 0; margin: auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.slideshow-tagline, .slideshow-button { position: relative; }
.slideshow-panel-heading { color: #FFF; font-size: 36px; line-height: 1.2; }
.slideshow-tagline, .slideshow-panel-tagline { display: block; margin-top: 5px; font-size: 18px; }
.slideshow-button, .slideshow-panel-button { display: inline-block; margin: 20px 0; padding: 10px 20px; background: #456856; font-size: 1em; color: #FFF; font-weight: 700; cursor: pointer; }

/* Slideshow */
.slideshow-bg { background: #FFF url(images/loading.gif) no-repeat center center; background-size: 40px 40px; }
.slideshow-container { margin: auto; background: #111; overflow: hidden; }
.slideshow-wrap { height: auto; padding-top: 41.66%; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; }
.slideshow-slide-wrap { width: 100%; }

/* Slideshow image */
.slideshow-img { top: 0; bottom: 0; left: 0; line-height: 0; }
.slideshow-img > a { display: block; width: 100%; height: 100%; }
.slideshow-img > a > span::after { opacity: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; content: "";
background: rgba(0,0,0,0.3);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.slideshow-img img { width: 100%; height: auto; object-fit: contain; object-position: center center; }
.slideshow-img-d, .slideshow-img-m { width: 100%; height: 100%; }

.slideshow-content-wrap { position: absolute; width: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background-color: rgba(0,0,0,0.1); }
.wrapper .slideshow-content-wrap { display: none; }
.slideshow-content { position: relative; padding: 40px 0; width: 70%; margin: 0 auto; }
.slideshow-content-title, .slideshow-content-title h1 { position: relative; margin: 0; padding: 0; font-weight: 700; font-size: 30px; color: #feba19; text-align: left; line-height: 1.2; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0); }
.slideshow-content-title span:first-of-type { font-size: 28px; font-weight: 700; font-size: 30px; color: #feba19; text-align: left; line-height: 1.2; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0); }
.slideshow-content-title span:last-of-type, .slideshow-content-title h1 span { display: block; margin-top: 0; color: #FFF; font-size: 50px; font-weight: 700; text-transform: none; }
.slideshow-content .button, .slideshow-content .buttons { margin-top: 20px; }
.slideshow-content .button a, .slideshow-content .buttons a { /*color: #feba19; font-weight: 700; background: #FFF; transition: background 0.1s linear;*/ }
.slideshow-content .button a:hover, .slideshow-content .buttons a:hover { /*background: #EEE;*/ }

/* Slideshow search */
#slideshow-search-wrap { position: absolute; width: 350px; max-width: 90%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-top: -25px; box-shadow: 0 0 0 30px rgba(0,0,0,0.1); }
#slideshow-search { position: relative; width: 100%; background: #FFF; border: 0 solid #999; margin: 0 auto; padding: 0; border-radius: 0; color: #666; overflow: hidden; }
#slideshow-search-box { float: left; width: 95%; font-size: 16px; height: 50px; background: none transparent; border: 0 none; padding: 0; padding-left: 5%; }
#slideshow-search-box:hover { cursor: pointer; }
#slideshow-search .slideshow-btn-search { position: absolute; top: 0; right: 0; padding: 0 25px; color: #FFF; font-size: 12px; font-weight: bold; text-transform: uppercase; line-height: 50px; background: #030303; text-decoration: none !important; transition: background .2s linear; }
#slideshow-search .slideshow-btn-search:hover { cursor: pointer; background: #030303; }
#slideshow-search .slideshow-btn-search i { color: #FFF; font-size: 22px; }
#slideshow-search:hover i { color: #FFF; }

#slideshow-search input::-webkit-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#slideshow-search input::-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#slideshow-search input:-ms-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#slideshow-search input:-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }

/* Slideshow prev/next buttons */
.slideshow-buttons { display: none !important; margin-top: -60px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: 1;  }
.prev, .next { opacity: 1; cursor: pointer; position: absolute; width: 40px; height: 40px; margin-top: 60px; transition: 0.6s ease; border-radius: 0; user-select: none; }
.slideshow-buttons.full-width { width: 100%; }
.prev { left: 30px; }
.next { right: 30px; }
.prev:hover, .next:hover { opacity: .6; background-color: rgba(0,0,0,0); }
.prev .svg-icon, .next .svg-icon { position: absolute; fill: none; stroke: #FFF; stroke-width: 900 /*550 900 1200*/; stroke-miterlimit: 10; }
.prev .svg-icon { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.next .svg-icon { right: 50%; -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); }

/* Slideshow numbers */
.slideshow-numbers { display: none; position: absolute; top: 0; color: #f2f2f2; font-size: 12px; padding: 8px 12px; z-index: 2; }

/* Slideshow dots */
.slideshow-dots { position: absolute; bottom: 25px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align: center; z-index: 1; }
.slideshow-dot { opacity: 1; cursor: pointer; height: 12px; width: 12px; margin: 0 5px; background-color: #FFF; border-radius: 50%; display: inline-block; transition: all 0.3s ease; }
.slideshow-dot.active, .slideshow-dot:hover { background-color: #feba19; }
.slideshow-dot:hover { opacity: 1; }

/* Slideshow readmore */
.slideshow-readmore { position: absolute; bottom: 40px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align: center; z-index: 1; color: #FFF; font-size: 12px; text-transform: uppercase; }
.slideshow-readmore a { position: relative; display: block; }
.slideshow-readmore a span { display: block; color: #FFF; padding: 10px 15px; line-height: 1.3; color: rgba(255,255,255,1); background:  #feba19; border-color: #feba19; transition: all .1s linear; }
.slideshow-readmore a span::after { position: absolute; bottom: -15px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: block; font-family: 'Font Awesome\ 5 Free'; font-size: 12px; font-weight: 900; content: "\f078"; line-height: 1; }
.slideshow-readmore a:hover span { color: #FFF; background:  #feba19; border-color: #feba19; }

.slideshow-img-m { display: none; }

.slide-banner-wrap, .slide-banner { position: relative; width: 100%; height: auto; margin: 0 auto; line-height: 0; }
.slide-banner img { width: 100%; height: auto; object-fit: contain; }

.slide-banner-wrap .slideshow-content-wrap { position: relative; height: auto; bottom: auto; left: auto; transform: none; background: #FFF; }
.slide-banner-wrap .slideshow-content { padding: 20px 30px; margin: 0 auto; }
.slide-banner-wrap .slideshow-content-title, .slide-banner-wrap .slideshow-content-title span, .slide-banner-wrap .slideshow-content-title span:last-of-type, .slide-banner-wrap .slideshow-content-title h1 { color: #222; font-size: 24px; }
.slide-banner-wrap .slideshow-content-title span:first-of-type { color: #666; }

.slideshow-heading { position: absolute; bottom: 0; left: 0; right: 0; width: calc(100% - 60px); height: 80px; padding: 0 30px; background: #060606 url(images/bg-dark2.jpg) repeat top left; background-size: 14px 14px; background-attachment: fixed; font-size: 30px; color: #FFF; font-weight: 700; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.slideshow-heading h1 { margin: 0; padding: 0; font-size: 30px; color: #FFF; font-weight: 700; letter-spacing: normal; }

/* Welcome */
.welcome-container { position: relative; width: 100%; padding: 50px 0; background: #FFF; text-align: center; }
.welcome-wrap { position: relative; width: 70%; margin: 0 auto; }
.welcome-wrap h1, .welcome-wrap h2 { margin-bottom: 0; font-size: 32px; }
.welcome-wrap h1::after, .welcome-wrap h2::after { display: block; width: 100px; height: 3px; margin: 20px auto; content: ""; background: #feba19; }
.welcome-wrap h1 span, .welcome-wrap h2 span { display: block; margin-top: 5px; font-size: 18px; font-style: italic; color: #666; text-transform: none; }
.welcome-wrap p:last-of-type { margin-bottom: 0; }
.welcome-container .button, .welcome-container .buttons { padding-top: 10px; }
.welcome-left-right { position: relative; width: 100%; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
.welcome-left, .welcome-right { position: relative; display: flex; flex-direction: column; }
.welcome-left { width: 100%; }
.welcome-right { width: 100%; }
.welcome-content { position: relative; }
.welcome-right .welcome-content { }
.welcome-wrap .buttons { white-space: nowrap; }
.welcome-wrap .buttons ul, .welcome-wrap .buttons.center ul { display: flex; flex-flow: row nowrap; }
.welcome-wrap .buttons ul li, .welcome-wrap .buttons.center ul li { margin: 0 10px 0; }
.welcome-wrap .buttons ul li:first-child, .welcome-wrap .buttons.center ul li:first-child { margin-left: 0; }
.welcome-wrap .buttons ul li:last-child, .welcome-wrap .buttons.center ul li:last-child { margin-right: 0; }

.panel-buttons-wrap { position: relative; width: 100%; padding: 50px 0 30px; }
.panel-buttons { position: relative; width: 90%; margin: 0 auto; }

.panel-locations-wrap { position: relative; width: 100%; padding: 0; background: #FFF; }
.panel-locations { position: relative; width: 70%; margin: 0 auto; padding: 35px 0 25px; border: 1px solid #EEE; border-left: 0 none; border-right: 0 none; display: flex; flex-flow: row wrap; justify-content: space-between; }
.panel-locations .panel-locations-hours { margin-bottom: 35px; font-size: 18px; color: #555; flex-basis: 100%; }
.panel-location { position: relative; width: calc(50% - 60px); color: #555; text-align: center; padding: 25px 20px 28px; margin: 0 0 25px; background: #F9F9F9; box-shadow: 0 0 0 1px #DDD; border-radius: 5px; }
.panel-location h2 { position: relative; font-size: 24px; margin-bottom: 10px; }
.panel-location h2 a { color: #222; }
.panel-location h2 a:hover { color: #06C; }
.panel-location h2 i { display: inline-block; vertical-align: top; margin-top: 4px; font-size: 18px; }
.panel-location p { line-height: 1.5; margin-bottom: 7px; }
.panel-location p:last-of-type { margin-bottom: 0; }

/* Content */
.container-wrap { position: relative; width: 100%; margin: 0 auto; padding: 0 0 60px; background: #FFF; z-index: 0; display: flex; flex-direction: row; justify-content: space-between; }
.container-wrap.with-bg { background: -webkit-linear-gradient(left, #F6F6F6 50% , #FFF 50%); background: -o-linear-gradient(right, #F6F6F6 50%, #FFF 50%); background: -moz-linear-gradient(right, #F6F6F6 50%, #FFF 50%); background: linear-gradient(to right, #F6F6F6 50% , #FFF 50%); padding: 0; }
.container { position: relative; width: 90%; margin: 0 auto; }
.container-wrap .container .catalog-wrap { width: 89%; padding: 0 0 60px; }
.content { position: relative; width: 70%; padding: 0; margin: 0 0 0 5%; min-height: 400px; background: #FFF; border-radius: 0; box-shadow: 0 0 0 0 #CCC; flex: 1 1 auto; }
.container-wrap.with-bg .content { padding: 0; background: transparent; }

.sidebar-container { position: relative; width: 300px; margin: 0 50px 0 0; padding: 0; }
.content-container { position: relative; width: calc(100% - 350px); padding: 40px 0 50px; background: #FFF; display: flex; flex-direction: column; align-items: flex-end; }
.content-wrap { position: relative; width: 78%; display: flex; flex-direction: column; flex: 1 1 auto; }

.content-left-right { position: relative; width: 100%; margin: 0 auto; display: flex; flex-direction: row; flex-flow: row wrap; justify-content: center; }
.content-left-right > h2, .content-left-right > h3 { flex-basis: 100%; }
.content-left { width: 65%; margin-right: 5%; }
.content-right { width: 30%; padding: 0; text-align: right; }
.content-right ul li { margin-bottom: 15px; }

.banners-container { position: relative; width: 100%; background: #111 url(assets/bg-dark.jpg) repeat top left; background-size: 250px 250px; }
.banners-wrap { position: relative; width: 100%; padding: 50px 0; color: #FFF; }
.banners-wrap:last-of-type { border-bottom: 0 none; }
.banners-wrap.custom-padding { padding: 70px 0 50px; }
.banners-wrap:nth-of-type(odd)::before { }
.banners { position: relative; width: 70%; margin: 0 auto; display: flex; flex-flow: column wrap; justify-content: space-between; z-index: 1; }
.banner { position: relative; width: 100%; padding: 0; text-align: left; display: flex; flex-flow: column nowrap; justify-content: space-between; align-items: center; }
.banners-wrap:nth-of-type(even) { background: #F6F6F6 url(assets/bg-gray.jpg) repeat top left; background-size: 18px 13px; }
.banners-wrap:nth-of-type(odd) .banner { }
.banner-content-wrap { position: relative; width: 100%; text-align: center; }
.banner-content { position: relative; }

.container-bg { position: relative; width: 100%; background: #060606 url(images/bg-dark2.jpg) repeat top left; background-size: 14px 14px; background-attachment: fixed; }

/* Featured */
.featured-container-wrap { position: relative; width: 100%; margin: 0; padding: 60px 0 50px; text-align: center; background: #122562; }
.featured-container-wrap > h2 { color: #FFF; margin-bottom: 30px; }
.featured-container-wrap > h2::after { display: block; width: 100px; height: 3px; margin: 25px auto 0; content: ""; background: #feba19; }
.featured-container { position: relative; margin: 0 auto; }
.featured-wrap { position: relative; width: 70%; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: center; }
.featured { position: relative; width: calc(20% - 20px); margin: 0 10px 20px; display: flex; flex-direction: column; overflow: hidden; transition: all .1s linear; border-radius: 5px; }
.featured:hover { }
.featured h2 { margin: 0; font-size: 18px; display: flex; flex-direction: column; flex: 1 1 auto; font-weight: 500; }
.featured a { display: flex; flex-direction: column; height: 100%; color: #444; line-height: 0; }
.featured a:hover { color: #444; }
.featured img { width: auto; max-width: 100%; height: auto; max-height: 180px; background: #FFF; object-fit: cover; object-position: center center; }
.featured span { position: relative; display: block; line-height: 1.2; }
.featured span:first-of-type { padding: 20px; height: 180px; background: #FFF; border-bottom: 0 solid #DDD; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: all .1s linear; }
.featured span:hover:first-of-type { border-color: #DDD; }
.featured span:last-of-type { padding: 15px 20px; background: #feba19; color: #111; flex: 1 1 auto; transition: all .1s linear; }
.featured:hover span:last-of-type { background: #feba19; }
.featured-container .button, .featured-container .buttons { padding-top: 20px; }
.featured-container .button a, .featured-container .buttons a { background: #feba19; }
.featured-container .button a:hover, .featured-container .buttons a:hover { background: #feba19; }

h2.featured { font-size: 36px; width: 100%; color: #F6F6F6; }

/* Tiles */
.tiles-container { position: relative; width: 100%; background: #FFF; padding: 0 0 30px; }
.tiles-container.first { padding-top: 0; }
.tiles-container.last { padding-bottom: 30px; }
.tiles-container.custom { padding-top: 60px; }
.tiles-wrap { position: relative; width: 90%; margin: 0 auto; padding: 0; text-align: left; }
.tiles-wrap h2 { font-size: 22px; }
.tiles { position: relative; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; }
.tiles.justify-center { justify-content: center; }
.tile { position: relative; width: calc(33.333% - 20px); padding: 0; margin: 0 0 30px; display: flex; flex-direction: column; justify-content: flex-start; }
.tiles.split .tile { width: calc(50% - 20px); }
.tile-img, .tile-icon { position: relative; line-height: 0; }
.tile-img { overflow: hidden; flex: 1 1 auto; }
.tile-img a { display: block; width: 100%; height: 100%; }
.tile-img img { width: 100%; height: auto; filter: grayscale(0); transition: transform 1s, filter .5s ease-in-out; z-index: 0; }
.tile:hover .tile-img img { transform: scale(1.05); filter: grayscale(0); }
.tile-img span.tile-title { position: relative; display: block; width: calc(100% - 60px); padding: 15px 30px 17px; color: #FFF !important; text-align: center; font-size: 20px; font-weight: 700; line-height: 1.3; background: #252525; z-index: 1; }
.tile:hover .tile-img span.tile-title { color: #feba19 !important; }
.tile a.with-bg { background: #F0F0F0; }
.tile-content { position: relative; line-height: 1.3; width: calc(100% - 100px); height: 100%; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.tile-content img { margin: 0 0 20px; }
.tile-content > span { width: 100%; display: block; text-align: center; font-weight: 700; }
.tile-content > span.tile-content-title { margin-bottom: 10px; font-size: 24px; color: #D22B2B; }
.tile-content > span.tile-content-text { color: #333; }
.tiles-wrap .button, .tiles-wrap .buttons, .tiles-wrap .readmore { margin-top: 25px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; flex: 1 1 auto; }

/* Panel Banners */
.panel-banner-wrap { position: relative; width: 100%; background-repeat: no-repeat !important; background-attachment: fixed !important; background-position: center center !important; background-size: cover !important; color: #CCC; display: flex; flex-direction: column; }
.panel-banner-wrap.panel-banner-1 { background-image: url(images/bg-dark2.jpg); background-repeat: repeat !important; background-size: 14px 14px !important; background-repeat: repeat !important; background-position: top left !important; }
.panel-banner-wrap.panel-banner-2 { background-image: url(assets/linen-bg.jpg); }
.panel-banner { width: 90%; min-height: 150px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.panel-banner-content { position: relative; width: 60%; margin: 0 auto; padding: 30px 0; }
.panel-banner-content p:last-of-type { margin-bottom: 0; }
.panel-banner h2 { margin: 0; padding: 0; color: #CCC; font-size: 40px; }
.panel-banner h2 a { color: #feba19; transition: color .1s linear; }
.panel-banner h2 a:hover { color: #FFF; }
.panel-banner h2 span { display: block; margin-top: 5px; font-size: 20px; color: #999; }
.panel-banner h2.custom-font { font-size: 40px; text-transform: none; margin-bottom: 5px; }
.panel-banner-wrap.with-border { border-top: 1px solid #DDD; }
.panel-banner-wrap.no-bg .panel-banner { background: #F9F9F9; color: #444; min-height: inherit; width: calc(100% - 100px); padding: 30px 50px 20px; }
.panel-banner-wrap.no-bg .panel-banner h2 { color: #333; font-size: 30px; }
.panel-banner-wrap.no-bg .panel-banner ul.flex-row { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
.panel-banner-wrap.no-bg .panel-banner ul.flex-row li { position: relative; margin: 0 15px 10px; }
.panel-banner-wrap.no-bg .panel-banner ul.is-social a { display: inline-block; margin: 0 5px; padding-right: 2px; border-radius: 100%; font-size: 22px; width: 48px; line-height: 50px; text-align: center; }

.panel-banner-left-right { position: relative; width: 100%; display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; }
.panel-banner-left, .panel-banner-right { position: relative; }
.panel-banner-left { }
.panel-banner-right { width: calc(100% - 250px); text-align: left; }
.panel-banner-left img { width: 200px; height: auto; object-fit: contain; }

/* Buttons */
.button, .buttons { font-size: 15px; font-weight: 700; text-transform: uppercase; }
.button, .buttons, .buttons li, .readmore, .readmore li { position: relative; }
.button.padding-top, .buttons.padding-top { padding-top: 10px; }
.button a, .buttons ul li a { display: inline-block; min-width: 170px; padding: 15px 30px; color: #111; line-height: 1.3; text-decoration: none; border-radius: 5px; background: #feba19; text-align: center; transition: all 0.1s linear; }
.button a:hover, .buttons ul li a:hover { background: #feba19; }
.button.dealer a, .buttons.dealer ul li a { border-color: #feba19;; background: #feba19; }
.button.dealer a:hover, .buttons.dealer ul li a:hover { background: #feba19; }
.button.alt-bg a, .buttons.alt-bg ul li a { border-color: #333; background: #333; }
.button.alt-bg a:hover, .buttons.alt-bg ul li a:hover { background: #333; }
.buttons ul { display: flex; flex-flow: row wrap; justify-content: flex-start; }
.buttons.center ul { justify-content: center; }
.buttons ul li { text-align: center; margin: 0 15px 15px 0; }
.buttons.center ul li { margin: 0 15px 15px; }
.button i, .buttons i { display: inline-block; font-size: .6em; vertical-align: top; margin-top: 7px; line-height: 1; }

.readmore { position: relative; line-height: 1.2; }
.readmore ul { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
.readmore ul li { display: block; margin: 0 1rem 1rem; }
.readmore a { display: inline-block; padding-left: 8px; color: #feba19; border-left: 2px solid #999; }
.readmore i { display: inline-block; font-size: .6em; vertical-align: top; margin-top: 10px; }

.notice-bar { position: relative; padding-left: 20px; }
.notice-bar::before { position: absolute; top: 0; left: 0; width: 3px; height: 20px; content: " "; background: #feba19; }

/* Catalog */
.catalog-wrap { position: relative; margin: 0 auto; padding: 40px 0; z-index: 0; display: flex; }
.catalog-wrap.toggle-on-catalog-tablet { display: none; padding-bottom: 0; }
.catalog { position: relative; width: 20%; padding: 0 5% 0 0; font-size: 14px; font-weight: 400; line-height: 1.3; z-index: 1; border-radius: 0; }
.catalog::after { position: absolute; top: 0; right: -1px; width: 1px; height: 100%; content: ""; background: #EEE; }
.catalog ul { padding: 0; }
.catalog ul li { position: relative; display: block; padding: 0; text-align: left; border-bottom: 1px solid #EEE; }
.catalog ul li.catalog-title { display: block; margin: 0; padding: 10px 0 20px; border-bottom: 1px solid #EEE; color: #010101; font-size: 20px; }
.catalog ul li.catalog-title span { display: none; }
.catalog ul li.catalog-text { margin-top: 20px; }
.catalog ul li a { display: block; color: #333; padding: 10px 0; line-height: 1.3; text-decoration: none; text-transform: none; }
.catalog ul li a:hover { color: #06C; }
.catalog ul li:last-child { border-bottom: 0 none; }

.catalog-message { position: relative; margin-top: 10px; }

.catalog-menu { display: none; position: relative; width: 90%; height: 50px; margin: 0 auto; padding: 0 5%; background: #010101; font-size: 16px; font-weight: 700; color: #FFF; line-height: 1; z-index: 2; flex-flow: row nowrap; justify-content: flex-start; align-items: flex-end; }
.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 { display: block; padding: 0 23px 0 15px; text-decoration: none; text-transform: capitalize; cursor: pointer; }
.catalog-menu-buttons a:last-of-type { margin-right: 0; }
.catalog-menu-buttons a:hover { cursor: pointer; }
.catalog-menu-buttons a.toggle-catalog, .catalog-menu-buttons a.toggle-categories { border-top-left-radius: 5px; border-top-right-radius: 5px; color: #010101; line-height: 40px; font-size: .9em; white-space: nowrap; }
.catalog-menu-buttons li:not(:first-child)  a.toggle-catalog, .catalog-menu-buttons li:not(:first-child) a.toggle-categories { background: #FFF; }
.catalog-menu-buttons a.active { color: #010101; line-height: 40px; }
.catalog-menu-buttons a.active:hover { color: #010101; }
.catalog-menu-buttons li a.active, .catalog-menu-buttons li a.active:hover { color: #010101; cursor: pointer; }
.catalog-menu-buttons a.toggle-catalog:hover, .catalog-menu-buttons a.toggle-categories:hover { color: #010101; }
.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: 29px; text-align: center; font-size: .7em; }

.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%; font-size: 14px; z-index: 1; transition: 0s none; text-transform: uppercase; }
.catalog-menu-buttons li:not(:first-child) a.active, .select-catalog, .catalog.toggle-on-catalog, .catalog.toggle-on-categories { background: #F6F6F6; }
.catalog-menu-buttons a.toggle-catalog, .select-catalog, .catalog-menu-buttons a.toggle-categories { background: #feba19; }
.catalog-menu-buttons a.toggle-catalog, .catalog-menu-buttons a.toggle-catalog:hover { color: #010101; }
.select-catalog { opacity: 0; visibility: hidden; }
.catalog-menu.toggle-on-catalog .select-catalog { opacity: 1; visibility: visible; }
.catalog.toggle-on-categories { opacity: 1; visibility: visible; }
.catalog.toggle-on-catalog, .catalog.toggle-on-categories { }
.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.5); }
.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; }
.select-catalog ul li a, .catalog.toggle-on-catalog ul li a { color: #010101; }
.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: #010101; }
.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 { position: relative; width: 250px; max-width: 210px; background: #FFF; border: 0 solid #111; border-radius: 0; margin: 0; padding: 0; overflow: hidden; }
#catalog-menu-search:hover { }
#catalog-menu-search-box { position: relative; width: 95%; height: 30px; background: none transparent; border: 0 none; padding: 0 0 0 5% !important; margin: 0 !important; }
#catalog-menu-search-box:hover { cursor: pointer; }
.catalog-menu-btn-search { position: absolute; top: 0; right: 0; padding: 0 8px 0 9px !important; line-height: 30px; border-left: 2px solid #111; background: #111; color: #FFF; text-decoration: none; }
.catalog-menu-btn-search i { color: #FFF; font-size: 14px; vertical-align: top; margin-top: 7px; }
#catalog-menu-search:hover i { color: #FFF; }
#catalog-menu-search input::-webkit-input-placeholder { color: #333; font-style: italic; opacity: 1 !important; }
#catalog-menu-search input::-moz-placeholder { color: #333; font-style: italic; opacity: 1 !important; } /* firefox 19+ */
#catalog-menu-search input:-ms-input-placeholder { color: #333; font-style: italic; opacity: 1 !important; } /* ie */
#catalog-menu-search input:-moz-placeholder { color: #333; font-style: italic; opacity: 1 !important; }

#catalog-menu-search-wrap { display: none; position: absolute; width: 100%; top: 140px; left: 0; margin: 0 auto; height: 60px; background: #F06A29; transition: top .3s linear; z-index: 3; flex-direction: column; justify-content: center; align-items: center; flex-basis: 100%; }
.topbar-wrap.is-fixed-topbar #catalog-menu-search-wrap { top: 100px; }
#catalog-menu-search-wrap.toggle-on { display: flex; }
#catalog-menu-search { position: relative; width: 90%; background: #FFF; border: 0 solid #333; border-radius: 0; margin: 0; padding: 0; overflow: hidden; }
#catalog-menu-search:hover { }
#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: #333; text-decoration: none; text-align: center; }
.catalog-menu-btn-search i { color: #333; font-size: .9em; vertical-align: top; margin-top: 13px; }
#catalog-menu-search:hover i { color: #333; }

.toggle-on-topbar-search span:last-of-type { display: none; }
.toggle-on-topbar-search.toggle-on span:first-of-type { display: none; }
.toggle-on-topbar-search.toggle-on span:last-of-type { display: inherit; }

#catalog-menu-search input::-webkit-input-placeholder { color: #333; font-style: italic; opacity: 1 !important; }
#catalog-menu-search input::-moz-placeholder { color: #333; font-style: italic; opacity: 1 !important; } /* firefox 19+ */
#catalog-menu-search input:-ms-input-placeholder { color: #333; font-style: italic; opacity: 1 !important; } /* ie */
#catalog-menu-search input:-moz-placeholder { color: #333; font-style: italic; opacity: 1 !important; }

/* Catalog Search */
.catalog-search-wrap { position: relative; width: 100%; max-width: 100%; margin: 0 0 20px; text-align: left; }
.catalog-search-title { display: block; font-size: 24px; margin-bottom: 15px; }
#catalog-search { position: relative; width: 92%; background: #FFF; border: 1px solid #999; border-radius: 5px; margin: 0 0; padding: 0 3%; color: #333; overflow: hidden; }
#catalog-search-box { float: left; width: 100%; height: 40px; font-size: 18px; color: #333; background: none transparent; border: 0; padding: 0 0 0; padding-left: 5px; }
#catalogr-search-box:hover { cursor: pointer; }
#catalog-search .catalog-btn-search { position: absolute; right: 0; top: 0; line-height: 40px; color: #333; font-weight: 700; text-transform: uppercase; padding: 0 10px; }
#catalog-search .catalog-btn-search i { color: #333; }
#catalog-search:hover i { color: #666; }
#catalog-search .catalog-btn-search img { float: left; width: 25px; height: auto; margin-top: 0 !important; }

#catalog-search input::-webkit-input-placeholder { color: #333; font-size: 14px; opacity: 1; font-style: italic; }
#catalog-search input::-moz-placeholder { color: #333; font-size: 14px; opacity: 1; font-style: italic; }
#catalog-search input:-ms-input-placeholder { color: #333; font-size: 14px; opacity: 1; font-style: italic; }
#catalog-search input:-moz-placeholder { color: #333; font-size: 14px; opacity: 1; font-style: italic; }

/* Resources */
.resources { position: relative; }
.resources h2, .resources h3 { margin-bottom: 5px; }

/* Gallery */
#porgallery { position: relative; width: 100%; margin: 0 auto; padding: 40px 0; text-align: center; display: flex; flex-flow: row wrap; justify-content: center; align-items: flex-start; }
#porgallery div { text-align: center !important; float: none !important; }
#porgallery h1, #porgallery p, .gallery-text { flex-basis: 100%; }
.gallery-text-wrap { position: relative; margin: 0 auto 30px; }
.gallery-text { position: relative; width: 85%; margin: 0 auto; }
#porgallery h1, #porgallery h4 { text-align: center !important; }
#porgallery h4 { font-size: 24px !important; }
#porgallery .photogalleryauto { }
#porgallerythumbnail { position: relative; width: calc(30% - 80px); height: 500px; margin: 0 40px 40px; overflow: hidden; }
#porgallerythumbnail a { display: block; }
#porgallerythumbnail a:nth-child(2) { height: 400px; }
#porgallerythumbnail img, #porgallery div[style*="text-align: left; float: left;"] > a img { width: 100%; height: 100%; object-fit: cover; }
#porgallerythumbnail br, #porgallery div[style*="text-align: left; float: left;"] > br, #porgallerythumbnail p:last-of-type { display: none; }
#porgallery .clickme { position: relative; margin: 15px 0 0; font-size: 12px; }
#porgallery div[style*="text-align: left; float: left;"] { position: relative; text-align: center; display: flex; flex-flow: row wrap; justify-content: center; align-items: flex-start; }
#porgallery div[style*="text-align: left; float: left;"] > a { position: relative; width: calc(25% - 20px); height: 300px; margin: 0 10px 20px; overflow: hidden; }

.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; }

/* Locations */
.store-locations-wrap { position: relative; width: 100%; overflow: hidden; display: flex; flex-direction: row; justify-content: space-between; }
.store-locations-container { position: relative; width: 100%; }
.toggle-store-locations { position: relative; width: 100%; margin: 0; text-align: left; font-weight: 500; overflow: hidden; }
.toggle-store-locations ul li { position: relative; opacity: 1; height: auto; border-bottom: 1px solid #DDD; transition: all .1s linear; }
.toggle-store-locations ul li.store-locations-title { font-size: 18px; color: #333; }
.toggle-store-locations ul:not(:first-of-type) { margin-top: 20px; }
.toggle-store-locations ul li:hover { color: #06C; }
.toggle-store-locations ul li a { display: block; color: #2f2f2f; line-height: 1.2em; padding: 10px 0; }
.toggle-store-locations ul li:not(.store-locations-title) { font-size: 15px; }
.toggle-store-locations ul li a.active { color: #06C; }
.toggle-store-locations ul li a.active:hover { color: #06C; }
.toggle-store-locations ul li a::before { content: '\25BA'; font-size: 14px; color: #DDD; float: right; margin-top: -2px; margin-right: 10px; }
.toggle-store-locations ul li a:hover::before { color: #06C; }
.toggle-store-locations ul li a.active::before { color: #06C; }
.toggle-store-locations ul li a.active:hover::before { color: #06C; }
.toggle-store-locations ul li a:hover { color: #06C; text-decoration: none; }

.toggle-store-locations ul.toggle-off-store-location-division li:not(:first-child) { opacity: 0; height: 0; }

.toggle-store-locations ul li.store-locations-title, .toggle-store-locations ul li.store-locations-title:hover { color: #444; }
.toggle-store-locations ul li.store-locations-title a { }
.toggle-store-locations ul li.store-locations-title a.show-location, .toggle-store-locations ul li.store-locations-title a.show-location:hover { }
.toggle-store-locations ul li.store-locations-title a.locations-menu { position: absolute; top: 10px; right: 13px; font-size: 16px; }
.toggle-store-locations ul li.store-locations-title a:before { margin-top: -1px; }

.locations-menu { float: right; text-transform: none; font-style: italic; }
.locations-menu i { font-size: 12px; }
.toggle-store-locations ul li a.locations-menu { display: none; padding: 2px 0; }
.toggle-store-locations ul li a.locations-menu::before { content: ""; float: none; margin: 0; }

.store-location { position: relative; width: 100%; padding: 0; margin: 0; background: #FFF; display: flex; flex-direction: row; }
.store-location.custom-map { width: 100%; }
.store-location.custom-map > h2, .store-location.custom-map2 > h2, .store-location.custom-map3 > h2 { margin-bottom: 30px; font-size: 28px; line-height: 1.2; }
.store-location.custom-map > h2 img, .store-location.custom-map2 > h2 img, .store-location.custom-map3 > h2 img { display: inline-block; vertical-align: top; margin-top: 1px; width: 30px; height: 30px; }
.store-location p { }
.store-location ul { width: 100%; text-align: center; }
.store-location h2 { width: auto; display: block; padding: 0; margin: 0 0 10px; line-height: 1; }
.store-location h3 { display: block; padding: 0; margin: 0 0 5px; }
.store-content { position: relative; }

.store-location-content { position: relative; width: 300px; margin: 10px 0 0; padding: 0 50px 0 0; display: flex; flex-direction: column; }
.store-location-content h2 span { display: block; margin-top: 5px; color: #999; font-size: .8em; }
.store-map { position: relative; width: calc(100% - 350px); margin-top: 10px; overflow: hidden; }
.store-map iframe { display: block; width: calc(100% - 2px); min-height: 380px; height: auto; margin: 0; border: 1px solid #666 !important; }

.location-content-left { position: relative; display: inline-block; width: 43%; padding: 0; vertical-align: top; }
.location-content-right { position: relative; display: inline-block; width: 43%; padding: 0; vertical-align: top; }
.location-content-right h3 { color: #111; font-weight: 500; }

.store-locations-wrap.single-location { width: 100%; margin-top: 30px; }
.store-locations-wrap.single-location .store-location { width: 70%; }
.store-locations-wrap.single-location .store-location ul li { width: 40%; display: inline-block; vertical-align: top; }
.store-locations-wrap.single-location .store-location ul li:last-child { width: 55%; }
.store-locations-wrap.single-location .store-map iframe { margin-top: 0; width: 95%; }

.store-locations-call-list { position: relative; width: 100%; margin: 5px auto 0; line-height: 1.5; font-weight: 700; }
.store-locations-call-list ul { text-align: center; margin-bottom: 25px; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
.store-locations-call-list ul li { position: relative; min-width: 280px; margin: 0 10px 20px; }
.store-locations-call-list ul li a { display: block; padding: 15px 20px; margin: 0 auto; white-space: nowrap; font-size: 18px; color: #010101; border-radius: 0; background: #feba19; box-shadow: 0 0 0 0 #111; transition: background .1s linear; }
.store-locations-call-list ul li span { display: block; }
.store-locations-call-list ul li a:hover { background: #feba19; text-decoration: none; }
.store-locations-call-list i { display: inline-block; font-size: .8em; vertical-align: top; margin-top: 6px; }
.store-locations-call-list p a { color: #333; font-weight: 500; }
.store-locations-call-list p a span { color: #feba19; }

.store-location.custom-map, .store-location.custom-map2, .store-location.custom-map3 { flex-direction: column; }
.store-locations-map { position: relative; width: 100%; margin: 0 auto 30px; background: #FFF url(ajax-loader.gif); background-repeat: no-repeat; background-size: 32px 32px; background-position: center center; }
.store-locations-map img { width: 100%; height: auto; }
.store-locations-map iframe { width: 100%; height: 450px; }
.store-locations-map > ul > li { position: relative; float: left; width: 50%; }
.store-locations-map > ul > li img { width: 98%; margin: 0 auto; }
.store-locations-list { position: relative; width: 100%; margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.store-locations-list-location { position: relative; text-align: left; width: calc(50% - 20px); padding: 0; margin: 0 0 20px; color: #333; line-height: 1.4; border: 1px solid #DDD; transition: all .1s linear; }
.store-locations-list-location:hover { border-color: #CCC; }
.store-locations-list-location > a { padding: 15px 40px 15px 20px; border-bottom: 1px solid #DDD; background: #F9F9F9; transition: all .1s linear; }
.store-locations-list-location > a:hover  { background: #EEE; }
.store-locations-list-location span.location-marker { position: absolute; top: 15px; right: 20px; }
.store-locations-list-location span.location-title, .store-locations-list-location span.location-address { display: block; }
.store-locations-list-location span.location-title { margin-bottom: 5px; font-size: 20px; font-weight: 500; line-height: 1.2; }
.store-locations-list-location span.location-title i { font-size: .8em; display: inline-block; vertical-align: top; margin: 3px 3px 0 0; }
.store-locations-list-location span.location-title img { width: 16px; height: 16px; margin-right: 5px; }
.store-locations-list-location span.location-address { position: relative; }
.store-locations-list-location span.location-phone a { padding: 15px 20px; font-weight: 400; }
.store-locations-list-location a { display: block; color: #444; }

.iframe-overlay { background: transparent; position: relative; width: 100%; height: 450px; /* your iframe height */ top: 450px;  /* your iframe height */ margin-top: -450px;  /* your iframe height */ }

.feedback { font-size: 14px; padding: 0; }
.feedback i { color: #333; }
.feedback img { margin-right: 5px; width: auto; height: 12px; }

/* Footer */
.footer-wrap { position: relative; width: 100%; padding: 60px 0 50px; margin: 0 auto; font-size: 16px; font-weight: 500; color: #959595; background: #010101; border-left: 0 none; border-right: 0 none; z-index: 0; border-top: 10px solid #feba19; }
.footer-wrap a { color: #959595; transition: color 0.1s linear; }
.footer-wrap a:hover { color: #feba19; }
.footer { position: relative; width: 70%; margin: 0 auto; padding: 0; text-align: center; line-height: 1.5; z-index: 1; }
.footer-heading { margin: 0 0 15px; padding: 0; color: #DDD; font-size: 19px; font-weight: 700; flex-basis: 100%; }

.footer-location-wrap {  position: relative; width: 100%; padding-bottom: 25px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; }
.footer-location, .footer-logo-wrap, .footer-logo, .footer-social, .footer-reviews { position: relative; margin: 0 30px; color: #DDD; white-space: nowrap; }
.footer-location strong { color: #EEE; }
.footer-location p:last-of-type { margin-bottom: 0; }
.footer-logo-wrap { display: flex; flex-flow: row wrap; align-items: center; }
.footer-logo img { max-height: 60px; padding: 10px; background: #FFF; border-radius: 5px; }
.footer-social { font-size: 16px; display: flex; flex-flow: row wrap; }
.footer-social a { display: block; width: 40px; line-height: 39px; padding-top: 1px; border-radius: 100%; border: 3px solid rgba(255,255,255,0.2); text-align: center; margin: 0 5px; }
.footer-social a:first-of-type { margin-left: 0; }
.footer-social a:last-of-type { margin-right: 0; }
.footer-reviews { line-height: 0; }
.footer-reviews img { max-height: 50px; padding: 10px; background: rgba(255,255,255,1); border-radius: 5px; }
.footer-location-wrap { flex-wrap: wrap; }
.footer-separator { position: relative; width: 0; height: 30px; }

.footer-panel-wrap { position: relative; display: flex; flex-flow: row nowrap; justify-content: space-between; }
.footer-panel { position: relative; margin: 0 0 35px; }
.footer-panel ul { margin-right: 40px; }
.footer-panel ul:last-of-type { margin-right: 0; }
.footer-panel-links { position: relative; display: flex; flex-flow: row nowrap; }
.footer-panel-links li { position: relative; padding-left: 12px; }
.footer-panel-links a::before { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; content: "\203A"; margin-top: -2px; }

.subfooter-wrap { position: relative; width: 100%; margin: 0 auto; padding: 50px 0; color: #CCC; background: #122562; font-size: 16px; }
.subfooter { position: relative; width: 70%; padding: 0; margin: 0 auto; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.1); }
.subfooter ul { }
.subfooter ul li { position: relative; margin: 0 0 15px; line-height: 1.3; }
.subfooter ul li:last-child::after { display: none; }
.subfooter-wrap a { color: #CCC; }
.subfooter-wrap a:hover { color: #feba19; }

.footer-tagline-wrap { position: relative; padding: 30px 0 0; margin: 0 auto; text-align: center; }
.footer-tagline { position: relative; width: 90%; margin: 10px auto 15px; color: #CCC; font-size: 14px; font-weight: 400; line-height: 1.4; }

.footer-copyright-payment-types { position: relative; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
.copyright { position: relative; font-size: 12px; margin: 0; color: #CCC; font-weight: 400; }
.copyright span.toggle-on-mobile { margin-left: 15px; }

.copyright, .payment-icons { margin: 0 50px; }

.payment-icons { position: relative; }
.payment-icons ul { display: flex; flex-flow: row wrap; align-items: center; }
.payment-icons li { margin: 0 15px; }
.payment-icons li:first-child { margin-left: 0; }
.payment-icons li:last-child { margin-right: 0; }

.footer .panel-locations-wrap { background: transparent; }
.footer .panel-locations { width: 100%; padding: 30px 0 0; border: 0 none; }
.footer .panel-locations .panel-locations-hours { color: #CCC; }
.footer .panel-location { color: #CCC; background: rgba(0,0,0,0.2); box-shadow: 0 0 0 1px rgba(255,255,255,0.1); }
.footer .panel-location h2 { font-size: 20px; }
.footer .panel-location h2 a { color: #feba19; }
.footer .panel-location h2 a:hover { color: #feba19; }
.footer .panel-location h2 a i { display: none; }

.background-overlay { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: .7;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 30%, rgba(0,0,0,.8) 100%); /* ff3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,.8))); /* safari4+,chrome */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 30%, rgba(0,0,0,.8) 100%); /* safari5.1+,chrome10+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 30%, rgba(0,0,0,.8) 100%); /* opera 11.10+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 30%, rgba(0,0,0,.8) 100%); /* ie10+ */
  background: radial-gradient(ellipse at center, rgba(255,255,255,0) 30%, rgba(0,0,0,.8) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000',GradientType=1 ); /* ie6-9 */ 
}

/* Backend */
#mainpage { }
#mainpage, #newitempage { position: relative; width: 70%; padding: 0; margin: 0 0 0 5%; min-height: 300px; transition: 0s; z-index: 0; background: #FFF; border-radius: 0; box-shadow: 0 0 0 0 #CCC; }
#mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { }
#mainpage h1 a, #newitempage h1 a, #mainpage h3 a, #newitempage h3 a  { font-size: 20px; color: #feba19; 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 { }
#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: #feba19; text-decoration: none; }
#mainpage h4 { margin-bottom: 15px; font-size: 26px; text-transform: uppercase; }
#mainpage hr { padding: 0; }

#mainpage > table > tbody > tr > td[valign="top"] { max-width: 100%; }

.multicolcell-wrap { position: relative; width: 100%; font-size: 15px; display: flex; flex-direction: row; flex-wrap: wrap; }
.multicolcell div { float: none !important; }
.multicolcell > div:last-of-type { background: #F6F6F6; border-top: 1px solid #CCC; flex: 1 1 auto; transition: all 0.1s linear; }
.multicolcell:hover > div:last-of-type { border-top-color: #CCC; background: #F6F6F6; }
.multicolcell > div:first-of-type[style="float: left; padding: 0 5px 0 5px;"] a { position: relative; display: block; z-index: 1; }
.multicolcell > div:first-of-type[style="float: left; padding: 0 5px 0 5px;"] { padding: 20px 0 !important; border-top: 0 none !important; }
.multicolcell > div:first-of-type[style="float: left; padding: 0 5px 0 5px;"] .multicolheading { padding-top: 0 !important; padding-bottom: 0 !important; }
.multicolcell > div:first-of-type[style="float: left; padding: 0 5px 0 5px;"] .multicolheading::before { position: relative; display: block; content: ""; background: transparent url(images/blank.jpg) no-repeat center center !important; background-size: contain !important; padding: 10px 0; margin-bottom: 30px; min-height: 80px; }
.multicolcell > div:first-of-type[style="float: left; padding: 0 5px 0 5px;"] .multicolheading::after { position: absolute; top: -20px; left: 0; right: 0; width: 100%; height: 130px; content: ""; background: #FFF; z-index: -1; border-bottom: 1px solid #DDD; }
.multicolcell:hover > div:first-of-type[style="float: left; padding: 0 5px 0 5px;"] .multicolheading::after { border-bottom-color: #CCC; }
.multicolcell br { display: none; }
.multicolcell { position: relative; width: calc(25% - 40px); margin: 0 20px 20px 0; padding: 0; display: inline-block; vertical-align: top; text-align: center; background: #FFF; border-radius: 5px; overflow: hidden; box-shadow: 0 0 0 1px #CCC; display: flex; flex-direction: column; transition: all 0.1s linear; }
.multicolcell:hover { box-shadow: 0 0 0 1px #999; }
.multicolcell .wrap4 { width: 100%; height: 150px; display: flex; flex-direction: column; justify-content: center; }
.multicolcell img { width: auto; max-width: 100%; height: auto; max-height: 130px; object-fit: contain; margin: 0; }
.multicolcell a { color: #2f2f2f; text-decoration: none !important; }
.multicolcell a:hover { color: #2f2f2f; }

.multicolheading { display: block; padding: 15px 20px 5px !important; }
.multicolheading, .multicoldescr { line-height: 1.4; word-wrap: break-word; color: #2f2f2f !important; transition: all 0.1s linear; }
.multicolcell:hover .multicolheading, .multicolcell:hover .multicoldescr { color: #333 !important; }
.por-item-image-thumbnail-desc { display: block; color: #333 !important; text-decoration: none !important; }
.poritem-overview { position: relative; margin-top: 25px; margin-bottom: 30px; }
.poritem-overview h2 { 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; }

.multicolheading, .multicoldescr { line-height: 1.3; text-transform: uppercase; word-wrap: break-word; }
.por-item-image-thumbnail-desc { padding-bottom: 12px !important; color: #2f2f2f; text-decoration: none !important; }
.por-item-image-thumbnail-desc:hover { color: #feba19; }
.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: 0; }
#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: #FFF; font-size: 14px; }
#mainpage input#submit { border: 0 none; background: #feba19 !important; color: black; font-weight: bold; }
#form1 input[type="submit"], #form1 input[type="button"] { max-width: 250px; padding: 18px 25px 20px; margin: 15px 15px 0 0; border: 0 none; border-radius: 5px; color: #010101; font-weight: 700; background: #feba19; line-height: 1; text-transform: uppercase; min-width: 180px; transition: background 0.1s linear; }
#form1 input[type="submit"]:hover, #form1 input[type="button"]:hover { background: #feba19; cursor: pointer; }
input[name="strSearchMethodOther"] { margin: 0 0 15px !important; display: block; }
input[name="strPostalCode"] { }
input[name="control"] { margin-top: 0 !important; }
#form1 > p > input { margin-top: 15px !important; }

.wrap4 .cycle-slideshow { overflow: hidden; text-align: center; margin: 0; }
.wrap4 .cycle-slideshow a { margin-top: 0 !important; width: 200px !important; height: 200px !important; display: flex; flex-direction: column; justify-content: center; }
.wrap4 .cycle-slideshow img { max-width: inherit !important; width: 100% !important; height: auto !important; max-height: 210px !important; object-fit: contain; }
.wrap4 #adv-custom-pager { margin: 0; }
.wrap4 #adv-custom-pager img { object-fit: cover; width: 50px; height: 50px; }
.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: center !important; font-size: 12px !important; line-height: 1.2 !important; margin-bottom: 5px; }
p.por-item-detail-image-click { width: 250px; }
.poritem-detail { position: relative; margin: 20px 0; }
.poritem-detail p { margin-bottom: 5px; }
.poritem-detail p:last-of-type { margin-bottom: 0; }

a.por-item-detail-name { color: #666; font-size: .6em; line-height: 1.5; font-style: italic; }
.poritem-specs h2 { margin: 6px 0 5px; }

.por-item-detail-suggested-list, .CommentBlock { margin: 15px 0; }

.poritem-specs > table, #mainpage > table tr { position: relative; }
.detailedimg { position: relative; z-index: 1; }
.item-notice, .poritem-detail, #mainpage td.detailedviewrow, .poritem-detail-image-td-t-td2-1, #form1 { position: relative; width: 60% !important; }
#mainpage > #form1 { width: 100% !important; }
#mainpage > #form1 > table { margin-bottom: 30px; }
#mainpage td.detailed-item, .poritem-detail-image-td-t-td2-2 { position: absolute; top: 0; right: 0; }

form[name="customerform"] { position: relative; width: 100%; margin-bottom: 35px; }
form[name="customerform"] hr { margin: 5px 0; }
form[name="customerform"] img { margin: 2px 5px 0 0 !important; }
form[name="customerform"] td { text-align: left !important; padding-bottom: 15px; vertical-align: top !important; }
form[name="customerform"] a[href="reviewOrder.asp"] { display: inline-block; margin-top: 20px; }

form[name="customerform"] > table > tbody > tr > td > table > tbody > tr { display: flex; flex-flow: row nowrap; align-items: center; }
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td { padding: 0 !important; margin: 0 20px 20px 0 !important; line-height: 1.5; display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; }
form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-of-type(9),
form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-of-type(13),
form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-of-type(14) { flex-direction: column; align-items: flex-start; }
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-of-type(9) > td:first-of-type,
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-of-type(13) > td:first-of-type,
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-of-type(14) > td:first-of-type { width: 100% !important; margin-bottom: 0 !important; }
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-of-type(14) > td > br { display: none !important; }
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td > input[type="text"] { margin: 0 10px 0 0; padding: 0 10px; line-height: 32px; }
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td > input[type="radio"] { margin: 0 5px 0 0; }
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td > input[type="radio"]:first-of-type { margin-left: 0; }
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td:first-of-type { width: 250px !important; }
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td:first-of-type[colspan="2"] { width: 100% !important; display: block; }
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td:first-of-type[colspan="2"] input, #mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td:first-of-type[colspan="2"] input:first-of-type { display: inline-block; margin: 10px 0 0 0; }
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td:first-of-type[colspan="2"] input[name="strSearchMethodOther"] { display: block; margin-top: 20px; }
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td > span[style="display: block; width: 100%; height: 5px;"] { display: block !important; width: inherit !important; height: 5px !important; flex-basis: 100%; }
#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-of-type(16) > td > span[style="display: block; width: 100%; height: 5px;"] { display: block !important; width: inherit !important; height: 0 !important; flex-basis: 100%; }

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: #feba19; }

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; 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; }

.item-notice { position: relative; display: block; width: 100%; margin: 0 0 8px; }
.item-notice.first { margin-top: 50px; }

.container-wrap.full-width { position: relative; width: 100%; margin: 0 auto; display: block; padding-top: 40px }
.container-wrap.full-width .content { position: relative; float: none; width: 70%; 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: 70%; margin: 0 auto; }
.container-wrap.less-width #mainpage { position: relative; float: none; width: 70%; margin: 0 auto; }

.container.less-width { width: 70%; }
.container.full-width .content, .container.full-width #mainpage, .container.full-width #newitempage { float: none; width: 100%; padding: 25px 0 0 !important; }
.container.less-width .content { width: 100%; margin: 0 auto; float: none; padding-left: 0; }
.container.less-width .content.small-width { width: 70%; padding-left: 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; }

/* Accordion */
.accordion-wrap { position: relative; width: calc(100% - 2px); margin: 0 auto; box-shadow: 0 0 0 1px #CCC; }
.accordion { position: relative; border-bottom: 1px solid #CCC; }
.accordion:last-of-type { border-bottom: 0 none; }
.accordion:nth-of-type(odd) { background: #F6F6F6; }
.accordion p:last-of-type { margin-bottom: 0; }
.accordion-q, .accordion-a { position: relative; padding: 20px; }
.accordion-q { color: #444; font-weight: 700; cursor: pointer; }
.accordion-q::after { position: absolute; width: 10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 15px; font-family: 'Font Awesome\ 5 Free'; content: "\f107"; font-weight: 900; text-align: center; line-height: 1; }
.accordion.toggle-on .accordion-q::after { font-size: .8em; content: "\f00d"; }
.accordion-a::before { position: relative; display: block; width: 100%; height: 1px; margin: 0 auto 16px; content: ""; border-top: 1px dashed rgba(0,0,0,0.3); }
.accordion-a { display: none; color: #111; padding: 0 20px 20px; }
.accordion.toggle-on .accordion-a { display: block; }

.custom-faq { position: relative; width: 100%; }
.custom-faq strong { color: #D22B2B; }
.custom-faq > div { position: relative; padding: 15px 20px; margin-bottom: 5px; background: #F6F6F6; }
.custom-faq > div:last-of-type, .custom-faq > div p:last-of-type { margin-bottom: 0; }

.vendor-buttons { position: relative; width: 100%; }
.vendor-buttons ul { display: flex; flex-flow: row wrap; justify-content: space-between; }
.vendor-buttons.custom ul { justify-content: flex-start; }
.vendor-buttons li { position: relative; width: 25%; }
.vendor-buttons.custom li { width: calc(25% - 40px); margin: 0 40px 20px 0; }
.vendor-buttons img { width: 100%; height: auto; }

/* Vendor Gallery */
.vendor-logos-wrap { position: relative; width: 100%; padding: 0; border-top: 1px solid #EEE; }
.vendor-heading { position: relative; width: calc(100% - 60px); padding: 30px 30px 20px; text-align: center; background: #111 url(images/bg-dark.jpg) repeat top left; background-size: 180px 188px; background-attachment: fixed;  }
.vendor-heading::before { opacity: .1; position: absolute; bottom: 0; left: 0; height: 100%; width: 100%; content: " "; background-image: linear-gradient(250deg, transparent 70%, #666 calc(70% + 2px)); }
.vendor-heading h3 { margin: 0 0 15px; padding: 0; color: #FFF; font-size: 30px; }
.vendor-logos { position: relative; width: 70%; margin: 0 auto; padding:  50px 0 25px; }
.vendor-logos ul { text-align: center; display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; }
.vendor-logos ul li { position: relative; width: 25%; margin: 0 0 15px; }
.vendor-logos img { width: auto; max-width: 90%; height: auto; max-height: 80px; }
.vendor-logos .adj-img img { max-height: 30px; }

.image-gallery-wrap { position: relative; width: 100%; margin: 0 auto; padding: 40px 0 30px; overflow: hidden; background: #FFF; z-index: 1; }
.image-gallery-container { position: relative; width: 70%; margin: 0 auto; }
.image-gallery { height: auto !important; text-align: center; display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.image-gallery-container li { position: relative; text-align: center; }
.image-gallery-container img { width: auto; max-width: 200px; height: auto; max-height: 50px; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li { position: relative; float: none; }
.lSAction { font-size: 28px; }
.lSAction > a { background-image: none; margin-top: 0; color: #999; }
.lSAction > .lSPrev, .lSAction > .lSNext { text-align: center; top: 27%; }
.lSAction > .lSPrev { left: 0; }
.lSAction > .lSNext { right: 0; }
.lSAction > .lSPrev::before, .lSAction > .lSNext::after { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; }
.lSAction > .lSPrev::before { content: "\f053"; }
.lSAction > .lSNext::after { content: "\f054"; }
.lSSlideOuter .lSPager.lSpg > li a { background-color: #666; }
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a { background-color: #0099cc; }

/* Enhanced Attachments */
.poritem-overview { position: relative; width: 100%; margin: 0 0 20px; }
#mainpage ul.tabs, #newitempage ul.tabs { margin: 0 !important; padding: 0; list-style: none; }
ul.tabs li { display: inline-block; padding: 5px 15px; background: transparent; color: #111; cursor: pointer; border-top-left-radius: 5px; border-top-right-radius: 5px; }
ul.tabs li.current { background: #feba19; color: #111; font-weight: 500; }
.tab-content { display: none; background: #F6F6F6; padding: 15px; width: 90%; max-width: 510px; }
.tab-content.current { display: inherit; }
.tab-content iframe { width: 95%; max-width: 470px; }
.tab-content ul.CommentBlock { margin: 0; }

/* Media */
@media screen and (max-width : 1800px) {
}
@media screen and (max-width : 1700px) {
	.topbar-container, .topbar-panel, .heading-panel, .image-gallery-container, .catalog-wrap, .container.less-width, .slideshow-content, .welcome-wrap, .panel-locations, .slideshow-buttons, .featured-wrap, .breadcrumb, .container-wrap.full-width .content, .footer, .subfooter { width: 90%; }
	.footer-panel ul { margin-right: 40px; }
	.store-locations-list-location { width: calc(50% - 20px); }
	.footer-panel-wrap { flex-direction: column; }
	.footer-panel, .footer-panel:last-of-type { margin: 0 auto; }
	.footer-panel:not(:last-of-type) { margin-bottom: 20px; }
	.footer-panel ul { margin: 0; display: flex; flex-flow: row wrap; justify-content: center; }
	.footer-panel-links { justify-content: center; }
	.footer-heading { margin-bottom: 10px; font-size: 22px; }
	.footer-panel-links { flex-wrap: wrap; }
	.subfooter ul li { margin: 0 10px 15px; }
	.subfooter { text-align: center; padding-bottom: 30px; }
	.footer-tagline { width: 90%; }
	.footer-location-wrap { padding-bottom: 10px; }
}
@media screen and (max-width : 1600px) {
  .container.less-width .content, .content.small-width { width: 100%; }
  .image-gallery-container img { max-height: 70px; }
  .arrowleft { left: 20px !important; }
  .arrowright { right: 20px !important; }
}
@media screen and (max-width : 1500px) {
	.slideshow-content-title, .slideshow-content-title h1 { font-size: 40px; }
	.panel-banner h2 { font-size: 30px; }
}
@media screen and (max-width : 1400px) {
  .porheader { width: 100%; }
  .container.less-width { width: 90%; }
  .tile-button { font-size: 22px; }
  .portiles ul li:hover .tile-description { bottom: 39%; }
  .topbar-banner { min-height: 200px; }
  #mainpageused { width: 100%; }
  .container.less-width .content.small-width { width: 100%; }
  .welcome { width: 90%; }
	.multicolcell { width: calc(33.333% - 40px); }
}
@media screen and (max-width : 1300px) {
  .close-submenu { right: 5%; }
	.topbar > ul > li { margin-right: 20px; }
	.topbar > ul > li.custom-link { padding-left: 20px; }
  .poritem-specs td[width="70"] { right: 0; }
  .vendor-gallery-wrap ul li { width: 15%; margin-bottom: 15px; }
  .vendor-gallery-wrap ul li img { width: 80%; }
	.tile, .tiles.split .tile, .footer-map { width: calc(50% - 15px); }
	.footer-maps-wrap { padding-bottom: 0; }
	.footer-map { margin-bottom: 50px; }
	.footer-copyright-payment-types { flex-direction: column; }
	.payment-icons { margin-top: 20px; }
	.payment-icons ul { justify-content: center; }
	.payment-icons li, .payment-icons li:last-child { margin: 0 10px 10px; }
	form[name="customerform"] > table > tbody > tr > td > table > tbody > tr { flex-wrap: wrap; }
	#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr { margin-bottom: 20px !important; }
	#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td { margin: 5px !important; }
	#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td:not(:first-of-type) { flex-basis: 100%; }
	#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr > td:first-of-type { width: 100% !important; margin-right: 0 !important; }
	.featured { width: calc(25% - 20px); }
}
@media screen and (max-width : 1200px) {
  .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; }
  .portiles-content { font-size: 22px; }
  .banner-content-logos ul { justify-content: center; }
  .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; padding-bottom: 20px; }
  .banner-left-right { width: 96%; padding: 40px 2%; }
  .poritem-overview { width: 100%; }
  .item-notice { width: 100%; }
  .portiles-wrap h2 { font-size: 20px; }
  .tile-description { display: none; }
  .poritem-specs td[width="70"], #mainpage td.detailed-item, .poritem-detail-image-td-t-td2-2 { position: relative; right: auto; z-index: 1; padding-bottom: 20px; }
  .item-notice, .poritem-detail, #mainpage td.detailedviewrow, .poritem-detail-image-td-t-td2-1, #form1 { clear: both; width: 100% !important; }
  #mainpage td.detailedviewrow, #mainpage td.detailed-item { clear: left; float: left; }
	.tile-img { position: relative; }
	.panel-location h2 { font-size: 20px; }
}
@media screen and (max-width : 1100px) {
  .container.less-width .content.small-width { width: 100%; }
}
@media screen and (max-width : 1000px) {
  .animate-fade-in, .animate-fade-in-out { opacity: 1 !important; transition: 0s none !important; transform: none !important; }
  body { color: #2f2f2f; }
  .toggle-on-tablet { display: inline-block !important; }
  .toggle-off-tablet, .topbar ul ul li.toggle-off-tablet { display: none !important; }
	.slideshow-img img { height: auto; object-fit: contain; }
	.slideshow-content-title, .slideshow-content-title h1 { white-space: normal; }
	.slideshow-heading, .slideshow-heading h1 { font-size: 24px; }
	.slideshow-content { width: calc(100% - 100px); padding: 0 50px; }
	.topbar-container-wrap.is-fixed-topbar .logo img { height: 60px; }
  .catalog-menu { display: flex; }
  .index-topar .topbar-placeholder, .topbar-placeholder { height: 200px !important; background: #FFF; }
  .toggle-topbar-search { font-size: 26px; }
  .topbar-container-wrap { }
  .topbar-container { flex-flow: row nowrap; justify-content: flex-end; align-items: center; }
  .topbar-pane { }
  .topbar-pane-left { width: 90%; justify-content: flex-end; }
  .topbar-container-wrap.is-fixed-topbar .topbar-pane { height: auto; }
  #topbar-search .btn-search, #topbar-search .btn-search:hover { }
  .topbar-container-wrap.is-fixed-topbar .topbar-panel-wrap { }
  .topbar-container-wrap.is-fixed-topbar .topbar-container { }
  .topbar-container-wrap.is-fixed-topbar .topbar-links-wrap { top: 0; z-index: 10; }
  .topbar-mobile-menu .topbar-links { font-size: 16px; }
  .topbar-container-wrap.is-fixed-topbar .topbar-pane { }
  .topbar-placeholder, .index-topbar .topbar-placeholder, .topbar-container-wrap, .topbar-container-wrap.is-fixed-topbar { }
  .topbar-container-wrap.is-fixed-topbar .topbar > ul > li > a { color: #FFF; }
  .topbar-container-wrap.is-fixed-topbar .topbar > ul > li > a:hover { color: #FFF; }
  h2.index span { font-size: 24px; }
	.topbar-container { width: 90%; }
	.topbar-search-container { }
  .topbar-panel { }
  .topbar-wrap { width: 100%; }
  .topbar ul ul { pointer-events: all; }
  .topbar > ul > li > a.toggle-topbar-menu-on i { float: none; }
  .topbar > ul > li::after { display: none; }
  .topbar > ul > li { padding: 0; }
  .topbar-mobile-menu .topbar-links ul { position: relative; top: inherit; left: inherit; right: inherit; transition: 0s; border-top: 0 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; }
  #header-search { width: 220px; }
  .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-wrap .topbar-links { display: none; }
  .toggle-navbar { display: block; }
  .toggle-topbar { display: flex; }
  .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 #444; 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: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; }
	.container-wrap.full-width .content { width: 90%; padding: 0 5%; }
  .catalog-wrap { width: 100%; padding: 0; flex-direction: column; z-index: 1; }
  .catalog { opacity: 0; visibility: hidden; position: absolute; top: 50px; left: 0; right: 0; width: 100%; padding: 0; font-size: 16px; font-weight: bold; border: 0 none; box-shadow: none; }
  .catalog::after { display: none; }
  .catalog.toggle-on-catalog { opacity: 1; visibility: visible; }
  .catalog ul { padding: 0; } 
  .container.less-width #mainpage, .container.less-width #newitempage { width: 100%; }
  .container.less-width { width: 96%; }
  .catalog-banner { height: 150px; }
  .content { width: 90%; padding: 30px 5%; margin: 0; border-radius: 0; box-shadow: none; }
  .copyright span.toggle-on-mobile { display: block; margin: 6px 0 0; }
  .buttons, .banner-buttons { margin-top: 0; }
  .topbar-links li a { color: #FFF; text-shadow: none; }
  .topbar-links li a:hover { color: #FFF; }
  .container.less-width .content { width: 95%; }
  .container.less-width h1 { text-align: left; }
  .panel { width: 90%; }
  #header-search-wrap { display: none; }
	.topbar-wrap, .topbar-pane, .topbar-panel-wrap { transition: 0s none; }
  .topbar-wrap.topbar-mobile-menu { display: flex; }
  .topbar.toggle-on { display: block; }
  h1 { font-size: 28px; }
  .container.less-width .content.small-width { width: 96%; padding: 20px 0; margin: 0 auto; }
  .topbar > ul > li > a span { display: inline; }
  .wrapper, .container-wrap.with-bg { background: #FFF; }
  .sidebar-container, .content-container { width: 100%; margin: 0 auto; align-items: center; }
  .content-wrap { width: 100%; }
	.catalog { height: 0; }
	.catalog.toggle-on-categories { height: inherit; }
	.catalog ul { display: none; }
	.catalog.toggle-on-categories ul { display: block; }
  .catalog ul li.catalog-title { display: none; }
  .catalog ul li { border-bottom: 0 none; }
  .catalog ul li a { line-height: 1; }
  .topbar > ul { flex-direction: column; justify-content: flex-start; align-items: inherit; }
  .topbar > ul > li.is-search { display: none; }
  .logo-wrap, .multicolcell a:hover img, .animate-fade-in, .animate-fade-in-out { opacity: 1; transition: opacity 0.1s linear !important; transform: inherit !important; }
  .topbar-links a, .topbar ul ul li a { line-height: 50px; }
  .topbar-links a span { display: inline; }
  .topbar ul ul { display: none; }
  .topbar ul ul li a { padding: 0 !important; text-align: center; }
  .topbar ul ul li:first-child a, .topbar ul ul li:last-child a { border-radius: 0; }
  .topbar { display: none; width: auto; }
  .topbar-links .is-cart i { margin-top: 20px; }
  .topbar ul ul { visibility: visible; }
  .topbar ul ul li:first-child::before { display: none; }
  .catalog.toggle-on-block .toggle-menu-icon { display: inline; }
  .catalog.toggle-on-block .toggle-menu-close { display: none; }
  .catalog.toggle-on-block { display: block !important; }
  .catalog.toggle-on-block .catalog-title { display: block; margin: 0; padding: 10px 5%; font-size: 14px; color: #FFF; background: #111; border-bottom: 0 none; }
  .catalog.toggle-on-block .catalog-title:hover { background: #111; cursor: pointer; }
  .catalog.toggle-on-block ul li { color: #333; background: #F6F6F6; border-bottom-color: #999; }
  .catalog.toggle-on-block ul li:hover { background: #F6F6F6; }
  .catalog.toggle-on-block ul li a, .catalog.toggle-on-block ul li a:hover, .catalog.toggle-on-block ul li a::before { color: #333 !important; }
  .catalog.toggle-on-block ul li:not(.catalog-title) { display: none; }
  .catalog.toggle-on-block.toggle-catalog-block ul li { display: block; }
  .catalog-title i { font-size: .6em; width: 10px; text-align: center; vertical-align: top; margin-top: 8px; }
  .sidebar-container { padding-bottom: 0; }
  #porgallery { width: 96%; }
  #mainpage, #newitempage { width: 90%; padding: 30px 5%; margin: 0; border-radius: 0; box-shadow: none; }
  #mainpage td { text-align: left !important; }
  #mainpage td[align="left"] { text-align: left !important; padding: 0 !important; }
  #mainpageused td { text-align: center !important; }
  .poritem-specs > h2 { margin-bottom: 5px; }
  a.por-item-detail-name { margin-top: 0; }
  .poritem-img { position: relative; left: auto; margin-bottom: 25px; }
  .poritem-detail, .poritem-overview, .por-item-detail-suggested-list, .item-notice { position: relative; width: 100%; }
  #porgallery { width: 96%; }
  input[name="strState"] { margin-top: 15px; }
  #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: ''; }
  table.InventoryTable { border: 1px solid #666; }
  table.InventoryTable td.cattitle { display: none; }
  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 img { width: auto; max-width: 80%; height: auto; max-height: 140px; padding: 5px; background: #FFF; border: 1px solid #666; border-radius: 0; }
  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; }
  #productname { text-align: center !important; }
  .logo-wrap, .multicolcell a:hover img, .animate-fade-in, .animate-fade-in-out { line-height: inherit !important; }
	.accordion-wrap { width: 100%; }
	.topbar-mobile-menu .topbar ul li:last-child, .topbar-mobile-menu .topbar ul li.last { border-bottom-width: 1px; }
	.multicolcell { width: calc(25% - 40px); }
	.topbar-container-wrap, .topbar-container-wrap.is-fixed-topbar, .topbar-container-wrap.is-fixed-topbar .topbar-container { }
	.toggle-store-locations { display: flex; flex-flow: row wrap; }
	.toggle-store-locations ul { display: flex; flex-flow: row wrap; justify-content: flex-start; }
	.toggle-store-locations ul li a::before { display: none; }
	.toggle-store-locations ul li { border-bottom: 0 none; margin: 0 10px 10px 0; }
	.toggle-store-locations ul li:last-child { margin-right: 0; }
	.toggle-store-locations ul li a { padding: 10px 15px 9px; border: 1px solid #DDD; }
	.store-locations-wrap { flex-direction: column; padding-top: 0; }
	.toggle-store-locations ul:not(:first-of-type) { margin-top: 0; }
	.toggle-store-locations ul li:not(.store-locations-title) { }
	.store-locations-container { padding-top: 10px; }
	.store-locations-list-location { width: calc(50% - 10px); margin: 0 0 15px; text-align: center; }
	.store-locations-list-location > a { padding: 15px 20px; }
	.toggle-store-locations ul li.store-locations-title { font-size: 16px; }
  .location-content-left { position: relative; float: none; width: 100%; text-align: center; }
  .location-content-right { display: none; }
	.panel-location { width: calc(50% - 50px); margin-bottom: 20px; }
	.featured-wrap { justify-content: center; }
	.featured { width: calc(33.333% - 20px); margin: 0 10px 20px; }
	.page-banner { padding-top: 25%; }
	.page-banner-content span:first-of-type { font-size: 20px; }
	.page-banner-content h1, .page-banner-content .page-banner-title { font-size: 30px; }
	.footer-logo-wrap { width: 100%; margin: 0; justify-content: center; white-space: normal; }
	.footer-location-wrap { padding-bottom: 0; }
	.footer-hours { position: relative; width: 100%; display: block; margin-top: 20px; }
	.footer-separator { height: 0; }
}
@media screen and (max-width : 900px) {
  .toggle-on-t { display: none; }
  .toggle-on-m { display: block; }
  .slideshow-container.full-width .slideshow-buttons { display: none; }
  h2.index { font-size: 20px; }
  h2.index span { font-size: 20px; }
  h1.center-custom, p.center-custom { text-align: center; }
  .content-left-right { flex-direction: column; }
  .content-left, .content-right { width: 100%; margin: 0 auto 20px; }
  .content-right { margin-bottom: 0; }
  .store-address, .store-hours { margin: 0 25px; }
  .button span, .buttons span { display: none; }
  .buttons ul li { margin: 0 5px 20px; }
  #porgallery { width: 100%; }
  #porgallerythumbnail { width: 250px; height: 250px; }
	.multicolcell { width: calc(33.333% - 40px); }
}
@media screen and (max-width : 768px) {
  .toggle-on-mobile { display: none !important; }
  .toggle-on-mobile { display: block !important; }
  .toggle-off-mobile { display: none !important; }
  .portiles ul li { width: 94%; margin: 0 0 20px; }
  .banner-content-logos li { width: 90%; }
   h2.index span { font-size: 20px; margin-top: 10px; }
  .left-content.with-logos { width: 100%; margin-bottom: 35px; }
  .arrowleft, .arrowright { display: none; }
  #porgallery h4 { font-size: 16px !important; }
  #porgallerythumbnail { width: 220px; height: 220px; margin: 0 20px 30px;  }
  #mainpage form[name="feedbackform"] td { float: left; clear: left; padding: 2px 0 !important; }
  form[name="feedbackform"] input { margin-bottom: 10px !important; }
  form[name="customerform"] input { display: block; margin-bottom: 10px; max-width: 200px; }
  form[name="customerform"] td { text-align: left !important; }
  form[name="customerform"] input[type="radio"] { display: inherit; }
  form[name="customerform"] td, form[name="form1"] td { float: left !important; clear: left !important; padding: 0 !important; }
  form[name="customerform"] input[name="submit"] { margin-bottom: 50px; }
  #form1 > table > tbody > tr > td { padding: 5px 0 !important; }
  form[name="customerform"] > table > tbody > tr > td { padding: 5px 0 !important; }
  #form1 > table > tbody > tr > td[colspan="5"] { height: 0; }
  .background-overlay { display: none; }
  .banner-content-wrap { width: 100% !important; padding: 0 !important; margin: 0 auto !important; text-align: center !important; }
  .banners-wrap .banner { flex-flow: column wrap !important; }
  .banner-img { width: 100% !important; padding: 0 !important; align-items: center !important; }
  .banners-wrap .banner-img::after { display: none; }
  .banners .buttons ul { flex-direction: column; }
  .banners .button a, .banners .buttons ul li a { display: block; }
  .catalog-menu-buttons { text-transform: capitalize; }
  .catalog-menu-buttons a span.toggle-off-custom { display: none; }
	.slideshow-content-wrap { height: 140px; }
	.tile, .tiles.split .tile, .footer-map { width: 100%; }
	.tile, .tiles.split .tile { padding: 0; opacity: 1; transition: 0s none; transform: inherit !important; }
	.tile:hover .tile-img img { transform: inherit !important; }
	.tiles { flex-direction: column; justify-content: center; }
	.tile h2 { font-size: 80px; }
	.tile-content { display: block; padding: 50px 0; }
	.toggle-store-locations { flex-direction: column; }
  .store-locations-list-location { width: calc(100% - 2px); margin: 10px 0; }
	.store-location { flex-direction: column; }
	.store-location-content, .store-map { width: 100%; padding: 0; text-align: center; }
	#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-child(7) > td, #mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-child(8) > td, #mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-child(10) > td { flex-direction: column; align-items: flex-start; }
	#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-child(7) > td input:not(:last-of-type) { margin-bottom: 10px; }
	#mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-child(8) > td input, #mainpage form[name="customerform"] > table > tbody > tr > td > table > tbody > tr:nth-child(10) > td input:first-of-type { margin-bottom: 5px !important; }
	.slideshow-content-title span:first-of-type { font-size: 20px; }
	.slideshow-content-title span:last-of-type, .slideshow-content-title h1 span { font-size: 40px; }
	.toggle-store-locations ul { justify-content: center; }
	.toggle-store-locations ul li { margin: 0 5px 10px; }
	.topbar-search-container { max-width: 200px; }
	.topbar-reviews img { max-height: 30px; }
	.featured { width: calc(50% - 20px); }
    .topbar-button span { font-size: 13px; }
    .topbar-button i { font-size: 16px; }
}
@media screen and (max-width : 600px) {
  .container.less-width .content { width: 90%; }
  .slideshow-buttons { display: none; }
  .banners-wrap { padding: 40px 0 70px; }
  .topbar-mobile-menu .topbar ul li { padding: 0 6%; }
  .topbar-mobile-menu .topbar ul ul li { padding: 0; }
	.toggle-topbar li { margin-left: 20px; }
	.multicolcell { width: calc(50% - 40px); }
	.tile h2 { font-size: 60px; }
	.panel-banner h2, .panel-banner-wrap.no-bg .panel-banner h2 { font-size: 24px; }
	.footer-location, .footer-reviews { margin: 0 auto 15px; }
	.footer-social { margin-bottom: 0; }
	.footer-separator { height: 0; }
	.footer-panel-links, .footer-panel ul, .footer-location-wrap { flex-direction: column; }
	.subfooter ul li { margin: 0 auto 15px; padding: 0; }
	.footer-panel-links a::before { display: none; padding: 0; }
	.subfooter { padding: 20px 0; }
	.slideshow-content-title span:last-of-type, .slideshow-content-title h1 span { font-size: 30px; }
	.topbar-panel-links .toggle-off-custom { display: none; }
    .topbar-button span { font-size: 10px; padding: 0 20px 0 35px; }
    .topbar-button i { font-size: 12px; }
    .toggle-topbar .topbar-button { margin: -9px 0 10px; }
}
@media screen and (max-width : 500px) {
  .toggle-on-s { display: none; }
  .toggle-on-xs { display: block; }
	.index-topar .topbar-placeholder, .topbar-placeholder { height: 170px !important; }
	.topbar-container { height: 110px; }
	.logo img { height: 60px; }
	.topbar-search-container { width: 100%; }
  .inline-gallery ul li { float: none; display: block; margin: 0 0 25px; text-align: center; }
  #form1 input[type="submit"], #form1 input[type="button"] { display: block; min-width: 180px; margin-bottom: 25px; }
  .vendor-gallery-wrap ul li { width: 40%; }
	.slideshow-heading, .slideshow-heading h1 { font-size: 20px; }
	.tile h2 { font-size: 40px; }
	.panel-location { width: calc(100% - 40px); margin: 0 auto 20px; }
	.page-banner { padding-top: 200px; }
	.page-banner-content span:first-of-type { font-size: 18px; }
	.page-banner-content h1, .page-banner-content .page-banner-title { font-size: 24px; }
	.topbar-search-container { width: 150px; }
	.topbar-reviews { margin-right: 15px; }
}
@media screen and (max-width : 450px) {
  .resources-panel { width: 80%; }
  .copyright span { display: block; margin-top: 5px; }
  .toggle-store-locations ul li.store-locations-title { font-size: 14px; }
	.featured { width: 100%; margin: 0 auto 20px; }
	.footer-logo { margin: 0 10px; }
	.footer-logo img { max-height: 40px; }
}
@media screen and (max-width : 400px) {
  .toggle-off-small-screen, .toggle-on-small-screen { display: none; }
	.logo img, .topbar-container-wrap.is-fixed-topbar .logo img { height: 40px; }
  #catalog-menu-search { max-width: 150px; }
  .featured { width: 100%; }
	.multicolcell { width: 100%; margin: 0 0 20px; }
	.topbar-panel-links .toggle-off-custom-small { display: none; }
    .topbar-button span { font-size: 9px; padding: 0 10px 0 25px; }
    .topbar-button i { left: 8px; }
}
@media screen and (max-width : 360px) {
}
