/***** BEGIN RESET *****/
* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:'Roboto', Arial, sans-serif;
}
ol, ul {list-style: none;}
.clear {clear:both; height:0px; margin:0;}
/***** END RESET *****/

/* font-family:'Roboto', sans-serif; */
header, nav, article, section, footer, img {display:block;}

body {background:#000; -webkit-text-size-adjust:none; line-height:normal; font-family:'Roboto', Arial, sans-serif; font-weight:400; color:#000; font-size:16px;}
.clear-it:after {content:""; display:block; clear:both;}

.logo-flex{width:100%; display:flex; flex-direction:row; flex-wrap:wrap; justify-content: center;}
.wrap {width:92%; margin:0 auto; max-width:1500px;}
.lrg-wrap {width:92%; margin:0 auto; max-width:1400px;}

img.responsive {width: 100%; height: auto; margin: 0 auto; display: block;}

.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; float:left;}
.column1 {width:8.33333%;}
.column2 {width:16.66666%;}
.column3 {width:25%;}
.column4 {width:33.33333%;}
.column5 {width:41.66666%;}
.column6 {width:50%;}
.column7 {width:58.33333%;}
.column8 {width:66.66666%;}
.column9 {width:75%;}
.column10 {width:83.33333%;}
.column11 {width:91.66666%;}
.column12 {width:100%;}

.col-pad-lt {padding:0 0 0 2%;}
.col-pad-rt {padding:0 2% 0 0;}
.col-pad-center {padding:0 1%;}

.show-1024, .show-tablet {display:none;}


/*** typography styles **/
p {margin-bottom:16px;}
.no-margin {margin:0!important;}

h1, h2, h3, h4, h5, h6 {font-family:'Roboto', Arial, sans-serif; font-weight:700;}
h1 {font-size:32px; margin-bottom:18px;}
h2 {font-size:30px; margin-bottom:14px;}
h3 {font-size:28px; margin-bottom:16px;}
h4 {font-size:24px; margin-bottom:10px;}
h5 {font-size:20px; margin-bottom:8px;}
h6 {font-size:18px; margin-bottom:7px;}

.red {color:#a11e21;}
.safe-red {color:#DA3437;}
.black {color:#000;}
.white {color:#fff;}

.caps {text-transform:uppercase;}

a {color:inherit; text-decoration:none; transition: all.3s ease-in-out;}
a:hover {color:inherit; text-decoration:underline;}

a.red-btn {text-decoration:none; background:#a11e21; padding:10px; display:block; color:#fff; font-weight:700; text-align:center; text-transform:uppercase; border-radius:3px;}
a.red-btn:hover {background:#87191C;}


a.flash-btn {text-decoration:none; padding:15px; display:block; color:#000; font-weight:700; text-align:center; text-transform:uppercase; border-radius:3px; animation: glowing 1300ms infinite;}

@keyframes glowing {
  0% {
    background-color: #ff8400;
    box-shadow: 0 0 3px #ff8400;
  }
  50% {
    background-color: #ff992b;
    box-shadow: 0 0 10px #ff992b;
  }
  100% {
    background-color: #ff8400;
    box-shadow: 0 0 3px #ff8400;
  }
}

.flex-btns {width: 100%; max-width: 888px; display: flex; justify-content: flex-start; align-items: center;}
.flex-btns a.red-btn {width: calc(33.33% - .5em); margin: .25em;}
.flex-btns a.orange-btn {text-decoration:none; background:#ff6d28; padding:10px; display:block; color:#000; font-weight:700; text-align:center; text-transform:uppercase; border-radius:3px; width: calc(33.33% - .5em); margin: .25em;}
.flex-btns a.orange-btn:hover {background:#E56224;}

ul.list {list-style:disc; margin:0 0 16px 16px;}
ul.list li {list-style:disc; margin-left:16px;}

.full-img img {width:100%; height:auto;}

.flex-wrapper {display: flex; justify-content: space-around; align-items: center;}

/*** header styles **/
.top-bar {width:100%; display:block; background:#000; padding:12px 0; color:#fff; font-size:18px; font-weight:500; text-align:center;}
.address, .phone, .facebook {margin:0 3%;}
.facebook img {max-width: 111px; display: inline-block; vertical-align: middle;}

.loc-toggle {display:block; float:left; cursor:pointer; margin:8px 3% 0 0; position:relative; font-size:14px;}
.loc-list {background:#000; display:none; width:160px; position:absolute; top:31px; left:-20px;}
.loc-list li {display:block;}
.loc-list a:link, .loc-list a:active, .loc-list a:visited {text-decoration:none; padding:7px 10px; display:block;}
.loc-list a:hover {background:#333;}

header {width:100%; background:linear-gradient(#777, #666); padding:25px 0;}

.logo {margin-right:2%;}
.logo img {width:100%; height:auto; max-width:335px;}

img#indiana {width: 100%; max-width: 160px; height: auto; margin: 0 auto; display: block;}

a#case-flyer {display: block; margin-right: 10px;}
a#case-flyer img {width: 100%; height: auto; max-width: 150px; margin: 10px;}

.head-links {margin:10px 7px;}
.head-links a {margin-bottom:10px;}

.rt-header {}
.rt-header img#caseih {width: 100%; height: auto; max-width: 200px; margin: 0 auto;}
.rt-header img#anniversary {width:100%; height:auto; max-width: 250px;}
.logo-search-wrapper {width:100%; display: flex; justify-content: flex-end; flex-direction: column;}
.quick-search {width:100%; max-width:300px; margin-top:12px; position:relative;}
.quick-search input {background:#fff; font-size:14px; color:#333; border:1px #ddd solid; padding:7px 35px 7px 7px; width:100%; border-radius:3px; box-sizing:border-box; position:relative; z-index:1;}
.quick-search input[type="text"]:focus {border-color:#000; color:#000; outline-style:none;}
.quick-search input[type="submit"] {background:none; border:none; position:absolute; top:0; right:0; width:30px; cursor:pointer; z-index:3;}
.quick-search i {position:absolute; top:7px; right:0; width:30px; cursor:pointer; z-index:2;}

/*** nav styles **/
nav {width:100%; background:#fff;}
nav ul {width:100%; margin:0 auto; text-align:center;}
nav li {display:inline-block; position:relative;}
nav span, nav a:link, nav a:active, nav a:visited {display:block; color:#000; text-decoration:none; font-size:18px; font-weight:500; padding:0 1vw; line-height:50px;}
nav span:hover, nav a:hover {color:#a11e21; cursor:pointer;}

nav ul ul {display:none; position:absolute;  z-index:99999; top:50px; left:0; width:200px; background:#e3e3e3; text-align:left;}
nav ul ul ul {position:absolute; left:100%; top:0;}
nav ul li:hover > ul {display:block; z-index:99999;}
nav ul ul li {float:none; position:relative; display:block;}
nav ul ul li span, nav ul ul li a:link, nav ul ul li a:active, nav ul ul li a:visited {font-size:16px; line-height:18px; padding:12px 0px 12px 10px; border-bottom:1px solid #ddd; color:#000;}
nav ul ul li span:hover, nav ul ul li a:hover {color:#a11e21;}

/* mobile nav styles */
#mobile-nav .close-nav {width:100%; display:block; line-height:30px; height:30px; border-bottom:1px #999 solid; text-align:right;}
#mobile-nav .close-nav i {font-size:20px; margin-right:15px; color:#000;}

#mobile-nav {display:none; position:fixed; top:0; height:100%; z-index:9999; width:260px; overflow-x:none; overflow-y:auto; font-size:16px; background:#fff; color:#000; margin:0 !important; -moz-box-shadow:2px 0px 3px rgba(0,0,0,.4); -webkit-box-shadow:2px 0px 3px rgba(0,0,0,.4); box-shadow:2px 0px 3px rgba(0,0,0,.4);}
#mobile-nav ul {clear:both; display:block; padding:0; margin:0;}
#mobile-nav ul li {display:block; margin:0; line-height:40px; position:relative; border-bottom:1px solid #999;}
#mobile-nav ul li a, #mobile-nav ul li span {padding:0 15px; display:block; text-decoration:none; color:#000; font-weight:700;}
#mobile-nav ul li a:hover {background:#fff; color:#a11e21;}

#mobile-nav ul li.expandable .end {position:absolute; top:0px; right:0px; width:40px; height:40px; line-height:40px; text-align:center; display:block; cursor:pointer;}
#mobile-nav ul li.expandable .end i {font-size:20px; color:#000; line-height:40px;}
#mobile-nav ul li.expandable .end.rotate {-ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); transform:rotate(90deg);}
#mobile-nav ul ul.collapsed {display:none;}
#mobile-nav ul ul.expanded {display:block;}

#mobile-nav ul li ul {border-bottom:none; margin:0; background:#f1f1f1;}
#mobile-nav ul li ul li {line-height:40px; font-size:14px;}
#mobile-nav ul li ul li:last-child {border-bottom:none;}
#mobile-nav ul li ul li a, #mobile-nav ul li ul li span {color:#000; padding-left:30px;}
#mobile-nav ul li ul li a:hover {background:#f1f1f1; color:#a11e21;}


/*** content styles **/
.hero {width:100%; display:block; text-align:center; background:#000 url('../huntingburg/siteart/hero.jpg') no-repeat center; background-size:cover; padding:17% 0; border-bottom:3px #a11e21 solid;}
h2.tagline {font-size:60px; color:#fff; text-transform:uppercase; font-weight:900; line-height:110%; text-shadow:0 0 10px rgba(0,0,0,0.8); padding:0 4%; margin-bottom:0;}

.cat-box {background:#fff; width:100%; padding:40px 0; text-align:center;}
.cat-box a {width:14.99999%; float:left; margin:0 2% 10px 0; position:relative; background-color:#000;}
.cat-box a:nth-of-type(6n) {margin-right:0;}
.cat-box a img {width:100%; height:auto; position:relative; z-index:1;background-color:#000;}
.cat-box a .shaded {position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.2); z-index:4; transition: all.3s ease-in-out;}
.cat-box a:hover .shaded {background:rgba(0,0,0,0);}
.cat-box a span {position:absolute; top:50%; left:0; width:100%; padding:0 2%; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); text-align:center; text-transform:uppercase; color:#fff; font-weight:700; font-size:22px; text-shadow:0 0 5px rgba(0,0,0,0.8); z-index:9; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.cat-box2 {width:100%; text-align:center; background-color:#000;}
.cat-box2 a {width:14.99999%; float:left; margin:0 2% 15px 0; position:relative;}
.cat-box2 a:nth-of-type(6n) {margin-right:0;}
.cat-box2 a img {width:100%; height:auto; position:relative; z-index:1;}
.cat-box2 a .shaded {position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.2); z-index:4; transition: all.3s ease-in-out;}
.cat-box2 a:hover .shaded {background:rgba(0,0,0,0);}
.cat-box2 a span {position:absolute; top:50%; left:0; width:100%; padding:0 2%; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); text-align:center; text-transform:uppercase; color:#fff; font-weight:700; font-size:22px; text-shadow:0 0 5px rgba(0,0,0,0.8); z-index:9; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.loc-photo {background:url('../siteart/huntingburg-store.jpg') no-repeat center right; background-size:cover;}
.main-content {background:url('../siteart/pattern.jpg') repeat; background-color:white;}
.content-pad {padding:40px 8%;}

.manu-logos {background:#a11e21; padding:16px 0 6px 0;}
.brand {width:calc(25% - 10px); margin:5px; padding:20px 18px; display:block; background:#fff; border:2px #611214 solid; float:left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.brand:nth-of-type(4n) {margin-right:0;}
.brand:hover {background:#eee;}
.brand img {width:100%; height:auto; margin:0 auto; max-width:236px;}

section.main {background:url('../siteart/pattern.jpg') repeat; padding:40px 0; border-top:1px #ddd solid; background-color:#fff;}

.staff {width:100%; display:block;}
.emp {width:22%; float:left; margin:0 3% 20px 0;}
.emp:nth-of-type(4n + 1) {clear:left;}
.emp img {width:100%; height:auto; max-width:180px; border:1px #999 solid; margin-bottom:7px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.emp a {color:#a11e21;}

.lg-map iframe {width:100%; height:400px; border:1px #999 solid; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.account-frame {width:100%; display:block;}
.account-frame iframe {width:100%; display:block; height:1500px;}

.video-frame {position:relative; padding-bottom:56.25%; padding-top:25px; height:0;}
.video-frame iframe, .video-frame video {position:absolute; top:0; left:0; width:100%; height:100%;}

.specials {width:100%; display:block;}
.spec-block {width:48%; margin:0 4% 25px 0; float:left; background:rgba(255,255,255,0.8); padding:15px; border:1px #bbb solid; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.spec-block:nth-of-type(even) {margin-right:0;}
.spec-block:nth-of-type(odd) {clear:left;}
.spec-block ul.list {margin-bottom:0;}
.spec-block img {width:100%; height:auto; max-width:600px; margin:0 auto 10px auto;}

.img-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centers images horizontally */
  gap: 10px;
  margin: 20px auto;
  max-width: 1200px; /* Optional: limits row width */
}

.first-row {
  justify-content: center; /* Optional: center the first two images */
}

.img-row a img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-row a {width: 350px; margin: .75em;}
.img-row a:hover img {opacity: .8; transition: .2s ease-in-out all;}

/*** form styles **/
::placeholder {color:#333; opacity:1;} /* Chrome, Firefox, Opera, Safari 10.1+ */
:-ms-input-placeholder {color:#333;} /* Internet Explorer 10-11 */
::-ms-input-placeholder {color:#333;} /* Microsoft Edge */

#formpage {}
#formpage input {width:calc(100% - 12px); padding:6px 5px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #999; color:#000; font-size:12px; background:#fff; margin-bottom:12px;}
#formpage textarea {width:calc(100% - 12px); padding:6px 5px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #999; color:#000; font-size:12px; height:120px; background:#fff; margin-bottom:12px;}
#formpage select {width:calc(100% - 2px); border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #999; color:#000; vertical-align:middle; font-size:12px; line-height:normal; padding:5px; background:#fff; margin-bottom:12px;}
#formpage input.checkbox {padding:0; border:0; margin:0 5px 0 0; width:13px; height:13px; display:inline; background-color:#fff;}
#formpage input.radio {padding:0; border:0; margin:0 5px 0 0; width:15px; height:15px; display:inline;}

/* focus states of various types of fields */
#formpage input:focus, #formpage textarea:focus, #formpage select:focus {background:#f3f3f3; color:#000; border:1px solid #a11e21; outline-style:none;}
#formpage input.radio:focus, #formpage input.checkbox:focus {background:none;  border:0; outline-style:none;}

#formpage input.button, #formpage input.button:focus {width:100%; margin:0; padding:7px 0; background:#a11e21; border:none; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:14px; line-height:14px; font-weight:bold; color:#fff;}
#formpage input.button:hover {background:#87191C; color:#fff;}

/*control the Captcha */
.CaptchaPanel {margin:0 0 0 0 !important; padding:0 0 0 0 !important; text-align: center; line-height:normal !important;}
.CaptchaImagePanel {margin:0 0 0 0; padding:0 0 0 0;}
.CaptchaImagePanel img {width:100%; height:auto; max-width:160px; margin:0 auto;}
.CaptchaMessagePanel {padding:0 0 0 0 !important; margin:0 0 0 0 !important; font-weight:normal !important; font-size:12px; line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0; padding:2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel {line-height:0; margin:0 0 5px 0; padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}

/*
.flex.locations {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
*/

.flex.logo {
	display: flex;
	margin:60px auto;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 60px;
}

.flex.logo img {
	margin-right: 30px;
}

.flex.logo div {
	display: flex;
}

.spread-apart.flex {
	display: flex;
	justify-content: space-between;
}

.mission-statement.wrap p {
	font-size: 21px;
	margin-bottom: 0;
}

.mission-statement.wrap  {
	text-align: center;
	max-width: 1184px;
}

.hopf-logo {
	margin: 0 auto;
}

.mission-statement.wrap h1 {
	    font-size: 41px;
    margin-bottom: 18px;
    text-decoration: underline;
    font-style: italic;
    font-weight: 900;
}

/*** footer styles **/
footer {width:100%; padding:15px 0; color:#fff; font-size:14px;}

.loc, .foot-phone, .foot-facebook {display:block; margin-bottom:15px;}
.loc i, .foot-phone i, .foot-facebook i {font-size:20px; width:20px; margin-right:5px; display:inline-block; vertical-align:top;}
.loc span, .foot-phone span {width:calc(100% - 30px); display:inline-block;}

.label {width:60px; margin-right:5px; display:inline-block; vertical-align:top; font-weight:700;}
.hours {width:calc(100% - 70px); display:inline-block;}

.foot-logo {width:100%; height:auto; max-width:186px; float:right;}
.copyright {font-size:12px; text-align:right; margin-top:20px;}


/*** faceted inventory styles **/

.view-listing-details-link, .buy-now-link {
	background: #a11e21 !important;
}

/*** responsive styles **/
@media screen and (max-width:1460px) {
	
}
@media screen and (max-width:1368px) {
	.logo.flex div{flex-direction: column;}
	.logo.flex {flex-direction: row; margin: 0 auto;}
	.logo.flex img {margin-bottom: 20px;}
	.spread-apart.flex {justify-content: center !important;gap: 110px; margin-top: 50px;}

}
@media screen and (max-width:1160px) {
	nav span, nav a:link, nav a:active, nav a:visited {font-size:15px;}
	.cat-box a span, .cat-box2 a span {font-size:18px;}
	img#indiana {display: none;}
	.img-row a {width: calc(33.33% - 1.5em);}
}
@media screen and (min-width:1025px) {
	#mobile-nav {display:none!important;}
}
@media screen and (max-width:1024px) {
	.show-1024 {display:block!important;}
	.hide-1024 {display:none;}
	.logo-responsive {margin-top: 40px;}
	.spread-apart.flex.logo-responsive {flex-direction:column;margin: 0 auto;width: 310px; gap: 0;}
	.logo-responsive img,.logo.flex img {margin-bottom: 30px;}
	.flex.logo {gap: 0;}
	.logo.flex {margin: 0 auto;}
	.column1-ht {width:8.33333%;}
	.column2-ht {width:16.66666%;}
	.column3-ht {width:25%;}
	.column4-ht {width:33.33333%;}
	.column5-ht {width:41.66666%;}
	.column6-ht {width:50%;}
	.column7-ht {width:58.33333%;}
	.column8-ht {width:66.66666%;}
	.column9-ht {width:75%;}
	.column10-ht {width:83.33333%;}
	.column11-ht {width:91.66666%;}
	.column12-ht {width:100%;}
	
	.col-pad-lt-ht {padding:0 0 0 2%;}
	.col-pad-rt-ht {padding:0 2% 0 0;}
	.col-pad-center-ht {padding:0 1%;}
	.col-pad-clear-ht {padding:0;}
	
	.top-bar {font-size:16px;}
	.loc-list {top:29px;}
	.loc-toggle {margin: 13px 3% 0 0;}
	
	.facebook img {max-width: 80px; padding: 10px;}
	
    .logo {width:40%;}
    .rt-header {width: 60%;}
    
	#simple-menu {float:left; height:40px; line-height:40px; width:80px; display:block; cursor:pointer; font-size:18px; font-weight:500;}
	#simple-menu i {margin-right:5px;}
	
	h2.tagline {font-size:44px;}
	
	.cat-box {padding:30px 0;}
	.cat-box a, .cat-box2 a {width:31.99999%; margin:0 2% 15px 0;}
	.cat-box a:nth-of-type(6), .cat-box2 a:nth-of-type(6n) {margin-right:2%;}
	.cat-box a:nth-of-type(3n), .cat-box2 a:nth-of-type(3n) {margin-right:0;}
}
@media screen and (max-width:768px) {
	.show-tablet {display:block!important;}
	.hide-tablet {display:none;}
	.logo.flex {flex-direction: column !important;margin: 0 auto !important; width: unset;}
	.column1-vt {width:8.33333%;}
	.column2-vt {width:16.66666%;}
	.column3-vt {width:25%;}
	.column4-vt {width:33.33333%;}
	.column5-vt {width:41.66666%;}
	.column6-vt {width:50%;}
	.column7-vt {width:58.33333%;}
	.column8-vt {width:66.66666%;}
	.column9-vt {width:75%;}
	.column10-vt {width:83.33333%;}
	.column11-vt {width:91.66666%;}
	.column12-vt {width:100%;}
	
	.col-pad-lt-vt {padding:0 0 0 2%;}
	.col-pad-rt-vt {padding:0 2% 0 0;}
	.col-pad-center-vt {padding:0 1%;}
	.col-pad-clear-vt {padding:0;}
	
	body {font-size:14px;}
	p {margin-bottom:14px;}
	h1 {font-size:30px; margin-bottom:14px;}
	h2 {font-size:28px; margin-bottom:10px;}
	h3 {font-size:24px; margin-bottom:12px;}
	h4 {font-size:22px; margin-bottom:7px;}
	h5 {font-size:18px; margin-bottom:5px;}
	h6 {font-size:16px; margin-bottom:5px;}
	
	.top-bar {font-size:14px;}
	.loc-list {top:29px;}
	.address, .phone, .facebook {margin:0 2%;}
	
	.logo, .rt-header {width: 100%;}
	.logo img {max-width:270px;}
	.rt-header img#anniversary {max-width: 140px;}
	.rt-header img#caseih {max-width: 170px;}
	
	#mobile-search {float:right; text-align:center; height:40px; line-height:40px; width:40px; display:block; cursor:pointer; font-size:18px; font-weight:500;}
	.mobile-quick-search {clear:left; position:relative; padding-bottom:10px;}
	.mobile-quick-search input {background:#fff; font-size:12px; color:#333; border:1px #ddd solid; padding:7px 35px 7px 7px; width:100%; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; position:relative; z-index:1;}
	.mobile-quick-search input[type="text"]:focus {border-color:#000; color:#000; outline-style:none;}
	.mobile-quick-search input[type="submit"] {background:none; border:none; position:absolute; top:0; right:0; width:30px; cursor:pointer; z-index:3;}
	.mobile-quick-search i {position:absolute; top:7px; right:0; width:30px; cursor:pointer; z-index:2;}
	
	h2.tagline {font-size:36px;}
	.img-row a {width: calc(50% - 1.5em);}
	
	.loc-photo span {padding:25% 0; display:block;}
	.brand {padding:15px 10px;}
	
	.lg-map iframe {height:300px;}
	
	footer {font-size:12px;}
	.copyright {text-align:center; margin-top:10px; font-size:10px;}
	.logo-responsive {display: flex;flex-direction: column;}
	.logo.flex img {margin-bottom: 30px;}
}
@media screen and (max-width:640px) {
	.column1-hp {width:8.33333%;}
	.column2-hp {width:16.66666%;}
	.column3-hp {width:25%;}
	.column4-hp {width:33.33333%;}
	.column5-hp {width:41.66666%;}
	.column6-hp {width:50%;}
	.column7-hp {width:58.33333%;}
	.column8-hp {width:66.66666%;}
	.column9-hp {width:75%;}
	.column10-hp {width:83.33333%;}
	.column11-hp {width:91.66666%;}
	.column12-hp {width:100%;}
	
	.col-pad-lt-hp {padding:0 0 0 2%;}
	.col-pad-rt-hp {padding:0 2% 0 0;}
	.col-pad-center-hp {padding:0 1%;}
	.col-pad-clear-hp {padding:0;}
	
	.top-bar {padding:9px 0; font-size:14px;}
	.loc-toggle {display:block; float:none; margin:0 2% 5px 0;}
	.loc-list {left:calc(50% - 80px); top:20px;}
	
	.hero {background-image:none; padding:4% 0;}
	h2.tagline {font-size:32px;}
	
	.cat-box {padding:20px 0;}
	
	.brand {width:calc(33.33% - 10px); border-width:1px;}
	
	
	.emp {width:30.33333%;}
	.emp:nth-of-type(4n + 1) {clear:none;}
	.emp:nth-of-type(3n + 1) {clear:left;}
    
    .spec-block {width:100%; margin:0 0 25px 0;}
}
@media screen and (max-width:580px) {
	.rt-header img#anniversary {max-width: 110px;}
}
@media screen and (max-width:480px) {
	.column1-vp {width:8.33333%;}
	.column2-vp {width:16.66666%;}
	.column3-vp {width:25%;}
	.column4-vp {width:33.33333%;}
	.column5-vp {width:41.66666%;}
	.column6-vp {width:50%;}
	.column7-vp {width:58.33333%;}
	.column8-vp {width:66.66666%;}
	.column9-vp {width:75%;}
	.column10-vp {width:83.33333%;}
	.column11-vp {width:91.66666%;}
	.column12-vp {width:100%;}
	
	.col-pad-lt-vp {padding:0 0 0 2%;}
	.col-pad-rt-vp {padding:0 2% 0 0;}
	.col-pad-center-vp {padding:0 1%;}
	.col-pad-clear-vp {padding:0;}
	
	header {padding:15px 0;}
	.address {display:block;}
	
	h2.tagline {font-size:28px;}
	.img-row a {width: calc(100% - 1.5em);}
	
	.cat-box a, .cat-box2 a {width:48.5%; margin-right:3%;}
	.cat-box a:nth-of-type(3n), .cat-box2 a:nth-of-type(3n) {margin-right:3%;}
	.cat-box a:nth-of-type(even), .cat-box2 a:nth-of-type(even) {margin-right:0;}
	.cat-box a span, .cat-box2 a span {font-size:18px;}
	
	.lg-map iframe {height:250px;}
	
	.copyright {margin-top:5px;}
	.foot-facebook {margin-bottom:20px;}
}
@media screen and (max-width:380px) {
	.rt-header img#anniversary {max-width: 90px;}
	
	.hero {padding:7% 0;}
	
	.brand {width:calc(50% - 10px);}
	
	.flex-btns {flex-wrap: wrap;}
	.flex-btns a.orange-btn, .flex-btns a.red-btn {width: calc(100% - .5em);}
	
	.emp {width:47%;}
	.emp:nth-of-type(3n + 1) {clear:none;}
	.emp:nth-of-type(odd) {clear:left;}
}