/*
Theme Name: betcirca
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: betcirca
*/

.logo{
	padding: 20px 0;
}
.navbar{
	min-height: inherit;
}
.navbar-brand{
	padding: 0;
	height: auto;
}
.navbar-inverse{
	background-color: #009007;
	border: 0;
	margin-bottom: 0;
}
.navbar-nav > li > a{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 19px;
	text-transform: uppercase;
	padding: 12px 10px;
	margin-right: 9px;	
}
.navbar-inverse .navbar-nav > .current_page_item > a, .navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-nav > li.current-page-ancestor > a{
	background-color: #006505;
}

.navbar-nav > li{
    position: static;
}
.navbar-inverse .navbar-nav > li > a{
	color: #fff;
}

.navbar-nav > li .sub-menu-wrap { 
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  background: #006505;  
}

.navbar-nav > li .sub-menu-wrap .sub-menu{
    padding: 0 15px;
    margin: 0 auto;
    list-style: none;
    width: 1170px;

}

.navbar-nav > li:hover .sub-menu-wrap, .navbar-nav > li.current-page-ancestor .sub-menu-wrap {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.navbar-nav > li .sub-menu-wrap li {
    float: left;
}
.navbar-nav > li .sub-menu-wrap li a{
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    padding: 12px 10px;
    margin-right: 9px;
    display: block;
    text-decoration: none;    
    color: #fff;
}


.language {
	padding: 34px 0 0 0;
}
.language .btn, .language .btn:focus, .language .btn:hover, .language .btn:active{
	background: none;
	border: 0; 
	padding: 0;
	box-shadow:none;
}
.language .btn-group.open .dropdown-toggle, .language .btn-group.open .dropdown-toggle:hover, .language .btn-group.open .dropdown-toggle:focus, .language .btn-group.open .dropdown-toggle:active{
	background: none;
	box-shadow: none;
}
.language .bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.language .btn .caret{
	background: url(img/arrow-down.png) 0 0 no-repeat;
	border: 0;
	width: 10px;
	height: 5px;
	margin: 0 5px 0 0;
}
.language .dropdown-menu {    
	top: 100%;
	left: 0;
	min-width: inherit;
	padding: 0;
	margin: 0;       
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.language .dropdown-menu > li > a {    
	padding: 4px 0 0 15px;
	cursor: pointer;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	outline: none;
}
.language .dropdown-menu > li > a i{
	display: none;
}

.home-banner{
	/*background: url(../img/home-banner.jpg) center top no-repeat;*/
	width: 100%;
	background-size: cover !important;
	height: 505px;
	float: left;	
	margin-bottom: 30px;
}
.home-banner .container{
    position: relative;
}
.home-banner .caption{
    background: rgba(255,255,255,0.9);
    border-radius: 5px;
    /*background: #ffffff;*/
    padding: 30px 20px 20px 20px;
    max-width: 585px;
    position: absolute;
    left: 15px;
    top: 154px;	
}
.home-banner .caption h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;	
	color: #3a3939;
	margin:0;
}
.btn{
	background: #009007;
	font-family: 'Open Sans', sans-serif;  
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	padding:7px 25px ;
	border-radius: 5px;
}
.btn:hover{
	background: #006505;
	color: #fff;
}

.top-tips-main{
	clear: both;
	margin-bottom: 30px;
}
.top-tips-main .head h4, .top-news .head h4{
	float: left;
}
.top-tips-main .head .btn, .top-news .head .btn{
	float: right;
	font-size: 14px;
	padding: 4px 5px;
	font-weight: 600;
	margin: 5px 0 0 ;
}
.tabs-tips{
	clear: both;
}
.tabs-tips .nav.nav-pills{
	margin: 7px 0 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #aeafae;
	padding: 0 0 10px;
}
.tabs-tips .nav-pills > button + button {
	margin-left: 24px;
}
.tabs-tips .nav.nav-pills button{
	background: #009100;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	padding: 0;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
    border: 0;
    float: left;
    outline: none;
}
.tabs-tips .nav.nav-pills button:hover{
	background: #006600;
}
.tabs-tips-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix{
    clear: both;
}
.tabs-tips-list li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #aeafae;
	padding: 10px 0 10px;
}
.tabs-tips-list li .btn{
	float: right;
	font-size: 14px;
	padding: 4px 10px;
	font-weight: 600;
	margin: 20px 0 0 ;
}
.tabs-tips-list li .img-thumb{
	float: left;
	margin: 0 25px 0 0;
	width: 68px;
	height: 68px;
}
.tabs-tips-list li .img-thumb img{
	border-radius: 8px;
	width: 100%;
	height: 100%;
}
.tabs-tips-list li .tips-list-text{
	font-weight: 500;
	line-height: normal;
	float: left;
	width: 59%;
	padding: 0 10px 0 0;
	display: flex;
	align-items: center;
	height: 68px;
}

.top-news{
	clear: both;
	margin-bottom: 30px;
	background: #eeeeee;
	padding: 30px 0;
}

.top-news .top-news-list{
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
.top-news .top-news-list li{
	background: #ffffff; /* Old browsers */
	padding: 20px;
	padding-right: 50px;
	margin-bottom: 20px;
    border-radius: 5px;
}
.top-news .top-news-list li a{
	color: #000;
	font-weight: 700;
}

.top-news .top-news-list li .img-thumb{
	float: left;
	width:144px;
	margin: 0 25px 0 0;
}

.comparison-row{
	clear: both;
	margin-bottom: 30px;	
}
.comparison-box{
	background: #ffffff; /* Old browsers */
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}
.comparison-box p a{
	font-weight: 700;
	color: #3a3939;
}
.comparison-box img{
	margin: 0 0 0 25px;
}

.comparison-icons{
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	margin: 60px 0 0;
}
.comparison-icons li{
	float: left;
	width: 82px;
	text-align: center;
}
.comparison-icons li .img-thumb{
	background: #009200;
	width: 100%;
	height: 82px;
	border-radius: 50%;
	float: left;
	line-height: 82px;
	margin-bottom: 8px;
}
.comparison-icons li:hover .img-thumb{
	background: #006600;
}
.comparison-icons > li + li{
	margin-left: 50px;

}
.comparison-icons li a{
	color: #3a3939;	
	text-decoration: none;
    font-weight: 700;
}
.comparison-icons li span{
	font-weight: 700;
	color: #3a3939;
	display: block;
	line-height: 14px;
}

footer{
	background: #3a3939;
	margin: 25px 0 0;
	padding: 30px 0 50px;
	clear: both;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
}
footer p.m-b-30{
    margin-bottom: 30px;
}
footer .form-control{
    border-radius: 0;
    height: 28px;
    font-size: 11px;
    border: 1px solid #979797;
}
footer .btn{
    height: 33px;
    padding: 0 30px;
    line-height: 33px;
}
.footer-two li , .footer-three li { 
    display: inline-block;
    float: left;
    list-style-type: none;
    width: 50%;
}
.footer-two li a, .footer-three li a{
 color: #fff;
}
.footer-two ul, .footer-three ul, .social-link ul{
 padding: 0;
}
footer .social-link {
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.social-link li{
    display: inline-block;
    margin: 0 5px 0 0;
}

.featured-image img {
  height: auto;
  width: 100%;
}
.offer-containt {
  background: #d5d5d5;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 30px;
}
.featured-title > p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
}
.featured-btn {
  text-align: center;
}


.tabs-tips-list li.offer-item{
    width: 32%;
    margin-right: 2%;
}
@media screen and (max-width: 900px) {
    .tabs-tips-list li.offer-item{
        width: 100%;
    }
}

.tabs-tips-list li.offer-item:nth-child(3n+3){
    margin-right: 0;
}

.featured-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.featured-content {
    font-size: 16px;
    margin-bottom: 15px;
}
.bmgrid .offer-containt {
    margin: 0 0 30px 0;
}
.featured-image {
    margin: 0 0 10px 0;
}

.bmgrid .featured-btn, .offer-containt .featured-btn{
    text-align: left;
}
.bmgrid .featured-btn .btn, .offer-containt .featured-btn .btn{
    padding: 3px 25px;
}
/*.bmgrid .featured-btn .btn:last-child, .offer-containt .featured-btn .btn:last-child{
    float: right;
    }*/
    span.ratting.pull-right {
        font-weight: 400;
        font-size: 21px;
    }
    span.ratting.pull-right img{
     vertical-align: baseline; 
     margin: 0 0 0 5px;
 }

 .bookmakers-tab{
    background: #029008;
    margin: 0 0 40px;
}
.bookmakers-tab button{
    border: 0;
    background: none;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    outline: none;
    padding: 7px 10px;
}
.bookmakers-tab button:hover{
    background: #016704;
}

.page-title h3{
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
}

.bm-details-content p{
    margin-bottom: 20px;
}
.review-img img{
    max-width: 100%;
    margin-bottom: 10px;
}

.bm-details-offer{
    background: #009007;
    border-radius: 0 0 6px 6px;
    text-align: center;
    padding: 20px 50px;
    color: #fff;
    margin-bottom: 50px;
}
.bm-details-offer h4{
    margin: 0 ;
    font-weight: normal;
    font-size: 16px;
}
.bm-details-offer h2{
    margin: 8px 0;
    font-size: 45px;
    text-transform: uppercase;    
}

.bm-details-offer .btn{
    font-size: 14px;
    background: #3d3d3d;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}
.bm-details-offer .btn:hover{
    background: #000;
}

.bm-details-right .bm-basic-info, .bm-details-right .bm-rating, .bm-details-right .bm-pros-cons{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+57,d1d1d1+84,d1d1d1+91 */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 57%, #d1d1d1 84%, #d1d1d1 91%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 57%,#d1d1d1 84%,#d1d1d1 91%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 57%,#d1d1d1 84%,#d1d1d1 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 20px;
    font-size: 15px;
}


.bm-details-right h3{    
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
}
.bm-details-right ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.bm-basic-info{
    margin-top: 70px;
}
.bm-details-right li{
    padding-bottom: 15px;
}
.bm-details-right li:last-child{
    padding-bottom: 0;
}
.bm-basic-info li span{
    font-weight: bold;
    display: inline-block;
    width: 52%;
    vertical-align: top;
}
.bm-basic-info li em{
    font-style: normal;
    display: inline-block;
    width: 47%;
    vertical-align: top;
}
.bm-rating .rating-right{
    float: right;
    font-size: 16px;
}
.bm-rating .rating-right img{
    vertical-align: baseline;;
    margin-left: 5px;
}
.bm-pros-cons h4{
    margin-bottom: 0;
}
.bm-pros-cons li{
    padding-bottom: 0;
}
.offer-main{
    background: #d5d5d5 none repeat scroll 0 0; 
    padding: 30px 0;
}
span.glyphicon-plus{
  display: none;
}
.top-news .container .button-set.text-center{
    width: 100%;
    float: left;
    position: relative;
}
.top-news .container .button-set.text-center #more_posts{
    width: 100%;
    background-color: #009100;
    color: #ffffff;    
}
h4.space{
    margin-top: 40px;
    margin-bottom: 20px;
}
/*===============Responsive=========*/

@media (max-width: 1199px) {
    .navbar-nav > li > a {
        padding: 12px 7px;
        margin-right: 0;
    }
    .tabs-tips .nav-pills > button + button {
        margin-left: 10px;
    }
    .tabs-tips-list li .img-thumb {
        margin: 0 15px 0 0;
    }
    .tabs-tips-list li .tips-list-text{
        width: 52%;
    }
    .comparison-icons > li + li {
        margin-left: 25px;
    }
    .navbar-nav > li .sub-menu-wrap .sub-menu{
        width: 970px;
    }
}
@media (max-width: 991px){
    .navbar-nav > li > a {
        padding: 12px 6px;
        margin-right: 4px;
        font-size: 13px;
    }
    .navbar-nav > li .sub-menu-wrap li a{
        font-size: 13px;
    }
    .comparison-icons {
        text-align: center;
    }
    .comparison-icons li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .navbar-nav > li .sub-menu-wrap .sub-menu{
        width: 750px;
    }

}
@media (max-width: 767px){
    .home-banner {
        height: 350px;
    }
    .navbar-nav > li .sub-menu-wrap .sub-menu{
        width: 100%;
    }

    .home-banner .caption {
        padding: 12px;
        left: 15px;
        top: 67px;
        right: 15px;
    }
    .home-banner .caption h1 {
        margin: 0 0 7px 0;
        font-size: 18px;
    }
    .home-banner .caption p {
        font-size: 12px;
        text-align: justify;
    }
    .top-tips-main .head{
        margin: 10px 0;
        float: left;
        width: 100%;
    }
    .top-news .top-news-list li{
        padding: 20px;
    }
    .top-news .top-news-list li .img-thumb {
        float: none;
        margin: 0 auto 20px;
    }
    .top-news .top-news-list li p{
        text-align: justify;
    }
    .comparison-box {
        padding: 0px;
    }
    .comparison-box img{
        max-width: 100%;
        float: none !important;
        margin: 0 0 20px 0;
        width: 100%;
    }
    .comparison-box p{
        text-align: justify;
    }
    .comparison-icons > li{
        margin: 0 15px !important;
    }
    .footer-two ul, .footer-three ul, .social-link ul {
        display: inline-block;
        width: 100%;
    }
    footer{
        padding: 5px 0;
    }
    footer p{
        text-align: justify;
    }
    footer .social-link{
        margin-top: 0;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: 0;
        box-shadow: none;
        background: #006505
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle{
        background: #006600;
        border-color: #006600;
    }
    .navbar-nav > li > a {
        padding: 5px 6px;
        margin-right: 0; 
    display: inline-block;		
    }
    .navbar-brand > img { 
        width: 160px;
    }
    .language {
        padding: 23px 0 0 0;
    }    
    .navbar-nav > li .sub-menu-wrap {
        position: static;
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
        display: none;
    }
    /*.navbar-nav > li:hover .sub-menu-wrap{
        display: block;
    }*/
    .navbar-nav > li .sub-menu-wrap li {
        width: 100%;
    }
    .navbar-nav > li .sub-menu-wrap li a {
        font-size: 13px;
        padding: 4px 0;
    }
    .navbar-nav > li .sub-menu-wrap li a:before {
        content: '-';
        padding: 0 5px 0 0;
    }
    
    .menu-item-has-children > span.glyphicon-plus , .menu-item-has-children > span.glyphicon-minus{
        display: inline-block;
		float: right;
        color: #fff;
	    /*font-size: 20px;
	    border: 1px solid #fff;
        padding: 0px 5px;
        line-height: 20px;*/
    }
}

/*===============Responsive=========*/