@import "fonts.css";
@import "icons.css";
@import "items.css";
@import "adaptive.css";
@import "aspect-ratio.css";

body{
	overflow-x: hidden;
}
:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}
button{cursor: pointer}
.photo{
	background-size: cover;
	background-position: center;
}


.header{
	background-color: #000;
}
.header li{
	color: #fff;
	list-style-type: none;
	height: 68px;
	line-height: 68px;
	display: inline-block;
	font-family: Proxima Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	margin-left: 18px;
}
.header li i{
	margin-right: 8px;
}
.header button, .unibutton{
	height: 54px;
	margin-top: 6px;
	margin-left: 24px;
	padding: 0px 24px;
	border-radius: 8px;
	border: 0px;
	background-color: #FCC72E;
}
.header button:hover, .unibutton:hover{
	background-color: #FFD867;
}
.unibutton{
	margin: 0px;
	margin-bottom: 32px;
	width: 280px;
}
.navbar{
	display: flex;
	min-height: 60px;
	align-items: baseline;
}
.navbar a{
	display: inline-block;
	color: #000 !important;
	font-family: Proxima Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	line-height: 24px;
	margin: 0px 32px;
	margin-top: 10px;
}
.navbar a:hover{
	border-bottom: 2px solid #000;
}
.promo{
	display: flex;
	height: 640px;
}
.promo .container{
	position: relative;
}
.promo .cargo{
	z-index: -1;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -400px;
	width: 880px;
	background-image: url(images/garbage.png);
	background-repeat: no-repeat;
	height: 540px;
}
.promo h1{
	font-family: Proxima Nova Bold;
	line-height: 78px;
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	color: #000;
}
.promo h1 span{
	background-color: #FCC72E;
}
.promo button{
	cursor: pointer;
	width: 240px;
	height: 62px;
	box-sizing: border-box;
	border: 2px solid #000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	font-family: Proxima Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}
.promo button:hover{
	border: 0px;
	background-color: #FCC72E;
}
.content h3{
	font-family: Proxima Nova Bold;
	font-style: normal;
	font-weight: bold;
	font-size: 44px;
	margin-bottom: 64px;
	margin-top: 20px;
}
.vcenter{
	display: flex;
	align-items: center;
}
.stock {
	margin: 0px;
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100%;
	padding: 48px;
	box-sizing: border-box;
	background: #FCC72E;
	border-radius: 16px;
}
.stock h4{
	font-style: normal;
	font-weight: bold;
	font-size: 44px;
	line-height: 54px;
}
.stock p{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
}
.stock button{
	background-color: #fff !important;
	height: 62px;
	border-radius: 8px;
	border: none;
	padding: 0px 24px;
}
.stock button:hover{
	background-color: #FFD867;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
}
.location{
	margin-bottom: 180px;
}
.location li{
	font-size: 18px;
	display: inline-block;
	list-style-type: none;
	vertical-align: middle;
	margin-bottom: 16px;
}
.location i{
	margin-right: 10px;
}
.location iframe{
	width: 100%;
	height: 400px;
}
.footer{
	background-color: #000;
	color: #fff;
	list-style-type: none;
	padding-top: 80px;
	padding-bottom: 110px;
	font-size: 18px;
	line-height: 22px;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #ddd;
}
.footer i{
	width: 24px;
	height: 24px;
	margin-top: 24px;
	margin-right: 24px;
}
.page-404{
	height: 700px;
	background-image: url(images/404.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.page-404 h3{
	margin: 0px;
	margin-top: 60px;
	font-style: normal;
	font-weight: bold;
	font-size: 44px;
	line-height: 54px;
	display: flex;
}
.description{
	color: rgba(0, 0, 0, 0.64);
}
.description .box{
	margin-top: 8px;
	margin-left: 16px;
	margin-bottom: 16px;
	width: 350px;
	height: 350px;
}
.description h3{
	color: #000;
	margin-top: 64px;
	margin-bottom: 24px;
}
.description .includes li{
	font-family: Proxima Nova;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	list-style-type: none;
	line-height: 24px;
	margin-bottom: 12px;
}
.description .includes b{
	color: #000;
	font-family: Proxima Nova;
	font-size: 20px;
}
.description button{
	margin: 48px 0px;
	width: 100%;
	height: 62px;
	background-color: #FCC72E;
	border: none;
	border-radius: 8px;
}
.greenbox{
	margin: 48px 0px;
	background-color: rgba(111, 207, 151, 0.4);
	padding: 32px 24px;
}
.greenbox i{
	width: 74px;
	height: 74px;
	float: left;
	margin-right: 24px;
}
.description table{
	width: 100%;
	color: #000;
	font-size: 18px;
	margin: 48px 0px;
	background-color: #FCC72E;
	border: 2px solid #FCC72E;
}
.description table th{
	padding: 0px 32px;
	line-height: 46px;
}
.description table tr{
	line-height: 48px;
}
.description table td{
	padding: 0px 32px;
	background-color: #eee;
}
.description table tr:nth-child(2n) td{
	background-color: #fff;
}
.instaButton{
	display: block;
	width: 100%;
	line-height: 40px;
	background-color: #FCC72E;
	padding-left: 24px;
	color: #000 !important;
	text-decoration: none !important;
}
.sw-options a{
	cursor: pointer;
	padding: 0px 16px;
	border-radius: 24px;
	line-height: 48px;
	border: 1px solid rgba(0, 0, 0, 0.44);
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 8px;
}
.sw-options a.selected{
	background-color: #FFD867;
	border: 1px solid #FCC72E;
}
.sw-select{
	height: 62px;
	border-radius: 31px;
	border: 1px solid rgba(0, 0, 0, 0.44);
	box-sizing: border-box;
	padding-left: 24px;
	padding-right: 48px;
	appearance: none;
}
.sw-title{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
	margin-top: 24px;
}
.sw-price{
	font-size: 32px;
	line-height: 39px;
	margin-bottom: 24px;
	padding-top: 30px;
	border-top: 1px solid #000;
	margin-right: -64px;
	margin-left: -64px;
	margin-top: 16px;
	padding-left: 64px;
}









.header-wrap{
	z-index: 222;
	position: fixed;
	width: 100vw;
}
.navbar{
	background-color: #fff;
}
.content, .promo{
	padding-top: 160px;
}
.mobile-nav a{
	color: #FFF !important;
	font-size: 21px;
	line-height: 40px;
}
.mobile-menu-wrap{
	display: none;
}
.mobile-menu{
	display: none;
	width: 68px;
	height: 68px;
	float: right;
}
.mobile-menu i{
	color: #fff;
	line-height: 68px;
	text-align: center;
	width: 100%;
	font-size: 24px;
}
.mobile-navbar{
	display: none;
	top: 68px;
	z-index: 223;
	width: 100vw;
	height: calc(100vh - 68px);
	background: #000;
	position: fixed;
	display: none;
}
.header a{
	color: #fff !important;
}


















select{
	background-image: url(/assets/default/images/select-down.png);
	background-repeat: no-repeat;
	background-position: right 19px center;
	cursor: pointer;
}
select:hover{
	background-image: url(/assets/default/images/select-up.png);
	background-repeat: no-repeat;
	background-position: right 19px center;
	cursor: pointer;
}




/*.jobs li{
	height: 4px;
	padding: 0px 16px;
}
.jobs h4{
	margin-bottom: 24px;
}
.jobs ul{
	margin-top: -32px;
}*/