/* FONTS */
@font-face{
	font-family: 'Black';
	src: url('../fonts/Intelligent Design - AvertaCY-Black.otf') format("opentype");
	src: url('../fonts/Intelligent Design - AvertaCY-Black.eot') format('embedded-opentype'),
		 url('../fonts/Intelligent Design - AvertaCY-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Intelligent Design - AvertaCY-Black.woff2') format('woff2'),
		 url('../fonts/Intelligent Design - AvertaCY-Black.woff') format('woff'),
		 url('../fonts/Intelligent Design - AvertaCY-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Bold';
	src: url('../fonts/Intelligent Design - AvertaCY-Bold.otf') format("opentype");
	src: url('../fonts/Intelligent Design - AvertaCY-Bold.eot') format('embedded-opentype'),
		 url('../fonts/Intelligent Design - AvertaCY-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Intelligent Design - AvertaCY-Bold.woff2') format('woff2'),
		 url('../fonts/Intelligent Design - AvertaCY-Bold.woff') format('woff'),
		 url('../fonts/Intelligent Design - AvertaCY-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Light';
	src: url('../fonts/Intelligent Design - AvertaCY-Light.otf') format("opentype");
	src: url('../fonts/Intelligent Design - AvertaCY-Light.eot') format('embedded-opentype'),
		 url('../fonts/Intelligent Design - AvertaCY-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Intelligent Design - AvertaCY-Light.woff2') format('woff2'),
		 url('../fonts/Intelligent Design - AvertaCY-Light.woff') format('woff'),
		 url('../fonts/Intelligent Design - AvertaCY-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}
html, body{
	height: 100%;
}
body{
	line-height: normal;
}
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;
}
input:focus,
textarea:focus{
    outline:none;
}
a{
	color: inherit;
}
a:hover,
a:active,
a:focus{
	text-decoration: none;
	color: inherit;
}
button{
	cursor: pointer;
}
button:focus,
button:active{
	outline: none;
}
.nopadding{
	padding: 0;
}

body{
	position: relative;
	background-image: url('../img/BG.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFAE3;
	color: #000;
	padding: 80px 0 0 0;
	overflow-x: hidden;
}

.blue-line{
	float: right;
	width: 12px;
	height: 115px;
	background: #89E3E5;
	margin-right: 80px;
}

.container-fluid{
	height: 100%;
}

/* LEFT COLUMN */
.left-column{
	padding: 0 0 0 50px;
}

.left-column .main-text{
	position: absolute;
	bottom: 5%;
	padding: 65px 250px 0 115px;
}

.left-column .main-text h1{
	color: #FFFAE3;
	font-family: 'Bold';
	font-size: 41px;
}

.left-column .main-text h1:after{
	content: '';
	display: block;
	background-color: #122E4F;
	height: 7px;
	width: 55.5%;
}

.left-column .main-text h1:last-of-type:after{
	position: relative;
	left: -20px;
	width: 51%;
}

.left-column .main-text p{
	color: #FFFAE3;
	font-family: 'Bold';
	font-size: 18px;
	line-height: 27px;
	margin-top: 25px;
}

/* RIGHT COLUMN */
.form{
	color: #122E4F;
	font-family: 'Bold';
	padding: 120px 0 0 150px;
	/*margin-top: 120px;*/
}

.form p{
	font-family: 'Light';
	font-size: 52px;
	line-height: 51px;
	margin-bottom: 40px;
}

.form p span{
	font-family: 'Black';
}

.form .form-group{
	margin-bottom: 35px;
}

.form label{
	cursor: text;
	font-size: 18px;
	margin-bottom: 10px;
}

.form input:not([type='checkbox']){
	background: transparent;
	border: 2px solid #122E4F;
	border-radius: 4px;
	height: 50px;
	width: 430px;
	font-size: 18px;
	color: #122E4F;
	padding: 0 10px;
}

.form .checkbox input[type="checkbox"]{
	display: none;
}

.form .checkbox input[type="checkbox"] + label:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 2px;
	margin-right: 15px;
	background-clip: content-box;
	border: 2px solid #122E4F;
	border-radius: 4px;
	position: relative;
	top: 3px;
}

.form .checkbox input[type="checkbox"]:checked + label:before{
	background-color: #F45683;
}

.form .checkbox label{
	cursor: pointer;
	font-family: 'Light';
}

.form .checkbox label a{
	font-family: 'Black';
}

.form button{
	border: none;
	border-radius: 25px;
	background: #F45683;
	font-family: 'Black';
	letter-spacing: 1px;
	font-size: 18px;
	color: #FFFAE3;
	padding: 15px 80px;
	transition: all 0.2s ease-in-out;
}

.form button:hover{
	color: #122E4F;
}

/* FOOTER */
footer{
	position: absolute;
	right: 6%;
	bottom: 1.5%;
}

footer ul li{
	font-family: 'Bold';
	font-size: 13px;
	display: inline-block;
	border-right: 2px solid #000;
	padding-right: 10px;
	margin-right: 7px;
}

footer ul li:last-of-type{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

/* MODALS */
.modal-dialog{
	max-width: 60%;
}

.modal-content{
	border: none;
	border-radius: 0;
}

.modal-header{
	border-bottom: none;
	padding-bottom: 0;
}

.modal-header .close{
	font-size: 60px;
	color: #122E4F;
	opacity: 1;
}

.modal-body{
	font-family: 'Light';
	font-size: 16px;
	line-height: 24px;
	padding-top: 0;
}

.modal-body .bold{
	font-family: 'Bold';
}

.modal-body h1{
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.modal-body h2{
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}

.modal-body p{
	margin-bottom: 15px;
}

.modal-body a{
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}

.modal-body a:hover{
	color: #F45683;
}

/* THANK YOU */
.success img{
	width: 80%;
	padding-top: 50px;
}

.success div{
	padding: 100px 300px 0 100px;
}

.success h1,
.success p{
	font-family: 'Light';
	font-size: 36px;
	line-height: 49px;
	color: #122E4F;
}

.success h1{
	font-family: 'Black';
	font-size: 40px;
	margin-bottom: 10px;
}

.success p span{
	font-family: 'Bold';
}

/* Winners Page */
.winners img{
	width: 70%;
	margin-top: -30px;
	margin-bottom: 30px;
}

.winners .winners_body{
	color: #122E4F;
}

.winners .winners_body .blue-line{
	float: left;
	height: 5px;
	width: 40px;
	background: #89E3E5;
	margin: 10px 30px 0 40px;
}

.winners .winners_list{
	height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
}

.winners .winners_list::-webkit-scrollbar{
	width: 12px;
}

.winners .winners_list::-webkit-scrollbar-track{
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
}

.winners .winners_list::-webkit-scrollbar-thumb{
	height: 50px;
	background: #89E3E5; 
	border-radius: 10px;
}

.winners .winners_list::-webkit-scrollbar-thumb:hover{
	background: #3facac;
}

.winners .winners_list .row{
	margin-bottom: 15px;
}

.winners h1{
	font-family: 'Black';
	font-size: 26px;
	line-height: normal;
	margin: 0 0 40px 80px;
}

.winners p{
	font-family: 'Light';
	font-size: 18px;
	line-height: 24px;
}

.winners button{
	border: none;
	border-radius: 25px;
	background: #F45683;
	font-family: 'Black';
	letter-spacing: 1px;
	font-size: 18px;
	text-align: center;
	color: #FFFAE3;
	width: 50px;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	margin: 30px 0 0 110px;
	transition: all 0.2s ease-in-out;
}

.winners button i{
	font-size: 25px;
}

.winners button:hover{
	width: 250px;
}

.winners button:hover:after{
	content: 'Към сайта';
	padding-left: 15px;
	position: relative;
	top: -3px;
}

/* 404 */
.error-page{
	padding: 200px 0 0 0;
}

.error-page h1{
	font-family: 'Bold';
	font-size: 50px;
	text-align: center;
	margin-bottom: 100px;
}

.error-page button{
	display: block;
	margin: 0 auto;
	border: none;
	border-radius: 25px;
	background: #F45683;
	font-family: 'Black';
	letter-spacing: 1px;
	font-size: 18px;
	color: #FFFAE3;
	padding: 15px 80px;
	transition: all 0.2s ease-in-out;
}

.error-page button:hover{
	color: #122E4F;
}

/* SweetAlert */
.swal2-popup{
	background: #FFFAE3!important;
	padding: 50px!important;
	border-radius: 50px!important;
}

.swal2-icon.swal2-error{
	display: none!important;
}

.swal2-popup .swal2-title{
	font-family: 'Bold';
	color: #122E4F!important;
}

.swal2-popup .swal2-styled.swal2-confirm{
	font-family: 'Black';
	letter-spacing: 1px;
	color: #FFFAE3!important;
	background: #F45683!important;
	border-radius: 25px!important;
}

.swal2-popup .swal2-styled.swal2-confirm:hover{
	color: #122E4F!important;
}