@charset "utf-8";
/*
font-family: 'Lato', sans-serif;
font-family: 'Titillium Web', sans-serif;
blue #002f55
orange #f0562f
*/

/* 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 { font-family: 'Lato', sans-serif; background: #FFF; font-size: 16px; line-height: 1.5; color: #444; font-weight: 400; min-width: 320px; }
body.scroll-off { overflow: hidden; }
.material-icons { font-size: inherit; line-height: inherit; }
.wrapper { position: relative; width: 100%; margin: 0 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 !important; }
.uppercase { text-transform: uppercase !important; }
.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 !important; }
em { font-style: italic; }
.center { text-align: center !important; }
.centered { margin: 0 auto !important; }
.align-left { text-align: left !important; }
.align-right { text-align: right !important; }
.vtop { vertical-align: top !important; }
.vmiddle { vertical-align: middle !important; }
.vbottom { vertical-align: bottom !important; }
.fifty { width: 50%; }
.toggle-off { display: none; }
img.autosize { width: 100%; height: auto; }
img.max-autosize { width: auto; max-width: 100%; height: auto; }
.img-fr { float: right; margin: 0 0 25px 25px; }
.margin-bottom { margin-bottom: 0 !important; }
.border-radius { border-radius: 15px; }
.box-shadow { box-shadow: 0 8px 6px -6px #000; }
.red { color: #C93F4F; }
.bg-brand { background: #002f55 !important; }
.brand-color { color: #002f55 !important; }
.bold { font-weight: 700 !important; }
.underline { text-decoration: underline !important; }

img.autosize-banner { max-width: 100%; width: inherit !important; }

.no-padding { padding: 0 !important; }
.no-top-padding { padding-top: 0 !important; }
.no-bottom-padding { padding-bottom: 0 !important; }

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, h4, h5, h6 { color: #002f55; font-family: 'Titillium Web', sans-serif; font-weight: 700; text-transform: uppercase; }
h1 { font-size: 30px; line-height: 1.2; margin: 25px 0 20px; }
.index-heading { position: relative; width: 100%; margin: 0 auto; text-align: center; }
h1.index { position: relative; text-align: center; padding: 20px 0; margin: 0 auto; line-height: 1.4; }
h1.less-bottom-margin { margin-bottom: 0; }
h2 { font-size: 24px; line-height: 1.2; margin-bottom: 15px; }
.contact-h2 h2 { font-size: 18px; color: #6a666a; }
h2.policies { margin: 20px 0 10px; }
h3 { font-size: 20px; line-height: 1.2; margin-bottom: 15px; }
a, a:visited { color: #f0562f; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
.bg-brand a { color: #FFF; }
p { line-height: 1.6; margin-bottom: 15px; }

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.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 #f0562f; border-bottom: 0 none; margin-bottom: 8px; }

.separator { font-size: 20px; background: #222; color: #FFF; margin: 0 0 2px !important; padding: 10px 0 10px 20px; }

ul.disc { list-style: disc; margin-left: 30px; margin-bottom: 25px; line-height: 1.5; }
ul.circle { list-style: circle; margin-left: 30px; margin-bottom: 15px; line-height: 1.5; }
ul.inline { display: inline-block; margin-right: 25px; vertical-align: top; }
ul.inline-block li { display: inline-block; margin: 0 10px; }
ul.checked i { color: #222; margin-right: 3px; }
ol { list-style: decimal; margin-left: 25px; }

.inline-list ul { display: inline-block; vertical-align: top; margin-right: 35px; margin-bottom: 25px; }
.inline-list ul.last { margin-right: 0; }

.inline-social { position: relative; font-size: 30px; }
.inline-social li { float: left; margin-right: 5px; }
.inline-social a:hover { color: #333; }

.staff { position: relative; width: 100%; margin: 0; }
.staff ul li { float: left; width: 23%; padding: 0; margin: 0 2% 25px 0; }
.staff ul li:last-child { margin-right: 0; }
.staff ul li img { width: 100%; height: auto; margin-bottom: 15px; }
.staff h3 { font-size: 24px; display: block; text-align: center; }
.staff h3 span { display: block; font-size: 16px; color: #666; margin-top: 5px; }

.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: -30px; left: 0; right: 0; text-align: center; z-index: 4; }
.back-to-top a { color: #FFF; }
.back-to-top i { width: 39px; height: 30px; padding-top: 10px; padding-right: 1px; border-radius: 50%; color: #FFF; background: #222; border: 4px solid #FFF; }
.back-to-top a:hover { color: #FFF; }
.back-to-top a:hover i { background: #555; }
/*.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: 18px; right: 15px; z-index: 6; }
.go-to-top a { display: block; line-height: 1; padding: 2px; border-radius: 100%; background: #FFF; }
.go-to-top i { color: #f0562f; font-size: 25px; line-height: 1; padding: 0; }
.go-to-top i:hover { color: #f0562f; }

.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; }

/* Topbar */
.topbar-wrap { position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 160px; min-width: 320px; margin: 0 auto; padding: 0; font-size: 16px; font-family: 'Titillium Web', sans-serif; font-weight: 800; text-transform: uppercase; background: #FFF; border-bottom: 6px solid #f0562f; z-index: 6; -webkit-transition: top 0.3s, height 0.3s linear; -moz-transition: top 0.3s, height 0.3s linear; -ms-transition: top 0.3s, height 0.3s linear; -o-transition: top 0.3s, height 0.3s linear; transition: top 0.3s, height 0.3s linear; }
.topbar-placeholder { height: 166px; }
.index-topbar .topbar-placeholder {}
.topbar-wrap.is-fixed-topbar { height: 115px; }

.logo { position: absolute; top: 13px; left: 0; z-index: 1; transition: top 0.3s linear; }
.logo img { width: auto; max-width: 100%; height: 94px; transition: height 0.3s linear; }
.topbar-wrap.is-fixed-topbar .logo { top: 11px; }
.topbar-wrap.is-fixed-topbar .logo img { height: 55px; }

.topbar-panel-wrap { position: relative; width: 100%; height: 40px; padding: 0; background: #002f55; color: #FFF; font-size: 14px; display: flex; flex-direction: row; align-items: center; }
.topbar-panel { position: relative; width: 90%; margin: 0 auto; }
.topbar-panel a { color: #FFF; }
.topbar-panel a:hover { color: #f0562f; }
.topbar-panel ul { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; }
.topbar-panel ul li, .topbar-links ul li { position: relative; padding: 0 15px; }
.topbar-panel ul li:first-child { padding-left: 0; }
.topbar-panel ul li:last-child { padding-right: 0; }
.topbar-panel ul li::after, .topbar-links > ul > li::after { content: ""; width: 1px; height: 20px; background: #999; position: absolute; right: -1px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.topbar-panel ul li:last-child::after, .topbar-links > ul > li:last-child::after { display: none; }
.topbar-panel i { font-size: 12px; vertical-align: top; margin-top: 5px; padding-right: 2px; }
.topbar-panel .is-social i { font-size: 1em; margin-top: 3px; padding: 0; }

.topbar { position: relative; width: 90%; height: 120px; padding: 0; margin: 0 auto; transition: height .3s linear; display: flex; flex-direction: column; justify-content: center; }
.topbar-wrap.is-fixed-topbar .topbar { height: 75px; }
.topbar-pane { position: relative; margin: 5px 0 10px; transition: margin 0.3s linear; }
.topbar-wrap.is-fixed-topbar .topbar-pane { margin-bottom: 5px; }
.topbar-links, .topbar-pane { position: relative; }
.topbar-links ul, .topbar-pane ul { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; }
.topbar-links ul li, .topbar-pane ul li { position: relative; }
.topbar-pane > ul > li { padding: 0 10px; }
.topbar-links { font-size: 16px; }
.topbar-links > ul > li:first-child, .topbar-pane ul li:first-child { padding-left: 0; }
.topbar-links > ul > li:last-child { padding-right: 0; }
.topbar-links > ul > li::after { color: #CCC; }
.topbar-links > ul > li.is-button { background: #f0562f; border-radius: 3px; padding: 0 15px; font-size: 15px; line-height: 35px; }
.topbar-links > ul > li.is-button a { display: block; color: #FFF; }
.topbar-links > ul > li.is-button i { font-size: .8em; float: left; vertical-align: top; margin-top: 11px; padding-right: 3px; }
.topbar-links ul li.dropdown > a > i { font-size: .7em; vertical-align: top; margin-top: 7px; }
.topbar-links a, .topbar-pane a { color: #002f55; }
.topbar-links a:hover, .topbar-pane a:hover { color: #f0562f; }
.topbar-links .is-toggle-search-bar i { font-size: .8em; }
.no-bg::after { display: none; }

.topbar-mobile-menu .topbar-links { float: none; clear: both; top: 0; right: 0; width: 100%; margin: 0 !important; color: #FFF; text-align: center; background: #002f55; z-index: 8; position: fixed; overflow-y: scroll; height: 100%;  }
.topbar-mobile-menu .topbar-links ul li { float: none; display: block; margin: 0; padding: 0; text-align: left; }
.topbar-mobile-menu .topbar-links > ul > li:first-child { border-top-width: 0; border-bottom: 3px solid #EEE; margin-bottom: 10px; }
.topbar-mobile-menu .topbar-links ul li a { display: block; float: none; margin: 0; padding: 7px 0 7px; color: #FFF; }
.topbar-mobile-menu .topbar-links ul li a:hover { color: #f0562f; }
.topbar-mobile-menu .topbar-links ul li.is-button a { background: inherit; color: inherit; }

/* Topbar Submenu */
.topbar ul ul { display: block; position: absolute; top: 20px; right: 9999px; width: auto; min-width: 200px; margin: 0; padding: 15px 0 0; font-size: 14px; z-index: 2003; transition: top .1s linear; }
.topbar ul li.dropdown:hover ul { left: -7px; right: auto; }
.topbar ul li.dropdown i { }
.topbar ul li.dropdown.left:hover ul { left: auto; right: 0; width: auto; }
.topbar ul ul li { display: block !important; float: none; border: 0 none; margin: 0 !important; }
.topbar ul ul li::after { display: none; }
.topbar ul ul li a { display: inline-block; min-width: 100%; color: #FFF; text-align: left; background: #002f55; padding: 7px 10px !important; margin: 0 !important; white-space: nowrap; z-index: 2004; border-bottom: 1px solid #999; }
.topbar ul ul li:last-child a { }
.topbar ul ul li:hover a { color: #f0562f !important; }
.topbar ul ul li:last-child, .topbar ul ul li:last-child a { border-bottom: 0 none; }
.topbar ul li.dropdown.left:hover ul li {}
.topbar ul li.dropdown.left:hover ul li a { }

/* Topbar Search */
#topbar-search-wrap { position: fixed; top: 166px; width: 90%; height: 60px; padding: 0 5%; background: #002f55; z-index: 1; display: flex; flex-direction: row; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: top .3s linear; }
.topbar-wrap.is-fixed-topbar #topbar-search-wrap { top: 121px; }
#topbar-search-wrap.toggle-show-topbar-search { opacity: 1; visibility: visible; }
#topbar-search { position: relative; width: 89%; max-width: 50%; background: #FFF; border: 0 none; border-radius: 3px; margin: 0; padding: 0 0 0 1%; color: #333; overflow: hidden; display: flex; flex-direction: row; }
#topbar-search form { position: relative; width: 100%; }
#topbar-search-box { width: 89%; height: 40px; font-size: 15px; color: #333; background: none transparent; border: 0; padding: 0; }
#topbar-search-box:hover { cursor: pointer; }
#topbar-search .btn-search { position: absolute; right: 0; top: 0; padding: 0 15px; background: #DDD; color: #222; font-size: 16px; line-height: 40px; text-transform: uppercase; }
#topbar-search .btn-search i { color: #222; }
#topbar-search:hover i { color: #222; }

#topbar-search-wrap input::-webkit-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }
#topbar-search-wrap input::-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; } /* firefox 19+ */
#topbar-search-wrap input:-ms-input-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; } /* ie */
#topbar-search-wrap input:-moz-placeholder { color: #666; font-size: 15px; opacity: 1; font-style: italic; }

.toggle-off-topbar-search { position: absolute; top: 12px; right: 5%; font-size: 24px; opacity: 0; visibility: hidden; transition: opacity .3s linear; }
#topbar-search-wrap.toggle-show-topbar-search .toggle-off-topbar-search { opacity: 1; visibility: visible; }
.toggle-off-topbar-search { color: #FFF; }
.toggle-off-topbar-search:hover { cursor: pointer; }

.toggle-on-topbar-menu { display: none; }
.topbar-wrap.topbar-mobile-menu .toggle-on-topbar-menu { display: block; }

/* 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: 0 1.5%; vertical-align: middle; z-index: 3; }
.navbar-wrap ul li.is-logo { font-size: 80px; width: 25%; text-transform: none; }
.navbar-wrap ul li.is-logo span { margin-top: -5px; display: block; font-size: 22px; font-weight: 300; color: #A3FEBA; }
.navbar-wrap ul li a { display: block; padding: 25px 0; color: #FFF; text-shadow: 2px 1px #333; }
.navbar-wrap ul li a:hover { color: #DDD; }
.navbar-wrap ul li.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: 0; }

/* Icons */
.inline-icons { position: relative; margin: 0 auto; }
.inline-icons ul { text-align: center; }
.inline-icons ul li { position: relative; width: 44%; display: inline-block; margin: 0 1.5% 0; vertical-align: middle; }
.inline-icons ul li.toggle-block { display: block; }
.inline-icons img { width: auto; }
.inline-icons img.with-radius { border-radius: 50%; }
.inline-icons.small-icons img { width: auto; height: 80px; margin-bottom: 10px; }
.inline-icons.small-icons ul li.toggle-block img { width: auto; height: auto; margin: 20px auto 10px; }
.inline-icons.tiny-icons img { width: auto; height: 40px; margin-bottom: 10px; }
.inline-icons h4 { margin-bottom: 10px; font-size: 20px; text-transform: uppercase; }
.inline-icons span { display: block; margin: 15px 0 0; text-align: center; }
.inline-icons.match-span-height h4 { margin-bottom: 20px; }
.inline-icons.match-span-height span { min-height: 40px; }
.inline-icons.alt-span span { margin: 0 0 10px; font-weight: 300; line-height: 1.7em; font-style: italic; }
.inline-icons.alt-span span.is-inline, .inline-icons.alt-span img.is-inline, .inline-icons .is-inline { display: inline-block; vertical-align: middle; margin: 0 5px; }
.inline-icons.single-list ul li { width: 34%; vertical-align: middle; margin: 0 0 0; display: inline-block; }
.inline-icons.double-list ul li { width: 34%; vertical-align: top; margin: 0 7.5% 0; }
.inline-icons.quarter-list ul li { width: 20%; vertical-align: top; }
.inline-icons.quarter-list ul li.toggle-block { width: 100%; margin: 0 auto; vertical-align: top; }
.inline-block ul { display: inline-block; vertical-align: top; margin: 0 2%; }

.inline-icons.logos ul { padding-bottom: 90px; }
.inline-icons.logos ul li { display: inline-block; width: 15%; }
.inline-icons.logos ul li img { max-width: 90%; height: auto; }

/* Banners */
.banner-wrap { position: relative; width: 100%; margin: 0 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-overlay { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; z-index: 1; background-color: rgba(0,0,0,0.5); }
.banner-gradient { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 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.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 25%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 25%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 25%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 25%, rgba(0,0,0,0) 100%);
  /* 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); }

.banner-content { position: absolute; top: 300px; left: 0; right: 0; margin: 0 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: 0 auto; padding: 20px 50px 30px; border-radius: 10px; border: 12px solid #EEE; border-left: 0 none; border-right: 0 none; box-shadow: 0 8px 6px -6px #000; }
.banner-content h1 { color: inherit; font-size: 40px; font-weight: 500; margin-bottom: 15px; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8); }
.banner-content h1 span { display: block; font-size: 30px; }
.banner-tagline { font-size: 18px; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8); }

/* Banner Buttons */
.banner-buttons { position: relative; margin: 0 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: 0 15px 15px; }
.banner-buttons ul li a { display: block; 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); */ }
.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; width: 100%; }
#banner-search { position: relative; width: 100%; max-width: 400px; background: #FFF; border: 3px solid #999; border-radius: 23px; margin: 0 auto; padding: 0; color: #666; overflow: hidden; /*box-shadow: 0 8px 6px -6px #000;*/ }
#banner-search:hover { background: #FFF; /*border-color: #CCC;*/ }
#banner-search-box { float: left; width: 95%; font-size: 16px; height: 25px; background: none transparent; border: 0 none; padding: 10px 0; padding-left: 5%; }
#sbanner-search-box:hover { cursor: pointer; }
#banner-search .banner-btn-search { position: absolute; top: 0; right: 0; padding: 0 20px 0 18px; color: #FFF; font-size: 14px; font-weight: 500; text-transform: uppercase; line-height: 47px; background: #002f55; text-decoration: none !important; transition: background .2s linear; }
#banner-search .banner-btn-search:hover { }
#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: 0 !important; }

#banner-search input::-webkit-input-placeholder { color: #333; font-size: 16px; opacity: 1; font-style: italic; }
#banner-search input::-moz-placeholder { color: #333; font-size: 16px; opacity: 1; font-style: italic; }
#banner-search input:-ms-input-placeholder { color: #333; font-size: 16px; opacity: 1; font-style: italic; }
#banner-search input:-moz-placeholder { color: #333; font-size: 16px; opacity: 1; font-style: italic; }

.banner-readmore { margin-top: 20px; font-size: 16px; text-transform: uppercase; }
.banner-readmore a { width: 130px; color: #FFF; font-weight: 500; text-decoration: none !important; margin: 0 auto; white-space: nowrap; text-shadow: 0 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: 150px; margin: 0 auto; line-height: 0; overflow: hidden; background: #FFF url(slideshow/chic-page-banner.jpg) no-repeat; background-attachment: scroll; background-position: center center; }
.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: 100%; }
.page-img img { width: 100%; height: auto; }

.page-img.shrink { width: 30%; }
.page-img.shrink img { }

.page-gallery { position: relative; width: 100%; margin: 0 auto; }
.page-gallery ul li { position: relative; width: 48%; float: left; margin-right: 2%; }
.page-gallery ul li img { width: 100%; height: auto; }

.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: 95%; margin: 0 auto; padding: 35px 0 25px; }
.panel { position: relative; width: 80%; margin: 0 auto; }
.custom-panel { position: relative; width: 100%; max-width: 1060px; 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.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; color: #333; }
.panel-wrap .panel-heading { margin-bottom: 10px; font-size: 30px; color: #333; }
.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: 500; }
.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 { 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; margin-bottom: 25px; }

.welcome-wrap { position: relative; width: 100%; padding: 30px 0 0; }
.welcome { position: relative; width: 80%; margin: 0 auto; }

.badge { position: absolute; top: 30px; right: 5%; }

.readmore { position: relative; display: block; margin: 0 auto; color: #333; font-weight: 700; }
.readmore ul li { position: relative; display: inline-block; margin: 0 5px; }
.readmore a { color: #f0562f; }
.readmore i { font-size: .8em; vertical-align: top; margin-top: 6px; }

.small-panel-wrap { position: relative; width: 100%; margin: 0 auto; padding: 25px 0 15px; }
.small-panel-wrap.light-gray { background: #F6F6F6; }
.small-panel { position: relative; width: 80%; margin: 0 auto; padding: 0; }
.small-panel h2 { font-size: 30px; margin-bottom: 20px; }

.panel-left-right { position: relative; width: 100%; margin: 0 auto; }

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; }

.custom-borders { position: relative; width: 100%; border: 12px solid #F6F6F6; border-left: 0 none; border-right: 0 none; padding: 10px 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; }

.toggle-navbar { display: none; position: absolute; top: 25px; right: 4%; padding: 10px; font-size: 30px; }
.toggle-navbar a { display: block; color: #FFF; }

.topbar-wrap ul li.toggle-topbar-menu { display: none; text-transform: none; z-index: 10; }
.topbar-wrap ul li.toggle-topbar-menu a {  background: #EEE; }
.topbar-wrap ul li.toggle-topbar-menu i { padding-right: 0; }

.toggle-topbar { display: none; position: absolute; top: 53px; right: 4%; padding: 0; font-size: 30px; z-index: 6; }
.toggle-topbar a { color: #002f55; display: block; padding: 0; }
.toggle-topbar ul li { float: left; margin-left: 20px; }
.toggle-topbar ul li:first-child { margin-left: 0; }

.index-topbar #fixed-sidebar { display: none; }
#fixed-sidebar { position: absolute; top: 320px; font-size: 18px; z-index: 6; }
#fixed-sidebar .fixed-sidebar-button { position: relative; }
#fixed-sidebar .fixed-sidebar-button ul li { position: relative; display: block; height: 135px; text-align: center; -ms-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); left: -85px; transition: left 0.3s linear 0s; overflow: hidden; }
#fixed-sidebar .fixed-sidebar-button ul li:hover { left: -80px; transition: left 0.2s linear 0s; }
#fixed-sidebar .fixed-sidebar-button a { display: block; text-decoration: none; text-transform: uppercase; color: #FFF; background: #222; padding: 15px 25px 15px; }
#fixed-sidebar .fixed-sidebar-button a:hover { }
.hide-sidebar #fixed-sidebar { display: none; }

/* Slideshow */
#slideshow-holder { opacity: 0; position: relative; width: 100%; background: #FFF; padding: 0 0; margin: 0 auto; overflow: hidden; z-index: 0; }
.page-slideshow { position: relative; padding: 15px 0 20px; }
.slideshow-wrap { position: relative; width: inherit; max-width: 100%; padding: 0 0; margin: 0 auto; border-radius: 0; overflow: hidden; }
.slideshow-dimensions { width: 1920px; height: 620px; }
.page-slideshow-dimensions { width: 1000px; height: 469px; }
.page-slideshow-dimensions.alt-page { width: 900px; height: 600px; }
.slideshow-content { position: absolute; top: 0; left: 0; right: 0; bottom: 45px; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; z-index: 3; }
.slideshow-content.light { background-color: rgba(255,255,255,0.5); }
.slideshow-content-title { position: relative; width: 90%; }
.slideshow-content-title h1 { color: #FFF; font-size: 40px; padding: 0 2%; text-align: center; line-height: 1.1; text-transform: uppercase; }
.slideshow-content-title h1 span { color: #fff; display: block; font-size: 25px; text-transform: none; margin-top: 6px; font-style: italic; text-shadow: none; }
.slideshow-content .slideshow-buttons { position: relative; margin-top: 15px; font-family: 'Titillium Web', sans-serif; font-weight: 700; font-size: 16px; }
.slideshow-content .slideshow-buttons ul { display: flex; flex-direction: row; justify-content: center; }
.slideshow-content .slideshow-buttons ul li { position: relative; margin: 0 10px; }
.slideshow-content .slideshow-buttons ul li a { min-width: 120px; padding: 10px 25px; display: block; background: #f0562f; color: #FFF; text-transform: uppercase; border-radius: 5px; }
.slideshow-gradient { position: absolute; top: 0; left: 0; right: 0; height: 40%; width: 100%; z-index: 1;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0,0,0,0)), color-stop(0%, rgba(0,0,0,0.8)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
}
.slideshow-gradient.light {
  background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0.7)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
}
.slideshow-overlay { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; z-index: 1; background-color: rgba(0,0,0,0.1); }

/*jssor slider loading skin spin css*/
#jssor_1 { position: relative; margin: 0 auto; top: 0; left: 0; overflow: hidden; visibility: hidden; }
.jssorl-009-spin { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background-color: rgba(0,0,0,0.7); z-index: 2; }
.jssorl-009-spin img {
    margin-top: -19px;  position: relative; top: 50%; width: 38px; height: 38px;
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.slideshow-slides { cursor: default; position: relative; top: 0; left: 0; overflow:hidden; }
@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.slide-banner-wrap, .slide-banner { position: relative; width: 100%; height: auto; margin: 0 auto; line-height: 0; }
.slide-banner img { width: 100%; height: auto; }

/*jssor slider bullet skin 032 css*/
.jssorb032 { display: none; }
.jssorb032 { position: absolute; bottom: 40px; right: 12px; z-index: 4; }
.jssorb032 .i { position: absolute; cursor: pointer; width: 16px; height: 16px; }
.jssorb032 .i svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.jssorb032 .i .b { fill: #FFF; fill-opacity: 0.40; stroke: #FFF; stroke-width: 1200; stroke-miterlimit: 10; stroke-opacity: 0.25; }
.jssorb032 .i:hover .b { fill: #FFF; fill-opacity: 1; stroke: #FFF; stroke-opacity: 1; }
.jssorb032 .iav .b { fill: #FFF; fill-opacity: 1; stroke: #FFF; stroke-opacity: 1; }
.jssorb032 .i.idn { opacity: .3; }

/*jssor slider arrow skin 051 css*/
.jssora051 { display: block; position: absolute; cursor: pointer; }
.jssora051 .a { fill: none; stroke: #FFF; stroke-width: 360 /*1200*/; stroke-miterlimit: 10; }
.jssora051:hover { opacity: .8; }
.jssora051.jssora051dn { opacity: .5; }
.jssora051.jssora051ds { opacity: .3; pointer-events: none; }

.arrowleft, .arrowright { /*display: none;*/ width: 110px; height: 110px; top: 0; left: auto !important; transform: none !important; z-index: 4; }
.page-slideshow .arrowleft, .page-slideshow .arrowright { width: 60px; height: 60px; }
.arrowleft { left: 0 !important; }
.arrowright { right: 0 !important; }

/* Featured */
.featured-container { position: relative; width: 100%; margin: 0 auto; text-align: center; padding: 10px 0 30px; margin-top: 0; }
.featured-wrap { position: relative; width: 92%; margin: 0 auto; }
.featured-wrap > h2 { font-size: 22px; color: #333; text-align: center; padding: 0; margin: 0 0 20px; }
.featured { position: relative; width: 100%; font-weight: 400; }
.featured > ul { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; text-align: center; }
.featured > ul > li { position: relative; width: 15%; height: auto; margin: 0 .5% 15px; padding: 10px 0 20px; line-height: 0; background: #EEE; border-radius: 8px; box-shadow: 0 0 1px #000; }
.featured > ul > li:hover { }
.featured > ul > li span { display: block; width: 92%; text-align: center; padding: 5px 4% 0; margin: 0 auto; line-height: 1; text-align: center; }
.featured > ul > li a { color: #002f55; display: block; text-decoration: none; padding: 0 0; }
.featured > ul > li a:hover { color: #f0562f; }
.featured > ul > li img { width: auto; max-width: 80%; height: auto; max-height: 110px; margin: 0 auto 5px; padding: 10px 5%; opacity: 1; background: #FFF; border: 1px solid #CCC; border-radius: 5px; }
.featured > ul > li a:hover > img { }
.featured-wrap h1 { color: #FFF; margin-bottom: 35px; }
.featured-wrap ul li h2 { font-size: 16px; text-align: center; padding: 0; margin: 0; overflow: hidden; }
.featured-wrap p { text-align: center; text-transform: none; padding: 0 20px; }
.featured-wrap .button, .featured-wrap .buttons, .featured-wrap .readmore { margin-top: 10px; }
.featured-wrap .readmore a { color: #f0562f; font-size: 16px; font-weight: 700; }
.featured-wrap .readmore a:hover { color: #002f55; }
.featured-wrap .readmore i { font-size: .7em; margin-top: 9px; }
.featured-wrap .readmore ul li { margin: 0 15px 15px; }

/* Content */
.container-wrap { position: relative; width: 100%; margin: 0 auto; padding: 20px 0 60px; background: #FFF; z-index: 0; }
.container { position: relative; width: 90%; margin: 0 auto;; }
.container-wrap, .container { padding-bottom: 25px !important; }
.container-wrap .container .catalog-wrap { width: 89%; padding: 0 5.5% 60px; }
.content { position: relative; width: 78%; float: left; margin: 0 auto 0; min-height: 400px; }
.content h1 { margin-top: 5px; }
.content h2 { margin-bottom: 15px; margin-top: 22px; }
.content i { font-size: 26px; color: #f0562f; padding-right: 6px;}

.content-banner { position: relative; width: 100%; margin: 0 0 15px; }
.content-banner img { width: 100%; height: auto; }

.content-left-right { position: relative; width: 100%; margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap; }
.content-left { position: relative; width: 55%; margin-right: 8%; }
.content-right { position: relative; width: 37%; margin: 10px 0 0; }
.content-right img { width: 100%; height: auto; }
.content-right ul li { position: relative; margin-bottom: 30px; }

/* Buttons */
.button { position: relative; }
.button a { display: inline-block; font-family: 'Titillium Web', sans-serif; font-weight: 800; text-transform: uppercase; color: #FFF; text-align: center; min-width: 180px; padding: 15px 15px; margin: 5px 15px 0 0; border: 1px solid #f0562f; border-radius: 3px; background-color: #f0562f; line-height: 1 }

.buttons { position: relative; }
.buttons ul { text-align: center; }
.buttons ul.align-left { text-align: left !important; }
.buttons ul.align-left li { float: left; margin: 0 10px 0 0 !important; }
.buttons ul li { position: relative; display: inline-block; min-width: 200px; text-align: center; margin: 0 5px 13px; }
.buttons ul li a { display: block; font-size: 16px; font-weight: 500; color: #FFF; text-align: center; line-height: 1; padding: 18px 30px 19px; border-radius: 5px; white-space: nowrap; background: #002f55; transition: background .2s linear; }
.buttons ul li:hover a { }

.alt-btn ul li a { color: #222; border: 2px solid #DDD; background: #EEE; }
.alt-btn ul li a:hover { color: #FFF; background: #222; border-color: #222; }

/* Catalog */
.catalog-wrap { position: relative; width: 80%; margin: 0 auto; background: #FFF; border-top: 0 solid #CCC; padding: 40px 0 60px; z-index: 1; display: flex; flex-direction: row; }
.catalog-wrap.toggle-on-catalog-tablet { display: none; padding-bottom: 0; }
.catalog-wrap.toggle-on-catalog-tablet.is-index-catalog #catalog-menu-search{ display: none; }

.catalog { position: relative; width: 19%; padding: 0; margin: 4px 3% 0 0; font-family: 'Titillium Web', sans-serif; font-size: 16px; font-weight: 700; z-index: 1; text-transform: capitalize; }
.catalog-title { padding-bottom: 15px !important; margin: 0 0 10px; border-bottom: 1px solid #EEE; font-size: 20px; color: #002f55; text-transform: uppercase; }

.toggle-no-catalog .catalog { display: none; }
.catalog-wrap.toggle-no-catalog #mainpage h1, .catalog-wrap.toggle-no-catalog #newitempage h1, .catalog-wrap.toggle-no-catalog #mainpage h3, .catalog-wrap #newitempage h3 { text-align: center; }
.catalog-wrap.toggle-no-catalog #mainpage, .catalog-wrap.toggle-no-catalog #new-itempage { width: 100%; float: none; transition: 0s; text-align: center; }
.catalog-wrap.toggle-no-catalog .container-wrap { padding-top: 0; }

.catalog ul li { position: relative; display: block; text-align: left; line-height: 1.1; padding: 5px 0; }
.catalog ul li:hover { }
.catalog ul li a { display: block; color: #777; text-transform: uppercase; }
.catalog ul li a:hover { color: #f0562f; }

.catalog-menu { display: none; position: relative; width: 92%; height: 50px; margin: 0 auto; padding: 0 4%; background: #002f55; color: #FFF; font-weight: 700; line-height: 1; z-index: 2; }
.catalog-menu .toggle-menu-close { display: none; }
.catalog-menu > a { display: inline-block; color: #FFF; text-decoration: none; line-height: 50px; }
.catalog-menu > a i { font-size: .6em; width: 10px; text-align: center; vertical-align: top; margin-top: 21px; }
.catalog-menu a:hover { color: #FFF; }
.catalog-menu a.active { color: #FFF; }

.catalog-menu-links { position: absolute; top: 10px; right: 3%; }
.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: #222; }

.select-catalog { display: none; position: absolute; top: 50px; left: 0; right: 0; width: 100%; background: #222; z-index: 1; transition: 0s none; }
.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%; border-bottom: 1px solid #333; }
.select-catalog ul li a { color: #FFF !important; }
.select-catalog ul li a i { font-size: .6em; vertical-align: top; margin-top: 4px; padding-right: 2px; }
.select-catalog ul li:last-child a { border-bottom: 0 none; }

#catalog-menu-search { position: relative; width: 250px; max-width: 210px; background: #FFF; border-radius: 0; margin: 0; padding: 0; overflow: hidden; }
#catalog-menu-search:hover { }
#catalog-menu-search-box { position: relative; width: 95%; height: 30px; background: none transparent; border: 0 none; padding: 0 0 0 5% !important; margin: 0 !important; }
#catalog-menu-search-box:hover { cursor: pointer; }
.catalog-menu-btn-search { position: absolute; top: 0; right: 0; padding: 0 8px 1px 9px !important; line-height: 29px; background: #f0562f; color: #FFF; text-decoration: none; }
.catalog-menu-btn-search i { color: #FFF; font-size: 14px; }
#catalog-menu-search:hover i { color: #FFF; }
#catalog-menu-search input::-webkit-input-placeholder { color: #333; font-style: italic; opacity: 1 !important; }
#catalog-menu-search input::-moz-placeholder { color: #333; font-style: italic; opacity: 1 !important; } /* firefox 19+ */
#catalog-menu-search input:-ms-input-placeholder { color: #333; font-style: italic; opacity: 1 !important; } /* ie */
#catalog-menu-search input:-moz-placeholder { color: #333; font-style: italic; opacity: 1 !important; }

/* Catalog Search */
.catalog-search-wrap { position: relative; width: 100%; margin: 0; text-align: left; margin-bottom: 17px; border-bottom: 0 solid #222; overflow: hidden; }
.catalog-search-title { display: block; font-size: 24px; margin-bottom: 15px; }
#catalog-search { position: relative; width: 100%; background: #F0F0F0; border-bottom: 4px solid #222; border-radius: 0; margin: 0 0; padding: 0; color: #333; overflow: hidden; }
#catalog-search-box { float: left; width: 80%; height: 40px; font-size: 16px; color: #333; background: none transparent; border: 0; padding: 0 0 0 15%; }
#catalogr-search-box:hover { cursor: pointer; }
#catalog-search .catalog-btn-search { position: absolute; left: 0; top: 0; font-size: 16px; line-height: 37px; color: #333; font-weight: 500; text-transform: uppercase; padding: 3px 10px 0; }
#catalog-search .catalog-btn-search i { color: #333; }
#catalog-search:hover i { color: #333; }
#catalog-search .catalog-btn-search img { float: left; width: 25px; height: auto; margin-top: 0 !important; }

#catalog-searchinput::-webkit-input-placeholder { color: #333; font-size: 14px; opacity: 1; font-style: italic; }
#catalog-search input::-moz-placeholder { color: #333; font-size: 14px; opacity: 1; font-style: italic; }
#catalog-search input:-ms-input-placeholder { color: #333; font-size: 14px; opacity: 1; font-style: italic; }
#catalog-search input:-moz-placeholder { color: #333; font-size: 14px; opacity: 1; font-style: italic; }

/* Resources */
.resources { position: relative; 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; margin-top: 25px !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; }
#porgallery > div.gallery-text { position: relative; width: 85%; margin: 0 auto; text-align: left !important; }


/* Accordion */
.accordion-wrap { position: relative; width: 100%; margin: 0 auto 0; overflow: hidden; }
.accordion-wrap .accordion { position: relative; padding: 0 2% 0; margin-bottom: 2px; }
.accordion-wrap .toggle-accordion { display: block; font-size: 18px; font-weight: 500; color: #111; 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%; font-size: 18px; }
.accordion-wrap .toggle-accordion span.toggle-off-this-accordion-panel { display: none; position: absolute; top: 15px; right: 2%; 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: #EEE; }
.accordion-wrap .accordion:nth-child(odd) { background: #EEE; }

.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; }

.is-table table { max-width: 100%; border: 1px solid #BBB; border-bottom: 0 none; border-right: 0 none; }
.is-table th, .is-table td { padding: 10px 20px; margin-bottom: 2px; border: 1px solid #BBB; border-left: 0 none; border-top: 0 none; }
.is-table th { font-weight: 500; text-align: left; }
.is-table tr:nth-child(even) { background: #FFF; }
.is-table tr:nth-child(odd) { background: #FCFCFC; }

/* Tiles */
.portiles-wrap { position: relative; width: 100%; margin: 0 auto; padding: 40px 0 15px; background: #F6F6F6 url(images/bg-dust.jpg) repeat top left; background-size: 200px 200px; }
.portiles-wrap h2 { position: relative; font-size: 25px; text-align: left; margin: 0; }
.portiles-wrap h2 a { color: #333; }
.portiles { position: relative; width: 82%; margin: 0 auto; }
.tile-content { position: relative; padding: 35px 35px 70px; }
.portiles ul { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; text-align: center; }
.portiles ul li { position: relative; display: flex; text-align: left; width: 31%; padding: 0; margin: 0 1% 20px; background: #FFF; border: 1px solid #CCC; border-radius: 15px; line-height: 0; }
.portiles ul li a { }
.portiles ul li img { width: 97%; height: auto; margin: 0 auto 15px; border: 6px solid #CCC; border-radius: 5px; }
.portiles ul li img:hover { /*-webkit-filter: grayscale(100%); filter: grayscale(100%); transition: filter .3s linear;*/ }
.portiles span { display: block; margin-bottom: 8px; }
.portiles .button { position: absolute; bottom: 20px; }

/* Locations */
.toggle-store-locations { position: relative; width: 22%; margin: 0 2% 0 0; text-align: left; text-transform: uppercase; font-size: 14px; font-family: 'Titillium Web', sans-serif; font-size: 16px; font-weight: 700; }
.toggle-store-locations ul { border: 1px solid #DDD; border-radius: 12px; overflow: hidden; }
.toggle-store-locations ul li { position: relative; background: #F9F9F9; border-bottom: 1px solid #DDD; }
.toggle-store-locations ul li:nth-child(even) { background: #FFF; }
.toggle-store-locations ul li.store-locations-title { font-size: 16px; font-weight: 700; padding: 0; }
.toggle-store-locations ul li:first-child { }
.toggle-store-locations ul li:last-child { border-bottom: 0 none; }
.toggle-store-locations ul li:hover { color: #06C; }
.toggle-store-locations ul li a { display: block; color: #222; line-height: 1.2em; padding: 12px 5px 10px 15px; }
.toggle-store-locations ul li a.active { color: #333; }
.toggle-store-locations ul li a.active:hover { color: #f0562f; }
.toggle-store-locations ul li a::before { content: '\25BA'; font-size: 14px; color: transparent; float: right; margin-top: -2px; margin-right: 10px; }
.toggle-store-locations ul li a:hover::before { color: #f0562f!important; }
.toggle-store-locations ul li a.active::before { color: #f0562f; }
.toggle-store-locations ul li a.active:hover::before { color: #f0562f; }
.toggle-store-locations ul li a:hover { color: #f0562f !important; text-decoration: none; }

.toggle-store-locations ul li.store-locations-title, .toggle-store-locations ul li.store-locations-title:hover { color: #111; }
.toggle-store-locations ul li.store-locations-title a { font-size: 14px; }
.toggle-store-locations ul li.store-locations-title a.show-location, .toggle-store-locations ul li.store-locations-title a.show-location:hover { font-size: 16px; }
.toggle-store-locations ul li.store-locations-title a.locations-menu { position: absolute; top: 8px; right: 13px; font-size: 16px; }
.toggle-store-locations ul li.store-locations-title a:before { margin-top: -1px; }

.locations-menu { float: right; text-transform: none; font-style: italic; }
.locations-menu i { font-size: 12px; }
.toggle-store-locations ul li a.locations-menu { padding: 4px 0; }
.toggle-store-locations ul li a.locations-menu::before { content: ""; float: none; margin: 0; }

.store-locations-wrap { position: relative; width: 100%; overflow: hidden; margin-top: 20px; text-align: center; display: flex; flex-direction: row; flex-wrap: wrap; }
.store-location { position: relative; width: 70%; padding: 35px 2% 45px; margin: 0 0 0 1%; background: #F9F9F9; border: 1px solid #DDD; border-radius: 13px; vertical-align: top; }
.store-location p { margin-bottom: 5px; }
.store-location ul { width: 100%; text-align: center; }
.store-location h2 { width: auto; display: block; padding: 0 0 3px; margin: 0 0 10px; color: #111; font-weight: 500; line-height: 1; text-transform: uppercase; }
.store-location h3 { display: block; color: #666; text-transform: uppercase; font-weight: 400; padding: 0; margin: 2px 0 11px; }
.store-content { position: relative; }

.location-content-left { position: relative; display: inline-block; width: 43%; padding: 0; vertical-align: top; }
.location-content-right { position: relative; display: inline-block; width: 43%; padding: 0; vertical-align: top; }
.location-content-right h3 { color: #111; font-weight: 500; }

.store-locations-wrap.single-location { width: 100%; margin-top: 30px; }
.store-locations-wrap.single-location .store-location { width: 70%; }
.store-locations-wrap.single-location .store-location ul li { width: 40%; display: inline-block; vertical-align: top; }
.store-locations-wrap.single-location .store-location ul li:last-child { width: 55%; }
.store-locations-wrap.single-location .store-map iframe { margin-top: 0; width: 95%; }

.store-location.custom-map { position: relative; width: 74%; display: flex; flex-direction: column; padding: 0; background: #FFF; border-radius: 0; border-color: transparent; }
.store-locations-map { position: relative; width: 100%; margin: 0 auto; background: #FFF url(ajax-loader.gif); background-repeat: no-repeat; background-size: 32px 32px; background-position: center center; }
.store-locations-map img { width: 100%; height: auto; }
.store-locations-map iframe { width: 100%; height: 450px; }
.store-locations-map > ul > li { position: relative; width: 50%; }
.store-locations-map > ul > li img { width: 98%; margin: 0 auto; }

.store-locations-list { position: relative; width: 100%; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; }
.store-locations-list ul li { text-align: left; white-space: nowrap; }
.store-locations-list span { color: #111; }
.store-locations-list h2 { font-size: 20px; margin-bottom: 15px; }
.store-locations-list table { border: 1px solid #DDD; border-right: 0 none; border-bottom: 0 none; background: #FFF; }
.store-locations-list td { padding: 3px 10px; border-right: 1px solid #DDD; border-bottom: 1px solid #DDD; }
.store-locations-list ul li { text-align: left; white-space: nowrap; }
.store-locations-list ul li:first-child { font-size: 28px; }
.store-locations-list span { color: #f0562f; }
.store-locations-list-location { position: relative; text-align: center; width: calc(25% - 30px); margin: 10px 0 15px; color: #333; }
.store-locations-list-location h2 { margin-bottom: 3px; }
.store-locations-list-location h2 a { color: #333; }
.store-locations-list-location h2 a:hover { color: #f0562f; }
.store-locations-list-location p { line-height: 1.6; }
.store-locations-list-location i { color: #555; font-size: .8em; vertical-align: top; margin-top: 7px; }
.store-locations-list-location > p:first-of-type a { display: block; margin-top: 10px; }

.iframe-overlay { background: transparent; position: relative; width: 100%; height: 450px; /* your iframe height */ top: 450px;  /* your iframe height */ margin-top: -450px;  /* your iframe height */ }

.store-locations-call-list { position: relative; width: 100%; margin: 0 auto; font-weight: 700; }
.store-locations-call-list ul { text-align: center; display: flex; flex-direction: column; align-items: center; }
.store-locations-call-list ul li { position: relative; margin: 0 auto 15px; }
.store-locations-call-list ul li a { display: block; width: 240px; padding: 15px 20px; margin: 0 auto; white-space: nowrap; font-size: 20px; color: #FFF; border: 2px solid #f0562f; border-radius: 5px; background-color: #f0562f; }
.store-locations-call-list ul li span { display: block; }
.store-locations-call-list ul li a:hover { text-decoration: none; }
.store-locations-call-list i { display: inline-block; vertical-align: top; margin-top: 6px; font-size: 14px; color: #999; }

.store-map { position: relative; margin: 25px auto 0; width: 90%; overflow: hidden; }
.store-map iframe { display: block; width: 98%; min-height: 380px; height: auto; margin: 0; border: 1px solid #666 !important; }

.feedback { position: relative; font-size: 16px; font-style: italic; margin-bottom: 15px; }
.feedback img { margin-right: 7px; width: auto; height: 12px; }

.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: 100%; font-size: 16px; font-weight: 700; padding: 30px 0 0; margin: 0 auto; color: #FFF; background: #002f55; border-top: 10px solid #f0562f; }
.footer-wrap a, .subfooter-wrap a { color: #FFF; }
.footer-wrap a:hover, .subfooter-wrap a:hover { color: #f0562f; }
.footer { position: relative; width: 90%; margin: 0 auto; padding: 0; color: #FFF; text-align: center; line-height: 1.5; }
.footer h5 { color: #FFF; font-size: 22px; margin: 0 0 10px; padding: 0; }

.footer-logo { position: relative; display: inline-block; width: 15%; vertical-align: top; margin: 15px 5% 0 0; line-height: 1; text-align: center; }
.footer-logo img { max-height: 120px; margin: 0; }

.footer-panel-wrap { position: relative; width: 100%; margin: 0 auto;}
.footer-panel { display: inline-block; vertical-align: top; text-align: left; margin: 0 2% 15px; }
.footer-panel.first { }
.footer-panel.last { }
.footer-panel ul { display: inline-block; vertical-align: top; margin: 0 30px 15px 0; }
.footer-panel ul.last { margin-right: 0; }
.footer-panel ul li { text-align: left; }

.subfooter-wrap { position: relative; width: 100%; margin: 0 auto; padding: 0 0 35px; color: #FFF; background: #002f55; }
.subfooter { position: relative; width: 100%; 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; line-height: 1.4; text-align: center; }

.copyright { font-size: 12px; margin: 0; }
.copyright span.toggle-off-mobile { margin-left: 15px; }

.footer-badges { position: relative; margin: 0 0 15px; }

/* Backend */
#mainpage { background: #FFF; }
#mainpage, #newitempage { position: relative; width: 85%; padding: 0 0 0; margin: 0 auto; min-height: 300px; font-size: 18px; text-align: center; transition: 0s; z-index: 0; line-height: 1.5; }
.catalog-wrap #mainpage, .catalog-wrap #new-itempage { width: 78%; text-align: left; }
.catalog-wrap #mainpage h1, .catalog-wrap #newitempage h1, .catalog-wrap #mainpage h3, .catalog-wrap #newitempage h3 { text-align: left; }
#mainpage h1, #newitempage h1 { line-height: 1.2; margin: 0 0 20px; padding-bottom: 10px; border-bottom: 1px solid #EEE; }
#mainpage h1, #newitempage h1 { }
#mainpage h1 a, #newitempage h1 a, #mainpage h3 a, #newitempage h3 a  { font-size: 20px; color: #f0562f; 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 { }
.poritem-specs h2 a { color: #f0562f; font-style: italic; font-weight: 400; }
#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: #777; text-decoration: none; }
#mainpage h4 { margin-bottom: 15px; font-size: 26px; text-transform: uppercase; }

.multicolcell-wrap { position: relative; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; }
.multicolcell div { float: none !important; padding: 0 !important; }
.multicolcell br { display: none; }
.multicolcell { position: relative; width: 16%; min-height: auto; margin: 0 2% 20px 0; padding: 15px 10px; display: inline-block; vertical-align: top; text-align: center; background: #FFF; box-shadow: 0 0 1px #999; border-radius: 5px; }
.multicolcell img { width: auto; max-width: 90%; height: auto; max-height: 110px; margin: 0 auto; }
.multicolcell .wrap4 { min-height: 130px; }
.multicolcell a { color: #777; text-decoration: none !important; }
#mainpage .multicolcell:hover a { color: #f0562f !important; }
.PORCategoryNameStrings { max-width: 200px; }

.multicolheading, .multicoldescr { font-weight: 700; line-height: 1.2; text-transform: uppercase; font-size: 14px; word-wrap: break-word; text-align: center; }
.por-item-image-thumbnail-desc { text-decoration: none !important; }
.por-item-image-thumbnail-desc:hover { color: #f0562f; }
.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; text-transform: none; font-size: 16px; }
.poritem-overview ul li { position: relative; }
.por-checkout-total-price-string { display: block; text-align: left; }

.poritem-detail-image-td-t { position: relative; }
.poritem-detail-image-td-t-td2-2 { position: absolute; top: 0; right: 0; z-index: 1; }

#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; background: #666; text-transform: uppercase; text-align: center !important; white-space: nowrap; }

td.cattitle b { color: #FFF; }

#mainpage input, #mainpage textarea { border: 1px solid #CCC; background: #F7F7F7; font-size: 15px; }
#form1 input[type="submit"], #form1 input[type="button"] { font-family: 'Titillium Web', sans-serif; font-weight: 800; text-transform: uppercase; color: #FFF; min-width: 180px; padding: 15px 15px; margin: 5px 15px 0 0; border: 1px solid #f0562f; border-radius: 3px; background-color: #f0562f; line-height: 1; }
#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; }
input[value="Update Quantity"] { margin-top: 15px !important; }

.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: auto; height: 50px; }
.wrap4 #adv-custom-pager a { margin: 0 5px !important; }
#adv-custom-pager { text-align: center !important; }
#adv-custom-pager a { display: inline-block; }
.detailedimg { margin: 20px 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: 5px; }
.cycle-slideshow p { text-align: center !important; }
.poritem-detail, .poritem-overview, .poritem-specs, .item-notice { position: relative; width: 70%; font-size: 16px; }
.cycle-slide { text-align: center; }

.item-notice { font-size: 18px; margin-bottom: 5px; }
.item-notice.first { margin-top: 30px; }

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; 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; text-align: left !important;  }
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: 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: 60%; }
.container.less-width .content, .container.full-width .content, .container.full-width #mainpage, .container.full-width #newitempage { float: none; width: 100%; padding: 20px 0 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; }

.poritem-specs, #form1, form[name="customerform"], form[name="feedbackform"] { position: relative; width: 90%; padding: 12px 0 0; background: #FFF; text-align: left; /*-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; text-align: left; }
.poritem-specs h2 { font-size: 16px; }
.poritem-specs > h2 { margin-bottom: 5px; }

.toggle-on-testing { display: block !important; }
.toggle-on-d { display: block; }
.toggle-off-t { display: none; }
.toggle-off-m { display: none; }

#mainpage .search-form label span { margin-right: 10px; font-weight: 500; }
#mainpage .search-form input { background: #F9F9F9; border: 1px solid #999; padding: 0 5px; }
#mainpage .search-form input::-webkit-input-placeholder { color: #666; font-size: 12px; opacity: 1; font-style: italic; }
#mainpage .search-form input::-moz-placeholder { color: #666; font-size: 12px; opacity: 1; font-style: italic; } /* firefox 19+ */
#mainpage .search-form input:-ms-input-placeholder { color: #666; font-size: 12px; opacity: 1; font-style: italic; } /* ie */
#mainpage .search-form input:-moz-placeholder { color: #666; font-size: 12px; opacity: 1; font-style: italic; }

.catalog, .poritem-specs, #form1, form[name="customerform"], form[name="feedbackform"], .accordion-wrap.is-faq { border: 0 solid #CCC; border-radius: 0; }
.poritem-specs #form1 { border-width: 0; }
.poritem-specs { font-size: 16px; text-align: left; }

.poritem-specs, #form1, form[name="customerform"], form[name="feedbackform"] { width: 100%; }
.wrap4 .cycle-slideshow { margin: 0 !important; }
.toggle-on-small-screen, .toggle-on-tiny-screen { display: none; }
.poritem-specs #form1 { width: 100%; }
#mainpage ul, #newitempage ul { margin-left: 0 !important; }
#form1 td[align="left"] { text-align: left !important; }
#form1 input[type="submit"], #form1 input[type="button"] { margin: 0; font-weight: 500; }
#form1 input[type="submit"] { margin-top: 15px; font-weight: 500; }
input[value="Continue Shopping"] { margin-left: 10px !important; }
input#submit1 { padding: 10px 25px 13px; border: 0px solid #002f55; background: #002f55; border-radius: 5px; color: #FFF; font-weight: 500; margin-top: 20px; }
input#submit1:hover { cursor: pointer; }
.por-item-detail-comments { position: relative; }
.CommentBlock { width: inherit; }
.wrap4 #adv-custom-pager { margin: 0; }
a.cycle-slide { right: 0; }
input#submit { border: 0 none; }

ul.CommentBlock { margin-bottom: 15px; }

#Home .toggle-off-id { display: none; }

.poritem-img, .poritem-detail { }

.CategoryThumbnail, .CategoryThumbnailTitle { width: 80%; margin: 0 auto; padding-bottom: 10px; border: 0 solid #DDD; text-align: center; }
.CategoryThumbnail { position: relative; padding: 15px 0 5px; border-bottom-width: 0; }
.CategoryThumbnailTitle { position: relative; border-top-width: 0; margin-bottom: 15px; }
.CategoryThumbnailImage {width: 120px; }
#mainpage td[width="25%"] { width: 200px !important; }

#mainpage ul, #newitempage ul { list-style-position: inside; }
#mainpage ul.por-item-detail-suggested-list { margin: 10px 0 15px !important; }

/* Testimonials */
.testimonials-wrap { position: relative; width: 100%; margin-top: 15px; }
.testimonials { position: relative; width: 100%; }
.testimonials ul li { padding: 20px 25px 10px; border: 1px solid #EEE; margin-bottom: 25px; background: #FCFCFC; }
.testimonials ul li:last-child { margin-bottom: 0; }
.testimonials ul li p > i { display: block; font-size: 12px; vertical-align: top; color: #666; }

.por-virtual-super-cat { position: relative; }
.por-virtual-super-cat td { position: relative; display: inline-block; margin: 0 0 15px; }
#mainpage .por-virtual-super-cat td[width="25%"] { width: 22% !important; margin-right: 2%; }
.por-virtual-super-cat .CategoryThumbnail { width: 100% !important; }
.por-virtual-super-cat .CategoryThumbnailTitle { width: 98%; margin: 0 auto; padding: 0; text-align: center; line-height: 1; }
.por-virtual-super-cat .CategoryThumbnailImage { width: 70% !important; margin: 0 auto; padding: 0; }

/* Vendor Gallery */
.vendor-gallery-wrap { position: relative; width: 100%; background: #FFF; margin: 0 auto; padding: 0 0 30px; overflow: hidden; }
.vendor-gallery-wrap.with-borders { border-top: 1px solid #DDD; }
.vendor-gallery-wrap h3 { text-align: center; font-size: 24px; text-transform: uppercase; margin-bottom: 25px; }
.vendor-gallery-wrap ul { position: relative; width: 96%; text-align: center; margin: 0 auto; }
.vendor-gallery-wrap.on-page ul { width: 100%; }
.vendor-gallery-wrap ul li { position: relative; width: 6%; display: inline-block; margin: 0; padding: 0 1%; vertical-align: middle; }
.vendor-gallery-wrap.on-page ul li { width: 25%; }
.vendor-gallery-wrap ul li:first-child { margin-left: 0; }
.vendor-gallery-wrap ul li:last-child { margin-right: 0; }
.vendor-gallery-wrap ul li img { width: 100%; height: auto; }

.image-gallery-wrap { position: relative; width: 100%; margin: 0px auto; background: #F9F9F9; padding: 2% 0px; overflow: hidden; border-top: 1px solid #DDD; z-index: 1; }
.image-gallery-container { position: relative; width: 60%; margin: 0px auto; }
.image-gallery-container h3 { text-align: center; font-size: 24px; color: #333; margin-bottom: 15px; }
.image-gallery-container span { position: absolute; top: 0; left: 0; font-size: 25px; margin-right: 5px; color: #666; }
.image-gallery { height: auto !important; text-align:left; }
.image-gallery li::before { font-family: 'Font Awesome\ 5 Free'; content: "\f10e"; font-weight: 900; float: left; padding-right: 8px; }
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li { position: relative; }

.banner-gallery { position: relative; width: 100%; }
.banner-gallery ul { display: flex; flex-direction: row; flex-wrap: wrap; }
.banner-gallery ul li { position: relative; width: 31%; margin: 0 2% 10px 0; }
.banner-gallery img { width: 100%; height: auto; border-radius: 10px; margin-bottom: 20px; }

/* Sara's Edits */

.fencing-imgs img { max-width: 400px; height: auto; flex-direction: row; }

/* Media */
@media screen and (max-width : 1800px) {
    .topbar-panel-wrap { font-size: 12px; }
    .topbar-panel i { margin-top: 3px; }
}

@media screen and (max-width : 1700px) {
  .store-locations-list-location { width: calc(33.333% - 30px); }
}

@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 { width: 90%; }
  .topbar-banner { min-height: 260px; }
  .panel { width: 80%; }
  .panel-left-right ul { width: 100%; }
  .container.less-width { width: 80%; }
  .catalog-wrap { width: 89%; }
  .portiles { width: 93%; }
  .store-location-content.single-location { width: 70%; }
  .topbar-panel ul li .toggle-off-custom-text { display: none; }
}

@media screen and (max-width : 1550px) {
  .content h1 { font-size: 30px; }
  .portiles ul li:hover .tile-description { bottom: 36%; }
  #catalog-search-box { width: 70%; padding-left: 30%; }
  .banner-gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 50%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 50%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 50%, rgba(0,0,0,0) 100%);
    /* W3C */
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
    /* IE6-9 */
  }
  .multicolcell { width: 15%; }
}

@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: 0; }
  #fixed-sidebar { top: 199px; }
  .catalog-banner { height: 180px; }
  .index-banner { height: 660px; }
  .container.less-width { width: 90%; }
  .panel { width: 90%; }
  .footer { width: 98%; }
  .page-banner-content { top: 180px; }
  .footer-tagline { width: 90%; }
  .banner { min-height: 600px; }
  .banner-content { top: 200px; }
  .panel { width: 90%; }
  .portiles ul li:hover .tile-description { bottom: 33%; }
  .arrowleft, .arrowright { width: 80px; height: 80px; }
  .small-panel { width: 80%; }
  .logo { top: 30px; }
  .logo img { height: 60px; }
  .slideshow-content-title h1 { font-size: 40px; }
  .slideshow-content-title h1 span { font-size: 20px; }
  .featured > ul > li { margin-bottom: 12px; }
  .topbar-panel-wrap { font-size: 11px; }
  .topbar-panel ul li, .topbar-links ul li { padding: 0 10px; }
}

@media screen and (max-width : 1300px) {
  #slideshow-holder { opacity: 1 !important; }
  .close-submenu { right: 5%; }
  .panel-tile-wrap { width: 50%; }
  .portiles-content { width: 90%; }
  .content h1 { font-size: 28px; }
  .panel-wrap { font-size: 16px; }
  .vendor-gallery-wrap ul li { width: 15%; margin-bottom: 15px; }
  .vendor-gallery-wrap ul li img { width: 80%; }
  .store-locations-wrap.single-store-location .store-location { width: 80%; }
  .multicolcell { width: 20%; }
}
@media screen and (max-width : 1200px) {
    .topbar-links { font-size: 14px; }
  .navbar-wrap { font-size: 18px; }
  .navbar-wrap ul li { margin: 0 1%; }
  .navbar-wrap ul li a { text-shadow: none; }
  .navbar-wrap ul li.is-logo a { text-shadow: 2px 1px #333; }
  .index-banner { height: 620px; }
  .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%; }
  .panel-wrap.with-catalog.gray { background: #F8F8F8; border-top: 1px solid #CCC; }
  .panel-wrap.with-catalog .inline-icons.quarter-list ul li { width: 25%; }
  .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:hover .tile-description { bottom: 36%; }
  .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%; }
  .container.less-width .content { width: 90%; margin: 0 auto; }
  .content h1 { margin-top: 0; }
  .toggle-autosize { width: 94%; height: auto; }
  .panel-left-right ul li { vertical-align: top; }
  .container.less-width .content { width: 100%; }
  #mainpage, #newitempage { width: 70%; }
  .jssorb032 { display: none; }
  .portiles-wrap h2 { font-size: 20px; }
  .tile-description { display: none; }
  .topbar { width: 96%; }
  .featured-wrap { width: 98%; }
  .footer { width: 97%; }
  .footer-panel { display: block; margin: 0 auto; padding-bottom: 25px; text-align: center; }
  .footer-panel ul { margin: 0 auto; }
  .footer-panel ul li { display: inline-block; text-align: center; margin: 0 10px; }
  .topbar, .topbar-panel { width: 96%; }
}

@media screen and (max-width : 1100px) {
  .page-banner { height: 140px; }
  .small-panel { width: 80%; }
  #fixed-sidebar { top: 180px; }
  .slideshow-content-title { font-size: 26px; }
  .small-panel { width: 80%; }
  #mainpage .por-virtual-super-cat td[width="25%"] { width: 30% !important; }
  .footer-panel { margin: 0 1%; }
  .topbar-links a span { display: none; }
}


@media screen and (max-width : 1024px) {
  .por-item-detail-comments { width: 70%; }
  .panel-content.more-width { width: 100%; }
}

@media screen and (max-width : 1000px) {
    .store-locations-list { padding-top: 20px; }
    .topbar-panel ul li .toggle-off-custom-text { display: inline-block; padding-left: 6px; }
    .topbar-links { font-size: 18px; }
  .toggle-on-tablet { display: inline-block !important; }
  .container-wrap { padding-top: 0; }
  #fixed-sidebar { display: none; top: 110px; left: 40px; }
  #fixed-sidebar .fixed-sidebar-button ul li { transform: none; height: inherit; left: auto; transition: 0s; }
  #fixed-sidebar .fixed-sidebar-button ul li:hover { left: auto; transition: 0s; }
  #fixed-sidebar .fixed-sidebar-button a { padding: 9px 25px 6px; }
  .catalog-wrap.toggle-no-catalog #mainpage, .catalog-wrap.toggle-no-catalog #new-itempage { width: 90%; margin: 0 auto; }
  .wrap4 .cycle-slideshow .detailedimg p {  margin-bottom: 15px; }
  #form1 input[type="submit"], #form1 input[type="button"] { max-width: 200px; }
  #mainpage ul.CommentBlock, #newitempage ul.CommentBlock { }
  .poritem-specs { margin-top: 0; padding-top: 0; }
  .topbar-wrap, .topbar-wrap.is-fixed-topbar { }
  .catalog-wrap #mainpage, .catalog-wrap #new-itempage { float: none; width: 92%; margin: 0 auto; }
  .toggle-off-tablet { display: none !important; }
  .toggle-on-d { display: none; }
  .toggle-off-t { display: block; }
  .catalog-wrap { width: 100%; padding: 0 0 45px; z-index: 5; }
  .catalog-wrap.toggle-on-catalog-tablet { display: block; }
  .catalog-menu { display: block; }
  .catalog-wrap.toggle-off-catalog .catalog-menu { display: none; }
  .catalog-wrap.toggle-off-catalog #mainpage, #newitempage, .content { padding: 20px 0 10px !important; }
  .catalog { display: none; float: none; position: absolute; top: 45px; font-weight: 500; 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 !important; }
  .catalog ul li { margin-bottom: 0; }
  .catalog ul li a { padding: 9px 38px; border: 0 none; border-radius: 0; background: #002f55; color: #FFF; }
  .catalog ul li a::before { display: none; }
  .catalog ul li:nth-child(2) a { padding-top: 18px; }
  .catalog ul li:last-child a { padding-bottom: 18px; }
  .catalog ul li:nth-child(2) a::before { top: 20px; }
  #mainpage, #newitempage, .content { float: none; width: 92%; margin: 0 auto 0; padding: 25px 0 30px; text-align: center; }
  .content { text-align: left; }
  .container.less-width .content, .container.full-width .content, .container.full-width #mainpage, .container.full-width #newitempage { padding-top: 25px !important; }
  .container.less-width .content { width: 95%; padding-top: 28px !important; }
  .container.less-width #mainpage, .container.less-width #newitempage { width: 80%; }
  #mainpage h1, #newitempage h1 { text-align: center; font-size: 28px; }
  #mainpage td { text-align: left !important; }
  .por-item-detail-comments { position: relative; width: 100%; margin: 0; }
  ul.CommentBlock { }
  .cycle-slideshow { display: inline-block; margin: 0 !important; }
  form[name="customerform"] input { max-width: 200px; }
  #form1 input[type="submit"], #form1 input[type="button"] { margin: 15px 0 0; }
  #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; padding: 0; }
  .catalog-search-wrap { display: none; }
  .topbar-wrap { height: 110px; }
  .topbar-placeholder { height: 116px; }
  .navbar-wrap ul li { display: none; position: relative; float: right; clear: right; width: 100%; margin: 0; text-align: center; }
  .navbar-wrap ul li.toggle-navbar-menu { display: none; }
  .toggle-navbar { display: block; }
  .toggle-topbar { display: block; }
  .navbar-wrap.navbar-mobile-menu ul li { z-index: 5; }
  .navbar-wrap.navbar-mobile-menu ul li a { color: #FFF; padding: 15px 3%; border-bottom: 1px solid #444; background-color: rgba(0, 0, 0, 0.9); }
  .navbar-wrap.navbar-mobile-menu ul li a:hover { color: #FFF; }
  .navbar-wrap.navbar-mobile-menu ul li:first-child a { }
  .navbar-wrap.navbar-mobile-menu ul li:last-child a { }
  .navbar-wrap ul li.is-logo { display: block; position: absolute; top: 12px; left: 4%; width: inherit; font-weight: 500; text-align: left; background: transparent; }
  .navbar-wrap ul li.is-logo a { color: #FFF; background: transparent; padding: 0; border-bottom: 0 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: 0; }
  .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: 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 { padding: 25px 0; }
  .panel-wrap.flex-fifty .panel-fifty { width: 100%; float: none; display: block; }
  .panel-wrap.flex-fifty .panel-fifty.is-content { width: 90%; padding: 50px 5%; text-align: center; }
  .panel-wrap.flex-fifty .panel-fifty .panel-bg { min-height: 300px; }
  .panel-wrap .page-catalog-btn ul li { float: none; display: inline-block; margin: 0 7px 15px; }
  #porgallery { width: 96%; }
  .subfooter ul li, .subfooter ul.copyright li { margin: 0 8px; }
  form[name="customerform"] input { display: block; }
  form[name="customerform"] input[type="radio"] { display: inherit; }
  input[name="strState"] { margin-top: 15px; }
  .topbar { width: 100%; padding: 0 0; }
  #mainpage td { text-align: left !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%; }
  #mainpage input[name="intRentalLength1"] { width: inherit; }
  textarea[name="strComments"] { margin-bottom: 40px; }
  input[name="strStartDate"] { margin-bottom: 0 !important; }
  input[type="radio"] { display: inline-block !important; width: inherit !important; max-width: 20px !important; margin-top: 2px !important; margin-bottom: 5px !important; vertical-align: middle !important; }
  input[type="radio"]::after { display: block; content: ''; }
  .copyright span.toggle-off-mobile { display: block; margin: 6px 0 0; }
  .panel-tile-wrap { width: 80%; }
  .panel { width: 90%; }
  .panel-content.less-width { width: 90%; }
  .inline-icons ul li { margin-bottom: 35px; }
  .inline-icons.quarter-list ul li {  }
  .inline-icons span { }
  .buttons, .banner-buttons { margin-top: 0; }
  .splash-buttons a { display: block; width: 80%; font-size: 18px; margin: 0 auto 10px; }
  .panel-wrap.with-catalog .panel { width: 98%; }
  .panel-wrap.with-catalog .inline-icons.quarter-list ul li { }
  .panel-wrap.with-catalog .inline-icons span { font-size: 18px; }
  .panel-wrap.with-catalog .panel-heading { font-size: 22px; }
  #header-search .btn-search { top: 9px; }
  .banner { min-height: 400px; }
  .banner-content { top: 65px; }
  .portiles ul li:hover .tile-description { bottom: 35%; }
  .generic-img { display: none; }
  .page-banner { height: 140px; }
  .panel-left-right ul li { display: block; width: 90%; margin: 0 auto; }
  .panel-left-right ul li:first-child { margin-bottom: 35px; }
  h1.index { font-size: 30px; }
  .small-panel { width: 96%; }
  .buttons ul li { min-width: 180px; }
  .page-banner { display: none; }
  .go-to-top { bottom: 10px; right: 10px; }
  .logo { top: 8px; left: 3%; }
  .logo img { height: 50px; }
  .slideshow-content-title h1 { font-size: 40px; }
  .slideshow-content-title h1 span { font-size: 20px; }
  .featured-wrap { width: 96%; }
  .image-gallery-container { width: 90%; }
  .featured { float: none; display: block; width: 100%; margin: 0 auto; }
  .featured.first { margin-bottom: 20px; }
  .featured > ul > li { width: 23%; margin: 0 1% 15px; }
  .store-location { width: 80%; }
  .toggle-store-locations { /*display: none;*/ width: 99%; margin: 0 auto 5px; border-bottom: 0 none; }
  .toggle-store-locations ul li:last-child { border-bottom: 1px solid #DDD; }
  .toggle-store-locations ul li:nth-child(n+2) { display: none; }
  .toggle-store-locations, .store-location { border-radius: 0; }
  .toggle-store-locations, .store-location { float: none; display: inline-block; }
  .store-location { width: 94.5%; margin: 0 auto; }
  .store-locations-wrap { flex-direction: column; width: 100%; margin: 20px auto; }
  .store-locations-list-location { width: calc(50% - 30px); }
  .store-location.custom-map { width: 100%; }
  .toggle-store-locations ul li.store-locations-title a::before { display: none; }
  .toggle-store-locations ul li:not(:first-child) { display: none; }
  .iframe-overlay { }
  .catalog-wrap { flex-direction: column; }
  #topbar-search-wrap { display: none; }
  .topbar { height: 70px; }
  .topbar-panel { width: 92%; }
  .toggle-store-locations ul { border-bottom: 0 none; border-radius: 0; }
  .multicolcell { margin-bottom: 16px; }
  .topbar-links ul { display: block; flex-direction: column; align-items: flex-start; width: 90%; margin: 0 auto; padding: 10px 0 20px; }
  .topbar-links > ul > li::after { display: none; }
  .topbar ul ul { display: none; position: relative; top: auto; left: auto; right: auto; padding: 0; }
  .topbar ul ul li { padding: 0 0 0 20px !important; }
  .topbar ul ul li:first-child { }
  .topbar ul ul li a { border-bottom: 0 none; padding: 3px 0 3px !important; color: #FFF; background: transparent; font-size: 16px; }
  .topbar ul ul li a:hover { background: transparent; }
  .topbar ul li.dropdown:hover ul { left: 0; }
  .topbar-links a span { display: inline; }
}

@media screen and (max-width : 900px) {
  .store-location-content { width: 90%; margin: 0 auto 35px; }
  h1.index span { display: block; font-size: 24px; color: #777; }
  .location-content-left, .location-content-right { float: none; width: 100%; margin: 0 auto; }
  .location-content-left { margin-bottom: 25px; }
  .portiles ul li { width: 99%; margin: 0 auto 20px; }
  .portiles-wrap h2 { font-size: 40px; }
  .content-left-right h2 { margin-bottom: 25px; }
  .content-left, .content-right { display: block; float: none; width: 100%; margin: 0 auto; }
  .content-left { margin-bottom: 25px; }
  .content-right img { width: auto; max-width: 100%; height: auto; margin: 0 auto 15px; }
  .content-left-small, .content-right-large { display: block; float: none; width: 90%; margin: 0 auto; }
  .content-left-small { margin-bottom: 25px; }
  .content-right-large ul { text-align: center !important; }
  .badge { position: relative; top: auto; right: 5%; float: right; margin-left: 60px; }
  .slideshow-content-title h1 { font-size: 34px; }
  .multicolcell { width: 20%; margin-bottom: 13px; }
}

@media screen and (max-width : 800px) {
  .page-banner-content h1 { font-size: 40px; }
  .inline-icons.quarter-list ul li { width: 40%; }
  .jssora21l, .jssora21ldn, .jssora21r, .jssora21rdn { display: none; }
  .panel-left { position: relative; width: 100%; margin: 0 auto; float: none; }
  .panel-right { position: relative; width: 90%; margin: 0 0 35px; float: none; }
  .panel-wrap .list-centered { width: 76%; }
  .arrowleft, .arrowright { display: none; }
  .slideshow-content-title h1 { font-size: 30px; }
  .slideshow-content-title h1 span { font-size: 16px; }
  .vendor-gallery-wrap ul li { width: 25%; }
  .slideshow-content { position: relative; padding: 20px 0; bottom: auto; width: 100%; height: auto; padding: 5px 0 30px; background: #002f55; }
  .slideshow-content .slideshow-buttons ul li a { padding: 20px 25px; }
  .poritem-detail-image-td-t-td2-2 { position: relative; top: auto; right: auto; }
  .poritem-detail, .poritem-overview, .poritem-specs, .item-notice { width: 100%; }
}

@media screen and (max-width : 740px) {
  #mainpage > p { text-align: left; }
  #form1 input[type="submit"], #form1 input[type="button"] { }
  #topbar-search-wrap { left: 5px; }
  /*.topbar-wrap { background-color: rgba(0, 0, 0, 0.2); }*/
  .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; }
  .subfooter { width: 100%; font-size: 18px; }
  .subfooter ul li { display: block; margin: 0; border-bottom: 1px solid #666; }
  .subfooter ul li a { padding: 13px 0; }
  .subfooter ul li a:hover { background: #464646; }
  .subfooter ul.copyright li { display: block; }
  .panel-tile-wrap { width: 90%; }
  .inline-icons span {  }
  .inline-icons.single-list ul li { width: 90%; }
  .footer-logo { width: 90%; margin: 20px auto 0; }
  .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-readmore { font-size: 14px; }
  .banner-readmore a i { font-size: 12px; }
  .tile-description { font-size: 20px; }
  .portiles ul li:hover .tile-description { bottom: 38%; }
  .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; }
  .catalog-menu { text-transform: capitalize; }
  .portiles ul li:hover .tile-description { bottom: 41%; }
  .featured > ul > li { width: 30%; }
  .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 { }
  .portiles-content h2 { font-size: 28px; }
  .portiles-content h2 span { font-size: 20px; }
  .tile-button span { display: block; }
  .buttons ul li { width: 80%; margin: 0 0 15px; }
  .staff ul li { float: none; display: inline-block; vertical-align: top; width: 46%; margin-right: 2%; }
  .slideshow-content .slideshow-buttons ul { flex-direction: column; }
  .slideshow-content .slideshow-buttons ul li { margin-bottom: 10px; }
}

@media screen and (max-width : 600px) {
  .multicolcell { width: 40%; margin-bottom: 10px; }
  .portiles-wrap h2 { font-size: 34px; }
  .slideshow-content-title h1 { font-size: 30px; }
  .slideshow-content-title h1 span { font-size: 14px; }
  #mainpage .por-virtual-super-cat td[width="25%"] { width: 46% !important; }
  .slideshow-content-title h1 { font-size: 24px; }
  .store-locations-list-location { width: 100%; margin: 10px 0; }
  .footer-panel ul { display: block; }
  .footer-panel ul li { display: block; margin: 0 auto; padding: 5px 0; }
  .featured > ul > li { width: 45%; margin: 0 2% 17px; }
}

@media screen and (max-width : 550px) {
  .toggle-off-t { display: none; }
  .toggle-off-m { display: none; }
  .topbar-wrap, .topbar-wrap.is-fixed-topbar { }.jssorb032 { /*display: none;*/ }
  #mainpage td[align="left"] { padding: 0 2%; }
  ul.social { display: none; }
  .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; }
  .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 0; }
  .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: 38%; }
  #header-search { width: 200px; }
  .portiles-wrap h2 { font-size: 26px; }
}

@media screen and (max-width : 500px) {
  .toggle-off-small-screen { display: none; }
  .is-index-catalog .toggle-off-tiny-screen, .is-index-catalog .toggle-off-small-screen { display: inline-block; }
  .slideshow-content.light { background-color: rgba(255, 255, 255, 0.6); }
  .slideshow-content-title { font-size: 24px; }
  .slideshow-content-title span { font-size: 16px; }
  input[value="Go To Check-Out"] { display: block; margin-top: 0 !important; }
  input[value="Continue Shopping"] { display: block; margin-left: 0 !important; }
  #banner-search { max-width: 300px; }
  .vendor-gallery-wrap ul li { width: 40%; }
}
@media screen and (max-width : 450px) {
  #topbar-search { width: 200px; padding-left: 20px; }
  .page-banner-content h1 { font-size: 32px; }
  .page-banner-buttons ul li { width: 94%; }
  .index-banner { height: 520px; }
  .inline-icons.logos ul li { width: 35%; }
  .portiles ul li:hover .tile-description { bottom: 40%; }
  .toggle-on-tiny-screen { display: block; }
  .is-index-catalog .toggle-on-tiny-screen { display: none; }
  .toggle-off-tiny-screen { display: none; }
  .slideshow-content-title h1 { font-size: 28px; }
  .toggle-store-locations ul li span { display: none; }
}

@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; }
}

@media screen and (max-width : 400px) {
  .banner-content h1 { font-size: 30px; }
  #catalog-menu-search { width: 150px; }
  #banner-search { }
  .multicolcell { width: 37%; }
  .portiles-wrap h2 span, .tile-description { display: none; }
  .toggle-store-locations ul li.store-locations-title { font-size: 16px; }
}

@media screen and (max-width : 360px) {
  .multicolcell { width: 92%; margin: 0 auto 15px; }
  .slideshow-content-title h1 { font-size: 24px; }
}
