
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent; border: 0; margin: 0; padding: 0;} ol, ul{list-style: none;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}


/* FRAMEWORK */
*{box-sizing: border-box;}
html, body{font-family: 'Open Sans', sans-serif; font-size: 16px; -webkit-text-size-adjust: none; margin: 0; padding: 0; height: 100%;} 
html {scroll-behavior: smooth;}
body {overflow-x: hidden; line-height: 1.7; letter-spacing: .01em; color: #222;}
::-moz-selection{background: #000; color: #fff; text-shadow: none} ::selection{background: #000; color: #fff; text-shadow: none;}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  /*margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -webkit-appearance: button;
}

.marg6 {margin: 6em auto!important;}
.center {text-align: center;}
.white {color: #fff!important;}
.align-right {text-align: right;}
.gray-bg {background: #f4f4f4;}

.content-width {margin: 0 auto; width: 80%; position: relative; z-index: 1;}
.content-width.cf {margin: 6em auto 1em!important;}
.flex-wrapper {display: flex; flex-wrap: wrap; align-items: center;}
.inv-width {margin: 0 auto; width: 95%; max-width: 1400px;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0; box-sizing: border-box;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%; position: relative; box-sizing: border-box;} .column6{width: 50%; position: relative; box-sizing: border-box;} .column5{width: 41.6666%; box-sizing: border-box;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%; box-sizing: border-box;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;}

a {text-decoration: none; color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}
a#cta-btn button {margin: 1em 0 0; color: #000; background: #fff; padding: .75em 2em; cursor: pointer; font-size: 18px; transition: 0.2s ease-in; text-align: center; width: 100%; max-width: 300px; border: 2px solid transparent; font-weight: 700; text-transform: uppercase; font-family: 'open-sans-condensed', sans-serif;}
a#cta-btn2 button {margin: 1em 0 0; color: #fff; background: #000; padding: .75em 2em; cursor: pointer; font-size: 18px; transition: 0.2s ease-in; text-align: center; border: 2px solid #000; font-weight: 700; font-family: 'open-sans-condensed', sans-serif; width: 100%; max-width: 300px; text-transform: uppercase;}
a#cta-btn3 button {margin: 1em 0 0; color: #000; background: none; padding: .75em 2em; cursor: pointer; font-size: 18px; transition: 0.2s ease-in; text-align: center; border: 2px solid #000; font-weight: 700; font-family: 'open-sans-condensed', sans-serif; text-transform: uppercase; width: 100%; max-width: 300px;}
a#cta-btn button:hover, a#cta-btn2 button:hover, #form input[type="submit"]:hover {opacity: .8; transition: all .2s ease-in-out;}
#form input[type="submit"] {color: #fff; background: #000; font-family: 'open-sans-condensed', sans-serif; font-size: 18px; padding: .75em 2em; cursor: pointer; font-weight: 700; transition: 0.2s ease-in; width: 100%; max-width: 444px; height: auto; line-height: 1.2; border: none; text-align: center; margin: 0 auto; display: block; text-transform: uppercase;}

a.continue-btn button {color: #555; background: none; cursor: pointer; font-weight: 600; transition: 0.2s ease-in; width: 100%; line-height: 1.2; text-decoration: underline; border: none;}
a.continue-btn button:hover {color: #1c406f; text-decoration: none;}


/* HEADER */
.header {width: 100%; position: relative; z-index: 999; /*margin-bottom: 4.75em;*/}
.inv-header {width: 100%; position: relative; /*margin-bottom: 4.75em;*/}
.header .flex-wrapper, .inv-header .flex-wrapper {margin: -2em 0;}
img#main-logo {width: 100%; position: relative; height: auto; display: block; max-width: 333px; padding-left: 4em; margin-bottom: -4.75em;}
.mobile-display {display: none;}

.top-bar {width: 100%; position: relative; background: #fff; padding: 1em;}

.inv-search {width: 100%; max-width: 222px; display: flex; align-items: center; justify-content: flex-end;}
.inv-search form {width: 80%; display: flex; justify-content: space-between; flex-wrap: nowrap;}
.inv-search form input[type="text"] {width: 100%; background:none; border:1px solid transparent!important; padding:10px; border-radius:0; display:inline-block; height:50px; color:#999; font-weight: 700; font-size: 18px; font-family: 'open-sans-condensed', sans-serif;}
.inv-search form button {background:transparent; border:none; display:inline-block; cursor:pointer; padding: 0;}
.inv-search form button i {font-size:16px; background:none; padding:16px; color:#fff;}
.inv-search form button i:hover {background:#fff; color: #000; transition: all .2s ease-in-out;}


.header.clone {position: fixed; top: -444px; left: 0; right: 0; z-index: 999; transition: 0.4s top cubic-bezier(.3,.73,.3,.74); box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);}
body.down .header.clone {top: 0; margin-bottom: 0;}
body.down .header.clone .flex-wrapper{top: 0; margin: 0;}
body.down .header.clone .top-bar {padding: 0 .5em .5em;}
body.down .header.clone .txt-slider {padding: .5em .5em .25em;}
body.down .header.clone img#main-logo {display: block; max-width: 197px;}


/* ALL OTHER STYLES */
.content-wrapper img {width: 100%; height: auto; display: block; margin: 0 auto; max-width: 444px;}
.content-wrapper hr {width: 100%; border: .5px solid #ccc; display: block; margin: 6em auto;}

.content-wrapper h1 {font-size: 42px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.2; display: block; margin-bottom: .5em; font-weight: 800; color: #000;}
.content-wrapper h2 {color: #000; font-size: 28px; display: block; line-height: 1.3; font-weight: 700; font-family: 'open-sans-condensed', sans-serif;}
.content-wrapper h3 {font-size: 24px; display: block; margin-bottom: .75em; color: #000; font-weight: 700; line-height: 1.4; font-family: 'open-sans-condensed', sans-serif;}
.content-wrapper h4 {font-size: 20px; display: block; margin-bottom: .75em; font-weight: 700; line-height: 1.4; font-family: 'open-sans-condensed', sans-serif;}
.content-wrapper p {font-weight: 500;}
.content-wrapper p a b {color: #222; border-bottom: 1px solid #222; letter-spacing: 1px; padding: 0;}
.content-wrapper p a b:hover {color: #222; border-bottom: 1px solid #222; letter-spacing: 1.5px; transition: .3s ease-in-out all;}

video.auction {max-width: 800px; margin: 0 auto 6em;}

.page-title {width: 95%; margin: 0 auto; position: relative; padding: 6em 10% 5em; text-align: center; z-index: 1; border-bottom: 1px solid #ddd;}
.page-title:before {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	/*background: linear-gradient(transparent, rgba(0,0,0,.4));*/
}
.page-title h1, .page-title p {position: relative; z-index: 3;}

.page-title h1 {font-size: 45px; letter-spacing: .75px; line-height: 1.1; display: block; margin-bottom: .5em; color: #000; font-family: 'open-sans-condensed', sans-serif; animation: fadeInUp; animation-duration: 1s; font-weight: 800; text-transform: none;}
.page-title p {font-size: 16px; color: #222; font-weight: 600; line-height: 1.6; margin: 1em auto .5em!important;}

.breadcrumb-wrapper {width: 100%; display: flex; padding: 1em 5%; color: #999; font-size: 13px; font-weight: 500; box-sizing: border-box; margin-top: 4.5em;}
.breadcrumb-wrapper a, .breadcrumb-wrapper p {padding: 0 5px; font-weight: 600;} 
.breadcrumb-wrapper a:hover {text-decoration: underline;}
.breadcrumb-wrapper .active-link {color: #222; text-decoration: underline;}


ul.content-list {list-style: none; font-weight: 600; display: flex; justify-content: center; flex-wrap: wrap; margin: 2em 0;}
ul.content-list li {padding: 1em 5%;  width: calc(33.33% - 1em); margin: .5em; text-align: center; background: #f4f4f4; border: 1px solid transparent; display: flex; align-items: center; justify-content: center; box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);}
ul.content-list li:hover, .services-wrapper .offering:hover, .job-wrapper:hover {background: #eee; transition: .2s ease-in-out all;}

.hero-wrapper {width: 100%; position: relative; z-index: 1; text-align: center; margin: 0 auto; -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%); clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);}
.hero-txt {position: absolute; width: 100%; height: 100%; background: rgba(17, 17, 17, .5); margin: 0 auto; left: 0; right: 0; top: 0; z-index: 10; padding: 0 15%; color: #fff; overflow: hidden; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.hero-txt h1 {text-transform: uppercase; font-size: 65px; font-weight: 700; margin: 2em auto; max-width: 900px; line-height: 1.2; font-family: 'open-sans-condensed', sans-serif;}
.hero-txt h1 span {display: block; margin-bottom: 1em; font-size: 22px;}

.explore-wrapper {width: 100%; padding: 3em 7%;}
.explore-title {width: 100%; display: flex; align-items: center; justify-content: space-between;}
.explore-title div {width: 50%;}
.explore-title h2 {text-transform: uppercase; display: block; margin-bottom: .25em; font-weight: 800; font-size: 28px; font-family: 'open-sans-condensed', sans-serif;}
.explore-title hr {border-bottom: 3px solid #000; max-width: 140px; margin: 0;}

.txt-banner {width: 100%; background: #f4f4f4; display: flex; justify-content: center; text-align: center; color: #000; font-weight: 700; font-size: 20px; padding: 2em 7%; font-family: 'open-sans-condensed', sans-serif;}

.category-wrapper {width: 100%; text-align: center; padding: 5em 15%;}
.category-wrapper p {text-transform: uppercase; font-weight: 800; font-size: 26px; display: block; margin-bottom: 2em; line-height: 1.3; font-family: 'open-sans-condensed', sans-serif;}

/* zoom buttons */
.zoom-wrapper {width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 3em 0 0; margin-top: 0; position: relative; z-index: 0;}
.zoom-container {width: 50%; /*height: 400px;*/ position: relative; overflow: hidden; box-sizing: border-box; display: flex; flex-wrap: wrap;}
.zoom-container img {width: 100%; height: auto; max-width: none; filter: grayscale(1);}
.zoom-container:hover img {transform:scale(1.05); transition: all .5s ease;}
.zoom-container:hover .zoom-caption {background: rgba(0, 0, 0, .5)!important; transition: all .2s ease-in-out;}
.zoom-container:hover img {filter: grayscale(0);}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
    transition: all .5s ease;
	padding: 1.5em 10%;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background: rgba(0, 0, 0, .7);
	/*text-shadow: 1px 1px 8px #222;*/
}
.zoom-container .zoom-caption:hover {background: rgba(28, 38, 51, .3);}
.zoom-container .zoom-caption p span {color: #fff; line-height: 1.2; display: block; text-transform: uppercase; margin: 0 0 .5em; position: relative; font-size: 32px; font-weight: 700; font-family: 'open-sans-condensed', sans-serif;}
.zoom-container .zoom-caption p {color: #fff;}
.zoom-container .zoom-caption b {color: #fff; text-transform: uppercase; letter-spacing: 1px; padding: .25em 0; border-bottom: 1px solid #fff;}
.zoom-container .zoom-caption:hover b {letter-spacing: 1.5px; transition: .3s ease-in-out;}
.zoom-container .zoom-caption i {position: absolute; bottom: 30px; right: 2em; font-size: 24px; color: #fff; padding: 12px; border-radius: 100%; border: 1px solid #fff; width: 50px; height: 50px;}

.contact-info {width: 95%; display: flex; justify-content: center; align-items: center; padding: 3em 0; border-bottom: 1px solid #ddd; margin: 0 auto 4em; text-align: center;}
.contact-info span {text-transform: uppercase;}

/* rental categories */
.rental-categories {width: 100%; padding: 4em 7%;}
.filterDiv-wrapper {overflow: hidden; width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}

.filterDiv {background: #fff; color: #000; width: calc(20% - 2em); margin: 1em; flex-wrap: wrap; display: none; /* Hidden by default */ /*box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px;*/ text-decoration: none;}
.filterDiv.lrg {width: calc(100% - 2em);}
.filterDiv:hover {box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%); transition: .3s ease-in-out all; text-decoration: none;}
.filterDiv img {width: 100%; height: auto; /*aspect-ratio: 3 / 2; object-fit: cover;*/}

.filterDiv-txt {display: flex; flex-wrap: wrap; text-align: center; padding: 1em; flex-direction: column; width: 100%; background: #fff;}
.filterDiv-txt h2 {font-size: 18px!important;}
.filterDiv-txt p {display: block; margin-top: .5em; font-size: 14px;}
.filterDiv-txt p span {font-size: 12px; display: block; margin-top: 10px;}

.show {display: flex;}

button.btn {border: 1px solid #ddd; border-radius: 30px; outline: none; padding: 10px; font-size: 14px; background: #f4f4f4; color: #000; cursor: pointer; width: calc(33.33% - 1em); margin: .5em; font-weight: 700; font-family: 'Open Sans', sans-serif; text-transform: uppercase;}
button.btn:hover {border: 1px solid #000; transition: .3s ease-in-out all;
}
button.btn.active {background: #f4f4f4; color: #000; border: 1px solid #000;}

div#myBtnContainer {width: 100%; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 1em;}


/*  contact form + captcha
------------------------------*/
#form {padding: 0; width: 80%; margin: 3em auto;}
#form .form-row {display: block; text-align: left!important;}
#form .form-row label{font-weight: 600; color: #000;}
#form input[type="text"], #form input[type="email"], #form select, #form textarea, #form input[type="date"] {width: 100%; margin: 10px 0 20px; padding: 10px; border: 1px solid #ddd; background: #f4f4f4; font-weight: 500; color: #222; height: 50px;}
#form textarea {height: 111px;}
#form select {font-size: 16px;}

.CaptchaPanel{line-height: normal !important;}
.CaptchaAnswerPanel input{width: 100%; max-width: 350px; padding: 10px; margin: 5px 0; background: #f4f4f4; border: 1px solid #ddd; color: #000;}
.CaptchaMessagePanel{padding: 0 !important; margin: 0 !important; font-weight: normal !important; font-size: 12px; line-height: 50px; color: #444;}
.CaptchaImage {width: auto!important; padding: 0!important;}
.CaptchaAnswerPanel{margin: 0; padding: 2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel{line-height: 0; margin: 0; padding: 8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a{font-size: 12px; color: #333;} .CaptchaWhatsThisPanel a:hover{text-decoration: none;}


/* FOOTER */
.footer {width: 100%; background: #000; color: #fff; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.signup-wrapper {width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 5em 7%; border-bottom: 1px solid #444;}
.signup-wrapper div {width: 50%; font-size: 14px;}
.signup-wrapper h3 {text-transform: uppercase; display: block; margin-bottom: 1em; font-size: 26px; line-height: 1.3; font-family: 'open-sans-condensed', sans-serif;}
.signup-wrapper p {font-size: 14px;}
.signup-wrapper p a {font-weight: 700; color: #fff;}
.signup-wrapper p a:hover {color: #fff;}
.ftr-nav {width: 60%; padding: 3em 7%; display: flex; justify-content: center;}
.ftr-nav div {width: calc(33.33% - 2em); margin: 1em;}
.ftr-nav h3 {color: #fff; display: block; margin-bottom: 1em; line-height: 1.3; font-size: 20px; font-family: 'open-sans-condensed', sans-serif;}
.ftr-nav a {font-size: 14px; margin: 5px 0; display: inline-block; color: #fff; text-decoration: none;}
.ftr-nav a:hover {text-decoration: underline; color: #fff;}
.ftr-contact {padding: 2em 5%; background: #fff; color: #000; margin: 3em 7% 3em 0;}
.ftr-contact h3 {color: #000; display: block; margin-bottom: .5em; line-height: 1.3; font-family: 'open-sans-condensed', sans-serif; font-size: 20px;}
.ftr-contact a {color: #000; display: flex; align-items: center; font-weight: 600; font-size: 16px;}
.ftr-contact div {color: #000; display: flex; align-items: flex-start; font-weight: 600; line-height: 1.8;}
.ftr-contact a span {display: block; font-size: 13px;}
.ftr-contact i {padding: 7px 6px; margin: 10px 10px 10px 0; display: inline-flex; justify-content: center; align-items: center; border-radius: 100%; width: 50px; height: 50px; text-align: center; color: #000; font-size: 18px; background: #f4f4f4;}
.ftr-contact a:hover i {background: #eee; transition: .3s ease-in-out all;}
.ftr-bottom {width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 6em 7%; border-top: 1px solid #444;}
.bottom-logo {display: flex; align-items: center;}
.bottom-logo img {width: 100%; max-width: 180px;}
.bottom-logo p {text-transform: uppercase; color: #999; display: inline-block; margin-left: 2em; font-family: 'open-sans-condensed', sans-serif; font-size: 16px; font-size: 800;}
.social-links a {color: #fff; margin-left: 1vw; font-size: 18px;}
.social-links a:hover {opacity: .8; transition: .3s ease-in-out all;}


/* MEDIA QUERIES (RESPONSIVE) */
@media screen and (max-width: 1400px) {		
	.content-width {width: 85%;}
	.content-width.cf {margin: 4em auto 1em!important;}
	
	.inv-search {max-width: 190px;}
	.inv-search form {width: 90%;}
	.inv-search form input[type="text"] {font-size: 16px;}
	
	img#main-logo {max-width: 275px; margin-bottom: -4em;}	
	.header .flex-wrapper, .inv-header .flex-wrapper {margin: -1em 0;}	
	body.down .header.clone img#main-logo {max-width: 187px;}
	
	.hero-txt h1 {font-size: 48px;}
	.hero-txt h1 span, .txt-banner {font-size: 16px;}
	
	.zoom-container .zoom-caption p span {font-size: 24px;}
	
	a#cta-btn button, a#cta-btn2 button, a#cta-btn3 button, .zoom-container .zoom-caption p, .slide-txt p, .signup-wrapper p, .bottom-logo p, .hero-txt a {font-size: 14px;}
	
	.page-title h1 {font-size: 36px;}	
	.content-wrapper h1 {font-size: 36px;}	
	.content-wrapper h2, .signup-wrapper h3 {font-size: 22px;}	
	.content-wrapper h3 {font-size: 20px;}
	
	.filterDiv {width: calc(33.33% - 2em);}
}


@media screen and (max-width: 1200px){	
	body.down .header.clone {display: none;}
	
	.top-bar {padding: .75em;}
	
	.content-width.cf {margin: 2em auto 1em!important;}
	
	.breadcrumb-wrapper {margin-top: 3.5em;}
	
	img#main-logo {margin-bottom: -6em; padding-left: 2em;}
	
	.header .flex-wrapper, .inv-header .flex-wrapper {margin: 0;}
	
	body.down .header.clone img#main-logo {max-width: 130px;}
	
	ul.content-list li {width: calc(100% - 1em);}
	
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
	
	.contact-info {flex-wrap: wrap;}
	.contact-info .column4:nth-child(2) {margin: 2em 0!important;}
			
	a#cta-btn button, a#cta-btn2 button, a#cta-btn3 button, #form input[type="submit"], .CaptchaAnswerPanel input {width: 100%; max-width: 350px;}
	
	.ftr-nav {width: 100%;}
	.ftr-contact {width: 100%; max-width: 400px; margin: 1em 7% 3em;}
	
	.marg6 {margin: 4em auto!important;}
	
	.page-title {padding: 4em 10% 3em;}
	
	.hero-txt h1 {font-size: 4.5vw; margin: 1em auto;}	
		
}

@media screen and (max-width: 900px) {
	
	.signup-wrapper {flex-direction: column; padding: 4em 7%;}
	.signup-wrapper div {width: 100%;}
	
	.filterDiv {width: calc(50% - 2em);}
	
	.hero-txt h1 span {font-size: 2vw;}
	
	.zoom-container {width: 100%;}
	
	.category-slider a.cta button {padding: 1em;}
	
}

@media screen and (max-width: 700px) {
	.hero-txt {justify-content: flex-end; padding: 0 15% 1em;}
	.page-title h1 {font-size: 30px;}
	.page-title p {font-size: 14px;}

	.ftr-bottom {padding: 4em 7%; flex-direction: column; justify-content: center; flex-wrap: wrap;}
	.bottom-logo {width: 100%; flex-direction: column;}
	.bottom-logo p {margin-left: 0; margin: 2em 0 1em;}
	.bottom-logo img {max-width: 150px;}
}

@media screen and (max-width: 550px) {
	img#main-logo {max-width: 230px; padding-left: 1em;}
	
	.breadcrumb-wrapper {margin-top: 2.5em;}
	
	.ftr-nav {flex-wrap: wrap;}
	.ftr-nav div {width: calc(100% - 2em)}
	.ftr-contact {max-width: none;}
	
	button.btn {width: calc(100% - 1em);}
	.hero-txt h1 span {display: none;}
	
	.explore-title {flex-direction: column-reverse;}
	.explore-title div {width: 100%;}
	.explore-title div.align-right {text-align: center; margin-bottom: 4em;}
}

@media screen and (max-width: 480px) {
	.filterDiv {width: calc(100% - 2em);}
	img#main-logo {max-width: 210px;}
}