.header_top_banner{

}
.header_top_banner .header_link {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 859px;
}
.header_top_banner img {
	width: 100%;
}
/* Questions */
.title_questions {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 25px;
	padding: 0;
	border: none;
	background: #f5f5f5;
}
.panel-default {
	border: none;
}
.panel-default>.panel-heading{
	border: none;
	background: #f5f5f5;
	padding: 18px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}
.panel-default>.panel-heading+.panel-collapse {
	padding: 0 18px 18px;
}
.panel-title{
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}
.panel-title [aria-expanded=false] {
	color: #000;
}
.panel-title [aria-expanded=true] {
	color: #ff0202;
}
.panel-title [aria-expanded=false]:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6);
	z-index: 5;
	position: absolute;
	top: -10px;
	right: 0;
}
.panel-title [aria-expanded=true]:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
	border-top: 3px solid #ff0202;
	border-right: 3px solid #ff0202;
	transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6);
	z-index: 5;
	top: 0;
	position: absolute;
	right: 0;
}
.panel-title .sub_title_prize {
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	font-family: 'Myriad Pro Regular';
}
.panel-collapse {
	/*margin-top: 15px;*/
}

/* Promotion is going */
.promotion_is_going {
	font-size: 34px;
	background: #fe0000;
	color: #fff;
	padding: 20px 30px;
	margin: 30px;
	border-radius: 20px;
	text-align: center;
}
.promotion_is_going_end {
	display: inline-block;
	margin: 20px auto 30px;
}
.promotion_is_going_end:hover, .promotion_is_going_end:visited{
	color: #fff;
}
.winner_title{
	margin-bottom: 20px;
}
#accordion_winners table, #accordion_winners_2 table{
	width: 100%;
}
#accordion_winners tr:nth-child(even), #accordion_winners_2 tr:nth-child(even){
	background: #fdfdfd;
}
#accordion_winners th, #accordion_winners td, #accordion_winners_2 th, #accordion_winners_2 td{
	padding: 10px;
}
/* Questions form */
.questions_form {
	background: #e5e5e5;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
	padding: 30px;
}
.form_err_message{
	margin: 0;
	padding: 0;
}
.alert{
	margin: 20px;
}
.questions_form-title {
	color: #000;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	font-size: 32px;
}
.btn-questions_form {
	border-radius: 5px;
	background: #e5e5e5;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.15);
	text-transform: uppercase;
	font-size: 18px;
}
.btn-questions_form {
	border-radius: 5px;
	background: #e5e5e5;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	font-size: 18px;
	padding: 0;
	margin: 10px 0 10px auto;
	display: block;
}
.login_forgot_pass{
	border: 1px solid #E21F25;
}
@media (max-width: 767px) {
	.btn-questions_form{
		margin-right: auto;
	}
}
.btn-questions_form span {
	border: 1px dashed #808080;
	margin: 5px;
	padding: 11px 20px;
	display: block;
	border-radius: 5px;
}

.questions_form input[type=text], .questions_form input[type=email], .questions_form textarea{
	border-radius: 10px;
	border: none;
}
.questions_form .form_err_message{
	background: none;
}

.border_l_grey{
	border-left: 10px solid #f5f5f5;
}
.search_winn_week {
	max-width: 400px;
}
.search_winn_week_btn {
	padding: 0;
	font-size: 32px;
	color: #495057;
	cursor: pointer;
}
.search_winn_week_btn:hover {
	color: #818a94;
}
#search_winn_week_form .btn:focus{
	box-shadow: none;
}
@media (min-width: 768px) {
	.navbar-brand{
		display: none;
	}
	.panel-title{
		padding-right: 30px;
	}
	.end-text {
		margin: -16px 0 -14px;
	}
}
@media (max-width: 767px){
	/*.panel-body tr {*/
	/*	display: flex;*/
	/*	flex-wrap: wrap;*/
	/*}*/
	/*.panel-body tr td{*/
	/*	border-right: 1px solid #E5E5E5;*/
	/*}*/
	/*.panel-body tr td:last-child{*/
	/*	border-right: none;*/
	/*}*/
	.search_winn_week_btn {
		font-size: 22px;
	}
	.border_l_grey{
		border-left: none;
	}
	.panel-title {
		font-size: 18px;
		padding-right: 28px;
	}
	.panel-default>.panel-heading+.panel-collapse {
		padding: 0;
		font-size: 14px;
	}
	#accordion_winners th, #accordion_winners td, #accordion_winners_2 th, #accordion_winners_2 td {
		padding: 5px;
	}
	#accordion_winners tr td:first-child, #accordion_winners_2 tr td:first-child {
		max-width: 20%;
	}
}
