
@font-face {

    font-family: 'BebasRegular';

    src: url('BEBAS___-webfont.eot');

    src: url('BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),

        url('BEBAS___-webfont.woff') format('woff'),

        url('BEBAS___-webfont.ttf') format('truetype'),

        url('BEBAS___-webfont.svg#BebasRegular') format('svg');

    font-weight: normal;

    font-style: normal;

 

}

.clear{
clear:both;
width:100%;
}

ol{
list-style-position:inside;
}



div{
padding:0;
margin:0;
}

ul{
list-style:none;
padding:0;
margin:0;
}

img{
border:0;
margin:0;
outline:0;
max-width:100%;
}

a {
text-decoration: none !important;
color: #666;
}

p{
margin: 8px 0px 15px 0px;
}



body {
margin: 0;
padding: 0;
border: 0;
background: #FFF;
font-family:Arial, Helvetica, sans-serif;
color: #666;
font-size: 12px;
line-height: 1.5em;
max-width:100%;
overflow-x:hidden;
}


.container{
width:78%;
margin:0px auto;
}


 .masterheader {
        width: 100%;
        margin-top: 6px;
        text-align: center;
    }
    .banners {
        /*width: 965px;
        height: 120px;*/
        text-align: center;
        margin: 0 auto;
        border-top: 2px solid;
        border-bottom: 2px solid;
    }
    .adsbygoogle {
        text-align: center;
        margin: 0 auto;
        height: 90px;
        /* margin-top: 13px; */
        /* border: 1px solid #000; */
        width: 731px;
        margin-bottom: 0px;
        margin-top: 6px;
    }
    a.adv_info_header:link, a.adv_info_header:hover, a.adv_info_header:active {
        color: #000;
    }    
    img {
        border-style: none !important;
    }

.left_block{
float:left;
width:65%;
}

.right_block{
float:right;
width:30%;
}


.home_links_outer{
width:100%;
display:block;
}


.menu_block{
display: inline-block;
width: 100%;
text-align: center;
}

.menu_block a .menu_item{
display: inline-block;
float: none;
width: 30%;
padding: 2%;
background: #EEE;
margin: 10px;
font-size:12px;
}

.menu_block .menu_item {
color:#000000;
}

.menu_block a .menu_item:hover{
background:#567BD2;
color:#FFFFFF;
}

.counter_block{
width:100%;
display:block;
text-align:center;
float:left;
padding:10px 0px;
background:#EEE;
margin-top:15px;
}

.counter_block span{
color:#567BD2;
}


.text-links{
width:48%;
margin:1%;
float:left;
}

.text-links .title{
width: 100%;
float: left;
font-size: 20px;
color: #000;
/* padding: 1%; */
margin-top: 8px;
/* padding-left: 2%; */
/* border-bottom: 1px solid; */
/* border-top: 1px solid; */
line-height: 1em;
margin-bottom: 1%;
color: #567BD2;
font-family: 'BebasRegular';
font-size: 22px;
}


h1{
width: 100%;
float: left;
font-size: 24px;
color: #000;

margin-top: 10px 0px;

line-height: 1em;
margin-bottom: 1%;
color: #567BD2;
font-family: 'BebasRegular';
font-size: 22px;
}

.text-links ul{
display:inline-block;
width:100%;
clear:both;
}

.text-links ul li{
display: block;
margin: 8px 4% 8px 0px;
float: left;
}

.text-links ul li a{
color:#666;
font-size: 12px;
font-weight: bold;

}

.text-links ul li a:hover{
color: #567BD2;
}


footer.masterfooter {
width: 100%;
float: left;
min-height: 100px;
/*color: #9A9A9A;*/
margin-top: 10px;
color: #131212;
}

.add_div{
display: block;
padding: 10px;
border: solid 1px;
float: right;
width: 45%;
margin: 5% 0%;
}





footer.masterfooter a{
padding-bottom:10px;
}


.search-block{
display:inline-block;
width:100%;
text-align:center;
}

form.search{
display:block;
padding:3%;
width:100%;
max-width:100%;
margin:0px auto;
margin-bottom:30px;
}

form.search input[type="text"] {
padding: 6px;
max-width:72%;
float:left;
margin-right:2%;
outline:none;
font-family:Arial, Helvetica, sans-serif;
}

form.search input[type="submit"] {
display: block;
padding: 8px 20px;
/*font-family: 'source_sans_prosemibold';*/
font-size: 13px;
color: #FFF;
background: #567BD2;
border: none;
cursor: pointer;
float:left;
/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/
}

.add-site{
float:right !important;

}


div.sponsored-site{
display: block;
padding: 20px 20px;
line-height: 25px;
background: #F7F7F7;
}

div.sponsored-site a:hover{
color: #567BD2;
}

table.site-detail{
width:100%;
word-break: break-word;
text-align:left !important;
/*background: #F4F8FF;
padding: 2%;*/
}
table.site-detail tr td a{
font-weight: bold;
color: #567BD2;
}

.detail-column{
width: 75%;
padding: 2%;
}

.detail-column  a span{
color: #808080;
font-weight:bold;
}

.detail-column  a span:hover{
color: #567BD2;
}

.heading{
line-height:27px;
margin-bottom: 20px;
color: #567BD2;
font-family: 'BebasRegular';
font-size: 18px;
margin-top:15px;
}

.small-title{
line-height:27px;
margin-bottom:0px;
color: #567BD2;
font-family: 'BebasRegular';
font-size: 16px;
}


/*table tr td{
text-align:left !important;
}
*/



* {
    padding: 0;
    margin: 0;
     
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


.main_content_block{
width: 100%;
display: block;
}

.ad_here{
margin-top: 14px;
text-align: center;
}

.search{
}

@media (max-width: 731px){

 

    .adsbygoogle{

        text-align: center;

        margin: 0 auto;

        height: 90px;

        /* margin-top: 13px; */

        margin-bottom: 10px;

 

        width: 98%;

        /* padding-top: 26px; */

    }

}

 

@media (max-width: 684px) {

 

    .adsbygoogle{

        text-align: center;

        margin: 0 auto;

        height: 90px;

        /* margin-top: 13px; */

        margin-bottom: 10px;

 

        width: 468px;

        /* padding-top: 26px; */

    }

}

 

 

@media (max-width: 470px) {

 

    .adsbygoogle{

        text-align: center;

        margin: 0 auto;

        height: 60px;

        /* margin-top: 13px; */

        margin-bottom: 10px;

 

        width:234px;

        /* padding-top: 26px; */

    }

 

}


input[type="button"]{
display: block;
padding: 8px 20px;
/* font-family: 'source_sans_prosemibold'; */
font-size: 13px;
color: #FFF;
background: #567BD2;
border: none;
cursor: pointer;
float: left;
}

.payment{
display:inline-block; float:left;
}

.add-site img{
margin-left:5px;
}
