body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Fjalla One', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.h2, h2 {
    font-size: 38px;
}
h3{
    font-weight: 400;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    /*padding-bottom: 10px;*/
	padding-bottom: 20px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/mainbg.jpg) no-repeat center center;
    background-size: cover;
	background-attachment:fixed;
    height: 100vh;
    display: grid;
    align-items: center;
}
.intro-content {
    margin-top: 30px;
}
.intro-message {
    position: relative;
    padding-top: 10%;
    /*padding-bottom: 20%;*/
}

.intro-message h1 { font-size:62px; margin:0; color:#f16421; line-height: 60px}
.intro-message h1 span{ font-size:92px; margin:0; color:#f16421;}
.intro-message h2 { font-size:45px; margin:0; /*color:#8DC540;*/ }
.intro-message h4 { font-size:15px; margin:10px 0 40px; }

.intro-divider {
    width: 100%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
	margin:40px 0 0;
}

.intro-message h1, .intro-message h2, .intro-message h3, .intro-message h4, .intro-message h5 { font-family: 'Open Sans', sans-serif; }


@media(max-width:767px) {
	.intro-header {
		padding-bottom: 50px;
	}
    .intro-message {
        /*padding-bottom: 15%;*/
		padding-bottom: 5%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0 70px;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0 70px;
}

.section-heading {
    margin-bottom: 20px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg/index.html) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

.lead { margin-bottom:20px; }

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

.navbar {
	/*min-height:75px; */
	-webkit-box-shadow: 0px -9px 30px 12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -9px 30px 12px rgba(0,0,0,0.75);
    box-shadow: 0px -9px 30px 12px rgba(0,0,0,0.75);
}
.navbar-header { width:100%; }
.navbar-header .btn-orange { float:left; margin-right: 10px;}
.navbar-header .social-caption { display: block; margin-top: 15px; font-size:11px;}
.navbar-header .social-media { display: inline-block;  }

.navbar-brand { padding:20px 15px }
.navbar-brand img { width:100%; }

/***** FOOTER *****/

.footer {
	font-size: 12px;
	line-height: 1.5em;
	padding: 15px 0;
	color:#666;
	background:#000;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
}

.footer-links {
	display:block;
	float:left;
	width:100%;
	margin:10px 0;
}
.footer-links ul { padding:0; margin:0; }
.footer-links li { display:block; float:left; }
.footer-links li a { padding:0 10px; text-decoration:none; padding-left:0; padding-right:20px; text-transform:uppercase; color:#666; font-weight:normal; }
.footer-links li a:hover { color:#fff; text-decoration:none; }

.footer-links2 {
	display:block;
	width:100%;
}


#copyright {
	display:block;
	margin:10px 0 0;
	font-size:10px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 25px;
}

/*.navbar-default { background-color:#f16421; }*/
.navbar-default .navbar-nav>li>a { color:#fff }
.navbar-default .navbar-nav>li>a:hover { color:#fff; background:none; }

.btn-orange {
	color: #FFF;
    /*background-color: #f16421;
    border-color: #f16421;*/
	background-color: #F00;
    border-color: #F00;
    text-align: center;
    padding: 15px 25px; 
    margin: 12px 0;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.btn-orange:hover, .btn-orange:focus {
    background-color: #C10000 !important;
    border-color: #C10000 !important;
	/*background-color: #d55526 !important;
    border-color: #d55526 !important;*/
    color: #FFF;
	text-decoration:none;
}

.btn-green {
	color: #FFF;
    background-color: #75A237;
    border-color: #75A237;
    text-align: center;
    padding: 15px 25px; 
    margin: 24px 0;
    position: relative;
    /*font-size: 18px;*/
	font-size: 30px;
    font-weight: bold;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    display: inline-block;
}
.btn-green:hover, .btn-green:focus {
    background-color: #628A2B !important;
    border-color: #628A2B !important;
    color: #FFF;
	text-decoration:none;
}

.btn-default {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    background: #F00;
    border: 1px solid #F00;
    color: #FFF;
    border-radius: 6px;	
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	/*float:left;*/
}
.btn-default:hover, .btn-default:focus { text-decoration:none !important; background:#C10000; border-color:#C10000; color:#fff; }

.content-grid{
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
align-items: center;

}

.content-pad{
    padding: 40px 0 60px;
}
.bg-black { background:#000; color:#fff; }
.bg-orange { background:#F26522; color:#fff; }
.bg-green { background:#4e920c; color:#fff;  }
.bg-red { background:#6b1212; color:#fff;  }
.bg-purple { background:#350720; color:#fff;  }
.bg-blue { background:#3437b4; color:#fff;  }
.bg-gray { 
	background:#333333; color:#fff; 
	-moz-box-shadow:    inset  0  9px 30px -8px #000, 
                        inset  0 -9px 30px -8px #000;
    -webkit-box-shadow: inset  0  9px 30px -8px #000, 
                        inset  0 -9px 30px -8px #000;
     box-shadow:        inset  0  9px 30px -8px #000, 
                        inset  0 -9px 30px -8px #000;
}
.bg-sports { background:url(../img/banner-bg.jpg/index.html) top center; color:#fff; }

.img-responsive { margin:0 auto; }

.bet-steps {     
	/*bottom: 50px;*/
    position: relative;
}
.bet-steps1 { width:100% }

.img-circles img { width:100%; }

@media (min-width:768px) {
	.bet-steps-v { display:none; }
	.sports-odd{ padding-bottom: 0px;}
	.casino-clubs img{ padding-top: 0 !important;}
}

.casino-clubs{ padding-bottom: 0;}
.casino-clubs img{ padding-top: 20px;}

@media (max-width:767px) {
	.navbar-brand { padding:15px; }
	.navbar-header { width:auto; }
	.navbar-header .btn-orange { display:none; }
	.navbar-header .social-media { display:none; }
	.navbar-header .social-caption { display:none; }
	.navbar { min-height:70px; }	
	.bet-steps { display:none; }
	.btn-default-w { float:left; }


.intro-header {
padding: 60px 20px 30px ;
    background: url(../img/mainbg.jpg) no-repeat left center;

    height: auto;

}
	
}

@media (max-width:480px) {
	.topnav { text-align:center; }
	.navbar { min-height:50px; }
	.img-responsive { margin:25px auto 0 }
	.intro-message { text-align:center !important; }
}

/*  */
  #sidebar-wrapper {
    margin-left: -250px;
	top: 20%;
    left: 0;
    width: 250px;
	padding: 20px;
    background: #fff;
    position: fixed;
    height: auto;
    overflow-y: auto;
    z-index: 1040;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
  }

  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sidebar-nav li {
    line-height: 50px;
    text-indent: 20px;
  }

  .sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
  }

  .sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
  }

  .sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
  }

  .sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }

  .sidebar-nav > .sidebar-brand a {
    color: #999999;
  }

  .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
  }

  #menu-toggle {
    top: 33%;
    left: -224px;
    position: fixed;
    z-index: 1;
	transform: rotate(-90deg);
	transform-origin: right top 0;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	margin: 0 !important;
	padding-top: 10px !important;
  }
  
  #sidebar-wrapper #menu-close{
	  position: absolute;
	  top: 5px;
	  right: 5px;
  }
  
   #sidebar-wrapper form input{
	  color: #555555 !important;
  }
  
  #sidebar-wrapper form option.placeholder{
	  color: #999999 !important;
  }
  
  #sidebar-wrapper  .form-control::-webkit-input-placeholder{
	  color: #555555 !important;
  }
  #sidebar-wrapper  .form-control:-moz-placeholder{
	  color: #555555 !important;
  }
  #sidebar-wrapper  .form-control::-moz-placeholder {
	  color: #555555 !important;
  }
  #sidebar-wrapper  .form-control:-ms-input-placeholder {
	  color: #555555 !important;
  }

  #sidebar-wrapper.active {
    left: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  }

@media (max-width:799px) {
	#menu-toggle { display: none; }
	#fixed-livechat{ display: none; }
}
 
#fixed-livechat{
	top: 40%;
	transform: translateY(-60%);
	-webkit-transform: translateY(-60%);
	-moz-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	-o-transform: translateY(-60%);
    right: -186px;
    position: fixed;
    z-index: 1;
	transform: rotate(90deg);
	transform-origin: left top 0;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	margin: 0 !important;
	padding-top: 10px !important;
}
@media only screen and (max-width: 768px) {
	.respad {
	padding-bottom: 30px;
	}

    .content-grid{
display: grid;
grid-template-columns: 1fr;
grid-gap: 30px;
align-items: center;
text-align: center;
}
.grid-b {
  grid-row: 1 / 2;
}
.content-pad{
    padding: 40px 0 60px;
}
   h2 {
    font-size: 30px;
}
h3{
font-size: 20px;    
}
.lead{
 font-size: 14px; 
 margin-bottom: 30px;
}
.btn-green {
    color: #FFF;
    background-color: #75A237;
    border-color: #75A237;
    text-align: center;
    padding: 13px 23px;
    margin: 24px 0;
    position: relative;
    /* font-size: 18px; */
    font-size: 22px;
  
}
}




@media only screen and (min-width: 1800px) {
  .container {
    
    width: 1600px;

  }
   h2 {
    font-size: 60px;
}
h3{
font-size: 32px;    
}
.lead{
 font-size: 24px; 
}
}