body, h1, h2, h3,h4,h5,span,p{
     font-family: "Oswald", sans-serif !important;
}

h1,h2,h3,h4{
	color: #dfaa6a !important;
}

#header{
	border-bottom: 5px solid #aa7a4f;
}

 
.hero-header{
	width: 100%;
	min-height: 80% !important;
	height: 80%;
	background:url('../images/header.jpg') no-repeat bottom center;
	background-size: cover;
}

.small-header{
	background-color: #000;
	padding :10px 0 10px 0;
}


.inscriete-button{
	 max-width: 400px; 
	 margin-top:-80px; 
	 f: relative;
}


.hero-title, .hero-subtitle, .page-title{
	color: #dfaa6a;
	font-size: 6em;
	text-transform: uppercase;
	text-align: center !important;
	font-weight: bold;
}

 .subtitle{
	 font-size: 4em;
	 letter-spacing: -1px;
	 line-height: 1.1em;
	 font-weight: bold;
	 padding-top: 100px !important; 
 }

 .subtitle-red{
	 font-size: 3em;
	 color: #c10b25 !important;
	 font-weight: bold;
	 letter-spacing: -1px;
	 line-height: 1.1em;
	 padding-top: 50px !important; 
 }

.page-title{
	font-size: 3em;
}
.section-2{
	border-bottom: 10px solid #c10b25;
}

.border-yellow-2{
	border: 5px solid #dfaa6a !important;
}

.title-container{
	text-align: center;
	background-color: #000 !important;
	color: #dfaa6a !important;
	border-radius: 20px;
	border: 2px solid #dfaa6a !important;
	outline: 5px solid #000 !important;
}

.btn.title-container{
	font-size: 1.5em !important;
	text-transform: uppercase;
	font-weight: bold;
}

 .round-lg{
	border-radius: 20px !important;
 }

.left_corner{
	float: left; 
	position: absolute;
	z-index: 0 !important;
	
}

.left_corner img{
	max-width: 200px;
	
}

.right_corner{
	float: right; 
	position: absolute;
	margin-top: -241px;
	right: 0;
}

.right_corner img{
	max-width: 250px;
}

.bg-paper{
background:url('../images/paper_bg.jpg') no-repeat bottom center;
background-size: 100% 100%;
background-repeat: repeat-y;
}

.bg-paper-2{
background:url('../images/paper_bg_2.jpg') no-repeat bottom center;
background-size: 100% 100%;
}


.bg-paper-small{
background:url('../images/paper_bg.jpg') no-repeat bottom center;
background-size: 100% auto;
}
.form-control{
	border: 2px solid #dfaa6a !important;
	background-color: #fff;
}


a.text-yellow,.text-yellow{
	color: #dfaa6a !important;
}

.text-red{
	color: #c10b25;
	
}

.btn-primary{
	background-color: #dfaa6a !important;
	border-color:  #dfaa6a !important;
}

.bg-yellow{
	background-color: #dfaa6a !important;
}

.btn-success{
	background-color: #dfaa6a !important;
	border: 0px !important; 
}

 #footer{
	 padding: 30px 0 10px 0;
	 background-color: #000;
 }
 
 #footer a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

a.nav-link{
	color: #dfaa6a !important;
	
	text-transform: uppercase;
	text-align: center !important;
	font-weight: bold;
}

 #vote-placeholder{
	 width: 100%;
	 max-width: 70%;
 }
 .vote-section{
	 border: 5px solid #000;
	 width: calc(18% - 2px);
	 height: 100px;
	 float: left; 
	 margin-right: 2px;
 }
 
 .vote-half-section{
	 width: 50%;
	 height: 90px;
	 float: left;
 }
 
 .hr{
	 margin-top: -5px;
	 width: 100%;
	 height: auto;
 }
 
  /* START OF SLIDER STYLE */

 input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	border-radius: 0 !important;
	background:url('../images/thumb-bg.png') no-repeat bottom center ;
	cursor: pointer;
	box-shadow: none !important;
	height: 50px; 
	width: 50px;
	margin-top: -25px;
	
	border: 0;
  outline: none !important;
   
  }

 input[type='range']::-webkit-slider-thumb:focus{
     outline: none !important;
     box-shadow:none !important;
       -webkit-appearance: none;
 }
  
      
input[type='range']::-webkit-slider-thumb:hover{
    -webkit-appearance: none;
     outline: none !important;
     box-shadow:none !important;
 }

  input[type="range"]::-moz-range-track {
	background-color: #e3e2dd !important;
	box-shadow: none !important;
	outline: none !important;
  }

  #n-vote-slider{
	width: 100%;
	border: 4px solid #dfaa6a !important;
	background-color: #fff;
	height: 40px;
	border-radius: 10px;
	margin-left: 20px;
	text-align: left;
  }

  #n-vote-slider-bar{
 
	height: 31px;
	background-color: #fab122;
	border-radius: 5px;
	border: 2px solid #fff;
	float: left;
  }
.n-vote-section-fill{
	width: 100%;
	background-color: #fab122;
	height: 20px;
 
}

 #n-vote-placeholder{
	width: 100%;
	max-width: 100%;
    padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 20px;
 
 }
 
 .n-vote-section{
	width: 18%;
	height: 100px;
	float: left;
    margin-left: 25px;
} 
 
  /* END OF SLIDER STYLE */
   
 .carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}



.voting_box_placeholder{
	padding: 5px;
}

.voting_box{
	background: #dfaa6a;
	border-radius: 20px;
	width: 100%;
	color: #fff;
	padding: 10px;
	min-height: 120px !important;
}

.voting_box_title{
		color: #fff;
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: bold;
}

.voting_box_value{
	font-size: 2em;
}
  
 @media (max-width: 767px) {
	.inscriete-button{
		max-width: 250px;
		margin-top: -50px;
		z-index: 1111;
		position: relative;
	}
	
 
 .left_corner img{
	max-width: 100px;
	z-index: 0;
	
}

	.right_corner img{
		max-width: 150px;
		margin-top: 112px;
		position: relative;
		bottom: 0px
	}
	
		  .hr{
	 
	 width: 100%;
	 height: 10px;
	 margin-bottom: -20px;
 }
	
	.drink{
		margin-bottom: 20px;
	}
	
	.subtitle{
	 font-size: 2em;
	 letter-spacing: -1px;
	 line-height: 1.1em;
	 font-weight: bold;
	 padding-top: 20px !important; 
	}
	
	 .subtitle-red{
		 font-size: 2em;
	 }
	 

	 
	 .bg-paper{
		background:url('../images/paper_bg.jpg') repeat bottom center;
		background-size: 100% auto;
		background-repeat: repeat-y;
		
 
	}
	
	.bg-paper-2{
		background:url('../images/paper_bg.jpg') repeat bottom center;
		background-size: 100% auto;
	}
	
	
 #vote-placeholder{
	 width: 99%;
	 height: auto;
	 text-align: center;
 }
 
  .vote-section{
	 border: 5px solid #000;
	 width: 18%;
	 height: 100px;
	 float: left;
	 margin-right: 5px;
 }
 
  .vote-half-section{
	 width: 50%;
	 height: 90px;
	 float: left;
 }
 
 
  #n-vote-placeholder{
margin-bottom: -20px;
 }


.voting_box{
	min-height: 150px !important;
}
.voting_box_title{
		 
		font-size: 1em !important;
		 
}

.voting_box_value{
	font-size: 1.3em !important;
}

.form-control{
    height: 60px;
    line-height: 40px;
}

input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	border-radius: 0 !important;
	background:url('../images/thumb-bg.png') no-repeat bottom center ;
	background-size: 90% 90%;
	cursor: pointer;
	box-shadow: none !important;
	height:40px; 
	width: 40px;
	 
   
  }
	
 }
 
 