@charset "utf-8";
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
red #007fb1
blue #069
blue2 #369
gradient
background: transparent linear-gradient(to right, #3588B5 0%, #025582 100%) repeat scroll 0% 0%;
*/

/* CSS Reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* Clearfix/Floats */
.cf:after { content:""; display: block; clear: both; }
.fl { float: left; } .cl { clear: left; }
.fr { float: right; } .cr { clear: right; }
.cb { clear: both; }

/* CSS Document */
body { min-width: 320px; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.5; background: #FFF; color: #666; }
body.scroll-off { overflow: hidden; }
.material-icons { font-size: inherit; line-height: inherit; }
.wrapper { position: relative; width: 100%; padding: 0; margin: 0 auto; background: #FFF; /*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%);*/ }

/* Globals */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
:focus { outline: none; background: transparent; }
::-moz-focus-inner { border: 0; background: transparent; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.text-transform-none { text-transform: none; }
.italic { font-style: italic; }
.small-font { font-size: .8em; }
.alt-color { color: #FFECB0; }
.alt-color:hover { color: inherit; }
strong { font-weight: 600; }
em { font-style: italic; }
.center { text-align: center !important; }
.centered { margin: 0 auto !important; }
.align-left { text-align: left; }
.vtop { vertical-align: top; }
.vmiddle { vertical-align: middle; }
.vbottom { vertical-align: bottom; }
.fifty { width: 50%; }
.toggle-off { display: none; }
img.autosize { width: 100% !important; height: auto; }
img.max-autosize { width: auto; max-width: 100%; height: auto; max-height: inherit; }
.margin-bottom { margin-bottom: 0 !important; }
.border-radius { border-radius: 15px; }
.box-shadow { box-shadow: 0 8px 6px -6px #000; }
.red { color: #C93F4F; }
.bg-brand { background: #060 !important; }
.bg-brand-gradient { background-color: #060; background-image: -webkit-linear-gradient(top, #239823, #060); background-image: -moz-linear-gradient(top, #239823, #060); background-image: -ms-linear-gradient(top, #239823, #060); background-image: -o-linear-gradient(top, #239823, #060); background-image: linear-gradient(to bottom, #239823, #060); }
.brand-color { color: #100842 !important; }
.bold { font-weight: 700 !important; }
.underline { text-decoration: underline !important; }
.alt-bg { background: #F8F8F8; color: #333; padding: 15px 30px; border-radius: 15px; border: 6px solid #F9E800; }
img.half-width { width: 50%; }
.p-img { position: relative; width: 250px; height: auto; margin: 8px 40px 20px 0; }
.p-img img { width: 100%; height: auto; }
.p-img fr { margin: 0 0 30px 40px; }
.iframe-size iframe { width: 100%; max-width: 500px; height: auto; min-height: 280px; }

img.with-border { border: 1px solid #999; }

h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Condensed', sans-serif; color: #444; font-weight: 400; line-height: 1.2; }
h1 { font-size: 34px; margin: 0 0 15px; }
h1 span { display: block; margin-top: 5px; color: #555; font-style: italic; font-size: 18px; }
h1.less-bottom-margin { margin-bottom: 5px; }
h2 { font-size: 24px; margin-bottom: 15px; }
h3 { font-size: 20px; margin-bottom: 15px; }
a, a:visited { color: #0078ae; text-decoration: none; }
a:hover { color: #333; }
.bg-brand a { color: #FFF; }
p { line-height: 1.7; margin-bottom: 18px; }
p.no-margin { margin-bottom: 0; }
p.special { line-height: 1.7; margin: 15px 0; }
.notice { color: red !important; }

.readmore { position: relative; }
.readmore a { color: #333; font-weight: 600; display: inline-block; }
.readmore a:hover { color: #0078ae; }
.readmore i { font-size: .7em; vertical-align: top; margin-top: 7px; }

hr { width: 100%; border: 0; height: 0; margin: 0 0 8px; border-top: 1px solid #CCC; border-bottom: 0 none; }
hr.small { width: 80px; margin: 20px auto; border: 0; height: 0; border-top: 3px solid #F5DEB3; border-bottom: 0 none; }
hr.tiny { width: 40px; margin: 10px auto; border: 0; height: 0; border-top: 2px solid #666; border-bottom: 0 none; }
hr.tiny.align-left { margin-left: 0; }
hr.tiny.gray { width: 40px; margin: 20px auto 0; border: 0; height: 0; border-top: 2px solid #999; border-bottom: 0 none; }
hr.tiny.brand { width: 40px; margin: 20px auto 0; border: 0; height: 0; border-top: 2px solid #060; border-bottom: 0 none; }
hr.soft { border: 0; height: 0; margin: 0px; border-top: 1px solid #EEE; border-bottom: 0px none; }
hr.dashed { clear: both; border: 0; height: 0; border-top: 2px dashed #DDD; border-bottom: 0px solid #DDD; }
hr.faded { clear: both; height: 1px; border: 0; margin: 0px auto 10px;  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: 0px 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: 0px auto;  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.disc { list-style: disc; margin-left: 20px; margin-bottom: 15px; line-height: 1.5; }
ul.inline li { display: inline-block; margin-right: 25px }
ul.inline-block li { display: inline-block; margin: 0 10px; }

.inline-list { position: relative; }
.inline-list ul { display: inline-block; margin-right: 15px; }

.inline-gallery ul li { position: relative; display: inline-block; vertical-align: middle; margin-right: 15px; }
.inline-gallery ul li img { width: auto; height: auto; max-width: 100%; max-height: 70px; padding: 10px; border-radius: 10px; border: 1px solid #CCC; background: #FFF; }

.inline-locations { position: relative; width: 100%; margin: 0; }
.inline-locations ul li { position: relative; width: 22%; display: inline-block; vertical-align: top; padding: 20px; margin: 0px 2% 25px 0px; background: #FCFCFC; border: 1px solid #CCC; }
.inline-locatoins ul li:last-child { margin-right: 0; }
.inline-locations span { display: block; font-weight: 700; }

.inline-logos { position: relative; }
.inline-logos ul { list-style: none; margin: 0px; padding: 0px; }
.inline-logos ul li { position: relative; display: inline-block; margin: 0px 25px 35px 0px; }
.inline-logos ul li:last-child { margin-right: 0; }
.inline-logos ul li img { width: auto; max-height: 100px; max-width: 100%; }

.checkmarks ul li::before { display: inline-block; content: ""; width: 20px; height: 15px; background: transparent url(images/check.png) no-repeat; background-position: center left; background-size: 100%; margin-right: 7px; }

/* Back to top */
.back-to-top { display: none; position: absolute; top: -25px; left: 0; right: 0; text-align: center; }
.back-to-top a { color: #222; }
.back-to-top i { width: 39px; height: 30px; padding-top: 9px; padding-right: 1px; border-radius: 50%; color: #FFF; background: #111; border: 4px solid #FFF; }
.back-to-top a:hover { }
.back-to-top a:hover i { background: #111; }
/*.back-to-top a:active i, .back-to-top a:focus i { background: #333; }*/

/* Go to top */
.go-to-top { display: none; position: fixed; bottom: 20px; right: 20px; font-size: 10px; z-index: 5; }
.go-to-top a { display: block; line-height: 1; width: 30px; height: 30px; padding: 5px; border-radius: 4px; color: #333; font-weight: 500; background: #FFF; text-transform: uppercase; text-align: center; border: 1px solid #CCC; }
.go-to-top i { color: #333; font-size: 10px; line-height: 1; padding: 0; display: block; vertical-align: top; margin-top: 3px; }
.go-to-top i:hover { color: #333; }

/* Topbar */
.topbar-navbar-wrap { position: relative; width: 100%; margin: 0; color: #333; font-size: 14px; background: #EEE; padding: 10px 0; line-height: 1; }
.topbar-navbar { position: relative; width: 80%; margin: 0 auto; }
.topbar-navbar ul { text-align: center; }
.topbar-navbar ul li { position: relative; display: inline-block; border-right: 1px solid #999; padding: 0 15px 0 10px; }
.topbar-navbar ul li:first-child, .topbar-navbar ul li.first { }
.topbar-navbar ul li:last-child { border-right-width: 0; }
.topbar-navbar ul li.last { border-right-width: 0; padding-right: 0; }
.topbar-navbar a { color: #333; text-decoration: none; }
.topbar-navbar a:hover { color: #111; }
.topbar-navbar > ul > li > span { padding-right: 3px; }
.topbar-navbar span.toggle-topbar-phone { display: none; font-size: 10px; margin-left: 3px; }
.topbar-navbar span i { float: right; margin-top: 3px; }

/* Header */
.header-wrap { position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 194px; min-width: 320px; margin: 0 auto; padding: 0; font-size: 18px; z-index: 6; color: #333; background: #FFF; background-size: 10px 240px; transition: height .3s linear; }
.header-wrap.is-fixed-header { height: 120px; }
.header-placeholder { height: 194px; z-index: 0; }
.header { position: relative; width: 80%; height: 110px; margin: 0 auto; padding: 0; font-weight: 600; display: flex; flex-direction: row; justify-content: space-between; align-items: center; transition: height .3s linear; }
.header-wrap.is-fixed-header .header { height: 70px; }
.header a { color: #444; }
.header a:hover { color: #0078ae; }
.logo { position: relative; line-height: 0; }
.logo img { width: auto; height: 70px; transition: height .3s linear; }
.header-wrap.is-fixed-header .logo img { height: 50px; }
.tagline { position: relative; margin: 20px 0 0; visibility: visible; opacity: 1; transition: top .3s, opacity .3s linear; }
.tagline img { width: auto; height: 115px; }
.header-wrap.is-fixed-header .tagline { visibility: hidden; opacity: 0; top: 0; }
.header-pane { position: relative; transition: top .3s linear; display: flex; flex-direction: row; justify-content: flex-end; flex: 1; }
.header-pane-content { position: relative; }
.header-pane-tagline { text-align: right; font-style: italic; font-size: 14px; visibility: visible; opacity: 1; }
.header-wrap.is-fixed-header .header-pane-tagline { visibility: hidden; opacity: 0; }

.header-topbar-wrap { position: relative; width: 100%; background: #EEE; color: #333; font-size: 14px; font-weight: 600; }
.header-topbar { position: relative; width: 80%; height: 34px; margin: 0 auto; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.header-topbar a { color: #333; }
.header-topbar a:hover { color: #0078ae; }
.header-topbar ul { display: flex; flex-direction: row; justify-content: flex-end; }
.header-topbar ul li { position: relative; padding: 0 15px; }
.header-topbar ul li:first-child { padding-left: 0; }
.header-topbar ul li:last-child { padding-right: 0; }
.header-topbar ul li::after { position: absolute; top: 0; right: -1px; width: 1px; height: 100%; content: ""; background: #999; }
.header-topbar ul li:last-child::after { display: none; }
.header-topbar ul li.is-social a { display: inline-block; margin-left: 10px; }
.header-topbar ul li.is-social a:first-of-type { margin-left: 0; }

.header-links { position: relative; display: flex; flex-direction: row; justify-content: flex-end; }
.header-links ul { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; }
.header-links ul li { position: relative; text-align: right; padding: 0 20px 0 15px; }
.header-links ul li.with-hours { line-height: 1.4; }
.header-links ul li.with-hours span { display: block; font-size: 12px; }
.header-links ul li::after { content: ""; position: absolute; top: 0; right: -1px; width: 1px; height: 100%; background: #CCC; }
.header-links ul li:last-child::after { display: none; }
.header-links ul li.no-border::after { display: none; }
.header-links ul li:first-child { padding-left: 0; }
.header-links ul li:last-child { padding-right: 0; }
.header-links ul:first-of-type { margin-right: 25px; }
.header-links ul:last-of-type { font-size: 16px; }
.header-links > ul > li > a > i { font-size: .8em; vertical-align: top; margin-top: 6px; }
.header-links ul li.is-social i { font-size: 1.1em; vertical-align: top; margin-top: 3px; }

.fixed-header-links { position: absolute; top: 3px; right: 280px; visibility: hidden; opacity: 0; transition: opacity 0.1s linear; transition-delay: 0.5s; }
.fixed-header-links.is-fixed { width: auto; visibility: visible; opacity: 1; }
.fixed-header-links ul { display: flex; flex-direction: row; }
.fixed-header-links ul li { position: relative; white-space: nowrap; margin-left: 20px; }
.fixed-header-links ul li:first-child { margin-left: 0; }
.fixed-header-links ul li a span { color: #666; }
.fixed-header-links ul li a:hover span { color: #0078ae; }

/* Header Search */
#header-search-wrap { position: relative; margin: 0; }
#header-search { position: relative; width: 250px; background: #F9F9F9; border: 2px solid #CCC; border-radius: 22px; margin: 0; padding: 0 0 0 15px; color: #666; overflow: hidden; }
#header-search-box { position: relative; width: 100%; height: 40px; font-size:16px; background: none transparent; border: 0; padding: 0; }
#header-search-box:hover { cursor: pointer; }
#header-search .btn-search { position: absolute; right: 0; top: 0; line-height: 40px; background: transparent; color: #666; font-size: 15px; font-weight: 700; text-transform: uppercase; padding: 0 15px 0 10px; }
#header-search .btn-search i { vertical-align: top; margin-top: 11px; color: #666; font-size: 16px; }
#header-search-wrap input::-webkit-input-placeholder { color: #666; font-size: 14px; opacity: 1 !important; font-style: italic; }
#header-search-wrap input::-moz-placeholder { color: #666; font-size: 14px; opacity: 1 !important; font-style: italic; } /* firefox 19+ */
#header-search-wrap input:-ms-input-placeholder { color: #666; font-size: 14px; opacity: 1 !important; font-style: italic; } /* ie */
#header-search-wrap input:-moz-placeholder { color: #666; font-size: 14px; opacity: 1 !important; font-style: italic; }

/* Navbar */
.navbar-wrap { position: relative; width: 100%; height: 50px; margin: 0 auto; line-height: 1; font-size: 18px; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; display: flex; flex-direction: row; justify-content: center; align-items: center; background: #0078ae; }
.navbar { width: 80%; padding: 0; margin: 0 auto; display: flex; flex-direction: row; justify-content: space-between; }
.navbar a { color: #FFF; }
.navbar a:hover { color: #EEE; text-decoration: none; }
.navbar > ul { display: flex; flex-direction: row; justify-content: flex-start; }
.navbar > ul > li { position: relative; background: transparent url("images/nav-border.png") no-repeat scroll right center; }
.navbar > ul > li:last-child { background: none; }
.navbar ul li.no-border { background: transparent; }
.navbar > ul > li.is-cart { background: transparent; }
.navbar > ul > li > a { display: block; padding: 0; margin: 0 20px; }
.navbar > ul > li.first > a { margin-left: 0; }
.navbar > ul > li.last > a { margin-right: 0; }
.navbar > ul > li i { font-size: 12px; }
.navbar > ul > li.is-cart i { font-size: .8em; vertical-align: top; margin-top: 1px; padding-right: 1px; }
.navbar > ul > li img { width: auto; height: 20px; margin-top: -2px; padding-right: 7px; }

/* Navigation Submenu */
.navbar ul ul { display: block; position: absolute; /*left: 10px; right: auto;*/ right: 9999px; width: auto; min-width: 150px; margin: 0; padding: 17px 0 0; z-index: 2003; }
.navbar ul li.dropdown:hover ul { left: 0; right: auto; }
.navbar ul li.dropdown i { padding-left: 5px; }
.navbar ul li.dropdown.left:hover ul { left: auto; right: 0; width: auto; }
.navbar ul ul li { display: block !important; float: none; border: 0 none; background: #222; }
.navbar ul ul li a { display: block; min-width: 100%; font-size: 12px; background: #222; color: #FFF; text-align: left; padding: 10px 15px; border-bottom: 1px solid #444; white-space: nowrap; z-index: 2004; }
.navbar ul ul li:hover a { background: #333; }
.navbar ul ul li:last-child a { border-bottom: 0 none; }
.navbar ul li.dropdown.left:hover ul li { padding: 0 8px 0 15px; }
.navbar ul li.dropdown.left:hover ul li a { text-align: right; }

.toggle-menu, .toggle-off-navbar { display: none; }
.toggle-menu { position: relative; flex: 1; justify-content: flex-end; font-size: 24px; }
.toggle-menu ul { display: flex; flex-direction: row; }
.toggle-menu ul li { position: relative; margin-left: 10px; }
.toggle-menu ul li:first-child { margin-left: 0; }
.toggle-menu ul li.adj-icon i { font-size: .9em; vertical-align: top; margin-top: 7px; }
.toggle-menu ul li.toggle-custom { display: none; }
.toggle-menu a { color: #025582; margin-left: 10px; }
.toggle-menu a:hover { color: #025582; }

.navbar-wrap.navbar-mobile-menu { display: none; }
.navbar-wrap.navbar-mobile-menu ul li { z-index: 5; border-left: 0 none; }
.navbar-wrap.navbar-mobile-menu ul li a { color: #FFF; padding: 15px 0; }
.navbar-wrap.navbar-mobile-menu ul li a:hover { background: transparent; }
.navbar-wrap.navbar-mobile-menu ul li.dropdown i { }
.navbar-wrap.navbar-mobile-menu .navbar > ul > li > a i { font-size: 16px; margin-top: 0; }
.navbar-wrap.navbar-mobile-menu .navbar > ul > li.adj-icon > a i { font-size: 20px; vertical-align: top; margin-top: -2px; margin-left: 3px; }
.navbar-wrap.navbar-mobile-menu .navbar > ul > li img { height: 15px; }
.navbar-wrap.navbar-mobile-menu ul li.is-cart i, .navbar-wrap.navbar-mobile-menu ul li.is-toggle-off i { display: inline-block; margin-top: 0; }
.navbar-wrap.navbar-mobile-menu ul li.is-toggle-off i { font-size: 20px !important; }
.navbar-wrap.navbar-mobile-menu ul li.is-cart { float: none; border-right: 0 none; }
.navbar-wrap.navbar-mobile-menu .navbar > ul > li.first { }
.navbar-wrap.navbar-mobile-menu ul li.last { padding-bottom: 10px !important; }
.navbar-wrap.navbar-mobile-menu ul li a:hover { color: #FFF; }
.navbar-wrap.navbar-mobile-menu ul li.dropdown > a { }
.navbar-wrap.navbar-mobile-menu ul li.dropdown > a:hover { }
.navbar-wrap.navbar-mobile-menu ul li:first-child a { }
.navbar-wrap.navbar-mobile-menu ul li:last-child a { }
.navbar-wrap.navbar-mobile-menu .navbar ul ul { display: none; position: relative; right: auto; left: auto; }
.navbar-wrap.navbar-mobile-menu .navbar ul ul li { border-bottom: 0 none; background: transparent; }
.navbar-wrap.navbar-mobile-menu .navbar ul ul li:hover { background: transparent; }
.navbar-wrap.navbar-mobile-menu .navbar ul ul li a { text-align: center; font-size: inherit; }
.navbar-wrap.navbar-mobile-menu .toggle-off-navbar, .navbar-wrap.navbar-mobile-menu ul li.is-toggle-off { display: block !important; }
.navbar-wrap.navbar-mobile-menu ul li.is-toggle-off a i { padding-left: 0 !important; }

.navbar-wrap.navbar-mobile-menu .navbar > ul > li.is-cart > a i { padding-left: 0; }

.navbar-wrap.navbar-mobile-menu ul li a.toggle-off-navbar-menu { border-bottom: 2px solid #DDD !important; padding: 20px 0px 10px; margin-bottom: 10px; }

/* Icons */
.inline-icons { position: relative; margin: 0 auto; }
.inline-icons ul { text-align: center; }
.inline-icons ul li { position: relative; width: 44%; display: inline-block; margin: 0 1.5% 0; vertical-align: middle; }
.inline-icons ul li.toggle-block { display: block; }
.inline-icons img { width: auto; }
.inline-icons img.with-radius { border-radius: 50%; }
.inline-icons.small-icons img { width: auto; height: 80px; margin-bottom: 10px; }
.inline-icons.small-icons ul li.toggle-block img { width: auto; height: auto; margin: 20px auto 10px; }
.inline-icons.tiny-icons img { width: auto; height: 40px; margin-bottom: 10px; }
.inline-icons h4 { margin-bottom: 10px; font-size: 20px; text-transform: uppercase; }
.inline-icons span { display: block; margin: 15px 0 0; text-align: center; }
.inline-icons.match-span-height h4 { margin-bottom: 20px; }
.inline-icons.match-span-height span { min-height: 40px; }
.inline-icons.alt-span span { margin: 0 0 10px; font-weight: 300; line-height: 1.7em; font-style: italic; }
.inline-icons.alt-span span.is-inline, .inline-icons.alt-span img.is-inline, .inline-icons .is-inline { display: inline-block; vertical-align: middle; margin: 0 5px; }
.inline-icons.single-list ul li { width: 34%; vertical-align: middle; margin: 0 0 0; display: inline-block; }
.inline-icons.double-list ul li { width: 34%; vertical-align: top; margin: 0 7.5% 0; }
.inline-icons.quarter-list ul li { width: 20%; vertical-align: top; }
.inline-icons.quarter-list ul li.toggle-block { width: 100%; margin: 0 auto; vertical-align: top; }
.inline-block ul { display: inline-block; vertical-align: top; margin: 0 2%; }

.inline-icons.logos ul { padding-bottom: 90px; }
.inline-icons.logos ul li { display: inline-block; width: 15%; }
.inline-icons.logos ul li img { max-width: 90%; height: auto; }

/* Banners */
.banner-gradient { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0) 50%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0) 50%);
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
  /* IE6-9 */
}
.banner-gradient.dark { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
  /* IE6-9 */
}
.banner-gradient.light { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.6)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
  /* IE6-9 */
}
.banner-gradient.solid { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: inherit; background-color: rgba(0,0,0,0.6); }

/* Page Banner */
.page-banner { position: relative; width: 100%; height: 250px; margin: 0 auto; line-height: 0; overflow: hidden; background: #FFF url(slideshow/page-banner.jpg) no-repeat; background-attachment: scroll; background-position: center center; }
.page-banner.wacker-nueson { background: #FFF url(slideshow/page-banner-wacker-neuson.jpg) no-repeat; }
.page-banner img { position: absolute; width: auto; height: 300px; }

/* Page Banners */
.page-banners { position: relative; width: 100%; margin: 0 auto 30px; }
.page-banners ul { text-align: center; }
.page-banners ul li { position: relative; float: left; width: 32%; margin: 0; margin-right: 2%; }
.page-banners ul li:last-child { margin-right: 0; }
.page-banners ul li img { width: 100%; height: auto; border-radius: 10px; }

.page-banners.with-detail h3 { margin-bottom: 10px; }
.page-banners.with-detail img { margin-bottom: 15px; }
.page-banners.with-detail p { line-height: 1.5; margin-bottom: 5px; }

.page-banners.with-detail .page-catalog-btn { font-weight: 400; font-size: 18px; }

.page-img { position: relative; width: 45%; float: right; margin: 7px 0 40px 5%; }
.page-img img { width: 100%; height: auto; }
.page-img ul li { margin-bottom: 25px; }

.page-img.shrink { width: 30%; }
.page-img.small { width: 20%; }

.content-banner { position: relative; width: 100%; margin: 0px 0px 15px; }
.content-banner img { width: 100%; height: auto; }
.content i { font-size: 26px; padding-right: 6px;}
.content img { width: 95%; height: auto; }

.page-content-with-img { float: left; width: 50%; }
.page-content-with-img.shrink { width: 65%; }

.toggle-banners-right .page-banners { float: right; width: 30%; margin: 10px 0 0 60px; }
.toggle-banners-right .page-banners ul li { float: none; display: block; width: 100%; margin: 0 0 15px; }
.toggle-banners-right h1 { text-align: left !important; }

/* Panels */
.panel-wrap { position: relative; width: 100%; margin: 0 auto; padding: 25px 0 30px; }
.panel-wrap.bg-brand-gradient { color: #FFF; }
.panel { position: relative; margin: 0 auto; }
.panel-wrap.more-padding { padding: 60px 0; }
.no-bottom-padding { padding-bottom: 0; }
.panel-wrap.darker-text p { color: #111; /*background-color: rgba(255, 255, 255, 0.2);*/ }
.panel-wrap.with-bg { color: #333; }
.panel-wrap.bg-white { background: #FFF !important; }
.panel-wrap.bg-brand { color: #FFF; }
.panel-wrap.bg-brand h2 { color: #FFF; }
.panel-wrap.value-img { background: transparent url('slideshow/banner-2.jpg'); }
.panel-wrap.store-img { background: transparent url('slideshow/banner-2.jpg'); }
.panel-wrap.about-img { background: transparent url('slideshow/banner-3.jpg'); }
.panel-wrap.corp-value-img { background: transparent url('slideshow/banner-corporate-value.jpg'); }
.panel-wrap.corp-about-img { background: transparent url('slideshow/banner-corporate-about.jpg'); }
.panel-wrap.wedding-value-img { background: transparent url('slideshow/banner-wedding-value.jpg'); }
.panel-wrap.wedding-about-img { background: transparent url('slideshow/banner-wedding-about.jpg'); }
.panel-wrap.gray { background: #EEE; }
.panel-wrap.light-gray, .portiles-wrap.light-gray { background: #F8F8F8; }
.panel-wrap.dark { background: #555 }
.panel-wrap h2 { margin-bottom: 20px; font-weight: 400; font-size: 30px; }
.panel-wrap .panel-heading { margin-bottom: 10px; font-size: 30px; }
.panel-wrap h3 { font-size: 30px; }
.panel-wrap.alt-color { background: #F8F8F8; }
.panel-wrap .list-centered { position: relative; font-weight: 400; display: inline-block; width: auto; margin: 0 auto; margin-bottom: 15px; }
.panel-wrap .list-centered ul { text-align: left; }
.panel-content { position: relative; width: 80%; margin: 0 auto; z-index: 3; }
.panel-content.full-width { width: 100%; }
.panel-content.less-width { width: 60%; }
.panel-content.larger-text { font-size: 1.2em; }
.panel-content.text-left { text-align: left; }
.panel-content.top-padding { padding-top: 15px; }
.panel-content h2, .panel-content h3, .panel-content h4 { text-transform: uppercase; }
.panel-content.is-bold h2, .panel-content.is-bold h3, .panel-content.is-bold h4 { font-weight: 700; }
.panel-content p span { font-style: italic; }

.panel-wrap.with-catalog { padding-bottom: 0; }
.panel-wrap.with-catalog .inline-icons span { margin-top: 0; color: #222; }
.panel-wrap.with-catalog .panel-heading { margin-bottom: 0; }
.panel-wrap.with-catalog .buttons { margin-top: 25px; }
.panel-icon { font-size: 24px; }

.panel-wrap.light-bg .banner-gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
  /* IE6-9 */
}

.panel-wrap.light-solid-bg .banner-gradient { background: transparent; background-color: rgba(255, 255, 255, 0.9); }
.panel-wrap.light-bg .banner-buttons ul li a { background-color: rgba(0, 0, 0, 0.6); }
.panel-wrap.light-bg .banner-buttons ul li a:hover { background-color: rgba(0, 0, 0, 0.8); }
.panel-wrap.light-bg .banner-buttons ul li:last-child a { background: #ceb65c; }
.panel-wrap.custom-bg { background: #EEE url(images/bg-gray.png) repeat top left; }

.panel { position: relative; width: 70%; margin: 0 auto; }
.panel-left { position: relative; width: 55%; margin-right: 5%; float: left; }
.panel-right { position: relative; width: 40%; float: left; margin-bottom: 45px; }
.panel-right img { width: 100%; height: auto; border-radius: 15px; }
.panel .readmore { position: relative; text-transform: uppercase; }
.panel .readmore a { color: #333; }
.panel .readmore a::before { content: '\00bb'; font-size: 26px; color: #333; padding-right: 5px; }

.small-panel-wrap { position: relative; width: 100%; margin: 0 auto; padding-bottom: 20px; }
.small-panel-wrap.light-gray { background: #EEE url(images/bg-gray.png) repeat top left; }
.small-panel { position: relative; width: 50%; margin: 0 auto; padding: 30px 0 0; }

.panel-left-right { position: relative; width: 100%; margin: 0 auto; padding: 15px 0 20px; }
.panel-left-right > ul { position: relative; width: 80%; margin: 0 auto; }
.panel-left-right > ul > li { position: relative; float: left; width: 52%; margin-right: 5%; }
.panel-left-right > ul > li:last-child { width: 43%; margin-right: 0; }
.panel-left-right img { width: 100%; height: auto; margin-top: 30px; }

.panel-left-right.vertical-middle > ul > li:first-child { margin-top: 5%; }

ul.inline-gallery { position: relative; width: 100%; margin: 0 auto 0; }
ul.inline-gallery li { position: relative; display: inline-block; width: 20%; margin: 0 1% 15px; }
ul.inline-gallery.small li { position: relative; display: inline-block; width: 45%; margin: 0 1% 15px; }
ul.inline-gallery li img { width: 100%; height: auto; border-radius: 0; margin-top: 0; }

.custom-borders { position: relative; width: 100%; border: 6px solid #060; border-left: 0 none; border-right: 0 none; padding: 5px 0; margin: 0 auto; }
.custom-borders.light-gray { border-color: #EEE; }

/* Page catalog */
.page-catalog-btn { position: relative; text-transform: uppercase; }
.page-catalog-btn a { display: inline-block; padding: 18px 20px; background: #D898D8; color: #FFF; }
.page-catalog-btn ul li { float: left; margin: 0 15px 15px 0; }
.page-catalog-btn ul li a { background: #FFF; color: #333; border: 2px solid #D898D8; }
.page-catalog-btn ul li:first-child a { background: #D898D8; color: #FFF; }
.page-catalog-btn ul li:last-child { margin-bottom: 0 !important; }

/* Slideshow */
#slideshow-holder { opacity: 0; position: relative; width: 100%; background: #222; padding: 0; margin: 0 auto; overflow: hidden; z-index: 0; }
.slideshow-wrap { position: relative; width: inherit; max-width: 100%; padding: 0 0; margin: 0 auto; border-radius: 0; overflow: hidden; }
.slideshow-dimensions { width: 1920px; height: 600px; }
.slideshow-content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; margin: 0 auto; color: #FFF; text-align: center; line-height: 1; z-index: 3; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; }
.slideshow-content::after { position: absolute; top: 0; left: 0; right: 0; height: 0; width: 100%; height: 100%; background: rgba(0,0,0,.2); content: " "; }
.slideshow-content-title { position: relative; color: #FFF; font-size: 95px; text-align: center; /*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);*/ line-height: 1.5; }
.slideshow-content-title span { display: block; font-size: 25px; }
.slideshow-content .buttons { position: relative; margin-bottom: 0; }
.slideshow-gradient { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
  /* IE6-9 */
}
.slideshow-overlay { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); z-index: 1; }
/*jssor slider loading skin spin css*/
#jssor_1 { position: relative; margin: 0 auto; top: 0; left: 0; overflow: hidden; visibility: hidden; }
.jssorl-009-spin { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background-color: rgba(0,0,0,0.7); z-index: 2; }
.jssorl-009-spin img {
    margin-top: -19px;  position: relative; top: 50%; width: 38px; height: 38px;
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.slideshow-slides { cursor: default; position: relative; top: 0; left: 0; overflow:hidden; }
@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 { position: absolute; top: auto !important; bottom: 20px; right: 12px; z-index: 4; }
.jssorb032 .i { position: absolute; cursor: pointer; width: 16px; height: 16px; }
.jssorb032 .i svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.jssorb032 .i .b { fill: #FFF; fill-opacity: 0.40; stroke: #FFF; stroke-width: 1200; stroke-miterlimit: 10; stroke-opacity: 0.25; }
.jssorb032 .i:hover .b { fill: #FFF; fill-opacity: 1; stroke: #FFF; stroke-opacity: 1; }
.jssorb032 .iav .b { fill: #FFF; fill-opacity: 1; stroke: #FFF; stroke-opacity: 1; }
.jssorb032 .i.idn { opacity: .3; }

/*jssor slider arrow skin 051 css*/
.jssora051 { display: none !important; /*display: none !important;*/ position: absolute; cursor: pointer; }
.jssora051 .a { fill: none; stroke: #DDD; stroke-width: 1200 /*360*/; stroke-miterlimit: 10; }
.jssora051:hover { opacity: .8; }
.jssora051.jssora051dn { opacity: .5; }
.jssora051.jssora051ds { opacity: .3; pointer-events: none; }

.arrowleft { width: 65px; height: 65px; top: 0; left: 20px !important; z-index: 4; }
.arrowright { width: 65px; height: 65px; top: 0; right: 45px !important; z-index: 4; }
.arrowleft svg, .arrowright svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.arrowleft, .arrowright { /*display: none !important;*/ }

.slide-banner-wrap, .slide-banner { position: relative; width: 100%; height: auto; margin: 0 auto; line-height: 0; }
.slide-banner img { width: 100%; height: auto; }

/* Featured */
.featured-container { position: relative; width: 100%; margin: 0 auto; padding: 30px 0; }
.featured-wrap { position: relative; width: 100%; margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
.featured { position: relative; width: 86%; margin: 0; padding: 0; border-radius: 0; }
.featured > ul { position: relative; text-align: center; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
.featured > ul > li { position: relative; vertical-align: top; width: 23%; height: auto; margin: 0 1% 25px; padding: 0; line-height: 0; background: #FFF; border-radius: 0; overflow: hidden; }
.featured > ul > li:hover { }
.featured > ul > li span { display: block; text-align: center; color: #666; padding: 0; margin: 0 auto; line-height: 1.2; text-align: center; }
.featured > ul > li a { display: block; color: #666; text-decoration: none; padding: 0; }
.featured > ul > li a:hover { color: #0078ae; }
.featured > ul > li img { width: 90%; padding: 0; background: #FFF; height: auto; margin: 0 auto; border-radius: 0; opacity: 1; }
.featured > ul > li a:hover > img { }
.featured-wrap h1 { margin-bottom: 35px; }
.featured > h2 { font-size: 28px; text-align: center; padding: 0; margin: 0 0 25px; overflow: hidden; }
.featured-wrap ul li h2 { font-size: 20px; text-align: center; padding: 0; margin: 0; overflow: hidden; }
.featured-wrap p { text-align: center; color: #555; text-transform: none; padding: 0 20px; }
.featured-wrap .button, .featured-wrap .buttons { margin-top: 10px; }
.featured-wrap .readmore { margin: 0 auto; }
.featured-wrap .readmore a { color: #333; }
.featured-wrap .readmore a:hover { color: #0078ae; }

/* Welcome */
.porwelcome-wrap { position: relative; width: 100%; padding: 23px 0; margin: 0px auto; background: #025582; }
.porwelcome-wrap h1 { position: relative; color: #FFF; font-size: 38px; padding: 0 30px; }
.porwelcome-wrap h1 span { font-size: 22px; color: #EEE; }
.porwelcome { position: relative; width: 80%; margin: 0 auto; padding: 10px 0 0; }

/* Content */
.container-wrap { position: relative; width: 100%; margin: 0 auto; padding: 30px 0 50px; background: #FFF; border-radius: 0px; z-index: 0; }
.container { position: relative; width: 90%; margin: 0 auto; }
.container-wrap .container .catalog-wrap { width: 89%; padding: 0 5.5% 60px; }
.content { position: relative; width: 76%; margin: 0 auto 0; min-height: 400px; background: #FFF; padding: 10px 0 10px 3%; }
.content-less-width { position: relative; width: 80%; margin: 0 auto; }
.content h1 { }
.content h2 { margin-bottom: 10px; }

.content .less-less-width { position: relative; width: 80%; margin: 0 auto; }

.content-left-right { position: relative; width: 100%; margin: 0px auto 15px; display: flex; flex-direction: row; justify-content: center; }
.content-left-right.align-center { align-items: center; }
.content-left { position: relative; width: 55%; margin-right: 5%; }
.content-right { position: relative; width: 40%; margin-top: 8px; }
.content-left-right.custom { color: #4b4e55; font-weight: 500; margin: 20px 0 40px; }
.content-left-right.custom .content-left { width: 300px; margin-right: 0; }
.content-left-right.custom .content-right{ width: calc(100% - 350px); margin-left: 50px; }
.content-right img { width: 100%; height: auto; }
.content-right span { display: block; margin-top: 8px; }
.content-right iframe { width: 100%; min-height: 300px; }

.custom-heading-buttons { position: relative; margin-bottom: 18px; display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; }
.custom-heading h2, .custom-heading h1 { color: #4b4e55; font-size: 50px; text-transform: uppercase; font-weight: 400; line-height: 1; margin: 0; padding: 0; }
.custom-buttons { position: relative; line-height: 1; }
.custom-buttons ul { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; }
.custom-buttons li { position: relative; margin-right: 15px; }
.custom-buttons li:last-child { margin-right: 0; }
.custom-buttons a { display: block; min-width: 60px; text-align: center; padding: 15px 30px; color: #FFF !important; background: #355c76; line-height: 1; font-weight: 600; }
img.custom-badge { width: auto; max-width: 100%; height: auto; max-height: 300px; line-height: 0; }

.custom-inline-links { position: relative; font-size: 22px; font-weight: 600; }
.custom-inline-links ul { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; }
.custom-inline-links li { position: relative; padding-right: 20px; margin-right: 20px; }
.custom-inline-links li:last-child { padding-right: 0; margin-right: 0; }
.custom-inline-links li::after { display: block; position: absolute; top: 0; right: -2px; width: 2px; height: 100%; content: ""; background: #4b4e55; }
.custom-inline-links li:last-of-type::after { display: none; }
.custom-inline-links a { display: inline-block; color: #4b4e55; }
.custom-inline-links a.custom-link::after { display: block; margin-top: 1px; width: 100%; height: 2px; content: ""; background: #4b4e55; }
.custom-inline-links a:hover { color: #06C; }

/* Buttons */
.button a { display: inline-block; padding: 15px 25px; font-size: 16px; color: #FFF; font-weight: 600; text-transform: uppercase; border-radius: 5px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.button a:hover { text-decoration: none; }
.button.alt-color a { background: #100842; }

.buttons { position: relative; margin-top: 5px; font-weight: 700; text-transform: uppercase; }
.buttons ul { text-align: center; }
.buttons.left-aligned ul { text-align: left; }
.buttons ul li { position: relative; display: inline-block; margin: 0 15px 15px; }
.buttons.left-aligned ul li { float: left; display: block; margin: 0 15px 15px 0; }
.buttons ul li a { display: block; font-size: 17px; text-align: center !important; font-weight: 700; color: #FFF; line-height: 1; padding: 15px 25px; border: 2px solid #000; border-radius: 5px; white-space: nowrap; background: #111; }
.buttons.alt-color ul li a { background: #444; }
.buttons ul li:hover a { text-decoration: none; }

/* Catalog */
.catalog-wrap { position: relative; width: 80%; margin: 0 auto; border-radius: 0px; padding: 30px 0; display: flex; flex-direction: row; z-index: 1; }
.catalog-wrap.toggle-on-catalog-tablet { display: none; }
.catalog-wrap.is-index .catalog-menu a.toggle-catalog { display: none; }
.catalog-wrap.is-index .catalog-menu-links { float: none; }
.catalog-wrap.is-index .catalog-menu-links ul { text-align: left; }
.catalog-wrap.is-index .catalog-menu-links li:first-child { width: 100%; }
.catalog-wrap.is-index .catalog-menu-links li:last-child { position: absolute; top: 4px; right: 0; left: 0; }
.catalog-wrap.is-index #catalog-menu-search { max-width: none; width: 100%; margin-top: 4px; }
.catalog-title { font-family: 'Roboto Condensed', sans-serif; color: #333; font-size: 22px; font-weight: 400; margin: 0; padding-bottom: 10px; text-transform: capitalize; }
.catalog { position: relative; width: 18%; padding: 16px 3% 20px 0; font-weight: 600; font-size: 14px; z-index: 1; border-right: 1px solid #EEE; }
.catalog ul li { position: relative; display: block; padding: 10px 0; text-align: left; line-height: 1.1; border-bottom: 1px solid #EEE; word-break: break-all; }
.catalog ul li a { display: flex; align-items: center; color: #555; text-decoration: none; padding: 0; word-break: normal; }
.catalog ul li a:hover { color: #0078ae; }
img.catalog-icon { width: 40px; line-height: 1; padding-right: 10px; }

.catalog-menu { display: none; position: relative; width: 90%; height: 50px; margin: 0 auto; padding: 0 5%; line-height: 1; font-size: 16px; font-weight: 600; z-index: 2;
background: #0078ae; flex-direction: row; justify-content: space-between; align-items: center; }
.catalog-menu .toggle-menu-close { display: none; }
.toggle-catalog i { float: left; margin-top: 2px; margin-right: 2px; width: 15px; text-align: center; font-size: 12px; }
.catalog-menu .dropdown-icon i { float: right; margin-right: 0; margin-left: 5px; font-size: 10px; margin-top: 4px; }
.catalog-menu a { float: left; display: inline-block; color: #FFF; text-decoration: none; padding: 0; }
.catalog-menu a.catalog-link i { font-size: .7em; vertical-align: top; margin-top: 4px; }
.catalog-menu a.toggle-catalog { padding: 16px 0; }
.catalog-menu a.is-catalog-cart { font-size: 16px; margin-top: 11px; }
.catalog-menu a.is-catalog-cart i { font-size: 13px; margin-top: 1px !important; }
.catalog-menu a.is-catalog-cart span { }
.catalog-menu a.is-catalog-cart img { float: right; width: auto; height: 24px; margin-top: -4px; padding-left: 3px; }
.catalog-menu a:hover { color: #FFF; }
.catalog-menu a.active { color: #FFF; }
.catalog-wrap.mobile-menu .catalog-search-wrap { display: none; transition: 0s linear; }
.catalog-wrap.mobile-menu .catalog { padding: 0 0; box-shadow: none; border-radius: 0; }
.catalog-wrap.mobile-menu .catalog ul li { text-align: left; }
.catalog-wrap.mobile-menu .catalog ul li:first-child {  }
.catalog-wrap.mobile-menu .catalog #catalog-search { background: #FFF; }
.catalog-wrap.mobile-menu .catalog #catalog-search-box { height: 40px; }
.catalog-wrap.mobile-menu .catalog #catalog-search .catalog-btn-search { top: 6px; }
.catalog-wrap.mobile-menu .catalog-title { background: #EEE; color: #333; }
.catalog-wrap.mobile-menu .catalog a, .catalog-wrap.mobile-menu .catalog a:hover { color: #FFF; }
.catalog-wrap.mobile-menu .catalog-menu a, .catalog-wrap.mobile-menu .catalog-menu a:hover { color: #FFF; }

.catalog-menu-links { position: relative; display: flex; justify-content: flex-end; flex: 1; }
.catalog-menu-links ul { text-align: right; }
.catalog-menu-links li { position: relative; }

.select-catalog { display: none; position: absolute; top: 50px; left: 0; right: 0; width: 100%; background: #222; z-index: 1; }
.select-catalog ul { text-align: left; }
.select-catalog ul li { position: relative; display: block; }
.select-catalog ul li a { position: relative; width: 90%; display: block; padding: 15px 5%; border-bottom: 1px solid #333; }
.select-catalog ul li a { color: #FFF !important; }
.select-catalog ul li:last-child a { border-bottom: 0 none; }

.search-title { display: block; margin-top: 8px; }
#catalog-menu-search { position: relative; width: 100%; max-width: 250px; background: #FFF; border: 0 none; border-radius: 17px; margin: 0; padding: 0; }
#catalog-menu-search:hover { }
#catalog-menu-search-box { position: relative; width: 200px; height: 34px; background: none transparent; border: 0 none; padding: 0 0 0 20px !important; margin: 0 !important; }
#catalog-menu-search-box:hover { cursor: pointer; }
.catalog-menu-btn-search { position: absolute; top: 0; right: 0; line-height: 34px; padding: 0 15px 0 10px !important; color: #444; text-decoration: none; }
.catalog-menu-btn-search i { color: #025582; font-size: 17px; vertical-align: top; margin-top: 8px; }
#catalog-menu-search:hover i { color: #025582; }
#catalog-menu-search input::-webkit-input-placeholder { color: #444; opacity: 1 !important; font-style: italic; }
#catalog-menu-search input::-moz-placeholder { color: #444; opacity: 1 !important; font-style: italic; } /* firefox 19+ */
#catalog-menu-search input:-ms-input-placeholder { color: #444; opacity: 1 !important; font-style: italic; } /* ie */
#catalog-menu-search input:-moz-placeholder { color: #444; opacity: 1 !important; font-style: italic; }

/* Catalog Search */
.catalog-search-wrap { position: relative; width: 100%; max-width: 260px; margin: 0 auto; text-align: left; margin-bottom: 20px; }
.catalog-search-title { display: block; font-size: 24px; margin-bottom: 15px; }
#catalog-search { position: relative; width: 92%; background: #F8F8F8; border: 1px solid #AAA; border-radius: 7px; 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: 10px; top: 6px; line-height: 30px; color: #555; font-weight: 700; text-transform: uppercase; padding: 0 0; }
#catalog-search .catalog-btn-search i { color: #555; }
#catalog-search:hover i { color: #555; }
#catalog-search .catalog-btn-search img { float: left; width: 25px; height: auto; margin-top: 0 !important; }

#catalog-searchinput::-webkit-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#catalog-search input::-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#catalog-search input:-ms-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#catalog-search input:-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }

/* Resources */
.resources { position: relative; margin-top: 30px; line-height: 1.2; }
.resources h3 { font-size: 24px; margin-bottom: 0; }
.resources ul { margin-bottom: 15px; }
.resources ul li { padding: 0; margin: 10px 0; }
.resources a { display: inline-block; padding: 0; }
.resources a:hover { color: #333; }

/* Gallery */
#porgallery { position: relative; width: 80%; margin: 0 auto 0; text-align: center; }
#porgallery > div { text-align: center !important; float: none !important; margin-bottom: 15px; }
#porgallery h1, #porgallery h4 { text-align: center !important; }
#porgallery h4 { font-size: 24px !important; }
#porgallery .photogalleryauto { width: 300px !important; height: auto !important; margin: 0 .3% 3px; }
#porgallerythumbnail { position: relative; width: 40%; display: inline-block; margin: 0 2%; }
#porgallerythumbnail img { width: 100%; height: auto; }
#porgallerythumbnail br { display: none; }
#porgallery .clickme { font-size: 12px; }

/* Accordion */
.accordion-wrap { position: relative; width: 100%; margin: 0 auto; overflow: hidden; text-align: left; }
.accordion-wrap .accordion { position: relative; padding: 0 2% 0; }
.accordion-wrap .toggle-accordion { display: block; font-size: 18px; font-weight: 600; color: #111; padding: 15px 0; padding-right: 30px; line-height: inherit; }
.accordion-wrap .toggle-accordion:hover { cursor: pointer; }
.accordion-wrap .toggle-accordion span.toggle-on-this-accordion-panel { position: absolute; top: 15px; right: 2%; color: #555; font-size: 18px; }
.accordion-wrap .toggle-accordion span.toggle-off-this-accordion-panel { display: none; position: absolute; top: 15px; right: 2%; color: #555; font-size: 18px; }
.accordion-wrap ul { padding: 10px 15px; margin-left: 15px; }
.accordion-wrap .accordion:nth-child(even) ul { padding-top: 0; }
.accordion-wrap p { font-size: 16px; color: #444; padding: 0 0 15px !important; margin-bottom: 0; overflow: hidden; }
.accordion-wrap .accordion:nth-child(even) p, .accordion-wrap .accordion:nth-child(even) ul { padding-top: 0; }
.accordion-wrap a.bullet-dark { vertical-align: top; }
.accordion-wrap .accordion:nth-child(even) { background: #FCFCFC; }
.accordion-wrap .accordion:nth-child(odd) { background: #F0F0F0; }

.toggle-off-accordion-panel { padding-bottom: 20px; }
.accordion-wrap.less-padding .toggle-off-accordion-panel { padding-bottom: 0; }

.expand-accordion { position: relative; text-align: right; font-size: 14px; padding: 0 1%; }
.expand-accordion span { position: relative; }
.expand-accordion a { display: inline-block; color: #333; padding: 10px 0; }
.expand-accordion i { font-size: 8px; float: left; padding-right: 5px; margin-top: 3px; }
.toggle-off-all-accordions { display: none; }

/* Tiles */
.portiles-wrap { position: relative; width: 100%; margin: 0 auto; background: #F6F6F6; padding: 0 0 10px; text-align: center; border-bottom: 1px solid #CCC; }
.portiles-wrap h2 { font-size: 20px; text-transform: uppercase; text-align: center; padding: 0; margin: 0 0 10px; }
.portiles-wrap a { color: #333; }
.portiles-wrap h2 a span { position: relative; display: block; font-size: 22px; line-height: 42px; }
.portiles-wrap h2 a span:hover { color: #0078ae; }
.portiles { position: relative; width: 84%; margin: 0 auto; }
.portiles ul { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
.portiles ul li { position: relative; vertical-align: top; width: 29%; padding: 0; margin: 0 2% 20px; font-size: 16px; }
.portiles img { width: 100%; height: auto; margin: 10px 0; border-radius: 10px; box-shadow: 0 0 4px #666; }
.tile-img { position: relative; padding: 0 10px; }
.tile-text { padding: 0px 20px; text-align: center; }
.portiles .readmore { margin-bottom: 5px; }
.portiles .button { position: absolute; bottom: 25px; left: 0; right: 0; text-align: center; }
.portiles .button a { width: 70%; display: inline-block; margin: 0 auto; }
.portiles-content { position: relative; width: 90%; margin: 0 auto 25px; }
.portiles-content-less-width { position: relative; width: 70%; margin: 0 auto; }

/* Locations */
.store-location { position: relative; width: 100%; display: block; padding: 20px 0 0; margin: 0 auto; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; }
.store-location h2, .store-location h3 { margin: 0 0 5px; }
.store-location h2 span { display: block; font-size: 20px; color: #444; font-style: italic; }
.store-location-content { position: relative; width: 100%; display: flex; flex-direction: row; justify-content: center; margin: 0 auto 30px; padding: 20px 0 10px; border-bottom: 1px solid #DDD; }
.store-location-content:last-of-type { border-bottom: 0 none; padding: 0; margin-bottom: 0; }
.store-content{ position: relative; width: 30%; margin-right: 5%; }
.store-hours p:last-of-type { margin-bottom: 0; }
.store-map { position: relative; width: 65%; margin-top: 5px; overflow: hidden; }
.store-map iframe { display: block; width: 98%; min-height: 380px; height: auto; margin: 0 auto; border: 1px solid #999 !important; }

.store-locations-call-list { position: relative; width: 100%; margin: 0 auto; font-weight: 600; }
.store-locations-call-list ul { text-align: center; display: flex; flex-direction: column; align-items: center; }
.store-locations-call-list ul li { position: relative; margin: 0 auto 15px; }
.store-locations-call-list ul li a { display: block; width: 240px; padding: 13px 20px 15px; margin: 0 auto; white-space: nowrap; font-size: 18px; color: #222; border-radius: 0; border: 1px solid #CCC; background-color: #F6F6F6; }
.store-locations-call-list ul li span { display: block; }
.store-locations-call-list ul li a:hover { text-decoration: none; }
.store-locations-call-list i { display: inline-block; vertical-align: top; margin-top: 6px; font-size: 14px; color: #999; }

.feedback { font-size: 16px; font-style: italic; padding: 0; }
.feedback img { margin-right: 5px; width: auto; height: 10px; }

.showroom { position: relative; width: 100%; margin: 0 auto; padding-top: 25px; }
.showroom ul { text-align: center; }
.showroom ul li { position: relative; float: left; width: 49%; margin-right: 2%; }
.showroom ul li:last-child { margin-right: 0; }
.showroom ul li img { width: 100%; height: auto; margin: 0; }

/* Footer */
.footer-banner-wrap { position: relative; width: 100%; padding: 40px 0 25px; background: #025582; color: #FFF; }
.footer-banner { position: relative; width: 80%; margin: 0 auto; }
.footer-banner .content-left-right { align-items: center; }
.footer-banner .content-left { width: 75%; }
.footer-banner .content-right { width: 20%; }
.footer-banner h3 { display: inline-block; margin-bottom: 10px; font-size: 28px; color: #FFF; }
.footer-banner h3 i { padding-right: 3px; }
.footer-banner img { width: auto; max-width: 90%; padding: 10px 5%; border-radius: 15px; background: #FFF; }
.footer-banner p:last-of-type { margin-bottom: 10px; }
.footer-banner .readmore a { color: #FFF; }
.footer-banner .readmore i { font-size: 1.2em; margin-top: 2px; padding-right: 2px; }

.footer-wrap, .footer, .subfooter-wrap, .subfooter, .footer-logo, .footer-tagline, .footer-panel-wrap, .footer-panel, .footer-locations, .footer-links, .footer-links ul li, .subfooter ul li, .subfooter ul.copyright li { position: relative; color: #333; }
.footer-wrap { width: 100%; padding: 0; margin: 0 auto; background: #EEE; }
.footer { width: 80%; margin: 0 auto; padding: 50px 0 45px; text-align: center; }
.footer-wrap a, .subfooter-wrap a { color: #333; text-decoration: none; }
.footer-wrap a:hover, .subfooter-wrap a:hover { color: #0078ae; }
.footer h4 { color: #333; font-size: 22px; margin-bottom: 10px; }
.footer .footer-links h4 { display: inline-block; border-bottom: 1px solid #CCC; padding-bottom: 5px; }
.footer h5 { color: #333; font-size: 22px; margin-bottom: 0; }

.footer-logo { margin: 0 0 20px; }
.footer-logo img { width: auto; max-width: 100%; height: auto; max-height: 60px; }

.footer-panel-wrap { width: 100%; margin-bottom: 15px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; }
.footer-panel { margin: 0; }

.footer-locations ul li { margin: 0 0 20px; }
.footer-links { margin: 5px 0 15px; text-align: left; }
.footer-links ul li { margin: 0 0 10px; }
.footer-links ul li::before { display: inline-block; vertical-align: top; margin-top: 4px; padding-right: 4px; font-family: 'Font Awesome\ 5 Free'; content: "\f105"; font-weight: 900; font-size: .7em; color: #444; }
.footer-links ul li:hover::before { color: #0078ae; }
.footer-links.has-icons a { display: flex; flex-direction: row; align-items: center; }
.footer-links img { width: auto; max-height: 30px; border-radius: 100%; padding-right: 5px; }

.footer a i { color: #555; }
.footer a:hover i { color: #0078ae; }
.footer .is-social i { font-size: 22px; margin: 0 3px; }

.subfooter-wrap { width: 100%; margin: 0 auto; padding: 30px 0 0; text-align: center; border-top: 1px solid #DDD; }
.subfooter { width: 100%; margin: 0 auto; padding: 0; }

.footer-tagline { width: 100%; margin: 0 auto 14px; font-size: 14px; color: #666; line-height: 1.4; }
.copyright { font-size: 12px; margin: 0; color: #666; }
.copyright span { margin-left: 15px; }

/* Backend */
#mainpage { background: #FFF; }
#mainpage, #newitempage { position: relative; width: 76%; padding: 10px 0 10px 3%; margin-top: 0; min-height: 300px; background: #FFF; transition: 0s; z-index: 0; line-height: 1.5; }
#mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { line-height: 1.2; margin: 0 0 20px; text-align: left; }
#mainpage h1, #newitempage h1 { }
#mainpage h1 a, #newitempage h1 a, #mainpage h3 a, #newitempage h3 a  { font-size: 20px; color: #060; line-height: 0; margin-top: 5px; text-decoration: none; }
#mainpage h1 a:hover, #newitempage h1 a:hover, #mainpage h3 a:hover, #newitempage h3 a:hover { color: #555; }
.poritem-specs h2 a { display: inline-block; font-style: italic; font-weight: 400; margin-bottom: 0; }
#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: #333; text-decoration: none; }
#mainpage h4 { margin-bottom: 15px; font-size: 26px; text-transform: uppercase; }

.multicolcell-wrap { position: relative; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; }
.multicolcell div { float: none !important; padding: 0 !important; }
.multicolcell > div { display: flex; flex-direction: column; }
.multicolcell > br { display: none; }
.multicolcell { position: relative; width: 18%; margin: 0 2% 20px 0; padding: 15px 0; text-align: center; box-shadow: 0 0 1px #999; border-radius: 0; background: #FFF; overflow: hidden; }
.multicolcell:hover { border-color: #999; }
.multicolcell > div > a { color: #333; text-decoration: none !important; padding: 0 10px; }
.multicolcell a:hover { color: #060; }
.multicolcell .wrap4 { min-height: 110px; }
.multicolcell img { width: auto; max-width: 90%; height: auto; max-height: 100px; }

.multicolheading, .multicoldescr { font-weight: 600; line-height: 1.2; font-size: 15px; color: #666; word-wrap: break-word; justify-content: center; text-transform: uppercase; }
.wrap4 > a { line-height: 0; }
.multicolcell div.multicolheading { }
.multicolcell div.multicoldescr { margin-top: 3px; }
.por-item-image-thumbnail-desc { color: #555; text-decoration: none !important; }
.por-item-image-thumbnail-desc:hover { color: #060; }
.por-item-image-thumbnail { line-height: 0; }
.poritem-overview { position: relative; width: 60%; margin-top: 25px; }
.poritem-overview h2 { text-transform: uppercase; margin-bottom: 10px; }
#mainpage ul, #newitempage ul { margin-left: 20px !important; list-style: disc; }
.poritem-overview ul li { position: relative; }
.por-checkout-total-price-string { display: block; }

#form1 { position: relative; padding: 25px 35px; background: #FFF; border-radius: 12px; }
#form1 table tbody tr td { text-align: left !important; padding: 5px 5px; line-height: 1.2; }
#form1 table tbody tr td strong { line-height: 2; }
#form1 input { padding: 7px; line-height: 1; padding: 7px; margin: 10px 0; }
#form1 p input { margin-top: 10px; }

td.cattitle { padding: 20px 0; color: #FFF; font-size: 18px !important; font-weight: 700; background: #111; text-transform: uppercase; text-align: center !important; white-space: nowrap; }

td.cattitle b { color: #FFF; }

table.InventoryTable { border-radius: 0; }
table.InventoryTable td { text-align: center !important; }
#productname { text-align: left !important; }
#productname a { color: #0078ae !important; }

#mainpage input, #mainpage textarea { border: 1px solid #CCC; background: #F7F7F7; font-size: 17px; padding: 5px;}
#form1 input[type="submit"], #form1 input[type="button"], input#submit1 { max-width: 250px; font-size: 20px; color: #444; min-width: 150px; padding: 15px 25px 17px; margin: 15px 15px 0 0; border: 1px solid #CCC; border-radius: 0; background-color: #EEE; background-image: -webkit-linear-gradient(top, #F6F6F6, #EEE); background-image: -moz-linear-gradient(top, #F6F6F6, #EEE); background-image: -ms-linear-gradient(top, #F6F6F6, #EEE); background-image: -o-linear-gradient(top, #F6F6F6, #EEE); background-image: linear-gradient(to bottom, #F6F6F6, #EEE); }
#form1 input[type="submit"]:hover, #form1 input[type="button"]:hover, input#submit1:hover { cursor: pointer; }
input[name="strSearchMethodOther"] { margin: 0 0 15px !important; display: block; }
input[name="strPostalCode"] { margin-top: 15px; }
input[name="intRentalLength"] { margin-right: 6px !important; }

.cycle-slideshow { overflow: hidden; margin-left: 0 !important; }
a.cycle-slide { margin-top: 0 !important; transition: 0s; right: 0; text-align: center; }
a.cycle-slide.cycle-slide-active { margin-top: 0 !important; }
.wrap4 .cycle-slideshow a { margin-left: 0 !important; }
.por-item-detail-image { }
.wrap4 #adv-custom-pager img { width: 50px; height: auto; }
.wrap4 #adv-custom-pager a { margin-right: 10px !important; }
#adv-custom-pager a { display: inline-block; }
.detailedimg { margin-top: 20px !important; text-align: left !important; width: inherit !important; }
.detailedimg p { text-align: left !important; font-size: 13px !important; line-height: 1.2 !important; margin-bottom: 5px; }

a.por-item-detail-name { margin-top: -5px; }

form[name="customerform"] { position: relative; width: 100%; margin-bottom: 35px; }
form[name="customerform"] hr { margin: 15px 0; }
form[name="customerform"] img { margin-top: 20px !important; }
form[name="customerform"] td { text-align: left !important; padding-bottom: 15px; vertical-align: top !important; }

textarea { float: left; }

#mainpageused { position: relative; width: 100%; margin: 0 auto; text-align: center; }
#mainpageused td { padding: 10px 20px; }
#mainpageused a { color: #333; }
#mainpageused h1 { text-align: center; }

form[name="feedbackform"] { position: relative; width: 100%; margin: 30px 0 35px; }
#mainpage form[name="feedbackform"] td { padding: 6px 0 !important; vertical-align: top !important; padding-right: 10px !important; min-width: 120px;  }
form[name="feedbackform"] textarea { float: none !important; }
form[name="feedbackform"] input[type="submit"], form[name="feedbackform"] input[type="reset"] { margin-top: 15px; padding: 15px 25px; border: 1px solid #CCC; background: #F7F7F7; font-size: 18px; line-height: 1; }
form[name="feedbackform"] input[type="submit"], form[name="feedbackform"] input[type="reset"] { cursor: pointer; }
form[name="feedbackform"] input[name="code"] { display: block; margin-bottom: 10px; }

input[name="intRentalLength"] { width: inherit !important; }

.poritem-detail { padding-top: 20px; }
.poritem-detail p { line-height: 1.1; margin-bottom: 5px; }
.poritem-detail b { font-weight: 700; }

input[name="intRentalLength1"] { width: inherit !important; }
#mainpage td.poritem-detail-image-td-t-td2-1 { width: 60% !important; }

.mainpage-notice { position: relative; clear: both; display: block; margin: 15px 0px 0px; width: 60%; }
.mainpage-notice.first { margin-top: 35px; }

/* Toggle */
.toggle-on-tablet { display: none !important; }
.toggle-on-mobile { display: none !important; }

.container-wrap.full-width { position: relative; width: 100%; margin: 0 auto; }
.container-wrap.full-width .content { position: relative; float: none; width: 100%; margin: 0 auto; }
.container-wrap.full-width #mainpage { position: relative; float: none; width: 100%; margin: 0 auto; }
.container-wrap.full-width .catalog-wrap { position: relative; float: none; width: 100%; margin: 0 auto; padding: 0; background: #FFF; }

.container-wrap.less-width { position: relative; width: 100%; margin: 0 auto; }
.container-wrap.less-width .content { position: relative; float: none; width: 80%; margin: 0 auto; }
.container-wrap.less-width #mainpage { position: relative; float: none; width: 60%; margin: 0 auto; }

.container.less-width { width: 80%; padding: 0; }
.container.tiny-width { width: 50%; padding: 0; }
.container.more-width { width: 100%; padding: 0; }
.container.less-width h1 { }
.container.less-width h1.align-left { text-align: left; }
.container.less-width .content, .container.more-width .content, .container.full-width .content, .container.full-width #mainpage, .container.full-width #newitempage { float: none; width: 80%; padding: 0 !important; }
.container.less-width .content { width: 100%; }
.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; }

.container.less-width .content.is-form, .content.is-form { position: relative; width: 60%; margin: 0 auto; }

#mainpage input[type="SUBMIT"], #mainpage input[type="Reset"] { width: auto !important; padding: 15px 25px; border: 1px solid #CCC; background: #F7F7F7; font-size: 18px; line-height: 1; }

.poritem-specs, #form1, form[name="customerform"], form[name="feedbackform"] { position: relative; width: 100%; padding: 15px 0; background: #FFF; /*-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/ }

.poritem-specs { background: #FFF; }

.poritem-specs #form1 { box-shadow: none; padding: 0; }

.poritem-specs h2 { font-size: 18px; margin-bottom: 0; }

#mainpage > .poritem-specs { padding-top: 0; }

.toggle-on-testing { display: block !important; }
.toggle-on-d { display: block; }
.toggle-off-t { display: none; }
.toggle-off-m { display: none; }

.poritem-specs, #form1, form[name="customerform"], form[name="feedbackform"], .accordion-wrap.is-faq { }
.accordion-wrap.is-faq { border: 1px solid #CCC; border-radius: 0px; border-bottom: 0 none; overflow: hidden; }
.accordion-wrap.is-faq .accordion { border-bottom: 1px solid #DDD; }
.poritem-specs #form1 { border-width: 0; }

.toggle-on-custom { display: none; font-weight: 700; }

.custom-button a { display: block;}
.custom-button a img { border: 1px solid #CCC; border-radius: 10px; background: #EEE; padding: 10px 5px;  }

.page-table { padding: 0 0; border-collapse: collapse; color: #111; }
.page-table table { background: #FFF; }
.page-table table th, .page-table table td { border: 1px solid #999; padding: 5px 10px; }
.page-table table td:nth-child(odd){ background-color: #F3F3F3; }

.poritem-detail { position: relative; width: 70%; }
.poritem-detail-image-td-t { position: relative; }
.poritem-detail-image-td-t-td2-2 { position: absolute; top: 0; right: 0; z-index: 1; }
p.por-item-detail-image-reference { text-align: center !important; }

.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; }

.is-table table, .is-table td { border: 1px solid #CCC; }
.is-table table { border-left: 0 none; border-bottom: 0 none; }
.is-table td { padding: 10px 15px; border-right: 0 none; border-top: 0 none; }
.is-table td:first-of-type { background: #F9F9F9; font-weight: bold; }

/* Media */
@media screen and (max-width : 1600px) {
  .header, .header-topbar, .navbar, .catalog-wrap, .footer-banner, .footer { width: 86%; }
  .featured { width: 92%; }
  .multicolcell { width: 22%; }
}

@media screen and (max-width : 1500px) {
  .footer-banner .content-left { width: 65%; }
  .footer-banner .content-right { width: 30%; }
}

@media screen and (max-width : 1400px) {
	.logo img { height: 60px; }
}

@media screen and (max-width : 1300px) {
  .header, .header-topbar, .navbar, .catalog-wrap, .footer-banner, .footer { width: 90%; }
  .featured { width: 98%; }
  .store-content { width: 40%; }
  .store-map { width: 55%; }
	.content-left-right.custom { flex-direction: column; }
	.content-left-right.custom .content-left { width: 100%; margin: 0 auto 20px; text-align: center; }
	.content-left-right.custom .content-right { width: 100%; margin: 0 auto; }
	.logo img { height: 50px; }
	#header-search { width: 180px; }
}

@media screen and (max-width : 1200px) {
  #header-search { width: 170px; }
	.logo img, .header-wrap.is-fixed-header .logo img { height: 40px; }
}

@media screen and (max-width : 1100px) {
  .header, .header-topbar, .footer { width: 95%; }
  .footer-logo img { height: 50px; }
}

@media screen and (max-width : 1000px) {
  .navbar-wrap { position: fixed; top: 0; width: 86%; padding: 0 7%; height: 100%; left: 0; right: 0; font-size: 20px; overflow-y: scroll; background: rgba(2,85,130,.95); }
  .navbar ul ul li a { background: transparent; }
  .navbar > ul > li > a { margin: 0; }
  .container-wrap {  }
  .catalog-wrap { width: 100%; padding: 0 0; }
  .catalog-menu { display: flex; }
  .catalog-wrap.toggle-off-catalog .catalog-menu { display: none; }
  .catalog-wrap.toggle-off-catalog #mainpage, #newitempage { padding: 0 0 10px !important; }
  .content { padding: 20px 0 40px !important; }
  .catalog { display: none; float: none; position: relative; font-size: 14px; top: 0; left: 0; right: 0; width: 100%; margin: 0; border-right-width: 0; }
  .catalog-search-title { display: none; }
  .catalog-search-wrap { margin: 10px auto; }
  .catalog-title { display: none; }
  .catalog ul li { background: #111; border-bottom: 1px solid #333; }
  .catalog ul li a, .catalog ul li a:hover { color: #FFF; }
  .catalog ul li:first-child { }
  .catalog ul li:last-child { }
  .catalog ul li:hover { background: #111; }
  .catalog ul li a { padding: 6px 4%; }
  .catalog ul li a::before { float: left; content: '\203A'; color: #FFF; font-size: 16px; font-weight: 700; margin-top: -3px; margin-right: 8px; }
  #mainpage, #newitempage, .content { float: none; width: 92%; margin: 0 auto 0; padding: 25px 4% 50px; text-align: left; }
  .container.less-width #mainpage, .container.less-width #newitempage { width: 100%; }
  .container.less-width .content { width: 96%; }
  #mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { text-align: left; }
  #mainpage td { text-align: left !important; }
  .por-item-detail-comments { position: relative; width: 100%; margin: 0; }
  ul.CommentBlock { display: inline-block; text-align: left; width: 80%; margin: 0; }
  .cycle-slideshow { display: inline-block; margin: 0 !important; }
  form[name="customerform"] input { max-width: 200px; }
  #form1 input[type="submit"], #form1 input[type="button"] { margin: 15px 0 0; }
  .wrap4 #adv-custom-pager { margin: 25px 0 !important; text-align: center !important; }
  #mainpage td[align="left"] { text-align: left !important; padding: 0 !important; }
  form[name="customerform"] td { text-align: left !important; }
  #mainpage h4 { text-align: left; }
  .catalog { box-shadow: none; border-radius: 0; border: 0 none; padding: 0; }
  .catalog-wrap.mobile-menu .catalog { border: 0 none; }
  .catalog-search-wrap { display: none; }
  .toggle-on-d { display: none; }
  .toggle-off-t { display: block; }
  body { font-weight: 400; color: #555; }
  p { font-weight: 400; }
  .topbar-wrap, .topbar-wrap.is-fixed-topbar { padding: 0; height: 130px; }
  .navbar > ul > li { background: transparent; }
  .navbar > ul > li > a span { display: inline; }
  .topbar-mobile-menu ul.topbar-links { transition: 0s linear; }
  .topbar-wrap.topbar-mobile-menu .navbar > ul > li.is-topbar-logo { transition: 0s; }
  .topbar-wrap.is-fixed-topbar { position: relative; background-color: rgba(255, 255, 255, 1); padding-bottom: inherit; }
  .navbar-wrap { display: none; transition: 0s; }
  .navbar-wrap.navbar-mobile-menu .navbar { width: 100%; }
  .navbar > ul > li { float: none; }
  .navbar-wrap ul li { /*display: none;*/ position: relative; width: inherit; margin: 0; padding: 0; text-align: left; }
  .navbar-wrap.navbar-mobile-menu .navbar > ul > li:first-child { margin: 0px auto; }
  .navbar-wrap.navbar-mobile-menu .navbar > ul > li, .navbar-wrap.navbar-mobile-menu .navbar > ul > li:first-child { padding: 0 40px; }
  .navbar-wrap.navbar-mobile-menu ul li a { padding: 8px 0 ; }
  .navbar-wrap.navbar-mobile-menu .navbar ul ul { width: inherit; margin-left: 15px; min-width: inherit; }
  .navbar-wrap.navbar-mobile-menu ul li a { border-bottom: 0px none; }
  .navbar-wrap.navbar-mobile-menu .navbar ul ul li a { text-align: left; padding: 5px 0px; }
  .navbar-wrap ul li.toggle-navbar-menu { /*display: none;*/ }
  .toggle-navbar { display: block; }
  .toggle-topbar { display: block; }
  .navbar-wrap ul li:first-child { margin-top: 0; }
  .container.less-width { width: 96%; padding: 0 2%; }
  .catalog-banner { height: 150px; }
  .page-banner-content { top: 160px; }
  .page-banner-tagline { font-size: 18px; }
  .banner-icons-wrap { margin-top: 40px; }
  .index-banner { height: 560px; }
  .toggle-banners-right .page-banners { float: none; width: 100%; margin: 0 0 20px; }
  .toggle-banners-right .page-banners ul li { display: inline-block; width: 31%; margin: 0 0.5%; }
  .toggle-banners-right h1 { text-align: center !important; }
  .panel-wrap.flex-fifty .panel-fifty { width: 100%; float: none; display: block; }
  .panel-wrap.flex-fifty .panel-fifty.is-content { width: 90%; padding: 50px 5%; text-align: center; }
  .panel-wrap.flex-fifty .panel-fifty .panel-bg { min-height: 300px; }
  .panel-wrap .page-catalog-btn ul li { float: none; display: inline-block; margin: 0 7px 15px; }
  #porgallery { width: 96%; }
  .subfooter ul li, .subfooter ul.copyright li { margin: 0 8px; }
  form[name="customerform"] input { display: block; }
  form[name="customerform"] input[type="radio"] { display: inherit; }
  input[name="strState"] { margin-top: 15px; }
  .por-item-detail-comments { width: 96%; }
  .por-item-image-thumbnail-desc, .multicolheading {  }
  .topbar-wrap.topbar-mobile-menu { }
  .navbar { width: 100%; padding: 0; }
  .navbar > ul > li.is-topbar-logo { margin-left: 10%; }
  .navbar > ul > li > a i { font-size: 14px; padding: 0 5px; }
  form[name="customerform"] input { margin-bottom: 10px; }
  form[name="customerform"] td, form[name="form1"] td { float: left !important; clear: left !important; padding: 0 !important; }
  #mainpage td[align="left"] { padding: 0 !important; }
  form[name="customerform"] hr {}
  form[name="customerform"] input[name="submit"] { margin-bottom: 50px; }
  #mainpage input, #mainpage textarea { width: 80%; }
  textarea[name="strComments"] { margin-bottom: 40px; }
  input[name="strStartDate"] { margin-bottom: 0 !important; }
  input[type="radio"] { display: inline-block !important; width: inherit !important; max-width: 20px !important; margin-top: 2px !important; margin-bottom: 5px !important; vertical-align: middle !important; }
  input[type="radio"]::after { display: block; content: ''; }
  .copyright span.toggle-off-mobile { display: block; margin: 6px 0 0; }
  .panel-tile-wrap { width: 80%; }
  .panel { width: 90%; }
  .panel-content.less-width { width: 90%; }
  .inline-icons ul li { margin-bottom: 35px; }
  .inline-icons.quarter-list ul li {  }
  .inline-icons span { }
  .buttons, .banner-buttons { margin: 0 auto 10px; }
  .splash-buttons a { display: block; width: 80%; font-size: 18px; margin: 0 auto 10px; }
  .panel-wrap.with-catalog .panel { width: 98%; }
  .panel-wrap.with-catalog .inline-icons.quarter-list ul li { }
  .panel-wrap.with-catalog .inline-icons span { font-size: 18px; }
  .panel-wrap.with-catalog .panel-heading { font-size: 22px; }
  .topbar-pane ul li { margin-left: 5px; }
  .topbar-pane ul.social { margin-top: -10px; }
  .topbar-mobile-menu .topbar-pane ul.social { margin-top: -5px; }
  .topbar-pane ul.social li { margin-top: 0; }
  .topbar-pane ul.social li.adj-icon { margin-top: -1px; }
  .topbar-wrap.topbar-mobile-menu .topbar-pane ul.social li.adj-icon { margin-top: 0; }
  .topbar-pane ul li span { font-size: 20px; font-weight: 700; }
  .navbar ul.topbar-links li a { color: #FFF; text-shadow: none; font-weight: 600; }
  .navbar ul.topbar-links li.dropdown > a { color: #999; }
  .navbar ul.topbar-links li.dropdown > a:hover { color: #999; }
  .banner { min-height: 400px; }
  .banner-content { top: 65px; }
  #banner-search { width: 50%; }
  .topbar-pane { display: none; }
  .toggle-topbar { margin-top: 18px; }
  .is-fixed-topbar .toggle-topbar { margin-top: 5px; }
  .topbar-wrap.topbar-mobile-menu .toggle-topbar { margin-top: 21px; }
  .generic-img { display: none; }
  .topbar-wrap.is-fixed-topbar .navbar > ul > li > a { color: #FFF; padding: 18px 0; }
  .topbar-wrap.is-fixed-topbar .navbar > ul > li > a:hover { color: #FFF; }
  .page-banner { height: 140px; }
  .panel-left-right > ul > li { float: none; display: block; width: 90%; margin: 0 auto; }
  .panel-left-right > ul > li:last-child { width: 90%; margin-right: auto; }
  .small-panel { width: 96%; }
  .buttons ul li { min-width: 180px; }
  .navbar ul li { margin: 0; }
  .catalog-wrap.toggle-on-catalog-tablet { display: block; }
  .catalog { }
  .catalog ul li:last-child { border-bottom: 0 none; }
  #mainpage, #newitempage { transition: 0s linear; }
  .topbar-mobile-menu ul.topbar-links li a, .catalog-wrap { font-size: 16px; }
  #mainpage h1, #newitempage h1 { margin-top: 0; }
  .navbar ul.topbar-links { text-transform: none; }
  .tagline { display: none !important; }
  .header-wrap.is-fixed-header { height: 90px; box-shadow: 0px 6px 4px -4px #999; }
  .header-pane { top: 25px; right: 15px; transition: top .3s linear; }
  .header-wrap.is-fixed-header .header-pane { top: 5px; }
  .toggle-menu { display: flex; }
  .is-nav-header #header-search-wrap { display: none; }
  .is-nav-header .toggle-menu { margin-top: 25px; }
  .container.is-multi-locations { width: 100%; }
  .container.is-multi-locations .store-location { display: block !important; width: 80%; margin: 0 auto 35px; }
  .container.is-multi-locations .store-location.custom-map { width: 84%; }
  .header-pane { display: none; }
  .catalog-wrap { border: 0 none; }
  .catalog-menu { /*border: 1px solid #999; border-left: 0 none; border-right: 0 none;*/ }
  .wrapper { width: 100%; padding: 0; }
  .container-wrap { border: 0 none; padding: 25px 0 30px; }
  .navbar > ul > li img { float: none; display: inline-block; }
  .navbar-wrap.navbar-mobile-menu .navbar { text-transform: none; }
  a.por-item-detail-name { margin-top: -10px; }
  .container-wrap { border-radius: 0; }
  .container-wrap, .container { width: 100%; }
  .container.less-width {}
  .container.is-multi-locations { width: 100%; padding-bottom: 0 !important; }
  .container.is-multi-locations .store-location { display: block; width: 80%; margin: 0 auto 35px; }
  .container.is-multi-locations .store-location.custom-map { width: 84%; }
  .content .less-less-width { width: 98%; }
  .navbar ul li.dropdown:hover ul { left: 0; right: 0; }
  .store-locations-wrap { width: 92%; margin: 20px auto; }
  .store-location { width: 80%; }
  .toggle-store-locations { /*display: none;*/ width: 99%; margin: 0 auto 5px; border-bottom: 0 none; }
  .toggle-store-locations ul li:last-child { border-bottom: 1px solid #999; }
  .toggle-store-locations ul li:last-child, .toggle-store-locations ul li:first-child { }
  .toggle-store-locations ul li:nth-child(n+2) { display: none; }
  .toggle-store-locations, .store-location { border-radius: 0; }
  .toggle-store-locations, .store-location { float: none; display: inline-block; }
  .store-location { width: 100%; margin-left: 0; margin-right: 0; }
  .header-locations-wrap { display: none !important; }
  .slideshow-wrap { padding-bottom: 0; }
  .slideshow-content { position: relative; padding-top: 0; }
  .navbar > ul > li.is-cart i { float: none; display: inline-block; margin-right: 0; }
  .navbar-wrap.navbar-mobile-menu .navbar > ul > li > a i { font-size: 12px; margin-top: 2px; padding: 0 0 0 5px; }
  .topbar-navbar { width: 93%; }
  .topbar-navbar ul li { padding: 0px 10px; }
  .header-wrap.is-fixed-header .header { height: 55px; }
  .header-wrap.is-fixed-header .logo img { height: 35px; }
  .toggle-on-tablet { display: inline-block !important; }
  .toggle-off-tablet { display: none !important; }
  .featured { float: none; display: block; width: 95%; margin: 0 auto; }
  .catalog-wrap { flex-direction: column; }
  .header-links-left { display: none; }
  #slideshow-holder { padding: 0; }
  .slideshow-wrap { max-width: 100%; }
  .header-wrap { }
  .header-wrap, .header-placeholder { height: 114px; }
  .header { height: 80px; }
  .logo img { height: 50px; }
  .navbar-wrap ul li { width: 100%; }
  .navbar > ul { flex-direction: column; }
  .navbar-wrap.navbar-mobile-menu .navbar > ul > li, .navbar-wrap.navbar-mobile-menu .navbar > ul > li:first-child { padding: 0; margin: 0; }
  .navbar-wrap.navbar-mobile-menu .navbar ul ul { padding-top: 0; }
  .navbar > ul > li > a > span { display: inline; }
  .navbar > ul > li > a { display: inline-block; }
  .navbar-wrap.navbar-mobile-menu ul li a.toggle-off-navbar-menu { display: block; }
  .header, .header-topbar, .navbar .footer-banner, .footer { width: 90%; }
  .footer { padding: 40px 0 30px; }
  .footer-panel-wrap { flex-direction: column; }
  .footer-links { text-align: center; }
  .footer-links ul li { display: inline-block; margin: 0 10px 10px; }
  .multicolcell { margin-bottom: 15px; }
  .footer-links ul li::before { display: none; }
}

@media screen and (max-width : 900px) {
  .store-location-content { width: 90%; margin: 0 auto }
  .store-locations-wrap.single-store-location .store-location { width: 94%; margin: 0 auto 35px; }
  #mainpageused table tr { position: relative; display: inline-block; width: 100%; padding: 15px 0; margin: 0 auto; border: 1px solid #999; background: #F3F3F3; }
  #mainpageused table tr:first-of-type { display: none; padding: 0; border: 0 none; }
  #mainpageused table td { position: relative; width: 92% !important; float: left; clear: left; padding: 2px 4%; }
  #mainpageused table td .wrap4 { margin-top: 0; }
  #mainpageused table td img { width: 150px; height: auto; border: 1px solid #999; }
  #productname { text-align: center !important; }
  .arrowleft, .arrowright { display: none; }
  .portiles .button { position: relative; bottom: 0; }
  .portiles img { width: 96%; }
  .portiles-content-less-width { width: 100%; }
  .featured > ul > li { width: 31%; }
  .content-left-right { flex-direction: column; justify-content: center; }
  .footer-banner .content-left, .footer-banner .content-right { width: 90%; margin: 0 auto; text-align: center; }
  .footer-banner .content-left { margin: 0 auto 35px; }
  .content .less-less-width { width: 100%; }
  .content-left { width: 100%; margin: 0 auto 25px; }
  .content-right { width: 100%; margin: 0 auto; }
}

@media screen and (max-width : 800px) {
  .page-banner-content h1 { font-size: 40px; }
  .inline-icons.quarter-list ul li { width: 40%; }
  .jssora21l, .jssora21ldn, .jssora21r, .jssora21rdn { display: none; }
  .panel-left { position: relative; width: 100%; margin: 0 auto; float: none; }
  .panel-right { position: relative; width: 90%; margin: 0 0 35px; float: none; }
  .panel-wrap .list-centered { width: 60%; }
  .buttons.left-aligned ul li { clear: left; width: 50%; margin: 0 auto 15px; text-align: center; }
  .panel-left-right img { margin-top: 15px; }
  #slideshow-container { padding: 0 0; }
  #slideshow-wrap { float: none; width: 100%; padding: 0 0; margin: 0 auto; }
  #slider1_container { left: 0; border: 0 none; border-bottom: 1px solid #CCC; }
  .slideshow-panel { padding-bottom: 15px; }
  #slideshow-banners { float: none; width: 100%; padding: 10px 0; margin: 0 auto; }
  #slideshow-banners div { float: none; display: block; width: 90%; margin: 0 auto 25px; }
  .container.less-width .content.is-form, .content.is-form { width: 95%; }
  .store-location-content { flex-direction: column; }
  .store-content, .store-map { width: 98%; margin: 0 auto 25px; }
}

@media screen and (max-width : 740px) {
  .catalog-menu, .toggle-menu-close { text-transform: capitalize; }
  #mainpage > p { text-align: left; }
  #form1 input[type="submit"], #form1 input[type="button"] { display: block; min-width: 220px; }
  #topbar-search-wrap { left: 5px; }
  .toggle-off-mobile { display: none !important; }
  .toggle-on-mobile { display: block !important; }
  .index-banner { height: 540px; }
  .banner-icons-wrap { display: none; }
  .page-banner-buttons ul li { width: 80%; margin: 0 0 15px; }
  .location-content-left { position: relative; float: none; width: 100%; text-align: center; }
  .location-content-right { display: none; }
  .subfooter ul li { display: block; margin: 0; border-bottom: 1px solid #666; }
  .subfooter ul li a { padding: 13px 0; }
  .subfooter ul li a:hover { background: #464646; }
  .subfooter ul.copyright li { display: block; }
  .panel-tile-wrap { width: 90%; }
  .inline-icons span {  }
  .inline-icons.single-list ul li { width: 90%; }
  .panel-wrap.with-catalog .inline-icons.quarter-list ul li { width: 28%; }
  .inline-icons.logos ul li { width: 25%; }
  .banner-content h1 { font-size: 30px; }
  .banner-tagline { font-size: 20px; }
  #banner-search { width: 60%; border-width: 8px; }
  .banner-readmore { font-size: 14px; }
  .banner-readmore a i { font-size: 12px; }
  .page-banner { height: 130px; }
  .page-img { float: none; width: 100%; margin: 0 auto 15px; text-align: center; }
  .page-img.shrink { width: 100%; }
  .page-img ul { text-align: center; }
  .page-img ul li { position: relative; display: inline-block; width: 30%; margin: 0 1%; }
  .page-img img { }
  .page-img li.for-mobile img { display: block; width: 90%; margin: 0 auto; }
  .panel-left-right { text-align: center; }
  .buttons.left-aligned ul { text-align: center; }
  .buttons.left-aligned ul li { float: none; }
  .container.is-multi-locations .store-location.custom-map { display: none !important; }
  .store-location-content { margin-bottom: 0; }
  .is-index .catalog-menu a.is-catalog-cart i { font-size: 20px; }
  .catalog-menu a.is-catalog-cart { margin-top: 10px; }
  .page-content-with-img.shrink { clear: both; float: none; width: 100%; }
  .poritem-specs td[width="70"] { position: relative; left: 0; right: inherit; }
  #mainpage td.poritem-detail-image-td-t-td2-1 { width: inherit !important; }
  .mainpage-notice, .poritem-overview { width: 100%; }
  .footer-locations ul li { display: block; margin: 0 auto 15px; }
  .portiles ul li { width: 95%; padding: 15px .5% 25px; margin: 0px auto 20px; }
  .header-store-hours.toggle-on-custom { display: inline-block; }
  .multicolcell { width: 29%; margin-right: 3%; }
  .header-topbar-wrap { font-size: 18px; }
}

@media screen and (max-width : 650px) {
  .toggle-off-t { display: none; }
  .toggle-off-m { display: block; }
  #porgallerythumbnail { position: relative; width: 80%; display: block; margin: 0 auto; }
  #porgallery .photogalleryauto { width: 80% !important; margin-bottom: 15px; }
  #mainpage form[name="feedbackform"] td { float: left; clear: left; padding: 2px 0 !important; }
  form[name="feedbackform"] input { margin-bottom: 10px !important; }
  .panel-content { width: 96%; }
  .panel-wrap.with-catalog .inline-icons span { font-size: 16px; }
  #banner-search { width: 80%; }
  .buttons ul li { width: 80%; margin: 0 0 15px; }
  .page-banner { display: none; }
  .container.less-width .content, .container.less-width .content h1 { text-align: center; }
  .container.less-width .content.align-left, .container.less-width .content.align-left h1 { text-align: left; }
  .slideshow-content-title { font-size: 26px; }
  .slideshow-content-title span { font-size: 14px; }
  .jssorb032 { bottom: 10px; }
  .slideshow-content { margin-top: 5px; }
  .slideshow-content .buttons ul li { min-width: 120px; }
  .slideshow-content .buttons ul li a { font-size: 12px; padding: 10px 10px; }
  .featured > ul > li { width: 48%; }
  .store-location, .store-location-content { width: 100%; }
  .store-map iframe { width: 98%; }
  #catalog-menu-search-box { width: 100%; }
  .multicolcell { width: 46%; margin-bottom: 13px; }
  .footer-links ul li { display: block; margin: 0 auto 10px; }
  .porwelcome-wrap h1, h1 { font-size: 30px; }
  .featured > h2, .footer-banner h3 { font-size: 26px; }
  .footer-panel:first-of-type { margin-bottom: 10px; }
  .footer-panel:last-of-type .footer-links { margin-bottom: 0; }
	.content-left-right.custom { text-align: center; }
	.custom-heading-buttons { flex-direction: column; justify-content: center; }
	.custom-heading, .custom-buttons { margin-bottom: 15px; }
	.custom-inline-links ul { flex-direction: column; }
	.custom-inline-links li::after { display: none; }
}

@media screen and (max-width : 550px) {
  h2 { font-size: 20px; }
  h3 { font-size: 18px; }
  .toggle-off-t { display: none; }
  .toggle-off-m { display: none; }
  #mainpage, #newitempage, .content { width: 86%; }
  #mainpage td[align="left"] { padding: 0 2%; }
  .catalog-menu { width: 90%; padding: 0 5%; }
  .catalog ul li a { padding: 6px 7%; }
  ul.social { display: none; }
  #mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { }
  .index-banner { height: 540px; }
  .page-banner-content h1 { font-size: 36px; }
  .page-banner-tagline { font-size: 16px; padding: 0 40px; }
  .page-banner-buttons { margin-top: 30px; }
  .page-banners { margin: 0 auto 20px; }
  .page -banners ul li, .toggle-banners-right .page-banners ul li { display: none; float: none; width: 100%; margin: 0; }
  .page-banners ul li.for-mobile, .toggle-banners-right .page-banners ul li.for-mobile  { display: block; }
  .panel-tile-btn ul li { float: none; display: block; width: 100%; margin: 0 auto 15px; }
  .panel-tile-btn ul li:last-child { width: 100%; margin: 0 auto; }
  .inline-icons.quarter-list ul li { width: 80%; }
  .inline-icons.double-list ul li { width: 80%; }
  .inline-icons.double-list ul li:first-child { margin-bottom: 40px !important; }
  .inline-icons.match-span-height span { min-height: inherit; }
  .buttons ul li a, .banner-buttons ul li a { white-space: normal; }
  .banner-content { top: 70px; }
  .banner-tagline { font-size: 18px; }
  .buttons.left-aligned ul li { width: 80%; }
  .tile-button { font-size: 20px; }
  #header-search { width: 200px; }
  .custom-button a img { width: 100%; height: auto; }
  .slideshow-content-title { float: none; width: inherit; margin: 0 auto; text-align: center; }
  .slideshow-content .buttons { float: none; margin: 0 auto; }
  .slideshow-content .buttons { margin-top: 10px; }
  .slideshow-content .buttons ul li { max-width: 200px; }
}

@media screen and (max-width : 450px) {
  #topbar-search { width: 200px; padding-left: 20px; }
  .page-banner-buttons ul li { width: 94%; }
  .index-banner { height: 520px; }
  #banner-search { width: 90%; }
  .inline-icons.logos ul li { width: 35%; }
  .toggle-store-locations ul li.store-locations-title { font-size: 14px; }
  .logo img { height: 35px; }
  .catalog-menu a.toggle-off-small-screen { display: none; }
  #catalog-menu-search { width: 200px; }
}

@media screen and (max-width : 430px) {
  .index-banner { height: 540px; }
  .copyright span { display: block; margin-top: 5px; }
  .banner-tagline { font-size: 16px; }
  .catalog-menu-links li {  }
  .slideshow-content-title { font-size: 22px; }
  .slideshow-content-title span { font-size: 12px; }
  .toggle-menu ul li { margin-left: 5px; }
}

@media screen and (max-width : 400px) {
  .toggle-off-small-screen { display: none; }
}

@media screen and (max-width : 360px) {
  .navbar > ul > li > a i { font-size: 18px; padding: 16px 10px; }
}