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,
b, u, i,
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, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:focus,
a:active,
a:hover{
	background: inherit;
	color: inherit;
	text-decoration: none;
}
body{
	font-size: 100%;
	line-height: 1;
	overflow-x: hidden;
}
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;
}
@font-face{
	font-family: 'Bold';
	src: url('../fonts/AvantGardeGothicBdITC-Reg.eot');
	src: url('../fonts/AvantGardeGothicBdITC-Reg.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/AvantGardeGothicBdITC-Reg.woff2') format('woff2'),
		 url('../fonts/AvantGardeGothicBdITC-Reg.woff') format('woff'),
		 url('../fonts/AvantGardeGothicBdITC-Reg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Medium';
	src: url('../fonts/AvantGardeGothicMdITC-Reg.eot');
	src: url('../fonts/AvantGardeGothicMdITC-Reg.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/AvantGardeGothicMdITC-Reg.woff2') format('woff2'),
		 url('../fonts/AvantGardeGothicMdITC-Reg.woff') format('woff'),
		 url('../fonts/AvantGardeGothicMdITC-Reg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Regular';
	src: url('../fonts/playfairdisplay-regular-webfont.eot');
	src: url('../fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
		 url('../fonts/playfairdisplay-regular-webfont.woff') format('woff'),
		 url('../fonts/playfairdisplay-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0, 0, 0, 1);
	border-radius: 10px;
}
body::-webkit-scrollbar{
	width: 8px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background: #F36F21;
}
.nopadding{
	padding: 0;
}
.fade{
	opacity: 1;
}
.modal-open{
	padding: 0;
}
header{
	width: 100%;
	background: #221E20; 
}
.navbar{
	position: relative;
	padding: 15px 0 15px 120px;
	margin-bottom: 0;
	visibility: hidden;
}
.navbar .logo{
	width: 115px;
}
.navbar ul{
	position: absolute;
	right: 0;
	padding: 30px 80px 0 0;
}
.navbar ul li{
	display: inline-block;
	font-family: 'Medium';
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-right: 85px;
}
.navbar ul li::after{
	content: '';
	display: block;
	margin: 10px auto 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scaleX(0);  
  	transition: transform 0.15s ease-in-out;
}
.navbar ul li:hover:after{
	transform: scaleX(1);
}
.navbar ul li:after{
	transform-origin: 50%;
}
.navbar ul li:last-of-type{
	margin-right: 0;
}
.navbar ul li a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 0 0 3px;
	transition: all 0.2s ease-in-out;
}
.navbar ul li a:hover,
.navbar ul li a:focus{
	background: transparent;
	color: #fff;
}
.navbar ul li:not(.apply){
	position: relative;
	top: 7px;
}
.navbar ul .apply{
	position: relative;
	top: -15px;
	border: 1px solid #F36F21;
	padding: 20px 40px 5px;
	transition: all 0.2s ease-in-out;
}
.navbar ul .apply:hover{
	background: #F36F21;
}
.navbar ul .apply:hover:after{
	transform: scaleX(0);
}
.navbar-toggler{
	display: none;
	float: right;
	position: relative;
	outline-color: transparent!important;
	padding: 0 25px;
	z-index: 2;
}
.hamburger{
	display: block;
}
.hamburger span{
	display: block;
	width: 25px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 5px;
	transition: 0.4s
}
.change .bar1{
    -webkit-transform: rotate(-45deg) translate(-10px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2{
	opacity: 0;
}
.change .bar3{
    -webkit-transform: rotate(45deg) translate(-4px, -1px);
    transform: rotate(45deg) translate(-4px, -1px);
}
.hero{
	height: 800px;
	background: url('../img/hero.jpg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	padding: 220px 150px 0 0;
	visibility: hidden;
}
.hero .row{
	margin: 0;
}
.hero .col-lg-6:not(.nopadding){
	padding-left: 250px;
}
h1{
	font-family: Bold; 
	font-size: 4em;
	line-height: 1.1;
	text-transform: uppercase;
	border-left: 9px solid #fff;
	padding-left: 15px;
	margin-bottom: 25px;
}
.hero p{
	font-family: Medium;
	font-size: 1.4em;
	line-height: 1.3;
	padding-left: 25px;
}
.steps{
	visibility: hidden;
	color: #000;
	padding: 110px 200px;
}
.steps h2{
	font-family: Regular;
	font-size: 3em;
	margin-bottom: 30px;
}
.steps .col-md-12{
	position: relative;
	padding: 0 20% 150px;
}
.steps .col-md-12 img{
	height: 180px;
	position: absolute;
	top: 10px;
	left: 17%;
}
.steps .col-md-12 p{
	font-family: Medium;
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 20px;
}
.steps p span{
	font-family: Bold;
}
.steps .col-lg-4{
	position: relative;
}
.steps .col-lg-4 img{
	display: block;
	margin: 0 auto 45px;
}
.steps .col-lg-4 p{
	font-family: Medium;
	font-size: 1.1em;
	line-height: 1.2;
	text-align: center;
}
.shops{
	visibility: hidden;
	padding: 100px 16% 150px;
}
.shops h2{
	font-family: Regular;
	font-size: 3.5em;
	line-height: 1.5;
	padding-right: 70px;
	margin-top: 75px;
}
.shops a,
.shopping a{
	display: inline-block;
	background: transparent;
	border: 1px solid #000;
	border-radius: 0;
	font-family: Bold;
	font-size: 1em;
	letter-spacing: 3px;
	color: #000;
	text-transform: uppercase;
	padding: 20px 35px;
	transition: all 0.3s ease-in-out;
}
.shops a:hover{
	background: #000;
	color: #fff;
}
.shops img{
	display: block;
	margin-left: 80px;
}
.reg{
	visibility: hidden;
	width: 92%;
	position: relative;
	color: #fff;
	background: #221E20;
	padding: 60px 15px;
	margin: 0;
}
.reg .row{
	padding: 0 170px 0 330px;
}
.reg h2{
	font-family: Regular;
	font-size: 2.2em;
	margin-bottom: 30px;
}
.reg .fiscal{
	float: right;
	margin-right: 120px;
	margin-top: 25px;
}
.reg .lines{
	position: absolute;
	top: 0;
	left: 0;
}
.user-input-wrp input,
.upload-btn{
	font-family: Medium;
	font-size: 1em;
	color: #fff;
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1.5px solid #fff;
	padding-bottom: 7px;
	margin-bottom: 45px;
}
.user-input-wrp{
	position: relative;
	width: 100%;
}
.user-input-wrp .floating-label{
	font-family: Medium;
	font-size: 1em;
	color: #fff;
	position: absolute;
	pointer-events: none;
	top: 0;
	transition: all 0.2s ease;
}
.upload-btn{
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.upload-btn img{
	position: relative;
	right: 10px;
	float: right;
}
.upload-btn input[type=file]{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.user-input-wrp button{
	width: 100%;
	font-family: Medium;
	font-size: 1em;
	color: #fff;
	text-align: left;
	padding: 0;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: -18px;
	font-size: 13px;
}
.checkbox{
	margin-top: 15px;
}
.checkbox input[type="checkbox"]{
	display: none;
}
.checkbox input[type="checkbox"] + label:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 1px;
	margin-right: 20px;
	background-clip: content-box;
	border: 2px solid #fff;
	border-radius: 3px;
	position: relative;
	top: 3px;
}
.checkbox input[type="checkbox"]:checked + label:before{
	background-color: #fff;
}
.checkbox label{
	font-family: Medium;
	font-size: 1em;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 0;
}
.checkbox label a{
	color: inherit;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}
.checkbox label a:hover{
	color: #F36F21;
}
.reg .submit{
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	font-family: Bold;
	font-size: 1em;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 35px;
	margin-top: 50px;
	transition: all 0.3s ease-in-out;
}
.reg .submit:hover{
	background: #fff;
	color: #000;
}
.shopping{
	visibility: hidden;
	padding: 100px 16% 150px;
}
.shopping h2{
	font-family: Regular;
	font-size: 	3em;
	line-height: 1.2;
	padding-right: 100px;
}
.shopping a{
	margin-top: 35px;
}
.models{
	visibility: hidden;
	position: relative;
}
.models img{
	height: 600px;
}
.models .left{
	position: absolute;
	left: 0;
}
.models .mid{
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 1;
}
.models .right{
	position: absolute;
	top: 0;
	right: 0;
}
footer{
	background: #221E20;
	padding: 40px 160px;
}
footer .logo{
	position: relative;
	top: 30px;
}
footer ul li{
	display: inline-block;
	font-family: Medium;
	font-size: 1em;
	line-height: 1.7;
	color: #fff;
	margin-right: 80px;
}
footer ul li.address{
	position: relative;
	top: 30px;
}
footer ul li:last-of-type{
	margin-right: 0;
}
footer ul li a{
	color: #fff;
	transition: all 0.2s ease-in-out;
}
footer ul li a:hover{
	color: #F36F21;
}
footer ul .social a{
	margin-right: 15px;
}
footer ul .social img{
	transition: all 0.2s ease-in-out;
}
footer ul .social a:hover img{
	transform: scale(1.2);
}
footer .mid{
	text-align: center;
	margin: 100px 0 35px;
}
footer .mid li{
	margin-right: 100px;
}
footer .bottom{
	border-top: 1px solid #9D9D9D;
}
footer .copy{
	font-family: Medium;
	font-size: 1em;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin-top: 35px;
}
.modal-header{
	border-bottom: none;
	padding-bottom: 0;
}
.modal-body{
	padding-top: 0;
}
.modal-header .close{
	font-size: 3.5rem;
}
.footer-modal{
	font-family: 'Medium';
}
.footer-modal .bold{
	font-family: 'Bold';
}
.footer-modal p.bold{
	text-decoration: underline;
}
.footer-modal .red{
	color: #ED1C24;
}
.modal-dialog{
	max-width: 55%;
	margin: 50px auto;
}
.footer-modal h2{
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.footer-modal p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.error-modal .modal-body{
	padding: 50px;
}
.error-modal h2{
	font-family: Bold;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 30px;
}
.styled-modal .modal-dialog{
	max-width: 70%;
}
.styled-modal .modal-body{
	padding-left: 100px;
	padding-right: 100px;
}
.styled-modal h2{
	font-family: Medium;
	font-size: 2.5em;
	color: #000;
	text-align: center;
	margin-bottom: 60px;
}
.styled-modal .col-lg-6:after{
	content: '';
	display: block;
	width: 200px;
	height: 1px;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin: 0 auto 20px;
}
.styled-modal .col-lg-6:last-of-type:after{
	display: none;
}
.styled-modal p{
	font-family: 'Medium';
	color: #000;
	font-size: 1em;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 15px;
}
.styled-modal li{
	font-family: 'Medium';
	color: #000;
	font-size: 1em;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 15px;
}
#cookiebar{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: #221E20;
	padding: 20px 40px;
	z-index: 100;
}
#cookiebar p{
	font-family: Medium;
	font-size: 0.9em;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #fff;
}
#cookiebar a{
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	font-family: Bold;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #221E20;
	padding: 7px 20px 5px;
	margin: 10px 10px 0 0;
	transition: all 0.2s ease-in-out;
}
#cookiebar a:hover{
	background: #fff!important;
	color: #F36F21;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	.navbar ul{
		padding: 0 80px 0 0;
	}
}