@charset "utf-8";

/* --------------- reset --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    font-size:100%;
}
img{display:inline-block;}
html { height:100%; }
body { height:auto !important; height:100%; min-height:100%; position:relative;}
a {                                         
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {                     
    border-collapse:collapse; 
    border-spacing:0;
}
td, td img {
    vertical-align:top;         
} 
input, select, button, textarea {
    margin:0;               
    font-size:100%;             
}
input[type="text"], input[type="password"], textarea {
    padding:0;              
}
input[type="checkbox"] {        
    vertical-align:bottom;
}
input[type="radio"] {
    vertical-align:text-bottom;
}
sub {
    vertical-align:sub;
    font-size:smaller;
}
sup {
    vertical-align:super;
    font-size:smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul {
     list-style:none;
}

h2 {
 display: inline-block;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
}

/* --------------- /reset --------------- */

/* --------------- fix styles ---------*/
.att {width:100%;margin: 0 auto;}
.cc { clear:both; }
.container { width:100%;}
.container:after, .cfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.hidden { display:none; }
.show { display:block!important; }
.no-margin { margin:0!important; }
.no-padding { padding:0!important; }
.no-bg { background:none!important; }
.no-border, a img { border:none!important; }
.img-repl { text-indent:-9999px; overflow:hidden; display:block; }
.left{float:left;}
.right{float:right;}
.center{margin: 0 auto;display: block;}
.txtcenter{text-align: center;}
.txtleft{text-align: left;}
.txtright{text-align: right;}
/* --------------- /fix styles ---------*/

/* --------------- main styles ---------*/
html {
    overflow-y:scroll;
}
body {
    line-height:1;
    background:#0f0f0f;
    color:#767676;
    text-align:left;
    font: 12px Tahoma,Verdana, sans-serif;
}
input, select, button, textarea {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
label, input[type="button"], input[type="submit"], button {
    cursor:pointer;
}
a, a:visited {
    color:#0485d3;
    text-decoration:none;
}
a:hover {
    color:#fff;
    text-decoration:underline;
}
a:focus, a:active {
    color:#0485d3;
    text-decoration:underline;
}
.header, .footer, .content, .menu-line{
    width:100%;
    margin:0 auto;
    padding:0px;
    position:relative;
    /*float: left;*/
}
.page-layout {
    margin:0 auto;
    padding:0px;
    position:relative;
    width:1024px;
}
.page-layout:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}


/* --------------- /main styles ---------*/


.header .logo{
    float: left;
    margin: 0 5px;
}
.header .h-spot-wrap{
    float: right;
    text-align: right;
    width: 600px;
    margin: 5px 0;
}
.header .desclamer{
    float: right;
    width: 200px;
}

.h-menu{
    line-height: 35px;
    float: left;
    background: #020202;
}
.h-menu a{
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    color: #7f7f7f;
    font-size: 12px;
}
.h-menu .select,
.h-menu a:hover{
    color: #ffffff;
    text-shadow: none;
    background: #1572d1;
    text-decoration: none;
}
.h-menu .sp{
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 24px;
    border-left: 1px solid #1b1a1a;
}



.search-box{
    float: right;
    vertical-align: top;
    display: inline-block;
    height: 33px;
    margin-top: 3px;
    margin-right: 5px;
    background: url(img/search-bg.png);
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.search-btn-box input{
    vertical-align: top;
}
.search-box input[type=text] {
    width: 270px;
    height: 33px;
    line-height: 33px;
    font-size:12px;
    color: #000;
    padding: 0 5px;
    border: none;
    background: transparent;
}
.search-box input[type=submit] {
    vertical-align: top;
    cursor: pointer;
    width: 33px;
    height: 33px;
    overflow:hidden;
    background: url(img/search-btn.png) no-repeat center center;
    text-indent:-9999px;
    font-size:0;
    border: none;
    margin: 0;
    padding: 0;
}



.title-line{
    display: inline-block;
    background: #282828;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 35px;
    text-align: left;
    color: #6c6c6c;
    min-width: 500px;
    margin: 10px 30px;
    padding-left: 15px;
}
.title-line h1,
.title-line h2,
.title-line h3{ font-size: 100%; font-weight: bold; display: inline-block;}



.thumbs{
    margin:5px 0;
    text-align: center;
    font-size: 0px;
}
.thumb{
    border: 3px solid #252525;
    vertical-align: top;
    position:relative;
    display:inline-block;
    width: 240px;
    height: 210px;
    font-size: 12px;
    margin: 2px 5px;
    padding: 0;
    color: #b0b0b0;
}

.thumb:hover{
    background: #1572d1;
    border: 3px solid #1572d1;
}
.thumb a{
    position:relative;
    display: block;
    color: #b0b0b0;
}
.thumb a:hover{
    color: #003164;
    text-decoration: none;
}
.thumb img{
    display: block;
    border-bottom: 3px solid #252525;
}


.thinfo{
    display: block;
    position: absolute;
    background: -15px;
    left: -3px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    height: 13px;
    z-index: 10;
}
.thumb:hover .thinfo{
    height: auto;
    background: #1572d1;
}
.thumb .thinfo span.title{
    text-transform: capitalize;
    font: normal 12px/14px Arial, sans-serif;
    text-align: center;
    display: block;
    overflow:hidden;
    width: 238px;
    height: 13px;
    padding: 3px 4px;
    color: #afafaf;
}
.thumb:hover .thinfo span.title{
    background: transparent;
    color: #ffffff;
    height: auto;
}
.thumb p{
    text-align: left;
    color: #ffffff;
    font-size: 11px;
    line-height: 20px;
    padding: 0 6px;
    display: none;
}
.thumb:hover p{
    display: block;
}
.thumb p a{
    display: inline;
    color: #ffffff;
    padding: 0;
}
.thumb p a:hover{
    color: #003164;
    text-decoration: none;
}



.nav-box{
    position: relative;
    padding: 4px 4px;
    font-size:12px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}

.nav-box .pager{
    border: 1px solid #bac5d5;
    background: #282828;
    padding: 3px 10px;
    position:relative;
    display: inline-block;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.nav-box .pager a,
.nav-box .pager span{
    display: inline-block;
    padding: 0 5px;
    color: #6C6C6C;
    background: #282828;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.nav-box .pager a:hover,
.nav-box .pager .activ{
    color: #FFFFFF;
    background: #1572D1;
    text-decoration: none;

}
.nav-box .pager .prev{margin-right: 8px;}
.nav-box .pager .next{margin-left: 8px;}
.nav-box .pager{ display: inline-block; }



.list-box{
    margin: 0;
    margin-bottom: 20px;
    padding: 5px 0px;
    display:block;
    font: 14px/16px Arial, sans-serif;
    text-transform: capitalize;
}
.list-box ul{
    float:left;
    width:170px;
    list-style: none;
}
.list-box ul li{
    color: #ffffff;
    text-align: left;
    margin: 2px 3px;
    padding: 0 10px;
    background: #2a2a2a;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
.list-box ul li a { 
    line-height: 22px;
    color: #ffffff;
    text-decoration:none;
    display: block;
}
.list-box ul li:hover{
    background: #1572d1;
}
.list-box ul li:hover a{
    color: #ffffff;
    text-decoration:none;
}


.footer .logo{
    margin-left: 50px;
    float: right;
}




/* --------------- media screen styles ---------*/

@media only screen and (min-width: 960px) and (max-width: 1024px){
    .gallup-spot-block > iframe,
    .spot-block > iframe,
    .page-layout {
        width:960px;
    }
    body {
        min-width: 960px;
    }
    .header .desclamer {
        clear: both;
        float: none;
        width: auto;
    }
    .l-col {
        width: 630px;
    }
    .player-wrap{
        width:630px;
    }

}
@media only screen and (min-width: 640px) and (max-width: 959px){
    .gallup-spot-block > iframe,
    .spot-block > iframe,
    .page-layout { width:640px; }
    body { min-width: 640px; }
    .header .logo {
        float: none;
    }
    .header .h-spot-wrap {
        float: none;
    }
    .header .desclamer {
        float: none;
        width: auto;
    }
    .title-line {
        min-width: 625px;
        margin: 10px 0;
    }
    .footer .logo {
        float: none;
        margin-left: 0px;
    }
    .list-box ul {
        width: 25%;
    }
    .l-col {
        width: 640px;
    }
    .player-wrap{
        width:640px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 639px){
    .gallup-spot-block > iframe,
    .spot-block > iframe,
    .page-layout { width:480px; }
    .page-title-line .page-layout { width:474px; }
    body { min-width: 480px; }
    .header .logo {
        float: none;
    }
    .header .h-spot-wrap {
        float: none;
    }
    .header .desclamer {
        float: none;
        width: auto;
    }
    .title-line {
        min-width: 465px;
        margin: 10px 0;
    }
    .footer .logo {
        float: none;
        margin-left: 0px;
    }
    .list-box ul {
        width: 33%;
    }
    .l-col {
        width: 480px;
    }
    .player-wrap{
        width:480px;
    }
}
@media only screen  and (max-width: 479px){
    .gallup-spot-block > iframe,
    .spot-block > iframe,
    .page-layout { width:320px; }
    .page-title-line .page-layout { width:314px; }
    body { min-width: 320px; }
    .header .logo{
        margin: 0;
        width: 320px;
    }
    .header .h-spot-wrap {
        width: 320px;
        overflow: hidden;
    }
    .header .desclamer {
        float: right;
        width: 320px;
    }
    .title-line {
        min-width: 310px;
        margin: 10px 0;
    }
    .footer .logo {
        float: none;
        margin-left: 0px;
        width: 320px;
    }
    .list-box ul {
        width: 50%;
    }
    .l-col {
        width: 320px;
    }
    .player-wrap{
        width:320px;
    }
}
/* --------------- /media screen styles ---------*/


/* --------------- colors ---------*/

body {
    background:#eeeedd;
    color:#000;
}
a, a:visited,
a:focus, a:active {
    color:#000;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:underline;
}
.h-menu{
    background: #8888bb;
}
.h-menu a{
    color: #fff;
}
.h-menu .select,
.h-menu a:hover{
    color: #eeeedd;
    background: #444455;
}
.h-menu .sp{
    border-left: 2px dotted #99bbdd;
}


.search span {
	height: 38px;
	line-height: 38px;
}
.search select {
	padding-right: 3px;
	text-transform: capitalize;
	background-color: #8888bb;
	color: #fff;
	border: none;
	font: 12px Arial, Helvetica, sans-serif;
}


.title-line{
    background: #8888bb;
    color: #fff;
}


.thumb{
    border: 3px solid #8888bb;
    color: #000;
}
.thumb:hover{
    border: 3px solid #444455;
}
.thumb a{
    color: #000;
}
.thumb a:hover{
    color: #000;
}

.thumb:hover .thinfo{
    background: #444455;
}
.thumb .thinfo span.title{
    color: #444455;
}
.thumb:hover .thinfo span.title{
    color: #fff;
}
.thumb p{
    color: #fff;
}
.thumb p a{
    color: #fff;
    text-decoration:underline;
}
.thumb p a:hover{
    color: #99bbdd;
    text-decoration:underline;
}



.nav-box .pager{
    border: 1px dotted #000;
    background: #443366;
    color: #fff;
}
.nav-box .pager a,
.nav-box .pager span{
    color: #99bbdd;
    background: #443366;
    text-decoration:none;
}
.nav-box .pager a:hover,
.nav-box .pager .activ{
    color: #000;
    background: #aabbcc;
    text-decoration:underline;
    border: 1px solid #000;
}


.list-box ul li{
    background: #443366;
    border: 1px dotted #444455;
}
.list-box ul li a { 
    color: #fff;
}
.list-box ul li:hover{
    background: #99bbdd;
    border: 1px solid #99bbdd;
}
.list-box ul li:hover a{
    color: #000;
}

/* --------------- /colors ---------*/