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{
	outline: none;
	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: 'Black';
	src: url('../fonts/Montserrat-Black.eot');
	src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Montserrat-Black.woff2') format('woff2'),
		 url('../fonts/Montserrat-Black.woff') format('woff'),
		 url('../fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Regular';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Montserrat-Regular.woff2') format('woff2'),
		 url('../fonts/Montserrat-Regular.woff') format('woff'),
		 url('../fonts/Montserrat-Regular.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(255, 255, 255, 1);
	border-radius: 10px;
}
body::-webkit-scrollbar{
	width: 7px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background: linear-gradient(#E7315F, #7E07B1	);
}
.nopadding{
	padding: 0;
}
.fade{
	opacity: 1;
}
.modal-open{
	padding: 0;
}
@keyframes pulse{
	0%, 100% {top: 0;}
	50% {top: 20px;}
}
header{
	position: absolute;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 1;
}
header .logo{
	padding: 50px 0 0 60px;
}
.arrows{
	position: relative;
	-webkit-animation: pulse 1.8s infinite;
	-moz-animation: pulse 1.8s infinite;
	-o-animation: pulse 1.8s infinite;
	animation: pulse 1.8s infinite;
}
.hero{
	visibility: hidden;
	height: 975px;
	background: url('../img/hero.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 350px 0 0 0;
}
.hero img{
	display: block;
	margin: 0 auto;
}
.hero h1{
	font-family: Regular;
	font-size: 1.6em;
	color: #fff;
	text-align: center;
	margin: 40px 0 30px;
}
.prize{
	visibility: hidden;
	position: relative;
	padding-left: 400px;
}
.prize .perfume{
	position: absolute;
	top: -210px;
	left: -100px;
	z-index: 1;
}
.prize .num{
	position: relative;
	top: 140px;
	padding: 0 40px 0 190px;
	z-index: 2;
}
.prize .grad{
	position: absolute;
	top: 80px;
	right: 0;
}
.prize p{
	position: relative;
	top: -30px;
	left: 500px;
	width: 600px;
	font-family: Regular;
	font-size: 1.6em;
	line-height: 1.3;
	color: #fff;
	z-index: 2;
}
.prize .next-sec{
	text-align: center;
	margin: 150px 0 55px -400px;
}
.videos{
	visibility: hidden;
	padding: 0 400px; 
}
.videos .col-lg-4{
	position: relative;
	text-align: center;
	margin-bottom: 75px;
}
.videos .col-lg-4 p{
	font-family: Regular;
	font-size: 1em;
	color: #E61375;
	text-align: center;
	margin-top: 5px;
}
.videos .col-lg-4 .btn{
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.2s ease-in-out;
}
.videos .col-lg-4:hover .btn{
	transform: scale(0.8) translateX(-60%);
}
.vote{
	display: block;
	font-family: Black;
	font-size: 1.3em;
	color: #7E07B1;
	text-transform: uppercase;
	margin: 10px auto 0;
	transition: all 0.2s ease-in-out;
}
.vote:focus,
.vote:active{
	color: #7E07B1;
}
.vote:hover{
	color: #E61375;
}
.vote img{
	position: relative;
	top: 15px;
	right: 15px;
}
footer{
	border-top: 1px solid #EBEBEB;
	padding: 50px 0;
}
footer p{
	font-family: Light;
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #B4B4B4;
	text-align: center;
}
footer .terms{
	margin-bottom: 40px;
}
footer a{
	color: #B4B4B4;
	transition: all 0.2s ease-in-out;
}
footer a:hover{
	color: #E7315F;
}
.modal-header{
	border: none;
	padding: 1rem 1rem 0;
}
.styled-modal .modal-dialog{
	max-width: 80%;
	border-radius: 0;
}
.styled-modal .modal-content{
	background: #7E07B1;
	border: none;
	border-radius: 0;
	color: #fff;
}
.styled-modal .modal-body{
	text-align: center;
	padding: 100px 160px;
}
.styled-modal .close{
	opacity: 1!important;
}
.styled-modal h2{
	font-family: Black;
	font-size: 4em;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.styled-modal h3{
	font-family: Black;
	font-size: 4em;
	line-height: 1.1;
	text-transform: uppercase;
	color: #7E07B1;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.styled-modal p{
	font-family: Regular;
	font-size: 1.5em;
	line-height: 1.4;
	margin-bottom: 60px;
}
.styled-modal input{
	width: 100%;
	font-family: Regular;
	font-size: 1.1em;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	outline: none;
	padding: 13px 20px;
	margin-bottom: 25px;
}
.styled-modal input::placeholder{
	color: rgba(255, 255, 255, 0.5);
}
.checkbox input[type="checkbox"]{
	display: none;
}
.checkbox input[type="checkbox"] + label:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 1px;
	margin-right: 10px;
	background-clip: content-box;
	border: 2px solid #fff;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	position: relative;
	top: 2px;
}
.checkbox input[type="checkbox"]:checked + label:before{
	background-color: #fff;
}
.checkbox label{
	font-family: Regular;
	font-size: 1.1em;
	margin-top: 15px;
}
.checkbox label a{
	color: #fff;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}
.checkbox label a:hover{
	color: #E7315F;
}
.styled-modal button{
	color: #fff;
	border: none;
	background: transparent;
	margin-top: 30px;
}
.styled-modal video{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.footer-modal{
	font-family: Regular;
}
.footer-modal .close{
	font-size: 50px;
}
.footer-modal .bold{
	font-family: Black;
}
.footer-modal p.bold{
	text-decoration: underline;
}
.footer-modal .red{
	color: #E7315F;
}
.modal-dialog{
	max-width: 65%;
	margin: 50px auto;
}
.footer-modal h2{
	font-family: Black;
	font-size: 1.7em;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 30px;
}
.footer-modal h2::after{
	display: none;
}
.footer-modal p{
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 15px;
}
.footer-modal a{
	color: #E7315F;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}
.footer-modal a:hover{
	color: #000;
}
/*#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){

}