@charset "utf-8";
/* Double R Rentals */
/* Working
background-color: rgba(0, 0, 0, 0.5);
body: font-family: 'Raleway', sans-serif;
h1 heading on home page: font-family: 'Heebo', sans-serif;
headings: font-family: 'Quicksand', sans-serif;
other: font-family: 'Roboto', sans-serif;
logo: font-family: 'Tangerine', cursive;
font-family: 'Lato', sans-serif;
color: #005DAB;
*/

/* CSS Reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* Clearfix/Floats */
.cf:after { content:""; display: block; clear: both; }
.fl { float: left; } .cl { clear: left; }
.fr { float: right; } .cr { clear: right; }
.cb { clear: both; }

.screen-reader-text { border:0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; width: 1px; overflow: hidden; position: absolute !important; word-wrap:normal !important; }

.deposit-outer {
    background-color: #bfe5ff !important;
}

.deposit-inner {
    background-color: #c9e9ff !important;
}

.captcha {
    max-width: 100%;
}

.feedback-header {
    font-size: 28px !important;
}

/* CSS Document */
body { font-family: 'Roboto', sans-serif; font-size: 20px; background: #FFF; color: #555; font-weight: 400; }
body.scroll-off { overflow: hidden; }

.material-icons { font-size: inherit; line-height: inherit; }
.wrapper, .splashpage-wrap { position: relative; width: 100%; min-width: 320px; margin: 0px auto; }

/* 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; }
em { font-style: italic; }
.small-font { font-size: .8em; }
.alt-color { color: #FFECB0; }
.alt-color:hover { color: inherit; }
strong { font-weight: 700; }
li.strong { font-weight: 700; }
.center { text-align: center; }
.centered { margin: 0px auto; }
.vtop { vertical-align: top; }
.vmiddle { vertical-align: middle; }
.vbottom { vertical-align: bottom; }
.fifty { width: 50%; }
.toggle-off { display: none; }
img.autosize { width: 100%; height: auto; }
.margin-bottom { margin-bottom: 0px !important; }
.border-radius { border-radius: 10px; }
.box-shadow { box-shadow: 0px 8px 6px -6px #000; }
.top-space { padding-top: 8px; }

img.with-border { border: 10px solid #FFF; }
img.with-border.light-gray { border: 10px solid #F3F3F3; }
img.with-border.dark-gray { border: 10px solid #CCC; }
img.with-thin-border { border: 1px solid #EEE; }
img.with-border.gray { background: #FFF; border-color: #EEE; padding: 20px 10px; }

h1, h2, h3 { color: #222; }
h1 { font-size: 36px; line-height: 1.2; margin-bottom: 25px; }
h1.less-bottom-margin { margin-bottom: 0px; }
h1 span { display: block; font-size: 20px; }

/* BASELINE
h1.index { position: relative; text-align: center; padding: 0px 0px; margin: 0px auto; }
h1.index span { text-transform: none; font-size: 26px; }
*/
/* AURORA */
h1.index { width: calc(100% - 50px); text-transform: none; color: #DDD; font-size: 24px; text-align: center; padding: 45px 0px 45px; margin: 0px auto; font-weight: 400; }
h1.index span { display: block; font-size: 30px; color: #FFF; margin-bottom: 8px; }
.panel h2{text-transform:uppercase;}
.panel h2.x-large{font-size:40px;}

h2 { font-size: 28px; line-height: 1.2; }
h3 { font-size: 24px; line-height: 1.2; margin-bottom: 15px; }
h4, h5, h6 { color: #222; }
a, a:visited { color: #005DAB; text-decoration: none; }
a:hover { text-decoration: none; }
p { line-height: 1.5; margin-bottom: 15px; font-weight: 300; }
p.special { line-height: 1.7; margin: 15px 0px; font-weight: 300; }

hr { width: 100%; border: 0; height: 0; margin: 0px; border-top: 1px solid #CCC; border-bottom: 0px none; }
hr.small { width: 80px; margin: 20px auto; border: 0; height: 0; border-top: 3px solid #F5DEB3; border-bottom: 0px none; }
hr.tiny { width: 40px; margin: 10px auto; border: 0; height: 0; border-top: 2px solid #666; border-bottom: 0px none; }
hr.tiny.white { width: 40px; margin: 5px auto; border: 0; height: 0; border-top: 2px solid #CCC; border-bottom: 0px none; }

ul.disc { list-style: disc; margin-left: 20px; margin-bottom: 15px; line-height: 1.5; }
ul.inline li { display: inline-block; margin-right: 25px }

ul.inline li.equipment-repair-img { width: 30%; }

@media screen and (max-width : 500px) {
    ul.inline li.equipment-repair-img { width: 80%; margin-top: 25px; }
}
ol { list-style: decimal; margin-left: 25px; line-height: 1.4; margin-bottom: 15px; font-weight: 300; }
ol li {}

/* Back to top */
.back-to-top { position: absolute; top: -25px; left: 0; right: 0; text-align: center; }
.back-to-top a { color: #FFF; }
.back-to-top i { width: 40px; height: 31px; padding-top: 9px; border-radius: 50%; color: #FFF; background: #005DAB; border: 4px solid #FFF; }
.back-to-top a:hover { color: #FFF; }
.back-to-top a:hover i { background: #444; }
/*.back-to-top a:active i, .back-to-top a:focus i { background: #333; }*/

/* Go to top */
.go-to-top { display: none; position: fixed; right: 15px; bottom: 15px; margin: 0px auto; transition: bottom 0.4s ease 0s; z-index: 10; }
.go-to-top a { display: block; width: 35px; height: 25px; padding: 15px 10px 10px; line-height: 1; background: #005DAB; border-radius: 30px; border: 2px solid #FFF; text-align: center; }
.go-to-top a:hover { text-decoration: none; }
.go-to-top i { color: #FFF; font-size: 20px; line-height: 1; }

/* Topbar */
.topbar-wrap { position: fixed; top: 0; left: 0; right: 0; width: 100%; min-width: 320px; margin: 0px auto; padding: 0px; font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: 700; background-color: transparent; transition: all 0.3s linear; z-index: 6; height: 200px; display: flex; flex-flow: row nowrap; align-items: center; }
.topbar-wrap.is-fixed-topbar { height: 150px; }
.topbar { position: relative; width: 94%; padding: 0px; margin: 0px auto; display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; }
.topbar > ul { text-align: center; }
.topbar > ul { float: left; }
.topbar > ul > li { position: relative; float: left; margin: 0px 7px; }
.topbar > ul > li.is-topbar-logo { float: left; /*background-color: rgba(255,255,255,.6); padding: 0px 5% 0px 10%;*/ }
.topbar > ul > li:first-child { margin-left: 0px; }
.topbar > ul > li:last-child { margin-right: 0px; }
.topbar > ul > li > a { display: block; color: #FFF /*FFF5D7*/; padding: 18px 0px; }
.topbar > ul > li > a:hover, .topbar > ul > li.submenu > a.toggle-submenu.active, .topbar > ul > li.submenu > a.toggle-submenu.active::before { color: #DDD; }
.topbar > ul > li > a i { float: right; padding: 3px 5px; font-size: 13px; line-height: 1; }
.topbar > ul > li > a.toggle-off-topbar-menu i { font-size: inherit; padding: 0px; float: right; margin-top: 0px; padding-left: 3px; }
.topbar > ul > li.is-topbar-logo > a { padding: 0px; color: #FFF; }
.topbar > ul > li.is-topbar-logo > a:hover { color: #FFF; }
.topbar > ul > li.is-topbar-logo > a.phone { padding-top: 6px; }
.topbar > ul > li.is-topbar-logo img { width: auto; max-height:160px; padding: 0px 0px; border-radius: 0px; transition: all 0.3s linear; }
/* AURORA */
.topbar > ul > li.is-topbar-logo span { display: block; margin-top: 10px; font-size: 26px; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8); opacity: 1; height: inherit; -webkit-transition: opacity 2s; -moz-transition: opacity 2s; -ms-transition: opacity 2s; -o-transition: opacity 2s; transition: opacity 2s; color: #FFF; }
.topbar > ul > li.is-topbar-logo a.topbar-logo-tel { display: block; margin-top: 10px; font-size: 26px; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8); opacity: 1; height: inherit; -webkit-transition: opacity 2s; -moz-transition: opacity 2s; -ms-transition: opacity 2s; -o-transition: opacity 2s; transition: opacity 2s; color: #FFF !important; }
.topbar > ul > li.is-topbar-logo span { display: block; margin-top: 10px; font-size: 26px; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8); opacity: 1; height: inherit; -webkit-transition: opacity 2s; -moz-transition: opacity 2s; -ms-transition: opacity 2s; -o-transition: opacity 2s; transition: opacity 2s; color: #FFF; }

.topbar-pane { position: relative; float: right; margin-top: 30px; color: #EEE; font-size: 20px; font-weight: 700; -webkit-transition: margin-top 0.3s ease-in-out; -moz-transition: margin-top 0.3s ease-in-out; -ms-transition: margin-top 0.3s ease-in-out; -o-transition: margin-top 0.3s ease-in-out; transition: margin-top 0.3s ease-in-out; }
.topbar-pane ul { position: relative; float: left;  text-align: right; }
.topbar-pane ul li { position: relative; float: left; margin-left: 10px; font-style: italic; }
.topbar-pane ul li span { color: #FFF; font-size: 22px; font-weight: normal; font-style: normal; margin-left: 5px; }
.topbar-pane ul.social { margin-left: 15px; margin-top: -8px; font-weight: normal; font-size: 30px; }
.topbar-wrap.topbar-mobile-menu .topbar-pane ul.social { margin-top: -6px; }
.topbar-pane ul.social li { width: 38px; border-radius: 6px; text-align: center; padding: 1px 0px 0px 1px; margin-top: -3px; margin-left: 0px; }
.topbar-pane ul.social li a { color: #FFF; }
.topbar-pane ul.social li.adj-icon i { font-size: 29px; padding: 4px 0px 4px; }
.topbar-pane ul.social li.is-cart img { width: auto; height: 26px; margin-top: 3px; }

/* AURORA */
.is-cart img { width: auto; height: 20px; margin-top: -2px; }
.is-search img { width: auto; height: 22px; margin-top: -2px; margin-right: 5px; }
.is-search span.search-label { vertical-align: top; display: inline-block !important; }
.topbar ul li span.underline {position:absolute;bottom:4px;left:0;width:0%;height:3px;background:#C03;transition:all 0.4s;}
.topbar ul li span.underline-search { display: none;position:absolute;bottom:8px;left:0;width:0%;height:3px;background:#C03;transition:all 0.4s;}
.topbar ul li:hover span.underline-search {width: 100%;}
.topbar ul li:hover span.underline {width: 100%;}

.topbar ul.topbar-links { float: right; clear: right; text-transform: uppercase; }
.topbar ul.topbar-links li { position: relative; margin: 0; margin-right: 20px; }
/*
.topbar ul.topbar-links li:last-child, .topbar ul.topbar-links li.last { margin-right: 0px; }
*/
.topbar ul.topbar-links li a { float: left; padding: 18px 0px; margin: 0px 5px; }
.topbar ul.topbar-links li a:hover { color: #EEE; }
.topbar ul.topbar-links li.last a { margin-right: 0px; }
.topbar ul.topbar-links li.is-button a { border-radius: 6px; padding-left: 25px; padding-right: 25px; color: #FFF; background: #ceb65c; }
.topbar ul.topbar-links li.is-button a:hover{ /*opacity: .4;*/ color: #777; }

.toggle-off-topbar-menu { pointer-events:none; }

.topbar-wrap.topbar-mobile-menu { }
.topbar-mobile-menu ul.topbar-links { float: none; clear: both; position: fixed; top: 0; left: 0; bottom: 0; right: 0px; width: 100%; margin: 0px !important; text-align: center; background: #333; z-index: 8; transition: 0s; overflow-y: scroll; }
.topbar-mobile-menu ul.topbar-links li { float: none; display: block; margin: 0px; padding: 0px; text-align: center; border-top: 1px solid #555; }
.topbar-mobile-menu ul.topbar-links li:first-child { border-top-width: 0px; }
.topbar-mobile-menu ul.topbar-links li:last-child { }
.topbar-mobile-menu ul.topbar-links li:hover { background: #111; }
.topbar-mobile-menu ul.topbar-links li a { display: block; float: none; margin: 0px; }
.topbar-mobile-menu ul.topbar-links li.is-button a { background: inherit; color: inherit; }

.topbar-wrap.is-fixed-topbar { background-color: rgba(0, 0, 0, .8); }
.topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo { transition: all .3s linear; }
.topbar-wrap.topbar-mobile-menu .topbar > ul > li.is-topbar-logo { transition: 0s; }
.topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { width: auto; max-height: 70px; }
.topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo span { color: #333; }
.topbar-wrap.is-fixed-topbar .topbar > ul > li > a { /*color: #333;*/ text-shadow: none; }
.topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo a { }
.topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { background: transparent; }
.topbar-wrap.is-fixed-topbar .topbar > ul > li > a:hover { /*color: #666;*/ }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane { margin-top: 15px; }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane ul li { }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane ul.social li { background: transparent; }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane a { color: #FFF; }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane i { width: 28px; }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane ul.social li.adj-icon { margin-left: 0px; margin-top: -4px; }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane ul.social li.adj-icon i { font-size: 18px; padding: 1px 1px 0px; }

.topbar .topbar-phone { font-weight: 700; }

.topbar > ul > li.submenu > a { }
.topbar > ul > li.submenu > a::before { content: '\02c6'; float: left; font-size: 26px; padding: 0px; margin: -12px 3px 0px 0px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.topbar > ul > li.submenu > ul > a::before { content: inherit; }

.topbar-submenu-wrap { display: none; position: absolute; left: 0; right: 0; width: 100%; }
.topbar-submenu-wrap ul { position: relative; border-top-width: 0px; border-top-color: #DDD; margin: 0px; padding: 0px; }
.topbar-submenu-wrap ul li { display: block; line-height: 1.5; border-bottom: 1px solid #CCC; padding: 0px 15px 0px; margin: 0px; }
.topbar-submenu-wrap ul li:hover { background: #222; }
.topbar-submenu-wrap ul li:last-child { border-bottom: 0px none; }
.topbar-submenu-wrap > ul > li > a { display: inline-block; min-width: 100%; font-size: 15px; color: #06C; text-align: left; padding: 8px 0px; white-space: nowrap; margin: 0px; }
.topbar-submenu-wrap ul li:last-child { padding: 0px 15px 0px 13px; }

.topbar ul li.submenu.submenu-inline { position: inherit; }
.topbar ul li.submenu.submenu-inline ul { width: 80%; padding: 35px 10% 40px; left: 0; right: 0; font-size: 14px; text-align: center; background: #EEE; }
.topbar ul li.submenu.submenu-inline li { position: relative; display: inline-block; margin: 0px 3%; border-bottom: 0px none; }
.topbar ul li.submenu.submenu-inline li:first-child { margin-left: inherit; }
.topbar ul li.submenu.submenu-inline li:last-child { margin-right: inherit; }
.topbar ul li.submenu.submenu-inline li:hover { background: transparent; }
.topbar ul li.submenu.submenu-inline li > a { display: block; }
.topbar ul li.submenu.submenu-inline > li > a { color: #444; text-align: center; }
.topbar ul li.submenu.submenu-inline > li > a:hover { color: #111; }

.topbar ul li.submenu.submenu-inline.submenu-locations ul { text-align: left; }
.topbar ul li.submenu.submenu-inline.submenu-locations ul li { float: left; display: block; margin: 0px; margin-right: 3%; padding: 0px 3% 0px 0px; border-right: 1px solid #DDD; }
.topbar ul li.submenu.submenu-inline.submenu-locations ul li:last-child { margin-right: 0; border-right: 0px none; }

.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap > ul > li { position: relative; }
.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap > ul > li > a { max-width: 100%; color: #111; white-space: nowrap; font-size: 14px; }
.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap > ul > li > a::before { content: '\203A'; position: absolute; top: 3px; right: 10px; font-size: 20px; }
.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap ul li { background: #EEE; }
.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap { width: inherit; min-width: 200px; }

.submenu-title { display: block; color: #222; font-size: 20px; text-transform: uppercase; margin-bottom: 5px; }
.icon-map::before { position: absolute; top: 2px; left: -13px; content: ""; background-image: url(images/icon-map.png); width: 20px; height: 20px; background-size: 20px 20px; }

.close-submenu { position: absolute; bottom: 40px; right: 12%; font-size: 14px; font-weight: 700; line-height: 1; }
.close-submenu a { color: #555; }
.close-submenu a:hover { color: #333; }
.close-submenu i { float: left; padding-right: 4px; }

/* Topbar Submenu */
.topbar-links ul {
    display: block;
    position: absolute;
    top: 35px;
    right: -9999px;
    width: auto;
    min-width: 220px;
    margin: 0;
    padding: 15px 0 0;
    z-index: 2003;
}
.topbar-links ul.search { display: none; position: absolute; top: 60px !important; right: -50px; width: auto; min-width: 150px; margin: 0; padding: 15px 0 0; z-index: 2003; }
.topbar-links li.is-search.toggle-on ul.search { display: block; }
.topbar-links li.dropdown:hover ul { left: 0; right: auto; }
.topbar-links li.dropdown i { font-size: 10px; padding-left: 5px; margin-top: 0; }
.topbar-links li.dropdown.left:hover ul { left: auto; right: 0; width: auto; }
/*
.topbar-links ul li:hover { background: #111; margin-top: 1px;}
*/
.topbar-links ul li a {
    display: inline-block;
    min-width: 100%;
    font-size: 16px;
    color: #FFF;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 12px 10px 11px !important;
    white-space: nowrap;
    z-index: 2004;
    border-bottom: 1px solid #BBB;
    float: none;
    border: 0 none;
    line-height: 30px;
    padding: 2px 15px 3px 8px;
    margin-bottom: 1px;
    margin-bottom: 1px !important;
}

.topbar-links ul li a:hover {
    color: #ccc !important;
}

li span.underline-button {position:absolute;bottom:4px;left:0;width:0%;height:3px;background:#C03;transition:all 0.4s;}
li:hover span.underline-button {width: 100%;}

.topbar-links ul.search li a { min-width: 0% !important; }
.topbar-links ul.search { left: -100px !important; top: 50px !important; }
/*
.topbar-links ul li a:hover { color: #333 !important; }
.topbar-links ul li:hover { background: transparent; color: #333 !important; }
*/
/*
.topbar-links ul li:first-child a { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.topbar-links ul li:last-child a { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.topbar-links ul li:last-child, .topbar-links ul li:last-child a { border-bottom: 0 none; }
*/

.get-directions { display: block; margin-top: 10px; }
.get-directions a { display: inline-block; background: #F9F9F9; padding: 10px; border: 1px solid #DDD; border-radius: 8px; }
.get-directions a:hover { }
.get-directions img { display: block; margin: 0px auto 5px; width: 36px; height: auto; }
.get-directions i { color: #e74c3c; }

#topbar-search-wrap { display: none; position: absolute; top: 11px; left: 0px; line-height: 1; }
#topbar-search { position: relative; width: 230px; background: #FFF; border: 0px solid #FFCC00; border-radius: 15px; margin: 0px 0px 0px; padding: 0px 5px; padding-right: 6px; color: #333; overflow: hidden; }
#topbar-search:hover { }
#topbar-search-box { width: 180px; height: 30px; font-size: 18px; color: #333; background: none transparent; border: 0px; padding: 0px; }
#topbar-search-box:hover { cursor: pointer; }
#topbar-search .btn-search { position: absolute; left: 0; top: 0; color: #555; font-size: 15px; font-weight: 700; text-transform: uppercase; padding: 8px 0px 7px 10px; }
#topbar-search .btn-search i { color: #333; font-size: 14px; }
#topbar-search:hover i { color: #333 }
#topbar-search .btn-search img { float: left; width: 25px; height: auto; margin-top: 0px !important; }

#topbar-search-wrap input::-webkit-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
#topbar-search-wrap input::-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
#topbar-search-wrap input:-ms-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
#topbar-search-wrap input:-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }

.toggle-on-topbar-search { }
.toggle-on-topbar-search i { }

.toggle-off-topbar-search { position: absolute; top: 0; right: 0; width: 35px; font-size: 14px; text-align: center; color: #333; line-height: 30px; padding-right: 2px; background: #DDD; }

.toggle-on-topbar-menu { display: none; }
.topbar-wrap.topbar-mobile-menu .toggle-on-topbar-menu { display: block; }

/* Header Search */
#header-search-wrap { position: relative; float: right; margin: -12px 0px 0px 10px; }
#header-search { position: relative; float: left; width: 240px; background: #FFF; border: 0px solid #111; border-radius: 30px; margin: 0px 0px; padding: 0px 10px; padding-right: 6px; color: #333; overflow: hidden; }
#header-search:hover { }
#header-search-box { float: left; width: 100%; height: 40px; font-size: 18px; color: #333; background: none transparent; border: 0px; padding: 0px 0px 0px; padding-left: 5px; }
#header-search-box:hover { cursor: pointer; }
#header-search .btn-search { position: absolute; right: 0px; top: 0px; padding: 0px 13px; color: #333; background: #FFF; font-size: 16px; font-weight: 700; text-transform: uppercase; margin-top: -6px !important;}
#header-search .btn-search i { color: #333; }
#header-search:hover i { color: #333; }
#header-search .btn-search img { float: left; width: 25px; height: auto; margin-top: 0px !important; }

/* navbar search */
#header-search-wrap input::-webkit-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
#header-search-wrap input::-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; } /* firefox 19+ */
#header-search-wrap input:-ms-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; } /* ie */
#header-search-wrap input:-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }

.topbar-placeholder { background: transparent; }

/* Header */
.porheader-wrap { position: relative; width: 100%; margin: 0px auto; padding: 0px 0px 0px; z-index: 3; }
.porheader { position: relative; width: 90%; margin: 0px auto; }

/* Logo */
.logo { position: relative; float: left; width: 30%; color: #FFF; font-size: 40px; }
.logo a, .logo a:hover { color: inherit; z-index: 1; }

/* Navbar */
.navbar-wrap { position: relative; width: 100%; font-size: 20px; font-weight: 400; text-transform: uppercase; z-index: 4; }
.navbar-wrap ul { text-align: center; }
.navbar-wrap ul li { display: inline-block; margin: 0px 1.5%; vertical-align: middle; z-index: 3; }
.navbar-wrap ul li.is-logo { font-size: 80px; width: 25%; font-family: 'Tangerine', cursive; text-transform: none; }
.navbar-wrap ul li.is-logo span { margin-top: -5px; display: block; font-family: 'Roboto', sans-serif; font-size: 22px; font-weight: 300; color: #A3FEBA; }
.navbar-wrap ul li a { display: block; padding: 25px 0px; color: #FFF; text-shadow: 2px 1px #333; }
.navbar-wrap ul li a:hover { color: #DDD; }
.navbar-wrap ul li.is-logo a:hover { color: #FFF; }
.navbar-wrap ul li.toggle-navbar-menu { display: none; text-transform: none; }
.navbar-wrap ul li.toggle-navbar-menu a {  background: #EEE; }
.navbar-wrap ul li.toggle-navbar-menu i { padding-right: 0px; }

/* Icons */
.inline-icons { position: relative; margin: 0px auto; }
.inline-icons ul { text-align: center; }
.inline-icons ul li { position: relative; width: 44%; display: inline-block; margin: 0px 1.5% 0px; 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 0px 0px; 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: 0px 0px 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: 0px 5px; }
.inline-icons.single-list ul li { width: 34%; vertical-align: middle; margin: 0px 0px 0px; display: inline-block; }
.inline-icons.double-list ul li { width: 34%; vertical-align: top; margin: 0px 7.5% 0px; }
.inline-icons.quarter-list ul li { width: 20%; vertical-align: top; }
.inline-icons.quarter-list ul li.toggle-block { width: 100%; margin: 0px auto; vertical-align: top; }
.inline-block ul { display: inline-block; vertical-align: top; margin: 0px 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-wrap { position: relative; width: 100%; margin: 0px auto; background: #FFF; }
.banner-wrap.fade-in-panel { opacity: 0; }
.banner { min-height: 800px; }
.topbar-banner { min-height: 300px; }
.banner.for-page { min-height: 600px; }
/*.banner, .panel-wrap.with-bg { background-attachment: fixed; background-repeat: no-repeat !important; background-position: center center !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; }*/
.banner, .panel-wrap.with-bg, .topbar-banner { background-attachment: fixed; background-repeat: no-repeat !important; background-position: top center !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; }
.panel-wrap.for-page { background-attachment: fixed; background-repeat: no-repeat !important; background-position: top center !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; }
.banner.header-img { background: transparent url('slideshow/banner-1.jpg?v=2.01'); }
.generic-img { background: transparent url('slideshow/page-banner-1.jpg?v=2.01'); }
.banner.corp-header-img { background: transparent url('slideshow/banner-corporate-header.jpg?v=2.01'); }
.banner.wedding-header-img { background: transparent url('slideshow/banner-wedding-header.jpg?v=2.01'); }
.banner-wrap.bg-fixed .banner, .panel-wrap.bg-fixed { background-attachment: fixed !important; }
.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%; z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 25%, 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); }

.banner-content { position: absolute; top: 300px; left: 0; right: 0; margin: 0px auto; color: #FFF; text-align: center; /*background-color: rgba(0,0,0,0.4);*/ z-index: 3; }
.banner-title { position: relative; background: rgba(0,0,0,0.6); display: inline-block; width: inherit; margin: 0px auto; padding: 20px 50px 30px; border-radius: 10px; border: 12px solid #EEE; border-left: 0px none; border-right: 0px none; box-shadow: 0px 8px 6px -6px #000; }
.banner-content h1 { color: inherit; font-family: 'Heebo', sans-serif; font-size: 40px; font-weight: 500; margin-bottom: 15px; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8); }
.banner-content h1 span { display: block; font-size: 30px; }
.banner-tagline { font-size: 18px; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8); }

/* Banner Buttons */
.banner-buttons { position: relative; margin: 0px auto; margin-top: 15px; }
.banner-buttons.top-margin { margin-top: 45px; }
.banner-buttons ul { text-align: center; }
.banner-buttons ul li { position: relative; display: inline-block; margin: 0px 15px 15px; }
.banner-buttons ul li a { display: block; font-family: 'Roboto', sans-serif; font-size: 18px; color: #111; text-transform: uppercase; line-height: 1; padding: 18px 30px; border: 2px solid #333; border-radius: 6px; background: #FFF; white-space: nowrap; }
.banner-buttons ul li:last-child a { color: #FFF; background: #ceb65c; border: 2px solid #ceb65c; }
.banner-buttons ul li:hover a { color: #777; /* background-color: rgba(0, 0, 0, 0.5); transition: all 0.5s ease; */ }
.banner-buttons ul li:last-child:hover a { color: #777; }

.banner-gradient.light .banner-buttons ul li a { background-color: rgba(0, 0, 0, 0.8); }

/* Banner Search */
#banner-search-wrap { position: relative; margin-top: 30px; }
#banner-search { position: relative; width: 90%; min-width: 300px; background: #FFF; border: 10px solid #DDD; border-radius: 0px; margin: 0px auto; padding: 0px; color: #666; box-shadow: 0px 8px 6px -6px #000; }
#banner-search:hover { background: #FFF; /*border-color: #CCC;*/ }
#banner-search-box { float: left; width: 100%; font-size: 16px; height: 25px; background: none transparent; border: 0px none; padding: 10px 0px; padding-left: 15px; }
#sbanner-search-box:hover { cursor: pointer; }
#banner-search .banner-btn-search { position: absolute; top: 0; right: 0; padding: 0px 20px; font-family: 'Roboto Condensed', sans-serif; color: #FFF; font-size: 18px; line-height: 45px; text-transform: uppercase; background: #005DAB; font-weight: 700; text-decoration: none !important; }
#banner-search .banner-btn-search i { color: #666; font-size: 22px; }
#banner-search:hover i { color: #111; }
#banner-search .banner-btn-search img { float: left; width: 25px; height: auto; margin-top: 0px !important; }

#banner-search input::-webkit-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
#banner-search input::-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
#banner-search input:-ms-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
#banner-search input:-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }

a.readmore { position: relative; padding-left: 17px; color: #333; font-weight: 700; }
a.readmore::before { content: "\00BB"; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 25px; margin-top: -3px; color: #06C; }
p.more-bottom-margin { margin-bottom: 30px; }

.banner-readmore { margin-top: 20px; font-size: 16px; text-transform: uppercase; }
.banner-readmore a { width: 130px; font-family: 'Roboto Condensed', sans-serif; color: #FFF; font-weight: 700; text-decoration: none !important; margin: 0px auto; white-space: nowrap; text-shadow: 0px 2px 2px rgba(0, 0, 0, 1); }
.banner-readmore a span { display: block; }
.banner-readmore a i { font-size: 14px; }

/* Page Banner */
.page-banner { position: relative; width: 100%; height: 200px; margin: 0px auto; line-height: 0; }
.page-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }

/* Page Banners */
.page-banners { position: relative; width: 100%; margin: 0px auto 30px; }
.page-banners ul { text-align: center; }
.page-banners ul li { position: relative; float: left; width: 32%; margin: 0px; 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; }

.left-content { position: relative; width: 50%; float: left; }
.left-content.with-logos { width: 72%; }

/* BASELINE
.page-img { position: relative; width: 45%; float: right; margin: 10px 0px 40px 5%; }
.page-img.is-logos { width: 20%; }
.page-img img { width: 100%; height: auto; border-radius: 10px; }
.page-img.is-logos img { border-radius: 10px; background: #FFF; padding: 10px; border: 1px solid #DDD; }
.page-img ul li { margin-bottom: 25px; }
.page-img.is-logos ul li { margin-bottom: 10px; }
*/

/* AURORA RENTS */
.page-img{position:relative;float:right;width:30%;margin:0px 0px 40px 0px;}
.page-img ul li{margin-bottom:25px;}
.page-img img{display:block;width:100%;height:auto;margin:0px auto 10px;}
.page-img.small img{max-width:250px;}
.page-img.large img{max-width:500px;}
hr.soft { border: 0; height: 0; margin-top: 45px; margin-bottom: 45px; border-top: 1px solid #EEE; border-bottom: 0px none; }
.panel-left.padded { margin-bottom: 30px; }

.page-img.shrink { width: 30%; }
.page-img.shrink img { }
.page-img.ml {margin-left: 10%;}

.toggle-banners-right .page-banners { float: right; width: 30%; margin: 10px 0px 0px 60px; }
.toggle-banners-right .page-banners ul li { float: none; display: block; width: 100%; margin: 0px 0px 15px; }
.toggle-banners-right h1 { text-align: left !important; }

/* Panels */
.panel-wrap { position: relative; width: 100%; margin: 0px auto; padding: 25px 0px; font-size: 18px; }
.panel { position: relative; margin: 0px auto; }
.panel-wrap.more-padding { padding: 60px 0px; }
.no-bottom-padding { padding-bottom: 0px; }
.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.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.dark { background: #555 }
.panel-wrap h2 { margin-bottom: 30px; font-size: 30px; color: #111; }
.panel-wrap .panel-heading { margin-bottom: 10px; font-size: 30px; color: #111; }
.panel-wrap h3 { font-size: 30px; }
.panel-wrap.alt-color { background: #F6F6F6; }
.panel-content { position: relative; width: 80%; margin: 0px 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: 0px; }
.panel-wrap.with-catalog .inline-icons span { margin-top: 0px; color: #222; }
.panel-wrap.with-catalog .panel-heading { margin-bottom: 0px; }
.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 { position: relative; width: 70%; margin: 0px 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; margin-bottom: 25px; }
.panel .readmore a::before { content: '\25ba'; font-size: 14px; color: #333; float: left; margin-top: 0px; padding-right: 5px; }

/* 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: 0px 15px 15px 0px; }
.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: 0px !important; }

.toggle-navbar { display: none; position: absolute; top: 25px; right: 4%; padding: 10px; font-size: 30px; }
.toggle-navbar a { display: block; color: #FFF; }

.topbar-wrap ul li.toggle-topbar-menu { display: none; text-transform: none; z-index: 10; }
.topbar-wrap ul li.toggle-topbar-menu a {  background: #EEE; }
.topbar-wrap ul li.toggle-topbar-menu i { padding-right: 0px; }

.toggle-topbar { display: none; padding: 0px; margin-right: 30px; z-index: 7; }
.toggle-topbar a { display: block; padding: 0px; color: #FFF; margin: 0; }
.toggle-topbar img { width: auto; height: 25px; }

/*.toggle-topbar a[title="View Cart"]::after { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; content: "\f07a"; }*/

.topbar-wrap.topbar-mobile-menu .topbar-pane ul.social li { margin-top: -2px; }

.toggle-topbar ul { display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-end; }
.toggle-topbar ul li { margin-left: 35px; font-size: 34px; }
.toggle-topbar ul li:first-child { margin-left: 15px; }
.toggle-topbar ul li:not(:last-child) { font-size: 28px; }
.toggle-topbar a { color: #FFF; }

/* Slideshow */
#slideshow-holder { opacity: 0; position: relative; width: 100%; /*background: url(images/bg-slideshow.jpg) repeat;*/ background: #FFF; padding: 0px 0px; margin: 0px auto; overflow: hidden; z-index: 0; }
.slideshow-gradient { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  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-wrap { position: relative; width: inherit; max-width: 100%; padding: 0px 0px; margin: 0px auto; border-radius: 0px; overflow: hidden; }
#slider1_container { position: relative; margin: 0 auto; top: 0px; left: 0px; overflow: hidden; }
#slider1_container a { display: block; }
.slideshow-dimensions { width: 1920px; height: 1000px; }
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av { background: url(images/b13.png) no-repeat; overflow: hidden; cursor: pointer; }
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn { position: absolute; cursor: pointer; display: block; background: url(slideshow/img/a03.png) center center no-repeat; overflow: hidden; z-index: 4; }
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21ldn { background-position: -243px -33px; }
.jssora21rdn { background-position: -303px -33px; }
.jssorb21 { position: absolute; bottom: 20px; left: 6px; }
.jssora21l, .jssora21ldn { width: 55px; height: 55px; top: 45%; left: 8%; }
.jssora21r, .jssora21rdn { width: 55px; height: 55px; top: 45%; right: 8%; }
#slider1_container img:hover, .slides .slide-panel:hover { cursor: pointer; }

/* AURORA RENTS */
.slide-panel{ position:absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);width:50%;color:#FFF;font-size:40px;padding:35px 50px 15px;margin:auto;background-color:rgba(0, 0, 0, 0.5);z-index:2001;}
.slide-panel h1{color:#FFF;font-size:24px;padding-bottom:20px;}
.slide-panel h1 span{color:#FFF;font-size:36px;margin-bottom:10px;}
.slide-panel .slide-panel-content{position:relative;width:100%;text-align:center;}
.slide-panel-pane{position:relative;min-width:300px;margin:0px auto;}
.slide-panel-pane .slide-panel-header{font-size:24px;line-height:1.1em;}
.slide-panel-heading{display:block;margin-bottom:35px;}
.slide-show-readmore{position:relative;margin-top:15px;font-size:20px;text-transform:uppercase;}
.slide-show-readmore a{width:130px;font-family:'Roboto Condensed', sans-serif;color:#FFF;text-decoration:none !important;margin:0px auto;white-space:nowrap;text-shadow:0px 2px 2px #000;}
.slide-show-readmore a span{display:block;}
.slide-show-readmore a i{font-size:30px;}

/* AURORA RENTS */
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)); }
hr.spaced { margin-bottom: 30px !important;}

/* AURORA RENTS */
#search-bar-wrap{display:none;width:100%;min-width:360px;max-width:400px;margin:0px;padding:0px;}
#search-bar-wrap.fixed{position:absolute;top:50px;left:auto;right:-20px;z-index:100001;}
#search-bar-wrap #search-bar{float:left;width:100%;max-width:95%;margin:0px auto;padding:0px;}
#search-bar-wrap #search-wrap{position:relative;float:left;width:96%;background:transparent;margin:0px;padding:7px 0px 0px;height:68px;border-top:0px none;border-bottom:0px none;margin-left:5%;}
#search-bar-wrap #search-bar-logo{position:relative;float:left;width:17%;}
#search-bar-wrap #search-bar-logo img{float:right;width:auto;height:100px;margin-top:10px;padding:0px 0px;}
#search-bar-wrap #search{position:relative;width:100%;float:right;background:#FFF;border:6px solid #333;border-radius:0px;margin:5px 0px 0px;padding:0px 0px;color:#666;box-shadow:0 0 15px 1px rgba(0,0,0,0.3);}
#search-bar-wrap #search:hover{border-color:#111;transition:border-color 0.4s ease 0s;}
#search-bar-wrap #search:hover i{color:#111;}
#search-bar-wrap #search-box{width:95%;height:48px;background:none transparent;border:0px;padding:0px;padding-left:5%;}
#search-bar-wrap #search-box:hover{cursor:pointer;}
#search-bar-wrap .btn-search{position:absolute;top:0px;right:0px;line-height:48px;font-family:'Roboto Condensed', sans-serif;font-size:16px;font-weight:400;background:#DDD;color:#111;text-transform:uppercase;text-decoration:none !important;border-left:1px solid #333;margin:0px;padding:0px 20px;}
#search-bar-wrap .btn-search:hover{}
#search-bar-wrap .btn-search i{color:#666;font-size:22px;}
#search-bar-wrap .btn-search img{width:20px;height:20px;}

.slideshow-content { position: absolute; top: 220px; left: 0; right: 0; margin: 0px auto; color: #FFF; text-align: center; z-index: 3; }
.slideshow-content h1 { color: inherit; font-size: 60px; margin-bottom: 15px; }
.slideshow-tagline { font-size: 40px; }
.slideshow-buttons { position: relative; margin-top: 45px; }
.slideshow-buttons ul { text-align: center; }
.slideshow-buttons ul li { position: relative; display: inline-block; margin: 0px 15px 15px; }
.slideshow-buttons ul li a { display: block; font-family: 'Roboto', sans-serif; font-size: 26px; color: #FFF; text-transform: uppercase; line-height: 1; padding: 18px 25px; border: 2px solid #CCC; background-color: rgba(0, 0, 0, 0.5); white-space: nowrap; }
.slideshow-buttons ul li:last-child a { background: #ceb65c; border: 2px solid #ceb65c; }
.slideshow-buttons ul li:hover a { background-color: rgba(0, 0, 0, 0.8); transition: all 0.5s ease; }
.slideshow-buttons ul li:last-child:hover a { background: #ceb65c; border-color: #ceb65c; }

/* BASELINE */
/* Featured
.featured-wrap { position: relative; width: 100%; margin: 0px auto; background: #333 url(images/bg-body.png) repeat top left; background-size: 200px 200px; padding: 30px 0px 45px; margin-top: 0px; }
.featured-wrap > ul { position: relative; width: 90%; text-align: center; margin: 0px auto; padding: 0px 0px 0px; overflow: hidden; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; }
.featured-wrap > ul > li { position: relative; display: inline-block; vertical-align: top; width: 18%; height: auto; margin: 0px .5% 20px; padding: 0px 0px; line-height: 0; background: #FFF; border-radius: 15px; border: 8px solid #CCC; box-shadow: 0px 8px 6px -6px #000; }
.featured-wrap > ul > li:hover { transition: background-color 0.4s ease 0s; }
.featured-wrap > ul > li:last-child { }
.featured-wrap > ul > li span { display: block; width: 100%; text-align: center; background: #005DAB; color: #FFF; padding: 10px 0px; margin: 0px auto; line-height: 1; text-align: center; }
.featured-wrap > ul > li:hover span { transition: background-color 0.4s ease 0s; }
.featured-wrap > ul > li a { display: block; font-size: 18px; color: #EEE; text-decoration: none; padding: 20px 0px 0px; }
.featured-wrap > ul > li a:hover { color: #FFF; }
.featured-wrap > ul > li img { width: 80%; height: auto; margin: 0px auto 5px; padding: 0; border-radius: 0px; border: 0px solid #999; opacity: 1; }
.featured-wrap > ul > li a:hover > img { }
.featured-wrap h1 { color: #FFF; margin-bottom: 35px; }
.featured-wrap h2 { font-size: 26px; text-align: center; padding: 0px; margin: 0px 0px; border-radius: 8px; overflow: hidden; }
.featured-wrap p { font-size: 20px; text-align: center; color: #FFF; text-transform: uppercase; }
*/
/* AURORA */
.featured-wrap { position: relative; width: 100%; margin: 0px auto; background: #333 url(images/bg-body.jpg) repeat top left; background-size: 200px 200px; padding: 0px 0px 45px; margin-top: 0px; }
.featured-wrap > ul { position: relative; width: 90%; text-align: center; margin: 0px auto; padding: 0px 0px 0px; overflow: hidden; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; }
/*.featured-wrap{position:relative;width:88%;margin:0px auto;padding:3% 0px 4%;margin-top:0px;z-index:3001;}*/
/*.featured-wrap ul{width:100%;;text-align:center;padding:0px 0px 0px;margin-top:2%;overflow:hidden;font-family:'Roboto Condensed', sans-serif;text-transform:uppercase;}*/
.featured-wrap ul li{position:relative;display:inline-block;vertical-align:top;width:18%;margin:0px 0px 15px;margin-right:1%;padding:0px 0px 20px;line-height:0;background-color:rgba(46, 46, 145, 0.3);border-radius:20px;border:2px solid #EEE;}
.featured-wrap ul li:hover{background-color:rgba(46, 46, 145, 0.6);transition:background-color 0.4s ease 0s;}
.featured-wrap ul li:last-child{}
.featured-wrap ul li span{display:block;width:70%;text-align:center;color:#FFF;background-color:rgba(0, 0, 0, 0.8);padding:10px 0px;margin:0px auto;line-height:1;border-radius:10px;}
.featured-wrap ul li:hover span{background-color:rgba(0, 0, 0, 0.9);transition:background-color 0.4s ease 0s;}
.featured-wrap ul li a{font-size:18px;color:#EEE;text-decoration:none;}
.featured-wrap ul li a:hover{color:#FFF;}
.featured-wrap ul li img{width:70%;margin:30px auto 15px;padding:0;height:auto;border-radius:0px;opacity:1;border-radius:10px;}
.featured-wrap ul li a:hover img{}
.featured-wrap h2{font-size:20px;text-align:center;padding:0px;margin:0px;}
.featured-wrap p{font-size:20px;text-align:center;color:#FFF;text-transform:uppercase;}
.featured-wrap ul li span{font-size:13px;}
.button{}
.button a{display:inline-block;min-width:250px;background:#666;padding:10px 30px 12px;margin:0px 15px 15px;font-family:'Roboto Condensed', sans-serif;font-size:18px;color:#FFF;text-transform:uppercase;text-decoration:none !important;}
.button.gray a{color:#111;background-image:linear-gradient(#FFF,#CCC);padding:18px 25px 19px;border:3px solid #111;border-radius:8px}
.button.gray a:hover{border-color:#000;}
.button.alt-color a{background:#03C;color:#FFF;}
.button.link a{background:none;}



/* Content */
.container-wrap { position: relative; width: 100%; margin: 0px auto; padding: 20px 0px 60px; background: #F6F6F6; z-index: 0; }
.container { position: relative; width: 90%; margin: 0px auto;; }
.container-wrap, .container { padding-bottom: 25px !important; }
.container-wrap .container .catalog-wrap { width: 89%; padding: 0px 5.5% 60px; }
.content { position: relative; width: 70%; float: left; margin: 10px auto 0px; min-height: 400px; }
.content h2 { margin-bottom: 10px; }

/* BASELINE */
/* Buttons
.button a { display: inline-block; padding: 15px 25px; background: #005DAB; color: #FFF; text-decoration: none; border-radius: 10px; }
*/
.buttons { position: relative; margin-top: 15px; }
.buttons ul { text-align: center; }
.buttons ul li { position: relative; display: inline-block; min-width: 230px; margin: 0px 15px 15px; }
.buttons ul li a { display: block; font-family: 'Roboto', sans-serif; font-size: 20px; color: #FFF; line-height: 1; padding: 18px 30px; border: 2px solid #FFF; border-radius: 6px; white-space: nowrap; background-color: #005dab; transition: all 0.5s ease; box-shadow: 0px 8px 6px -6px #000; }
.buttons ul li:hover a { background-color: #005dab; }


/* AURORA */
.buttons ul li a{display:inline-block;min-width:250px;background:#666;padding:10px 30px 12px;margin:0px 15px 15px;font-family:'Roboto Condensed', sans-serif;font-size:18px;color:#FFF;text-transform:uppercase;text-decoration:none !important;}
.buttons ul li a{color:#111;background-image:linear-gradient(#FFF,#CCC);padding:18px 25px 19px;border:3px solid #111;border-radius:8px}
.buttons ul li:hover a {border-color:#000;}
.buttons.alt-color ul li a{background:#03C;color:#FFF;}
.buttons.link ul li a{background:none;}


/* Catalog */
.catalog-wrap { position: relative; width: 80%; margin: 0px auto; background: #F6F6F6; padding: 40px 10% 60px; font-size: 18px; z-index: 0; }
.catalog-title { font-size: 24px; font-weight: 400; text-transform: uppercase; margin: 5px 0px 15px; }
.catalog { position: relative; width: 20%; padding: 25px 2%; margin-right: 5%; float: left; 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); border-radius: 15px; z-index: 1; }
.catalog ul li { position: relative; display: block; padding: 5px 0px; text-align: left; line-height: 1.1; }
.catalog ul li a { display: block; color: #333; text-decoration: none; text-transform: uppercase; }
.catalog ul li a:hover { color: #06C; }

.catalog-menu { display: none; position: relative; width: 92%; height: 45px; margin: 0px auto; padding: 0px 4%; border: 1px solid #CCC; border-top: 0px none; border-left: 0px none; border-right: 0px none; background: #F9F9F9; line-height: 1; font-size: 16px; font-weight: 700; z-index: 2; }
.catalog-menu .toggle-menu-close { display: none; }
.catalog-menu i { float: left; margin-top: 0px; margin-right: 5px; font-size: 16px; }
.catalog-menu .dropdown-icon i { float: right; margin-right: 0px; margin-left: 5px; font-size: 10px; margin-top: 4px; }
.catalog-menu a { float: left; display: inline-block; color: #4168B1; text-decoration: none; padding: 15px 0px; }
.catalog-menu a:hover { color: #4168B1; }
.catalog-menu a.active { color: #4168B1; }

/* AURORA RENTS */
.slideshow-search .catalog-search-wrap { max-width: 500px !important; }
.slideshow-search #catalog-search-box { height: 70px !important; }
.slideshow-search .catalog-btn-search {margin-top: 8px;}

.catalog-wrap.mobile-menu .catalog-search-wrap { display: none; }
.catalog-wrap.mobile-menu .catalog { background: #EEE; padding: 0px 0px; box-shadow: none; border-radius: 0px; }
.catalog-wrap.mobile-menu .catalog ul li { text-align: left; }
.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: #4168B1; }

.catalog-menu-links { position: relative; float: right; }
.catalog-menu-links ul { text-align: right; }
.catalog-menu-links li { position: relative; display: inline-block; margin: 0px 10px; vertical-align: middle; }
.catalog-menu-links li:first-child { margin-left: 0px; }
.catalog-menu-links li:last-child { margin-right: 0px; }
.catalog-menu-links li a { color: #4168B1; }

#catalog-menu-search { position: relative; width: 100%; max-width: 250px; background: #FFF; border: 1px solid #DDD; border-radius: 0px; margin: 0px 0px; padding: 0px 0px; }
#catalog-menu-search:hover { }
#catalog-menu-search-box { position: relative; width: 100%; height: 28px; background: none transparent; border: 0px none; padding: 0px 10px !important; margin: 0px !important; }
#catalog-menu-search-box:hover { cursor: pointer; }
.catalog-menu-btn-search { position: absolute; top: 6px; right: 3px; padding: 0px !important; color: #666; text-decoration: none; }
.catalog-menu-btn-search i { color: #999; }
#catalog-menu-search:hover i { color: #333; }
#catalog-menu-search input::-webkit-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
#catalog-menu-search input::-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; } /* firefox 19+ */
#catalog-menu-search input:-ms-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; } /* ie */
#catalog-menu-search input:-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }

/* Catalog Search */
.catalog-search-wrap { position: relative; width: 100%; max-width: 260px; margin: 0px 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: #F6F6F6; border: 2px solid #999; border-radius: 8px; margin: 0px 0px; padding: 0px 3%; color: #333; overflow: hidden; }
#catalog-search-box { float: left; width: 100%; height: 40px; font-size: 18px; color: #333; background: none transparent; border: 0px; padding: 0px 0px 0px; padding-left: 5px; }
#catalogr-search-box:hover { cursor: pointer; }
#catalog-search .catalog-btn-search { position: absolute; right: 10px; top: 5px; line-height: 30px; font-size: 20px; color: #333; font-weight: 700; text-transform: uppercase; padding: 0px 0px; }
.slideshow-search #catalog-search .catalog-btn-search { top: 12px; right: 20px; font-size: 30px; }
#catalog-search .catalog-btn-search i { color: #333; }
#catalog-search:hover i { color: #666; }
#catalog-search .catalog-btn-search img { float: left; width: 25px; height: auto; margin-top: 0px !important; }

/* catalog search */
.catalog-search-wrap input::-webkit-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
.catalog-search-wrap input::-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
.catalog-search-wrap input:-ms-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
.catalog-search-wrap input:-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }

/* slideshow search */
.slideshow-search .catalog-search-wrap input::-webkit-input-placeholder { font-size: 20px !important; }
.slideshow-search .catalog-search-wrap input::-moz-placeholder { font-size: 20px !important; }
.slideshow-search .catalog-search-wrap input:-ms-input-placeholder { font-size: 20px !important; }
.slideshow-search .catalog-search-wrap input:-moz-placeholder { font-size: 20px !important; }

/* Resources */
.resources { position: relative; margin-top: 30px; text-align: center; font-weight: 300; font-size: 16px; line-height: 1.2; }
.resources h2 { margin-bottom: 5px; text-transform: uppercase; font-size: 24px; }
.resources ul { margin-bottom: 15px; }
.resources ul li { display: block; padding: 7px 0px; }
.resources a { display: inline-block; padding: 0px 30px; }
.resources a:hover { color: #333; }

/* Gallery */
#porgallery { position: relative; width: 80%; margin: 0px auto 50px; text-align: center; }
#porgallery div { text-align: center !important; float: none !important; }
#porgallery h1, #porgallery h4 { text-align: center !important; }
#porgallery h4 { font-size: 24px !important; }
#porgallery .photogalleryauto { width: 300px !important; height: auto !important; }
#porgallerythumbnail { position: relative; width: 40%; display: inline-block; margin: 0px 2%; }
#porgallerythumbnail img { width: 100%; height: auto; }
#porgallerythumbnail br { display: none; }
#porgallery .clickme { font-size: 12px; }

.inline-gallery { position: relative; margin: 0px auto; }
.inline-gallery ul li { float: left; margin-right: 20px; }
.inline-gallery ul li:last-child { margin-right: 0; }

/* Accordion */
.accordion-wrap { position: relative; width: 100%; margin: 30px auto 0; overflow: hidden; }
.accordion-wrap .accordion { position: relative; padding: 0 50px 0 20px; margin-bottom: 2px; }
.accordion-wrap .toggle-accordion { display: block; font-size: 24px; font-weight: 500; color: #727373; padding: 15px 0; 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: #727373; font-size: 18px; }
.accordion-wrap .toggle-accordion span.toggle-off-this-accordion-panel { display: none; position: absolute; top: 15px; right: 2%; color: #727373; 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: 20px; color: #727373; 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: #F8F8F8; }
.accordion-wrap .accordion:nth-child(odd) { background: #F0F0F0; }

/* AURORA */
ul li a.bullet-dark{background:url(images/bullet-dark.png) no-repeat 0px 7px;padding-left:12px;}

.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: #06C; padding: 10px 0; }
.expand-accordion i { font-size: 8px; float: left; padding-right: 5px; margin-top: 3px; }
.toggle-off-all-accordions { display: none; }

#mainpage select#foundUs { margin-top: 10px; }
#mainpage select { border: 1px solid #BBB !important; background: #F7F7F7 !important; font-size: 18px !important; padding: 7px; }
#mainpage select option { margin: 5px 0 0; }


/* Accordion
.accordion-wrap { position: relative; width: 100%; margin: 0px auto; }
.accordion-wrap .accordion { position: relative; padding: 0px 2% 0px; }
.accordion-wrap .toggle-accordion { display: block; font-size: 18px; font-weight: 500; color: #111; padding: 15px 0px; 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: 0px; }
.accordion-wrap p { font-size: 16px; color: #444; padding: 0px 0px 15px !important; margin-bottom: 0px; overflow: hidden; }
.accordion-wrap .accordion:nth-child(even) p, .accordion-wrap .accordion:nth-child(even) ul { padding-top: 0px; }
.accordion-wrap a.bullet-dark { vertical-align: top; }
.accordion-wrap .accordion:nth-child(odd) { background: #F9F9F9; }
.accordion-wrap .accordion:nth-child(even) { background: #FFF; }

.toggle-off-accordion-panel { padding-bottom: 20px; }
.accordion-wrap.less-padding .toggle-off-accordion-panel { padding-bottom: 0px; }

.expand-accordion { position: relative; text-align: right; font-size: 14px; padding: 0px 1%; }
.expand-accordion span { position: relative; }
.expand-accordion a { display: inline-block; color: #333; padding: 10px 0px; }
.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: 0px auto; padding-bottom: 25px; font-weight: 700; }
.portiles { position: relative; width: 100%; margin: 0px auto; }
.portiles ul { position: relative; text-align: center; }
.portiles ul li { position: relative; display: inline-block; width: 30%; padding: 0px; margin: 0px .5% 20px; line-height: 0; overflow: hidden; }
.portiles ul li a { color: #FFF !important; }
.portiles ul li img { width: 100%; height: auto; margin: 0px auto; }
.portiles ul li h3 { position: relative; font-family: 'Roboto Condensed', sans-serif; display: block; color: #FFF; text-transform: uppercase; text-align: center; }

.portiles-content { position: relative; width: 80%; margin: 0px auto; padding-bottom: 25px; font-size: 26px; color: #333; text-align: left; }
.portiles-content h2 { font-size: 26px; margin-bottom: 35px; font-weight: 700; }
.portiles-content .button { float: right; margin: 0px 0px 40px 40px; }

.tile-button, .tile-description { position: absolute; display: block; left: 0; right: 0; text-align: center; text-transform: uppercase; white-space: nowrap; }
.tile-description span::before, .tile-description span::after { content:"\2014"; }
.tile-button a, .tile-description a { text-decoration: none; }

.portiles .tile-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); -webkit-transition: background-color 0.3s ease 0s; -moz-transition: background-color 0.3s ease 0s; -ms-transition: background-color 0.3s ease 0s; -o-transition: background-color 0.3s ease 0s; transition: background-color 0.3s ease 0s; }
.portiles ul li:hover .tile-overlay { /*height: 80px;*/ background-color: rgba(0, 0, 0, 0.6); cursor: pointer; }

.tile-button { bottom: 49%; font-size: 25px; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8); -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
.portiles ul li:hover .tile-button { /*top: 15px;*/ }

.tile-description { opacity: 0; bottom: 28%; font-size: 18px; text-transform: none; }
.portiles ul li:hover .tile-description { opacity: 1; bottom: 40%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

/* AURORA */
.location-content { margin: 25px 0 15px; flex: 1 1 auto; }

/* Locations */
.store-location { position: relative; width: 94%; padding: 30px 3%; margin: 0px auto; background: #FFF; border: 1px solid #CCC; border-radius: 10px; text-align: center; display: flex; flex-flow: row wrap; justify-content: center; }
.store-location-content { position: relative; width: 45%; margin: 0px 1% 20px; text-align: center; display: flex; flex-direction: column; }
.store-location-content h2 { margin-bottom: 5px; font-size: 26px; }
.store-location h3 { margin-bottom: 5px; }
.store-location .feedback { flex-basis: 100%; }
.store-location-content p { line-height: 1.4; }
.location-directions { position: relative; margin-top: 10px; font-size: 16px; font-weight: 700; }
.location-directions a { color: #333; }
.location-directions img { width: 30px; height: auto; display: inline-block; vertical-align: middle }
.location-directions span { display: inline-block; vertical-align: middle; padding-left: 5px; }
.store-map { position: relative; overflow: hidden; }
.store-map iframe { display: block; width: 95%; min-height: 380px; height: auto; margin: 0px auto; border: 1px solid #666 !important; }
.location-content-left { position: relative; float: left; width: 40%; }
.location-content-right { position: relative; float: left; width: 60%; }

.showroom { position: relative; width: 100%; margin: 0px 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: 0px; }

.store-locations-call-list { position: relative; width: 100%; margin: 0px auto; }
.store-locations-call-list ul { text-align: center; }
.store-locations-call-list ul li { display: inline-block; margin: 0px 10px 15px; }
.store-locations-call-list ul li a { display: block; min-width: 260px; padding: 15px 20px; margin: 0px auto; white-space: nowrap; font-family: 'Roboto Condensed', sans-serif; font-size: 20px; color: #333; border: 1px solid #CCC; border-radius: 0px; background: #FFF; }
.store-locations-call-list ul li span { font-weight: 500; font-size: 24px; display: block; margin-bottom: 5px; }
.store-locations-call-list i { display: inline-block; vertical-align: top; margin-top: 6px; font-size: 14px; color: #999; }

/* Footer */
.footer-wrap { position: relative; width: 100%; padding: 40px 0px 35px; margin: 0px auto; background: #333 url(images/bg-body.jpg) repeat top left; background-size: 200px 200px; }
.footer-wrap a, .subfooter-wrap a { color: #FFF; }
.footer-wrap a:hover, .subfooter-wrap a:hover { color: #DDD; }
.footer { position: relative; width: 100%; margin: 0px auto; padding: 0px; font-size: 18px; color: #FFF; text-align: center; line-height: 1.5; }
.footer h4 { color: #FFF; font-size: 30px; text-transform: uppercase; }
.footer h5 { color: #FFF; margin: 0px; padding: 0px; font-weight: 700; }
.footer-links { display: inline-block; vertical-align: top; text-align: left; margin: 0px 2%; }
.footer-links ul { display: block; vertical-align: middle; }
.footer-links div { display: inline-block; }
.footer-links ul li { text-align: left; }
.footer-links ul.is-inline { text-align: center; }
.footer-links ul.is-inline li { display: inline-block; padding: 0px; font-size: 15px; }
.footer-links ul.is-inline li::after { content: "•"; display: inline-block; padding: 0px 5px 0px 10px; color: #DDD; }
.footer-links ul.is-inline li:last-child::after { content: ""; padding: 0px; }
.footer-links ul li.is-heading { display: block; font-size: 24px; margin-bottom: 15px; }

.footer-logo { display: inline-block; vertical-align: top; margin: 0px 2%; line-height: 1; }
.footer-logo span { display: block; font-family: 'Roboto', sans-serif; font-size: 24px; font-style: italic; }
.footer-logo a:hover { color: #FFF; }
.footer-logo img { width: auto; max-width: 100%; max-height: 70px; margin-top: 10px; }

.footer-contact { display: inline-block; vertical-align: top; text-align: left; }

.footer-address-wrap { position: relative; display: block; font-size: 18px; font-weight: 400; margin-bottom: 30px; text-align: center; }
.footer-address br { height: 0px; }
.footer-address h5 { color: #FFF; font-size: 22px; }
.footer-address p { margin-bottom: 5px; line-height: 1.4; }

.footer-location { position: relative; display: inline-block; width: inherit; vertical-align: top; margin: 0px 2%; text-align: left; }

.footer-links, .footer-logo { margin: 0px 2%; }
.footer-location { margin: 0px 3%; }

.subfooter-wrap { position: relative; width: 100%; margin: 0px auto; padding: 0px 0px 40px; font-size: 16px; color: #FFF; font-weight: 400; background: #333 url(images/bg-body.jpg) repeat top left; background-size: 200px 200px; }
.subfooter { position: relative; width: 100%; margin: 0px auto; padding: 0px; text-align: center;  }
.subfooter ul { margin-bottom: 15px; }
.subfooter ul, .subfooter ul.copyright { display: block;}
.subfooter ul li, .subfooter ul.copyright li { position: relative; display: inline-block; margin: 0px 15px; }
.subfooter ul li:last-child { margin-right: 0px; }
.subfooter ul li a { display: block; }

.footer-tagline { position: relative; width: 100%; margin: 0px auto 15px; font-size: 14px; line-height: 1.4; text-align: center; }

.copyright { font-size: 12px; margin: 0px; }
.copyright span.toggle-off-mobile { margin-left: 15px; }

.footer-badges { position: relative; margin: 0px 0px 15px; }

/* Backend */
#mainpage { background: #F6F6F6; }
#mainpage, #newitempage { position: relative; float: left; width: 71%; float: left; padding: 0px 0px 0px; margin-top: 0px; min-height: 300px; font-size: 18px; transition: 0s; z-index: 0; line-height: 1.5; }
#mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { font-size: 36px; line-height: 1.2; color: #222; font-weight: 400; margin: 0px 0px 25px; text-align: left; }
#mainpage h1, #newitempage h1 { }
#mainpage h1 a, #newitempage h1 a, #mainpage h3 a, #newitempage h3 a  { font-size: 20px; color: #06C; line-height: 0; margin-top: 5px; text-decoration: none; }
#mainpage h1 a:hover, #newitempage h1 a:hover, #mainpage h3 a:hover, #newitempage h3 a:hover { color: #555; }
#mainpage table { width: 100%; border-collapse: collapse; padding: 0; }
#mainpage td { text-align: left; width: inherit !important; vertical-align: middle !important; }
#mainpage form table tbody tr td table tbody tr td { vertical-align: top; }
#mainpage a:hover { color: #06C; text-decoration: none; }
#mainpage h4 { margin-bottom: 15px; font-size: 26px; text-transform: uppercase; }

.multicolcell div { float: none !important; padding: 0 !important; }
.multicolcell br { display: none; }
.multicolcell { position: relative; width: 18%; min-height: 160px; margin: 0px 40px 40px 0px; padding: 20px 10px 15px; display: inline-block; vertical-align: top; text-align: center; 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); border-radius: 10px; }
/* with orders .multicolcell img { width: auto; max-width: 80%; height: auto; max-height: 120px; margin: 0px auto 10px; } */
.multicolcell img { width: auto; max-width: 100%; height: auto; max-height: 100px; margin: 0px auto 10px; }
.multicolcell a { color: #333; text-decoration: none !important; }
.multicolcell a:hover { color: #06C; }

.multicolheading, .multicoldescr { font-weight: 400; line-height: 1.2; text-transform: uppercase; font-size: 16px; word-wrap: break-word; }
.por-item-image-thumbnail-desc { color: #555; text-decoration: none !important; }
.por-item-image-thumbnail-desc:hover { color: #06C; }
.poritem-overview { margin-top: 25px; }
.poritem-overview h2 { text-transform: uppercase; margin-bottom: 10px; }
#mainpage ul, #newitempage ul { margin-left: 20px !important; list-style: disc; }
.poritem-overview ul li { position: relative; }
.por-checkout-total-price-string { display: block; }

#form1 { position: relative; padding: 25px 35px; background: #FFF; border-radius: 12px; }
#form1 table tbody tr td { text-align: left !important; padding: 5px 5px; line-height: 1.2; }
#form1 table tbody tr td strong { line-height: 2; }
#form1 input { padding: 7px; line-height: 1; padding: 7px; margin: 10px 0px; }
#form1 p input { margin-top: 10px; }

td.cattitle { padding: 20px 0px; color: #FFF; font-size: 20px !important; font-weight: 400; font-family: 'Roboto Condensed', sans-serif; background: #666; text-transform: uppercase; text-align: center !important; white-space: nowrap; }

td.cattitle b { color: #FFF; }

.submit-btn-inner { border: 0 none !important; }

#mainpage input, #mainpage textarea { border: 1px solid #CCC; background: #F7F7F7; font-size: 18px; }
#form1 input[type="submit"], #form1 input[type="button"] { min-width: 200px; padding: 15px 25px; margin: 15px 15px 0px 0px; }
#form1 input[type="submit"]:hover, #form1 input[type="button"]:hover { background: #F3F3F3; cursor: pointer; }
input[name="strSearchMethodOther"] { margin: 0px 0px 15px !important; display: block; }
input[name="strPostalCode"] { margin-top: 15px; }

.cycle-slideshow { overflow: hidden; margin-left: 0px !important; }
a.cycle-slide { margin-top: 0px !important; transition: 0s; }
a.cycle-slide.cycle-slide-active { margin-top: 0px !important; }
.wrap4 .cycle-slideshow a { margin-left: 0px !important; }
.por-item-detail-image { }
.wrap4 #adv-custom-pager img { width: auto; height: 50px; }
.wrap4 #adv-custom-pager a { margin-right: 10px !important; }
#adv-custom-pager { text-align: left !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 0px; }
form[name="customerform"] img { margin-top: 20px !important; }
form[name="customerform"] td { text-align: left !important; padding-bottom: 15px; vertical-align: top !important; }

textarea { float: left; }

#mainpageused { position: relative; width: 80%; padding: 0px; margin: 0px auto; text-align: center; }
#mainpageused td { padding: 10px 20px; text-align: center; }
#mainpageused a { color: #333; }
#mainpageused h1 { text-align: center; }
#productname { text-align: left; }
#productname a { color: #06C; }

form[name="feedbackform"] { position: relative; width: 100%; }
#mainpage form[name="feedbackform"] td { padding: 6px 0px !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; }

/* Toggle */
.toggle-on-tablet { display: none !important; }
.toggle-on-mobile { display: none !important; }

.container-wrap.full-width { position: relative; width: 100%; margin: 0px auto; }
.container-wrap.full-width .content { position: relative; float: none; width: 100%; margin: 0px auto; }
.container-wrap.full-width #mainpage { position: relative; float: none; width: 90%; padding: 0px 5%; margin: 0px auto; }
.container-wrap.full-width .catalog-wrap { position: relative; float: none; width: 100%; margin: 0px auto; padding: 0px; background: #FFF; }

.container-wrap.less-width { position: relative; width: 100%; margin: 0px auto; }
.container-wrap.less-width .content { position: relative; float: none; width: 80%; margin: 0px auto; }
.container-wrap.less-width #mainpage { position: relative; float: none; width: 60%; margin: 0px auto; }

.container.less-width { width: 60%; }
.container.less-width h1 { text-align: center; }
.container.less-width .content, .container.full-width .content, .container.full-width #mainpage, .container.full-width #newitempage { float: none; width: 100%; padding: 0px !important; }
.container.less-width #mainpage, .container.less-width #newitempage, .container.less-width #mainpage, .container.less-width #newitempage { float: none; width: 100%; padding: 0px !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: 0px !important; }
.catalog-wrap.toggle-off-catalog #mainpage h1, .catalog-wrap.toggle-off-catalog #newitempage h1 { text-align: center; }
.catalog-wrap.toggle-off-catalog #mainpage td { text-align: center !important; }

.poritem-specs, #form1, form[name="customerform"], form[name="feedbackform"] { position: relative; width: 90%; padding: 35px 5%; background: #FFF; border-radius: 12px; -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: 0px; }
form[name="feedbackform"] { margin-bottom: 35px; }

.poritem-specs h2 { font-size: 18px; }

.toggle-on-testing { display: block !important; }
.toggle-on-d, .toggle-off-t, .toggle-off-m { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.toggle-on-d { display: block; }
.toggle-off-t { display: none; }
.toggle-off-m { display: none; }

.splashpage-wrap { position: relative; width: 100%; margin: 0px auto; padding: 50px 0px; text-align: center; }
.splashpage { position: relative; width: 70%; margin: 0px auto; text-align: center; }
.splashpage .logo { float: none; width: 100%; margin: 0px auto; }
.splashpage .logo img { width: auto; max-width: 100%; height: auto; max-height: 146px; }
.splashpages { position: relative; margin: 40px 0px 20px; }
.splashpages h2 { margin-bottom: 15px; }
.splashpages ul li { position: relative; display: inline-block; width: 40%; padding: 25px 2%; margin: 0px 1%; vertical-align: top; background: #F6F6F6; }
.splashpages ul li:first-child { /*border-right: 1px solid #EEE;*/ }
.splashpages .division-image { margin-bottom: 30px; }
.splashpages .division-image img { width: 100%; height: auto; margin: 0px auto; }
.splash-buttons { margin-top: 10px; }
.splash-buttons a { display: inline-block; margin: 0px 5px 10px; padding: 20px 20px; color: #222; font-size: 14px; text-transform: uppercase; border-radius: 0px; background: #CCC; background-image: -webkit-linear-gradient(top, #F9F9F9, #DDD); background-image: -moz-linear-gradient(top, #F9F9F9, #DDD); background-image: -ms-linear-gradient(top, #F9F9F9, #DDD); background-image: -o-linear-gradient(top, #F9F9F9, #DDD); background-image: linear-gradient(to bottom, #F9F9F9, #DDD); border: 1px solid #CCC; }
.splashpage-footer { position: relative; width: 60%; margin: 0px auto; font-size: 14px; }

/* Suggested list add item to cart */
.por-item-detail-suggested-list { position: relative !important; display: flex !important; flex-flow: row wrap !important; }
.por-item-detail-suggested-list .multicolcell { width: 200px !important; height: auto !important; margin: 0 40px 40px 0 !important; }
.addon-number-input-container { position: relative !important; margin-top: 10px !important; }
.addon-number-input-container svg { transform: scale(.3) !important; }
.addon-number-input { margin: 0 !important; }
@media screen and (max-width : 1600px) {
    .por-item-detail-suggested-list .multicolcell { margin: 0 20px 20px 0 !important; }
}
@media screen and (max-width : 768px) {
    .por-item-detail-suggested-list .multicolcell { }
}
@media screen and (max-width : 400px) {
    .por-item-detail-suggested-list .multicolcell { width: calc(100% - 20px) !important;margin: 0 0 20px !important; }
}
/* End suggested list add item to cart */


/* Media */
@media screen and (max-width : 1700px) {
}

@media screen and (max-width : 1600px) {
  .panel-wrap.value-img { background: transparent url('slideshow/banner-value-1600.jpg'); }
  .panel-wrap.about-img { background: transparent url('slideshow/banner-3-1600.jpg'); }
  .panel-wrap.corp-value-img { background: transparent url('slideshow/banner-corporate-value-1600.jpg'); }
  .panel-wrap.corp-about-img { background: transparent url('slideshow/banner-corporate-about-1600.jpg'); }
  .panel-wrap.wedding-value-img { background: transparent url('slideshow/banner-wedding-value-1600.jpg'); }
  .panel-wrap.wedding-about-img { background: transparent url('slideshow/banner-wedding-about-1600.jpg'); }
  .topbar-banner { min-height: 260px; }
  .panel { width: 80%; }
}

@media screen and (max-width : 1550px) {
  .splashpage { width: 80%; }
  .topbar ul.topbar-links li { margin-right: 15px; }
  .content h1 { font-size: 30px; }
}

@media screen and (max-width : 1400px) {
  .porheader { width: 100%; }
  .navbar-wrap ul li.is-logo { width: 25%; font-size: 50px; }
  .navbar-wrap ul li.is-logo span { font-size: 20px; margin-top: 0px; }
  .topbar-wrap { font-size: 16px; }
  .topbar > ul > li.is-topbar-logo a.topbar-logo-tel { font-size: 18px; }
  .catalog-wrap { width: 90%; padding: 40px 5% 60px; }
  .catalog-banner { height: 180px; }
  .index-banner { height: 660px; }
  .container.less-width { width: 80%; }
  .panel { width: 90%; }
  .footer { width: 96%; }
  .page-banner-content { top: 180px; }
  .footer-tagline { width: 90%; }
  .inline-icons span {  }
  .splashpage { width: 90%; }
  .footer-links, .footer-logo { }
  .footer-address { font-size: 18px; }
  .topbar-pane { margin-top: 30px; }
  .topbar > ul > li > a { }
  .topbar > ul > li.is-topbar-logo img { max-height: 75px; }
  .topbar > ul > li.is-topbar-logo span { font-size: 20px; }
  .banner { min-height: 600px; }
  .banner-content { top: 200px; }
  .tile-button { font-size: 22px; }
  .portiles ul li:hover .tile-description { bottom: 39%; }
  .topbar-banner { min-height: 200px; }
  .panel { width: 90%; }
  #mainpageused { width: 100%; }
}

@media screen and (max-width : 1300px) {
  .close-submenu { right: 5%; }
  .panel-tile-wrap { width: 50%; }
  .footer { font-size: 18px; }
  .topbar > ul > li > a span { display: none; }
  .portiles-content { width: 90%; }
  .content h1 { font-size: 28px; }
  .panel-wrap { font-size: 16px; }
  .panel .readmore a::before { margin-top: 0px; }
}
@media screen and (max-width : 1200px) {
  .toggle-on-tablet { display: inline-block !important; }
  h1.index span { font-size: 24px; }
  .featured-wrap h1 { font-size: 20px; padding: 30px 0px; }

}

@media screen and (max-width : 1100px) {
  .topbar ul.topbar-links li { margin-right: 5px; }
  .topbar-pane { font-size: 18px; }
  .topbar-pane ul li span { font-size: 20px; }
}


@media screen and (max-width : 1024px) {
  .por-item-detail-comments { width: 70%; }
  .panel-content.more-width { width: 100%; }
}

@media screen and (max-width : 1000px) {
  .toggle-off-tablet { display: none !important; }
  .toggle-on-d { display: none; }
  .toggle-off-t { display: block; }
  .navbar-wrap ul li { margin: 0px 1%; }
  .navbar-wrap ul li a { text-shadow: none; }
  .navbar-wrap ul li.is-logo a { text-shadow: 2px 1px #333; }
  .container-wrap {  }
  .catalog-wrap { width: 100%; padding: 0px 0px 45px; }
  .catalog-menu { display: block; }
  .catalog-wrap.toggle-off-catalog .catalog-menu { display: none; }
  .catalog-wrap.toggle-off-catalog #mainpage, #newitempage, .content { padding: 0px 0px 10px !important; }
  .catalog { display: none; float: none; position: relative; top: 0; left: 0; right: 0; width: 100%; margin: 0; border-right-width: 0px; }
  .catalog-search-title { display: none; }
  .catalog-search-wrap { margin: 10px auto; }
  .catalog-title { display: none; }
  .catalog ul li { background: #333; border-bottom: 1px solid #555; }
  .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-right: 8px; }
  #mainpage, #newitempage, .content { float: none; width: 90%; margin: 0px auto 0px; padding: 25px 5% 50px; text-align: left; }
  .container.less-width #mainpage, .container.less-width #newitempage { width: 80%; }
  #mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { text-align: left; }
  #mainpage td { text-align: left !important; }
  #mainpageused td { text-align: center !important; }
  .detailedimg p { text-align: left !important; }
  .por-item-detail-comments { position: relative; width: 100%; margin: 0px; }
  ul.CommentBlock { display: inline-block; text-align: left; width: 80%; margin: 0px; }
  .multicolcell { width: 25%; margin: 0px 30px 30px 0px; }
  .cycle-slideshow { display: inline-block; margin: 0px !important; }
  form[name="customerform"] input { max-width: 200px; }
  #form1 input[type="submit"], #form1 input[type="button"] { margin: 15px auto 0px; }
  .wrap4 #adv-custom-pager { margin: 25px 0px !important; text-align: center !important; }
  #mainpage td[align="left"] { text-align: left !important; padding: 0px !important; }
  form[name="customerform"] td { text-align: left !important; }
  #mainpage h4 { text-align: left; }
  .index-banner { height: 620px; }
  .banner-icons ul li {}
  .banner-icons ul li img { width: auto; height: 40px; }
  .panel-wrap.with-catalog { padding: 20px 0px; }
  .panel-wrap.with-catalog .inline-icons ul li { margin-bottom: 0px; }
  .panel-wrap.with-catalog .inline-icons span { margin-top: 0px; }
  .panel-wrap.with-catalog .panel-heading { margin-bottom: 0px; }
  .panel-tile-wrap { width: 60%; }
  .inline-icons span {  }
  .splashpage { width: 100%; }
  .splashpages ul li { width: 42%; padding: 15px 2%; }
  .panel-wrap.with-catalog.gray { background: #F6F6F6; border-top: 1px solid #CCC; }
  .panel-wrap.with-catalog .inline-icons.quarter-list ul li { width: 25%; }
  .topbar ul.topbar-links li { margin-right: 10px; }
  .topbar-pane ul.social li { padding: 1px 0px 1px 1px; }
  .topbar-pane { margin-top: 20px; }
  .topbar-pane ul.social li.adj-icon i { font-size: 23px; padding: 1px 0px 3px; }
  .topbar ul.topbar-links li { margin-right: 10px; }
  .banner { min-height: 500px; }
  .banner-content h1 { font-size: 40px; }
  .banner-content h1 span { font-size: 30px; }
  .banner-tagline { font-size: 20px; }
  .banner-content { top: 160px; }
  .portiles ul li { width: 45%; margin: 0px 1% 20px; }
  .tile-button { font-size: 26px; }
  .portiles ul li:hover .tile-description { bottom: 40%; }
  .portiles-content h2 { font-size: 32px; }
  .portiles-content h2 span { display: block; font-size: 22px; color: #666; font-style: italic; font-weight: 500; }
  .portiles-content { font-size: 22px; }
  .footer { width: 100%; font-size: 16px; }
  .footer-links, .footer-logo { margin: 0px 2%; }
  .footer-logo img { width: auto; max-height: 100px; }
  .footer-logo span { font-size: 18px; margin-top: 5px; }
  .footer-address { font-size: 16px; }
  .topbar-banner { min-height: 160px; }
  .container-wrap, .container { width: 100%; padding: 0px; }
  .container.less-width .content { width: 90%; margin: 0px auto; }
  .content h1 { padding-top: 25px; }
  .catalog { box-shadow: none; border-radius: 0px; padding: 0; }
  .toggle-autosize { width: 94%; height: auto; }
  .featured-wrap > ul { width: 100%; }
  .featured-wrap > ul > li { width: 26%; }
  .catalog-search-wrap { display: none; }
  body { font-weight: 400; color: #555; }
  p { font-weight: 300; }
  .slide-panel { margin-top: 200px; }
  .topbar-wrap { position: absolute; top: 54px; transition: 0s; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; }
  .index-m-banner { position: relative; }
  .index-m-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
  .index-m-banner::after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
    /* IE6-9 */
  }
  .page-banner, .index-m-banner { height: 140px; margin-top: 54px; }
  .topbar-wrap, .topbar-wrap.is-fixed-topbar { padding: 0px; height: 130px; }
  .topbar > ul > li.is-topbar-logo img, .topbar > ul > li.is-topbar-logo span { transition: 0s; display: block !important; opacity: 1 !important; }
  .topbar > ul > li.is-topbar-logo img, .topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { max-height: inherit; height: 60px; }
  .topbar > ul > li.is-topbar-logo span, .topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo span { color: #FFF; text-shadow: none; }
  .topbar > ul > li.is-topbar-logo span, .topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo a.topbar-logo-tel { color: #FFF !important; text-shadow: none; }
  .topbar-wrap.topbar-mobile-menu .topbar > 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 ul li { position: relative; float: right; clear: right; width: 100%; margin: 0px; text-align: center; }
  .navbar-wrap ul li:not(.is-search) { display: none; }

  .navbar-wrap ul li.toggle-navbar-menu { display: none; }
  .topbar-wrap ul.topbar-links li:not(.is-search) { display: none; }
  .topbar-wrap ul.topbar-links li.is-search span.search-label { display: none !important; }
  .topbar-wrap.topbar-mobile-menu ul.topbar-links li { display: block !important; }
  .topbar-wrap ul.topbar-links li ul.search, .topbar-wrap ul.topbar-links li ul.search li { display: block !important; }
  .topbar-wrap.topbar-mobile-menu ul.topbar-links li ul.search { display: none !important; }

  .toggle-navbar { display: block; }
  .toggle-topbar { display: flex;}
  .navbar-wrap.navbar-mobile-menu ul li { z-index: 5; }
  .navbar-wrap.navbar-mobile-menu ul li a { color: #FFF; padding: 15px 3%; border-bottom: 1px solid #444; background-color: rgba(0, 0, 0, 0.9); }
  .navbar-wrap.navbar-mobile-menu ul li a:hover { color: #FFF; }
  .navbar-wrap.navbar-mobile-menu ul li:first-child a { }
  .navbar-wrap.navbar-mobile-menu ul li:last-child a { }
  .navbar-wrap ul li.is-logo { display: block; position: absolute; top: 12px; left: 4%; width: inherit; font-weight: 700; text-align: left; background: transparent; }
  .navbar-wrap ul li.is-logo a { color: #FFF; background: transparent; padding: 0px; border-bottom: 0px none; }
  .navbar-wrap ul li.is-logo a:hover { background: transparent; color: #FFF; }
  .navbar-wrap ul li.is-logo span { font-weight: 400; text-align: center; }
  .navbar-wrap ul li:first-child { margin-top: 0px; }
  .container.less-width { width: 96%; }
  .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: 0px 0px 20px; }
  .toggle-banners-right .page-banners ul li { display: inline-block; width: 31%; margin: 0px 0.5%; }
  .toggle-banners-right h1 { text-align: center !important; }
  .panel-wrap { padding: 25px 0px; }
  .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: 0px 7px 15px; }
  #porgallery { width: 96%; }
  .footer ul { margin: 0px 15px 25px; }
  .footer ul.footer-social { display: block; margin-bottom: 0px; }
  .subfooter ul li, .subfooter ul.copyright li { margin: 0px 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 { }
  .topbar { width: auto; flex: 1 1 auto; }
  .topbar > ul > li.is-topbar-logo { margin-left: 20px; }
  .topbar > ul > li > a i { font-size: 14px; padding: 0px 5px; }
  #mainpage td { text-align: left !important; }
  .multicolcell { width: 25%; margin: 0px 2% 20px 0px; }
  form[name="customerform"] input { margin-bottom: 10px; }
  form[name="customerform"] td, form[name="form1"] td { float: left !important; clear: left !important; padding: 0px !important; }
  #mainpage td[align="left"] { padding: 0px !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: 0px !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 0px 0px; }
  .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-top: 0px; }
  .splash-buttons a { display: block; width: 80%; font-size: 18px; margin: 0px 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 li { margin-top: 0px; }
  .topbar-pane ul.social li.adj-icon { margin-top: -1px; }
  .topbar-wrap.topbar-mobile-menu .topbar-pane ul.social li.adj-icon { margin-top: 0px; }
  .topbar-pane ul li span { font-size: 20px; font-weight: 700; }
  .topbar ul.topbar-links li a { color: #FFF; text-shadow: none; font-weight: 500; }
  .topbar ul.topbar-links li a:hover { color: #FFF; }
  .banner { min-height: 400px; }
  .banner-content { top: 65px; }
  #banner-search { width: 50%; }
  .topbar-pane { margin-top: 20px; margin-right: 20px; color: #333; }
  .tile-button { font-size: 22px; }
  .portiles ul li:hover .tile-description { bottom: 39%; }
  .footer-wrap { padding-bottom: 30px; }
  .footer { font-size: 18px; }
  .footer-logo { width: 90%; margin: 0px auto 25px; }
  .footer ul { margin-bottom: 0px; }
  .footer-logo img { width: auto; max-height: 80px; margin: 0 auto; }
  .footer-logo span { font-size: 22px; margin: 8px 0px; }
  .footer-address { font-weight: 500; }
  .footer-address strong { font-size: 20px; padding-top: 10px; font-weight: 700; }
  .footer-address span { display: block; opacity: 0; height: 3px; }
  .topbar-pane { /*display: none;*/ }
  .generic-img { display: none; }
  .topbar-wrap.is-fixed-topbar .topbar > ul > li > a { color: #FFF; padding: 18px 0px; }
  .topbar-wrap.is-fixed-topbar .topbar > ul > li > a:hover { color: #FFF; }
  .featured-wrap > ul { width: 90%; }
  .featured-wrap > ul > li { width: 40%; margin: 0px 1.5% 25px; }
  .footer-links.social ul { margin: 0px; }
  table.InventoryTable td { float: left; }
  table.InventoryTable td.cattitle { display: none; }
  table.InventoryTable { border: 1px solid #666; }
  table.InventoryTable tr { position: relative; float: left; width: 33.333%; padding: 15px 0px !important; border-bottom: 1px solid #666; height: inherit; max-height: inherit; }
  table.InventoryTable tr:first-of-type { display: none; visibility: hidden; float: none; width: 100%; }
  table.InventoryTable tr:nth-child(5) { clear: left; }
  #mainpage table.InventoryTable td { width: 90% !important; clear: left; padding: 2px 5% !important; text-align: center !important; }
  table.InventoryTable img { width: auto; max-width: 80%; height: auto; max-height: 140px; padding: 5px; background: #FFF; border: 1px solid #666; border-radius: 0px; }
  #productname { text-align: center !important; }
  .topbar > ul > li > a.toggle-off-topbar-menu i { float: none; }
  .topbar-links ul { display: block !important; position: relative; top: auto; right: auto; left: auto; min-width: inherit; padding: 0; border-top: 1px solid #555; border-bottom: 0 none; text-align: center; border-top: 0 none; }
  .topbar ul.topbar-links li { margin: 0 auto; text-align: center; }
  .topbar ul.topbar-links li.is-search { position: inherit; }
  .topbar ul.topbar-links li.is-search a { padding: 0 !important; }
  .is-search img { height: 28px; margin-top: 3px; }
  .topbar ul.topbar-links li.is-search { display: block !important; }
  .topbar ul.topbar-links li.is-search > a.toggle-on-submenu { display: none !important; }
  .topbar-wrap ul.topbar-links li.is-cart, .topbar ul li:hover span.underline-search { display: none !important; }
  .topbar ul.topbar-links li a { font-size: 18px; border-radius: 0 !important; background: transparent; border-bottom: 0 none; padding: 18px 0 !important; text-align: center; line-height: inherit; }
  .topbar ul.topbar-links li:first-child a { border-top: 0 none; }
  .topbar ul.topbar-links li a:hover { color: #FFF !important; }
  .topbar ul.topbar-links li.dropdown > a { display: none; }
  .topbar-mobile-menu ul.topbar-links li:hover { background: transparent; }
  .topbar-links ul.search { position: fixed; top: 0 !important; left: 0 !important; right: 0 !important; bottom: inherit !important; width: 100%; padding: 10px 0 !important; background: #010101; }
  #header-search-wrap { float: none; position: relative; top: inherit !important; left: inherit !important; right: inherit !important; bottom: inherit !important; margin: 0 auto; }
  #header-search { width: 90%; margin: 0 auto; float: none; }
  #header-search .btn-search { margin-top: 9px !important; right: 7px; }
  #header-search-wrap { position: relative; float: none; margin: 0; }
  #header-search { position: relative; float: none; width: calc(100% - 60px); background: #FFF; border: 0px solid #111; border-radius: 5px; margin: 0px auto; padding: 0px 10px; color: #333; overflow: hidden; }
  #header-search-box { float: none; width: calc(100% - 5px); height: 34px; font-size: 18px; color: #333; background: none transparent; border: 0px; padding: 0px 0px 0px; padding-left: 5px; }
  #header-search .btn-search img { float: none; width: 25px; height: auto; margin-top: 0px !important; }

  #header-search-wrap input::-webkit-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
  #header-search-wrap input::-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; } /* firefox 19+ */
  #header-search-wrap input:-ms-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; } /* ie */
  #header-search-wrap input:-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
  .topbar ul li span.underline { display: none !important; }
  ul.search { display: block !important; }
  .catalog-menu-links { display: none; }
}

@media screen and (max-width : 900px) {
  .footer-links.social { display: block; text-align: center; margin-top: 25px; }
  .footer-links.social ul { margin: 0px; }
  .footer-links.social ul li, .footer-location { text-align: center; }
  .footer-address-wrap { margin-bottom: 25px; }
  .footer-address h5 { font-size: 22px; }
  .footer-logo img { margin: 10px auto 20px; }
  .footer { font-size: 18px; }
  .store-location-content { width: 90%; margin: 0px auto 35px; }
}

@media screen and (max-width : 800px) {
  .page-banner-content h1 { font-size: 40px; }
  .inline-icons.quarter-list ul li { width: 40%; }
  .tile-button { font-size: 20px; }
  .portiles ul li:hover .tile-description { bottom: 38%; }
  .footer-links { width: 90%; margin: 0px auto 15px; text-align: center; }
  .footer-links ul { display: block; }
  .footer-links ul li { text-align: center; }
  .footer-logo { margin-bottom: 10px; }
  .jssora21l, .jssora21ldn, .jssora21r, .jssora21rdn { display: none; }
  .panel-left { position: relative; width: 100%; margin: 0px auto; float: none; }
  .panel-right { position: relative; width: 90%; margin: 0px 0px 35px; float: none; }
}

@media screen and (max-width : 740px) {
  #mainpage > p { text-align: left; }
  .multicolcell { width: 33%; margin: 0px 2% 20px 0px; }
  #form1 input[type="submit"], #form1 input[type="button"] { display: block; min-width: 220px; }
  #topbar-search-wrap { left: 5px; }
  /*.topbar-wrap { background-color: rgba(0, 0, 0, 0.2); }*/
  .topbar > ul { float: none; text-align: center; }
  .topbar > ul > li { }
  .topbar ul li:first-child { margin-left: 0px; }
  .toggle-off-mobile { display: none !important; }
  .toggle-on-mobile { display: block !important; }
  .topbar > ul > li {}
  .topbar > ul > li.is-topbar-logo { margin-left: 20px !important; }
  .topbar > ul > li > a { padding: 0px; }
  .topbar > ul > li > a i { font-size: 20px; padding: 15px 15px; }
  .index-banner { height: 540px; }
  .banner-icons-wrap { display: none; }
  .page-banner-buttons ul li { width: 80%; margin: 0px 0px 15px; }
  .location-content-left { position: relative; float: none; width: 100%; text-align: center; }
  .location-content-right { display: none; }
  .footer { }
  .footer-wrap { padding: 25px 0px 15px; }
  .footer-links.social { margin-bottom: 0px; }
  .footer-links .toggle-off-mobile ul { display: none; }
  .footer-logo { display: block; line-height: 1.2; padding-bottom: 5px; }
  .footer-address { margin-bottom: 35px; }
  .subfooter { width: 100%; font-size: 18px; }
  .subfooter ul li { display: block; margin: 0px; border-bottom: 1px solid #666; }
  .subfooter ul li a { padding: 13px 0px; }
  .subfooter ul li a:hover { background: #464646; }
  .subfooter ul.copyright li { display: block; }
  .panel-tile-wrap { width: 90%; }
  .catalog-menu-links li { margin: 0px 5px; }
  .inline-icons span {  }
  .inline-icons.single-list ul li { width: 90%; }
  .footer-logo { width: 90%; margin: 20px auto 0px; }
  .splashpages { margin: 0px 0px 25px; }
  .splashpage .logo { width: 80%; }
  .splashpages ul li { width: 90%; background: #FFF; padding: 0px; margin: 25px 0px 0px; }
  .splashpages .division-image { /*display: none;*/ }
  .splashpages p { display: none; }
  .splashpages .division-image { display: none; }
  .splashpages .division-image img { width: 87%; }
  .splash-buttons a { background: #444; border-radius: 15px; color: #FFF; border: 0px none; }
  .splashpages ul li { margin-top: 20px; }
  .splashpages ul li:last-child { margin-top: 10px; }
  .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; }
  .portiles ul li { width: 94%; margin: 0px 0px 20px; }
  .tile-button { font-size: 36px; }
  .tile-description { font-size: 20px; }
  .portiles ul li:hover .tile-description { bottom: 40%; }
  .portiles-wrap { padding-bottom: 10px; }
  .portiles-content h2 { margin-bottom: 20px; }
  .portiles-content .button { display: block; float: none; margin: 0px 0px 15px; text-align: center; }
  h1.index span { font-size: 20px; margin-top: 10px; }
  .page-img { float: none; width: 100%; margin: 0px auto 25px; text-align: center; }
  .page-img.ml {margin-left: 0%;}
  .page-img.shrink { width: 100%; }
  .page-img img { display: none; }
  .left-content.with-logos { width: 100%; margin-bottom: 35px; }
  .page-img li.for-mobile img { display: block; width: 90%; margin: 0px auto; }
  .page-img.is-logos { width: 100%; }
  .page-img.is-logos li.for-mobile { position: relative; display: inline-block; vertical-align: middle; text-align: center; width: 45%; margin: 0px 1% 15px; }
  .page-img.is-logos li.for-mobile:last-child { margin-bottom: 0px; }
  .page-img.is-logos li.for-mobile img { width: 90%; height: auto; }
  table.InventoryTable tr:nth-child(5) { clear: none; }
  table.InventoryTable tr:nth-child(4) { clear: left; }
  table.InventoryTable tr { width: 50%; }
}

@media screen and (max-width : 650px) {
  .toggle-off-t { display: none; }
  .toggle-off-m { display: block; }
  #porgallerythumbnail { position: relative; width: 80%; display: block; margin: 0px auto; }
  #porgallery .photogalleryauto { width: 80% !important; margin-bottom: 15px; }
  #mainpage form[name="feedbackform"] td { float: left; clear: left; padding: 2px 0px !important; }
  form[name="feedbackform"] input { margin-bottom: 10px !important; }
  .panel-content { width: 96%; }
  .footer-links, .footer-contact, .footer-links ul li { display: block; text-align: center; }
  .panel-wrap.with-catalog .inline-icons span { font-size: 16px; }
  #banner-search { width: 80%; }
  .portiles-content h2 { font-size: 28px; }
  .portiles-content h2 span { font-size: 20px; }
  .tile-button { line-height: 1.2; bottom: 37%; }
  .tile-button span { display: block; }
  .tile-description { bottom: 25%; }
  .portiles ul li:hover .tile-description { bottom: 33%; }
  #catalog-menu-search { max-width: 170px; }
  .footer-links ul.is-inline li { margin: 5px 0; }
  .topbar-wrap { flex-direction: column; justify-content: center; }
  .topbar { flex: none; }
  .topbar > ul > li.is-topbar-logo { margin: 0 20px !important; }
  .topbar > ul > li.is-topbar-logo img, .topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { height: 70px; }
  .toggle-topbar { right: inherit; margin: 15px 0 -10px; }
  .topbar > ul > li.is-topbar-logo a.topbar-logo-tel { font-size: 15px; }
  .page-banner, .index-m-banner { height: 230px; }
  .topbar-wrap, .topbar-wrap.is-fixed-topbar { height: 170px; }
}

@media screen and (max-width : 550px) {
  .toggle-off-t, .slide-panel { display: none; }
  .multicolcell img { margin-bottom: 5px; }
  .multicolcell { width: 35%; }
  #mainpage, #newitempage, .content { width: 84%; padding: 25px 8% 30px; }
  #mainpage td[align="left"] { padding: 0px 2%; }
  .catalog-menu { width: 86%; padding: 0px 7%; }
  .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: 0px 40px; }
  .page-banner-buttons { margin-top: 30px; }
  .footer-tagline { display: none; }
  .page-banners { margin: 0px auto 20px; }
  .page -banners ul li, .toggle-banners-right .page-banners ul li { display: none; float: none; width: 100%; margin: 0px; }
  .page-banners ul li.for-mobile, .toggle-banners-right .page-banners ul li.for-mobile  { display: block; }
  .inline-gallery ul li { float: none; display: block; margin: 0px 0px 25px; text-align: center; }
  .panel-tile-btn ul li { float: none; display: block; width: 100%; margin: 0px auto 15px; }
  .panel-tile-btn ul li:last-child { width: 100%; margin: 0px 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 span {  }
  .inline-icons.match-span-height span { min-height: inherit; }
  .buttons ul li a, .banner-buttons ul li a { white-space: normal; }
  .splashpage-wrap { padding-top: 30px; }
  .tile-description { font-size: 16px; }
  .portiles ul li:hover .tile-description { bottom: 39%; }
  .banner { }
  .banner-content { top: 70px; }
  .banner-content h1 { font-size: 36px; }
  .banner-content h1 span { display: block; }
  .banner-tagline { font-size: 18px; }
  .panel-wrap { padding: 15px 0px; }
  .portiles ul li { margin-bottom: 15px; }
  .portiles-content h2 { font-size: 23px; }
  .portiles-content h2 span { font-size: 17px; }
  .portiles-content { font-size: 18px; }
  .portiles ul li:hover .tile-description { bottom: 32%; }
  .featured-wrap > ul > li { width: 90%; margin: 0px auto 25px; }
  .buttons ul li { width: 76%; margin: 0px 0px 15px; }
  .topbar-wrap { background: #222; }
  .index-topbar .topbar-wrap { background: transparent; }
  table.InventoryTable tr { width: 100%; }
}

@media screen and (max-width : 450px) {
  .page-banner-content h1 { font-size: 32px; }
  .page-banner-buttons ul li { width: 94%; }
  .index-banner { height: 520px; }
  #banner-search { width: 90%; }
  .inline-icons.logos ul li { width: 35%; }
  .tile-button { bottom: 35%; font-size: 30px; }
  .tile-description { bottom: 20%; }
  .portiles ul li:hover .tile-description { bottom: 30%; }
  .footer-links { font-size: 14px; }
  .page-img.is-logos li.for-mobile img { width: 85%; height: auto; }
  .button { position: relative; width: 90%; margin: 0 auto; }
  .button a { width: calc(100% - 70px); min-width: inherit; }
}

@media screen and (max-width : 430px) {
  .page-banner-content h1 { font-size: 28px; }
  .index-banner { height: 540px; }
  .copyright span { display: block; margin-top: 5px; }
  .banner-tagline { font-size: 16px; }
  .footer-location { width: 90%; margin: 0px auto 30px; text-align: center; }
  .footer-links.social { margin-top: 0px; }
}

@media screen and (max-width : 400px) {
  .toggle-off-small-screen { display: none; }
  .footer-logo span { font-size: 20px; }
  .banner-content h1 { font-size: 30px; }
  .topbar > ul > li.is-topbar-logo img, .topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { max-height: 50px; }
}

@media screen and (max-width : 360px) {
  .multicolcell { width: 80%; margin-bottom: 30px; }
}
