@charset "utf-8";

/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Playfair Display', serif;
pink #ffdec2
*/

/* CSS Reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* Clearfix/Floats */
.cf:after { content:""; display: block; clear: both; }
.fl { float: left; } .cl { clear: left; }
.fr { float: right; } .cr { clear: right; }
.cb { clear: both; }

.screen-reader-text { border:0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; width: 1px; overflow: hidden; position: absolute !important; word-wrap:normal !important; }

/* CSS Document */
body { font-family: 'Source Sans Pro', sans-serif; background: #FFF; font-size: 20px; color: #666; line-height: 1.5; }
body.scroll-off { overflow: hidden; }
.material-icons { font-size: inherit; line-height: inherit; }
.wrapper { position: relative; width: 74%; min-width: 320px; margin: 0 auto; padding: 0 0 50px; }
.wrapper.index { padding: 60px 0 100px; }

/* Globals */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
:focus { outline: none; background: transparent; }
::-moz-focus-inner { border: 0; background: transparent; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.text-transform-none { text-transform: none; }
.italic { font-style: italic; }
.small-font { font-size: .8em; }
.alt-color { color: #FFECB0; }
.alt-color:hover { color: inherit; }
strong { font-weight: 700 !important; }
.heavy { font-weight: 700 !important; }
.center { text-align: center !important; }
.centered { margin: 0 auto !important; }
.vtop { vertical-align: top; }
.vmiddle { vertical-align: middle; }
.vbottom { vertical-align: bottom; }
.fifty { width: 50%; }
.toggle-off { display: none; }
.margin-bottom { margin-bottom: 0 !important; }
.border-radius { border-radius: 10px; }
.box-shadow { box-shadow: 0 8px 6px -6px #000; }
em { font-style: italic; }
.no-border { border: 0 none !important; }

img.autosize { width: 100%; height: auto; }
img.max-autosize { width: auto; max-width: 100%; height: auto; }

h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; color: #111; }
h1, h2, h3 { line-height: 1.2; margin-bottom: 15px; }
h1 { font-size: 32px; margin-bottom: 20px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
a, a:visited { color: #666; text-decoration: none; }
a:hover { color: #ffdec2; text-decoration: none; }
p { line-height: 1.8; margin-bottom: 20px; }
span.h-font { font-family: 'Playfair Display', serif; color: #111; }
span.x-large { font-size: 2.2em; }
span.w-br { display: block; }

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 #383e9e; border-bottom: 0 none; }
hr.tiny { width: 40px; margin: 0 auto 10px; border: 0; height: 0; border-top: 2px solid #666; border-bottom: 0 none; }
hr.tiny.gray { border-color: #AAA; }
hr.tiny.white { width: 40px; margin: 5px auto; border: 0; height: 0; border-top: 2px solid #CCC; border-bottom: 0 none; }

ul.disc { list-style: disc; margin-left: 20px; margin-bottom: 15px; line-height: 1.5; }

/* Go to top */
.go-to-top { display: none; position: fixed; bottom: 20px; right: 15px; z-index: 5; }
.go-to-top.toggle-on { display: block; }
body.scroll-off .go-to-top { display: none !important; }
.go-to-top a { display: block; line-height: 1; padding: 2px; border-radius: 100%; background: #FFF; }
.go-to-top i { color: #000; font-size: 25px; line-height: 1; padding: 0; }
.go-to-top i:hover { color: #000; }

/* Header Banner */
.header-banner-wrap { position: relative; width: 100%; margin: 0 auto; height: 0; background: #ffdec2; background-size: contain !important; background-repeat: no-repeat !important; }
.header-banner-wrap.create-banner { background: #ffdec2 url(assets/create-banner.jpg); background-size: 1440px 516px; padding-top: 35.8333% /* formula: (height/width*container) (516/1440*100) */; }
.header-banner-wrap.welcome-banner { background: #ffdec2 url(assets/welcome-banner.jpg); background-size: 1440px 516px; padding-top: 35.8333% /* formula: (height/width*container) (516/1440*100) */; }
.header-banner-wrap.catalog-banner { background: #ffdec2 url(assets/catalog-banner.jpg); background-size: 1440px 306px; padding-top: 21.25% /* formula: (height/width*container) (306/1440*100) */; }
.header-banner-wrap.contact-banner { background: #ffdec2 url(assets/contact-banner.jpg); background-size: 1440px 306px; padding-top: 21.25% /* formula: (height/width*container) (306/1440*100) */; }
.header-banner-wrap.gallery-banner { background: #ffdec2 url(assets/gallery-banner.jpg); background-size: 1440px 306px; padding-top: 21.25% /* formula: (height/width*container) (306/1440*100) */; }
.header-banner-wrap.about-banner { background: #ffdec2 url(assets/our-story-banner.jpg); background-size: 1440px 306px; padding-top: 21.25% /* formula: (height/width*container) (306/1440*100) */; }
.header-banner-wrap.resources-banner { background: #ffdec2 url(assets/resources-banner.jpg); background-size: 1440px 306px; padding-top: 21.25% /* formula: (height/width*container) (306/1440*100) */; }

.banner-title { position: absolute; bottom: 10px; left: 13%; font-family: 'Playfair Display', serif; font-size: 150px; line-height: 1; color: #FFF; }
.banner-title h1 { font-family: 'Playfair Display', serif; font-size: 150px; line-height: 1; color: #FFF; padding: 0; margin: 0; }
.banner-title, .banner-title h1 { font-size: 150px; }

.header-panel-wrap { position: absolute; bottom: 15%; left: 0; right: 0; width: 90%; margin: 0 auto; font-family: 'Playfair Display', serif; color: #333; }
.header-panel { position: relative; display: flex; flex-direction: column; align-items: center; }
.header-panel ul { font-size: 26px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
.header-panel ul li { margin: 0 5px 5px; }
.header-panel p { margin-bottom: 0; }

/* Topbar */
.topbar-placeholder { position: relative; width: 100%; height: 0; }
.topbar-placeholder.is-fixed-placeholder { height: 50px; }

.topbar-wrap { position: absolute; top: 0; left: 0; right: 0; width: 100%; min-width: 320px; margin: 0 auto; padding: 0; text-align: center; z-index: 2; }
.topbar-pane-wrap { position: relative; width: 100%; transition: height .3s linear; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.topbar-pane { position: relative; width: 74%; margin: 0 auto; display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.topbar-pane-left, .topbar-pane-right, .logo { }
.topbar-pane-left, .topbar-pane-right { align-self: center; flex: 1 1 auto; }
.topbar-pane-left > ul, .topbar-pane-right > ul { border-bottom: 1px solid #e5cab7; display: flex; flex-direction: row; justify-content: space-between; }
.topbar-pane-left > ul { align-items: flex-start; }
.topbar-pane-right > ul { align-items: flex-end; }
.topbar-pane-left > ul > li, .topbar-pane-right > ul > li { position: relative; padding: 10px 0; }
.topbar-pane-right > ul > li.is-search { position: absolute; }
.topbar-pane-left > ul > li.header-networking { margin: 10px 0 0 15px; }
.topbar-pane-left > ul > li.header-networking a { position: relative; display: inline-block; margin-right: 10px; }
.topbar-pane-left > ul > li.header-networking a:last-of-type { margin-right: 0; }
.topbar-pane-left > ul > li.header-networking img { display: inline-block; vertical-align: top; margin-top: 1px; width: auto; height: 20px; }
.topbar-pane-left > ul > li:last-child { margin-bottom: 0; }
.topbar-pane-wrap a { color: #000; }
.topbar-pane-wrap a:hover { color: #000; }

.mobile-topbar { display: none; padding: 0; font-size: 24px; line-height: 50px; transition: top .4s linear; z-index: 8; }
.mobile-topbar a { display: block; padding: 0; }
.mobile-topbar ul { display: flex; flex-direction: row; }
.mobile-topbar ul li { margin-left: 20px; }
.mobile-topbar ul li:first-child { margin-left: 0; }
.topbar-pane-left .mobile-topbar { justify-content: flex-start; }
.topbar-pane-right .mobile-topbar { justify-content: flex-end; }

/* Topbar Submenu */
.dropdown-wrap { position: absolute; right: 9999px; padding: 10px 0 0; z-index: 1; font-size: 16px; text-align: left; }
.dropdown-wrap a:hover { background-color: #ffdec2; }
.dropdown-wrap .dropdown-list { padding: 20px 25px; background: rgba(255,255,255,0.95); box-shadow: 0 0 20px 4px rgba(0,0,0,0.1); }
.dropdown-wrap ul li { margin-bottom: 20px; }
.dropdown-wrap ul li:last-child { margin-bottom: 0; }
.dropdown-wrap ul li a { display: block; white-space: nowrap; }
.topbar-pane ul li.dropdown.toggle-dropdown-on .dropdown-wrap { left: 0 !important; right: auto !important; }
.topbar-pane ul li.dropdown:hover .dropdown-wrap { left: 0; right: auto; }
.topbar-pane ul li.dropdown.left:hover .dropdown-wrap { left: auto; right: 0; width: auto; }
.topbar-pane ul li.dropdown > a > i { font-size: .6em; vertical-align: top; margin-top: 10px; padding-left: 5px; }
.dropdown.is-inline { position: inherit; }
.dropdown.is-inline .dropdown-wrap { width: 100%; }
.dropdown.is-inline .dropdown-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.dropdown-wrap i { font-size: .7em; vertical-align: top; margin-top: 6px; padding-left: 3px; }
.dropdown.is-inline .dropdown-list ul { display: flex; flex-direction: column; }
.dropdown .is-button { display: flex; flex: 1 1 auto; align-items: flex-end; font-weight: 400; }
.dropdown .is-button a { padding: 6px 10px 8px; background: #000; color: #fff; }
.dropdown .is-button a:hover { color: #ffdec2; }

.toggle-dropdown-list { position: absolute; top: 18px; right: 15px; font-size: 20px; }
.toggle-dropdown-list a { color: #999; }
.toggle-dropdown-list a:hover { background-color: transparent; }

.dropdown.toggle-dropdown > a { position: relative; z-index: 2; }
.dropdown > a::before { position: absolute; top: 17px; left: 20px; right: 10px; text-align: left; opacity: 0; visibility: hidden; transition: opacity .5s ease-in-out; font-family: 'Font Awesome\ 5 Free'; content: "\f0d8"; font-weight: 900; line-height: 1; font-size: 36px; color: #FFF; }
.dropdown.toggle-dropdown > a::before { opacity: 0.95; visibility: visible; }

.topbar-wrap.topbar-mobile-menu { position: fixed; display: block; height: 100%; padding: 0; background: #ffdec2; overflow-y: scroll; font-weight: 600; z-index: 10; }
.topbar-wrap.topbar-mobile-menu, .topbar-wrap.topbar-mobile-menu .dropdown-wrap { font-size: 20px; }
.topbar-wrap.topbar-mobile-menu .mobile-topbar { display: block; }
.topbar-wrap.topbar-mobile-menu .mobile-topbar.right-mobile-topbar { display: none; }
.topbar-wrap.topbar-mobile-menu .mobile-topbar ul { flex-direction: column; justify-content: center; }
.topbar-wrap.topbar-mobile-menu .mobile-topbar ul li { flex-direction: column; justify-content: center; margin: 0 auto; }
.topbar-wrap.topbar-mobile-menu .logo { display: none; }
.topbar-wrap.topbar-mobile-menu .topbar-pane-wrap { padding: 20px 0 50px; }
.topbar-wrap.topbar-mobile-menu .topbar-pane { display: block; width: 100%; }
.topbar-wrap.topbar-mobile-menu .topbar-pane-left, .topbar-wrap.topbar-mobile-menu .topbar-pane-right { margin: 0; }
.topbar-wrap.topbar-mobile-menu .topbar-pane-left > ul, .topbar-wrap.topbar-mobile-menu .topbar-pane-right > ul { border-bottom: 0 none; }
.topbar-wrap.topbar-mobile-menu .dropdown-wrap::before { left: 0; right: 0; text-align: center; }
.topbar-wrap.topbar-mobile-menu .dropdown-wrap { width: 100% !important; margin: 0 auto; }
.topbar-wrap.topbar-mobile-menu .dropdown-wrap ul li { margin: 0 auto; background: #FFF; border-bottom: 1px solid #EEE; }
.topbar-wrap.topbar-mobile-menu .dropdown-wrap ul li a { padding: 8px 30px; }
.topbar-wrap.topbar-mobile-menu .dropdown .is-button { flex: none; justify-content: center; padding: 15px 30px; }
.topbar-wrap.topbar-mobile-menu .dropdown .is-button a { padding: 8px 30px 10px; }
.topbar-wrap.topbar-mobile-menu .dropdown .is-button i { margin-top: 9px; }
.topbar-wrap.topbar-mobile-menu .topbar-pane ul li.dropdown.toggle-dropdown-on .dropdown-wrap { right: 0 !important; }
.topbar-wrap.topbar-mobile-menu .dropdown .dropdown-list, .topbar-wrap.topbar-mobile-menu .dropdown.is-inline .dropdown-list { padding-bottom: 10px; justify-content: center; flex-direction: column; text-align: center; background: rgba(255,255,255,0); box-shadow: none; }
.topbar-wrap.topbar-mobile-menu .dropdown .dropdown-list, .topbar-wrap.topbar-mobile-menu .dropdown.is-inline .dropdown-list { padding: 0 0 40px; }
.topbar-wrap.topbar-mobile-menu .dropdown .dropdown-list ul, .topbar-wrap.topbar-mobile-menu .dropdown.is-inline .dropdown-list ul { margin: 0; display: block !important; flex-direction: column; }
.topbar-wrap.topbar-mobile-menu .toggle-dropdown-list a { color: #333; }
.topbar-wrap.topbar-mobile-menu .toggle-dropdown-list { top: -29px; right: 25px; font-size: 28px; }

.topbar-wrap.topbar-mobile-menu .toggle-topbar-menu { position: absolute; top: -10px; left: 5%; }

.logo { margin: 0 10%; }
.logo img { width: auto; height: 160px; }

/* Header Search */
#header-search-wrap { position: absolute; top: 10px; right: 0; }
#header-search-wrap.toggle-on { display: flex; }
#header-search { position: relative; width: 220px; background: #FFF; border: 0px solid #DDD; border-radius: 0; margin: 0; padding: 0 0 0 10px; color: #444; overflow: hidden; }
#header-search:hover { }
#header-search-box { float: left; width: 100%; height: 36px; font-size: 16px; color: #555; background: none transparent; border: 0; padding: 0 0 0; padding-left: 5px; }
#header-search-box:hover { cursor: pointer; }
#header-search .btn-search { position: absolute; right: 0; top: 0; line-height: 36px; padding: 0 13px; background: #000; color: #fff; font-size: 16px; border-left: 0px solid #DDD; text-transform: uppercase; }
#header-search .btn-search:hover { color: #ffdec2; }

.toggle-off-header-search { display: none; margin-right: 10px; }
.toggle-off-header-search a { display: block; width: 40px; line-height: 40px; }

#header-search-wrap input::-webkit-input-placeholder { color: #666; font-style: italic; font-size: 14px; opacity: 1; font-style: italic; }
#header-search-wrap input::-moz-placeholder { color: #666; font-style: italic; font-size: 14px; opacity: 1; font-style: italic; } /* firefox 19+ */
#header-search-wrap input:-ms-input-placeholder { color: #666; font-style: italic; font-size: 14px; opacity: 1; font-style: italic; } /* ie */
#header-search-wrap input:-moz-placeholder { color: #666; font-style: italic; font-size: 14px; opacity: 1; font-style: italic; }

/* Welcome */
.welcome-wrap { position: relative; width: 100%; padding: 10px 0 40px; text-align: center; }
.welcome { position: relative; width: 60%; margin: 0 auto; font-size: 14px; }
.welcome h1 { font-size: 24px; }
.welcome h1 span { margin-top: 5px; font-size: .7em; display: block; font-style: italic; color: #666; }

/* Search Bar */
#search-bar-wrap { position: relative; margin: 35px auto 0; }
.index-search-bar #search-bar-wrap { position: absolute; bottom: -23px; left: 0; right: 0; margin: 0; z-index: 1; }
.page-search-bar { position: relative; width: 100%; margin: 0 auto; }
#search-bar { position: relative; width: 100%; max-width: 500px; background: #FFF; border: 0 none; border-radius: 0; margin: 0 auto; padding: 0; color: #333; border: 0 none; overflow: hidden; box-shadow: 0 0 20px 4px rgba(0,0,0,0.20); }
.page-search-bar #search-bar { box-shadow: 0 0 20px 4px rgba(0,0,0,0.08); }
#search-bar:hover { }
#search-bar-box { width: 95%; height: 50px; font-size: 16px; color: #333; background: none transparent; border: 0; padding: 0 0 0 5%; }
#search-bar-box:hover { cursor: pointer; }
.search-bar-btn { position: absolute; right: 0; top: 0; padding: 0 20px; line-height: 50px; background: #000; color: #fff; font-size: 21px; }
.search-bar-btn:hover { color: #ffdec2; }

#search-bar-wrap  input::-webkit-input-placeholder { color: #666; font-style: italic; font-size: 14px; opacity: 1; }
#search-bar-wrap  input::-moz-placeholder { color: #666; font-style: italic; font-size: 14px; opacity: 1; }
#search-bar-wrap  input:-ms-input-placeholder { color: #666; font-style: italic; font-size: 14px; opacity: 1; }
#search-bar-wrap  input:-moz-placeholder { color: #666; font-style: italic; font-size: 14px; opacity: 1; }

/* Content */
.container-wrap { position: relative; width: 100%; margin: 0 auto; padding: 0 0 60px; z-index: 0; }
.container { position: relative; width: 90%; margin: 0 auto;; }
.container-wrap, .container { padding-bottom: 15px !important; }
.container-wrap .container .catalog-wrap { width: 89%; padding: 0 5.5% 60px; }
.content { position: relative; width: 77%; padding: 40px 0 0 3%; margin: 0 auto; min-height: 400px; }

/* Content left right */
.content-left-right { position: relative; width: 100%; margin: 0 auto 15px; display: flex; flex-direction: row; justify-content: space-between; }
.content-left-right.less-width { width: 80%; }
.content-left, .content-right { position: relative; }
.content-left { width: 50%; margin-right: 5%; }
.content-right { width: 45%; margin-top: 13px; }
.content-right ul li { position: relative; margin-bottom: 20px; }
.content-right.custom ul li { margin-bottom: 60px; }
.content-right.custom ul li:last-child { margin-bottom: 0; }

/* Content with image */
.content-with-img { position: relative; width: 100%; }
.content-text { position: relative; }
.content-img { position: relative; float: right; width: 45%; margin: 20px 0 25px 5%; }

.img-overlay { position: absolute; top: -10px; left: -10px; width: 99%; height: 96%; background: transparent; border: 4px solid #ffdec2; z-index: 1; }
.img-title { position: absolute; bottom: -10px; right: -10px; background: #ffdec2; font-family: 'Playfair Display', serif; color: #333; padding: 10px 15px; z-index: 2; }

/* Tiles */
.tiles-wrap { position: relative; width: 100%; margin: 0 auto; padding-bottom: 15px; }
.tiles { position: relative; width: 100%; margin: 0 auto; }
.tiles ul { text-align: center; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; }
.tiles ul li { position: relative; width: 26%; display: flex; flex-direction: column; justify-content: space-between; }
.tiles h2 { font-family: 'Playfair Display', serif; padding: 0; margin: 0 0 15px; font-size: 70px; color: #ffdec2; text-align: left; }
.tiles h2 span { display: block; margin: -35px 0 0 30px; font-size: 40px; color: #000; }

.tiles-content-wrap { position: relative; text-align: left; }
.tiles .button { margin: 0 30px; text-align: left; }
.tiles-img { position: relative; margin-bottom: 5px; }
.tiles-img img { width: 100%; height: auto; }
.tiles-img .tile-overlay { position: absolute; top: -15px; left: -15px; width: 98%; height: 97%; background: transparent; border: 6px solid #ffdec2; }
.tiles-content { position: relative; margin: 0 30px; text-align: left; }

/* Buttons */
.button, .buttons { position: relative; padding-top: 10px; font-size: 16px; line-height: 1; font-weight: 400; }
.button i, .buttons i { font-size: .9em; vertical-align: top; padding-left: 5px; margin-top: 1px; }
.button.padding-top, .buttons.padding-top { padding-top: 10px; }
.button a, .buttons ul li a { display: inline-block; min-width: 140px; padding: 10px 25px 12px; color: #fff; text-decoration: none; background: #000; }
.button a:hover { color: #ffdec2; }
.buttons ul { display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; }
.buttons.center ul { justify-content: center; }
.buttons ul li { text-align: center; margin: 0 15px 15px 0; }
.buttons.center ul li { margin: 0 10px 15px; }

/* Readmore */
.readmore { position: relative; font-weight: 500; }
.readmore ul { text-align: center; }
.readmore ul li { display: inline-block; margin: 0 15px 10px; }
.readmore a { color: #333; }
.readmore a:hover { background-color: #ffdec2; }
.readmore i { font-size: .7em; vertical-align: top; margin-top: 6px; }

/* Catalog */
.catalog-wrap { position: relative; width: 100%; margin: 0 auto; padding: 40px 0 30px; z-index: 1; display: flex; flex-direction: row; justify-content: space-between; }
.catalog-wrap.index-catalog { display: none !important; }
.catalog-wrap.toggle-on-catalog-tablet { display: none; padding-bottom: 0; }
.catalog { position: relative; width: 20%; padding: 5px 0 0; font-size: 16px; z-index: 1; border-right: 1px solid #DDD; }
.catalog ul { position: relative; width: 80%; }
.catalog ul li { position: relative; display: block; padding: 0 10px; margin: 0 0 15px; text-align: left; line-height: 1.1; }
.catalog ul li.catalog-title { font-family: 'Playfair Display', serif; margin: 0 0 24px; padding: 7px 10px; background: #ffdec2; color: #111; font-size: 18px; text-transform: none; }
.catalog ul li.catalog-title a { color: #111; }
.catalog ul li.catalog-title a:hover { color: #333; }
.catalog ul li a { display: block; color: #000; text-decoration: none; }
.catalog ul li p { text-transform: none; font-size: 16px; }
.catalog ul li p a { display: inline-block; }
.catalog ul li p i { font-size: .7em; vertical-align: top; margin-top: 10px; opacity: .8; }
.catalog ul li a:hover { background-color: #ffdec2; }

.catalog-menu { display: none; position: relative; width: 96%; height: 50px; margin: 0 auto; padding: 0 2%; background: #ffdec2; color: #555; font-weight: 400; line-height: 1; z-index: 2; }
.catalog-menu .toggle-menu-close { display: none; }
.catalog-menu > a { display: inline-block; color: #555; text-decoration: none; line-height: 50px; }
.catalog-menu a.toggle-catalog i { width: 20px; text-align: center; }
.catalog-menu > a i { font-size: .6em; width: 10px; text-align: center; vertical-align: top; margin-top: 21px; }
.catalog-menu a:hover { color: #555; }
.catalog-menu a.active { color: #555; }

.catalog-menu-links { position: absolute; top: 10px; right: 5%; }
.catalog-menu-links ul { text-align: right; }
.catalog-menu-links li { position: relative; display: inline-block; margin: 0 10px; vertical-align: middle; }
.catalog-menu-links li:first-child { margin-left: 0; }
.catalog-menu-links li:last-child { margin-right: 0; }
.catalog-menu-links li a { color: #222; }

.select-catalog { display: none; position: absolute; top: 50px; left: 0; right: 0; width: 100%; background: #536878; z-index: 1; transition: 0s none; }
.select-catalog ul { text-align: left; }
.select-catalog ul li { position: relative; display: block; }
.select-catalog ul li a { position: relative; width: 90%; display: block; padding: 15px 5%; border-bottom: 1px solid #333; }
.select-catalog ul li a { color: #FFF !important; }
.select-catalog ul li a i { font-size: .6em; vertical-align: top; margin-top: 4px; padding-right: 2px; }
.select-catalog ul li:last-child a { border-bottom: 0 none; }

#catalog-menu-search { position: relative; width: 250px; max-width: 210px; background: #FFF; border: 0 solid #333; border-radius: 0; margin: 0; padding: 0; overflow: hidden; }
#catalog-menu-search:hover { }
#catalog-menu-search-box { position: relative; width: 95%; height: 30px; background: none transparent; border: 0 none; padding: 0 0 0 5% !important; margin: 0 !important; }
#catalog-menu-search-box:hover { cursor: pointer; }
.catalog-menu-btn-search { position: absolute; top: 0; right: 0; padding: 0 8px 1px 9px !important; line-height: 29px; background: #333; color: #FFF; text-decoration: none; }
.catalog-menu-btn-search i { color: #FFF; font-size: 14px; }
#catalog-menu-search:hover i { color: #FFF; }
#catalog-menu-search input::-webkit-input-placeholder { color: #333; font-style: italic; opacity: 1 !important; }
#catalog-menu-search input::-moz-placeholder { color: #333; font-style: italic; opacity: 1 !important; } /* firefox 19+ */
#catalog-menu-search input:-ms-input-placeholder { color: #333; font-style: italic; opacity: 1 !important; } /* ie */
#catalog-menu-search input:-moz-placeholder { color: #333; font-style: italic; opacity: 1 !important; }

/* Catalog Search */
.catalog-search-wrap { position: relative; width: 100%; max-width: 100%; margin: 0 0 20px; text-align: left; }
.catalog-search-title { display: block; font-size: 24px; margin-bottom: 15px; }
#catalog-search { position: relative; width: 92%; background: #FFF; border: 1px solid #999; border-radius: 5px; margin: 0 0; padding: 0 3%; color: #333; overflow: hidden; }
#catalog-search-box { float: left; width: 100%; height: 40px; font-size: 18px; color: #333; background: none transparent; border: 0; padding: 0 0 0; padding-left: 5px; }
#catalogr-search-box:hover { cursor: pointer; }
#catalog-search .catalog-btn-search { position: absolute; right: 0; top: 0; line-height: 40px; color: #333; text-transform: uppercase; padding: 0 10px; }
#catalog-search .catalog-btn-search i { color: #333; }
#catalog-search:hover i { color: #666; }
#catalog-search .catalog-btn-search img { float: left; width: 25px; height: auto; margin-top: 0 !important; }

#catalog-search input::-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: 20px; text-align: center; line-height: 1.2; }
.resources.with-panels { text-align: left; }
.resources-panel { position: relative; display: inline-block; width: 18%; vertical-align: top; margin: 0 5% 15px 0; }
.resources h2 { margin-bottom: 5px; font-size: 24px; }
.resources ul { margin-bottom: 20px; margin-left: 0; }
.resources ul li { display: block; padding: 7px 0; }

/* Gallery */
#porgallery { position: relative; width: 100%; margin: 0 auto; padding-bottom: 50px; text-align: center; }
#porgallery div { text-align: center !important; float: none !important; }
#porgallery h1, #porgallery h4 { text-align: center !important; }
#porgallery h4 { font-size: 18px !important; }
#porgallery .photogalleryauto { width: 300px !important; height: 300px !important; object-fit: cover; }
#porgallerythumbnail { position: relative; width: 400px; height: 400px; overflow: hidden; margin: 0 50px 50px; display: inline-block; vertical-align: top; }
#porgallerythumbnail img { width: 100%; height: 100%; object-fit: cover; }
#porgallerythumbnail br { display: none; }
#porgallery .clickme { font-size: 12px; }

/* Locations */
.store-location-wrap { position: relative; width: 100%; padding: 20px 0 0; margin: 0 auto; display: flex; flex-direction: row; justify-content: center; }
.store-location { position: relative; width: 90%; padding: 0; margin: 0 auto; display: flex; flex-direction: column; }
.store-location h2, .store-location h3 { margin: 0 0 5px; }
.store-location-content { position: relative; width: 100%; text-align: center; display: flex; flex-direction: row; justify-content: space-around; align-items: center; }
.store-location p { line-height: 1.3; }
.store-hours { position: relative; margin-top: 15px; }
.store-hours p:last-of-type { margin-bottom: 0; }
.store-content, .store-map { position: relative; width: 100%; margin: 0 auto; }
.store-map { overflow: hidden; }
.store-map iframe { display: block; width: 98%; min-height: 380px; height: auto; margin: 0 auto; border: 1px solid #999 !important; }

.store-locations-call-list { position: relative; width: 100%; margin: 0 auto; font-weight: 700; }
.store-locations-call-list ul { display: flex; flex-direction: column; align-items: center; }
.store-locations-call-list ul li { position: relative; margin: 0 auto 15px; }
.store-locations-call-list ul li a { display: block; min-width: 260px; padding: 15px 10px 17px; margin: 0 auto; white-space: nowrap; font-size: 20px; color: #555; border: 1px solid #DDD; background-color: #F6F6F6; }
.store-locations-call-list ul li span { display: block; margin-bottom: 8px; }
.store-locations-call-list ul li a:hover { text-decoration: none; }
.store-locations-call-list i { display: inline-block; vertical-align: top; margin-top: 3px; margin-right: 2px; font-size: 15px; }

.feedback { font-size: 16px; font-style: italic; text-align: center; padding: 0 30px; }
.feedback i { font-size: .9em; vertical-align: top; margin-top: 5px; padding-right: 3px; }
.feedback a { color: #111; }
.feedback a:hover { background-color: #ffdec2; color: #000; }
#Location1 a:hover { background-color: #ffdec2; color: #000; }

/* Footer */
.footer-wrap { position: relative; width: 100%; padding: 55px 0 50px; margin: 0 auto; background: #000; }
.footer-wrap a, .subfooter-wrap a { color: #CCC; }
.footer-wrap a:hover, .subfooter-wrap a:hover { background-color: #ffdec2; color: #000; }
.footer { position: relative; width: 74%; margin: 0 auto; padding: 0; font-size: 16px; color: #CCC; line-height: 1.5; display: flex; flex-direction: row; justify-content: space-around; }
.footer h4, .footer h5 { font-size: 22px; color: #FFF; margin-bottom: 10px; }

.footer-panel-wrap { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; max-width: 60%; }
.footer-panel, .footer-panel-block { position: relative; }
.footer-panel { display: flex; flex-direction: column; align-items: flex-start; }
.footer-panel-block { margin-top: 15px; }

.footer-links { display: block; margin: 0; color: #CCC; line-height: 1.5; display: flex; flex-direction: row; }
.footer-links a { padding-bottom: 2px; display: inline-block; border-bottom: 1px dotted #444; }
.footer-links a.no-decoration { border-bottom: 0 none; padding-bottom: 0; }
.footer-links i { padding-right: 3px; }
.footer-links ul { margin-right: 50px; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-start; }
.footer-links ul:last-of-type { margin-right: 0; }
.footer-links ul li { display: block; margin: 0 0 5px; padding: 0; }

.footer-links.footer-connect ul { flex-direction: row; justify-content: center; }
.footer-links.footer-connect a { border: 0 none; padding: 0; }
.footer-links.footer-connect a:hover { background: transparent; }
.footer-links.footer-connect ul li { margin-right: 15px; }
.footer-links.footer-connect ul li:last-child { margin-right: 0; }

.footer-logo { display: block; vertical-align: top; margin: 0 0 30px; line-height: 1; }
.footer-logo a { margin: 0 10px; }
.footer-logo a:first-of-type { margin-left: 0; }
.footer-logo a:last-of-type { margin-right: 0; }
.footer-logo img { width: auto; max-width: 90%; height: 120px; padding: 10px; border-radius: 10px; background: #FFF; }

.footer-tagline { position: relative; color: #999; margin: 0 auto 10px; font-size: 14px; line-height: 1.4; }
.copyright { font-size: 12px; margin: 0; color: #999; }
.copyright span { margin-left: 15px; }

/* Backend */
#mainpage { background: #FFF; }
#mainpage, #newitempage { position: relative; width: 76%; padding: 0 0 0 4%; background: #FFF; margin-top: 0; min-height: 300px; font-size: 18px; transition: 0s; z-index: 0; line-height: 1.5; }
#mainpage h1, #newitempage h1, #mainpage h3, #newitempage h3 { margin: 0 0 25px; }
#mainpage h1, #newitempage h1 { }
#mainpage h1 a, #newitempage h1 a, #mainpage h3 a, #newitempage h3 a  { font-size: 20px; color: #ffdec2; line-height: 0; margin-top: 5px; text-decoration: none; }
#mainpage h1 a:hover, #newitempage h1 a:hover, #mainpage h3 a:hover, #newitempage h3 a:hover { color: #555; }
#mainpage table { width: 100%; border-collapse: collapse; padding: 0; }
#mainpage td { text-align: left; width: inherit !important; vertical-align: middle !important; }
#mainpage form table tbody tr td table tbody tr td { vertical-align: top; }
#mainpage a:hover { background-color: inherit; text-decoration: none; }
#mainpage h4 { margin-bottom: 15px; font-size: 26px; text-transform: uppercase; }

.multicolcell-wrap { position: relative; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }
.multicolcell div { float: none !important; padding: 0 !important; }
.multicolcell br { display: none; }
.multicolcell { position: relative; width: 200px; margin: 0 50px 30px 0; padding: 0; text-align: left; }
.multicolcell .wrap4 { width: 200px; height: 200px; }
.multicolcell img { width: 100%; height: 100%; object-fit: cover; }
.multicolcell a { color: #333; text-decoration: none !important; }
.multicolcell a:hover { background: transparent!important; }

.multicolheading, .multicoldescr { margin-top: 10px; line-height: 1.2; text-transform: none; font-size: 16px; word-wrap: break-word; color: #000; }
.por-item-image-thumbnail-desc { color: #555; text-decoration: none !important; }
.por-item-image-thumbnail-desc:hover { color: #ffdec2; }
.poritem-overview { margin-top: 25px; }
.poritem-overview h2 { text-transform: uppercase; margin-bottom: 10px; }
#mainpage ul, #newitempage ul { margin-left: 20px !important; list-style: disc; }
.poritem-overview ul li { position: relative; }
.por-checkout-total-price-string { display: block; }

#form1 { position: relative; padding: 25px 35px; background: #FFF; border-radius: 12px; }
#form1 table tbody tr td { text-align: left !important; padding: 5px 5px; line-height: 1.2; }
#form1 table tbody tr td strong { line-height: 2; }
#form1 input { padding: 7px; line-height: 1; padding: 7px; margin: 10px 0; }
#form1 p input { margin-top: 10px; }

td.cattitle { padding: 20px 0; color: #FFF; font-size: 20px !important; 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: 18px; }
#mainpage input#submit { border: 0 none; }
#form1 input[type="submit"], #form1 input[type="button"] { max-width: 240px; padding: 15px 25px; margin: 15px 15px 0 0; background: #000; color: #FFF; }
#form1 input[type="submit"]:hover, #form1 input[type="button"]:hover { background: #000; color: #ffdec2; cursor: pointer; }
input[name="strSearchMethodOther"] { margin: 0 0 15px !important; display: block; }
input[name="strPostalCode"] { margin-top: 15px; }

.wrap4 .cycle-slideshow { overflow: hidden; text-align: center; }
.wrap4 .cycle-slideshow a { margin-top: 0 !important; min-height: 200px; }
.wrap4 .cycle-slideshow img { max-width: 200px !important; width: auto !important; height: 200px !important; max-height: 300px !important; object-fit: cover; }
.wrap4 #adv-custom-pager img { object-fit: cover; width: 50px; height: 50px; }
.wrap4 #adv-custom-pager a { margin: 5px !important; }
#adv-custom-pager { text-align: center !important; }
#adv-custom-pager a { display: inline-block; }

.detailedimg { margin-top: 20px !important; text-align: left !important; width: inherit !important; }
.detailedimg p { text-align: left !important; font-size: 13px !important; line-height: 1.2 !important; margin-bottom: 5px; }

.poritem-detail {margin-top: 10px;}

a.por-item-detail-name { display: inline-block; margin-top: 12px; }

form[name="customerform"] { position: relative; width: 100%; margin-bottom: 35px; }
form[name="customerform"] hr { margin: 15px 0; }
form[name="customerform"] img { margin-top: 20px !important; }
form[name="customerform"] td { text-align: left !important; padding-bottom: 15px; vertical-align: top !important; }

textarea { float: left; }

#mainpageused { position: relative; width: 80%; padding: 0; margin: 0 auto; text-align: center; }
#mainpageused td { padding: 10px 20px; text-align: center; }
#mainpageused a { color: #333; }
#mainpageused h1 { text-align: center; }
#productname { text-align: left; }
#productname a { background-color: #ffdec2; }

form[name="feedbackform"] { position: relative; width: 100%; }
#mainpage form[name="feedbackform"] td { padding: 6px 0 !important; vertical-align: top !important; padding-right: 10px !important; min-width: 120px;  }
form[name="feedbackform"] textarea { float: none !important; }
form[name="feedbackform"] input[type="submit"], form[name="feedbackform"] input[type="reset"] { margin-top: 15px; padding: 15px 25px; border: 1px solid #CCC; background: #F7F7F7; font-size: 18px; line-height: 1; }
form[name="feedbackform"] input[type="submit"], form[name="feedbackform"] input[type="reset"] { cursor: pointer; }
form[name="feedbackform"] input[name="code"] { display: block; margin-bottom: 10px; }

/* Toggle */
.toggle-on-tablet { display: none !important; }
.toggle-on-mobile { display: none !important; }
.toggle-on-custom { 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; }
.catalog-wrap.is-forsale #mainpage h2 { margin-bottom: 0; }
.container-wrap.full-width #mainpage { position: relative; float: none; width: 90%; 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, .container.full-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: 100%; }
.container.less-width .content, .container.full-width .content, .container.full-width #mainpage, .container.full-width #newitempage, .container.less-width #mainpage, .container.less-width #newitempage, .container.less-width #mainpage, .container.less-width #newitempage  { float: none; width: 100%; padding-left: 0; }
.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: 0; background: #FFF; border-radius: 0; }
.poritem-specs #form1 { border: 0 none; }

.poritem-specs { background: #FFF; }

.poritem-specs #form1 { box-shadow: none; padding: 0; }
form[name="feedbackform"] { margin-bottom: 35px; }

.poritem-specs h2 { font-size: 18px; margin-bottom: 5px; }

.toggle-on-d { display: block; }
.toggle-on-t { display: none; }
.toggle-on-m { display: none; }
.toggle-on-s { display: none; }
.toggle-on-xs { display: none; }

.poritem-specs td[width="70"] { position: absolute; right: 10%; z-index: 1; }
.detailedimg p.por-item-detail-image-reference { text-align: center !important; }

/* Media */
@media screen and (max-width : 1800px) {
}

@media screen and (max-width : 1700px) {
}

@media screen and (max-width : 1600px) {
  .welcome { width: 80%; }
  .banner-title, .banner-title h1 { font-size: 100px; }
  #porgallerythumbnail { width: 300px; height: 300px; margin: 0 20px 40px; }
}

@media screen and (max-width : 1500px) {
  .tiles h2 { font-size: 60px; }
  .tiles h2 span { font-size: 36px; }
  .footer { width: 90%; }
}

@media screen and (max-width : 1400px) {
  .wrapper, .topbar-pane { width: 80%; }
  .container.less-width { width: 100%; }
  .topbar-wrap { font-size: 18px; }
  .header-panel ul { font-size: 22px; }
  .header-panel p { font-size: 18px; }
  .logo img { height: 140px; }
  #header-search-box { height: 32px; }
  #header-search .btn-search { line-height: 32px; }
  .multicolcell, .multicolcell .wrap4 { width: 190px; }
  .multicolcell .wrap4 { height: 190px; }
  .tiles h2 { font-size: 50px; }
  .tiles h2 span { font-size: 28px; margin-top: -25px; }
  .footer-links { flex-direction: column; }
  .footer-panel h4:nth-of-type(2) { margin-top: 15px; }
  .banner-title { left: 10%; }
  .banner-title, .banner-title h1 { font-size: 80px; }
}

@media screen and (max-width : 1300px) {
}

@media screen and (max-width : 1200px) {
  body { font-size: 18px; }
  .wrapper, .topbar-pane { width: 90%; }
  .header-panel ul { font-size: 18px; }
  .header-panel p { font-size: 16px; }
  .logo img { height: 120px; }
  .multicolcell, .multicolcell .wrap4 { width: 180px; }
  .multicolcell .wrap4 { height: 180px; }
  .banner-title { left: 5%; }
}

@media screen and (max-width : 1100px) {
  .footer { flex-direction: column-reverse; }
  .footer-panel-wrap { max-width: 100%; flex-direction: column; }
  .footer-panel { margin-bottom: 20px; }
  .footer-panel, .footer-links ul { align-items: center; }
  .footer-links, .footer-links ul { flex-direction: row; }
  .footer-links { flex-wrap: wrap; justify-content: center; flex-direction: column; text-align: center; }
  .footer-links ul { margin: 0; justify-content: center; }
  .footer-links ul li, .footer-links.footer-connect ul li:last-child { margin: 0 15px 5px; }
  .footer-links.footer-connect ul li, .footer-links.footer-connect ul li:last-child  { margin: 0 10px 5px; }
  .footer-connect { margin-top: 10px; }
  .footer-tagline, .copyright { text-align: center; }
  #porgallerythumbnail { margin: 0 20px 50px; }
}

@media screen and (max-width : 1000px) {
  .toggle-on-tablet { display: inline-block !important; }
  .toggle-off-tablet { display: none !important; }
  .toggle-on-d { display: none; }
  .toggle-on-t { display: block; }
  body { color: #555; }
  .wrapper.index { padding-bottom: 80px; }
  .topbar-links { display: none; transition: 0s none; }
  .mobile-topbar { display: flex; }
  .topbar-pane-left, .topbar-pane-right { align-self: flex-start; margin-top: 10px; }
  .topbar-pane > div > ul { display: none; }
  .logo { margin: 20px auto 0; width: 50%; text-align: center; }
  .logo img { height: 70px; }
  #header-search-wrap { display: none; position: fixed; top: 0; left: 0; right: 0; width: 90%; padding: 0 5%; height: 70px; background: rgba(255,222,194,.9); flex-direction: row; justify-content: flex-end; align-items: center; }
  #header-search-box { height: 40px; }
  #header-search .btn-search { line-height: 40px; }
  .toggle-off-header-search { display: block; }
  .header-panel-wrap { bottom: 25%; font-weight: 400; }
  .header-panel ul { font-size: 22px; }
  .header-panel p { font-size: 20px; }
  .tiles ul { flex-direction: column; }
  .tiles ul li { width: 90%; margin: 0 auto 65px; }
  .tiles h2 { font-size: 70px; }
  .tiles h2 span { font-size: 40px; margin-top: -35px; }
  .content, .catalog-wrap { padding-top: 20px; }
  .store-location-content { align-items: flex-start; }
  .dropdown-wrap a:hover { background: inherit; }
  .topbar-pane-left, .topbar-pane-right { flex: auto; width: 25%; }
  .topbar-wrap.topbar-mobile-menu .topbar-pane-left, .topbar-wrap.topbar-mobile-menu .topbar-pane-right { width: 100%; }
  .container.less-width .content, .container.full-width .content, .container.full-width #mainpage, .container.full-width #newitempage, .container.less-width #mainpage, .container.less-width #newitempage, .container.less-width #mainpage, .container.less-width #newitempage { width: 95%; margin: 0 auto; }
  
  /* Catalog */
  .catalog-wrap { width: 95%; flex-direction: column; flex-wrap: nowrap }
  .catalog-wrap.toggle-on-catalog-tablet { display: block; }
  .catalog-menu { display: block; font-weight: 600; }
  .catalog-wrap.toggle-off-catalog .catalog-menu { display: none; }
  .catalog-wrap.toggle-off-catalog #mainpage, #newitempage { padding: 0 0 10px !important; }
  .catalog { display: none; float: none; position: relative; top: 0; left: 0; right: 0; width: 100%; margin: 0; border-right-width: 0; }
  .catalog-search-title { display: none; }
  .catalog-search-wrap { margin: 10px auto; }
  .catalog ul { width: 100%; margin: 0 auto; }
  .catalog ul li.catalog-title { display: none !important; }
  .catalog ul li { padding: 0; margin: 0; background: #FFF; border-bottom: 1px solid #EEE; }
  .catalog ul li a, .catalog ul li a:hover { color: #555; }
  .catalog ul li:hover { background: #FFF; }
  .catalog ul li a { padding: 12px 3% 10px; }
  .catalog ul li a:hover { background: #FFF; }
  .catalog ul li a::before { float: left; content: '\203A'; color: #555; font-size: .8em; margin-right: 8px; margin-top: 1px; }
  .catalog { box-shadow: none; border-radius: 0; padding: 0; }
  .catalog-search-wrap { display: none; }
  #mainpage, #newitempage { float: none; width: 100%; padding: 20px 0 0; }
  #mainpage td { text-align: left !important; }
  #mainpage td[align="left"] { text-align: left !important; padding: 0 !important; }
  #mainpageused td { text-align: center !important; }
  form[name="customerform"] input { display: block; margin-bottom: 10px; max-width: 200px; }
  form[name="customerform"] td { text-align: left !important; }
  form[name="customerform"] input[type="radio"] { display: inherit; }
  form[name="customerform"] td, form[name="form1"] td { float: left !important; clear: left !important; padding: 0 !important; }
  form[name="customerform"] input[name="submit"] { margin-bottom: 50px; }
  #form1 input[type="submit"], #form1 input[type="button"] { margin: 15px 0 0; }
  #porgallery { width: 96%; }
  input[name="strState"] { margin-top: 15px; }
  #mainpage textarea { width: 80%; }
  #mainpage input[name="intRentalLength"] { width: auto; }
  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: ''; }
  table.InventoryTable { border: 1px solid #666; }
  table.InventoryTable td.cattitle { display: none; }
  table.InventoryTable tr { position: relative; float: left; width: 33.333%; padding: 15px 0 !important; border-bottom: 1px solid #666; height: inherit; max-height: inherit; }
  table.InventoryTable img { width: auto; max-width: 80%; height: auto; max-height: 140px; padding: 5px; background: #FFF; border: 1px solid #666; border-radius: 0; }
  table.InventoryTable tr:first-of-type { display: none; visibility: hidden; float: none; width: 100%; }
  table.InventoryTable tr:nth-child(5) { clear: left; }
  #mainpage table.InventoryTable td { width: 90% !important; clear: left; padding: 2px 5% !important; text-align: center !important; }
  #productname { text-align: center !important; }
  #porgallery { width: 96%; }
  .dropdown > a::before { left: 0; text-align: center; }

  .header-banner-wrap.create-banner { background: #ffdec2 url(assets/create-banner-mobile.jpg); background-size: 1080px 734px; padding-top: 67.963% /* formula: (height/width*container) (734/1080*100) */; }
  .header-banner-wrap.catalog-banner { background: #ffdec2 url(assets/catalog-banner-mobile.jpg); background-size: 1080px 366px; padding-top: 33.888% /* formula: (height/width*container) (366/1080*100) */; }
  .header-banner-wrap.contact-banner { background: #ffdec2 url(assets/contact-banner-mobile.jpg); background-size: 1080px 366px; padding-top: 33.888% /* formula: (height/width*container) (366/1080*100) */; }
  .header-banner-wrap.gallery-banner { background: #ffdec2 url(assets/gallery-banner-mobile.jpg); background-size: 1080px 366px; padding-top: 33.888% /* formula: (height/width*container) (366/1080*100) */; }
  .header-banner-wrap.about-banner { background: #ffdec2 url(assets/our-story-banner-mobile.jpg); background-size: 1080px 366px; padding-top: 33.888% /* formula: (height/width*container) (366/1080*100) */; }
  .header-banner-wrap.resources-banner { background: #ffdec2 url(assets/resources-banner-mobile.jpg); background-size: 1080px 366px; padding-top: 33.888% /* formula: (height/width*container) (366/1080*100) */; }
  .header-banner-wrap.page-banner { height: 220px; padding: 0 !important; background-size: cover !important; background-position: right bottom !important; }
  .banner-title, .banner-title h1 { font-size: 104px; }
}

@media screen and (max-width : 900px) {
  .toggle-on-t { display: none; }
  .toggle-on-m { display: block; }
  .content-with-img { display: flex; flex-direction: column-reverse; }
  .content-img { float: none; width: 98%; margin: 25px 0 35px; }
  .content-left-right, .store-location-content { flex-direction: column; }
  .content-left { width: 100%; margin: 0 auto 15px; }
  .content-right { width: 100%; }
  .content-right.custom ul li:last-child { margin-bottom: 30px; }
  .store-location-content { justify-content: center; }
  .store-content { margin: 0 auto 35px; }
  .header-panel-wrap { bottom: 12%; }
  .header-panel ul { font-size: 20px; }
  .header-panel p { font-size: 18px; }
  #porgallery { width: 100%; }
  #porgallerythumbnail { width: 250px; height: 250px; }
  .store-location-wrap { padding-top: 0; }
}

@media screen and (max-width : 800px) {
}

@media screen and (max-width : 768px) {
  .header-panel ul { font-size: 18px; }
  .header-panel p { font-size: 16px; }
  .header-panel ul li { margin: 0 3px; }
  #search-bar { width: 90%; }
  .multicolcell, .multicolcell .wrap4 { width: 170px; }
  .multicolcell .wrap4 { height: 170px; }
  #form1 input[type="submit"], #form1 input[type="button"] { display: block; min-width: 240px; }
  .header-banner-wrap.page-banner { height: 190px; }
  .banner-title, .banner-title h1 { font-size: 78px; }
  #porgallery h4 { font-size: 16px !important; }
  #porgallerythumbnail { width: 220px; height: 220px; margin: 0 20px 30px;  }
}

@media screen and (max-width : 650px) {
  .logo img { height: 50px; }
  .multicolcell, .multicolcell .wrap4 { width: 140px; }
  .multicolcell .wrap4 { height: 140px; }
  .multicolcell { margin: 0 30px 20px 0; }
  #porgallery h4 { font-size: 22px !important; }
  #porgallerythumbnail { position: relative; width: 300px; height: 300px; margin: 0 auto 25px; }
  #mainpage form[name="feedbackform"] td { float: left; clear: left; padding: 2px 0 !important; }
  form[name="feedbackform"] input { margin-bottom: 10px !important; }
  .header-banner-wrap.page-banner { height: 170px; }
}

@media screen and (max-width : 600px) {
  .header-panel-wrap { width: 300px; }
}

@media screen and (max-width : 550px) {
  .toggle-on-s { display: none; }
  .toggle-on-xs { display: block; }
  .footer h4, .footer h5 { font-size: 26px; }
  .footer-links, .footer-links ul { flex-direction: column; text-align: center; }
  .footer-links ul li { margin: 0 auto 15px; }
  .header-banner-wrap.page-banner { height: 150px; }
  .banner-title, .banner-title h1 { font-size: 65px; }
}

@media screen and (max-width : 500px) {
  .logo img { height: 40px; }
  .header-panel-wrap { bottom: 13%; }
  .header-panel ul { font-size: 16px; }
  .header-panel p { font-size: 14px; }
}
  
@media screen and (max-width : 450px) {
  .header-banner-wrap.page-banner { height: 140px; }
}

@media screen and (max-width : 430px) {
}

@media screen and (max-width : 400px) {
  .toggle-on-small-screen { display: none; }
  .logo img { height: 30px; }
  .multicolcell, .multicolcell .wrap4 { width: 130px; }
  .multicolcell .wrap4 { height: 130px; }
  .header-banner-wrap.page-banner { height: 120px; }
  .banner-title, .banner-title h1 { font-size: 50px; }
}

@media screen and (max-width : 360px) {
}
