@charset "utf-8";

/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
red: #e83f46
gray: #767676
light gray: #aaa
dark gray: #333
*/

/* 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: #555; line-height: 1.8; font-weight: 400; letter-spacing: 1px; }
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: 500; }
.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: #e83f46 !important; }
.brand-bg { background: #e83f46 !important; }
.orange { color: #ff6700 !important; }

img.autosize { width: 100%; height: auto; }
img.max-autosize { width: auto; max-width: 100%; height: auto; }

h1, h2, h3, h4, h5, h6 { color: #444; letter-spacing: normal; font-weight: 500; }
h1 { font-size: 32px; line-height: 1.2; margin-bottom: 20px; padding: 0; }
h1.less-bottom-margin { padding-bottom: 0; margin-bottom: 5px; }
h1 span.heading-tagline { display: block; margin-top: 3px; color: #555; font-size: .5em; font-style: italic; }
h1.index, h2.index { position: relative; font-size: 24px; text-align: center; padding: 0 30px; margin: 0 auto 15px; border-bottom: 0 none; }
h1.index span, h2.index span { display: block; text-transform: none; color: #555; font-size: 18px; font-style: italic; margin-top: 5px; }
h2 { font-size: 24px; line-height: 1.2; margin-bottom: 15px; }
h3 { font-size: 20px; line-height: 1.2; margin-bottom: 15px; }
.heading-icon { display: inline-block; vertical-align: top; margin: 0 2px 0 0; }
.heading-icon img { width: 28px; height: 28px; }
a, a:visited { color: #e83f46; text-decoration: none; }
a:hover { color: #222; text-decoration: none; }
p { line-height: 1.8; margin-bottom: 20px; }
p.special { line-height: 1.7; margin: 15px 0; }
p.x-large { font-size: 1.3em; }

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: #767676; }
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 { 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-gallery { position: relative; }
.inline-gallery ul { display: flex; flex-flow: row wrap; justify-content: flex-start; }
.inline-gallery li { position: relative; margin: 0 20px 20px 0; }
.inline-gallery li:last-of-type { margin-right: 0; }

ol { list-style: decimal; margin-left: 25px; line-height: 1.4; margin-bottom: 15px; }

/* 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; 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: 40px; line-height: 40px; padding: 0; border-radius: 0; color: #FFF; background: #e83f46; text-align: center; box-shadow: 0 0 0 0 #111; border-bottom: 0 solid #333; transition: background .1s linear; }
.go-to-top a:hover { color: #FFF; background: #e83f46; }
.go-to-top i { color: #FFF !important; font-size: 20px; line-height: 1; padding: 0; display: inline-block; vertical-align: top; margin-top: 9px; }

/* Topbar */
.topbar-placeholder { position: relative; width: 100%; height: 160px; background: #FFF; }
.index-topbar .topbar-placeholder { height: 0; background: transparent; }
.topbar-container-wrap { position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 160px; min-width: 320px; margin: 0 auto; padding: 0; background: #111; font-size: 16px; font-weight: 500; transition: all .3s linear; z-index: 6; display: flex; flex-direction: column; justify-content: center; }
.topbar-container-wrap.is-fixed-topbar { height: 120px; top: -40px; }
.topbar-container-wrap a, .topbar-container-wrap a:hover { color: #FFF; }
.index-topbar .topbar-container-wrap { background: transparent; }
.index-topbar .topbar-container-wrap.is-fixed-topbar { background: #111; }
.topbar-wrap { position: relative; width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; transition: background .3s linear; }
.topbar-container-wrap.is-fixed-topbar .topbar-container { z-index: 2; }
.topbar-container { position: relative; width: 80%; height: 120px; margin: 0 auto; display: flex; flex-flow: row-reverse nowrap; justify-content: flex-end; align-items: center; transition: all .3s linear; }
.topbar-container-wrap.is-fixed-topbar .topbar-container { height: 80px; }

.topbar-pane-left { position: relative; display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex: 1 1 auto; }

.logo { position: relative; line-height: 0; }
.logo img { width: auto; height: 70px; transition: all .3s linear; }
.topbar-container-wrap.is-fixed-topbar .logo img { height: 50px; }

.topbar-pane { position: relative; width: 100%; opacity: 1; transition: all .3s, opacity .1s ease-in-out; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; }
.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: #444; }
.topbar-pane-links li.tagline { font-size: 16px; color: #444; 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; width: 100%; height: 40px; margin: 0; opacity: 1; visibility: visible; background: #EEE; font-size: 16px; font-weight: 500; color: #767676; text-align: center; line-height: 1.3; z-index: 1; display: flex; flex-direction: column; justify-content: center; transition: all .3s linear; }
.topbar-container-wrap.is-fixed-topbar .topbar-panel-wrap { }
.topbar-panel { position: relative; width: 100%; margin: 0; text-transform: none; }
.topbar-panel-links { position: relative; width: 80%; margin: 0 auto; display: flex; flex-direction: row; justify-content: space-between; }
.topbar-panel-links ul { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; }
.topbar-panel-links ul li { position: relative; margin: 0; padding: 0 20px; }
.topbar-panel-links ul li:first-child { padding-left: 0; }
.topbar-panel-links ul li:last-child { padding-right: 0; }
.topbar-panel-links ul li::after { position: absolute; top: 0; right: -1px; width: 1px; height: 100%; content: ""; background: rgba(0,0,0,0.2); }
.topbar-panel-links ul li:last-child::after { display: none; }
.topbar-panel-links ul li span { display: inline-block; }
.topbar-panel-links ul li span.italic { padding-right: 8px; font-size: .8em; color: #666; }
.topbar-panel-links ul li span.topbar-panel-tagline { font-weight: 400; font-size: 20px; }
.topbar-panel-links ul li.is-topbar-search { display: flex; justify-content: flex-end; }
.topbar-pane-links ul.toggle-on-fixed { display: none; opacity: 0; visibility: hidden; transition: all .3s linear; }
.topbar-container-wrap.is-fixed-topbar .topbar-pane-links ul.toggle-on-fixed { display: flex; opacity: 1; visibility: visible; }
.topbar-container-wrap.is-fixed-topbar .topbar-pane-links ul li.tagline { opacity: 0; visibility: hidden; }
.topbar-container-wrap.is-fixed-topbar .topbar-pane-links ul.toggle-off-fixed { display: none; opacity: 0; visibility: hidden; }
.topbar-panel-links a { color: #333; }
.topbar-panel-links a:hover { color: #333; }
.topbar-panel-links ul:not(:first-of-type) i { padding-right: 3px; }
.topbar-panel-links ul li.is-cart { padding-right: 25px; margin-right: 50px; }
.topbar-panel-links ul li.is-cart i { vertical-align: top; margin-top: 6px; padding-right: 6px; }
.topbar-panel-links ul li.is-cart img { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; width: auto; height: 20px; }
.topbar-panel-links ul li.no-border::after { display: none; }
.topbar-panel-links ul li.is-social { display: flex; flex-direction: row; padding-right: 20px; }
.topbar-panel-links ul li.is-social a { display: block; width: 40px; line-height: 40px; color: #333; text-align: center; }
.topbar-panel-links ul li.is-social a:hover { color: #333; }
.topbar-panel-links ul li.is-phone { }
.topbar-panel-links ul li.with-icon { padding-left: 27px; margin-left: 20px; }
.topbar-panel-links ul li.with-icon img { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; width: 22px; height: 22px; }

.topbar-panel-links ul li.google-reviews { font-size: 14px; line-height: 1; text-align: center; text-transform: none; }
.topbar-panel-links ul li.google-reviews span { display: block; margin: 3px 0; }
.topbar-panel-links ul li.google-reviews img { width: auto; height: 14px; }

.toggle-topbar-search { position: relative; font-size: 16px; 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 .with-search.toggle-on li:not(.is-topbar-search) { display: none; }
.toggle-topbar-search, .toggle-off-topbar-search { width: 40px; text-align: center; color: #FFF; cursor: pointer; }
.is-topbar-search.toggle-on .toggle-topbar-search { display: none; }
.toggle-topbar-search:hover, .toggle-off-topbar-search:hover { color: #FFF; cursor: pointer; }
.toggle-off-topbar-search { display: none; position: absolute; top: 0; right: 0; width: 40px; height: 100%; line-height: 1; align-items: center; justify-content: center; }
.is-topbar-search.toggle-on .toggle-off-topbar-search { display: flex; line-height: 1; margin-top: 0; }
.toggle-off-topbar-search span::after { content: "\00d7"; font-size: 30px; }

#topbar-search-wrap { display: none; position: absolute; width: calc(100% - 100px); max-width: 350px; height: 100%; top: 0; right: 50px; padding: 0; z-index: 1; transition: all .2s ease-in-out; align-items: center; }
.is-topbar-search.toggle-on #topbar-search-wrap { display: flex; }
#topbar-panel-search-wrap { display: none; position: relative; width: calc(100% - 100px); height: 50px; margin: 0 auto; padding: 0; z-index: 1; transition: all .2s ease-in-out; align-items: center;  }
.is-topbar-search.toggle-on { width: 100%; }
.is-topbar-search.toggle-on:hover { }
#topbar-search, #topbar-panel-search { position: relative; width: 100%; height: 50px; background: #FFF; border: 0 none; border-radius: 0; margin: 0; padding: 0; color: #444; box-shadow: 0 0 0 0 #999; overflow: hidden; display: flex; flex-direction: row; }
#topbar-search form, #topbar-panel-search form { position: relative; width: 100%; }
#topbar-search-box, #topbar-panel-search-box { width: calc(100% - 75px); height: 100%; color: #010101; line-height: 1; background: transparent; border: 0 none; padding: 0 10px 0 65px; transition: all .3s ease-in-out; }
#topbar-search-box:hover, #topbar-panel-search-box:hover { cursor: pointer; }
#topbar-search .btn-search, #topbar-panel-search .topbar-panel-btn-search { position: absolute; width: 50px; height: 100%; top: 0; left: 0; padding: 0; background: #e83f46; color: #FFF; text-transform: uppercase; text-align: left; transition: all .1s linear; display: flex; align-items: center; justify-content: center; }
#topbar-search .btn-search:hover, #topbar-panel-search .topbar-panel-btn-search:hover { }
#topbar-search .btn-search span, #topbar-panel-search .topbar-panel-btn-search span { display: inline-block; padding: 0; font-weight: 500; }
#topbar-search .btn-search span.search-text, #topbar-panel-search .topbar-panel-btn-search span.search-text { display: none; }
#topbar-search .btn-search:hover, #topbar-panel-search .topbar-panel-btn-search:hover { cursor: pointer; }
#topbar-search .btn-search i, #topbar-panel-search .topbar-panel-btn-search i { line-height: 1; }
#topbar-search:hover i { }

#topbar-search-wrap input::-webkit-input-placeholder, #topbar-panel-search-wrap input::-webkit-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#topbar-search-wrap input::-moz-placeholder, #topbar-panel-search-wrap input::-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; } /* firefox 19+ */
#topbar-search-wrap input:-ms-input-placeholder, #topbar-panel-search-wrap input:-ms-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; } /* ie */
#topbar-search-wrap input:-moz-placeholder, #topbar-panel-search-wrap input:-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }

.toggle-topbar-menu-on { display: none; }
.topbar-container-wrap.topbar-mobile-menu .toggle-topbar-menu-on { display: block !important; }

.topbar { position: relative; width: 100%; margin: 0 auto; }
.topbar > ul { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; opacity: 1; visibility: visible; transition: all .3s linear; }
.topbar > ul.toggle-off-topbar { opacity: 0; visibility: hidden; }
.topbar > ul > li { position: relative; padding: 0 20px; }
.topbar > ul > li::after { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: -1px; width: 1px; height: 50%; line-height: 1; content: " "; background: rgba(255,255,255,0.3); }
.topbar > ul > li:last-child::after, .topbar > ul > li.last::after { display: none; }
.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 { display: block; color: #FFF }
.topbar > ul > li > a:hover { color: #FFF; }
.topbar > ul > li > a:hover, .topbar > ul > li.submenu > a.toggle-submenu.active, .topbar > ul > li.submenu > a.toggle-submenu.active::before { color: #FFF; }
.topbar > ul > li .toggle-on-topbar-search i { font-size: .7em; vertical-align: top; margin-top: 9px; }

.topbar > ul > li.is-cart a { position: relative; padding-left: 18px; }
.topbar > ul > li.is-cart i { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: .8em; }
.topbar > ul > li.is-cart img { width: 20px; height: 15px; display: inline-block; vertical-align: top; margin-top: 10px; }
.topbar > ul > li.is-cart { }

/* 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: 60px 0 0; z-index: 5; font-size: 14px; transition: all .3s ease-in; }
.topbar ul li.with-submenu > a { position: relative; padding-right: 12px; }
.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; }
.topbar ul li.dropdown:hover ul, .index-topbar .topbar ul li.dropdown:hover ul, .topbar-container-wrap.is-fixed-topbar .topbar ul li.dropdown:hover ul { padding-top: 15px; }
.topbar-container-wrap.is-fixed-topbar .topbar ul ul { padding-top: 73px; }
.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; }
.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 #e83f46 transparent; transition: opacity .05s linear; transition-delay: .3s; }
.topbar ul li.dropdown:hover ul li:first-child::before { opacity: 1; visibility: visible; }
.topbar ul ul li a { display: block; color: #FFF; line-height: 46px; text-align: left; background: #e83f46; padding: 0 20px !important; margin: 0 !important; white-space: nowrap; z-index: 6; border-bottom: 1px solid rgba(255,255,255,.2); }
.topbar ul ul li:hover a { color: #FFF !important; }
.topbar ul ul li:first-child a { border-top-left-radius: 7px; border-top-right-radius: 7px; }
.topbar ul ul li:last-child a { border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; }
.topbar ul ul li:last-child, .topbar ul ul li:last-child a { border-bottom: 0 none; }

.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: #111; }
.topbar-mobile-menu .topbar ul { float: none; clear: both; margin: 0 !important; padding: 20px 0; font-size: 18px; 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 { 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: 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; }
#navbar-search-wrap { position: relative; width: 270px; padding: 0; z-index: 1; }
#navbar-search-wrap.toggle-on-navbar-search { }
#navbar-search { position: relative; width: calc(100% - 15px); background: #EEE; border: 0 none; border-radius: 5px; margin: 0; padding: 0 0 0 15px; color: #333; box-shadow: 0 0 0 0 #010101; overflow: hidden; display: flex; flex-direction: row; }
#navbar-search form { position: relative; width: 100%; }
#navbar-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; }
#navbar-search-box:hover { cursor: pointer; }
#navbar-search .navbar-btn-search { position: absolute; right: 0; top: 0; line-height: 40px; padding: 0; background: #767676; color: #FFF; font-size: 10px; font-weight: 500; text-align: center; transition: background .1s linear; }
#navbar-search .navbar-btn-search:hover { background: #333; }
#navbar-search .navbar-btn-search span { display: inline-block; padding: 0 10px; }
#navbar-search .navbar-btn-search span.search-text{ display: none; }
#navbar-search .navbar-btn-search span.search-icon { padding: 0 13px 0 14px; font-size: 16px; font-weight: 900; }
#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: 12px; opacity: 1; font-style: italic; }
#navbar-search-wrap input::-moz-placeholder { color: #666; font-size: 12px; opacity: 1; font-style: italic; } /* firefox 19+ */
#navbar-search-wrap input:-ms-input-placeholder { color: #666; font-size: 12px; opacity: 1; font-style: italic; } /* ie */
#navbar-search-wrap input:-moz-placeholder { color: #666; font-size: 12px; 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 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; right: 0; font-size: 32px; line-height: 1; z-index: 1; }
.toggle-topbar ul li:not(:last-child) { font-size: 24px; }
.toggle-topbar a { display: block; padding: 0; color: #FFF; }
.toggle-topbar a:hover { color: #FFF; cursor: pointer; }
.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 linear; }
.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-buttons { width: 90%; }
.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; }

.index-banner { position: relative; width: 100%; height: 500px; background: #FFF url(images/loading.gif) no-repeat center center; background-size: 40px 40px; overflow: hidden; }
.index-banner-img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; }
.index-banner-img > a { display: block; width: 100%; height: 100%; }
.index-banner-img > a > span::after { 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.8) 0%, rgba(0,0,0,0) 60%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index-banner-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }

/* Slideshow */
.slideshow-bg { background: #FFF url(images/loading.gif) no-repeat center center; background-size: 40px 40px; }
.slideshow-container { margin: auto; background: #222; overflow: hidden; }
.slideshow-wrap { height: 500px; 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 { 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.5) 0%, rgba(0,0,0,0) 40%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 40%);
background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 40%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.slideshow-img { width: 100%; }
.slideshow-img img { width: 100%; max-width: 1920px; height: 100%; max-height: 800px; object-fit: cover; object-position: center center; }
.slideshow-img-d, .slideshow-img-m { width: 100%; height: 100%; }

.slideshow-content-wrap { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); white-space: nowrap; }
.wrapper .slideshow-content-wrap { display: none; }
.slideshow-content { position: relative; padding: 30px 50px; background: rgba(0,0,0,0); }
.slideshow-content-title { flex-basis: 100%; }
.slideshow-content-title, .slideshow-content-title h1 { position: relative; margin: 0; padding: 0; font-size: 54px; color: #FFF; font-weight: 500; text-align: center; line-height: 1.2; }
.slideshow-content-title span, .slideshow-content-title h1 span { display: block; font-size: 32px; color: #FFF; font-style: italic; text-transform: none; }
.slideshow-content .button, .slideshow-content .buttons { margin-top: 30px; }
.slideshow-content .button a, .slideshow-content .buttons a { background: #102694; }
.slideshow-content .button a:hover, .slideshow-content .buttons a:hover { background: #102694; }

/* Slideshow search */
.search-banner-wrap { position: relative; width: 100%; height: 100px; background: #FFF; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.search-banner { position: relative; width: 90%; }
#slideshow-search-wrap { position: relative; width: 100%; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
#slideshow-search { position: relative; width: calc(100% - 20px); max-width: 350px; background: #EEE; border: 0 solid #999; margin: 0 10px; padding: 0; border-radius: 0; color: #666; overflow: hidden; }
.slideshow-search { position: relative; display: flex; flex-flow: row-reverse wrap; }
#slideshow-search-box { width: calc(100% - 115px); padding: 0 0 0 15px; font-size: 16px; height: 50px; background: none transparent; border: 0 none; }
#slideshow-search-box:hover { cursor: pointer; }
#slideshow-search .slideshow-btn-search { position: relative; width: 100px; padding: 0; background: #e83f46; color: #FFF; font-size: 12px; font-weight: 700; text-transform: uppercase; text-align: center; line-height: 50px; text-decoration: none !important; transition: background .2s linear; }
#slideshow-search .slideshow-btn-search:hover { cursor: pointer; background: #e83f46; }
#slideshow-search .slideshow-btn-search i { color: #222; font-size: 22px; }
#slideshow-search:hover i { color: #222; }

#slideshow-search input::-webkit-input-placeholder { color: #333; font-size: 14px; opacity: 1; font-style: italic; }
#slideshow-search input::-moz-placeholder { color: #333; font-size: 14px; opacity: 1; font-style: italic; }
#slideshow-search input:-ms-input-placeholder { color: #333; font-size: 14px; opacity: 1; font-style: italic; }
#slideshow-search input:-moz-placeholder { color: #333; font-size: 14px; opacity: 1; font-style: italic; }

.slideshow-button, .slideshow-panel-button { display: inline-block; margin: 0 10px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.slideshow-button a, .slideshow-panel-button a { display: block; padding: 0 20px; background: #111; color: #FFF; line-height: 50px; cursor: pointer; transition: all .1s linear; }
.slideshow-button a:hover, .slideshow-panel-button a:hover { background: #111; color: #FFF; }

/* Slideshow prev/next buttons */
.slideshow-buttons { margin-top: -20px; 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; 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: 30px; 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: #e83f46; }
.slideshow-dot:hover { opacity: 1; }

.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: #010101; }
.slide-banner-wrap .slideshow-content { padding: 50px 30px; margin: 0 auto; }

.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: 500; 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: 500; letter-spacing: normal; }

/* Welcome */
.welcome-container { position: relative; background: #060606 url(assets/diamond-plate.jpg) repeat top left; background-attachment: fixed; background-size: 115px 120px; width: 100%; padding: 25px 0 15px; text-align: center; }
.welcome-wrap { position: relative; width: 90%; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; }
.welcome-wrap h1 { color: #DDD; }
.welcome-heading-wrap { position: relative; width: 50%; padding: 0; display: flex; flex-direction: column; justify-content: center; text-align: center; flex: 1 1 auto; }
.welcome-heading-wrap::after { position: absolute; top: 0; right: -1px; width: 1px; height: 100%; content: " "; background: #DDD; }
.welcome-heading { position: relative; display: flex; flex-direction: column; align-items: center; }
.welcome-text { position: relative; width: calc(50% - 5%); padding: 20px 0 20px 5%; text-align: left; }
.welcome-text p:last-of-type { margin-bottom: 0; }
.welcome-container .button, .welcome-container .buttons { margin-top: 15px; }
.welcome-left { position: relative; padding: 0 30px; }

.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(assets/polygon-bg.jpg); }
.panel-banner-wrap.panel-banner-2 { background-image: url(assets/linen-bg.jpg); }
.panel-banner { width: 90%; min-height: 250px; 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: 60px; }
.panel-banner h2 span { display: block; margin-top: 5px; font-size: 20px; color: #999; }

/* 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: 100%; margin: 0 auto; }
.container-wrap .container .catalog-wrap { width: 89%; padding: 0 5.5% 60px; }
.content { position: relative; width: 70%; padding: 0; margin: 0 0 0 5%; min-height: 400px; background: #FFF; border-radius: 0; }
.container-wrap.with-bg .content { padding: 0; background: transparent; }

.sidebar-container { position: relative; width: 30%; margin: 0 5% 0 0; padding: 4px 0; }
.content-container { position: relative; 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-wrap: wrap; justify-content: center; }
.content-left { width: 65%; margin-right: 5%; }
.content-right { width: 30%; padding: 0; text-align: right; }
.content-right ul li { margin-bottom: 15px; }

.sidebar-left-content { position: relative; width: 100%; margin: 0 auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; }
.sidebar-left { position: relative; width: 20%; padding-right: 5%; }
.sidebar-left::after { position: absolute; top: 0; right: -1px; width: 1px; height: 100%; content: ""; background: #EEE; }
.sidebar-content { position: relative; width: 70%; margin-left: 5%; }
.sidebar-title { display: block; padding: 7px 0 15px; margin-bottom: 15px; border-bottom: 1px solid #EEE; color: #444; font-size: 18px; font-weight: 700; }
.sidebar-left ul {}
.sidebar-left li { display: block; margin: 0 0 15px; padding-bottom: 15px; border-bottom: 1px solid #EEE; }
.sidebar-left li:last-child { margin: 0; padding: 0; border: 0 none; }
.sidebar-left span { display: block; }
.sidebar-left span:first-of-type { font-weight: 700; }

.banners-wrap { position: relative; width: 100%; margin: 0 auto; padding: 30px 0 0; }
.banners { position: relative; width: 80%; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; }
.banner { position: relative; width: calc(50% - 10px); min-height: 150px; margin: 0 0 20px; background-color: #111; background-position: center center !important; background-size: cover !important; display: flex; flex-direction: column; justify-content: center; }
.banner.full-width { flex-basis: 100%; }
.banner.work-with-us { background: url(assets/banner-work-with-us.jpg); }
.banner.get-in-touch { background: url(assets/banner-get-in-touch.jpg); }
.banner.call-off-equipment { background: url(assets/banner-call-off-equipment.jpg); }
.banner.safety { background: url(assets/banner-safety.jpg); }
.banner.used-sales { background: url(assets/banner-used-sales.jpg); }
.banner.mobile-app { background: url(assets/banner-mobile-app.jpg); }
.banner.portal { background: url(assets/banner-portal.jpg); }
.banner h2 { font-size: 28px; text-transform: uppercase; margin: 0; background: rgba(0,0,0,0.2); display: flex; flex-direction: column; justify-content: center; flex: 1 1 auto; transition: all .1s linear; }
.banner:hover h2 { background: rgba(0,0,0,0.6); }
.banner a { position: relative; display: block; height: 100%; padding: 0 50px; color: #FFF; }
.banner span { position: absolute; max-width: calc(100% - 60px); top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.banner.mobile-app span { padding-left: 60px; }
.banner.mobile-app img { position: absolute; top: -10px; left: 0; width: 50px; height: 50px; border-radius: 10px; overflow: hidden; }

/* Featured */
.featured-container-wrap { position: relative; width: 100%; margin: 0 auto; padding: 50px 0 60px; text-align: center; background: #F6F6F6 url(images/bg-gray.jpg) repeat top left; background-size: 150px 150px; background-attachment: fixed; }
.featured-container { position: relative; width: 100%; margin: 0 auto; }
.featured-wrap { position: relative; width: 70%; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: center; }
.featured-heading { position: relative; margin-bottom: 40px; }
.featured-heading h2 { font-size: 32px; }
.featured { position: relative; width: calc(25% - 20px); margin: 0 10px 20px; border-radius: 0; background: #FFF; box-shadow: 0 0 0 0 rgba(0,0,0,0.8); display: flex; flex-direction: column; overflow: hidden; }
.featured h2 { margin: 0; font-size: 16px; display: flex; flex-direction: column; flex: 1 1 auto; }
.featured a { position: relative; display: flex; flex-direction: column; color: #111; line-height: 0; flex: 1 1 auto; }
.featured a:hover { color: #111; }
.featured img { width: auto; max-width: calc(100% - 20px); height: auto; max-height: 160px; background: #FFF; border-radius: 3px; object-fit: contain; flex-shrink: 0; }
.featured span { position: relative; display: block; margin: 0 auto; line-height: 1.3; }
.featured span:first-of-type { width: 100%; height: 180px; padding: 10px 0; border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.featured span:last-of-type { width: calc(100% - 30px); padding: 15px; background: #aaa; color: #FFF; display: flex; flex-direction: column; justify-content: center; align-items: center; flex: 1 1 auto; transition: background .1s linear; }
.featured:hover span:last-of-type { background: #333; color: #FFF; }
.featured-container-wrap .button, .featured-wrap .buttons, .featured-wrap { margin-top: 25px; }
.featured-container-wrap .button a, .featured-wrap .buttons a { }
.featured-container-wrap .button a:hover, .featured-wrap .buttons a:hover { }

/* Tiles */
.tiles-wrap { position: relative; width: 100%; margin: 0 auto; padding: 0 0 40px; text-align: center; color: #FFF; background: #FFF; }
.tiles { position: relative; width: 80%; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; }
.tile { position: relative; width: calc(25% - 20px); padding: 0; margin: 0 0 20px; border-radius: 0; display: flex; flex-direction: column; justify-content: flex-start; }
.tile-content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; margin: 0 auto; padding: 0; text-align: center; font-size: .9em; background: rgba(0,0,0,.3); transition: background .3s ease-in-out; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.tile-content:hover { background: rgba(0,0,0,.5); }
.tile-content p:last-of-type { margin-bottom: 0; }
.tile-overlay { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; background: rgba(0,0,0,0); transition: background .3s ease-in-out; }
.tile-content:hover .tile-overlay { background: transparent; }
.tile h2 { margin: 0; padding: 0; color: #FFF; font-size: 30px; font-weight: 400; line-height: 1.1; }
.tile a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: block; color: #FFF; }
.tile-overlay span:last-of-type { display: block; margin-top: 7px; padding: 0; font-size: .7em; line-height: 1; }
.tile-img { position: relative; margin: 0 auto; overflow: hidden; line-height: 0; }
.tile-img img { width: 100%; height: auto; object-fit: cover; filter: grayscale(0); transition: transform 1s, filter .5s ease-in-out; }
.tile:hover .tile-img img { transform: scale(1.1); filter: grayscale(0); }

/* Slide-up tagline */
.animate-slide-up .tile-overlay span:first-of-type { opacity: 0; transition: opacity .3s ease-in-out; }
.animate-slide-up .tile-overlay span:last-of-type { opacity: 0; line-height: 0; transition-duration: .6s; transform: translateY(100px); transition-property: opacity, line-height, transform; font-size: .6em; }
.animate-slide-up:hover .tile-overlay span:first-of-type { opacity: 1; }
.animate-slide-up:hover .tile-overlay span:last-of-type { opacity: 1; line-height: inherit; transform: translate(0); }

.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 */
}

/* Buttons */
.button, .buttons { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.button, .buttons, .buttons li { position: relative; }
.button.padding-top, .buttons.padding-top { padding-top: 10px; }
.button a, .buttons ul li a { display: inline-block; min-width: 170px; max-width: calc(100% - 90px); padding: 15px 30px; color: #FFF; line-height: 1.3; text-decoration: none; border-radius: 0; background: #e83f46; text-align: center; box-shadow: 0 0 0 0 #111; transition: all .1s linear; }
.button a:hover, .buttons ul li a:hover { background: #e83f46; }
.button.dealer a, .buttons.dealer ul li a { border-color: #767676;; background: #767676; }
.button.dealer a:hover, .buttons.dealer ul li a:hover { background: #767676; }
.button.alt-bg a, .buttons.alt-bg ul li a { border-color: #767676; background: #767676; }
.button.alt-bg a:hover, .buttons.alt-bg ul li a:hover { background: #767676; }
.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; }

.notice-bar { position: relative; padding-left: 20px; }
.notice-bar::before { position: absolute; top: 0; left: 0; width: 3px; height: 20px; content: " "; background: #767676; }

/* Catalog */
.catalog-wrap { position: relative; width: 80%; margin: 0 auto; padding: 40px 10%; 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: 13px; font-weight: 500; 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: #444; font-size: 18px; font-weight: 700; }
.catalog ul li.catalog-title span { display: none; }
.catalog ul li.catalog-text { margin-top: 20px; }
.catalog ul li a { display: block; color: #555; padding: 12px 0 13px; line-height: 1.5; text-decoration: none; text-transform: none; }
.catalog ul li a:hover { color: #e83f46; }
.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: #EEE; font-size: 16px; font-weight: 500; 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; }
.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: #333; 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: #333; line-height: 40px; }
.catalog-menu-buttons a.active:hover { color: #333; }
.catalog-menu-buttons li a.active, .catalog-menu-buttons li a.active:hover { color: #FFF; }
.catalog-menu-buttons a.toggle-catalog:hover, .catalog-menu-buttons a.toggle-categories:hover { color: #333; }
.catalog-menu-buttons span.toggle-down-icon, .catalog-menu-buttons span.toggle-close-icon { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; width: 34px; text-align: center; font-size: .7em; }

.catalog-menu.toggle-on-catalog .toggle-catalog .toggle-down-icon, .catalog-menu.toggle-on-categories .toggle-categories .toggle-down-icon { display: none; }
.catalog-menu.toggle-on-catalog .toggle-catalog .toggle-close-icon, .catalog-menu.toggle-on-categories .toggle-categories .toggle-close-icon { display: inline-block; }

.select-catalog, .catalog.toggle-on-catalog, .catalog.toggle-on-categories { position: absolute; top: 50px; left: 0; right: 0; width: 100%; z-index: 1; transition: 0s none; }
.catalog-menu-buttons li:not(:first-child) a.active, .select-catalog, .catalog.toggle-on-catalog, .catalog.toggle-on-categories { background: #111; }
.catalog-menu-buttons a.toggle-catalog, .select-catalog, .catalog-menu-buttons a.toggle-categories { background: #e83f46; }
.catalog-menu-buttons a.toggle-catalog, .catalog-menu-buttons a.toggle-catalog:hover { color: #FFF; }
.select-catalog { opacity: 0; visibility: hidden; text-transform: uppercase; font-size: 14px; }
.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 { font-weight: 700; }
.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.3); }
.catalog.toggle-on-categories ul li { border-bottom: 1px solid rgba(255,255,255,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: #FFF; }
.select-catalog ul li a::before, .catalog.toggle-on-catalog ul li a::before, .catalog.toggle-on-categories ul li a::before { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
 width: 10px; font-family: 'Font Awesome\ 5 Free'; font-size: .7em; font-weight: 900; content: "\f105"; line-height: 1; }
.catalog.toggle-on-categories ul li a { color: #FFF; }
.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 #222; 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 #222; background: #222; 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: 500; 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; }


/* Locations */
.store-locations-wrap { position: relative; width: 100%; padding-top: 30px; border-top: 1px solid #DDD; 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; }
.toggle-store-locations ul:not(:first-of-type) { margin-top: 20px; }
.toggle-store-locations ul li:hover { color: #e83f46; }
.toggle-store-locations ul li a { display: block; color: #555; 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: #e83f46; }
.toggle-store-locations ul li a.active:hover { color: #e83f46; }
.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: #e83f46; }
.toggle-store-locations ul li a.active::before { color: #e83f46; }
.toggle-store-locations ul li a.active:hover::before { color: #e83f46; }
.toggle-store-locations ul li a:hover { color: #e83f46; 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 { margin-bottom: 5px; }
.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: 20px 0 5px; }
.store-content { position: relative; }

.store-location-content { position: relative; width: 34%; margin: 10px 0 0; padding: 0 4% 0 0; display: flex; flex-direction: column; }
.store-map { position: relative; width: 62%; margin-top: 10px; overflow: hidden; }
.store-map iframe { display: block; width: 98%; 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; }
.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: #FFF; font-weight: 500; border-radius: 0; background: #e83f46; 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: #e83f46; 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: #e83f46; }

.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: flex-start; }
.store-locations-list-location { position: relative; text-align: left; width: calc(33.333% - 20px); padding: 0; margin: 0 20px 20px 0; color: #333; line-height: 1.4; box-shadow: 0 0 0 1px #DDD; transition: all .1s linear; }
.store-locations-list-location:hover { box-shadow: 0 0 0 1px #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 span.location-email a { padding: 0 20px 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 Maps */
.footer-maps-wrap { position: relative; width: 100%; padding: 40px 0 40px; background: #F3F3F3 url(images/loading.gif) no-repeat center center; background-size: 40px 40px; }
.footer-maps { position: relative; width: 80%; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: center; justify-content: space-between; }
.footer-map { position: relative; width: calc(33.333% - 10px); margin: 0 0 20px; }
.footer-map iframe { position: relative; display: block; width: 100%; height: 400px; margin: 0; pointer-events: none; z-index: 0; }
.footer-map iframe.clicked { pointer-events: auto; }
.footer-map .footer-map-title { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 55px; background: #111; color: #FFF; font-weight: 500; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.footer-map .footer-map-title img { display: inline-block; width: 24px; height: 24px; vertical-align: top; margin: 1px 3px 0 0; }
.footer-maps-wrap .button { margin-top: 15px; }

/* Footer */
.footer-wrap { position: relative; width: 100%; padding: 50px 0 40px; margin: 0 auto; font-size: 14px; color: #999; background: #111; border-left: 0 none; border-right: 0 none; }
.footer-wrap a { color: #999; transition: color .1s linear; }
.footer-wrap a.red { color: #e83f46; }
.footer-wrap a:hover { color: #FFF; }
.footer { position: relative; width: 80%; margin: 0 auto; padding: 0; text-align: left; line-height: 1.5; z-index: 1; }
.footer-heading { margin: 0; padding: 0; margin-bottom: 30px; color: #FFF; font-size: 18px; line-height: 1; }
.footer-tagline { position: relative; max-width: 30%; margin: 0 50px 40px 0; }
.footer-tagline .footer-heading { font-weight: 400; font-size: 20px; }
.footer-tagline p { margin-bottom: 10px; }
.footer-tagline p:last-of-type { margin-bottom: 0; }
.footer-heading.with-border { position: relative; padding-left: 12px; }
.footer-heading.with-border::before { position: absolute; left: 0; top: 0; width: 3px; height: 100%; content: " "; background: #e83f46; }
.footer-heading.custom-font { font-size: 24px; text-transform: none; letter-spacing: normal; }
.footer-title { display: block; margin-bottom: 7px; font-size: 16px; font-weight: 500; color: #FFF; }

.footer-panel { position: relative; width: 100%; padding-bottom: 30px; display: flex; flex-flow: row nowrap; justify-content: flex-start; }
.footer-panel:first-of-type { padding-bottom: 0; margin-bottom: 0; }
.footer-panel ul { }

.footer-phone { font-size: 20px; color: #FFF; line-height: 1.3; }
.footer-phone a { color: #FFF; }
.footer-phone span { font-size: 16px; color: #CCC; }

.footer-locations-wrap, .footer-links { position: relative; }

.footer-tagline-wrap { position: relative; width: 80%; margin: 0 auto; }

.footer-logo-wrap { position: relative; margin-bottom: 20px; }
.footer-logo { position: relative; padding: 0; line-height: 0; }
.footer-logo img { width: auto; max-width: calc(100% - 40px); max-height: 140px; padding: 0; border-radius: 4px; background: #FFF; }

.footer-logos { position: relative; width: 80%; margin: 0 auto; padding: 50px 0 25px; }
.footer-logos ul { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-items: center; }
.footer-logos ul li { position: relative; margin: 0 1% 15px; }
.footer-logos img { width: auto; max-height: 80px; height: auto; }
.footer-logos .adj-img img { max-height: 30px; }

.footer-locations-wrap {  position: relative; margin: 0 70px 20px 0; padding: 0; text-align: left; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
.footer-locations { position: relative; display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: flex-start; }
.footer-locations .footer-heading { white-space: nowrap; }
.footer-location ul, .footer-contact ul, .footer-feedback ul { display: flex; flex-flow: row nowrap; margin-bottom: 10px; }
.footer-location li:first-child, .footer-contact li:first-child, .footer-feedback li:first-child { width: 22px; text-align: left; }
.footer-contact li:first-child, .footer-feedback li:first-child { font-size: .8em; }
.footer-location i, .footer-contact i, .footer-feedback i { color: #999; vertical-align: top; margin-top: 3px; }
.footer-contact i, .footer-feedback i { margin-top: 4px; }

.footer-location { position: relative; margin: 0 50px 20px 0; white-space: nowrap; }
.footer-location:last-of-type { margin-right: 0; }
.footer-location p:last-of-type { margin-bottom: 0; }

.footer-links { position: relative; margin: 0 70px 20px 0; padding: 0; display: flex; flex-flow: column nowrap; align-self: flex-start; }
.footer-links-wrap { position: relative; display: flex; flex-flow: row nowrap; }
.footer-links ul { margin: 0 40px 10px 0; }
.footer-links ul:last-of-type { margin-right: 0; }
.footer-links li { position: relative; padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-links li:last-child { margin-bottom: 0; }
.footer-links a { display: block; }

.footer-social { position: relative; display: flex; flex-flow: column nowrap; font-size: 17px; margin-bottom: 40px; }
.footer-social-wrap { position: relative; display: flex; flex-flow: row nowrap; justify-content: flex-start; }
.footer-social ul { width: 100%; margin: 0 30px 0 0; align-self: center; }
.footer-social ul:last-of-type { margin-right: 0; }
.footer-social li { position: relative; display: flex; flex-flow: row nowrap; border-bottom: 0 none; }
.footer-social ul.is-footer-social a { display: block; color: #FFF !important; display: block; margin: 0 10px 10px 0; width: 39px; padding-left: 1px; line-height: 40px; border-radius: 100%; background: #e83f46; text-align: center; transition: background .1s linear; }
.footer-social ul.is-footer-social a:hover { background: #767676 !important; }
.footer-social ul.is-footer-social a:last-of-type { margin-right: 0; }
.footer-social a.facebook { background: #3B5998; }
.footer-social a.instagram { background: #8a3ab9; }
.footer-social a.youtube { background: #FF0000; }

.mobile-apps { position: relative; width: 100%; }
.mobile-apps ul { width: 100%; display: flex; flex-flow: row wrap; }
.mobile-apps li { position: relative; margin: 0 30px 10px 0; }
.mobile-apps li:last-child { margin-right: 0; }
.mobile-apps img { width: auto; height: 80px; }

.footer-apps-wrap { position: relative; display: flex; flex-flow: column nowrap; font-size: 17px; margin-bottom: 40px; }
.footer-apps { position: relative; display: flex; flex-flow: row nowrap; justify-content: flex-start; }
.footer-apps ul { width: 100%; margin: 0 30px 0 0; display: flex; flex-flow: row wrap; align-self: center; }
.footer-apps ul:last-of-type { margin-right: 0; }
.footer-apps li { position: relative; margin: 0 20px 10px 0; display: flex; flex-flow: row nowrap; border-bottom: 0 none; }
.footer-apps img { width: auto; height: 60px; }

.footer-reviews { position: relative; }
.footer-reviews a { display: block; }
.footer-reviews img { width: auto; max-height: 70px; }

.subfooter-wrap { position: relative; width: 100%; margin: 0 auto; padding: 0; color: #CCC; font-size: 14px; }
.subfooter { position: relative; width: 80%; padding: 0; margin: 0 auto; text-align: left; border-left: 0 none; border-right: 0 none; }
.subfooter ul { display: flex; flex-flow: row wrap; justify-content: flex-start; }
.subfooter ul li { position: relative; margin: 0 20px 15px 0; padding: 0 20px 0 0; line-height: 1; }
.subfooter ul li::after { opacity: 0.1; position: absolute; right: -1px; width: 1px; height: 100%; content: " "; background: #FFF; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.subfooter ul li:last-child::after { display: none; }
.subfooter-wrap a { color: #999; }
.subfooter-wrap a:hover { color: #FFF; }

.subfooter-logos { position: relative; margin-bottom: 15px; }
.subfooter-logos ul li { padding: 0 10px; }
.subfooter-logos li::after { display: none; }
.subfooter-logos img { max-height: 60px; background: #FFF; padding: 10px; }

.copyright { font-size: 12px; margin: 0; color: #CCC; font-weight: 400; }
.copyright span.toggle-on-mobile { margin-left: 15px; }

/* 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: #06C; line-height: 0; margin-top: 5px; text-decoration: none; }
#mainpage h1 a:hover, #newitempage h1 a:hover, #mainpage h3 a:hover, #newitempage h3 a:hover { }
#mainpage table { width: 100%; border-collapse: collapse; padding: 0; }
#mainpage td { text-align: left; width: inherit !important; vertical-align: middle !important; }
#mainpage form table tbody tr td table tbody tr td { vertical-align: top; }
#mainpage a:hover { color: #06C; text-decoration: none; }
#mainpage h4 { margin-bottom: 15px; font-size: 26px; }
#mainpage hr { padding: 0; }

#mainpage > table > tbody > tr > td[valign="top"] { max-width: 100%; }

.multicolcell-wrap { position: relative; width: 100%; font-size: 13px; font-weight: 700; display: flex; flex-direction: row; flex-wrap: wrap; }
.multicolcell div { float: none !important; }
.multicolcell > div:last-of-type { background: #F6F6F6; border-top: 1px solid #DDD; flex: 1 1 auto; transition: all .1s linear; }
.multicolcell:hover > div:last-of-type { border-top-color: #e83f46; background: #e83f46; }
.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: 0; box-shadow: 0 0 0 1px #DDD; display: flex; flex-direction: column; transition: all .1s linear; }
.multicolcell:hover { box-shadow: 0 0 0 2px #e83f46; }
.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: #444; text-decoration: none !important; }
.multicolcell a:hover { color: #444; }

.multicolheading { display: block; padding: 15px 20px !important; }
.multicolheading, .multicoldescr { line-height: 1.4; word-wrap: break-word; color: #444 !important; transition: color .1s linear; }
.multicolcell:hover .multicolheading, .multicolcell:hover .multicoldescr { color: #FFF !important; }
.por-item-image-thumbnail-desc { display: block; color: #FFF !important; text-decoration: none !important; }
.poritem-overview { position: relative; margin-top: 25px; }
.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; }

#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-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; }
#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: 0; color: #FFF; text-transform: uppercase; font-size: 12px; font-weight: 700; background: #e83f46; box-shadow: 0 0 0 0 #111; line-height: 1; min-width: 180px; transition: background .1s linear; }
#form1 input[type="submit"]:hover, #form1 input[type="button"]:hover { background: #e83f46; cursor: pointer; }
input[name="strSearchMethodOther"] { margin: 0 0 15px !important; display: block; }
input[name="strPostalCode"] { margin-top: 15px; }
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 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-top: 20px !important; }
form[name="customerform"] td { text-align: left !important; padding-bottom: 15px; vertical-align: top !important; }

textarea { float: left; }

#mainpageused { position: relative; width: 80%; padding: 0; margin: 0 auto; text-align: center; }
#mainpageused td { padding: 10px 20px; text-align: center; }
#mainpageused a { color: #333; }
#mainpageused h1 { text-align: center; }
#productname { text-align: left; }
#productname a { color: #06C; }

form[name="feedbackform"] { position: relative; width: 100%; }
#mainpage form[name="feedbackform"] td { padding: 6px 0 !important; vertical-align: top !important; padding-right: 10px !important; min-width: 120px;  }
form[name="feedbackform"] textarea { float: none !important; }
form[name="feedbackform"] input[type="submit"], form[name="feedbackform"] input[type="reset"] { margin-top: 15px; padding: 15px 25px; border: 1px solid #CCC; background: #F7F7F7; 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; padding: 0; }
.container-wrap.full-width .content { position: relative; float: none; width: 80%; margin: 0 auto; }
.container-wrap.full-width .content.less-width { width: 80%; padding: 40px 0; margin: 0 auto; }
.catalog-wrap.is-forsale #mainpage h2 { margin-bottom: 0; }
.container-wrap.full-width #mainpage { position: relative; float: none; width: 80%; 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 { 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;  padding: 0 20px 20px; }
.accordion.toggle-on .accordion-a { display: block; }

/* Enhanced Attachments */
.poritem-overview { position: relative; width: 100%; margin: 25px 0px 0px; }
ul.tabs { margin: 0px; padding: 0px; list-style: none; }
ul.tabs li { display: inline-block; padding: 10px 15px; background: transparent; color: #222; cursor: pointer; }
ul.tabs li.current { background: #EEE; color: #222; }
.tab-content { display: none; background: #EEE; padding: 15px; width: 90%; max-width: 510px; }
.tab-content.current { display: inherit; }
.tab-content iframe { width: 95%; max-width: 470px; }

/* Media */
@media screen and (max-width : 1800px) {
  .container.less-width .content { width: 80%; }
}
@media screen and (max-width : 1700px) {
	.slideshow-wrap { height: 500px; }
  .panel { width: 85%; }
	.slideshow-wrap { height: calc(100vh - 100px); }
}
@media screen and (max-width : 1600px) {
  .topbar-container, .welcome-wrap, .featured-wrap, .footer, .footer-logos, .subfooter, .footer-tagline-wrap, .footer-logos, .welcome-wrap, .catalog-wrap, .container.less-width, .banners, .tiles, .container-wrap.full-width .content.less-width, .topbar-panel-links, .panel-banner-content, .footer-maps { width: 90%; }
  .container.less-width .content, .content.small-width { width: 100%; }
  .catalog-wrap { padding: 40px 5%; }
  .arrowleft { left: 20px !important; }
  .arrowright { right: 20px !important; }
}
@media screen and (max-width : 1500px) {
	.logo img { height: 50px; }
	.topbar > ul > li { padding: 0 15px; }
	.multicolcell { width: calc(33.333% - 40px); }
}
@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%; }
  .catalog-wrap { padding: 40px 5%; }
  .welcome { width: 90%; }
}
@media screen and (max-width : 1300px) {
  .close-submenu { right: 5%; }
	.topbar { font-size: 14px; }
	.topbar > ul > li > a span.toggle-off-custom { display: none; }
  .portiles-content { width: 90%; }
  .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%; }
	.footer-panel { flex-wrap: wrap; }
	.footer-tagline { max-width: none; flex-basis: 100%; 	margin: 0 0 40px; }
	h1.index, h2.index { font-size: 20px; }
}
@media screen and (max-width : 1200px) {
	.footer-map .footer-map-title { font-size: 15px; }
	.logo img, .topbar-container-wrap.is-fixed-topbar .logo img { height: 40px; }
	.topbar > ul > li { padding: 0 10px; }
  .topbar-panel-links ul li a { font-size: 12px; }
  .slideshow-img-d { display: none; }
  .slideshow-img-m { display: inherit; }
  .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; }
  .topbar-banner { min-height: 160px; }
  .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; }
	.featured-container-wrap, .banner-content-right { width: 100%; }
  .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; }
	.topbar-panel-links ul li .toggle-off-custom { display: none; }
}
@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: #555; }
  .toggle-on-tablet { display: inline-block !important; }
  .toggle-off-tablet, .topbar ul ul li.toggle-off-tablet { display: none !important; }
	.footer-map .footer-map-title { font-size: 14px; }
	.center-custom { text-align: center; }
	.topbar-placeholder { background: #EEE; }
  .logo img { height: 60px; }
	.topbar-container-wrap.is-fixed-topbar .logo img { height: 40px; }
  .catalog-menu { display: flex; }
  .toggle-topbar-search { font-size: 26px; }
  .topbar-container-wrap { box-shadow: none; }
	.topbar-placeholder, .topbar-container-wrap { height: 210px; }
	.topbar-panel { height: 50px; display: flex; flex-direction: column; justify-content: center; }
	.topbar-container-wrap.is-fixed-topbar { height: 170px; top: -50px; }
  .topbar-container { flex-flow: column nowrap; justify-content: flex-start; align-items: center; }
  .topbar-pane { height: auto; align-self: flex-start; }
  .topbar-pane-left { width: 90%; }
  .topbar-container-wrap.is-fixed-topbar .topbar-pane { height: auto; }
  .topbar-links-wrap { top: auto; }
  .topbar-panel-links { width: 90%; }
  .topbar-pane-links ul { margin-left: 0; width: 100%; }
  .topbar-panel-links ul li.notice span { display: none; }
  .topbar > ul > li.is-topbar-search { display: none; }
  .topbar-panel-links ul li.is-location { margin-left: 20px; }
  .topbar-pane-links li:last-child { width: 100%; }
	.topbar-panel-links ul { justify-content: flex-start; }
  #topbar-panel-search-wrap { width: 100%; display: flex; }
  #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 > 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, .topbar-panel { width: 100%; }
  .topbar-wrap { width: 90%; padding: 0 5%; }
  .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; }
  .topbar-mobile-menu .topbar ul { font-size: 18px; }
  .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: block; }
  .navbar-wrap.navbar-mobile-menu ul li { z-index: 5; }
  .navbar-wrap.navbar-mobile-menu ul li a { color: #FFF; padding: 15px 3%; border-bottom: 1px solid #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; }
  .catalog-wrap { width: 100%; padding: 0; flex-direction: column; z-index: 2; }
  .catalog { opacity: 0; visibility: hidden; position: absolute; top: 50px; left: 0; right: 0; width: 100%; padding: 0; font-size: 14px; 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, .container-wrap.full-width .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; }
  .tile-button { font-size: 22px; }
  .portiles ul li:hover .tile-description { bottom: 39%; }
	.slideshow-content-wrap { position: relative; height: auto; width: 100%; padding: 0; top: auto; right: auto; bottom: auto; left: auto; transform: none; background: #EEE; }
	.slideshow-content { padding: 25px 50px 30px; background: transparent; }
	.slideshow-content-title, .slideshow-content-title h1, .slideshow-content-title span, .slideshow-content-title h1 span { color: #333; text-shadow: none; }
	.slideshow-content-title span, .slideshow-content-title h1 span { font-size: .6em; color: #767676; }
  .slideshow-img, .slideshow-content-container, .slideshow-panel-wrap, .slideshow-dots, .slideshow-buttons { width: 100%; }
  .slideshow-panel-wrap { position: fixed; top: 0; bottom: 0; right: -100%; width: 100%; height: 100%; z-index: 10; }
  .slideshow-panel-wrap.toggle-on { right: 0; }
  .slideshow-container.full-width .slideshow-buttons { width: 95%; }
  .slideshow-dots { top: 450px; bottom: auto; }
  .slideshow-dot { opacity: .4; width: 20px; height: 20px; margin: 0 4px; }
  .slideshow-dot.active, .slideshow-dot:hover { opacity: 1; }
  .slideshow-dot:hover { transition-duration: 0s; }
	.slideshow-buttons { display: none; }
  .container.less-width .content { width: 95%; }
  .container.less-width h1 { text-align: left; }
  .panel { width: 90%; }
  #header-search-wrap { display: none; }
  .topbar-wrap { display: none; }
	.topbar-wrap, .topbar-pane, .topbar-panel-wrap { transition: 0s none; }
	.topbar-panel-wrap { height: 100px; justify-content: flex-start; }
  .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, .topbar > ul > li > a span.toggle-off-custom { display: inline; }
  .topbar-panel-links a span.toggle-off-custom { display: inline; }
	.topbar > ul > li.is-cart { display: none; }
  .wrapper, .container-wrap.with-bg { background: #FFF; }
  .sidebar-container, .content-container { width: 100%; margin: 0 auto; padding: 0; align-items: center; }
	.sidebar-container { margin-top: 20px; }
  .content-wrap { width: 100%; }
  .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, .tile-content, .animate-slide-up .tile-overlay span:first-of-type, .animate-slide-up .tile-overlay span:last-of-type, .animate-slide-up:hover .tile-overlay span:first-of-type, .animate-slide-up:hover .tile-overlay span:last-of-type, .tile:hover .tile-img img, .featured-item-img:hover img, .multicolcell a:hover img, .animate-fade-in, .animate-fade-in-out { opacity: 1; transition: opacity .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; }
  #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; }
  .tile { width: calc(50% - 10px); opacity: 1; transition: 0s none; transform: inherit !important; }
	.tile h2 { font-size: 36px; }
  .logo-wrap, .tile-content, .animate-slide-up .tile-overlay span:first-of-type, .animate-slide-up .tile-overlay span:last-of-type, .animate-slide-up:hover .tile-overlay span:first-of-type, .animate-slide-up:hover .tile-overlay span:last-of-type, .tile:hover .tile-img img, .featured-item-img:hover img, .multicolcell a:hover img, .animate-fade-in, .animate-fade-in-out { line-height: inherit !important; }
  .tile-text { margin-top: 20px; }
  .animate-slide-up .tile-overlay span:last-of-type { display: none; }
  .welcome-container .buttons ul li { flex-basis: calc(50% - 50px); }
  .welcome-container .buttons ul li:nth-of-type(odd) { text-align: right; }
  .welcome-container .buttons ul li:nth-of-type(even) { text-align: left; }
  .welcome-container .buttons ul li a { text-align: center; }
  .welcome-wrap, .tile { flex-direction: column; margin-bottom: 30px; }
  .welcome-heading-wrap::after { display: none; }
  .welcome-wrap:last-of-type { margin-bottom: 0; }
  .welcome-heading-wrap, .welcome-text, .tile-img, .tile-text-wrap { width: 100%; padding: 0; }
  .welcome-heading-wrap { margin-bottom: 20px; }
  .welcome-text { text-align: center; }
	.accordion-wrap { width: 100%; }
	.featured { width: calc(33% - 20px); }
	.topbar-mobile-menu .topbar ul li:last-child, .topbar-mobile-menu .topbar ul li.last { border-bottom-width: 1px; }
  li.toggle-off-tablet-custom { display: none!important; }
	.toggle-store-locations { display: flex; flex-flow: row wrap; }
	.store-location-divison { position: relative; margin: 0 20px 10px 0; }
	.store-location-divison:last-of-type { margin-right: 0; }
	.toggle-store-locations ul li a::before { display: none; }
	.toggle-store-locations ul li { border-bottom: 0 none; }
	.toggle-store-locations ul li a { padding: 10px 15px 9px; border: 1px solid #DDD; }
	.store-locations-wrap { flex-direction: column; }
	.store-location.custom-map > h2, .store-location.custom-map2 > h2, .store-location.custom-map3 > h2 { text-align: center; }
	.banner { width: 100%; margin: 0 auto 20px; }
	.sidebar-left-content { flex-direction: column; }
	.sidebar-left { width: 100%; padding: 0; margin: 0 0 30px; }
	.sidebar-content { width: 100%; padding: 0; margin: 0; }
	.search-banner-wrap { display: none; }
	.store-locations-wrap { padding-top: 0; }
	.toggle-store-locations ul:not(:first-of-type) { margin-top: 0; }
	.toggle-store-locations ul li:not(.store-locations-title) { display: none; }
	.store-locations-container { padding-top: 10px; }
	.store-locations-list { justify-content: center; }
	.store-locations-list-location { width: calc(50% - 20px); margin: 0 10px 20px; text-align: center; }
	.toggle-store-locations ul li.store-locations-title { font-size: 16px; }
	.slideshow-img > a > span::after {
		background: -moz-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
		background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
		background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	}
}
@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 { text-align: center; }
  .content-left-right { flex-direction: column; }
  .content-left, .content-right { width: 100%; margin: 0 auto 20px; }
  .content-right { margin-bottom: 0; }
  .button span, .buttons span { display: none; }
  .buttons ul li { margin: 0 5px 20px; }
  #porgallery { width: 100%; }
  #porgallerythumbnail { width: 250px; height: 250px; }
	.footer-wrap { padding: 45px 0 35px; }
	.footer-panel { flex-direction: column; }
	.footer-locations-wrap { align-items: flex-start; }
	.footer-locations-wrap::after, .footer-links::after { display: none; }
	.banner-content-wrap, .banner:nth-of-type(2n) .banner-content-wrap { flex-direction: column; }
	.banner-content-img { position: relative; width: 100%; height: auto; }
	.banner-content-img img { height: auto; object-fit: contain; }
	.banner-content-left, .banner-content-right, .banner:nth-of-type(2n) .banner-content-right { text-align: center; align-items: center; }
	.banner-content-left { width: 100%; }
	.banner-content-right { width: 90%; }
	.footer-map { width: 100%; }
	.footer-map .footer-map-title { font-size: inherit; }
}
@media screen and (max-width : 768px) {
  .toggle-on-mobile { display: none !important; }
  .toggle-on-mobile { display: block !important; }
  .toggle-off-mobile { display: none !important; }
	.slideshow-wrap { height: 500px; }
	.slideshow-content-title, .slideshow-content-title h1 { font-size: 26px; }
  .location-content-left { position: relative; float: none; width: 100%; text-align: center; }
  .location-content-right { display: none; }
  .portiles ul li { width: 94%; margin: 0 0 20px; }
  .banner-content-logos li { width: 90%; }
  .tile-img { margin: 0; }
  .tile-button { font-size: 36px; }
  .tile-description { font-size: 20px; }
  .portiles ul li:hover .tile-description { bottom: 40%; }
  .portiles-wrap { padding-bottom: 10px; }
  .portiles-content h2 { margin-bottom: 20px; }
  .portiles-content .button { display: block; float: none; margin: 0 0 15px; text-align: center; }
   h2.index span { font-size: 20px; margin-top: 10px; }
  .left-content.with-logos { width: 100%; margin-bottom: 35px; }
  .arrowleft, .arrowright { display: none; }
  .multicolcell { width: calc(33.333% - 40px); }
  #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; }
  .featured { width: calc(50% - 20px); }
  .catalog-menu-buttons { text-transform: capitalize; }
  .catalog-menu-buttons a span.toggle-off-custom { display: none; }
	.slideshow-content-title, .slideshow-content-title h1 { white-space: normal; }
	.slideshow-heading, .slideshow-heading h1 { font-size: 24px; }
	#topbar-search-wrap { width: 100%; max-width: none; }
	.tile { width: 100%; }
	.panel-banner h2 { font-size: 40px; }
	.panel-banner h2 span { font-size: 18px; }
	.footer-links-wrap { flex-wrap: wrap; }
	.topbar-panel-links ul li span.toggle-off-custom, .topbar-panel-links ul li.toggle-off-custom { display: none; }
	.topbar-panel-links ul:last-of-type li { padding: 0; }
	.topbar-panel-links ul:last-of-type li::after { display: none; }
	.multicolcell { width: calc(50% - 40px); }
	.toggle-store-locations { flex-direction: column; }
	.toggle-store-locations ul li a::before { display: inline-block; content: '\25BC'; }
	.toggle-store-locations ul li a:hover { color: #555; }
	.toggle-store-locations ul li a:hover::before { color: #DDD; }
	.store-location-divison { margin: 0 0 10px; flex-basis: 100%; }
  .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; }
	.store-location-content { margin-bottom: 20px; }
}
@media screen and (max-width : 600px) {
	.logo img, .topbar-container-wrap.is-fixed-topbar .logo img { height: 50px; }
  .container.less-width .content { width: 90%; }
  .slideshow-buttons { display: none; }
  .welcome-container .buttons ul li { flex-basis: calc(100% - 40px); text-align: center !important; }
  .welcome-container .button a, .welcome-container .buttons ul li a { display: block; }
  .multicolcell { width: calc(50% - 40px); }
  .topbar-mobile-menu .topbar ul li { padding: 0 6%; }
  .topbar-mobile-menu .topbar ul ul li { padding: 0; }
	.logo img, .topbar-container-wrap.is-fixed-topbar .logo img { }
	.toggle-topbar li { margin-left: 20px; }
	.slideshow-wrap { height: 400px; }
	.slideshow-dots { top: 350px; }
}
@media screen and (max-width : 500px) {
	.logo img, .topbar-container-wrap.is-fixed-topbar .logo img { height: 40px; }
  .toggle-on-s { display: none; }
  .toggle-on-xs { display: block; }
  #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; }
	.logo img, .topbar-container-wrap.is-fixed-topbar .logo img { }
	.toggle-topbar ul li:not(:last-child) { font-size: 20px; }
	.tile h2 { font-size: 28px; }
	.banner a { padding: 0 30px; }
}
@media screen and (max-width : 450px) {
	.topbar-panel-links ul li span.toggle-off-custom2, .topbar-panel-links ul li.toggle-off-custom2 { display: none; }
  .resources-panel { width: 80%; }
  .copyright span { display: block; margin-top: 5px; }
  .toggle-store-locations ul li.store-locations-title { font-size: 14px; }
}
@media screen and (max-width : 400px) {
	.topbar-panel-links { font-size: 15px; }
	.logo img, .topbar-container-wrap.is-fixed-topbar .logo img { height: 35px; }
  .toggle-off-small-screen, .toggle-on-small-screen { display: none; }
  #catalog-menu-search { max-width: 150px; }
  .featured { width: 90%; margin: 0 auto 30px }
	.toggle-topbar ul li:not(:last-child) { margin-left: 15px; }
  .multicolcell { width: 100%; margin: 0 auto 20px; }
	.is-topbar-search.toggle-on { width: 160px; }
}
@media screen and (max-width : 360px) {
}
