@font-face{
  font-family: 'Gotham Bold';
  src: url("../fonts/Gotham-Bold-Cyr_0.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book-Cyr_0.otf");
  font-weight: normapl;
  font-style: normal;
}

@font-face{
  font-family: 'Gotham Medium';
  src: url("../fonts/Gotham-Medium-Cyr_0.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'Gotham Light';
  src: url("../fonts/Gotham-Light-Cyr_0.otf");
  font-weight: normal;
  font-style: normal;
}

li{
	list-style: none;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
}



body{
	overflow-x: hidden;
	background-color: #90e9ec;
	/*background-image: url('../img/main-bg.png');*/
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all 0.3s ease-in-out;
}

/* Removed default Owl Carousel Styles */
.owl-carousel .owl-item img{
	display: inline;
	width: auto;
}

/* HEADER */
.navbar .navbar-header img{
	padding: 30px 0 0 60px;
	width: 90%;
}

.navbar ul{
	padding-top: 50px;
	margin-left: 350px;
}

.navbar ul li{
	display: inline-block;
	margin-right: 80px;
}

.navbar ul li:last-of-type{
	margin-right: 0;
}

.navbar ul li:after{
	content: '';
	display: block;
	width: 100%;
	padding-top: 10px;
	background-image: linear-gradient(to right, #0D4A2B 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 3px;
	background-repeat: repeat-x;
	transform: scaleX(0);
  	transition: transform 0.2s ease-in-out;
}

.navbar ul li:hover:after{
	transform: scaleX(1);
}

.navbar ul li a{
	color: #000;
	font-family: 'Gotham Medium';
	font-size: 25px;
}

/* MOBILE MENU */
.mobile-menu{
	background-color: #0D4A2B!important;
}

.mobile-menu .navbar-header img{
	display: block;
	margin: 0 auto;
	padding: 30px 0 0 50px;
}

.menu-items{
	display: none;
}

.hamburger{
	position: absolute;
	top: -80px;
	right: 40px;
}

.hamburger div{
	height: 5px;
	background-color: #0D4A2B;
	margin: 8px 0; 
	transition: 0.4s;
}

.hamburger .bar1{
	width: 51px;
}

.hamburger .bar2{
	width: 44px;
	margin-left: 4px;
}

.hamburger .bar3{
	width: 36px;
	margin-left: 8px;
}

.change .bar1{
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 12px);
    background-color: #fff;
}

.change .bar2{
	opacity: 0;
}

.change .bar3{
    -webkit-transform: rotate(45deg) translate(-10px, -5px);
    transform: rotate(45deg) translate(-10px, -4px);
    background-color: #fff;
    width: 49px;
}

.green-bg{
	background-color: #0D4A2B;
	margin-top: -1px;
}

.mobile-menu ul{
	padding-left: 0;
}

.mobile-menu ul li:first-of-type{
	margin-top: 60px;
}

.mobile-menu ul li{
	text-align: center;
	margin-bottom: 40px;
}

.mobile-menu ul li:last-of-type{
	margin-bottom: 100px;
}

.mobile-menu ul li:after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 17%;
	padding-top: 10px;
	background-image: linear-gradient(to right, #FFFFFF 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 3px;
	background-repeat: repeat-x;
	transform: scaleX(0);
  	transition: transform 0.2s ease-in-out;
}

.mobile-menu ul li:hover:after{
	transform: scaleX(1);
}

.mobile-menu ul li a{
	color: #fff;
	font-family: 'Gotham Bold';
	font-size: 35px;
}

/* 404 */
.error-page .error-text{
	padding-top: 50px;
}

.error-page .error-text h2{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 35px;
	text-align: center;
	padding-bottom: 50px;
}

.error-page .error-text p{
	text-align: center;
}

.error-page .error-text p:after{
	content: '';
	display: block;
	width: 36%;
	margin: 0 auto;
	padding-top: 10px;
	background-image: linear-gradient(to right, #0D4A2B 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 3px;
	background-repeat: repeat-x;
	transform: scaleX(0);
  	transition: transform 0.3s ease-in-out;
}

.error-page .error-text p:hover:after{
	transform: scaleX(1);
}

.error-page .error-text p a{
	color: #000;
	font-family: 'Gotham Medium';
	font-size: 30px;
	transition: all 0.3s ease-in-out;
}

.error-page .error-text p a:hover{
	color: #0D4A2B;
}

/* HOME */
.home-content{
	padding-top: 30px;
	position: relative;
	top: 130px;
}

.home .produced{
	color: #010101;
	font-family: 'Gotham Light';
	font-size: 25px;
	text-align: center;
	margin-bottom: 15px;
}

.home .produced span{
	padding-left: 10px;
}

.home .header-img{
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.home-text{
	color: #000;
	font-family: 'Gotham Light';
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 40px;
}

.home-text span{
	font-family: 'Gotham Bold';
}

.home .code p{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 35px;
	line-height: 41px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 5px;
}

.home .code input{
	background-color: transparent;
	border: none;
	display: block;
	margin: 0 auto;
	width: 80%;
	color: #000;
	font-family: 'Gotham Medium';
	font-size: 25px;
	text-align: center;
}

.home .code input:focus{
	outline: none;
}

.home .code .dots:after{
	content: '';
	display: block;
	width: 80%;
	padding-top: 10px;
	background-image: linear-gradient(to right, #0D4A2B 20%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 15px 3px;
	background-repeat: repeat-x;
	margin: 0 auto;
}

.home-content button{
	background-color: #fff;
	border: none;
	border-radius: 50px;
	padding: 9px 30px;
	font-family: 'Gotham Light';
	font-size: 20px;
	color: #000;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

.home-content button span{
	background-color: #0D4A2B;
	border-radius: 50%;
	padding: 8px 12px;
	position: relative;
	left: 26px;
}

.home-content button img{
	padding-bottom: 2px;
}

.col-lg-1 .bg-next{
	position: absolute;
	top: 330px;
	right: -15px;
}

.home .col-lg-1 .arrow-next{
	width: 14%;
	position: absolute;
	top: 371px;
	right: 5px;
	animation: pulse-next 0.8s linear infinite;
}

@keyframes pulse-next{
	0%, 100%{
		right: -5px;
	}
	50%{
		right: 5px;
	}
}

.home ul{
	text-align: center;
	margin-top: 225px;
}

.home ul li{
	display: inline-block;
	color: #0D4A2B;
	font-family: 'Gotham Medium';
	font-size: 23px;
	margin-right: 25px;
}

.home ul li:before{
	font-family: 'FontAwesome';
	content: '\f111';
	padding-right: 25px;
}

/* STEPS */
.steps .bg-prev{
	position: absolute;
	top: 190px;
	left: 0;
	z-index: 1;
}

.steps .col-lg-1 .arrow-prev{
	width: 14%;
	position: absolute;
	top: 230px;
	left: 20px;
	animation: pulse-prev 0.8s linear infinite;
	z-index: 2;
}

@keyframes pulse-prev{
	0%, 100%{
		left: 5px;
	}
	50%{
		left: 20px;
	}
}

.steps h1{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 35px;
}

.steps h2{
	color: #000;
	font-family: 'Gotham Book';
	font-size: 30px;
	margin: 10px 0 0 0;
}

.step-item{
	margin-right: 100px;
}

.step-item img{
	width: 106%!important;
}

.step-header{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 25px;
	line-height: 29px;
	text-align: center;
	margin-top: 10px;
}

.step-text{
	color: #000;
	font-family: 'Gotham Book';
	font-size: 20px;
	line-height: 23px;
	text-align: center;
}

.steps .col-lg-1 .bg-next{
	position: absolute;
	top: -395px;
	right: -15px;
}

.steps .col-lg-1 .arrow-next{
	width: 13%;
	position: absolute;
	top: -353px;
	left: 140px;
	animation: pulse-next-steps 0.8s linear infinite;
	z-index: 2;
}

@keyframes pulse-next-steps{
	0%, 100%{
		left: 130px;
	}
	50%{
		left: 145px;
	}
}

/* ENTER CODE */
.reg-form{
	margin-top: 30px;
}

.reg-form input{
	display: block;
}

.reg-form h1{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 35px;
}

.reg-form .list-item span{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 55px;
	float: left;
	margin: -10px 30px 0 0;
}

.reg-form p{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 25px;
	line-height: 29px;
}

.green-circle{
	width: 20px;
	height: 20px;
	background-color: #0D4A2B;
	border-radius: 50%;
	margin: 25px 65px 0 0!important;
}

.steps-num{
	margin-left: 0px;
}

.form-main{
	padding-top: 50px;
}

.reg-form .code{
	padding-top: 145px;
}

.reg-form .code p{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 35px;
	line-height: 41px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 5px;
}

.reg-form .code input{
	background-color: transparent;
	border: none;
	display: block;
	margin: 0 auto;
	width: 80%;
	color: #000;
	font-family: 'Gotham Medium';
	font-size: 25px;
	text-align: center;
	margin-top: 20px;
}

.reg-form .code input:focus{
	outline: none;
}

.reg-form .code .dots:after{
	content: '';
	display: block;
	width: 45%;
	padding-top: 10px;
	background-image: linear-gradient(to right, #0D4A2B 20%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 15px 3px;
	background-repeat: repeat-x;
	margin: 0 auto;
}

.reg-form button{
	background-color: #fff;
	border: none;
	border-radius: 50px;
	padding: 9px 30px;
	font-family: 'Gotham Light';
	font-size: 20px;
	color: #000;
	display: block;
	margin: 0 auto;
	margin-top: 75px;
}

.reg-form .code .win-header{
	text-align: left;
	padding-left: 250px;
	margin-bottom: 50px;
	position: relative;
	top: -100px;
}

.reg-form .code .win-paragraph{
	text-align: left;
	padding-left: 250px;
	font-size: 38px;
	position: relative;
	top: -100px;
}

.reg-form .download{
	position: relative;
	top: -100px;
}

.reg-form .download span{
	padding: 11px 18px;
	left: 30px;
}

.reg-form .download a{
	color: #000;
}

.reg-form button span{
	background-color: #0D4A2B;
	border-radius: 50%;
	padding: 11px 14px;
	position: relative;
	left: 30px;
}

.reg-form button img{
	padding-bottom: 2px;
}
/* I HAVE NO CLUE WHAT THIS IS */
.dbutton{
	position:relative;
	bottom:0;
	right:0;
	color: #000;
	background: #ddd;
	border: #333 outset 2px;
	border-radius: 3px;
	text-decoration: none;
	padding: 0.1em 0.2em;
	font: 90% sans-serif;
}

.reg-form .bg-prev{
	position: absolute;
	top: -440px;
}

.reg-form .col-lg-1 .arrow-prev{
	width: 14%;
	position: absolute;
	top: -400px;
	left: 35px;
	animation: pulse-prev-code 0.8s linear infinite;
	z-index: 2;
}

@keyframes pulse-prev-code{
	0%, 100%{
		left: 20px;
	}
	50%{
		left: 35px;
	}
}

/* CALENDAR */
.calendar h1{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 35px;
}

.calendar h2{
	color: #0D4A2B;
	font-family: 'Gotham Bold';
	font-size: 35px;
}

.calendar .date-border-inner{
	border: 4px dotted #000;
	width: 130px;
	height: 130px; 
	border-radius: 7em;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 25px;
}

.calendar .date-item .date-border-inner p{
	color: #0D4A2B;
	font-family: 'Gotham Bold';
	font-size: 55px;
	margin-top: 20px;
	margin-left: 5px;
}

.calendar .date-border-mid{
	border: 4px dotted #000;
	width: 150px;
	height: 150px; 
	border-radius: 7em;
	opacity: 0;
}

.calendar .date-item .city{
	color: #0D4A2B;
	font-family: 'Gotham Bold';
	font-size: 25px;
	text-align: center;
}

.calendar-current-item{
	min-height: 760px;
	background-image: url('../img/Group-1.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.calendar-current-item-num{
	margin: auto;
	width: 60%;
	margin-top: 210px;
	width: 300px;
	font-family: 'Gotham Bold';
	/*font-size: 125px;*/
	color: #fff;
	background-color: #0D4A2B;
	border: 1px solid #0D4A2B;
	border-radius:50%;
	/*padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;*/
	/*margin-left: 50%;*/
	/*margin-right: auto;*/
}

.calendar-current-item-num .day{
	font-size: 35px;
	margin-bottom: -45px;
	margin-top: 60px;
}
.calendar-current-item-num .date{
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 125px;
}


.calendar-item{
	margin-bottom: 20px;

}

/*test classes here*/
.calendar-item-num{
	cursor: pointer;
	width: 150px;
	font-family: 'Gotham Bold';
	font-size: 55px;
	color: #0D4A2B;
	border: 4px dotted #000;
	text-align:center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	/*padding: 0.25em;*/
	border-radius:50%;
	transition: 0.5s;
	/*border-radius: 1em;*/
}

.event_past{
	opacity: 0.5;
	transition: all 0.5s ease-in-out;
}

.event_past:hover{
	opacity: 1;
}

.event_current .calendar-item-num{
	color: #fff;
	border: 4px dotted #fff;
	background-color: #0D4A2B;
}

.calendar-item-num:hover{
	color: #fff;
	background-color:#0D4A2B;
	transform: scale(1.25);
	border: 4px dotted #0D4A2B;
}


.calendar-current-item-city{
	font-family: 'Gotham Bold';
	font-size: 35px;
	line-height: 41px;
	color: #0D4A2B;
	margin-top: 40px;
}
.calendar-current-item-address{
	font-family: 'Gotham Bold';
	font-size: 20px;
	margin-top: 10px;
	line-height: 23px;
	color: #0D4A2B;
}

.calendar-item-text{
	width: 150px;
	font-family: 'Gotham Bold';
	font-size: 25px;
	color: #0D4A2B;
	margin-top: 30px;
	text-align: center;
}

.calendar-label-month{
	text-align: center;
}

/* PRIZES */
.prizes{
	margin-top: 30px;
}

.prizes h1{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 35px;
}

.first-prize{
	position: absolute;
	top: -30px;
	left: 35px;
}

.first-bg{
	position: absolute;
	top: -40px;
}

.first p{
	position: absolute;
	top: 450px;
	left: 360px;
}

.second{
	margin-left: 30px;
}

.second-bg{
	position: absolute;
	top: -40px;
}

.second-prize{
	position: absolute;
	top: 125px;
	left: 95px;
}

.second p{
	position: absolute;
	top: 450px;
	left: 110px;
}

.prizes p{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 25px;
}

/* REGISTRATION PAGE */
.register{
	margin-top: 30px;
}

.register h1{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 35px;
}

.register .form-box{
	background-color: rgba(255, 255, 255, 0.7);
	border: 5px solid #0D4A2B;
	width: 66%;
	margin: 0 auto;
}

.register h2{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 25px;
	text-align: center;
	margin: 35px 0 45px 0;
}

.register input{
	display: block;
	margin: 0 auto;
	width: 670px;
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 40px;
	margin-bottom: 30px;
	padding: 15px 0 10px 25px;
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 17px;
}

.register input::placeholder{
	color: #000;
	font-family: 'Gotham Bold';
	font-size: 17px;
}

.register input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.register .checkbox{
	margin-left: 300px;
}

.register .checkbox input{
	display: inline-block;
	width: auto;
}

.register #is_agree:hover{
	cursor: pointer;
}

.register label:hover{
	cursor: pointer;
}

.register .checkbox span{
	color: #000;
	font-family: 'Gotham Book';
	font-size: 13px;
	padding-left: 5px;
}

.register .checkbox span a{
	color: #000;
	text-decoration: underline;
}

.register button{
	display: block;
	margin: 0 auto;
	background-color: transparent;
	border: 1px solid #0D4A2B;
	border-radius: 40px;
	padding: 9px 20px 9px 25px;
    font-family: 'Gotham Light';
    font-size: 17px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 10px;
}

.register button span{
	background-color: #0D4A2B;
    border-radius: 50%;
    padding: 11px 13px;
    position: relative;
    left: 22px;
}

.register button span img{
	width: 17px;
}

/* FOOTER */
.footlinks{
	position: fixed; 
    bottom:0%;
	margin: 0 auto;
	width: 100%;
	background-color: #00401c;
	padding: 10px;
}

.footlinks .links{
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}

.footlinks .links li{
	float: left;
    text-align: left;
    line-height: 12px;
    border-right: 1px solid #fff;
    padding: 0 2.5%;
}

.footlinks .links li a{
	color: #fff;
	font-family: 'Gotham Book';
	font-size: 17px;
}

.open-downbar{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 15px;
    background: green;
    text-align: center;
    color: #FFF;
    background-color: #00401c;
    cursor: pointer;
}

#user_image{
	display: block; 
	margin: 0 auto;
}

/* MODAL */
.modal-content:before {
    content: '';
    background-image: -moz-linear-gradient( 27deg, rgb(177,139,58) 0%, rgb(254,220,117) 99%);
    background-image: -webkit-linear-gradient( 27deg, rgb(177,139,58) 0%, rgb(254,220,117) 99%);
    background-image: -ms-linear-gradient( 27deg, rgb(177,139,58) 0%, rgb(254,220,117) 99%);
    width: 100%;
    height: 9px;
	display: block;
}

.modal .modal-dialog{
	width: 60%;
}

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

.modal-header .close{
	background-color: transparent;
    border: none;
    font-size: 50px;
    float: right;
}

.modal-title{
	font-family: 'Gotham Book';
	font-size: 30px;
	text-align: center;
}

.modal-body{
	font-family: 'Gotham Book';
}

.modal-body h1{
	font-size: 20px;
	text-align: center;
}

.modal-body h2{
	font-size: 17px;
	text-align: center;
}

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