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,  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%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}

body{
  font-family: 'Century Gothic';
  background-image: url(images/back_second.jpeg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

body.login_page {
	background:none;
}
body.verification_page {
	background:none;
}

*{
  box-sizing: border-box;
}

.back_top_area {
	display:none;	
}
.back_top {
	cursor:pointer;
    position: fixed;
    right: 90px;
    bottom: 50px;
    background-color: #1B181B;
    width: 76px;
    height: 76px;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}
.back_top span {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clearfix {
  overflow: auto;
}
.login_page
.login_content,
.verification_page
.login_content{
	min-height: 100vh;
}

.login_content{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 20px 0 ;
}

.login_content
.login_box{
	max-width: 1009px;
	width: 100%;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
	padding: 56px 114px;
}
.login_box
.login_title{
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}

label{
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #000;
	display: block;
	margin-bottom: 15px;
}

input[type="password"]{
	width: 100%;
	height: 55px;
	border-radius: 35px;
	background: transparent;
	border: 2px solid #000;
	padding: 0 20px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #000;
}

input[type="email"]{
	width: 100%;
	height: 55px;
	border-radius: 35px;
	background: transparent;
	border: 2px solid #000;
	padding: 0 20px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #000;
}

input[type="text"]{
	width: 100%;
	height: 55px;
	border-radius: 35px;
	background: transparent;
	border: 2px solid #000;
	padding: 0 20px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #000;
}

.selectize-input{
	padding: 16px 20px;
  background: transparent;
  border: 2px solid #000;
  border-radius: 35px !important;
	font-weight: normal;
	font-size: 16px;
	height: 55px;
}


input[type="text"]::placeholder {
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #000;
	opacity: 0.5;
}

input[type="checkbox"]{
		width: 26px;
    height: 26px;
    margin-right: 10px;
}

p.success {
    font-size: 16px;
    text-transform: initial;
    color: #4caf50;
    padding-top: 20px;
    font-weight: 500;	
}

.single_input{
	margin-top: 45px;
	position: relative;
}

.selectize-control.single .selectize-input:after{
	border: 0 !important;
	background-image: url("../../assets/chevron_down.png");
	width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.login_info{
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #000;
	display: block;
	margin-top: 20px;
}

.input_field.align_center{
	display: flex;
	align-items: center;
}

.login_submit button{
	border: 0;
	border-radius: 35px;
	background: #B26733;
	color: #ffffff;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	height: 55px;
	margin-top: 25px;
	cursor: pointer;
}

.form_links{
	text-align: center;
	display: block;
	margin-top: 50px;
}

.form_links a{
	display: inline-block;
	margin:  0 10px;
	font-family: "Century Gothic";
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	text-align: left;
	color: #000;
}

.content_page
.page_content{
	max-width: 1640px;
	width: 100%;
	padding:  60px 136px;
	background: rgba(242, 242, 242,0.9);
	margin:  0 auto;
}
.page_content{
	text-align: center;
}
.page_content
.content_title{
	display: block;
	width: 100%;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 34px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 15px;

}
.page_content
.desc_container{
	max-width: 1120px;
	width: 100%;
	margin:  0 auto;
}
.page_content
.desc_container p{
	margin-bottom: 20px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #000;
	line-height: 1.4;
}
.page_content
.subtitle{
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	color: #000;
	display: block;
	margin-top: 30px;
}
.page_content .video_container{
	max-width: 991px;
	width: 100%;
	position: relative;
	padding-bottom: 46.25%;
	margin:  0 auto;
}
.page_content .video_container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.competition_box .col_50{
	width: 50%;
	float: left;
}
.competition_box .col_50:first-child{
	padding-right: 21px;
}
.competition_box .col_50:last-child{
	padding-left: 21px;
}
.competition_box .single_comp_box{
	height: 502px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
	padding: 35px;
	overflow: hidden;
}
.competition_box .single_comp_box .scroll_list{
	overflow-y: scroll;
    padding-right: 10px;
    height: calc(100% - 80px);
}
.competition_box .single_comp_box .single_item{
	padding: 15px 16px;
	position: relative;
	background: #f2f2f2;
	width: 100%;
	height: 80px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	flex-wrap: wrap;
}
.competition_box{
	text-align: left;
	margin-top: 40px;
}
.competition_box b{
	display: block;
	margin-bottom: 20px;
}
.single_item .item_icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 49px;
	background: #b26733;
	border-radius: 10px;
	float: left;
}
.single_item .item_icon span{
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 31px;
	text-align: left;
	color: #fff;
}

.single_item .item_details{
	float: left;
	padding-left: 20px;
	width: calc(100% - 70px);
}
.single_item .item_details span{
	display: block;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	color: #2b3041;

}
.single_item .item_details span.item_title{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #2b3041;
	margin-bottom: 5px;
}
.single_item  .score{
	position: absolute;
	right: 16px;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	color: #2b3041;

}
.search_field {
	margin-bottom: 10px;
}
.search_field .single_input{
	margin-top: 0px;
	position: relative;
}
.single_input .error{
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 13px;
    font-weight: bold;
    color: red;
    display: none;
}
.single_input.has_error .error{
	display: block;
}
.single_input.has_error label{
	color: red;
}
.single_input.has_error .selectize-input,
.single_input.has_error input{
	border-color: red;
}
.selling_tips{
	text-align: center;
	border-radius: 20px;
	background: #b26733;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 80px;
}
.tips_title{
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 34px;
	text-align: left;
	color: #fff;
	margin-bottom: 40px;
	display: block;
	text-align: center;

}
.selling_tips .flex{
	display: flex;
}
.selling_tips .col_33{
	padding: 0 80px;
	width: 33%;
}
.selling_tips .col_title{
	display: block;
	margin-bottom: 15px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 34px;
	text-align: left;
	color: #fff;
	text-align: center;
}
.selling_tips .col_33 p{
	font-family: "Century Gothic";
	font-size: 20px;
	text-align: center;
	color: #fff;
	line-height: 1.2;
}
.info_container{
	display: block;
	width: 100%;
	max-width: 700px;
	display: flex;
	justify-content: space-between;
	margin:  0 auto;
	margin-top: 40px;
	margin-bottom: 80px;
}
.info_container .text{
	padding: 0 15px;
	margin-top: 5px;
} 
.info_container .text b{
	display: block;
}
.info_container .text p{
	font-family: "Century Gothic";
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 1.3;

}
footer .form_links{
	margin-top: 30px;
}
.selectize-input>input{
	min-width: 200px;
}