.tp-caption a.btn:hover{color:#67b0d1;}
.top-nav-collapse{background:#000;}
.navbar-custom ul.nav ul.dropdown-menu li a:hover{color:#67b0d1;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background-color:#67b0d1;}
.widget-avatar .avatar:hover{border:5px solid #67b0d1;}
.bg-skin{background:#67b0d1;}
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus{border-color:#67b0d1;}
footer{background-color:#000000;}
.btn-skin{color:#fff;background-color:#67b0d1;border-color:#67b0d1;}
.btn3nav{margin-bottom:0;padding-left:0;list-style:none}
.btn3nav>li{position:relative;display:block}
.btn3nav>li>a{position:relative;display:block;width:250px;background-color:rgba(218,17,17,0.60);border:1px solid #FFFFFF;border-radius:30px;font-size:32px;margin:20px 5px;padding:20px;}
.btn3nav>li>a:hover, .btn3nav>li>a:focus{text-decoration:none;background-color:#5c6d0c;}

a.btn-instantplay {
	display: inline-block;
	max-width: 302px;
	width: 100%;
	height: 74px;
	text-decoration: none;
	background: url("../img/instantplay-btn.png");
}
a.btn-instantplay:hover {
	background-position: 0 -74px;
}
a.btn-adddesktop {
	display: inline-block;
	max-width: 302px;
	width: 100%;
	height: 74px;
	text-decoration: none;
	background: url("../img/adddecktop-btn.png");
}
a.btn-adddesktop:hover {
	background-position: 0 -74px;
}
a.btn-haveacc {
	display: inline-block;
	max-width: 302px;
	width: 100%;
	height: 74px;
	text-decoration: none;
	background: url("../img/haveacc-btn.png");
}
a.btn-haveacc:hover {
	background-position: 0 -74px;
}
a.btn-newplayer {
	display: inline-block;
	max-width: 302px;
	width: 100%;
	height: 74px;
	text-decoration: none;
	background: url("../img/newplayer-btn.png");
}
a.btn-newplayer:hover {
	background-position: 0 -74px;
}
a.btn-register {
	display: inline-block;
	max-width: 302px;
	width: 100%;
	height: 74px;
	text-decoration: none;
	background: url("../img/reghere-btn.png");
}
a.btn-register:hover {
	background-position: 0 -74px;
}
	
a.btn-playnow {
	display: inline-block;
	max-width: 302px;
	width: 100%;
	height: 74px;
	text-decoration: none;
	background: url("../img/playnow-btn.png");
}
a.btn-playnow:hover {
	background-position: 0 -74px;
}

.displace {
	position: absolute;
	max-width: 302px;
	left: -5000px;
}

.flag-round1 {
	background:url(../img/flag-round1.png) center top no-repeat; width:189px; height:486px; display:inline-block; margin:5px;
}
.flag-round2 {
	background:url(../img/flag-round2.png) center top no-repeat; width:189px; height:486px; display:inline-block; margin:5px;
}
.flag-round3 {
	background:url(../img/flag-round3.png) center top no-repeat; width:189px; height:486px; display:inline-block; margin:5px;
}

#crownCarousel .navCrown a small
{
    display: block;
	padding: 10px 15px
}
#crownCarousel .navCrown
{
    /*background: #eee;*/
	padding: 10px 15px
}
.nav-justified > li {
list-style-type: none;
padding-bottom:20px;
}
.nav-justified > li > a
{
    border-radius: 0px;
	    padding: 10px 15px;
}
.nav-justified {
	width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #DDAA49; padding: 10px 15px;}
.nav-pills>li[data-slide-to="1"].active a { background-color: #DDAA49; padding: 10px 15px;}
.nav-pills>li[data-slide-to="2"].active a { background-color: #DDAA49; padding: 10px 15px;}
.nav-pills>li[data-slide-to="3"].active a { background-color: #DDAA49; padding: 10px 15px;}

.carousel-control.left, .carousel-control.right {
	background-image:none;
}

.carousel-caption {
	top:10px;
	left:0px;
	right:0px;
}

.leadboard {
	min-height:700px;
}

.leadCrown1 {
	min-height:550px;
}

@media only screen
and (max-device-width:486px){
	.leadboard {
		min-height:620px;
	}
}

.crownboard {
	min-height:400px;
}
@media only screen
and (max-device-width:486px){
	.crownboard {
		min-height:410px;
	}
}
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 77%;
}

.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.crown-code-table td {
    padding: 5px;
}