body {
	height: 100%;
    background-color: #131312;
	font-family: Poppins, sans-serif;
}
#intro-section {
    background: url(./images/banner.jpg) no-repeat center;
    width: 100%;
    background-position: top;
    background-size: cover;
	height: 756px
}
#intro-section .logo {
	height: 55px;
    margin-top: 35px
}
.intro-section__title {
    font-size: 55px;
    line-height: 64px;
    color: #fff;
	margin-top: 160px;
    margin-bottom: 55px;
    max-width: 100%;
    font-weight: 400;
	
}
.intro-section__text {
	font-size: 22px;
    color: #ffffff;
    line-height: 24px;
}
.btn-container {
	height: 70px;
	margin-top: 65px;
}
.btnRegistration {
	width: 190px;
    height: 70px;
    background-color: #FAB915;
    color: #251E46;
	font-size: 18px;
	border: none;
	font-weight: 600;
}
.btnRegistration:focus, .btnRegistration:active, .btnRegistration:hover {
	outline: none;
}
.btnRegistration:hover {
	color: #251E46;
}
.btnLogin {
	width: 190px;
    height: 70px;
	background-color: #8ab92f;
    margin-left: 25px;
	font-size: 18px;
	border: none;
	font-weight: 600;
}
.btnLogin:focus, .btnLogin:active, .btnLogin:hover {
	outline: none;
}
.btnLogin:hover {
	color: #251E46;
}
.section-betObet-offer {
	padding-top: 145px;
	padding-bottom: 40px;
}
.section-betObet-commission {
	padding-top: 80px;
}
.section-betObet-offer .section-betObet-offer__img {
    background: url(./images/img2.png) no-repeat -54px;
	height: 578px;
	background-size: cover;
	padding: 0;
}
.section-betObet-offer .section-betObet-offer__fadeInRight h2 {
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 35px;
	font-weight: 600;
}
.section-betObet-offer .section-betObet-offer__fadeInRight p {
	color: #ABABAB;
	font-size: 20px;
	line-height: 36px;
	text-align: left;
	margin-bottom: 35px;
}
.section-betObet-offer .section-betObet-offer__fadeInRight ul {
	list-style-type: none;
	margin-bottom: 50px;
}
.section-betObet-offer .section-betObet-offer__fadeInRight ul li {
    background: url(./images/chek.png) no-repeat 0px 4px;
    padding-left: 32px;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 10px;
}
.section-betObet-offer .section-betObet-offer-btn {
	bottom: -90.5%;
	position: relative;
    float: right;
}
.section-betObet-offer__img .btnRegistration {
	width: 144px;
	height: 54px;
	font-size: 16px;
}
.section-betObet-commission .section-betObet-commission__img {
    background: url(./images/laptop.png) no-repeat;
    height: 500px;
    background-size: contain;
    width: 50%;
    float: right;
	margin-top: 110px;
}
.section-betObet-commission .section-betObet-commission__fadeInLeft h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 600;
}
.section-betObet-commission .section-betObet-commission__fadeInLeft p {
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	margin-top: 25px;
    margin-bottom: 55px;
	padding-right: 20px;
}
.section-betObet-commission .commissionsRow {
    border-bottom: 1px solid;
	border-color: rgba(255,255,255,0.3);
    line-height: 40px;
	height: 60px;
    
}
.section-betObet-commission__fadeInLeft p:last-child {
	margin-top: 55px;
}
.section-betObet-commission .ndcRow {
	color: #ffffff;
	opacity: 30%;
	float: left;
	font-size: 18px;
}
.section-betObet-commission .commissionsRow .commission {
	float: right;
	text-align: left;
	color: #ffffff;
	font-size: 18px;
}
.section-betObet-Testimonials h2 {
	font-size: 32px;
	text-align: center;
	color: #ffffff;
	width: 100%;
	margin: 30px 0;
}
.section-betObet-Testimonials .carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width: 276px !important;
	margin: auto;
	margin-bottom: 40px;
}
.section-betObet-Testimonials h4 {
	color: #ffffff;
}
.section-betObet-Testimonials p {
	color: #ababab;
}
.section-aboutbetObet {
	background: #202121;
	color: #ffffff;
	height: 100%;
	border-bottom: 1px solid #131312;
}
.section-aboutbetObet h2 {
	font-size: 60px;
	margin: 100px 0 50px;
}
.section-aboutbetObet p {
	font-size: 20px;
	font-weight: 300;
	color: #ABABAB;
	margin-bottom: 40px;
}
#footer-page {
	text-align: center;
    color: #ABABAB;
    font-size: 16px;
    background: #202121;
    height: 70px;
    padding: 25px;
}
#signUpForm {
	display: none;
	width: 50%;
    margin: auto;
}
#signUpForm .btn.cancel {
	color: #ababab;
    float: right;
    position: relative;
    top: -85px;
    left: 84px;
    font-size: 18px;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: #191919;
}
#signUpForm .btn.cancel span{
	position: relative;
    top: -12px;
    left: -12px;
    padding: 6px;
    border-radius: 0;
}
#signUpForm  h1{
	color: #ffffff;
	font-weight: bold;
	font-size: 40px;
}
#signUpForm  h1 span{
	color: #FAB915;
}
#signUpForm .left-side {
	float: left;
	padding-left: 0;
}
#signUpForm .right-side {
	float: right;
	padding-right: 0;
}
#signUpForm .label-field-wrapper.text-container {
	margin-top: 30px;
}
#signUpForm .form-container {
	position: absolute;
    background: #000000;
    z-index: 9999;
    padding: 90px;
    border: 10px solid #191919;
	margin-top: 60px;
	width: 50%;
}
#signUpForm .btn.cancel span:focus {
	outline: none;
}
#signUpForm .additionalInfo-container .form-control {
	height: 220px;
}
#signUpForm .form-control {
	color: #4C4C4C;
    background-color: #191919;
	border: 1px solid #191919;
	border-radius: 0;
	width: 367px;
    height: 62px;
}
#signUpForm .usermane-container .form-control {
	width: 100%
}
#signUpForm .btnRegister {
	width: 210px;
    height: 54px;
    background-color: #FAB915;
    color: #131312;
    font-size: 18px;
    border: none;
	border-radius: 0;
	float: left;
}
.checkbox-container {
	height: 80px;
}
.carousel-text-slide {
	width: 45%;
    text-align: center;
    margin: auto;
	margin-top: 10px;
	font-size: 20px;
}
.carousel-text-slide a {
	color: #FAB915;
}
.carousel-indicators li {
	background-color: #717171;
    border: 1px solid #717171;
    border-radius: 0;
}
.carousel-indicators .active {
	background-color: #FAB915;
}
.checkbox, .radio {
	color: #fff;
	margin: 30px 0;
}
.section-betObet-Testimonials {
	padding-top: 120px;
}

.affiliate-terms {
	margin: 0;
}

.affiliate-terms .container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.affiliate-terms * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.affiliate-terms .title-wrap {
	display: flex;
	align-items: center;
	background-color: #373838;
	min-height: 66px;
	border-bottom: 2px solid #131312;
	padding: 12px 18px;
}

.affiliate-terms .title-wrap svg {
	height: 24px;
	width: 24px;
	margin-right: 18px;
}

.affiliate-terms .title-wrap h1 {
	color: white;
}

.affiliate-terms .content-wrap {
	background-color: #202121;
	padding: 60px 48px;
	color: #cacbcc;
	font-size: 14px;
}

.affiliate-terms .content-wrap p {
	line-height: 24px;
	margin-bottom: 24px;
}

.header-secondary {
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	background-color: #262727;
}

.header-secondary img {
	height: 34px;
	width: auto;
}

@media (min-width: 1180px) and (max-width: 1600px) {
	.intro-section__title { 
		margin-top: 100px;
		font-size: 45px;
		line-height: 55px;
	}
	.btnRegistration {
		width: 150px;
		height: 50px;
		font-size: 16px;
	}
	.intro-section__text {
		font-size: 20px;
		line-height: 22px;
	}
	.section-betObet-offer .section-betObet-offer__fadeInRight p {
		font-size: 18px;
		line-height: 30px;
	}
	.section-betObet-offer .section-betObet-offer__fadeInRight ul li {
		font-size: 16px;
	}
	.section-betObet-offer {
		padding-top: 85px;
	}
	.section-betObet-offer .section-betObet-offer__img {
		height: 530px;
	}
	.section-betObet-commission {
		padding-top: 0;
	}
	.section-betObet-commission .section-betObet-commission__fadeInLeft p {
		font-size: 18px;
		line-height: 22px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.section-betObet-Testimonials {
		padding-top: 40px;
	}
	.carousel-text-slide {
		width: 800px;
	}
	.section-aboutbetObet h2 {
		font-size: 40px;
		margin: 40px 0 20px;
	}
	.section-aboutbetObet p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.section-betObet-commission .section-betObet-commission__img {
		height: 330px;
	}
	.section-betObet-commission .commissionsRow {
		height: 50px;
	}
}
@media(min-width: 1024px) {
	.btn-container-mobile {
		display: none;
	}
	.section-betObet-commission .commissionsRow {
		width: 76%;
	}
	.section-betObet-commission .commissionsRow .commission {
		width: 52%;
	}
	.section-betObet-offer__fadeInRight {
		padding-left: 48px;
	}
}
@media(max-width: 1024px) {
	.carousel-text-slide {
		width: 80%;
	}
	.intro-section {
        background-size: contain;
	}
}
@media(width: 1024px) {
	.container {
		margin-left: 25px;
	}
	.intro-section__title {
		margin-top: 120px;
	}
	.section-betObet-commission {
		padding-top: 0;
	}
	.section-betObet-commission .section-betObet-commission__fadeInLeft p,
	.section-betObet-offer .section-betObet-offer__fadeInRight p,
	.section-betObet-offer .section-betObet-offer__fadeInRight ul li,
	.carousel-text-slide {
		font-size: 18px;
		line-height: 25px;
	}
	.section-betObet-Testimonials {
		padding-top: 60px;
	}
	.section-aboutbetObet h2 {
		font-size: 40px;
		margin: 40px 0 20px;
	}
	.section-aboutbetObet p {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
@media(max-width: 768px) {
	#intro-section {
		height: auto;
	}
	.section-betObet-offer {
		padding-top: 30px;
	}
	.btn-container, .intro-section__text, .section-betObet-offer__img, .section-betObet-commission__img {
		display: none;
	}
	.logo {
		float: left;
		width: 45%;
		margin-top: 15px;
	}
	.btn-container-mobile {
		float: right;
		width: 50%;
		margin-top: 15px;
	}
	.btn-container-mobile .btnRegistration {
		float: right;
		width: auto;
		max-width: 190px;
		padding: 0 20px;
		height: 60px;
	}
	.intro-section__title {
		font-size: 46px;
		margin-top: 180px;
	}
	.section-betObet-offer__fadeInRight, .section-betObet-commission__fadeInLeft {
		margin: auto;
	}
	.section-betObet-commission .commissionsRow .commission {
		padding-right: 30px;
	}
	.section-aboutbetObet h2 {
		margin: 25px 20px 25px;
	}
	.section-aboutbetObet .section-aboutbetObet-text {
		padding: 0 20px;
	}
	#footer-page {
		font-size: 12px;
	}
	#signUpForm {
		width: 100%;
	}
	#signUpForm .right-side {
		padding-left: 0;
	}
}
@media(width: 768px) {
	.container {
		margin: 0;
		padding: 0 15px
	}
	.intro-section__title {
		font-size: 35px;
		margin-top: 180px;
		margin-left: 20px;
		line-height: 45px;
		padding-bottom: 100px;
	}
	.section-betObet-offer .section-betObet-offer__fadeInRight h2 {
		font-size: 32px
	}
	.section-betObet-offer .section-betObet-offer__fadeInRight p {
		font-size: 18px;
		line-height: 30px;
	}
	.section-betObet-offer .section-betObet-offer__fadeInRight ul li,
	.section-betObet-commission .section-betObet-commission__fadeInLeft p {
		font-size: 18px;
		line-height: 24px;
	}
	.section-betObet-commission {
		padding-top: 0;
	}
	.section-betObet-offer {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.section-betObet-Testimonials {
		padding-top: 0;
	}
	.section-aboutbetObet h2 {
		font-size: 40px;
	}
	.section-aboutbetObet p {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
@media(max-width: 767px) {
	#signUpForm .form-container {
		margin: 0;
		width: 100%;
		padding: 0 15px 30px 15px;
	}
	#signUpForm h1 {
		font-size: 32px;
	}
	#signUpForm .left-side {
		padding-right: 0;
	}
	#signUpForm .form-control {
		width: 100%;
		margin: auto;
	}
	.intro-section__title {
		font-size: 26px;
		line-height: 32px;
		margin-top: 90px;
	}
	.btn-container-mobile  {
		margin-top: 8px;
		width: auto;
	}
	.btn-container-mobile .btnRegistration {
		width: auto;
		max-width: 100px;
		padding: 0 6px;
		height: 45px;
		font-size: 14px;
		margin: 0 5px;
	}
	#intro-section .logo {
		width: 40%;
		margin-top: 0;
		background-size: contain !important;
	}
	.intro-section {
		padding: 0 10px;
		background-size: cover;
		height: 245px;
	}
	.section-betObet-offer, .section-betObet-commission, .section-betObet-Testimonials {
		padding: 15px 0;
	}
	.carousel-text-slide {
		width: 100%;
		font-size: 16px;
	}
	.section-betObet-offer .section-betObet-offer__fadeInRight h2 {
		font-size: 26px;
	}
	.section-betObet-offer .section-betObet-offer__fadeInRight p,
	.section-betObet-commission .section-betObet-commission__fadeInLeft p {
		font-size: 16px;
		line-height: 28px;
	}
	.section-betObet-offer .section-betObet-offer__fadeInRight ul li {
		font-size: 16px;
		line-height: 24px;
	}
	.section-betObet-offer .section-betObet-offer__fadeInRight ul {
		padding-left: 0;
	}
	.section-aboutbetObet h2 {
		font-size: 32px;
	}
	.section-aboutbetObet p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}


/* Carousel customizing */
	#custm-carusel{
		width:80%;
		margin:0 auto 70px auto;
	}
	.item{
		background:#eeeeee;
		background-image: linear-gradient(to left top, #ffffff, #fcfcfc, #f8f8f8, #f5f5f5, #f2f2f2, #efefef, #ededed, #eaeaea, #e7e7e7, #e3e3e3, #e0e0e0, #dddddd);
		border:1px solid #fff;
		border-radius:10px;
		padding:20px 5%; 
		text-align:center;
		display:flex;
		flex-flow: column wrap;		
	}
	.item p{
		font-size:18px;
		line-height:1.5;
		color:#74858d;
	}
	.carousel-text-slide{
		height:330px;
		width:100%;
		margin-top:20px;
		overflow-y:hidden;
		overflow-x:hidden;
		display:flex;
		flex-direction:column;
		justify-content:flex-start;
	}
		
	.image_wrap{
		width:100%;
	}
	.owl-item img{
		height:70px;
	}
	.owl-nav{
		text-align:center;
		position: absolute;
		bottom:45%;
		width: 100%;
		z-index:10000;
	}
	.owl-prev,
	.owl-next {
	  font-size:60px !important;
	  font-weight:bold !important;
	  color: #ffffff !important;
	}

	.owl-prev {
	  float:left;
	  margin-left:-10%;
	}

	.owl-next {
	   float:right;
	  margin-right:-10%;
	}
	.three_dots,
	.three_dots_close{
		margin-top:10px;
		font-size:15px;
		font-weight:bold;
		color:#FAB915;
		cursor:pointer;
	}
	/*.nav-btn{
		display:none;
	}*/
	@media only screen and (max-width:1200px) and (min-width:768px) {
		.item p{
			font-size:16px;
			line-height:1.3;
		}
	}