@charset "utf-8";

/*
color: #2373B8
*/

/* CSS Reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* Clearfix/Floats */
.cf:after { content:""; display: block; clear: both; }
.fl { float: left; } .cl { clear: left; }
.fr { float: right; } .cr { clear: right; }
.cb { clear: both; }

/* CSS Document */
body { min-width: 320px; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.7; background: #CCC; color: #666; }
body.scroll-off { overflow: hidden; }
.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; }
.material-icons { font-size: inherit; line-height: inherit; }
.wrapper { position: relative; width: 87%; padding: 25px 1.5%; margin: 0 auto; background: #2373B8; }

/* Globals */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
:focus { outline: none; background: transparent; }
::-moz-focus-inner { border: 0; background: transparent; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.text-transform-none { text-transform: none; }
.italic { font-style: italic; }
.small-font { font-size: .8em; }
.alt-color { color: #FFECB0; }
.alt-color:hover { color: inherit; }
strong { font-weight: 700; }
em { font-style: italic; }
.center { text-align: center !important; }
.centered { margin: 0 auto !important; }
.align-left { text-align: left; }
.vtop { vertical-align: top; }
.vmiddle { vertical-align: middle; }
.vbottom { vertical-align: bottom; }
.fifty { width: 50%; }
.toggle-off { display: none; }
img.autosize { width: 100%; height: auto; }
img.max-autosize { width: auto; max-width: 100%; height: auto; }
.margin-bottom { margin-bottom: 0 !important; }
.border-radius { border-radius: 15px; }
.box-shadow { box-shadow: 0 8px 6px -6px #000; }
.bg-brand { background: #2373B8 !important; }
.bg-brand-gradient { background-color: #2373B8; background-image: -webkit-linear-gradient(top, #444, #222); background-image: -moz-linear-gradient(top, #444, #222); background-image: -ms-linear-gradient(top, #444, #222); background-image: -o-linear-gradient(top, #444, #222); background-image: linear-gradient(to bottom, #444, #222); }
.brand-color { color: #2373B8 !important; }
.bold { font-weight: 700 !important; }
.underline { text-decoration: underline !important; }
.alt-bg { background: #F8F8F8; color: #333; padding: 15px 30px; border-radius: 15px; border: 6px solid #F9E800; }
img.half-width { width: 50%; }
.p-img { position: relative; width: 250px; height: auto; margin: 8px 40px 20px 0; }
.p-img img { width: 100%; height: auto; }
.p-img fr { margin: 0 0 30px 40px; }
.iframe-size iframe { width: 100%; max-width: 500px; height: auto; min-height: 280px; }

img.with-border { border: 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: 2px solid #FFF; }
.with-thin-dark-border { border: 2px solid #666; }
img.with-border.gray { background: #FFF; border-color: #EEE; padding: 20px 10px; }

h1, h2, h3 { color: #222; }
h1 { color: #222; font-size: 28px; line-height: 1.2; margin: 0 0 25px; font-weight: 500; text-transform: uppercase; }
h1.less-bottom-margin { margin-bottom: 10px; }
.index-heading { position: relative; width: 100%; margin: 0 auto; text-align: center; }
h1.index { position: relative; padding: 0; margin: 20px auto 15px; }
h2 { font-size: 28px; line-height: 1.2; }
h3 { font-size: 24px; line-height: 1.2; margin-bottom: 15px; }
h3.less-margin { margin-bottom: 0; }
h4, h5, h6 { color: #222; }
h4 { font-size: 20px; }
a, a:visited { color: #06C; text-decoration: none; }
a:hover { text-decoration: none; }
.bg-brand a { color: #FFF; }
p { line-height: 1.7; margin-bottom: 20px; }
p.special { line-height: 1.7; margin: 15px 0; }
.notice { color: red !important; }

.readmore { position: relative; }
.readmore a { color: #222; }
.readmore a:hover { color: #06C; }
.readmore i { font-size: .8em; vertical-align: top; margin-top: 7px; }

hr { width: 100%; border: 0; height: 0; margin: 0; border-top: 1px solid #CCC; border-bottom: 0 none; }
hr.small { width: 80px; margin: 20px auto; border: 0; height: 0; border-top: 3px solid #F5DEB3; border-bottom: 0 none; }
hr.tiny { width: 40px; margin: 10px auto; border: 0; height: 0; border-top: 2px solid #666; border-bottom: 0 none; }
hr.tiny.align-left { margin-left: 0; }
hr.tiny.gray { width: 40px; margin: 20px auto 0; border: 0; height: 0; border-top: 2px solid #999; border-bottom: 0 none; }
hr.tiny.brand { width: 40px; margin: 20px auto 0; border: 0; height: 0; border-top: 2px solid #222; border-bottom: 0 none; }

ul.disc { list-style: disc; margin-left: 20px; margin-bottom: 15px; line-height: 1.5; }
ul.disc li { list-style: disc; }
ul.circle { list-style: circle; margin-left: 30px; margin-bottom: 15px; line-height: 1.5; }
ul.inline li { display: inline-block; margin-right: 25px; }
ul.inline-block li { display: inline-block; margin: 0 10px; }

.inline-gallery ul li { position: relative; display: inline-block; vertical-align: middle; margin-right: 15px; }
.inline-gallery ul li img { width: auto; height: auto; max-width: 100%; max-height: 70px; padding: 10px; border-radius: 10px; border: 1px solid #CCC; background: #FFF; }

.checkmarks ul li::before { display: inline-block; content: ""; width: 20px; height: 15px; background: transparent url(images/check.png) no-repeat; background-position: center left; background-size: 100%; margin-right: 7px; }

/* Back to top */
.back-to-top { display: none; position: absolute; top: -25px; left: 0; right: 0; text-align: center; }
.back-to-top a { color: #222; }
.back-to-top i { width: 39px; height: 30px; padding-top: 9px; padding-right: 1px; border-radius: 50%; color: #FFF; background: #2373B8; border: 4px solid #FFF; }
.back-to-top a:hover { }
.back-to-top a:hover i { background: #2373B8; }
/*.back-to-top a:active i, .back-to-top a:focus i { background: #333; }*/

/* Go to top */
.go-to-top { display: none; position: fixed; bottom: 25px; right: 25px; width: 40px; height: 40px; z-index: 1000001; }
.go-to-top a { display: block; line-height: 1; }
.go-to-top i { color: #777; font-size: 16px; line-height: 1; border: 1px solid #CCC; background: #FFF; padding: 15px 18px 18px; }
.go-to-top i:hover { color: #333; }

body.scroll-off .go-to-top { display: none !important; }

/* Header */
.header-wrap { position: fixed; top: 0; left: 0; right: 0; width: 90%; min-width: 320px; margin: 0 auto; padding: 0; background: #FFF; font-size: 20px; font-weight: 500; z-index: 6; }
.header-placeholder { width: 90%; height: 220px; margin: 0 auto; background: #2373B8; }
.header { position: relative; width: 96%; height: 170px; margin: 0 auto; padding: 0; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; transition: height .4s linear; }
.header-wrap.is-fixed-header .header { height: 60px; }
.header-placeholder { z-index: 0; }
.logo { position: relative; line-height: 0; }
.logo a { display: block; }
.logo img { width: auto; height: 150px; transition: height .4s linear; }
.header-wrap.is-fixed-header .logo img { height: 40px; }
.header-pane { position: relative; flex: 1; z-index: 1; }
.header-pane-content { position: relative; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; }

.header-wrap.is-fixed-header #header-search-wrap { clear: none; float: right; }

.header-links { position: relative; font-family: 'Roboto Condensed', sans-serif; font-size: 18px; font-weight: 700; margin-right: 30px; }
.header-links ul li { position: relative; float: left; color: #999; margin-left: 15px; }
.header-links ul li:first-child { margin-left: 0; }
.header-links ul li a { color: #666; text-decoration: none; padding: 0; }
.header-links ul li a i { }
.header-links ul li a:hover { opacity: .8; }
.header-links ul li span { font-size: 16px; margin-right: 5px; font-style: italic; }

.tagline { position: absolute; bottom: 15px; right: 0; font-style: italic; color: #2373B8; opacity: 1; visibility: visible; transition: opacity .6s ease-in; z-index: 0; }
.header-wrap.is-fixed-header .tagline { opacity: 0; visibility: hidden; }

/* Header Search */
#header-search-wrap { position: relative; float: left; margin: 0; }
#header-search-wrap span { float: left; margin: 10px 20px 0; }
#header-search { position: relative; float: left; width: 260px; background: #F6F6F6; border: 0 none; border-radius: 0; margin: 0; padding: 0 0 0 10px; padding-right: 6px; color: #666; overflow: hidden; }
#header-search:hover { }
#header-search-box { float: left; width: 100%; height: 50px; font-size: 16px; background: none transparent; border: 0; padding: 0; }
#header-search-form { float: left; width: 100%; height: 50px; font-size: 16px; background: none transparent; border: 0; padding: 0; }
#header-search-box:hover { cursor: pointer; }
#header-search .btn-search { position: absolute; right: 0; top: 0; line-height: 50px; color: #FFF; background: #2373B8; font-size: 14px; font-weight: 700; text-transform: uppercase; padding: 0 15px; }
#header-search .btn-search i { color: #FFF; font-size: 18px; line-height: 50px; }

#header-search-wrap input::-webkit-input-placeholder { color: #444; font-size: 14px; opacity: 1 !important; }
#header-search-wrap input::-moz-placeholder { color: #444; font-size: 14px; opacity: 1 !important; } /* firefox 19+ */
#header-search-wrap input:-ms-input-placeholder { color: #444; font-size: 14px; opacity: 1 !important; } /* ie */
#header-search-wrap input:-moz-placeholder { color: #444; font-size: 14px; opacity: 1 !important; }

/* Navbar */
.navbar-wrap { position: relative; display: block; width: 100%; margin: 0 auto; height: 50px; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; line-height: 1; display: flex; flex-direction: column; justify-content: center; background: #333; background-image: -webkit-linear-gradient(top, #444, #222); background-image: -moz-linear-gradient(top, #444, #222); background-image: -ms-linear-gradient(top, #444, #222); background-image: -o-linear-gradient(top, #444, #222); background-image: linear-gradient(to bottom, #444, #222); }
.navbar { width: 96%; padding: 0; margin: 0 auto; font-size: 16px; display: flex; flex-direction: row; justify-content: space-between; }
.navbar a { color: #FFF; }
.navbar a:hover { color: #EEE; }
.navbar > ul { position: relative; display: flex; flex-direction: row; justify-content: center; }
.navbar > ul.navbar-left { }
.navbar > ul.navbar-right { }
.navbar > ul > li { position: relative; padding: 0 15px; border-right: 1px solid #777; }
.navbar > ul > li:first-child, .navbar > ul > li.first { padding-left: 0; }
.navbar > ul > li:last-child, .navbar > ul > li.last { padding-right: 0; border-right: 0 none; }
.navbar > ul > li.is-cart { }
.navbar > ul > li > a { display: block; padding: 0; }
.navbar > ul > li i { font-size: 12px; }
.navbar > ul > li.is-cart i { font-size: 14px; vertical-align: top; margin-top: 0; padding-right: 2px; }
.navbar > ul > li img { float: left; width: auto; height: 16px; margin-top: 0; padding-right: 5px; }

/* Navigation Submenu */
.navbar ul ul { display: block; position: absolute; right: 9999px; width: auto; min-width: 200px; margin: 0; padding: 0; z-index: 2003; }
.navbar ul li.dropdown:hover ul { left: 0; right: auto; }
.navbar ul li.dropdown.left:hover ul { left: auto; right: 0; width: auto; }
.navbar ul ul li { display: block !important; float: none; background: #222; border: 0 none; border-bottom: 1px solid #999; }
.navbar ul ul li:hover { background: #111; }
.navbar ul ul li:last-child { border-bottom: 0 none; }
.navbar ul ul li a { display: inline-block; min-width: 100%; font-size: 15px; font-weight: 400; color: #FFF; text-align: left; padding: 10px 15px; white-space: nowrap; z-index: 2004; }
.navbar ul li.dropdown.left:hover ul li { padding: 0 8px 0 15px; }
.navbar ul li.dropdown.left:hover ul li a { text-align: right; }

.toggle-menu, .toggle-off-navbar { display: none; }

.toggle-menu { position: absolute; top: 52px; right: 25px; font-size: 18px; transition: top .4s linear; }
.toggle-menu ul li { position: relative; float: left; margin-left: 25px; }
.toggle-menu ul li.is-menu { font-size: 30px; margin-top: -7px; }
.toggle-menu ul li:first-child { margin-left: 0; }
.toggle-menu a { color: #333; }
.toggle-menu i { float: left; }

.navbar-wrap.navbar-mobile-menu { display: none; }
.navbar-wrap.navbar-mobile-menu ul li { z-index: 5; border-left: 0 none; }
.navbar-wrap.navbar-mobile-menu ul li a { color: #FFF; padding: 10px 0; }
.navbar-wrap.navbar-mobile-menu ul li i { display: none; }
.navbar-wrap.navbar-mobile-menu ul li.is-cart i, .navbar-wrap.navbar-mobile-menu ul li.is-toggle-off i { display: inline-block; margin-top: 0; }
.navbar-wrap.navbar-mobile-menu ul li.is-cart { float: none; border-right: 0 none; }
.navbar-wrap.navbar-mobile-menu ul li a:hover { color: #FFF; }
.navbar-wrap.navbar-mobile-menu ul li.dropdown > a { color: #999; font-style: italic; }
.navbar-wrap.navbar-mobile-menu ul li.dropdown > a:hover { background: #222; }
.navbar-wrap.navbar-mobile-menu ul li:first-child a { }
.navbar-wrap.navbar-mobile-menu ul li:last-child a { }
.navbar-wrap.navbar-mobile-menu .navbar ul ul { position: relative; right: auto; left: auto; }
.navbar-wrap.navbar-mobile-menu .navbar ul ul li { border-bottom: 0 none; background-color: rgba(0, 0, 0, 0.9); }
.navbar-wrap.navbar-mobile-menu .navbar ul ul li a { text-align: center; font-size: inherit; }
.navbar-wrap.navbar-mobile-menu .toggle-off-navbar, .navbar-wrap.navbar-mobile-menu ul li.is-toggle-off { display: block !important; }

/* Icons */
.inline-icons { position: relative; margin: 0 auto; }
.inline-icons ul { text-align: center; }
.inline-icons ul li { position: relative; width: 44%; display: inline-block; margin: 0 1.5% 0; vertical-align: middle; }
.inline-icons ul li.toggle-block { display: block; }
.inline-icons img { width: auto; }
.inline-icons img.with-radius { border-radius: 50%; }
.inline-icons.small-icons img { width: auto; height: 80px; margin-bottom: 10px; }
.inline-icons.small-icons ul li.toggle-block img { width: auto; height: auto; margin: 20px auto 10px; }
.inline-icons.tiny-icons img { width: auto; height: 40px; margin-bottom: 10px; }
.inline-icons h4 { margin-bottom: 10px; font-size: 20px; text-transform: uppercase; }
.inline-icons span { display: block; margin: 15px 0; text-align: center; }
.inline-icons.match-span-height h4 { margin-bottom: 20px; }
.inline-icons.match-span-height span { min-height: 40px; }
.inline-icons.alt-span span { margin: 0 0 10px; font-weight: 300; line-height: 1.7em; font-style: italic; }
.inline-icons.alt-span span.is-inline, .inline-icons.alt-span img.is-inline, .inline-icons .is-inline { display: inline-block; vertical-align: middle; margin: 0 5px; }
.inline-icons.single-list ul li { width: 34%; vertical-align: middle; margin: 0; display: inline-block; }
.inline-icons.double-list ul li { width: 34%; vertical-align: top; margin: 0 7.5% 0; }
.inline-icons.quarter-list ul li { width: 20%; vertical-align: top; }
.inline-icons.quarter-list ul li.toggle-block { width: 100%; margin: 0 auto; vertical-align: top; }
.inline-block ul { display: inline-block; vertical-align: top; margin: 0 2%; }

.inline-icons.logos ul { padding-bottom: 90px; }
.inline-icons.logos ul li { display: inline-block; width: 15%; }
.inline-icons.logos ul li img { max-width: 90%; height: auto; }

/* Banners */
.banner-gradient { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0) 50%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0) 50%);
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
  /* IE6-9 */
}
.banner-gradient.dark { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
  /* IE6-9 */
}
.banner-gradient.light { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.6)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
  /* IE6-9 */
}
.banner-gradient.solid { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: inherit; background-color: rgba(0,0,0,0.6); }

/* Page Banner */
.page-banner { position: relative; width: 100%; height: 250px; margin: 0 auto; line-height: 0; overflow: hidden; background: #FFF url(slideshow/page-banner.jpg) no-repeat; background-attachment: scroll; background-position: center center; }
.page-banner.wacker-nueson { background: #FFF url(slideshow/page-banner-wacker-neuson.jpg) no-repeat; }
.page-banner img { position: absolute; width: auto; height: 300px; }

/* Page Banners */
.page-banners { position: relative; width: 100%; margin: 0 auto 30px; }
.page-banners ul { text-align: center; }
.page-banners ul li { position: relative; float: left; width: 32%; margin: 0; margin-right: 2%; }
.page-banners ul li:last-child { margin-right: 0; }
.page-banners ul li img { width: 100%; height: auto; border-radius: 10px; }

.page-banners.with-detail h3 { margin-bottom: 10px; }
.page-banners.with-detail img { margin-bottom: 15px; }
.page-banners.with-detail p { line-height: 1.5; margin-bottom: 5px; }

.page-banners.with-detail .page-catalog-btn { font-weight: 400; font-size: 18px; }

.page-img { position: relative; width: 45%; float: right; margin: 7px 0 40px 50px; }
.page-img img { width: 100%; height: auto; }
.page-img ul li { margin-bottom: 25px; }

.page-img.shrink { width: 30%; }
.page-img.small { width: 20%; }

.toggle-banners-right .page-banners { float: right; width: 30%; margin: 10px 0 0 60px; }
.toggle-banners-right .page-banners ul li { float: none; display: block; width: 100%; margin: 0 0 15px; }
.toggle-banners-right h1 { text-align: left !important; }

/* Panels */
.panel-wrap { position: relative; width: 100%; margin: 0 auto; padding: 25px 0 30px; }
.panel-wrap.bg-brand-gradient { color: #FFF; }
.panel { position: relative; margin: 0 auto; }
.panel-wrap.more-padding { padding: 60px 0; }
.no-bottom-padding { padding-bottom: 0; }
.panel-wrap.darker-text p { color: #111; /*background-color: rgba(255, 255, 255, 0.2);*/ }
.panel-wrap.with-bg { color: #333; }
.panel-wrap.bg-white { background: #FFF !important; }
.panel-wrap.bg-brand { color: #FFF; }
.panel-wrap.bg-brand h2 { color: #FFF; }
.panel-wrap.value-img { background: transparent url('slideshow/banner-2.jpg'); }
.panel-wrap.store-img { background: transparent url('slideshow/banner-2.jpg'); }
.panel-wrap.about-img { background: transparent url('slideshow/banner-3.jpg'); }
.panel-wrap.corp-value-img { background: transparent url('slideshow/banner-corporate-value.jpg'); }
.panel-wrap.corp-about-img { background: transparent url('slideshow/banner-corporate-about.jpg'); }
.panel-wrap.wedding-value-img { background: transparent url('slideshow/banner-wedding-value.jpg'); }
.panel-wrap.wedding-about-img { background: transparent url('slideshow/banner-wedding-about.jpg'); }
.panel-wrap.gray { background: #EEE; }
.panel-wrap.light-gray, .portiles-wrap.light-gray { background: #F8F8F8; }
.panel-wrap.dark { background: #555 }
.panel-wrap h2 { margin-bottom: 20px; font-weight: 400; font-size: 30px; }
.panel-wrap .panel-heading { margin-bottom: 10px; font-size: 30px; }
.panel-wrap h3 { font-size: 30px; }
.panel-wrap.alt-color { background: #F8F8F8; }
.panel-wrap .list-centered { position: relative; font-weight: 400; display: inline-block; width: auto; margin: 0 auto; margin-bottom: 15px; }
.panel-wrap .list-centered ul { text-align: left; }
.panel-content { position: relative; width: 80%; margin: 0 auto; z-index: 3; }
.panel-content.full-width { width: 100%; }
.panel-content.less-width { width: 60%; }
.panel-content.larger-text { font-size: 1.2em; }
.panel-content.text-left { text-align: left; }
.panel-content.top-padding { padding-top: 15px; }
.panel-content h2, .panel-content h3, .panel-content h4 { text-transform: uppercase; }
.panel-content.is-bold h2, .panel-content.is-bold h3, .panel-content.is-bold h4 { font-weight: 700; }
.panel-content p span { font-style: italic; }

.panel-wrap.with-catalog { padding-bottom: 0; }
.panel-wrap.with-catalog .inline-icons span { margin-top: 0; color: #222; }
.panel-wrap.with-catalog .panel-heading { margin-bottom: 0; }
.panel-wrap.with-catalog .buttons { margin-top: 25px; }
.panel-icon { font-size: 24px; }

.panel-wrap.light-bg .banner-gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
  /* IE6-9 */
}

.panel-wrap.light-solid-bg .banner-gradient { background: transparent; background-color: rgba(255, 255, 255, 0.9); }
.panel-wrap.light-bg .banner-buttons ul li a { background-color: rgba(0, 0, 0, 0.6); }
.panel-wrap.light-bg .banner-buttons ul li a:hover { background-color: rgba(0, 0, 0, 0.8); }
.panel-wrap.light-bg .banner-buttons ul li:last-child a { background: #ceb65c; }
.panel-wrap.custom-bg { background: #EEE url(images/bg-gray.png) repeat top left; }

.panel { position: relative; width: 70%; margin: 0 auto; }
.panel-left { position: relative; width: 55%; margin-right: 5%; float: left; }
.panel-right { position: relative; width: 40%; float: left; margin-bottom: 45px; }
.panel-right img { width: 100%; height: auto; border-radius: 15px; }
.panel .readmore { position: relative; text-transform: uppercase; }
.panel .readmore a { color: #333; }
.panel .readmore a::before { content: '\00bb'; font-size: 26px; color: #333; padding-right: 5px; }

.small-panel-wrap { position: relative; width: 100%; margin: 0 auto; padding-bottom: 20px; }
.small-panel-wrap.light-gray { background: #EEE url(images/bg-gray.png) repeat top left; }
.small-panel { position: relative; width: 50%; margin: 0 auto; padding: 30px 0; }

.panel-left-right { position: relative; width: 100%; margin: 0 auto; padding: 15px 0 20px; }
.panel-left-right > ul { position: relative; width: 80%; margin: 0 auto; }
.panel-left-right > ul > li { position: relative; float: left; width: 52%; margin-right: 5%; }
.panel-left-right > ul > li:last-child { width: 43%; margin-right: 0; }
.panel-left-right img { width: 100%; height: auto; margin-top: 30px; }

.panel-left-right.vertical-middle > ul > li:first-child { margin-top: 5%; }

ul.inline-gallery { position: relative; width: 100%; margin: 0 auto 0; }
ul.inline-gallery li { position: relative; display: inline-block; width: 20%; margin: 0 1% 15px; }
ul.inline-gallery.small li { position: relative; display: inline-block; width: 45%; margin: 0 1% 15px; }
ul.inline-gallery li img { width: 100%; height: auto; border-radius: 0; margin-top: 0; }

.custom-borders { position: relative; width: 100%; border: 6px solid #222; border-left: 0 none; border-right: 0 none; padding: 5px 0; margin: 0 auto; }
.custom-borders.light-gray { border-color: #EEE; }

/* Page catalog */
.page-catalog-btn { position: relative; text-transform: uppercase; }
.page-catalog-btn a { display: inline-block; padding: 18px 20px; background: #D898D8; color: #FFF; }
.page-catalog-btn ul li { float: left; margin: 0 15px 15px 0; }
.page-catalog-btn ul li a { background: #FFF; color: #333; border: 2px solid #D898D8; }
.page-catalog-btn ul li:first-child a { background: #D898D8; color: #FFF; }
.page-catalog-btn ul li:last-child { margin-bottom: 0 !important; }

/* Slideshow */
#slideshow-container { width: 90%; background: #2373B8; overflow: hidden; margin: 0 auto; padding: 30px 0; }
#slideshow-container.fade-in-panel { opacity: 0; }
#slideshow-wrap { position: relative; float: left; width: 67%; padding: 0; margin: 0 auto; }
#slider1_container { position: relative; margin: 0 auto; top: 0; left: 4%; border-radius: 0; overflow: hidden; }
#slider1_container a { display: block; }
.slideshow-dimensions { width: 1000px; height: 400px; }
.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(images/a21.png) center center no-repeat; overflow: hidden; }
.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: 123px; left: 8px; }
.jssora21r, .jssora21rdn { width: 55px; height: 55px; top: 123px; right: 20px; }
#slider1_container img:hover, .slides .slide-panel:hover { cursor: pointer; }

/* Slideshow banners and panels */
.slideshow-panel { position: relative; float: left; left: 4%; width: 92%; padding: 15px 4% 35px; margin-top: 25px; background: #FFF; }

#slideshow-banners { position: relative; float: right; right: 3%; display: block; width: 25%; margin: 0 0 10px; }
#slideshow-banners div { position: relative; clear: left; float: left; display: block; width: 100%; text-align: center; line-height: 0; margin-bottom: 20px; overflow: hidden; /*box-shadow: 0 0 3px 1px #333;*/ background: #FFF; border-radius: 0; }
#slideshow-banners div a { text-decoration: none; color: #FFF; font-size: 18px; }
#slideshow-banners div img { width: 100%; height: auto; }
#slideshow-banners div h2 { font-size: 18px; margin: 0; padding: 0; }
#slideshow-banners div span { position: relative; bottom: 0; left: 0; right: 0; display: inline-block; padding: 15px 0 13px; line-height: 1; width: 100%; margin: 0 auto; font-weight: 700; text-decoration: none; color: #FFF; font-size: 16px; background: #333; background-image: -webkit-linear-gradient(top, #444, #222); background-image: -moz-linear-gradient(top, #444, #222); background-image: -ms-linear-gradient(top, #444, #222); background-image: -o-linear-gradient(top, #444, #222); background-image: linear-gradient(to bottom, #444, #222); }
#slideshow-banners div span:hover { /*background-color: rgba(0, 0, 0, 0.7);*/ }

#slider1_container, .slideshow-panel, #slideshow-banners div { border: 2px solid #111; }

/* Featured */
.porfeatured-wrap { position: relative; width: 90%; margin: 0 auto; background: #333; padding: 30px 0 0; line-height: 1.2; }
.porfeatured { position: relative; width: 96%; margin: 0 auto; }
.porfeatured.last { padding-bottom: 20px; }
.porfeatured h2 { font-size: 28px; text-align: center; text-transform: none; padding-bottom: 20px; font-weight: 500; color: #fff; }
.porfeatured ul { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; margin-bottom: 15px; }
.porfeatured ul li { position: relative; text-align: center; background: #FFF; width: 18%; padding: 20px 0 40px; margin: 0 .5% 15px; text-transform: uppercase; border: 2px solid #333; border-radius: 0; }
.porfeatured ul li span { position: absolute; bottom: 0; left: 0; right: 0; display: block; font-size: 16px; font-weight: 700; padding: 10px 15px; background: #2373B8; color: #FFF; }
.porfeatured ul li img { width: auto; max-width: 90%; height: auto; max-height: 150px; margin: 0 auto 15px; }
.porfeatured ul li a { display: block; color: #111; text-decoration: none; }
.porfeatured ul li:hover a { color: #06C; }

/* Content */
.container-wrap { position: relative; width: 98%; margin: 0 auto; padding: 30px 0 60px; background: #FFF; z-index: 0; }
.container { position: relative; width: 90%; margin: 0 auto;; }
.container-wrap, .container { padding-bottom: 25px; }
.container-wrap .container .catalog-wrap { width: 89%; padding: 0 5.5% 60px; }
.content { position: relative; width: 70%; float: left; margin: 0 auto 0; min-height: 400px; }
.content-less-width { position: relative; width: 80%; margin: 0 auto; }
.content h1 { }
.content h2 { margin-bottom: 10px; }

.content-left-right { position: relative; width: 100%; margin: 0 auto; display: flex; flex-direction: row; }
.content-left-right.align-center { align-items: center; }
.content-left-right h2 { margin-bottom: 15px; }
.content-left { position: relative; width: 56%; margin-right: 8%; }
.content-right { position: relative; width: 36%; }
.content-right ul li { margin-bottom: 15px; }
.content-right.extra-margin ul li { margin-bottom: 35px; }
.content-right ul li:last-child, .content-right.extra-margin ul li:last-child { margin-bottom: 0; }
.content-left-right.small-right .content-left { width: 80%; }
.content-left-right.small-right .content-right { width: 12%; }
.content-right img { }
.content-left-right.has-gallery .content-right ul li { width: 48%; max-height: 200px; overflow: hidden;  margin: 0 2% 10px 0; }
.content-left-right.has-gallery .content-right ul li:first-child { width: 98%; }
.content-left-right.has-gallery .content-right img { object-fit: contain; object-position: bottom; width: 100%; height: 100%; }

/* Buttons */
.button a { display: inline-block; padding: 15px 25px; font-size: 16px; color: #FFF; font-weight: 700; text-transform: uppercase; border: 2px solid #333; border-radius: 0; white-space: nowrap; background: #2373B8; transition: all 0.5s linear }
.button a:hover { opacity: .8; }
.button.alt-color a { background: #666; }

.buttons { position: relative; margin-top: 5px; font-weight: 700; text-transform: uppercase; }
.buttons ul { text-align: center; }
.buttons.left-aligned ul { text-align: left; }
.buttons ul li { position: relative; display: inline-block; margin: 0 15px 15px; }
.buttons.left-aligned ul li { float: left; display: block; margin: 0 15px 15px 0; }
.buttons ul li a { display: block; font-size: 17px; text-align: center !important; font-weight: 700; color: #FFF; line-height: 1; padding: 15px 25px; border: 2px solid #333; border-radius: 0; white-space: nowrap; background: #2373B8; transition: all 0.5s linear; }
.buttons.alt-color ul li a { background: #444; }
.buttons ul li:hover a { }

/* Catalog */
.catalog-wrap { position: relative; width: 92%; margin: 0 auto; background: #FFF; padding: 25px 3%; z-index: 1; display: flex; flex-direction: row; }
.catalog-wrap.toggle-on-catalog-tablet { display: none; }
.catalog-title { color: #333; font-size: 22px; line-height: 1.2; font-weight: 700; text-transform: uppercase; margin: 0; padding-bottom: 10px; font-family: 'Roboto Condensed', sans-serif; border-bottom: 1px solid #EEE; }
.catalog { position: relative; width: 20%; padding: 5px 0 15px; padding-right: 3%; margin-right: 3%; text-transform: uppercase; font-size: 15px; font-weight: 400; border-right: 1px solid #EEE; border-radius: 0; z-index: 1; }
.catalog ul li { position: relative; display: block; padding: 6px 0 4px; text-align: left; line-height: 1.3; border-bottom: 1px solid #EEE; }
.catalog ul li a { display: block; color: #333; text-decoration: none; padding-left: 5px; }
.catalog ul li a:hover { color: #06C; }

.catalog-menu { display: none; position: relative; width: 92%; height: 39px; margin: 0 auto; padding: 6px 4% 0; line-height: 1; font-size: 16px; background: #333; z-index: 2; }
.catalog-menu .toggle-menu-close { display: none; }
.catalog-menu > a > span > i { float: right; margin-top: 5px; margin-left: 5px; font-size: 10px; }
.catalog-menu-btn-search i { font-size: 16px; margin-top: 0; }
.catalog-menu .is-menu-cart i { font-size: 18px; }
.catalog-menu .dropdown-icon i { float: right; margin-right: 0; margin-left: 5px; font-size: 10px; margin-top: 5px; }
.catalog-menu > a { display: inline-block; color: #111; background: #FFF; border: 2px solid #000; text-decoration: none; padding: 4px 12px 6px 15px; font-family: "Roboto Condensed",sans-serif; font-size: 14px; font-weight: 700; border-radius: 0; line-height: 1; }
.catalog-menu > a:hover { color: #111; }
.catalog-menu > a > .toggle-menu-icon, .catalog-menu > a > .toggle-menu-close { display: inline-block; width: 15px; text-align: center; }

.search-title { display: block; margin-top: 8px; }

.select-catalog { display: none; position: absolute; top: 45px; left: 0; right: 0; width: 100%; background: #111; font-size: 14px; font-weight: 700; z-index: 1; }
.select-catalog ul { text-align: left; }
.select-catalog ul li { position: relative; display: block; }
.select-catalog ul li a { position: relative; width: 92%; display: block; padding: 15px 4% 17px; border-bottom: 1px solid #333; }
.select-catalog ul li a { color: #FFF !important; }
.select-catalog ul li a i { padding-right: 2px; }
.select-catalog ul li:last-child a { border-bottom: 0 none; }

#catalog-menu-search { position: relative; width: 100%; max-width: 250px; background: #FFF; border: 2px solid #111; border-radius: 0; margin: -6px 0 0; padding: 0; overflow: hidden; }
#catalog-menu-search:hover { }
#catalog-menu-search-box { position: relative; width: 100%; height: 28px; background: none transparent; border: 0 none; padding: 0 0 0 10px !important; margin: 0 !important; }
#catalog-menu-search-box:hover { cursor: pointer; }
.catalog-menu-btn-search { position: absolute; top: 0; right: 0; padding: 0 10px 0 10px !important; height: 28px; background: #EEE; color: #333; text-decoration: none; border-left: 2px solid #111; }
.catalog-menu-btn-search i { color: #333; font-size: 14px; margin-top: 6px; width: auto; text-align: inherit; }
#catalog-menu-search:hover i { color: #333; }
#catalog-menu-search input::-webkit-input-placeholder { color: #333; font-style: italic; opacity: 1 !important; }
#catalog-menu-search input::-moz-placeholder { color: #333; font-style: italic; opacity: 1 !important; } /* firefox 19+ */
#catalog-menu-search input:-ms-input-placeholder { color: #333; font-style: italic; opacity: 1 !important; } /* ie */
#catalog-menu-search input:-moz-placeholder { color: #333; font-style: italic; opacity: 1 !important; }

.catalog-menu-links { position: relative; float: right; margin-top: 6px; }
.catalog-menu-links ul { text-align: right; }
.catalog-menu-links li { position: relative; display: inline-block; margin: 0 10px; vertical-align: middle; }
.catalog-menu-links li:first-child { margin-left: 0; }
.catalog-menu-links li:last-child { margin-right: 0; }
.catalog-menu-links li a { color: #111; }

/* Catalog Search */
.catalog-search-wrap { position: relative; width: 100%; max-width: 260px; margin: 0 auto; text-align: left; margin-bottom: 20px; }
.catalog-search-title { display: block; font-size: 24px; margin-bottom: 15px; }
#catalog-search { position: relative; width: 92%; background: #F8F8F8; border: 1px solid #AAA; border-radius: 7px; margin: 0; padding: 0 3%; color: #333; overflow: hidden; }
#catalog-search-box { float: left; width: 100%; height: 40px; font-size: 18px; color: #333; background: none transparent; border: 0; padding: 0; padding-left: 5px; }
#catalogr-search-box:hover { cursor: pointer; }
#catalog-search .catalog-btn-search { position: absolute; right: 10px; top: 6px; line-height: 30px; color: #555; font-weight: 700; text-transform: uppercase; padding: 0; }
#catalog-search .catalog-btn-search i { color: #555; }
#catalog-search:hover i { color: #555; }
#catalog-search .catalog-btn-search img { float: left; width: 25px; height: auto; margin-top: 0 !important; }

#catalog-searchinput::-webkit-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#catalog-search input::-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#catalog-search input:-ms-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#catalog-search input:-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }

/* Resources */
.resources { position: relative; margin-top: 30px; text-align: center; line-height: 1.2; }
.resources h3 { font-size: 24px; margin-bottom: 0; }
.resources ul { margin-bottom: 15px; }
.resources ul li { display: block; padding: 7px 0; }
.resources a { display: inline-block; padding: 0 30px; }
.resources a:hover { color: #333; }

/* Gallery */
#porgallery { position: relative; width: 80%; margin: 0 auto 0; text-align: center; }
#porgallery > div { text-align: center !important; float: none !important; margin-bottom: 15px; }
#porgallery h1, #porgallery h4 { text-align: center !important; }
#porgallery h4 { font-size: 24px !important; }
#porgallery .photogalleryauto { width: 300px !important; height: auto !important; margin: 0 .3% 3px; }
#porgallerythumbnail { position: relative; width: 40%; display: inline-block; margin: 0 2%; }
#porgallerythumbnail img { width: 100%; height: auto; }
#porgallerythumbnail br { display: none; }
#porgallery .clickme { font-size: 12px; }

/* Accordion */
.accordion-wrap { position: relative; width: 100%; margin: 0 auto; overflow: hidden; text-align: left; }
.accordion-wrap .accordion { position: relative; padding: 0 2% 0; }
.accordion-wrap .toggle-accordion { display: block; font-size: 18px; font-weight: 500; color: #111; padding: 15px 0; padding-right: 30px; line-height: inherit; }
.accordion-wrap .toggle-accordion:hover { cursor: pointer; }
.accordion-wrap .toggle-accordion span.toggle-on-this-accordion-panel { position: absolute; top: 15px; right: 2%; color: #555; font-size: 18px; }
.accordion-wrap .toggle-accordion span.toggle-off-this-accordion-panel { display: none; position: absolute; top: 15px; right: 2%; color: #555; font-size: 18px; }
.accordion-wrap ul { padding: 10px 15px; margin-left: 15px; }
.accordion-wrap .accordion:nth-child(even) ul { padding-top: 0; }
.accordion-wrap p { font-size: 16px; color: #444; padding: 0 0 15px !important; margin-bottom: 0; overflow: hidden; }
.accordion-wrap .accordion:nth-child(even) p, .accordion-wrap .accordion:nth-child(even) ul { padding-top: 0; }
.accordion-wrap a.bullet-dark { vertical-align: top; }
.accordion-wrap .accordion:nth-child(even) { background: #F3F3F3; }
.accordion-wrap .accordion:nth-child(odd) { background: #FFF; }

.toggle-off-accordion-panel { padding-bottom: 20px; }
.accordion-wrap.less-padding .toggle-off-accordion-panel { padding-bottom: 0; }

.expand-accordion { position: relative; text-align: right; font-size: 14px; padding: 0 1%; }
.expand-accordion span { position: relative; }
.expand-accordion a { display: inline-block; color: #333; padding: 10px 0; }
.expand-accordion i { font-size: 8px; float: left; padding-right: 5px; margin-top: 3px; }
.toggle-off-all-accordions { display: none; }

/* Tiles */
.portiles-wrap { position: relative; width: 100%; margin: 0 auto; background: #FFF; padding: 25px 0 25px; font-weight: 400; }
.portiles-wrap h2 { font-size: 36px; color: #222; text-align: center; padding: 0; margin: 0 0 20px; }
.portiles-wrap h2 span { display: block; color: #666; font-style: italic; font-size: 24px; font-weight: 400; margin-top: 5px; }
.portiles { position: relative; width: 100%; margin: 0 auto; }
.portiles ul { position: relative; text-align: center; }
.portiles ul li { position: relative; display: inline-block; width: 30%; padding: 0; margin: 0 .5% 20px; line-height: 0; overflow: hidden; }
/*.portiles ul li::after { position: absolute; bottom: -10px; content: ""; display: block; background: transparent url('images/ribbon.png') no-repeat; background-position: center  center; background-size: contain; width: 110%; margin-left: -5%; height: 54px; line-height: inherit; z-index: 2; }*/
.portiles ul li a { color: #FFF !important; }
.portiles ul li img { width: 100%; height: auto; margin: 0 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: 0 auto; padding: 35px 0 45px; 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: 0 0 40px 40px; }

.tile-button, .tile-description { position: absolute; display: block; left: 0; right: 0; text-align: center; text-transform: uppercase; white-space: nowrap; z-index: 3; }
.tile-description span::before/*, .tile-description span::after*/ { content:"\271A"; margin-right: 5px; font-weight: 400; line-height: 1; }
.tile-description .toggle-off span { content: ""; margin-right: 0; font-weight: inherit; }
.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%; margin: 0 auto; background-color: rgba(0, 0, 0, 0); -webkit-transition: background-color 0.3s linear 0s; -moz-transition: background-color 0.3s linear 0s; -ms-transition: background-color 0.3s linear 0s; -o-transition: background-color 0.3s linear 0s; transition: background-color 0.3s linear 0s; }
.portiles ul li:hover .tile-overlay { /*height: 80px;*/ background-color: rgba(0, 0, 0, 0.4); cursor: pointer; }

.tile-button { bottom: 0; text-align: left; line-height: 1.2; padding: 18px 20px; font-size: 24px; border-bottom: 12px solid #F9E800; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.7); -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -ms-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear; }
.portiles ul li:hover .tile-button { /*top: 15px;*/ opacity: 0; background-color: rgba(0, 0, 0, 0); }

.tile-description { opacity: 0; bottom: -10%; font-size: 22px; background: #F9E800; color: #222; height: 50px; padding-top: 25px; text-transform: none; z-index: 1; }
.portiles ul li:hover .tile-description { opacity: 1; bottom: 0; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -ms-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear; }

/* Locations */
.store-location { position: relative; width: 100%; display: block; padding: 30px 0 0; margin: 0 auto; text-align: center; }
.store-location h2, .store-location h3 { margin: 0 0 5px; }
.store-location-content { position: relative; width: 100%; display: flex; flex-direction: row; justify-content: center; }
.store-content, .store-map { position: relative; width: 40%; margin: 0 2%; }
.store-map { overflow: hidden; }
.store-map iframe { display: block; width: 95%; min-height: 380px; height: auto; margin: 0 auto; border: 1px solid #666 !important; }

.store-locations-call-list { position: relative; width: 100%; margin: 0 auto; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; line-height: 1.5; }
.store-locations-call-list ul { text-align: center; }
.store-locations-call-list ul li { display: block; margin: 0 auto 15px; max-width: 250px; }
.store-locations-call-list ul li a { display: block; padding: 10px 5px; margin: 0 auto; white-space: nowrap; color: #FFF; border-radius: 4px; background-color: #2373B8; }
.store-locations-call-list ul li span { display: block; }
.store-locations-call-list ul li a:hover { text-decoration: none; }
.store-locations-call-list i { display: inline-block; vertical-align: top; margin-top: 4px; font-size: 14px; color: #FFF; }

.feedback { position: relative; font-size: 14px; margin: 0 auto; text-align: center; }
.feedback img { display: inline-block; vertical-align: top;  width: auto; height: 12px; margin: 4px 5px 0 0; }

.showroom { position: relative; width: 100%; margin: 0 auto; padding-top: 25px; }
.showroom ul { text-align: center; }
.showroom ul li { position: relative; float: left; width: 49%; margin-right: 2%; }
.showroom ul li:last-child { margin-right: 0; }
.showroom ul li img { width: 100%; height: auto; margin: 0; }

/* Footer */
.footer-wrap { position: relative; width: 90%; padding: 30px 0; margin: 0 auto; font-size: 14px; background: #333; }
.footer-wrap a, .subfooter-wrap a { color: #DDD; }
.footer-wrap a:hover, .subfooter-wrap a:hover { color: #FFF; }
.footer { position: relative; width: 96%; margin: 0 auto; padding: 0; color: #FFF; display: flex; flex-direction: row; justify-content: center; }
.footer-panel { position: relative; margin: 0 2%; }
.footer h4 { color: #FFF; font-size: 24px; }
.footer-links { text-align: left; display: flex; flex-direction: row; }
.footer-links ul { margin-right: 35px; }
.footer-links ul.last { margin-right: 0; }

.subfooter-wrap { position: relative; width: 90%; margin: 0 auto; padding: 0 0 30px; color: #FFF; background: #333; }
.subfooter { position: relative; width: 90%; margin: 0 auto; padding: 0; text-align: center; }
.subfooter ul { margin-bottom: 15px; }
.subfooter ul, .subfooter ul.copyright { display: block;}
.subfooter ul li, .subfooter ul.copyright li { position: relative; display: inline-block; margin: 0 15px; }
.subfooter ul li:last-child { margin-right: 0; }
.subfooter ul li a { display: block; }

.footer-tagline { position: relative; width: 100%; margin: 0 auto 5px; font-size: 14px; color: #CCC; line-height: 1.4; text-align: center; }

.copyright { font-size: 12px; color: #CCC; margin: 0; }
.copyright span.toggle-off-mobile { margin-left: 15px; }

/* Backend */
#mainpage { background: #FFF; }
#mainpage, #newitempage { position: relative; width: 73%; padding: 5px 0 20px; margin-top: 0; min-height: 300px; transition: 0s; z-index: 0; line-height: 1.5; }
#mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { line-height: 1.2; margin: 0 0 25px; text-align: left; }
#mainpage h1, #newitempage h1 { }
#mainpage h1 a, #newitempage h1 a, #mainpage h3 a, #newitempage h3 a  { font-size: 20px; color: #222; line-height: 0; margin-top: 5px; text-decoration: none; }
#mainpage h1 a:hover, #newitempage h1 a:hover, #mainpage h3 a:hover, #newitempage h3 a:hover { color: #555; }
.poritem-specs h2 a { display: inline-block; font-style: italic; font-weight: 400; margin-bottom: 5px; }
#mainpage table { width: 100%; border-collapse: collapse; padding: 0; }
#mainpage td { text-align: left; width: inherit !important; vertical-align: middle !important; }
#mainpage form table tbody tr td table tbody tr td { vertical-align: top; }
#mainpage a:hover { color: #333; text-decoration: none; }
#mainpage h4 { margin-bottom: 15px; font-size: 26px; text-transform: uppercase; }

.multicolcell-wrap { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; }
.multicolcell-wrap .wrap4 { min-height: 120px; }
.multicolcell div { float: none !important; padding: 0 !important; }
.multicolcell > br { display: none; }
.multicolcell { position: relative; width: 17%; margin: 0 10px 10px 0; padding: 15px 10px 15px; display: inline-block; vertical-align: top; text-align: center; background: #FFF; border-radius: 0; border: 1px solid #DDD; /*-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);*/ }
/* with orders .multicolcell img { width: auto; max-width: 80%; height: auto; max-height: 120px; margin: 0 auto 10px; } */
.multicolcell:hover { border-color: #999; }
.multicolcell img { width: auto; max-width: 100%; height: auto; max-height: 100px; margin: 0 auto 10px; }
.multicolcell a { color: #333; text-decoration: none !important; }
.multicolcell a:hover { color: #222; }

.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: #222; }
.poritem-overview { margin-top: 25px; }
.poritem-overview h2 { text-transform: uppercase; margin-bottom: 10px; }
#mainpage ul, #newitempage ul { margin-left: 20px !important; list-style: disc; }
.poritem-overview ul li { position: relative; }
.por-checkout-total-price-string { display: block; }

#form1 { position: relative; padding: 25px 35px; background: #FFF; border-radius: 12px; }
#form1 table tbody tr td { text-align: left !important; padding: 5px 5px; line-height: 1.2; }
#form1 table tbody tr td strong { line-height: 2; }
#form1 input { padding: 7px; line-height: 1; padding: 7px; margin: 10px 0; }
#form1 p input { margin-top: 10px; }

td.cattitle { padding: 20px 0; color: #FFF; font-size: 20px !important; font-weight: 400; font-family: 'Roboto Condensed', sans-serif; background: #666; text-transform: uppercase; text-align: center !important; white-space: nowrap; }

table.InventoryTable td { text-align: center !important; }
#productname { text-align: left !important; }
#productname a { color: #06C !important; }

td.cattitle b { color: #FFF; }

#mainpage input, #mainpage textarea { border: 1px solid #CCC; background: #F7F7F7; font-size: 17px; }
#form1 input[type="submit"], #form1 input[type="button"] { font-family: 'Roboto Condensed', sans-serif; font-size: 16px; color: #444; min-width: 150px; padding: 15px 25px; margin: 15px 15px 0 0; border: 1px solid #CCC; border-radius: 0; background-color: #EEE; background-image: -webkit-linear-gradient(top, #F6F6F6, #EEE); background-image: -moz-linear-gradient(top, #F6F6F6, #EEE); background-image: -ms-linear-gradient(top, #F6F6F6, #EEE); background-image: -o-linear-gradient(top, #F6F6F6, #EEE); background-image: linear-gradient(to bottom, #F6F6F6, #EEE); }
#form1 input[type="submit"]:hover, #form1 input[type="button"]:hover { cursor: pointer; }
input[name="strSearchMethodOther"] { margin: 0 0 15px !important; display: block; }
input[name="strPostalCode"] { margin-top: 15px; }

.cycle-slideshow { overflow: hidden; margin-left: 0 !important; }
a.cycle-slide { margin-top: 0 !important; transition: 0s; }
a.cycle-slide.cycle-slide-active { margin-top: 0 !important; }
.wrap4 .cycle-slideshow a { margin-left: 0 !important; }
.por-item-detail-image { }
.wrap4 #adv-custom-pager img { width: 50px; height: auto; }
.wrap4 #adv-custom-pager a { margin-right: 10px !important; }
#adv-custom-pager { text-align: left !important; margin-top: 0 !important; }
#adv-custom-pager a { display: inline-block; }
.detailedimg { margin-top: 0 !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: 20px; }

a.por-item-detail-name { margin-top: -5px; }

form[name="customerform"] { position: relative; width: 100%; margin-bottom: 35px; }
form[name="customerform"] hr { margin: 15px 0; }
form[name="customerform"] img { margin-top: 20px !important; }
form[name="customerform"] td { text-align: left !important; padding-bottom: 15px; vertical-align: top !important; }

textarea { float: left; }

#mainpageused { position: relative; width: 90%; margin: 0 auto; text-align: center; }
#mainpageused td { padding: 10px 20px; }
#mainpageused a { color: #333; }
#mainpageused h1 { text-align: center; }

form[name="feedbackform"] { position: relative; width: 100%; margin: 30px 0 35px; }
#mainpage form[name="feedbackform"] td { padding: 6px 0 !important; vertical-align: top !important; padding-right: 10px !important; min-width: 120px;  }
form[name="feedbackform"] textarea { float: none !important; }
form[name="feedbackform"] input[type="submit"], form[name="feedbackform"] input[type="reset"] { margin-top: 15px; padding: 15px 25px; border: 1px solid #CCC; background: #F7F7F7; font-size: 18px; line-height: 1; }
form[name="feedbackform"] input[type="submit"], form[name="feedbackform"] input[type="reset"] { cursor: pointer; }
form[name="feedbackform"] input[name="code"] { display: block; margin-bottom: 10px; }

input[name="intRentalLength"] { width: inherit !important; }

.poritem-detail p { line-height: 1.1; margin-bottom: 5px; }
.poritem-detail b { font-weight: 700; }

/* Toggle */
.toggle-on-tablet { display: none !important; }
.toggle-on-mobile { display: none !important; }

.container-wrap.full-width { position: relative; width: 100%; margin: 0 auto; }
.container-wrap.full-width .content { position: relative; float: none; width: 100%; margin: 0 auto; }
.container-wrap.full-width #mainpage { position: relative; float: none; width: 100%; margin: 0 auto; }
.container-wrap.full-width .catalog-wrap { position: relative; float: none; width: 100%; margin: 0 auto; padding: 0; background: #FFF; }

.container-wrap.less-width { position: relative; width: 100%; margin: 0 auto; }
.container-wrap.less-width .content { position: relative; float: none; width: 80%; margin: 0 auto; }
.container-wrap.less-width #mainpage { position: relative; float: none; width: 60%; margin: 0 auto; }

.container.less-width { width: 92%; margin: 0 auto; }
.container.more-width { width: 92%; margin: 0 auto; }
.container.less-width .content, .container.more-width .content, .container.full-width .content, .container.full-width #mainpage, .container.full-width #newitempage { float: none; width: 100%; padding: 0 !important; }
.container.less-width #mainpage, .container.less-width #newitempage, .container.less-width #mainpage, .container.less-width #newitempage { float: none; width: 100%; padding: 0 !important; }
.catalog-wrap.toggle-off-catalog .catalog  { display: none; }
.catalog-wrap.toggle-off-catalog #mainpage, .catalog-wrap.toggle-off-catalog #newitempage { float: none; width: 100%; padding: 0 !important; }
.catalog-wrap.toggle-off-catalog #mainpage h1, .catalog-wrap.toggle-off-catalog #newitempage h1 { text-align: center; }
.catalog-wrap.toggle-off-catalog #mainpage td { text-align: center !important; }

.content .less-less-width { position: relative; width: 80%; margin: 0 auto; }
.content.less-width { position: relative; width: 80%; margin: 0 auto; }

.poritem-specs, #form1, form[name="customerform"], form[name="feedbackform"] { position: relative; width: 100%; padding: 15px 0; background: #FFF; /*-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/ }

.poritem-specs { background: #FFF; }

.poritem-specs #form1 { box-shadow: none; padding: 0; }

.poritem-specs h2 { font-size: 18px; }

#mainpage > .poritem-specs { padding-top: 0; }

.toggle-on-testing { display: block !important; }
.toggle-on-d { display: block; }
.toggle-off-t { display: none; }
.toggle-off-m { display: none; }

.poritem-specs, #form1, form[name="customerform"], form[name="feedbackform"], .accordion-wrap.is-faq { }
.accordion-wrap.is-faq { border: 1px solid #DDD; border-bottom: 0 none; }
.accordion-wrap.is-faq .accordion { border-bottom: 1px solid #DDD; }
.poritem-specs #form1 { border-width: 0; }

.toggle-on-custom { display: none; font-weight: 700; }

.custom-button a { display: block;}
.custom-button a img { border: 1px solid #CCC; border-radius: 10px; background: #EEE; padding: 10px 5px;  }

.page-table { padding: 0; border-collapse: collapse; color: #111; }
.page-table table { background: #FFF; }
.page-table table th, .page-table table td { border: 1px solid #999; padding: 5px 10px; }
.page-table table td:nth-child(odd){ background-color: #F3F3F3; }

/* Media */
@media screen and (max-width : 1700px) {
}

@media screen and (max-width : 1600px) {
  .topbar-banner { min-height: 260px; }
  .panel { width: 80%; }
  .featured-wrap > ul { width: 100%; }
  .multicolcell { width: 16%; }
}

@media screen and (max-width : 1550px) {
  .navbar ul.topbar-links li { margin-right: 15px; }
  .panel-left-right > ul { width: 94%; }
  .navbar > ul > li.is-topbar-logo img { max-height: 60px; margin-top: 3px; }
  .navbar { font-size: 16px; }
}

@media screen and (max-width : 1400px) {
  .catalog-banner { height: 180px; }
  .index-banner { height: 660px; }
  .panel { width: 90%; }
  .page-banner-content { top: 180px; }
  .inline-icons span {  }
  .topbar-pane { margin-top: 30px; }
  .navbar > ul > li.is-topbar-logo img { }
  .navbar > ul > li.is-topbar-logo span { font-size: 20px; }
  .banner { min-height: 600px; }
  .banner-content { top: 200px; }
  .topbar-banner { min-height: 200px; }
  .page-banner { height: 160px; }
  .panel { width: 90%; }
  .navbar ul.topbar-links { margin-top: 8px; }
  .navbar > ul > li.is-topbar-logo img { max-height: 50px; margin-top: 5px; }
  .tile-button { font-size: 22px; }
  .tile-description { font-size: 18px; }
}

@media screen and (max-width : 1300px) {
  .close-submenu { right: 5%; }
  .panel-tile-wrap { width: 50%; }
  .portiles-content { width: 90%; }
  .content h1 { font-size: 28px; }
  .panel-wrap { font-size: 16px; }
  .panel .readmore a::before { margin-top: 0; }
  .small-panel { width: 60%; }
  #header-search { width: 250px; }
  .store-locations-wrap.single-store-location .store-location { width: 80%; }
  .wrapper { width: 97%; }
  .header-placeholder, .header-wrap, #slideshow-container, .porfeatured-wrap, .footer-wrap, .subfooter-wrap { width: 100%; }
}
@media screen and (max-width : 1200px) {
  .toggle-on-tablet { display: inline-block !important; }
  .index-banner { height: 620px; }
  .banner-icons ul li {}
  .banner-icons ul li img { width: auto; height: 40px; }
  .panel-wrap.with-catalog { padding: 20px 0; }
  .panel-wrap.with-catalog .inline-icons ul li { margin-bottom: 0; }
  .panel-wrap.with-catalog .inline-icons span { margin-top: 0; }
  .panel-wrap.with-catalog .panel-heading { margin-bottom: 0; }
  .panel-tile-wrap { width: 60%; }
  .inline-icons span {  }
  .panel-wrap.with-catalog.gray { background: #F8F8F8; border-top: 1px solid #CCC; }
  .panel-wrap.with-catalog .inline-icons.quarter-list ul li { width: 25%; }
  .topbar-pane ul.social li { padding: 1px 0 1px 1px; }
  .topbar-pane { margin-top: 20px; }
  .topbar-pane ul.social li.adj-icon i { font-size: 23px; padding: 1px 0 3px; }
  .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; }
  .tile-button { font-size: 20px; }
  .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; }
  .topbar-banner { min-height: 160px; }
  .container-wrap, .container { width: 100%; }
  .toggle-autosize { width: 94%; height: auto; }
  .featured-wrap > ul { width: 100%; }
  .featured-wrap > ul > li { width: 26%; }
  .page-banner { height: 160px; }
  .panel-left-right > ul > li { width: 62%; }
  .panel-left-right > ul > li:last-child { width: 33%; }
  .toggle-off-span { display: none; }
  .porfeatured ul li { width: 22%; }
  #mainpageused { width: 100%; }
}

@media screen and (max-width : 1100px) {
  .topbar-pane { font-size: 18px; }
  .topbar-pane ul li span { font-size: 20px; }
  .page-banner { height: 140px; }
  .topbar-pane ul li { margin-left: 20px; }
  .small-panel { width: 80%; }
  .tile-button { font-size: 24px; }
  .portiles ul li { width: 84%; margin: 0 0 20px; }
  h1.index { font-size: 28px; }
  .header-links { font-size: 20px; }
  .navbar { font-size: 15px; }
}

@media screen and (max-width : 1024px) {
  .por-item-detail-comments { width: 70%; }
  .panel-content.more-width { width: 100%; }
  .porfeatured ul li { width: 23%; }
}

@media screen and (max-width : 1000px) {
  .header-placeholder { height: 120px; background: #333; }
  .header-pane { display: none; }
  .container-wrap {  }
  .catalog-menu { display: block; }
  .catalog-wrap.toggle-off-catalog .catalog-menu { display: none; }
  .catalog { display: none; float: none; position: relative; top: 0; left: 0; right: 0; width: 100%; margin: 0; border-right-width: 0; }
  .catalog-search-title { display: none; }
  .catalog-search-wrap { margin: 10px auto; }
  .catalog-title { display: none; }
  .catalog 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: 92%; margin: 0 auto 0; padding: 20px 4% 50px; text-align: left; }
  #mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { text-align: left; }
  #mainpage td { text-align: left !important; }
  .detailedimg p { text-align: left !important; }
  .por-item-detail-comments { position: relative; width: 100%; margin: 0; }
  ul.CommentBlock { display: inline-block; text-align: left; width: 80%; margin: 0; }
  .cycle-slideshow { display: inline-block; margin: 0 !important; }
  form[name="customerform"] input { max-width: 200px; }
  #form1 input[type="submit"], #form1 input[type="button"] { margin: 15px 0; }
  .wrap4 #adv-custom-pager { margin: 25px 0 !important; text-align: center !important; }
  #mainpage td[align="left"] { text-align: left !important; padding: 0 !important; }
  form[name="customerform"] td { text-align: left !important; }
  #mainpage h4 { text-align: left; }
  .catalog { box-shadow: none; border-radius: 0; border: 0 none; padding: 0; }
  .catalog-wrap.mobile-menu .catalog { border: 0 none; }
  .catalog-search-wrap { display: none; }
  .toggle-off-tablet { display: none !important; }
  .toggle-on-d { display: none; }
  .toggle-off-t { display: block; }
  body { font-weight: 400; color: #555; }
  p { font-weight: 400; }
  .header-wrap { transition: 0s; }
  .topbar-wrap, .topbar-wrap.is-fixed-topbar { padding: 0; height: 130px; }
  .topbar-mobile-menu ul.topbar-links { transition: 0s linear; }
  .topbar-wrap.topbar-mobile-menu .navbar > ul > li.is-topbar-logo { transition: 0s; }
  .topbar-wrap.is-fixed-topbar { position: relative; background-color: rgba(255, 255, 255, 1); padding-bottom: inherit; }
  .toggle-navbar { display: block; }
  .toggle-topbar { display: block; }
  .catalog-banner { height: 150px; }
  .page-banner-content { top: 160px; }
  .page-banner-tagline { font-size: 18px; }
  .banner-icons-wrap { margin-top: 40px; }
  .index-banner { height: 560px; }
  .toggle-banners-right .page-banners { float: none; width: 100%; margin: 0 0 20px; }
  .toggle-banners-right .page-banners ul li { display: inline-block; width: 31%; margin: 0 0.5%; }
  .toggle-banners-right h1 { text-align: center !important; }
  .panel-wrap.flex-fifty .panel-fifty { width: 100%; float: none; display: block; }
  .panel-wrap.flex-fifty .panel-fifty.is-content { width: 90%; padding: 50px 5%; text-align: center; }
  .panel-wrap.flex-fifty .panel-fifty .panel-bg { min-height: 300px; }
  .panel-wrap .page-catalog-btn ul li { float: none; display: inline-block; margin: 0 7px 15px; }
  #porgallery { width: 96%; }
  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 { }
  #mainpage td { text-align: center !important; }
  form[name="customerform"] input { margin-bottom: 10px; }
  form[name="customerform"] td, form[name="form1"] td { float: left !important; clear: left !important; padding: 0 !important; }
  #mainpage td[align="left"] { padding: 0 !important; }
  form[name="customerform"] hr {}
  form[name="customerform"] input[name="submit"] { margin-bottom: 50px; }
  #mainpage input, #mainpage textarea { width: 80%; }
  textarea[name="strComments"] { margin-bottom: 40px; }
  input[name="strStartDate"] { margin-bottom: 0 !important; }
  input[type="radio"] { display: inline-block !important; width: inherit !important; max-width: 20px !important; margin-top: 2px !important; margin-bottom: 5px !important; vertical-align: middle !important; }
  input[type="radio"]::after { display: block; content: ''; }
  .copyright span.toggle-off-mobile { display: block; margin: 6px 0; }
  .panel-tile-wrap { width: 80%; }
  .panel { width: 90%; }
  .panel-content.less-width { width: 90%; }
  .inline-icons ul li { margin-bottom: 35px; }
  .inline-icons.quarter-list ul li {  }
  .inline-icons span { }
  .buttons, .banner-buttons { margin: 0 auto 10px; }
  .panel-wrap.with-catalog .panel { width: 98%; }
  .panel-wrap.with-catalog .inline-icons.quarter-list ul li { }
  .panel-wrap.with-catalog .inline-icons span { font-size: 18px; }
  .panel-wrap.with-catalog .panel-heading { font-size: 22px; }
  .topbar-pane ul li { margin-left: 5px; }
  .topbar-pane ul.social { margin-top: -10px; }
  .topbar-mobile-menu .topbar-pane ul.social { margin-top: -5px; }
  .topbar-pane ul.social li { margin-top: 0; }
  .topbar-pane ul.social li.adj-icon { margin-top: -1px; }
  .topbar-wrap.topbar-mobile-menu .topbar-pane ul.social li.adj-icon { margin-top: 0; }
  .topbar-pane ul li span { font-size: 20px; font-weight: 700; }
  .banner { min-height: 400px; }
  .banner-content { top: 65px; }
  #banner-search { width: 50%; }
  .topbar-pane { display: none; }
  .toggle-topbar { margin-top: 18px; }
  .is-fixed-topbar .toggle-topbar { margin-top: 5px; }
  .topbar-wrap.topbar-mobile-menu .toggle-topbar { margin-top: 21px; }
  .generic-img { display: none; }
  .featured-wrap > ul { width: 90%; }
  .featured-wrap > ul > li { width: 40%; margin: 0 1.5% 25px; }
  .featured-wrap h1 { font-size: 32px; padding: 0 30px; }
  .page-banner { height: 140px; }
  .panel-left-right > ul > li { float: none; display: block; width: 90%; margin: 0 auto; }
  .panel-left-right > ul > li:last-child { width: 90%; margin-right: auto; }
  .small-panel { width: 96%; }
  .buttons ul li { min-width: 180px; }
  .back-to-top { display: block; }
  .featured-wrap > ul > li:last-child { margin-bottom: 0; }
  .catalog-wrap.toggle-on-catalog-tablet { display: block; }
  .catalog { }
  .catalog ul li:last-child { border-bottom: 0 none; }
  #mainpage, #newitempage { transition: 0s linear; }
  .topbar-mobile-menu ul.topbar-links li a, .catalog-wrap { font-size: 16px; }
  #mainpage h1, #newitempage h1 { margin-top: 0; }
  .header-links { /*display: none;*/ }
  .toggle-menu { display: block; }
  .is-nav-header #header-search-wrap { display: none; }
  .is-nav-header .toggle-menu { margin-top: 25px; }
  .container.is-multi-locations { width: 100%; }
  .container.is-multi-locations .store-location { display: block !important; width: 80%; margin: 0 auto 35px; }
  .container.is-multi-locations .store-location.custom-map { width: 84%; }
  .toggle-store-locations { display: none; }
  #header-search-wrap { display: none; }
  .catalog-wrap { border: 0 none; }
  .wrapper { width: 100%; padding: 0; }
  .container-wrap { border: 0 none; padding: 25px 0 30px; }
  a.por-item-detail-name { margin-top: -10px; }
  #catalog-menu-search-wrap { display: block; }
  .content.less-width { width: 96% !important;}
  .catalog-wrap { flex-direction: column; }
  .header { height: 120px; }
  .logo img { height: 100px; }
  .tagline { display: none; }
  .catalog-wrap { width: 100%; padding: 0; }
  .catalog-menu { width: 94%; padding: 8px 3% 0; }
  #catalog-menu-search-box { width: 200px; }
  #slideshow-container { padding-top: 15px; }
  .header-wrap { background: #F6F6F6; }
  .header-wrap.is-fixed-header .toggle-menu { top: 22px; }
  .navbar-wrap { position: fixed; width: 100%; height: 100%; top: 0; left: 0; right: 0; overflow-y: scroll; }
  .navbar { width: 90%; padding: 0 5%; flex-direction: column; justify-content: center; }
  .navbar > ul.navbar-left, .navbar > ul.navbar-right, .footer { flex-direction: column; }
  .navbar > ul > li { padding: 0; border-right: 0 none; }
  .navbar > ul.navbar-left li:first-child a { padding-top: 25px; }
  .navbar ul li a { display: block; padding: 10px 0; }
  .navbar-wrap.navbar-mobile-menu ul li a.toggle-off-navbar-menu { padding-bottom: 25px; }
  .footer-wrap { padding-bottom: 0; }
  .footer { align-items: center; text-align: center; }
  .footer h4 { margin-bottom: 5px; }
  .footer-panel { margin: 0 auto 25px; }
  .footer-links { text-align: center; flex-direction: column; margin: 0 auto 15px; }
  .footer-links ul { margin: 0 auto; display: flex; flex-direction: column; justify-content: center; }
  .footer-links ul.last { margin: 0 auto; }
  .footer-links ul li { margin: 5px 10px; }
  .navbar-wrap.navbar-mobile-menu ul li.is-cart i, .navbar-wrap.navbar-mobile-menu ul li.is-cart span { display: none; }
  .toggle-categories .catalog, .catalog-title { display: block !important; }
  .toggle-categories .catalog-title { padding: 15px 15px; background: #555; color: #FFF; font-size: 16px; border-bottom: 0 none; }
  .toggle-categories .catalog ul li { background: #444; }
}

@media screen and (max-width : 900px) {
  .store-location-content { width: 90%; margin: 0 auto 35px; }
  .porfeatured ul li { width: 30%; }
  .store-locations-wrap.single-store-location .store-location { width: 94%; margin: 0 auto 35px; }
  #mainpageused table tr { position: relative; display: inline-block; width: 100%; padding: 15px 0; margin: 0 auto; border: 1px solid #999; background: #F3F3F3; }
  #mainpageused table tr:first-of-type { display: none; padding: 0; border: 0 none; }
  #mainpageused table td { position: relative; width: 92% !important; float: left; clear: left; padding: 2px 4%; }
  #mainpageused table td .wrap4 { margin-top: 0; }
  #mainpageused table td img { width: 150px; height: auto; border: 1px solid #999; }
  #productname { text-align: center !important; }
  .multicolcell { width: 20%; }
}

@media screen and (max-width : 800px) {
  .toggle-off-custom { display: none; }
  .toggle-on-custom { display: block; }
  .page-banner-content h1 { font-size: 40px; }
  .inline-icons.quarter-list ul li { width: 40%; }
  .jssora21l, .jssora21ldn, .jssora21r, .jssora21rdn { display: none; }
  .panel-left { position: relative; width: 100%; margin: 0 auto; float: none; }
  .panel-right { position: relative; width: 90%; margin: 0 0 35px; float: none; }
  .panel-wrap .list-centered { width: 60%; }
  .buttons.left-aligned ul li { clear: left; width: 50%; margin: 0 auto 15px; text-align: center; }
  .panel-left-right img { margin-top: 15px; }
  #slideshow-container { }
  #slideshow-wrap { float: none; width: 94%; padding: 0; margin: 0 auto; }
  #slider1_container { left: 0; }
  .slideshow-panel { left: 0; width: 92%; margin: 15px auto; }
  #slideshow-banners { width: 98%; float: left; right: auto; padding: 0; margin: 0 auto; left: 1%; }
  #slideshow-banners div { float: none; display: block; width: 95.3%; margin: 0 auto 15px; }
  .porfeatured ul li span { white-space: nowrap; }
  .content .less-less-width { width: 100%; }
  .store-location-content, .content-left-right { flex-direction: column; }
  .content-left, .content-right { width: 100%; margin: 0 auto 25px; }
  .store-content, .store-map { width: 100%; margin: 0 auto 15px; }
    .banner-wrap.bg-fixed .banner, .panel-wrap.bg-fixed { background-attachment: scroll !important; }
}

@media screen and (max-width : 740px) {
  #mainpage > p { text-align: left; }
  #form1 input[type="submit"], #form1 input[type="button"] { display: block; max-width: 220px; }
  #topbar-search-wrap { left: 5px; }
  .toggle-off-mobile { display: none !important; }
  .toggle-on-mobile { display: block !important; }
  .index-banner { height: 540px; }
  .banner-icons-wrap { display: none; }
  .page-banner-buttons ul li { width: 80%; margin: 0 0 15px; }
  .location-content-left { position: relative; float: none; width: 100%; text-align: center; }
  .location-content-right { display: none; }
  .panel-tile-wrap { width: 90%; }
  .catalog-menu-links li { margin: 0 5px; }
  .inline-icons span {  }
  .inline-icons.single-list ul li { width: 90%; }
  .panel-wrap.with-catalog .inline-icons.quarter-list ul li { width: 28%; }
  .inline-icons.logos ul li { width: 25%; }
  .banner-content h1 { font-size: 30px; }
  .banner-tagline { font-size: 20px; }
  #banner-search { width: 60%; border-width: 8px; }
  .banner-readmore { font-size: 14px; }
  .banner-readmore a i { font-size: 12px; }
  .portiles-wrap { padding-bottom: 10px; }
  .portiles-content h2 { margin-bottom: 20px; }
  .portiles-content .button { display: block; float: none; margin: 0 0 15px; text-align: center; }
  .page-banner { height: 130px; }
  .page-img { float: none; width: 100%; margin: 0 auto 25px; text-align: center; }
  .page-img.shrink { width: 100%; }
  .page-img img { display: none; }
  .page-img li.for-mobile img { display: block; width: 90%; margin: 0 auto; }
  .panel-left-right { text-align: center; }
  .buttons.left-aligned ul { text-align: center; }
  .buttons.left-aligned ul li { float: none; }
  .porfeatured ul li { width: 45%; }
  .container.is-multi-locations .store-location.custom-map { display: none !important; }
  .toggle-menu-icon { text-transform: capitalize; }
  .multicolcell { width: 27%; }
}

@media screen and (max-width : 650px) {
  .toggle-off-t { display: none; }
  .toggle-off-m { display: block; }
  #porgallerythumbnail { position: relative; width: 80%; display: block; margin: 0 auto; }
  #porgallery .photogalleryauto { width: 80% !important; margin-bottom: 15px; }
  #mainpage form[name="feedbackform"] td { float: left; clear: left; padding: 2px 0 !important; }
  form[name="feedbackform"] input { margin-bottom: 10px !important; }
  .panel-content { width: 96%; }
  .panel-wrap.with-catalog .inline-icons span { font-size: 16px; }
  #banner-search { width: 80%; }
  .portiles-content h2 { font-size: 28px; }
  .portiles-content h2 span { font-size: 20px; }
  .buttons ul li { width: 80%; margin: 0 0 15px; }
  .page-banner { display: none; }
  .footer ul li { margin: 10px 0; }
  .multicolcell { width: 25%; }
}

@media screen and (max-width : 550px) {
  h1, .content h1, #mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { font-size: 28px; }
  h2 { font-size: 20px; font-weight: 500; }
  h3 { font-size: 18px; font-weight: 500; }
  .toggle-off-t { display: none; }
  .toggle-off-m { display: none; }
  .topbar-wrap, .topbar-wrap.is-fixed-topbar { }
  #mainpage td[align="left"] { padding: 0 2%; }
  ul.social { display: none; }
  #mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { }
  .index-banner { height: 540px; }
  .page-banner-content h1 { font-size: 36px; }
  .page-banner-tagline { font-size: 16px; padding: 0 40px; }
  .page-banner-buttons { margin-top: 30px; }
  .page-banners { margin: 0 auto 20px; }
  .page -banners ul li, .toggle-banners-right .page-banners ul li { display: none; float: none; width: 100%; margin: 0; }
  .page-banners ul li.for-mobile, .toggle-banners-right .page-banners ul li.for-mobile  { display: block; }
  .panel-tile-btn ul li { float: none; display: block; width: 100%; margin: 0 auto 15px; }
  .panel-tile-btn ul li:last-child { width: 100%; margin: 0 auto; }
  .inline-icons.quarter-list ul li { width: 80%; }
  .inline-icons.double-list ul li { width: 80%; }
  .inline-icons.double-list ul li:first-child { margin-bottom: 40px !important; }
  .inline-icons span {  }
  .inline-icons.match-span-height span { min-height: inherit; }
  .buttons ul li a, .banner-buttons ul li a { white-space: normal; }
  .banner { }
  .banner-content { top: 70px; }
  .banner-tagline { font-size: 18px; }
  .portiles ul li { margin-bottom: 15px; }
  .portiles-content h2 { font-size: 23px; }
  .portiles-content h2 span { font-size: 17px; }
  .portiles-content { font-size: 18px; }
  .featured-wrap > ul > li { width: 80%; margin: 0 0 25px; }
  .buttons.left-aligned ul li { width: 80%; }
  .tile-button { font-size: 20px; }
  .porfeatured ul li { width: 46%; }
  .porfeatured ul li span { font-size: 14px; }
  #header-search { width: 200px; }
  .custom-button a img { width: 100%; height: auto; }
  h1.index { font-size: 20px; }
  .porfeatured h2 { font-size: 20px; }
  #catalog-menu-search { width: 150px; }
  .multicolcell { width: 39%; }
}

@media screen and (max-width : 500px) {
 .logo img { height: 60px; }
}

@media screen and (max-width : 450px) {
  #topbar-search { width: 200px; padding-left: 20px; }
  .page-banner-buttons ul li { width: 94%; }
  .index-banner { height: 520px; }
  #banner-search { width: 90%; }
  .inline-icons.logos ul li { width: 35%; }
}

@media screen and (max-width : 430px) {
  .index-banner { height: 540px; }
  .copyright span { display: block; margin-top: 5px; }
  .banner-tagline { font-size: 16px; }
}

@media screen and (max-width : 400px) {
  .toggle-off-small-screen { display: none; }
  .toggle-menu ul li { margin-left: 15px; }
}

@media screen and (max-width : 360px) {
   .logo img { height: 40px; }
}