@charset "utf-8";
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Catamaran', sans-serif;
color: #5cbdb6;
color dark: #398c86;
text: #6c6c6c;
hover: #818181;
*/

/* 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: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.4; background: #FFF; color: #6c6c6c; font-weight: 400; min-width: 320px; }
.material-icons { font-size: inherit; line-height: inherit; }
.wrapper, .splashpage-wrap { 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; }
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; }
.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: #5cbdb6 !important; }
.brand-color { color: #5cbdb6 !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 { font-family: 'Catamaran', sans-serif; color: #808080; }
h1 { color: #808080; font-size: 36px; font-weight: 300; 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; color: #555; }
h1.less-bottom-margin { margin-bottom: 0; }
h2 { font-size: 24px; line-height: 1.2; }
h2.policies { margin: 20px 0 10px; }
h3 { font-size: 20px; line-height: 1.2; margin-bottom: 15px; font-weight: 500; }
h4, h5, h6 { color: #808080; }
a, a:visited { color: #5cbdb6; text-decoration: none; }
a:hover { text-decoration: none; }
.bg-brand a { color: #FFF; }
p { line-height: 1.5; margin-bottom: 15px; }
p.special { line-height: 1.7; margin: 15px 0; }

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 #06C; border-bottom: 0 none; }

.separator { font-size: 20px; background: #5cbdb6; 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 li { display: inline-block; margin-right: 25px }
ul.inline-block li { display: inline-block; margin: 0 10px; }
ul.checked i { color: #5cbdb6; 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: #5cbdb6; 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: 5; }
.go-to-top a { display: block; line-height: 1; padding: 2px; border-radius: 100%; background: #FFF; }
.go-to-top i { color: #398c86; font-size: 25px; line-height: 1; padding: 0; }
.go-to-top i:hover { color: #398c86; }

/* Transitions */
.transition-all {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
 
}
/* Transitions */
.transition-all.less-transition {
  -webkit-transition: all 0.2s linear ;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition-visibility {
  -webkit-transition: visibility 0s linear, opacity .4s linear;
  -moz-transition: visibility 0s linear, opacity .4s linear;
  -ms-transition: visibility 0s linear, opacity .4s linear;
  -moz-transition: visibility 0s linear, opacity .4s linear;
  -o-transition: visibility 0s linear, opacity .4s linear;
  transition: visibility 0s linear, opacity .4s linear;
}
.transition-delay { transition-delay: 2s; }

.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%; min-width: 320px; margin: 0 auto; padding: 0; font-size: 18px; font-weight: 600; background: #FFF; border-bottom: 12px solid #5cbdb6; -webkit-transition: top 0.4s linear; -moz-transition: top 0.4s linear; -ms-transition: top 0.4s linear; -o-transition: top 0.4s linear; transition: top 0.4s linear; z-index: 6; }
.topbar-placeholder { background: transparent; }
.topbar-wrap { height: 130px; transition: height 0.4s linear; }
.topbar-placeholder { height: 130px; }
.topbar-wrap.is-fixed-topbar { height: 80px; }
.topbar { position: relative; width: 80%; padding: 0 0; margin: 0 auto; }
.topbar > ul { text-align: center; }
.topbar > ul { float: left; }
.topbar > ul > li { position: relative; float: left; margin: 0 7px; }
.topbar > ul > li.is-topbar-logo { float: left; margin-top: 0; transition: margin-top .4s linear; }
.topbar > ul > li:first-child, .topbar > ul > li.first { margin-left: 0; }
.topbar > ul > li:last-child, .topbar > ul > li.last { margin-right: 0; }
.topbar > ul > li > a { display: block; color: #5cbdb6 /*FFF5D7*/; padding: 18px 0; }
.topbar > ul > li > a:hover, .topbar > ul > li.submenu > a.toggle-submenu.active, .topbar > ul > li.submenu > a.toggle-submenu.active::before { color: #398c86; }
.topbar > ul > li > a i { float: right; vertical-align: top; padding: 0; font-size: 11px; margin-top: 6px; padding-left: 3px; line-height: 1; }
.toggle-click > i { float: right; vertical-align: top; padding: 0; font-size: 11px; margin-top: 8px; padding-left: 3px; line-height: 1; }
.toggle-click span { color: #6c6c6c; font-size: 16px; }
.topbar > ul > li.is-phone > a i { float: left; vertical-align: top; padding: 0; font-size: 11px; margin-top: 7px; padding-right: 5px; line-height: 1; }
.topbar > ul > li > a.toggle-off-topbar-menu i { font-size: inherit; padding: 0; float: right; margin-top: 0; padding-left: 0; font-size: 16px; }
.topbar > ul > li.is-topbar-logo > a { padding: 0; color: #666; }
.topbar > ul > li.is-topbar-logo > a:hover { color: #333; }
.topbar > ul > li.is-topbar-logo > a.phone { padding-top: 6px; }
.topbar > ul > li.is-topbar-logo img { width: auto; max-height: 100px; margin-top: 16px; padding: 0 0; border-radius: 0; -webkit-transition: all .4s linear; -moz-transition: all .4s linear; -ms-transition: all .4s linear; -o-transition: all .4s linear; transition: all .4s linear; }
.topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { margin-top: 0; }
.topbar > ul > li.is-topbar-logo span { display: block; margin-top: 10px; font-size: 26px; font-style: italic; text-transform: uppercase; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8); opacity: 1; height: inherit; -webkit-transition: opacity 2s; -moz-transition: opacity 2s; -ms-transition: opacity 2s; -o-transition: opacity 2s; transition: opacity 2s; }
.topbar > ul > li.is-topbar-logo span { display: block; margin-top: 10px; font-size: 26px; font-style: italic; text-transform: uppercase; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8); opacity: 1; height: inherit; -webkit-transition: opacity 2s; -moz-transition: opacity 2s; -ms-transition: opacity 2s; -o-transition: opacity 2s; transition: opacity 2s; }

.topbar-pane { position: relative; float: right; margin-top: 30px; color: #666; font-size: 18px; -webkit-transition: margin-top .4s linear; -moz-transition: margin-top .4s linear; -ms-transition: margin-top .4s linear; -o-transition: margin-top .4s linear; transition: margin-top .4s linear; }
.topbar-pane > ul { position: relative; float: left;  text-align: right; }
.topbar-pane > ul > li { position: relative; float: left; margin-left: 10px; }
.topbar-pane > ul > li:nth-child(2) { margin-right: 5px; }
.topbar-pane > ul > li:first-child { margin-right: 5px; }
.topbar-pane > ul > li.is-button { margin-top: -3px; }
.topbar-pane a { color: #5cbdb6; }
.topbar-pane a:hover { color: #398c86; }
.topbar-pane > ul > li span { font-style: italic; }
.topbar-pane ul.social { margin-left: 15px; font-weight: normal; font-size: 30px; }
.topbar-pane ul.social li { width: 38px; border-radius: 6px; text-align: center; padding: 1px 0 0 1px; margin-left: 0; }
.topbar-pane ul.social li a { color: #5cbdb6; }
.topbar-pane ul.social li.adj-icon i { font-size: 29px; padding: 4px 0 4px; }

.topbar-pane .alt-store { position: relative; }
.topbar-pane .alt-store a { font-size: 14px; background: #5cbdb6; color: #FFF; font-weight: 700; padding: 8px 15px 8px 11px; border-radius: 5px; white-space: nowrap; line-height: 1; transition: background .2s linear; }
.topbar-pane .alt-store a:hover { background: #398c86; }

.topbar-pane a.topbar-button { text-shadow: none; font-size: 14px; background: #5cbdb6; color: #FFF; font-weight: 700; padding: 7px 15px 7px 11px; border-radius: 5px; white-space: nowrap; line-height: 1; transition: background .2s linear; }
.topbar-pane a.topbar-button:hover { background: #398c86; }
.topbar-pane a.topbar-button i { font-size: 11px; vertical-align: top; margin-top: 9px; }
.topbar-pane a.topbar-button.alt-color, .topbar-pane a.topbar-button.alt-color:hover { color: #5cbdb6; background: #FFF; }

.topbar ul.topbar-links { float: right; clear: right; margin-top: 15px; font-size: 16px; text-transform: uppercase; transition: margin-top .4s linear; }
.topbar-wrap.is-fixed-topbar .topbar ul.topbar-links { margin-top: 6px; }
.topbar ul.topbar-links li { position: relative; margin: 0; margin-right: 20px; }
.topbar ul.topbar-links li:last-child, .topbar ul.topbar-links li.last { margin-right: 0; }
.topbar ul.topbar-links li a { float: left; padding: 0; margin: 0 5px; -webkit-transition: padding .4s linear; -moz-transition: padding .4s linear; -ms-transition: padding .4s linear; -o-transition: padding .4s linear; transition: padding .4s linear; }
.topbar ul.topbar-links li a:hover { color: #398c86; }
.topbar ul.topbar-links li.last a { margin-right: 0; }

.topbar-wrap.topbar-mobile-menu .topbar ul.topbar-links, .topbar-wrap.topbar-mobile-menu .topbar > ul > li > a { font-size: 16px; }
.topbar-mobile-menu ul.topbar-links { float: none; clear: both; position: absolute; top: 100px; right: 0; width: 100%; margin: 0 !important; text-align: center; background: #398c86; z-index: 8; }
.topbar-mobile-menu ul.topbar-links li { float: none; display: block; margin: 0; padding: 0; text-align: left; }
.topbar-mobile-menu ul.topbar-links > li:first-child { border-top-width: 0; border-bottom: 3px solid #EEE; }
.topbar-mobile-menu ul.topbar-links li:last-child { }
.topbar-mobile-menu ul.topbar-links li:hover { }
.topbar-mobile-menu ul.topbar-links li a { display: block; float: none; margin: 0; padding: 7px 0 7px; }
.topbar-mobile-menu ul.topbar-links li.is-button a { background: inherit; color: inherit; }
.topbar-mobile-menu i { float: none !important; vertical-align: top; margin-top: 2px; }

.topbar-mobile-menu #header-search .btn-search { top: 9px; }

.topbar-wrap.is-fixed-topbar { /*position: fixed;*/ background: #FFF; padding: 0; }
.topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo { margin-top: 10px; text-align: left; }
.topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { width: auto; max-height: 60px; }
.topbar-wrap.is-fixed-topbar .topbar > ul > li > a { /*color: #333;*/ text-shadow: none; padding: 0; }
.topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo a { padding: 0 0; }
.topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { background: transparent; }
.topbar-wrap.is-fixed-topbar .topbar > ul > li > a:hover { /*color: #666;*/ }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane { margin-top: 16px; }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane ul li { }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane ul.social li { background: transparent; }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane a { }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane i { }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane ul.social li.adj-icon { margin-left: 0; margin-top: -4px; }
.topbar-wrap.is-fixed-topbar .topbar .topbar-pane ul.social li.adj-icon i { font-size: 18px; padding: 1px 1px 0; }

.topbar > ul > li.submenu > a { }
.topbar > ul > li.submenu > a::before { content: '\02c6'; float: left; font-size: 26px; padding: 0; margin: -12px 3px 0 0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.topbar > ul > li.submenu > ul > a::before { content: inherit; }

/* Topbar Submenu */
.topbar ul ul { display: block; position: absolute; top: 20px; right: 9999px; width: auto; min-width: 200px; margin: 0; padding: 15px 0 0; z-index: 2003; transition: top .1s linear; }
.topbar ul li.dropdown:hover ul { left: 0; 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 a { display: inline-block; min-width: 100%; font-size: 14px; color: #FFF; text-align: left; background: #5cbdb6; padding: 10px 10px !important; margin: 0 !important; white-space: nowrap; z-index: 2004; border-bottom: 1px solid #FFF; }
.topbar ul ul li a:hover { background: #398c86; }
.topbar ul ul li:last-child a { padding-bottom: 10px !important; }
.topbar ul ul li:hover a { color: #FFF !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 { }

/* Navigation Submenu */
.navbar ul ul { display: block; position: absolute; right: 9999px; width: auto; margin: 0; padding: 0; z-index: 2003; }
.navbar ul li.dropdown:hover ul { left: 10px; right: auto; }
.navbar ul li.dropdown i { padding-right: 3px; }
.navbar ul li.dropdown.left:hover ul { left: auto; right: 0; width: auto; }
.navbar ul ul li { display: block !important; float: none; background: #222; border: 0 none; border-bottom: 1px solid #999; }
.navbar ul ul li:hover { background: #111; }
.navbar ul ul li:last-child { border-bottom: 0 none; }
.navbar ul ul li a { display: inline-block; min-width: 100%; font-size: 15px; color: #FFF; text-align: left; padding: 10px 15px; white-space: nowrap; z-index: 2004; }
.navbar ul li.dropdown.left:hover ul li { padding: 0 8px 0 15px; }
.navbar ul li.dropdown.left:hover ul li a { text-align: right; }

.topbar ul ul li a { padding: 10px 13px !important; }

.topbar-submenu-wrap { display: none; position: absolute; left: 0; right: 0; width: 100%; }
.topbar-submenu-wrap ul { position: relative; border-top-width: 0; border-top-color: #DDD; margin: 0; padding: 0; }
.topbar-submenu-wrap ul li { display: block; line-height: 1.5; border-bottom: 1px solid #CCC; padding: 0 15px 0; margin: 0; }
.topbar-submenu-wrap ul li:hover { background: #222; }
.topbar-submenu-wrap ul li:last-child { border-bottom: 0 none; }
.topbar-submenu-wrap > ul > li > a { display: inline-block; min-width: 100%; font-size: 15px; color: #06C; text-align: left; padding: 8px 0; white-space: nowrap; margin: 0; }
.topbar-submenu-wrap ul li:last-child { padding: 0 15px 0 13px; }

.topbar ul li.submenu.submenu-inline { position: inherit; }
.topbar ul li.submenu.submenu-inline ul { width: 80%; padding: 35px 10% 40px; left: 0; right: 0; font-size: 14px; text-align: center; background: #EEE; }
.topbar ul li.submenu.submenu-inline li { position: relative; display: inline-block; margin: 0 3%; border-bottom: 0 none; }
.topbar ul li.submenu.submenu-inline li:first-child { margin-left: inherit; }
.topbar ul li.submenu.submenu-inline li:last-child { margin-right: inherit; }
.topbar ul li.submenu.submenu-inline li:hover { background: transparent; }
.topbar ul li.submenu.submenu-inline li > a { display: block; }
.topbar ul li.submenu.submenu-inline > li > a { color: #444; text-align: center; }
.topbar ul li.submenu.submenu-inline > li > a:hover { color: #111; }

.topbar ul li.submenu.submenu-inline.submenu-locations ul { text-align: left; }
.topbar ul li.submenu.submenu-inline.submenu-locations ul li { float: left; display: block; margin: 0; margin-right: 3%; padding: 0 3% 0 0; border-right: 1px solid #DDD; }
.topbar ul li.submenu.submenu-inline.submenu-locations ul li:last-child { margin-right: 0; border-right: 0 none; }

.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap > ul > li { position: relative; }
.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap > ul > li > a { max-width: 100%; color: #111; white-space: nowrap; font-size: 14px; }
.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap > ul > li > a::before { content: '\203A'; position: absolute; top: 3px; right: 10px; font-size: 20px; }
.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap ul li { background: #EEE; }
.topbar ul li.submenu.submenu-dropdown .topbar-submenu-wrap { width: inherit; min-width: 200px; }

.submenu-title { display: block; color: #222; font-size: 20px; text-transform: uppercase; margin-bottom: 5px; }
.icon-map::before { position: absolute; top: 2px; left: -13px; content: ""; background-image: url(images/icon-map.png); width: 20px; height: 20px; background-size: 20px 20px; }

.close-submenu { position: absolute; bottom: 40px; right: 12%; font-size: 14px; font-weight: 700; line-height: 1; }
.close-submenu a { color: #555; }
.close-submenu a:hover { color: #333; }
.close-submenu i { float: left; padding-right: 4px; }

.get-directions { display: block; margin-top: 10px; }
.get-directions a { display: inline-block; background: #F9F9F9; padding: 10px; border: 1px solid #DDD; border-radius: 8px; }
.get-directions a:hover { }
.get-directions img { display: block; margin: 0 auto 5px; width: 36px; height: auto; }
.get-directions i { color: #e74c3c; }

#topbar-search-wrap { display: none; position: absolute; top: 11px; left: 0; line-height: 1; }
#topbar-search { position: relative; width: 230px; background: #FFF; border: 0 solid #FFCC00; border-radius: 15px; margin: 0 0 0; padding: 0 5px; padding-right: 6px; color: #333; overflow: hidden; }
#topbar-search:hover { }
#topbar-search-box { width: 180px; height: 30px; font-size: 18px; color: #333; background: none transparent; border: 0; padding: 0; }
#topbar-search-box:hover { cursor: pointer; }
#topbar-search .btn-search { position: absolute; left: 0; top: 0; color: #555; font-size: 15px; font-weight: 700; text-transform: uppercase; padding: 8px 0 7px 10px; }
#topbar-search .btn-search i { color: #333; font-size: 14px; }
#topbar-search:hover i { color: #333 }
#topbar-search .btn-search img { float: left; width: 25px; height: auto; margin-top: 0 !important; }

#topbar-search-wrap input::-webkit-input-placeholder { color: #333; font-size: 16px; opacity: 1; }
#topbar-search-wrap input::-moz-placeholder { color: #333; font-size: 16px; opacity: 1; }
#topbar-search-wrap input:-ms-input-placeholder { color: #333; font-size: 16px; opacity: 1; }
#topbar-search-wrap input:-moz-placeholder { color: #333; font-size: 16px; opacity: 1; }

.toggle-on-topbar-search { }
.toggle-on-topbar-search i { }

.toggle-off-topbar-search { position: absolute; top: 0; right: 0; width: 35px; font-size: 14px; text-align: center; color: #333; line-height: 30px; padding-right: 2px; background: #DDD; }

.toggle-on-topbar-menu { display: none; }
.topbar-wrap.topbar-mobile-menu .toggle-on-topbar-menu { display: block; }

/* Header Search */
#header-search-wrap { position: relative; float: right; margin: -6px 0 0; }
#header-search { position: relative; float: left; width: 220px; background: #F6F6F6; border: 0 none; border-radius: 5px; margin: 0 0; padding: 0 0 0 15px; color: #333; overflow: hidden; }
#header-search:hover { }
#header-search-box { float: left; width: 100%; height: 35px; font-size: 16px; color: #333; background: none transparent; border: 0; padding: 0; }
#header-search-box:hover { cursor: pointer; }
#header-search .btn-search { position: absolute; right: 0; top: 0; padding: 0 10px 0; line-height: 32px; color: #444; font-size: 16px; text-transform: uppercase; }
#header-search .btn-search i { color: #444; }
#header-search:hover i { color: #444; }
#header-search .btn-search img { float: left; width: 25px; height: auto; margin-top: 0 !important; }

#header-search-wrap input::-webkit-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }
#header-search-wrap input::-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; } /* firefox 19+ */
#header-search-wrap input:-ms-input-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; } /* ie */
#header-search-wrap input:-moz-placeholder { color: #666; font-size: 14px; opacity: 1; font-style: italic; }

/* Header */
.porheader-wrap { position: relative; width: 100%; margin: 0 auto; padding: 0 0 0; z-index: 3; }
.porheader { position: relative; width: 90%; margin: 0 auto; }

/* Logo */
.logo { position: relative; float: left; width: 30%; color: #FFF; font-size: 40px; }
.logo a, .logo a:hover { color: inherit; z-index: 1; }

/* Navbar */
.navbar-wrap { position: relative; width: 100%; font-size: 20px; font-weight: 400; text-transform: uppercase; z-index: 4; }
.navbar-wrap ul { text-align: center; }
.navbar-wrap ul li { display: inline-block; margin: 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; margin-top: 20px; }
#banner-search { position: relative; width: 100%; max-width: 400px; background: #FFF; border: 0 solid #999; border-radius: 0; margin: 0 auto; padding: 0; color: #666; /*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 1px; color: #FFF; font-size: 14px; font-weight: 600; line-height: 44px; text-transform: uppercase; background: #5cbdb6; text-decoration: none !important; transition: background .2s linear; }
#banner-search .banner-btn-search:hover { background: #398c86; }
#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: 700; 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; border: 2px solid #5CBDB6; }

.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: 100%; margin: 0 auto; padding: 35px 0 20px; }
.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: #111; }
.panel-wrap .panel-heading { margin-bottom: 10px; font-size: 30px; color: #111; }
.panel-wrap h3 { font-size: 30px; }
.panel-wrap.alt-color { background: #F8F8F8; }
.panel-wrap .list-centered { position: relative; font-weight: 400; display: inline-block; width: auto; margin: 0 auto; margin-bottom: 15px; }
.panel-wrap .list-centered ul { text-align: left; }
.panel-content { position: relative; width: 80%; margin: 0 auto; z-index: 3; }
.panel-content.full-width { width: 100%; }
.panel-content.less-width { width: 60%; }
.panel-content.larger-text { font-size: 1.2em; }
.panel-content.text-left { text-align: left; }
.panel-content.top-padding { padding-top: 15px; }
.panel-content h2, .panel-content h3, .panel-content h4 { text-transform: uppercase; }
.panel-content.is-bold h2, .panel-content.is-bold h3, .panel-content.is-bold h4 { font-weight: 700; }
.panel-content p span { font-style: italic; }

.panel-wrap.with-catalog { padding-bottom: 0; }
.panel-wrap.with-catalog .inline-icons span { margin-top: 0; color: #222; }
.panel-wrap.with-catalog .panel-heading { margin-bottom: 0; }
.panel-wrap.with-catalog .buttons { margin-top: 25px; }
.panel-icon { font-size: 24px; }

.panel-wrap.light-bg .banner-gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 10%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255,255,255,0)), color-stop(100%, rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 10%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 10%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 10%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 10%, rgba(255,255,255,0) 100%);
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);*/
  /* IE6-9 */
}

.panel-wrap.light-solid-bg .banner-gradient { background: transparent; background-color: rgba(255, 255, 255, 0.9); }
.panel-wrap.light-bg .banner-buttons ul li a { background-color: rgba(0, 0, 0, 0.6); }
.panel-wrap.light-bg .banner-buttons ul li a:hover { background-color: rgba(0, 0, 0, 0.8); }
.panel-wrap.light-bg .banner-buttons ul li:last-child a { background: #ceb65c; }

.panel { 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; }
.panel .readmore a::before { content: '\25ba'; font-size: 9px; color: #333; float: left; margin-top: 4px; padding-right: 3px; }

.readmore { position: relative; }
.readmore a::before { content: '\25ba'; font-size: 9px; color: #333; float: left; margin-top: 4px; padding-right: 3px; }

.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: 60%; 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: 6px solid #5cbdb6; border-left: 0 none; border-right: 0 none; padding: 5px 0; margin: 0 auto; }
.custom-borders.light-gray { border-color: #EEE; }

/* Page catalog */
.page-catalog-btn { position: relative; text-transform: uppercase; }
.page-catalog-btn a { display: inline-block; padding: 18px 20px; background: #D898D8; color: #FFF; }
.page-catalog-btn ul li { float: left; margin: 0 15px 15px 0; }
.page-catalog-btn ul li a { background: #FFF; color: #333; border: 2px solid #D898D8; }
.page-catalog-btn ul li:first-child a { background: #D898D8; color: #FFF; }
.page-catalog-btn ul li:last-child { margin-bottom: 0 !important; }

.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: 17px; right: 4%; padding: 0; font-size: 30px; z-index: 7; }
.toggle-topbar a { color: #5cbdb6; display: block; padding: 0 5px; }

.toggle-topbar ul { float: right; }
.toggle-topbar ul li { float: left; margin-left: 15px; }
.toggle-topbar ul li:first-child { margin-left: 0; }

.alt-store { position: relative; display: block; font-size: 14px; margin-bottom: 5px; }

.topbar-wrap.topbar-mobile-menu .topbar-pane ul.social li { margin-top: -2px; }

.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.4s 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: #5cbdb6; 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: 900px; }
.page-slideshow-dimensions { width: 1000px; height: 469px; }
.page-slideshow-dimensions.alt-page { width: 900px; height: 600px; }
.slideshow-content { position: absolute; bottom: 20%; left: 0; right: 0; width: 80%; padding: 15px 3% 40px; margin: 0 auto; /*background-color: rgba(0,0,0,0.2);*/ color: #222; text-align: left; z-index: 3; }
.slideshow-content.light { background-color: rgba(255,255,255,0.5); }
.slideshow-content-title h1 { font-family: 'Catamaran', sans-serif; color: #FFF; font-size: 58px; padding: 0 2%; text-align: center; line-height: 1.1; font-weight: 500; }
.slideshow-content-title h1 span { color: #fff; display: block; font-size: 28px; text-transform: none; margin-top: 6px; font-style: italic; text-shadow: none; }
.slideshow-content .buttons { margin: 30px auto 0; }
.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.3); }

/*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-wrap { position: relative; width: 100%; margin: 0 auto; background: #333 url(images/bg-body.png) repeat top left; padding: 30px 0 45px; margin-top: 0; }
.featured-wrap > ul { position: relative; width: 90%; text-align: center; margin: 0 auto; padding: 0 0 0; overflow: hidden; text-transform: uppercase; }
.featured-wrap > ul > li { position: relative; display: inline-block; vertical-align: top; width: 18%; height: auto; margin: 0 .5% 20px; padding: 0 0; line-height: 0; background: #FFF; border-radius: 15px; border: 8px solid #CCC; box-shadow: 0 8px 6px -6px #000; }
.featured-wrap > ul > li:hover { transition: background-color 0.4s linear 0s; }
.featured-wrap > ul > li:last-child { }
.featured-wrap > ul > li span { display: block; width: 100%; text-align: center; background: #06C; color: #FFF; padding: 10px 0; margin: 0 auto; line-height: 1; text-align: center; }
.featured-wrap > ul > li:hover span { transition: background-color 0.4s linear 0s; }
.featured-wrap > ul > li a { display: block; font-size: 18px; color: #EEE; text-decoration: none; padding: 20px 0 0; }
.featured-wrap > ul > li a:hover { color: #FFF; }
.featured-wrap > ul > li img { width: 80%; height: auto; margin: 0 auto 5px; padding: 0; border-radius: 0; border: 0 solid #999; opacity: 1; }
.featured-wrap > ul > li a:hover > img { }
.featured-wrap h1 { color: #FFF; margin-bottom: 35px; }
.featured-wrap h2 { font-size: 26px; text-align: center; padding: 0; margin: 0 0; border-radius: 8px; overflow: hidden; }
.featured-wrap p { font-size: 20px; text-align: center; color: #FFF; text-transform: uppercase; }

/* 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: 79%; float: left; margin: 0 auto 0; min-height: 400px; }
.content h1 { margin-top: 5px; }
.content h2 { margin-bottom: 15px; }

.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; }
.content-left { position: relative; float: left; width: 55%; margin-right: 8%; }
.content-right { position: relative; float: right; width: 37%; }
.content-right img { width: 100%; height: auto; }
.content-right.small-img img { width: auto; max-width: 100%; height: auto; max-height: 170px; }
.content-left-alt { position: relative; float: left; width: 50%; margin: 10px 5% 25px 0; }
.content-right-alt { position: relative; float: right;  width: 45%; }
.content-left-small { position: relative; float: left; width: 40%; margin: 10px 5% 25px 0; }
.content-right-large { position: relative; float: right; width: 55%; }

.staff-wrap { position: relative; width: 100%; margin: 0 0 15px; }
.staff { position: relative; width: 100%; margin: 0 0 15px; }
.staff-img { position: relative; float: left; margin-right: 4%; }
.staff-img img { width: auto; max-width: 100%; height: auto; max-height: 170px; border: 2px solid #5CBDB6; }
.staff-details { position: relative; float: left; width: 70%; }

.associations { position: relative; width: 100%; margin: 0 auto; }
.associations ul { text-align: left; }
.associations li { position: relative; display: inline-block; vertical-align: bottom; text-align: center; margin: 0 25px 25px 0; }
.associations li:last-child { margin-right: 0; }
.associations img { width: auto; max-width: 100%; max-height: 49px; }
.associations span { display: block; }

/* Buttons */
.button a { display: inline-block; width: inherit; font-size: 16px; color: #FFF; border: 0 solid #CCC; border-radius: 0; white-space: nowrap; background-color: #5cbdb6; padding: 10px 20px; transition: all 0.4s linear }
.button.alt-bg a { background: #EEE; border: 1px solid #333; color: #333; }
.button.alt-bg.alt-btn a { background: #333; color: #FFF; border: 2px solid #FFF; }
.button.alt-bg.alt-btn a:hover { }

.buttons { position: relative; margin-top: 25px; }
.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: 14px; font-weight: 600; color: #FFF; line-height: 1; padding: 15px 20px 16px; border-radius: 0; white-space: nowrap; background-color: #5cbdb6; transition: background .2s linear; }
.buttons ul li:hover a { background: #398c86; }

.alt-btn ul li a { color: #5cbdb6; border: 2px solid #DDD; background: #EEE; }
.alt-btn ul li a:hover { color: #FFF; background: #5cbdb6; border-color: #5cbdb6; }

/* Catalog */
.catalog-wrap { position: relative; width: 80%; margin: 0 auto; background: #FFF; border-top: 0 solid #CCC; padding: 40px 0 60px; font-size: 16px; z-index: 0; }
.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-title { font-size: 20px; font-weight: 400; text-transform: uppercase; padding-bottom: 10px; margin: 5px 0; }

.catalog { position: relative; width: 16%; padding: 0 0; margin-right: 5%; float: left; font-weight: 600; z-index: 1; text-transform: capitalize; /*-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);*/ }

.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; margin-bottom: 2px; }
.catalog ul li:hover { }
.catalog ul li a { display: block; background: white; color: #5cbdb6; text-decoration: none; padding: 6px 25px 7px; transition: background .2s linear; text-transform: capitalize;}
.catalog ul li a::before { font-family: 'Font Awesome\ 5 Free'; content: "\f101"; font-weight: 900; position: absolute; font-size: 10px; top: 10px; left: 8px; }
.catalog ul li a:hover { background: #5cbdb6 ; color: white; }

.catalog-menu { display: none; position: relative; width: 92%; height: 45px; margin: 0 auto; padding: 0 4%; background: #5cbdb6; line-height: 1; font-size: 16px; font-weight: 600; z-index: 2; }
.catalog-menu .toggle-menu-close { display: none; }
.catalog-menu i { float: left; margin-top: 2px; margin-right: 5px; font-size: 12px; }
.catalog-menu-btn-search i { font-size: 16px; margin-top: 0; }
.catalog-menu .is-menu-cart i { font-size: 18px; }
.catalog-menu .dropdown-icon i { float: right; margin-right: 0; margin-left: 5px; font-size: 10px; margin-top: 4px; }
.catalog-menu a { float: left; display: inline-block; color: #FFF; text-decoration: none; padding: 10px 0; }
.catalog-menu a:hover { color: #FFF; }
.catalog-menu a.active { color: #FFF; }
.catalog-wrap.mobile-menu .catalog-search-wrap { display: none; }
.catalog-wrap.mobile-menu .catalog { background: #EEE; padding: 0 0; box-shadow: none; border-radius: 0; }
.catalog-wrap.mobile-menu .catalog ul li { text-align: left; }
.catalog-wrap.mobile-menu .catalog #catalog-search { background: #FFF; }
.catalog-wrap.mobile-menu .catalog #catalog-search-box { height: 40px; }
.catalog-wrap.mobile-menu .catalog #catalog-search .catalog-btn-search { top: 6px; }
.catalog-wrap.mobile-menu .catalog-title { background: #EEE; color: #333; }
.catalog-wrap.mobile-menu .catalog a, .catalog-wrap.mobile-menu .catalog a:hover { color: #FFF; }
.catalog-wrap.mobile-menu .catalog-menu a, .catalog-wrap.mobile-menu .catalog-menu a:hover { color: #FFF; }

.toggle-catalog { margin-top: 5px; padding: 5px 0; }

.catalog-wrap.mobile-menu .catalog, .catalog-wrap.mobile-menu .catalog ul li a { font-size: 14px; text-transform: none; }

.catalog-menu-links { position: relative; float: right; margin-top: 5px; }
.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 { }
.catalog-menu-links li a { color: #FFF; }

#catalog-menu-search { position: relative; width: 100%; max-width: 250px; background: #FFF; border: 1px solid #FFF; border-radius: 0; margin: 0 0; padding: 0 0; }
#catalog-menu-search:hover { }
#catalog-menu-search-box { position: relative; width: 100%; height: 28px; background: none transparent; border: 0 none; padding: 0 0 0 10px !important; margin: 0 !important; }
#catalog-menu-search-box:hover { cursor: pointer; }
.catalog-menu-btn-search { position: absolute; top: 6px; right: 3px; padding: 0 !important; color: #444; text-decoration: none; }
.catalog-menu-btn-search i { color: #398c86; }
#catalog-menu-search:hover i { color: #398c86; }
#catalog-menu-search input::-webkit-input-placeholder { color: #666; opacity: 1 !important; font-style: italic; }
#catalog-menu-search input::-moz-placeholder { color: #666; opacity: 1 !important; font-style: italic; } /* firefox 19+ */
#catalog-menu-search input:-ms-input-placeholder { color: #666; opacity: 1 !important; font-style: italic; } /* ie */
#catalog-menu-search input:-moz-placeholder { color: #666; opacity: 1 !important; font-style: italic; }

/* Catalog Search */
.catalog-search-wrap { position: relative; width: 100%; margin: 0; text-align: left; margin-bottom: 17px; border-bottom: 0 solid #5cbdb6; 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 #5cbdb6; 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: 700; 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; display: flex; flex-flow: row wrap; justify-content: center; align-items: flex-start; }
#porgallery > div { text-align: center !important; float: none !important; margin-bottom: 25px; }
#porgallery h1, #porgallery h4 { text-align: center !important; margin-top: 25px !important; }
#porgallery h1 { flex-basis: 100%; }
#porgallery > p { flex-basis: 100%; }
#porgallery h4 { margin: 0 0 15px !important; font-size: 22px !important; }
#porgallery .photogalleryauto { width: 100% !important; height: 100% !important; margin: 0 .3% 3px; object-fit: cover; }
#porgallerythumbnail { position: relative; width: calc(440px - 40px); height: auto; margin: 0 20px; display: flex; flex-direction: column; }
#porgallerythumbnail img { width: 400px; height: 400px; object-fit: cover; }
#porgallerythumbnail br { display: none; }
#porgallerythumbnail > p.clickme { margin-bottom: 0; }
#porgallery .clickme { font-size: 12px; }
#porgallery > div.gallery-text { position: relative; width: 85%; margin: 0 auto 15px; text-align: center; }

.porgallery-wrap { position: relative; width: 100%; padding: 10px 0; }
.porgallery-tile { position: relative; display: inline-block; margin: 30px 1% 10px; vertical-align: top; width: 300px; height: 300px; }
.porgallery-img { position: relative; width: 100%; height: 100%; }
.porgallery-link { position: relative; display: block; font-size: 12px; }
.porgallery-link a { color: #555; text-decoration: none; line-height: 0; }


/* 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: 700; 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%; color: #555; font-size: 18px; }
.accordion-wrap .toggle-accordion span.toggle-off-this-accordion-panel { display: none; position: absolute; top: 15px; right: 2%; color: #555; font-size: 18px; }
.accordion-wrap ul { padding: 10px 15px; margin-left: 15px; }
.accordion-wrap .accordion:nth-child(even) ul { padding-top: 0; }
.accordion-wrap p { font-size: 16px; color: #444; padding: 0 0 15px !important; margin-bottom: 0; overflow: hidden; }
.accordion-wrap .accordion:nth-child(even) p, .accordion-wrap .accordion:nth-child(even) ul { padding-top: 0; }
.accordion-wrap a.bullet-dark { vertical-align: top; }
.accordion-wrap .accordion:nth-child(even) { background: #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: 600; 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: 0 0 10px; font-weight: 400; }
.portiles-wrap h2 { position: relative; color: #FFF; font-size: 25px; text-align: center; margin: 0; text-align: center;  }
.portiles { position: relative; width: 82%; margin: 0 auto; }
.portiles ul { position: relative; text-align: center; }
.portiles ul li { position: relative; display: inline-block; width: 31%; padding: 0; margin: 0 1% 20px; line-height: 0; }
.portiles ul li a { color: #FFF !important; font-weight: 400; }
.portiles ul li img { width: 100%; height: auto; margin: 0 auto; border-radius: 10px; }
.portiles ul li img:hover { -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: filter .3s linear; }
.portiles span { font-family: 'Catamaran', sans-serif; position: absolute; bottom: 25px; left: 25px; text-align: center; display: inline-block; }

/* Locations */
.store-location { position: relative; width: 100%; display: block; padding: 0 0 25px; margin: 20px auto 0; text-align: center; }
.store-location-content { position: relative; width: 45%; margin: 0; display: inline-block; }
.store-location-content.single-location { width: 100%; }
.store-location-content h2 { margin-bottom: 5px; font-size: 26px; }
.store-location h3 { margin-bottom: 5px; }
.store-location-content p { line-height: 1.4; }
.location-directions { position: relative; margin-top: 10px; font-size: 16px; font-weight: 700; }
.location-directions a { color: #333; }
.location-directions img { width: 30px; height: auto; display: inline-block; vertical-align: middle }
.location-directions span { display: inline-block; vertical-align: middle; padding-left: 5px; }
.store-map { position: relative; overflow: hidden; }
.store-map iframe { display: block; width: 99%; min-height: 380px; height: auto; margin: 0 auto 0; border: 1px solid #999 !important; }
.location-content-left { position: relative; float: left; width: 40%; margin-top: 10px; text-align: left; }
.location-content-right { position: relative; float: left; width: 60%; }

.google-store-map { position: relative; width: 100%; }
.google-store-map img { border: 2px solid #5CBDB6; width: 100%; max-width: 99%; height: auto; }

.page-locations { position: relative; width: 100%; }
.page-locations a { color: #444; font-weight: 600; }
.page-locations a:hover { color: #06C; }
.page-location { position: relative; margin-top: 12px; }
.page-location h3 { margin-bottom: 5px; color: #444; font-weight: 600; }
.page-location ul { text-align: left; }
.page-location ul li { display: inline-block; vertical-align: top; width: 100%; max-width: 320px; margin-right: 30px; }
.page-location ul li span { color: #5cbdb6; font-weight: 600; }

.feedback { position: relative; font-size: 16px; font-style: italic; margin-bottom: 35px; }
.feedback img { margin-right: 10px; }

.showroom { position: relative; width: 100%; margin: 0 auto; padding-top: 25px; }
.showroom ul { text-align: center; }
.showroom ul li { position: relative; float: left; width: 49%; margin-right: 2%; }
.showroom ul li:last-child { margin-right: 0; }
.showroom ul li img { width: 100%; height: auto; margin: 0; }

/* Footer */
.footer-wrap { position: relative; width: 100%; font-size: 14px; font-weight: 600; padding: 30px 0 5px; margin: 0 auto; color: #FFF; background: #5cbdb6; }
.footer-wrap a, .subfooter-wrap a { color: #FFF; }
.footer-wrap a:hover, .subfooter-wrap a:hover { color: #FFF; }
.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-panel-wrap { position: relative; width: 100%; margin: 0 auto;}
.footer-panel, .footer-logo { position: relative; display: inline-block; vertical-align: top; text-align: left; margin: 0 2% 15px; }
.footer-panel.is-address { width: 250px; }
.footer-address-left { float: right; }
.footer-address-right { float: left; }
.footer-logo { width: 160px; text-align: center; }
.footer-panel.first { }
.footer-panel.last { }
.footer-panel ul { display: inline-block; vertical-align: top; margin-bottom: 25px; }
.footer-panel ul.last { margin-right: 0; }
.footer-panel ul li { text-align: left; }

.footer-panel.inline-links { display: block; text-align: center; margin: 0 auto; }
.footer-panel.inline-links ul { margin-bottom: 0; }
.footer-panel.inline-links ul li { display: inline-block; margin: 0 5px 10px; }
.footer-panel.inline-links.last { margin-bottom: 15px; }

.footer-logo img { width: auto; max-height: 150px; border: 4px solid #FFF; border-radius: 100%; }

.footer-logos { position: relative; text-align: center; }
.footer-logos li { position: relative; display: inline-block; vertical-align: middle; margin: 0 20px 25px; }
.footer-logos img { width: auto; max-height: 50px; }
.footer-logos li.adj-img img { max-height: 40px; }
.footer-logos li.small-img img { max-height: 30px; }
.footer-logos li.with-border img { border: 3px solid #FFF; border-radius: 100%; }
.footer-logos li.with-thin-border img { border: 2px solid #FFF; border-radius: 100%; }
.footer-logos li.with-padding img { padding: 5px; }
.footer-logos span { font-size: 12px; display: block; text-transform: uppercase; }

.footer-social img { width: auto; height: 14px; float: left; margin-top: 6px; padding-right: 4px; }

.footer-categories { display: block; vertical-align: top; text-align: left; margin: 15px 2% 0; font-weight: 400; }
.footer-categories ul { display: block; vertical-align: middle; }
.footer-categories div { display: inline-block; }
.footer-categories ul li { text-align: left; }
.footer-categories ul.is-inline { text-align: center; }
.footer-categories ul.is-inline li { display: inline-block; padding: 0; }
.footer-categories ul.is-inline li::after { content: "•"; display: inline-block; padding: 0 5px 0 10px; color: #DDD; }
.footer-categories ul.is-inline li:last-child::after { content: ""; padding: 0; }
.footer-categories ul li.is-heading { display: block; font-size: 24px; margin-bottom: 15px; }

.footer-banner-wrap { position: relative; width: 100%; margin: 0 auto; padding: 20px 0 23px; background: #5cbdb6; font-size: 24px; color: #FFF; text-align: center; }
.footer-banner { position: relative; width: 80%; margin: 0 auto; }
.footer-banner .button.alt-bg a { font-size: 14px; padding: 10px 15px; border-radius: 0; }
.footer-banner a, .footer-banner a:hover { color: #FFF; }

.subfooter-wrap { position: relative; width: 100%; margin: 0 auto; padding: 20px 0 25px; color: #6c6c6c; background: #FFF; }
.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 { float: left; width: 79%; 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, #mainpage h3, #newitempage h3 { line-height: 1.2; margin: 0 0 25px; }
#mainpage h1, #newitempage h1 { }
#mainpage h1 a, #newitempage h1 a, #mainpage h3 a, #newitempage h3 a  { font-size: 20px; color: #06C; line-height: 0; margin-top: 5px; text-decoration: none; }
#mainpage h1 a:hover, #newitempage h1 a:hover, #mainpage h3 a:hover, #newitempage h3 a:hover { color: #555; }
.poritem-specs h2 a { color: #999; 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: #06C; text-decoration: none; }
#mainpage h4 { margin-bottom: 15px; font-size: 26px; text-transform: uppercase; }

.multicolcell div { float: none !important; padding: 0 !important; }
.multicolcell br { display: none; }
.multicolcell { position: relative; width: 19%; min-height: auto; margin: 0 3% 35px 0; padding: 15px 10px; display: inline-block; vertical-align: top; text-align: center; background: #FFF; border: 0px solid #DDD; /*-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/ }
/* with orders .multicolcell img { width: auto; max-width: 80%; height: auto; max-height: 120px; margin: 0 auto 10px; } */
.multicolcell img { width: auto; max-width: 90%; height: auto; max-height: 100px; margin: 0 auto 10px; }
.multicolcell a { color: #333; text-decoration: none !important; }
.multicolcell a:hover { color: #06C; }

.multicolheading, .multicoldescr { font-weight: 400; line-height: 1.2; text-transform: uppercase; font-size: 16px; word-wrap: break-word; text-align: center; }
.por-item-image-thumbnail-desc { color: #555; text-decoration: none !important; }
.por-item-image-thumbnail-desc:hover { color: #06C; }
.poritem-overview { margin-top: 25px; }
.poritem-overview h2 { text-transform: uppercase; margin-bottom: 10px; }
#mainpage ul, #newitempage ul { margin-left: 20px !important; list-style: disc; text-transform: none; font-size: 16px; }
.poritem-overview ul li { position: relative; }
.por-checkout-total-price-string { display: block; text-align: left; }

#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"] { color: #FFF; min-width: 180px; padding: 15px 15px 18px; margin: 5px 15px 0 0; border: 0 solid #CCC; border-radius: 0; background-color: #5cbdb6; 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 { font-size: 16px; }
a.por-item-detail-name { margin-top: -5px; }

form[name="customerform"] { position: relative; width: 100%; margin-bottom: 35px; }
form[name="customerform"] hr { margin: 15px 0; }
form[name="customerform"] img { margin-top: 20px !important; }
form[name="customerform"] td { text-align: left !important; padding-bottom: 15px; vertical-align: top !important; }

textarea { float: left; }

#mainpageused { position: relative; 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: 70%; }
.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; }

.toggle-on-testing { display: block !important; }
.toggle-on-d { display: block; }
.toggle-off-t { display: none; }
.toggle-off-m { display: none; }

.splashpage-wrap { position: relative; width: 100%; margin: 0 auto; padding: 50px 0; text-align: center; }
.splashpage { position: relative; width: 70%; margin: 0 auto; text-align: center; }
.splashpage .logo { float: none; width: 100%; margin: 0 auto; }
.splashpage .logo img { width: auto; max-width: 100%; height: auto; max-height: 146px; }
.splashpages { position: relative; margin: 40px 0 20px; }
.splashpages h2 { margin-bottom: 15px; }
.splashpages ul li { position: relative; display: inline-block; width: 40%; padding: 25px 2%; margin: 0 1%; vertical-align: top; background: #F8F8F8; }
.splashpages ul li:first-child { /*border-right: 1px solid #EEE;*/ }
.splashpages .division-image { margin-bottom: 30px; }
.splashpages .division-image img { width: 100%; height: auto; margin: 0 auto; }
.splash-buttons { margin-top: 10px; }
.splash-buttons a { display: inline-block; margin: 0 5px 10px; padding: 20px 20px; color: #222; font-size: 14px; text-transform: uppercase; border-radius: 0; background: #CCC; background-image: -webkit-linear-gradient(top, #F9F9F9, #DDD); background-image: -moz-linear-gradient(top, #F9F9F9, #DDD); background-image: -ms-linear-gradient(top, #F9F9F9, #DDD); background-image: -o-linear-gradient(top, #F9F9F9, #DDD); background-image: linear-gradient(to bottom, #F9F9F9, #DDD); border: 1px solid #CCC; }
.splashpage-footer { position: relative; width: 60%; margin: 0 auto; font-size: 14px; }

#mainpage .search-form label span { margin-right: 10px; font-weight: 700; }
#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: 600; }
#form1 input[type="submit"] { margin-top: 15px; font-weight: 600; }
input[value="Continue Shopping"] { margin-left: 10px !important; }
input#submit1 { padding: 10px 25px 13px; border: 1px solid #5cbdb6; background: #5cbdb6; color: #FFF; font-weight: 600; 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; }

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; }

.newsletter { position: relative; width: 99%; text-align: center; padding: 20px 0 35px; margin: 0 auto; }
#mc_embed_signup { position: relative; width: 100% !important; max-width: 600px; margin: 0 auto; }
#mc_embed_signup .mc-field-group input { max-width: 100%; }
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
#mc_embed_signup h4 { font-weight: bold; padding: 0; margin: 15px 0; font-size: 1.4em; line-height: 1.2; color: #808080; font-family: 'Catamaran', sans-serif; }

/* Flyer */
.toggle-intro-wrap { display: none; position: fixed; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; text-align: center; font-weight: 700; background-color: rgba(0, 0, 0, 0.8); z-index: 6; }
.toggle-intro { position: relative; width: 100%; height: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; }
.toggle-intro .intro-content { position: relative; width: 50%; font-size: 20px; color: #FFF; }
.toggle-intro .intro-content img { width: 100%; height: auto; background: #FFF; border-radius: 15px; margin-bottom: 10px; overflow: hidden; }
.toggle-intro .intro-content a { color: #FFF; text-decoration: none; }
.toggle-intro .intro-content a:hover { color: #DDD; }
.close-toggle-intro { position: relative; margin-top: 15px; font-size: 14px; }
.close-toggle-intro i { font-size: 13px; display: inline-block; vertical-align: top; margin: 3px 0 0 2px; }
.toggle-intro-label { position: relative; float: left; margin-left: 15px; }

/* Newsletter */
#mc-embedded-subscribe-form { position: relative; display: flex; flex-direction: column; justify-content: center; }
.newsletter-fields { position: relative; display: inline-block; font-size: 16px; color: #333; display: flex; flex-direction: row; justify-content: center; }
#mc-embedded-subscribe-form label { display: block; margin-bottom: 15px; }
.newsletter-fields input { border: 0 none; background: #FFF; height: 40px; padding-left: 10px; }
.btn-newsletter { display: block; line-height: 40px; background: #5cbdb6; padding: 0 12px; }
.newsletter-fields input::-webkit-input-placeholder { color: #666; opacity: 1; }
.newsletter-fields input::-moz-placeholder { color: #666; opacity: 1; }
.newsletter-fields input:-ms-input-placeholder { color: #666; opacity: 1; }
.newsletter-fields input:-moz-placeholder { color: #666; opacity: 1; }

/* Media */
@media screen and (max-width : 1800px) {
  .slideshow-content { bottom: 36%; }
}

@media screen and (max-width : 1700px) {
  .topbar ul.topbar-links li { margin-right: 10px; }
}

@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%; }
  .slideshow-content { bottom: 37%; }
  .container.less-width { width: 70%; }
  .catalog-wrap { width: 89%; }
  .portiles { width: 93%; }
}

@media screen and (max-width : 1550px) {
  .splashpage { width: 80%; }
  .topbar ul.topbar-links li { }
  .portiles ul li:hover .tile-description { bottom: 36%; }
  #catalog-search-box { width: 70%; padding-left: 30%; }
  .slideshow-content { bottom: 32%; }
  .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 */
  }
}

@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%; }
  .inline-icons span {  }
  .splashpage { width: 90%; }
  .banner { min-height: 600px; }
  .banner-content { top: 200px; }
  .panel { width: 90%; }
  .portiles ul li:hover .tile-description { bottom: 33%; }
  .slideshow-content { bottom: 30%; }
  .arrowleft, .arrowright { width: 80px; height: 80px; }
  .small-panel { width: 70%; }
  .topbar > ul > li.is-topbar-logo { margin-top: 15px; }
  .topbar > ul > li.is-topbar-logo img { max-height: 70px; }
}

@media screen and (max-width : 1300px) {
  #slideshow-holder { opacity: 1 !important; }
  .close-submenu { right: 5%; }
  .panel-tile-wrap { width: 50%; }
  .topbar > ul > li > a span { display: none; }
  .portiles-content { width: 90%; }
  .panel-wrap { font-size: 16px; }
  .panel .readmore a::before { margin-top: 0; }
  .topbar > ul > li > a i { padding-top: 3px; }
  .slideshow-content { position: relative; padding: 20px 0; bottom: auto; width: 100%; height: auto; padding: 5px 0 40px; background: #EEE; }
  .slideshow-content h1 { color: #808080; }
  .slideshow-content-title h1 span { color: #808080; }
  /*#mainpage .por-virtual-super-cat td[width="25%"] { position: relative; width: 45% !important; }*/
}
@media screen and (max-width : 1200px) {
  body {  }
  .toggle-on-tablet { display: inline-block !important; }
  .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; }
  .container-wrap {  }
  .index-banner { height: 620px; }
  .banner-icons ul li {}
  .banner-icons ul li img { width: auto; height: 40px; }
  .panel-wrap.with-catalog { padding: 20px 0; }
  .panel-wrap.with-catalog .inline-icons ul li { margin-bottom: 0; }
  .panel-wrap.with-catalog .inline-icons span { margin-top: 0; }
  .panel-wrap.with-catalog .panel-heading { margin-bottom: 0; }
  .panel-tile-wrap { width: 60%; }
  .inline-icons span {  }
  .splashpage { width: 100%; }
  .splashpages ul li { width: 42%; padding: 15px 2%; }
  .panel-wrap.with-catalog.gray { background: #F8F8F8; border-top: 1px solid #CCC; }
  .panel-wrap.with-catalog .inline-icons.quarter-list ul li { width: 25%; }
  .topbar-pane ul.social li { padding: 1px 0 1px 1px; }
  .topbar-pane ul.social li.adj-icon i { font-size: 23px; padding: 1px 0 3px; }
  .banner { min-height: 500px; }
  .banner-content h1 { font-size: 40px; }
  .banner-content h1 span { font-size: 30px; }
  .banner-tagline { font-size: 20px; }
  .banner-content { top: 160px; }
  .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; }
  .featured-wrap > ul { width: 100%; }
  .featured-wrap > ul > li { width: 26%; }
  .panel-left-right ul li { vertical-align: top; }
  .container.less-width .content { width: 100%; }
  .catalog-wrap .multicolcell { width: 20%; }
  #mainpage, #newitempage { width: 70%; }
  .jssorb032 { display: none; }
  .portiles-wrap h2 { font-size: 20px; }
  .tile-description { display: none; }
  .catalog-wrap .multicolcell { width: 18%; }
  .topbar { width: 96%; }
  .footer h5 { font-size: 18px; }
  .topbar > ul > li.is-topbar-logo { margin-top: 20px; }
  .topbar > ul > li.is-topbar-logo img { max-height: 60px; }
}

@media screen and (max-width : 1100px) {
  .page-banner { height: 140px; }
  .topbar-pane > ul > li { margin-left: 20px; }
  .small-panel { width: 80%; }
  #fixed-sidebar { top: 180px; }
  .slideshow-content-title { font-size: 26px; }
  .small-panel { width: 80%; }
  .topbar ul.topbar-links li { margin-right: 5px; }
  .topbar-wrap { font-size: 17px; }
  #mainpage .por-virtual-super-cat td[width="25%"] { width: 30% !important; }
  .footer-panel { margin: 0 1%; }
}


@media screen and (max-width : 1024px) {
  .por-item-detail-comments { width: 70%; }
  .panel-content.more-width { width: 100%; }
}

@media screen and (max-width : 1000px) {
  .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; }
  .catalog-wrap .multicolcell { width: 18%; }
  .topbar-links { transition: none; }
  .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: 600; 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 25px; }
  .catalog ul li:nth-child(2) a { padding-top: 18px; }
  .catalog ul li:last-child a { padding-bottom: 18px; }
  .catalog ul li a { background: #398c86 /*8F8465*/; color: #FFF; }
  .catalog ul li a:hover { background: #398c86; color: #FFF; }
  .catalog ul li a::before { top: 12px; }
  .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, #mainpage h3, #newitempage h3 { 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 { position: relative; border-bottom: 0 none; transition: 0s; }
  .topbar-wrap, .topbar-wrap.is-fixed-topbar { padding: 0; height: 100px; }
  .topbar > ul > li.is-topbar-logo { margin-left: 5%; }
  .topbar > ul > li.is-topbar-logo img { margin-top: 9px; }
  .topbar > ul > li.is-topbar-logo img, .topbar > ul > li.is-topbar-logo span { transition: 0s; display: block !important; opacity: 1 !important; }
  .topbar > ul > li.is-topbar-logo img, .topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { max-height: inherit; height: 80px; }
  .topbar > ul > li.is-topbar-logo span, .topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo span { color: #06C; text-shadow: none; }
  .topbar-mobile-menu ul.topbar-links { }
  .topbar-wrap.topbar-mobile-menu .topbar > ul > li.is-topbar-logo { transition: 0s; }
  .topbar-wrap.is-fixed-topbar { position: relative; background-color: rgba(255, 255, 255, 1); padding-bottom: inherit; }
  .navbar-wrap ul li { display: none; position: relative; float: right; clear: right; width: 100%; margin: 0; text-align: center; }
  .navbar-wrap ul li.toggle-navbar-menu { display: none; }
  .topbar-wrap ul.topbar-links { display: none; }
  .toggle-navbar { display: block; }
  .toggle-topbar { display: block; }
  .navbar-wrap.navbar-mobile-menu ul li { z-index: 5; }
  .navbar-wrap.navbar-mobile-menu ul li a { color: #FFF; padding: 15px 3%; border-bottom: 1px solid #444; background-color: rgba(0, 0, 0, 0.9); }
  .navbar-wrap.navbar-mobile-menu ul li a:hover { color: #FFF; }
  .navbar-wrap.navbar-mobile-menu ul li:first-child a { }
  .navbar-wrap.navbar-mobile-menu ul li:last-child a { }
  .navbar-wrap ul li.is-logo { display: block; position: absolute; top: 12px; left: 4%; width: inherit; font-weight: 700; text-align: left; background: transparent; }
  .navbar-wrap ul li.is-logo a { color: #FFF; background: transparent; padding: 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; }
  .por-item-detail-comments { }
  .por-item-image-thumbnail-desc, .multicolheading {  }
  .topbar-wrap.topbar-mobile-menu { }
  .topbar { width: 100%; padding: 0 0; }
  .topbar > ul > li > a i { font-size: 14px; padding: 0 5px; }
  #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%; }
  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; }
  .topbar-pane > ul > li { margin-left: 5px; }
  .topbar-pane ul.social { margin-top: -10px; }
  .topbar-mobile-menu .topbar-pane ul.social { margin-top: -5px; }
  #header-search .btn-search { top: 9px; }
  .topbar-mobile-menu #header-search .btn-search { margin-top: 1px; }
  .topbar-pane ul.social li { margin-top: 0; }
  .topbar-pane ul.social li.adj-icon { margin-top: -1px; }
  .topbar-wrap.topbar-mobile-menu .topbar-pane ul.social li.adj-icon { margin-top: 0; }
  .topbar-pane > ul > li span { font-size: 20px; font-weight: 700; }
  .topbar ul.topbar-links { text-transform: none; }
  .topbar ul.topbar-links li a { color: #FFF; text-shadow: none; font-weight: 600; padding: 5px 0; transform: none; }
  .topbar-mobile-menu ul.topbar-links li a, .topbar ul.topbar-links li a { display: inline-block; }
  .topbar > ul > li > a i { font-size: 10px; margin-top: 7px; }
  .topbar ul.topbar-links li, .topbar ul.topbar-links li:last-child, .topbar ul.topbar-links li.last { margin: 0; width: 85%; margin: 0 auto; }
  .topbar-mobile-menu ul.topbar-links li { clear: both; overflow: hidden; }
  .topbar-mobile-menu ul.topbar-links > li:first-child { margin-bottom: 5px; padding-top: 10px; }
  .topbar-mobile-menu ul.topbar-links > li:first-child > a { float: left; display: block; }
  .topbar-mobile-menu ul.topbar-links > li:first-child > a.topbar-menu-call-btn { float: right; }
  .topbar-mobile-menu ul.topbar-links li.adj-for-tablet a { padding-bottom: 20px; }
  .topbar ul.topbar-links li a:hover { color: #FFF; }
  .banner { min-height: 400px; }
  .banner-content { top: 65px; }
  .topbar-pane { margin-top: 20px; margin-right: 20px; color: #333; }
  .portiles ul li:hover .tile-description { bottom: 35%; }
  .topbar-pane { /*display: none;*/ }
  .generic-img { display: none; }
  .topbar-wrap.is-fixed-topbar .topbar > ul > li > a { color: #FFF; padding: 18px 0; }
  .topbar-wrap.is-fixed-topbar .topbar > ul > li > a:hover { color: #FFF; }
  .featured-wrap > ul { width: 90%; }
  .featured-wrap > ul > li { width: 40%; margin: 0 1.5% 25px; }
  .featured-wrap h1 { font-size: 32px; padding: 0 30px; }
  .page-banner { height: 140px; }
  .panel-left-right ul li { 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; }
  .topbar-pane { display: none; }
  .page-banner { display: none; }
  .topbar-placeholder { height: 0 !important; }
  .topbar ul ul { position: relative; top: auto; left: auto; right: auto; padding: 0; }
  .topbar ul ul li:first-child { }
  .topbar ul ul li a { border-bottom: 0 none; min-width: inherit; padding: 3px 0 3px !important; background: transparent; font-size: 16px; }
  .topbar ul ul li:last-child a { padding-bottom: 5px !important; }
  .topbar > ul > li.dropdown > a, .topbar > ul > li.dropdown > a:hover { }
  .topbar-mobile-menu i { margin-top: 4px; }
  .topbar ul.topbar-links ul li { padding: 0 20px; }
  .topbar ul ul { display: none; }
  .topbar ul ul li a { font-size: 14px; }
  .portiles-wrap h2 span { display: none; }
  .footer-banner-wrap { padding-bottom: 40px; }
  .go-to-top { bottom: 10px; right: 10px; }
  .topbar > ul > li.is-topbar-logo { margin-top: 0; }
  .footer-wrap { font-size: 16px; }
  .footer h5 { font-size: 24px; }
}

@media screen and (max-width : 900px) {
  .footer-address-wrap { margin-bottom: 25px; }
  .footer-address h5 { font-size: 22px; }
  .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; }
  .catalog-wrap .multicolcell { width: 25%; }
}

@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; }
  .portiles ul li { width: 94%; margin: 0 auto 20px; }
  .portiles-wrap h2 { font-size: 40px; }
  .tile-button { bottom: 41%; }
  .portiles ul li:hover .tile-description { bottom: 40%; }
  .tile-description { display: inherit; }
  .portiles-wrap h2 span { display: inline; }
  .slideshow-content-title h1 { font-size: 50px; }
  .slideshow-content-title h1 span { font-size: 16px; }
  .staff-img { position: relative; float: left; width: 26%; margin-right: 4%; }
  .staff-img img { width: 100%; height: auto; max-height: inherit; }
  .footer-panel.is-address, .footer-logo { display: block; width: 98%; margin: 0 auto 25px; text-align: center; }
  .footer-logo { margin-bottom: 15px; }
  .footer-address-left, .footer-address-right { float: none; }
}

@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); }*/
  .topbar > ul > li { }
  .toggle-off-mobile { display: none !important; }
  .toggle-on-mobile { display: block !important; }
  .topbar > ul > li {}
  .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%; }
  .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%; }
  .catalog-menu-links li { margin: 0 5px; }
  .inline-icons span {  }
  .inline-icons.single-list ul li { width: 90%; }
  .splashpages { margin: 0 0 25px; }
  .splashpage .logo { width: 80%; }
  .splashpages ul li { width: 90%; background: #FFF; padding: 0; margin: 25px 0 0; }
  .splashpages .division-image { /*display: none;*/ }
  .splashpages p { display: none; }
  .splashpages .division-image { display: none; }
  .splashpages .division-image img { width: 87%; }
  .splash-buttons a { background: #444; border-radius: 15px; color: #FFF; border: 0 none; }
  .splashpages ul li { margin-top: 20px; }
  .splashpages ul li:last-child { margin-top: 10px; }
  .panel-wrap.with-catalog .inline-icons.quarter-list ul li { width: 28%; }
  .inline-icons.logos ul li { width: 25%; }
  .banner-content h1 { font-size: 30px; }
  .banner-tagline { font-size: 20px; }
  #banner-search { border-width: 8px; }
  .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%; }
  .footer-panel { display: block; margin: 0 auto; }
  .footer-panel, .footer-logo { text-align: center; }
  .footer-panel ul li { text-align: center; display: inline-block; margin: 0 10px 10px; }
  .page-location ul li { max-width: inherit; }
  .newsletter { width: 85%; }
}

@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 { 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; }
  .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; }
  .staff ul li { float: none; display: inline-block; vertical-align: top; width: 46%; margin-right: 2%; }
}

@media screen and (max-width : 600px) {
  .multicolcell { width: 25%; }
  .portiles-wrap h2 { font-size: 34px; }
  .slideshow-content-title h1 { font-size: 40px; }
  .slideshow-content-title h1 span { font-size: 14px; }
  #mainpage .por-virtual-super-cat td[width="25%"] { width: 46% !important; }
  .footer-logos ul li { display: block; margin: 0 auto 25px; }
}

@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;*/ }
  .multicolcell img { margin-bottom: 5px; }
  #mainpage td[align="left"] { padding: 0 2%; }
  ul.social { display: none; }
  #mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { }
  .index-banner { height: 540px; }
  .page-banner-content h1 { font-size: 36px; }
  .page-banner-tagline { font-size: 16px; padding: 0 40px; }
  .page-banner-buttons { margin-top: 30px; }
  .page-banners { margin: 0 auto 20px; }
  .page -banners ul li, .toggle-banners-right .page-banners ul li { display: none; float: none; width: 100%; margin: 0; }
  .page-banners ul li.for-mobile, .toggle-banners-right .page-banners ul li.for-mobile  { display: block; }
  .panel-tile-btn ul li { float: none; display: block; width: 100%; margin: 0 auto 15px; }
  .panel-tile-btn ul li:last-child { width: 100%; margin: 0 auto; }
  .inline-icons.quarter-list ul li { width: 80%; }
  .inline-icons.double-list ul li { width: 80%; }
  .inline-icons.double-list ul li:first-child { margin-bottom: 40px !important; }
  .inline-icons span {  }
  .inline-icons.match-span-height span { min-height: inherit; }
  .buttons ul li a, .banner-buttons ul li a { white-space: normal; }
  .splashpage-wrap { padding-top: 30px; }
  .tile-description { font-size: 16px; }
  .portiles ul li:hover .tile-description { bottom: 39%; }
  .banner { }
  .banner-content { top: 70px; }
  .banner-content h1 { font-size: 36px; }
  .banner-content h1 span { display: block; }
  .banner-tagline { font-size: 18px; }
  .panel-wrap { padding: 15px 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%; }
  .featured-wrap > ul > li { width: 80%; margin: 0 0 25px; }
  #header-search { width: 200px; }
  #catalog-menu-search { max-width: 180px; }
  #banner-search-wrap { margin-top: 15px; }
  .catalog-menu-links li:last-child { margin: 0; }
  .multicolcell { width: 40%; }
  .catalog-wrap .multicolcell { width: 40%; }
  .portiles-wrap h2 { font-size: 26px; }
  .topbar > ul > li.is-topbar-logo { margin-top: 15px; }
  .topbar > ul > li.is-topbar-logo img, .topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { height: 50px; }
  .toggle-topbar { top: 17px; }
}

@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; }
  .slideshow-content-title h1 { font-size: 24px; padding: 0 25px; }
}
@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; }
  #banner-search { }
  .inline-icons.logos ul li { width: 35%; }
  .portiles ul li:hover .tile-description { bottom: 40%; }
  #banner-search-wrap { margin-top: 10px; }
  .toggle-on-tiny-screen { display: block; }
  .is-index-catalog .toggle-on-tiny-screen { display: none; }
  .toggle-off-tiny-screen { display: none; }
  .is-index-catalog .catalog-menu-links { margin-top: 9px; }
  .catalog-menu a { padding: 7px 0; }
  .catalog-menu a.toggle-catalog { padding: 10px 0; }
  #catalog-menu-search { margin-top: 3px; }
  .footer-panel { margin: 0 auto; }
  .footer-panel ul li { display: block; padding: 0; margin: 0 auto 10px; }
  .footer-panel ul li::after { 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; }
  .topbar > ul > li.is-topbar-logo { margin-top: 25px; }
  .toggle-topbar { top: 10px; font-size: 24px; }
  .toggle-topbar ul { margin-top: 10px; }
  .toggle-topbar ul li { margin-left: 5px; }
}

@media screen and (max-width : 400px) {
  .toggle-topbar { /*margin-top: 20px;*/ }
  .banner-content h1 { font-size: 30px; }
  .topbar-pane { display: none; }
  .toggle-topbar { margin-top: 0; }
  .topbar-wrap.topbar-mobile-menu .toggle-topbar { margin-top: 3px; }
  #catalog-menu-search { width: 150px; }
  #banner-search { }
  .multicolcell { width: 37%; }
  .portiles-wrap h2 span, .tile-description { display: none; }
}

@media screen and (max-width : 360px) {
  .multicolcell { width: 92%; margin: 0 auto 15px; }
  .catalog-wrap .multicolcell { width: 93%; margin: 0 auto 15px; }
  .topbar > ul > li.is-topbar-logo { margin-top: 30px; }
  .topbar > ul > li.is-topbar-logo img, .topbar-wrap.is-fixed-topbar .topbar > ul > li.is-topbar-logo img { height: 40px; }
}
