* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: unset;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
a {text-decoration:none;cursor: pointer;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	cursor: pointer;
	border: none;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*=== END RESET ===*/
::-moz-selection {
    background: #AB803B;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #AB803B;
    color: #fff;
    text-shadow: none;
}

/*=== Clearfix ===*/
.clear {clear: both;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/*=== ELEMENTS ===*/
img {max-width: 100%;}
body {
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 16px;
	line-height: 24px;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "apotek", sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1 {font-size: 48px;line-height: 50px;}
h2 {font-size: 36px;line-height: 38px;}
h3 {font-size: 35px;line-height: 37px;}
h4 {font-size: 26px;line-height: 34px;}
h5 {font-size: 23px;line-height: 25px;}
h6 {font-size: 18px;line-height: 20px;}
.button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	padding-top: 25px;
}
button.primary-button, button.secondary-button {
	font-family: "apotek", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
    transition: all ease .3s;
    padding: 7px 17px;
}
button.primary-button i.right-icon, button.secondary-button i.right-icon {
	transition: .3s ease all;
}
button.primary-button:hover i.right-icon, button.secondary-button:hover i.right-icon {
	transition: .3s ease all;
	margin-left: 15px;
}
button.primary-button {
    background-color: #00305B;
    color: #ffffff;
    border: 1px solid #00305B;
}
button.primary-button:hover {
	background-color: #AB803B;
}
button.secondary-button {
    background-color: #946F33;
    color: #ffffff;
    border: 1px solid #AB803B;
}
button.secondary-button:hover {
	background-color: #00305B;
}

/*=== GLOBAL ===*/
.flex-container {
	display: flex;
}
.flex-vertical {
	flex-direction: column;
}
.flex-horizontal {
	flex-direction: row
}
.flex-width {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}
.flex-height {
	height: 100%;
}
.flex-wrap {
	flex-wrap: wrap;
}
.set-width {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

.justify-center {
	justify-content: center;
}
.justify-right {
	justify-content: flex-end
}
.justify-left {
	justify-content: flex-start
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.justify-evenly {
	justify-content: space-evenly;
}

.align-center {
	align-items: center;
}
.align-top {
	align-items: flex-start;
}
.align-bottom {
	align-items: flex-end;
}
.align-all-center {
	align-items: center;
	justify-content: center;
}

.align-self-center {
	align-self: center;
}
.align-self-right {
	align-self: flex-end;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.left-icon {
	margin-right: 10px;
}
.right-icon {
	margin-left: 10px;
}
.clickable {
	cursor: pointer;
}

.mobile-only {
	display: none;
}

.max-width {
	max-width: 1920px;
	width: 90%;
	margin: 0 auto;
}
.hidden {
	display: none;
	transition: all ease .3s;
}
.success-message {
	color: #188d2b;
}
.paragraph {
	padding-top: 15px;
}
ul.breadcrumb {
	padding: 10px 0 0;
	list-style: none;
}
ul.breadcrumb li {
	display: inline;
	font-size: 14px;
	line-height: 18px;
}
ul.breadcrumb li+li:before {
	padding: 8px;
	color: #AB803B;
	content: "/\00a0";
}
ul.breadcrumb li a {
	text-decoration: none;
}
ul.breadcrumb li a:hover {
	text-decoration: underline;
}
.logo-container .logo {
	max-width: 250px;
	width: 100%;
}
.half-and-half .text-half .text-half-container  {
	padding: clamp(50px, 5vw, 75px) 5vw;
}
.half-and-half .img-half {
	line-height: 0;
}
.half-and-half .img-half img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}
.arrow-bg {
	background-image: url("/siteart/chevron-left.png"), url("/siteart/chevron-right.png");
	background-position: calc(0% - 100px) center, calc(100% + 100px) center;
	background-repeat: no-repeat, no-repeat;
	overflow: hidden;
	padding: clamp(50px, 5vw, 75px) 5vw;
	background-color: #ffffff;
}
.banner-bg {
	background-color: #00305B;
	color: #ffffff;
	padding: 20px 0;
	text-align: center;
}
.banner-bg h2, .banner-bg h3, .banner-bg h4{
	font-weight: 300;
}
.grey-bg {
	background-color: #ECECEC;
}
.ordered-list {
	list-style: decimal-leading-zero;
	list-style-position: inside;
}
.map {
	line-height: 0;
}

/*=== CONTACT-INFO ===*/
.contact-info-container {
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.contact-info-container .contact-item {
	box-shadow: 0 0 15px 0 #b0b0b0;
    text-align: center;
    padding: 25px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    transition: .3s ease all;
}
.contact-info-container .contact-item:hover {
	box-shadow: 0 0 15px 5px #b0b0b0;
}
.contact-info-container .contact-item i {
	color: #00305B;
    font-size: 24px;
}

/*=== HEADER ===*/
header.site-header {
	position: relative;
	box-shadow: 0 0 25px 0px #000000;
}
header.site-header .logo-container {
	padding: 20px 5vw;
}
header.site-header .top-nav {
	background-color: #00305B;
	color: #ffffff;
	padding: 5px 5vw;
	gap: 20px;
}
header.site-header .top-nav-mobile {
	display: none;
}

/*=== FOOTER ===*/
footer.site-footer .top-footer {
	background-color: #00305B;
	color: #ffffff;
	padding: 30px;
	font-family: "apotek", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
}
footer.site-footer .top-footer .footer-nav {
	gap: 10px 20px;
	padding-top: 20px;
	font-weight: bold; 
}
footer.site-footer .bottom-footer {
	padding: 10px 0;
	font-size: 14px;
}

/*=== PAGE STYLES ===*/
/*=== DEFAULT-PAGE ===*/
.sub-page .hero-container {
	background-color: #00305B;
	color: #ffffff;
	padding: 20px 0;
	text-align: center;
}
.sub-page .hero-container h2 {
	font-size: 32px;
}

/*=== DEFAULT-PAGE ===*/
.default-page .hero-container {
	background: url("../siteart/new-trailer1.jpg");
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
}
.default-page .hero-container .hero-text-container {
	background-color: rgba(255, 255, 255, .9);
	max-width: max-content;
	text-align: center;
	padding: 25px;
	margin: clamp(50px, 5vw, 75px) 5vw;
}
.default-page .hero-container .hero-text-container h2 {
	font-size: 32px;
}
.default-page .hero-container .hero-text-container .paragraph {
	padding-top: 5px;
}
.default-page .hero-container .hero-text-container p {
	font-size: 21px;
}
.default-page .cat-container-slider {
	opacity: 0;
    visibility: hidden;
}
.default-page .cat-container-slider.slick-initialized {
	visibility: visible!important;
    opacity: 1;
}
.default-page .cat-container-slider .slick-track {
	display: flex!important;
	gap: 20px;
}
.default-page .cat-container-slider .slick-track .cat {
	box-shadow: 0 0 15px 0 #b0b0b0;
	text-align: center;
	padding: 25px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: .3s ease all;
}
.default-page .cat-container-slider .slick-track .cat:hover {
	box-shadow: 0 0 15px 5px #b0b0b0;
}
.default-page .cat-container-slider .slick-track .cat img {
	max-height: 150px;
	object-fit: contain;
	line-height: 0;
}
.default-page .cat-container-slider .slick-track .cat .button-group {
	justify-content: center;
}
.default-page .trailer-img {
	background-image: url("../siteart/new-trailer2.jpg");
	background-position: center;
	background-size: cover;
	min-height: 250px;
}

.default-page .trailer-stack {
	background-image: url("../siteart/new-trailer3.jpg");
	background-position: center;
	background-size: cover;
	min-height: 250px;
}

/*=== LEASE-PAGE ===*/
.lease-page {
	background-color: #ECECEC;
}
.lease-page .form-section {
	padding: 5vw 0;
}

/*=== FAQ-PAGE ===*/
.faq-page .question {
	padding-bottom: 25px;
}

/*=== ABOUT-PAGE ===*/
.about-page .about-img {
	background-image: url("/siteart/stacked-trailer.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 250px;
}
.about-page .benefits {
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.about-page .benefits .item {
	box-shadow: 0 0 15px 0 #b0b0b0;
    text-align: center;
    padding: 25px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    transition: .3s ease all;
}
.about-page .benefits .item:hover {
	box-shadow: 0 0 15px 5px #b0b0b0;
}
.about-page .benefits .item i {
	color: #00305B;
	font-size: 24px;
}

@media screen and (max-width: 1200px) {
	/*=== ABOUT-PAGE ===*/
	.about-page .benefits {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 1100px) {
	header.site-header .top-nav span.desktop {
		display: none;
	}
}

@media screen and (max-width: 875px) {
	.flex-horizontal {
		flex-direction: column
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: flex;
	}
	.flex-vertical-reverse {
		flex-direction: column-reverse;
	}

	/*=== CONTACT-INFO ===*/
	.contact-info-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 835px) {
	header.site-header .top-nav-desktop {
		display: none;
	}
	header.site-header .top-nav-mobile{
		display: flex;
	}
}

@media screen and (max-width: 680px) {
	.large-mobile-header {
		display: none;
	}
}

@media screen and (max-width: 500px) {

	/*=== ABOUT-PAGE ===*/
	.about-page .benefits {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 400px) {
	header.site-header .top-nav-mobile {
		flex-wrap: wrap;
	}
	.button-group a {
		width: 100%;
	}

	/*=== HEADER ===*/
	header.site-header .logo-container {
		width: 75%;
	}
}
