@font-face{
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium-Cyr_0.otf') format('opentype');
}

@font-face{
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold-Cyr_0.otf') format('opentype');
}

@font-face{
	font-family: 'Gotham-Light';
	src: url('../fonts/Gotham-Light-Cyr_0.otf') format('opentype');
}

@font-face{
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham-Book-Cyr_0.otf') format('opentype');
}

@font-face{
    font-family: 'ZingRustG2';
    src: url('../fonts/zingrustg2-base.otf') format('opentype');
}

@font-face{
    font-family: 'ZingRustLH2';
    src: url('../fonts/zingrustlh2-basesh5.otf') format('opentype');
}

li{
	list-style: none;
}

a:hover{
	text-decoration: none;
}

body{
	overflow-x: hidden;
	background-image: url('../img/jacobs-bg.png');
	background-size: 100%;
}

input:focus{
    box-shadow: none!important;
    border: 1px solid #b18b3a!important;
}

textarea:focus{
	outline: none;
	box-shadow: none!important;
    border: 1px solid #b18b3a!important;
}

/* Header */
.navbar{
	padding-top: 35px;
}

.navbar-header img{
	width: 250px;
	height: auto;
	position: relative;
	top: -5px;
	left: 20px;
}

.navbar-header i{
	color: #e9d298;
	font-size: 40px;
}

.navbar-header i:hover{
	color: #fff;
	background-color: transparent;
}

.navbar ul{
	float: right;
	padding-top: 15px;
}

.navbar ul::after{
    content: "";
    clear: both;
    display: table;
}

.navbar ul li{
	display: inline-block;
	border-left: 1px solid #e9d298;
}

.navbar ul li:first-of-type{
	border-left: none;
}

.navbar ul li a{
	color: #e9d298;
	text-transform: uppercase;
	font-family: 'Gotham-Medium';
	font-size: 16px;
	padding: 0 20px;
}

.navbar ul li a:hover{
	color: #fff;
	background-color: transparent;
	cursor: pointer;
}

.navbar ul li a:focus{
	background-color: transparent;
}

/* First Section */
.first-sec{
	width: 60%;
	display: block;
	margin: 0 auto;
}

.first-sec h1{
	font-family: 'ZingRustG2';
	color: #fff;
	font-size: 120px;
	text-align: center;
	margin: 0;
}

.first-sec h1 span{
	font-family: 'ZingRustLH2';
}
.first-sec .score{
	font-family: 'ZingRustG2';
	color: #fff;
	font-size: 100px;
	text-align: center;
}

.bullet-list{
	padding-top: 50px;
}

.bullet-list ul li{
	list-style: circle;
	color: #fff;
	font-family: 'Gotham-Medium';
	font-size: 18px;
	letter-spacing: 0.5px;
	padding: 0 0 10px 25px;
}

/* Registration */
.registration{
	width: 70%;
	display: block;
	margin: 0 auto;
	padding-top: 50px;
}

.registration h2{
	color: #fff;
	font-family: 'Gotham-Light';
	font-size: 60px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 40px;
}

.registration input{
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	margin-bottom: 28px;
	padding-left: 30px;
}

.registration input::placeholder{
	color: #fff;
	font-family: 'Gotham-Bold';
}

.registration .form-group{
	color: #fff;
}

.registration .checkboxes{
	padding-left: 30px;
}

.registration .form-group .checkbox p{
	font-family: 'Gotham-Book';
	font-size: 14px;
}

.registration .form-group .checkbox label input{
	margin-top: -25px;
}

.registration .form-group .checkbox label .box3{
	margin-top: -35px;
}

.registration .form-group a{
	color: #fff;
	text-decoration: underline;
}

.score-sec{
	width: 65%;
	display: block;
	margin: 0 auto;
	padding-top: 30px;
}

.score-sec label{
	color: #fff;
	font-family: 'Gotham-Book';
	font-size: 16px;
}

.score-sec .form-group i{
	font-size: 35px;
	padding-right: 10px;
	position: relative;
	top: -5px;
}

.score-sec .form-group i:hover{
	cursor: pointer;
}

.score-sec textarea{
	width: 100%;
	background-color: transparent;
	color: #fff;
	margin-top: 15px;
}

.text-center button{
	background: #e1c683;
	background: linear-gradient(to right, #a28242 , #e1c683);
	color: #000;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Gotham-Medium';
	font-size: 20px;
	padding: 8px 60px;
	margin-top: 30px;
	margin-left: 115px;
}

.text-center button:hover{
	color: #fff;
}

.text-center button:active{
	background: linear-gradient(to right, #a28242 , #e1c683);
}

.cup-img{
	position: relative;
	top: -50px;
	left: 130px;
}

/* Score Page */
.score-page{
	width: 90%;
	/*padding: 30px 0 50px 0;*/
}

.score-page img{
	width: 250px;
	display: block;
	margin: 0 auto;
    /*position: relative;
    left: 80px;
    top: 80px;*/
}

.score-page h1{
	font-size: 85px;
}

.first-sec .score{
	font-size: 180px;
	font-family: "ZingRustLH2";
}

.comment-sec{
	/*background: rgba(31, 51, 17, 0.8);*/
	min-height: 800px!important;
}

.comments-text{
	width: 75%;
	padding: 0 0 30px 0;
	margin: 0 auto;
}

.comment-sec h2{
	font-family: 'Gotham-Light';
	text-transform: uppercase;
	color: #fff;
	font-size: 33px;
	text-align: center;
	margin: 0 0 10px 0;
}

.comments{
	font-size: 20px;
	color: #fff;
	font-family: 'Gotham-Book';
	padding: 10px 0;
	text-align: left;
	/*padding: 1.5em 13em;*/
}

.comments i{
	font-size: 35px;
	padding-right: 20px;
}

.comment-sec .cup-img{
	top: 0;
	display: none;
}

.comment{
	margin-bottom: 30px;
}

.navbar{
	margin: 0;
}

/* Modal */
.modal-dialog{
	width: 55%!important;
	border-width: 3px;
}

.modal-content{
	border-radius: 0!important;
	border-width: 3px!important;
	border-style: solid!important;
	background-color: #f8f5ea!important;
}

.modal-body{
	border: 4px solid #b18b3a;
	background-image: url('../img/modal-bg-img.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

.modal-body button img{
	width: 70%;
}

.modal-body h2{
	text-align: center;
	text-transform: uppercase;
	color: #aa975b;
	font-family: 'Gotham-Light';
	font-size: 40px;
	position: relative;
	left: 20px;
}

.info-text{
	padding: 40px 70px 60px 70px;
}

.info-text h3{
	text-transform: uppercase;
	color: #aa975b;
	font-family: 'Gotham-Bold';
	font-size: 18px;
}

.winners-info .row{
	border-bottom: 2px solid #aa975b;
	padding-top: 30px;
}

.winners-info .row p{
	font-family: 'Gotham-Bold';
	font-size: 15px;
}

.winners-info .row input{
	font-family: 'Gotham-Bold';
	font-size: 15px;
	color: #000;
	background: transparent;
	border: none;
}

.winners-info .row input::placeholder{
	font-family: 'Gotham-Bold';
	font-size: 15px;
	color: #000;
}

.winners-info .row input:focus{
	border: none!important;
	outline: none;
}

/* 404 */
.error-page{
	/*width: 90%;*/
}

.error-page h2{
	font-family: 'ZingRustG2';
	font-size: 60px;
	text-align: center;
	color: #fff;
}

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

.error-page a{
	color: #fff;
	font-family: 'Gotham-light';
	font-size: 33px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.error-page a:hover{
	color: #e9d298;
	text-decoration: none;
}

.error-page .cup-img{
	position: relative;
	top: 70px;
	left: 0;
	float: right;
}

.error-page .cup-img img{
	width: 80%;
}