*{
	padding: 0;margin: 0;
}


@font-face {
    font-family: Rounded;
    src: url(../fonts/Arial-Rounded-Bold.ttf);
}

@font-face {
    font-family: Avenir;
    src: url(../fonts/AvenirNextLTPro-Cn.otf);
}

body {
	background: #ecf0f1;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
    font-family: Avenir;
}

a {
	font-family: Avenir;
	color: #43B1E5;
	text-decoration: none;
}

a:hover {
	font-family: Avenir;
	color: #8DC641;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6, .headlist {
	font-family: Rounded;
}

p, .sublist{
	font-family: Avenir;
	margin-bottom: 0 !important;
}

ol, ul {
    margin-bottom: 20px;
}

.btn {
	min-height: 50px;
	padding: 10px 25px;
	font-family: Rounded;
}

.btn-warning {
	background: rgb(255, 193, 7) !important;
	color: #333;
	font-weight: bold;
	font-family: Rounded;
}

.btn-outline-light:hover{
	background: #43B1E5;
	border: 1px solid #43B1E5;
	color: #FFF;
	font-family: Rounded;
}

.btn-outline-primary{
	border: 1px solid #43B1E5;
	color: #43B1E5;
	font-family: Rounded;
}

.btn-outline-primary:hover{
	background-image: linear-gradient(to right, #43B1E5 , #8DC641);
	border: 0;
	color: #fff;
	font-family: Rounded;
}

.bg-body {
	background: url('../../upload/slide-3.jpg') fixed no-repeat top center;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	margin-top: -50px;
}

.social_tele {
	background: url('../../upload/telegram.png') no-repeat;
	background-size: 40px;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	margin-bottom: 8px;
}

.social_tele:hover {
	background: url('../../upload/tele_hover.png') no-repeat;
	background-size: 40px;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	margin-bottom: 8px;
}

.social_wa {
	background: url('../../upload/whatsapp.png') no-repeat;
	background-size: 40px;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	margin-bottom: 8px;
}

.social_wa:hover {
	background: url('../../upload/wa_hover.png') no-repeat;
	background-size: 40px;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	margin-bottom: 8px;
}

header {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}

@media only screen and (min-width: 768px) {
	header ul.navbar-nav li a{
		color: #8DC641 !important;
		font-size: 13px;
		text-transform: uppercase;
		font-family: Rounded;
		padding: 25px 0;
	}

	header ul.navbar-nav li a:hover {
		color: #43B1E5 !important;
		font-size: 13px;
		text-transform: uppercase;
		font-family: Rounded;
		padding: 25px 0;
	}
}

@media only screen and (max-width: 767px) {
	header ul.navbar-nav li a{
		color: #8DC641 !important;
		font-size: 13px;
		text-transform: uppercase;
		font-family: Rounded;
	}

	header ul.navbar-nav li a:hover {
		color: #43B1E5 !important;
		font-size: 13px;
		text-transform: uppercase;
		font-family: Rounded;
	}
}

/* Slider */

.slide_banner .carousel-caption {
	bottom: 25% !important;
	color: #fff;
	text-align: left;
}

.slide_banner .carousel-caption h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 42px;
	font-weight: 400;
	font-family: Rounded;
}

.slide_banner .carousel-caption p {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
}

/* Slider */

.running_text {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-family: Rounded;

}

.sportsbook {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 14px;
}

.sportsbook h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 42px;
	font-weight: 400;
	font-family: Rounded;
}

.sportsbook h4 {
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	font-family: Rounded;
}

.sportsbook p {
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Avenir;
	font-weight: lighter;
	text-align: justify;
}

.promotion {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 14px;
}

.promotion .card {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 7px;
	width: 100%;
	height: 250px;
	overflow: hidden;
	text-align: center;
}

.promotion .card .box_title {
	background: rgb(255,255,255,0);
	width: 100%;
	height: 250px;
	padding-top: 30%;
	font-size: 16px;
	font-family: Rounded;
	color: rgb(255,255,255,0);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.promotion .card .box_title:hover {
	background: rgb(103,48,139,0.8);
	color: #fff;
	font-family: Rounded;
	text-transform: uppercase;
}

.modal {
	top: 15%;
}

.modal .modal-content,
.modal .modal-header,
.modal .modal-body {
	border-radius: 0;
	text-align: center;
}

.modal .modal-body {
	background: #000;
	border-top: 7px solid #rgb(255, 193, 7);
}

.modal-body input[type="text"],
.modal-body input[type="password"],
.modal-body button{
	height: 50px;
	border-radius: 0;
	margin-bottom: 10px;
}

input[type="text"],
input[type="password"],
select.select2,
button{
	height: 50px;
	border-radius: 0;
	margin-bottom: 10px;
}



footer {
	background-image: linear-gradient(to right, #43B1E5 , #8DC641);
	border: 0;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-family: Avenir;
}