@import url('https://fonts.googleapis.com/css?family=Antic+Slab|Noticia+Text|Saira+Extra+Condensed');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

@font-face {
    font-family: Arial;
    src: url(fonts/arial.ttf);
}
@font-face {
    font-family: Tahoma;
    src: url(fonts/tahoma.ttf);
}
#lsearch{
/*	padding-left:10px;*/
}

#livesearch {
    background: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    z-index: 1;
    width: 9.1em;
    float: right;
    margin-right: 20px;
    text-align: left;
}
#livesearch a{
	color:#000;
	text-transform: capitalize;
}
#lsearch > div.form-group{
	padding-left: 0px !important;
}
html{

}

body{
    font-family: 'Tahoma', sans-serif;
	text-align: justify;
	color: black;
	background-image: url("images/back.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	letter-spacing: 1.0px;
}
a, a:hover, a:active{
	color:#fff;
	outline:none;
}
.disc{
	list-style:disc !important;
}
.glyphicon-heart{
	color:#F2B31F;
}
.glyphicon-lock{
	color: #80C014;
}
.glyphicon-flag{
	color:#B30403;
}
.container-fluid{
	padding: 0;
}
.container-body{
	background-color: transparent;
	padding-top: 15px;
}
body > div{
		    background: transparent;
}

/* NavBar */
.navbar{
	border: 0;
	border-radius: 0;
	border-radius: 2px;
}
.navbar-default{
	color: #FFCE2B;
	border-radius: 2px;
}

/* Top form */
.navbar-right{
	padding-right: 30px;
	background-color: transparent;
}

/* Buttons On NavBar */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	color: #fff;
	background-color: black;
	border-bottom: 2px solid #FFCE2B;
	font-weight:bold;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color: #fff;
	background-color: #000;
	box-sizing: border-box;
	border-bottom: 2px solid #FFCE2B;
}

.navbar-default .navbar-nav > li > a{
	color: #FFCE2B;
	border: 1;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 20px;
	padding-right: 20px;
	background: black;
	text-transform: uppercase;
	border-bottom: 2px solid #FFCE2B;
	border-radius: 10px;
	font-weight: bold;
}

.nav > li > a:focus, .nav > li > a:hover{
	color: #000;
}
.nav > li:active{
color:#fff;
}


/* Text Or Logo On NavBar */
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color: #fff;
}
.navbar-brand,.navbar-brand:hover {
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
}
.navbar-default .navbar-brand{
	color: white;
	float: left;
}
input::placeholder{
	text-transform: capitalize;
	color:#000 !important;
}

/* Back To Top Button */

.glyphicon-star{
	color:#f8c125;
}


#back-to-top{
	position: fixed;
	bottom: 30px;
	right: 30px;
	padding: 10px;
	margin-right: 20px;
    border-radius: 3px;
    box-sizing: border-box;
	float: right;
	background: linear-gradient(#FFCE2B, #DF8D0F);
}


/* Footer */
#footer{
	color: white;
	background: black;
}


/* Button */
.btn{

	border-radius: 4px;
	text-transform: uppercase;

}
.data-lsearchinput{
	float: left;
}
.data-rsearchbut{
	float: right;
}
.form-group-sm .form-control{

}
.btn-success,.btn-success:focus,.btn-success:hover {
	background: linear-gradient(#A1D74B, #7DBE0E);
	color: #fff;
}
.btn-warning {
    background: linear-gradient(#FFCE2B, #DF8D0F);
}

.btn-primary{
	margin-left: 10px;
}

.btn-danger{
	border-color:#9F0A06;
}
h1{
	font-size: 1em;
}

h2{
	color: black;
	margin-top: 10px;
}

h3{
	color: black;
	font-weight: 700;
	background: linear-gradient(#FFCE2B, #DF8D0F);
	box-sizing: border-box;
	padding: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	border-radius: 0px 0px 8px 8px;
	margin: 0;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-left:15px;
	margin-right:15px;
}

h4{
	color: black;
	font-weight: 700;
	background: linear-gradient(#FFCE2B, #DF8D0F);
	box-sizing: border-box;
	padding: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	border-radius: 8px 8px 0px 0px;
	margin: 0;
}

/*Flags*/

.flag.flag-bg {
    background-position: -80px -11px;
}

.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(flags.png) no-repeat;
}

/* New */
.col-md-3{
	border: 0;
	padding: 0;
}

.text-img{
	width: 70%;
	margin-bottom: 30px;
}

.center{
	text-align: center;
}

.data-win{
	margin-left:0px;
	margin-right:0px;
}

.left{
	float: left;
	padding-right:10px;
	padding-bottom:10px;
	height: 100px;
}

.right{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 100px;
}

/*Navbar*/

.navbar-toggle{
	background-color: #f2b31f !important;

}
.readmore, .readmore:hover, .readmore:active {
	color: #FFCE2B;
	float: right;
}

.main1{
	border: 2px solid #FFCE2B;
	border-radius: 8px;
}

.main2{
	background: #FFCE2B;
	border-radius: 8px 8px 0px 0px;
	margin-bottom: 10px;
}
.img-small{
	width:50px;
}
.img-center{
	display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	margin-bottom: 10px;
}

.team{
	color: black;
}
.lmenu{
	text-transform: uppercase;
	padding-left:10px;
	padding-top: 10px;
}
.rmenu{
	padding-left:10px;
	padding-top: 10px;
}

.lmenu li{
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
	margin-right: 10%;
	border-right-width: 15px;
}
.grey-text{
	color:#ccc;
	font-weight: bold;
}
ul{
    list-style-type: none;
}

.a2{
	font-size: 1em;
	color: black;
}

.left1{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 300px;
}

.iframe{
	border: 0;
	height: 1000px;
	scrolling: yes;
	width: 750px;
}



/* Carousel */
.page-header{
  background-position: top center;
  width: 100%;
  margin:0 auto;
  border-bottom:none;
  padding: 0;
  background: black;
}

.carousel-control{
	height: 100%;
	color: white;
}

.full-img{
	width: 100%;
}

.border{
	border: 1px solid black;
	margin: 5px;
}

.mid{
	background: black;
	background-size: 100% 100%;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
}

.center1{
	color: white;
	text-align: center;
}

.white{
	color: white;
	background: #74B71C;
}

.data-blue{
	color: red;
	font-weight: bold;
}

.data-green{
	text-align: center;
	color: black;
	margin-top: 8px;
	font-size: 12px;
	background: #EBD647;
}

.home-box{
	color: white;
	margin-bottom: 5px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 0px 0px 8px 8px;
	border-bottom: 1px solid #FFCE2B;
	padding-bottom: 23px;
}
.home-box-short{
	background: black;
}
.home-box-form{
	color: white;
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.data-form-box{
	height: 0;
	top:0;
	border-width: 150px 150px;
	background: radial-gradient(A10002, #FFCE2B);
	text-transform: uppercase;
	text-align: center;
    padding-bottom: 20px;
	border-color: transparent transparent #EE7202 transparent;
    margin-top: 0px;
    margin-bottom: 0px;
}
#triangle{
	width: 0;
    height: 50px;
    border-style: solid;
    border-width: 180px 180px 0 180px;
    border-color: #182B48 transparent transparent  transparent;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index:-10;
}
.home-title{
	background: #74B71C;
}

#footer{
	color: transparent;
	border-top: 2px solid #FFCE2B;
	background: #0E1E35;
	margin-top: 15px;
	text-transform: uppercase;
}

.footer1{
	color: #fff;
}

.embed-responsive-16by9{
	padding-bottom: 50%;
	min-height: 430px;
}

.partners{
	overflow: auto;
	height: 800px;
}

.top{
	text-align: center;
	background: transparent;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.top1{
	display: block;
    padding-bottom: 10px;
}
.top1:before{
	background: transparent;
}

.tipster{
	width: 100%;
	margin-bottom: 10px;
}
label{
	color:#fff;
}
form{
/*	background-color: rgba(0, 0, 0, 0.8);*/
	padding: 10px;
	color: #000;
	text-align: center;
}
.span-logo{
	letter-spacing: 5px;
	color: #fff;
	font-size: 1.1em;
}
.bold-logo{
	font-weight: 900;
	color: #EEB71E;
	font-size: 1.2em;
}
.form-control{
	border-radius: 4px;
}
form > a.center{
	color: #fff;
}

.carousel-title{
    color: #DAA01B;
	font-weight: bold;
	background-color: transparent;
	text-transform:uppercase;
	font-size: 4.8em;
}
.tipster-title{
	color: #F3F200;
	font-weight: bold;
	background-color: transparent;
	font-size: 5.3em;
}
.carousel-caption{
	left:3%;
}
.front-white{
	color:#fff;
}
.data-tipsters{
	position: absolute;
	top: 10%;
	left: 5%;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.fa{
	font-size: 23px;
}

.navbar .navbar-collapse {
    text-align: center;
}
div.col-md-4.home-box-form > form > div.col-sm-12 > button{
	float: none;
	margin: 0 auto;
}
div.col-md-4.home-box-form > form > a.center{
	text-align: center;
}

div.col-md-6{
	padding-bottom: 10px;
}
.win {
   animation-name: flash;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    padding:0 2px 0 2px;
}
@keyframes flash {
    from {background-color:#e9e9e9;color:#61aa25;}
    to   {color:#f1b21f;}
}
/* Footer */
footer{
	position: relative;
	bottom:0;
}
#footer{
	color: white;
	background: black;
}
#footer li {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}
footer li {
    border-right: 1px solid #fff;
    height: 18px;
}
#footer li a, #footer li a:hover {
    color: #f0af1d;
    padding-right: 10px;
    text-decoration: none;
}
ul li:last-child {
    border-right: none;
}
.table>thead>tr>th{
	vertical-align: top;
}
.table-bordered>tbody>tr>td{
	text-align: center;
}
@media screen and (max-width: 520px) {
.navbar .navbar-nav{
	display: block;
	background-color: #000;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover,.navbar-toggle{
	    background-color: #eba61a;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #020202;
}
}