html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
button,
a {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

body {
    background-color: #1b1b1b;
    color: rgb(146, 146, 146);
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

input,
button {
    font-family: 'Lato', sans-serif;
}

img {
    border: 0 none;
}

a {
    color: #ff8a01;
    text-decoration: none;
    transition: 0.1s ease;
}

a:hover {
    color: #fff;
}

h1,
h2 {
    color: rgb(48, 48, 48);
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 24px;
    margin: 20px 3px 0 3px;
    text-align: center;
}

h2 {
    font-size: 22px;
    margin: 40px 3px 0 3px;
}

.clear-line {
    clear: both;
}

.thbs img{
max-width:100%;
height:auto;
margin-top: 10px;
}

@media all and (min-width:1020px) {
    h1 {
        text-align: left;
    }
}

.wrapper {
    background-color: #1b1b1b;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.center {
    padding: 0 5px;
    overflow: hidden;
    margin: 0 auto;
}

@media all and (min-width:958px) {
    .center {
        padding: 0;
        width: 958px;
    }
}

@media all and (min-width:1264px) {
    .center {
        width: 1254px;
    }
}

.thumb-bl {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 153px;
}

.thumb {
    background-color: #000;
    transition: background-color 0.1s ease;
    margin: 4px 0px 0 1px;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    padding-bottom: 0px;
    border: 1px solid #fff;
}

.thumb:hover {
    border: 1px solid #ff8a01;
}

.thumb-pic {
    position: relative;
    display: block;
}

.thumb-pic img {
    background-color: #000;
    width: 100%;
    height: auto;
    border-radius: 0;
    max-height: 200px;
    display: block;
}

.ad-spots {
    background-color: #000;
    overflow: hidden;
    margin-top: 10px;
    padding: 14px 0 20px 0;
    text-align: center;
}

.ad-spot {
    background-color: #000;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 300px;
    height: 250px;
    margin: 6px 1px 0 1px;
}

.ad-spot-2,
.ad-spot-3,
.ad-spot-4 {
    display: none;
}

@media all and (min-width:660px) {
    .ad-spot-2 {
        display: inline-block;
    }
}

@media all and (min-width:938px) {
    .ad-spot {
        float: left;
        margin: 6px 6px 0 6px;
    }
    .ad-spot-3 {
        display: block;
    }
}

@media all and (min-width:1244px) {
    .ad-spot-4 {
        display: block;
    }
}

.footer {
    background-color: #1b1b1b;
    padding: 5px 2px 20px 2px;
    text-align: center;
}

.footer-tb-l,
.footer-tb-r {
    padding-top: 20px;
}

.footer-tb-r p {
    font-size: 12px;
    line-height: 20px;
}

.footer-tb-r span {
    color: #0782ff;
}

.footer-tb-r span.wht {
    color: rgb(245, 245, 245);
}

p.copy {
    color: rgb(185, 185, 185);
}

.footer ul {
    overflow: hidden;
}

.footer li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 0 10px;
}

.footer li a {
    color: #ff8a01;
}

.footer li a:hover {
    color: #fff;
}

@media all and (min-width:938px) {
    .footer {
        text-align: left;
    }
    .footer-tb {
        display: table;
        width: 100%;
    }
    .footer-tb-l,
    .footer-tb-r {
        display: table-cell;
        vertical-align: top;
    }
    .footer-tb-l {
        width: 50%;
    }
    .footer ul {
        text-align: right;
    }
    .footer li {
        margin: 0 0 0 40px;
    }
}

@media all and (min-width:1244px) {
    .footer-tb-l {
        width: 40%;
    }
}

.video-block {
    margin: 0px 3px 0 3px;
    overflow: hidden;
    text-align: center;
}

.video-tb-l {
    overflow: hidden;
    text-align: center;
}

.video-ad-spots {
    margin-top: 4px;
    overflow: hidden;
    text-align: center;
}

.video-ad-spot {
    background-color: #000;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 250px;
    overflow: hidden;
    margin: 6px 1px 0 1px;
}

.video-ad-spot-2,
.video-ad-spot-3 {
    display: none;
}

@media all and (min-width:660px) {
    .video-ad-spot-2 {
        display: inline-block;
    }
}

@media all and (min-width:938px) {
    .video-tb {
        display: table;
        width: 100%;
    }
    .video-tb-l,
    .video-ad-spots-bl,
    .video-separate {
        display: table-cell;
        vertical-align: top;
    }
    .video-tb-l h1,
    .video-ad-spots-bl h2 {
        line-height: 28px;
        margin-top: 0;
    }
    .video-separate {
        width: 0px;
    }
    .video-ad-spots-bl {
        width: 310px;
    }
    .video-ad-spots {
        padding: 0;
        margin-top: 0px;
    }
    .video-ad-spot {
        float: none;
        margin: 4px 0 0 0;
        display: block;
    }
}

.wht2 {
    font-size: 14px;
    text-align: center;
    margin: 15px 10px 15px 10px;
}
.wht2 p{
    font-size: 23px;
    color:#ff0082;
}

@media all and (min-width:600px) {
   .wht2 {
    font-size: 25px;
}
.wht2 p{
    font-size: 35px;
}
}
