a,
abbr,
acronym,
address,
article,
aside,
audio,
b,
blockquote,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strong,
sub,
sup,
tfoot,
thead,
u,
ul,
var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}
.dlbox{border:1px solid #c9c9c9;border-radius:5px;margin-bottom:20px;}
.dldetails{height:55px;line-height:55px;position:relative;padding:0 12px;}
.dldetails span{margin-left:10px;color:#4e5257;}
.dldetails i.fa-chevron-down{position:absolute;color:#737b85;font-size:20px;left:20px;top:0;-moz-transition:.3s; -o-transition:.3s; -webkit-transition:.3s; transition:.3s;}
.dlcontent{position:relative;border:1px solid #c9c9c9;background:#fff;padding:12px;margin:0 6px 6px;border-radius:5px;}
.tg .dldetails{cursor:pointer;}
.tg .dlcontent{display:none;}
.dlbtns{line-height:38px;}
.dlbtns > li{}
.dlbtns > li > a{color:#fff;padding:0 10px;border-radius:5px;}
.dlbtns > li  >a i{margin-left:5px;}
.dbtn{background:#2aac3d;}
.pbtn{background:#c6892e;}
.sbtn{background:#8c9ba2;}
.dbtn:hover{background:#54d066;}
.pbtn:hover{background:#b4771d;}
.sbtn:hover{background:#b5cad5;}
.vr > li{float:right;margin-left:10px;}
.hr{width:150px;float:right;}
.hr > li{margin-bottom:5px;}
.hr > li:last-child{margin-bottom:0;}
.hr > li > a{width:140px;text-align:center;padding:0;}
.dlsection1{border-bottom:2px solid #edf2fa;padding-bottom:15px;margin-bottom:8px;}
.tvserieslinks{line-height:38px;}
.dlexbtns{position:absolute;top:12px;left:12px;}
.dldetails .dlexbtns{top:8px;left:8px;}
.dldetails i{font-size:20px;}
.dlexbtns > li{float:left;margin-right:6px;}
.dlexbtns > li > a{width:36px;height:36px;background:#f5f8fa;border-radius:3px;text-align:center;line-height:36px;font-size:20px;}
.dlexbtns > li > a i.fa-bullhorn{color:#ff5063}
.dlexbtns > li > a i.fa-shopping-cart{color:#00d4c3}
.dlexbtns > li > a:hover{background:#eef3f6}
.dldesc{color:#555555;}
.dldesc a{color:#ff5063}
.exdetail{width:300px;color:#838383;float:left;margin-top:30px;margin-left:10px;font-size:12px;}
.green.dlbox{background:#e7f4d9;border-color:#a5d570;}
.green .dldetails{border-color:#a5d570;color:#5c935a;}
.green .dlcontent{border-color:#a5d570}
.red.dlbox{background:#ffe3e3;border-color:#fdb6b6;}
.red .dldetails{border-color:#fdb6b6;color:#ab3e49;}
.red .dlcontent{border-color:#fdb6b6}
.yellow.dlbox{background:#fbf8db;border-color:#ffd780;}
.yellow .dldetails{border-color:#ffd780;color:#b0751a;}
.yellow .dlcontent{border-color:#ffd780}
.blue.dlbox{background:#d0e9f6;border-color:#76bfce;}
.blue .dldetails{border-color:#76bfce;color:#2b72a9;}
.blue .dlcontent{border-color:#76bfce}
.gray.dlbox{background:#dfdfdf}
.gray .dldetails{border-color:#c9c9c9;}
.gray .dlcontent{border-color:#c9c9c9}
.merglink{color:#ff5063;font-size:12px;}

.tvserieslinks > li{position:relative;margin-bottom:11px;}
.qlty{width:260px;color:#434548;float:right;}
.tvserieslinks > li .dlexbtns{top:2px;}
.qlty{width:260px;color:#434548;float:right;}
.tvserieslinks > li .dlexbtns{top:2px;}



@media only screen and (max-width :1220px) {
    .replaybox {
        width: 534px;
    }
}
.replaybox {
    width: 631px;
    height: 160px;
    border: 1px solid #ccc;
    padding: 33px 10px 0;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 27px;
    right: 101px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    z-index: 11;
    display: none;
}

.replaytxt {
    width: 100%;
    height: 88px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    display: block;
    margin-bottom: 13px;
}
.btnrepholder {
    text-align: left;
}

.btnrep {
    width: 120px;
    height: 42px;
    border-radius: 5px;
    color: #fff;
    background: #74b1e4;
    cursor: pointer;
}

.btnrep:hover {
    background: #64a2d5;
}

.closereplay {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #cccccc;
    line-height: 13px;
}

.closereplay:hover {
    color: #ff4c39;
}