* {
	margin:0;
	padding: 0;
	border: 0;
}
ol, ul, dl, p.a, p.b, p.c, p.d, p.e, p.f {
	margin-left: 30px;
}
.table-striped tbody tr:first-child {
	background-color: #c20f2f;
}
.table-striped tbody tr:first-child td p strong/*,
table tr td p strong*/ {
 color: #fff !important;
}

table tr td p strong {
	color: #f9d53a;
}
table tr td p {
	text-align: center !important;
	margin: 10px 0px !important;
}
input[type="checkbox"] {
	margin: 20px 10px 5px 0px !important;
	position: relative;
	box-shadow: 0px 0px 0px #f9d53a, 0px 2px 6px rgba(64, 56, 62, 0.24);
	width: 30px;
	height: 30px;
	position: absolute;
	right: 100%;
	bottom: 12.5%;
	left: 50px !important;
}

body, p, h1. h2, h3, ol ul li, ul li,
a, p > a, span a {
	color: #282828 !important;
}
body {
	background-color: #fff;
}
h1 {
	/*color: #c20f2f;*/
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	font-weight: 600;
}
.link {
	word-wrap: break-word;
}
.nav-tabs {
	/*padding-left: 45px;
	margin-left: -15px;*/
	border-bottom: none;
}
.nav-tabs li:hover a,
.nav-tabs li.active a {
	background-color: #c20f2f;
}
.nav-tabs li.active a {
	padding-top: 22px;
	padding-bottom: 15px;
}

.nav-tabs li a {
	color:  #fff;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 15px;
	top: -40%;
	position: relative;
	text-decoration: none;

	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	background-color: #feb300;
}

#loadMore {
 padding: 10px;
 text-align: center;
 background-color: transparent !important;
 /*color: #5b3832;*/
 border-width: 0 1px 1px 0;
 border-style: solid;
 border-color: #fff;
 box-shadow: 0 1px 1px #ccc;
 transition: all 600ms ease-in-out;
 -webkit-transition: all 600ms ease-in-out;
 -moz-transition: all 600ms ease-in-out;
 -o-transition: all 600ms ease-in-out;
 margin-top: 15px;
 margin-bottom: 15px;
}
/*#loadMore {
 padding: 10px;
 text-align: center;
 background-color: #d62631 !important;
 border: 1px solid #fff;
 box-shadow: 0 1px 1px #ccc;
 transition: all 600ms ease-in-out;
 margin-top: 15px;
 margin-bottom: 15px;
 color:#fff;
}
#loadMore:hover {
 background-color: #f9d53a;
}
.fa-long-arrow-alt-down,
.fa-long-arrow-alt-down {
	color: #f9d53a;
}*/
#g_top {
	bottom: 60px;
	position: fixed;
	right: 2%;
	color: #d62631;
}
/*#g_top:hover {
	color: #f9d53a;
}*/

h2 {
	text-align: center;
	font-weight: 600;
	color: #40383e;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.60rem;
}
form {
	padding: 0px 100px;
	padding-bottom: 109px;
}
.form-control {
	background-color: #e8e6e8 !important;
	border: 1px solid #e8e6e8 !important;
	border-radius: 15px !important;
	padding: 0.675rem 0.75rem !important;
}
::placeholder {
	color: #40383e !important;
	opacity: 0.8;
}
.btn-send {
	background: #f9d53a;
	color: #40383e;
	font-weight: 700;
	padding: 15px 45px;
	border-radius: 15px;
	font-size: 1.25rem;
	margin-top: 30px;
}
.tab-pane p {
	text-align: justify;
	color: #40383e;
	margin-bottom: 15px;
	margin-top: 0;
}
.tab-pane p span, .tab-pane p span > span {
	font-size: 16px !important;
}


#winners h1 {
 padding: 25px 0;
 margin-bottom: 0;
 color: #c20f2f;
}

@media(max-width: 815px) {
	input[type="checkbox"] {
		position: relative !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	}
	.check_tc {
		padding: 0 !important;
	}
}

@media(max-width: 640px) {
	body  {
		background:  #fff !important;
	}
	/*body > .container {
		margin-left: auto !important;
		padding-left: 15px !important;
	}*/
	.nav-tabs {
		padding-left: 0px;
	}
	.nav-tabs li a {
		border-radius: 0px !important;
		width: 100%;
		text-align: center;
	}
	form {
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 59px !important;
	}
}

@media only screen and (max-width: 418px) {
	ul.nav.nav-tabs {
		margin: 0;
  padding: 0;
  left: 0;
  width: 100%;
	}
	ul.nav.nav-tabs li {
		width: 100%;
	}
	.nav-tabs li a {
		top: 0;
		display: block;
	}
	.nav-tabs li.active a {
		padding-top: 12px;
	padding-bottom: 15px;
	}
	.link {
		font-size: 12px !important;
	}
	dl {
		margin-left: 0px !important;
	}
	.offset-1 {
		margin-left: 0 !important;
	}
}