@import url('font-awesome.css');
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

img,
object,
embed {
    vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 125%;
}

q:before,
q:after {
    content: '';
}

input,
textarea,
button {
    outline: none;
}

html {
    height: 100%;
    min-width: 320px;
}

body {
    font: 12px/1.2 Tahoma, Geneva, sans-serif;
    min-height: 100%;
    min-width: 320px;
    position: relative;
    color: #dddddd;
    background: #1c1c1c;
}

a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #ffc600;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::-moz-selection {
    background: #5b95ec;
    color: #e5e5e5;
}

*::selection {
    background: #5b95ec;
    color: #e5e5e5;
}

*[class*=ico_] {
    display: inline-block;
    vertical-align: top;
    background: url(http://fgtube.woxcdn.com/static/images/sprites@2x.png) no-repeat;
}

@media screen and (max-width: 900px) {
    *[class*=ico_] {
        background: url(http://fgtube.woxcdn.com/static/images/sprites.png) no-repeat;
    }
}

@media only screen and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 900px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 900px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 900px) and (min-resolution: 192dpi),
only screen and (max-width: 900px) and (min-resolution: 2dppx) {
    *[class*=ico_] {
        background: url(http://fgtube.woxcdn.com/static/images/sprites@2x.png) no-repeat;
        -moz-background-size: 179px 35px;
        background-size: 179px 35px;
    }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7e7e7e;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7e7e7e;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7e7e7e;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7e7e7e;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input.placeholder,
textarea.placeholder {
    color: #7e7e7e !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}


/* .header:before {
  content: "";
  display: table;
  clear: both;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.container {
  position: relative;
  overflow: hidden;
  z-index: 1;
} */

body.open_body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .fixed .header {
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-transform: translateY(-43px);
        -moz-transform: translateY(-43px);
        -ms-transform: translateY(-43px);
        -o-transform: translateY(-43px);
        transform: translateY(-43px);
        -webkit-transition: -webkit-transform 0.2s;
        -moz-transition: -moz-transform 0.2s;
        -o-transition: -o-transform 0.2s;
        transition: transform 0.2s;
    }
}

@media screen and (max-width: 900px) {
    .fixed .header .header_holer {
        border-bottom: 1px solid #505050;
    }
}

@media screen and (max-width: 900px) {
    .fixed .hold {
        height: 30px;
    }
}

.fixed .side_nav,
.fixed .side_cat {
    top: 46px;
}

@media screen and (max-width: 900px) {
    .fixed .form_field {
        left: 35px;
        right: 35px;
        height: 26px;
    }
}

@media screen and (max-width: 900px) {
    .fixed .form_field .field input {
        height: 24px;
    }
}

@media screen and (max-width: 900px) {
    .fixed .form_field .btn {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 900px) {
    .fixed .form_checked {
        display: none;
    }
}

.header {
    padding: 14px 0 0;
    position: relative;
    z-index: 9;
    background: #262626;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
}

.header .header_holer {
    padding: 0 10px 0 30px;
}

.header .hold {
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 900px) {
    .header .hold {
        margin-top: 10px;
        height: auto;
        overflow: hidden;
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .header {
        padding-top: 0;
        position: fixed;
        width: 100%;
    }
    .header .side_nav,
    .header .side_cat {
        display: block;
    }
    .header .header_holer {
        padding: 7px 5px 13px 5px;
        text-align: center;
    }
}

.logo {
    background: url("http://fgtube.woxcdn.com/static/images/logo.png") no-repeat;
    width: 224px;
    height: 58px;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    margin: -13px 3px 0 -56px;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 900px) {
    .logo {
        float: none;
        display: inline-block;
        vertical-align: top;
        -moz-background-size: 180px 45px;
        background-size: 180px 45px;
        width: 180px;
        height: 45px;
        margin: 7px 0 0 0;
    }
}

.form_field {
    background: #f1f1f1;
    border-bottom: 1px solid/*@base-href;*/
    #ffffff;
    box-shadow: inset 0 -2px 5px #d2d2d2;
    overflow: hidden;
    height: 40px;
}

.form_field .field {
    overflow: hidden;
}

.form_field .field input {
    width: 100%;
    border: 0;
    background: none;
    padding: 12px 0 11px 12px;
    text-transform: uppercase;
    font-size: 12px;
    color: #7e7e7e;
}

@media screen and (max-width: 900px) {
    .form_field .field input {
        padding: 0 0 0 25px;
        height: 20px;
        font-size: 15px;
    }
}

.form_field .btn {
    padding: 0;
    background: none;
    border: none;
    height: 38px;
    width: 40px;
    cursor: pointer;
    float: right;
}

.form_field .btn:hover .ico_search {
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

@media screen and (max-width: 900px) {
    .form_field .btn:hover .ico_search {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.form_field .btn .ico_search {
    background-position: -150px -50px;
    width: 14px;
    height: 14px;
    -webkit-transition: -webkit-transform 300ms ease 0s;
    -moz-transition: -moz-transform 300ms ease 0s;
    -o-transition: -o-transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}

@media screen and (max-width: 900px) {
    .form_field .btn .ico_search {
        background-position: -75px -25px;
        width: 7px;
        height: 8px;
        margin-top: 4px;
    }
}

@media screen and (max-width: 900px) {
    .form_field .btn {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 900px) {
    .form_field {
        height: 22px;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

.form_checked {
    float: right;
    margin-left: 7px;
}

@media screen and (max-width: 900px) {
    .form_checked {
        margin: 0;
        float: none;
        padding-top: 26px;
    }
}

.cheked_block {
    border: 1px solid #404040;
    border-left: 0 none;
    border-right: 0 none;
    overflow: hidden;
    float: right;
    font-size: 0;
}

.cheked_block li {
    border-left: 1px solid #404040;
    display: inline-block;
    vertical-align: top;
    padding: 14px 26px 11px 10px;
}

.cheked_block li:first-child {
    border: none;
}

@media screen and (max-width: 900px) {
    .cheked_block li {
        padding: 6px 0 0 0;
        display: table-cell;
    }
}


/*//*/

.cheked_block li input {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
}

.cheked_block li label {
    display: inline-block;
    vertical-align: middle;
    line-height: 11px;
}


/*
.th .title .name{
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  max-width:100%;
  display:inline-block;
  vertical-align:top;
  transition:color .3s ease-in-out;
}
*/

.th:hover .title a .name {
    color: #ffc600;
    text-shadow: 1px 1px 0 #1f1f1f;
}


/*//*/

.cheked_block li.btn_access {
    padding: 0;
}

@media screen and (max-width: 900px) {
    .cheked_block li.btn_access {
        width: 35px;
    }
}

.cheked_block .icheckbox {
    background: url("http://fgtube.woxcdn.com/static/images/sprites@2x.png") no-repeat;
    background-position: -250px -50px;
    display: inline-block;
    height: 16px;
    margin: 0 15px 0 0;
    vertical-align: top;
    width: 16px;
}

@media screen and (max-width: 900px) {
    .cheked_block .icheckbox {
        margin: 0 5px 0 0;
        float: left;
        width: 9px;
        height: 9px;
        background: url("http://fgtube.woxcdn.com/static/images/sprites.png") no-repeat;
        background-position: -125px -25px;
    }
}

@media only screen and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 900px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 900px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 900px) and (min-resolution: 192dpi),
only screen and (max-width: 900px) and (min-resolution: 2dppx) {
    .cheked_block .icheckbox {
        background: url(http://fgtube.woxcdn.com/static/images/sprites@2x.png) no-repeat;
        -moz-background-size: 179px 35px;
        background-size: 179px 35px;
        background-position: -125px -25px;
    }
}

.cheked_block .icheckbox.checked {
    background-position: -200px -50px;
}

@media screen and (max-width: 900px) {
    .cheked_block .icheckbox.checked {
        background: url("http://fgtube.woxcdn.com/static/images/sprites.png") no-repeat;
        background-position: -100px -25px;
    }
}

@media only screen and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 900px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 900px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 900px) and (min-resolution: 192dpi),
only screen and (max-width: 900px) and (min-resolution: 2dppx) {
    .cheked_block .icheckbox.checked {
        background: url(http://fgtube.woxcdn.com/static/images/sprites@2x.png) no-repeat;
        -moz-background-size: 179px 35px;
        background-size: 179px 35px;
        background-position: -100px -25px;
    }
}

.cheked_block label {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fffefe;
}

@media screen and (max-width: 900px) {
    .cheked_block label {
        font-size: 9px;
        line-height: 10px;
    }
}

@media screen and (max-width: 470px) {
    .cheked_block label {
        font-size: 6px;
        line-height: 10px;
        letter-spacing: -0.02rem;
    }
}

.cheked_block .btn {
    border: none;
    float: right;
    height: 38px;
    width: 70px;
    padding: 0;
    background-color: #ff248a;
    border: 1px solid #ff248a;
    border-bottom: 2px solid #ff248a;
    /* box-shadow:inset 5px 5px 5px rgba(255,255,255,0.35), 
       inset -5px 0px 5px rgba(255,255,255,0.35); */
    color: #fff;
    text-shadow: 1px 1px 0 #000000;
    cursor: pointer;
    text-transform: capitalize;
    font: 13px/1.2 Tahoma, Geneva, sans-serif;
    margin: 0 0 0 2px;
}

@media screen and (max-width: 900px) {
    .cheked_block .btn {
        width: 35px;
        height: 25px;
        font-size: 11px;
        border-left: 1px solid #404040;
        border-top: none;
        border-right: none;
        border-bottom: none;
    }
}

@media screen and (max-width: 900px) {
    .cheked_block {
        float: none;
        display: table;
        display: none;
        width: 100%;
        table-layout: fixed;
    }
}

.navigation_middle .nav {
    margin-top: 14px;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    font-size: 0;
}

.navigation_middle .nav ul {
    display: table;
    width: 100%;
    max-width: 1040px;
}

.navigation_middle .nav li {
    display: table-cell;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 39px;
    font-size: 12px;
    text-align: center;
    border-right: 1px solid #404040;
}

.navigation_middle .nav li.visual a {
    color: #bfbfbf;
}

.navigation_middle .nav li.home a {
    padding: 0 7px;
}

.navigation_middle .nav li.home a:hover .ico_home {
    background-position: -150px 0;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.navigation_middle .nav li.selected a {
    color: #ffc600;
}

.navigation_middle .nav a {
    display: block;
    text-transform: capitalize;
}

.navigation_middle .nav .ico_home {
    background-position: -100px -50px;
    width: 16px;
    height: 14px;
    margin-top: 13px;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
}

.mob-soc {
    float: right;
    position: relative;
    padding: 0px 20px;
    width: 200px;
    margin: -33px 0 0 0;
}

@media screen and (max-width: 1240px) {
    .mob-soc {
        display: none;
    }
}

.navbox.drop_block.open .hold {
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0px;
}

.navbox.drop_block.open .hold .form_checked {
    display: block;
    position: fixed;
    width: calc(100% - 75px);
    margin: 0px 0 0 0;
    height: 40px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.75);
    top: 55px;
    display: none;
}

.navbox.drop_block.open .hold .form_checked ul {
    displaY: block;
}

.navbox.drop_block.open .hold .form_checked .cheked_block li {
    border-left: 1px solid #404040;
    border-top: 0 none;
    display: inline-block;
    vertical-align: top;
    padding: 14px 0px 11px 3px;
    width: 25%;
    height: 40px;
}

.navbox.drop_block.open .hold .form_checked .cheked_block li:last-child {
    border: 0 none;
}

.navbox.drop_block.open .hold .form_checked .cheked_block .btn {
    width: 100%;
    height: 45px;
    font-size: 15px;
    margin: -15px 0 0 0;
    border-width: medium medium medium 1px;
    border-style: none none none solid;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #404040;
}

.navbox.drop_block.open .mob-soc {
    display: block;
    position: absolute;
    width: calc(100% - 75px);
    top: 85px;
    text-align: center;
    float: none;
    padding: 0;
}

@media screen and (max-width: 900px) {
    .navigation_middle .nav {
        display: none;
    }
}

.side_nav {
    display: none;
    position: absolute;
    left: 2px;
    top: 5px;
    background: #262626;
    border: 1px solid #404040;
    width: 60px;
    height: 60px;
    text-align: center;
}

.side_nav .ico_nav {
    background-image: url(http://fgtube.woxcdn.com/static/images/r-menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 56px;
    height: 56px;
}

.side_cat {
    display: none;
    position: absolute;
    right: 2px;
    top: 5px;
    background: #262626;
    border: 1px solid #404040;
    width: 60px;
    height: 60px;
    text-align: center;
}

.side_cat em {
    display: none;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    padding: 2px 0 1px;
}

.side_cat .ico_nav_cat {
    background-image: url(http://fgtube.woxcdn.com/static/images/r-cat.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 56px;
    height: 56px;
}

@media screen and (max-width: 900px) {
    .fixed .navbox {
        top: 40px;
    }
}

.navbox {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    border: 1px solid #505050;
    background: /*rgba(0, 0, 0, 0.93);*/
    #262626;
    width: 100%;
    z-index: 101;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    box-shadow: inset -75px 0 0 #dcdcdc;
}

.navbox.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    min-height: 1280px !important;
}

.navbox .nav {
    height: auto;
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.navbox .nav .holder {
    height: auto;
    overflow: hidden;
}

.navbox ul li.home {
    display: none;
}

.navbox ul li {
    border-top: 1px solid #505050;
    text-transform: uppercase;
    font-size: 10px;
    width: calc(100% - 75px);
}

.navbox ul li:first-child {
    border-top: none;
}

.navbox ul a {
    display: block;
    padding: 15px 10px 15px 18px;
    position: relative;
    font-size: 17px;
    text-transform: capitalize;
}


/*
.navbox ul a:after{
  content:"";
  position: absolute;
  top: 14px;
  left: 7px;
  z-index: 1;
  background: url(http://fgtube.woxcdn.com/static/images/sprites.png) no-repeat;
  background-position: -125px 0;
  width: 4px;
  height: 4px;
}
*/

.navbox ul a:hover {
    color: #ffc600;
}

@media screen and (max-width: 900px) {
    .navbox {
        display: block;
    }
}

.logo_holder {
    overflow: hidden;
    padding: 6px;
}

.logo_holder a {
    float: left;
    background: url(http://fgtube.woxcdn.com/static/images/logo.png) no-repeat;
    -moz-background-size: 84px 21px;
    background-size: 84px 21px;
    width: 84px;
    height: 21px;
    text-indent: -9999px;
    overflow: hidden;
}

.logo_holder .ico_close {
    background-position: 0 0;
    width: 19px;
    height: 19px;
    float: right;
}

@media screen and (max-width: 900px) {
    .fixed .catbox {
        top: 42px;
    }
}

.catbox {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    border: 1px solid #505050;
    background: /*rgba(0, 0, 0, 0.93);*/
    #262626;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    box-shadow: inset 75px 0 0 #dcdcdc;
}

.catbox.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.catbox.drop_block .hold {
    display: block;
    height: auto;
    overflow: hidden;
}

.catbox.drop_block .hold .form_field {
    display: block;
    position: relative;
    width: calc(100% - 75px);
    margin-left: 75px;
    height: 60px;
    line-height: 60px;
}

.catbox.drop_block .hold .form_field .btn {
    width: 50px;
    height: 60px;
    background-image: none;
    background-image: url(http://fgtube.woxcdn.com/static/images/big-search.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.catbox.drop_block .hold .form_field .btn .ico_search {
    background-image: none;
}

.catbox.drop_block .hold .form_checked {
    display: block;
    width: calc(100% - 75px);
    margin-left: 75px;
    height: 40px;
    padding: 0;
    background-color: /*rgba(0,0,0,0.75);*/
    #262626;
    margin-bottom: 15px;
}

.catbox.drop_block .hold .form_checked ul {
    displaY: block;
}

.catbox.drop_block .hold .form_checked .cheked_block li {
    border-left: 1px solid #404040;
    display: inline-block;
    vertical-align: top;
    padding: 14px 0px 11px 10px;
    width: 25%;
    height: 40px;
}

.catbox.drop_block .hold .form_checked .cheked_block li:last-child {
    border: 0 none;
}

.catbox.drop_block .hold .form_checked .cheked_block .btn {
    width: 100%;
    height: 45px;
    font-size: 15px;
    margin: -15px 0 0 0;
    border-width: medium medium medium 1px;
    border-style: none none none solid;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #404040;
}

@media screen and (max-width: 900px) {
    .catbox {
        display: block;
    }
}

.catbox .inner {
    overflow: auto;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.logo_holder {
    overflow: hidden;
    padding: 6px;
}

.logo_holder a {
    width: calc(100% - 75px);
    background-image: url(http://fgtube.woxcdn.com/static/images/logo.png);
    -moz-background-size: 124px 30px;
    background-size: 124px 30px;
    background-position: center center;
    height: 35px;
    text-indent: -9999px;
    overflow: hidden;
}

.logo_holder .ico_close {
    background-image: url(http://fgtube.woxcdn.com/static/images/icon-close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% 100%;
    width: 65px;
    height: 48px;
    float: right;
    margin: 0px 0 -5px 0;
}

.catbox .logo_holder .ico_close {
    float: left;
}

.logo_holder .ico_up {
    position: absolute;
    width: 56px;
    height: 38px;
    left: 10px;
    top: 50%;
    background: url("http://fgtube.woxcdn.com/static/images/up.png") no-repeat;
    z-index: 1;
}

.catbox .logo_holder a {
    float: right;
}

.holder_categories {
    padding: 0px 11px 11px 90px;
    font-size: 0;
}

.holder_categories h3 {
    font-size: 19px;
    font-weight: 300;
    color: #ffffff;
    text-transform: Capitalize;
}

.holder_categories .list {
    margin: 6px 0 -1px;
}

.holder_categories .list li {
    border: 1px solid #505050;
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    width: 60px;
    line-height: 60px;
    margin: 5px 5px;
    text-align: center;
    background-color: #646464;
    text-shadow: 1px 1px 0 #1f1f1f;
}

.heading .head-title h1 {
    font: 15px normal Tahoma, sans-serif;
    color: #fff;
}

.heading .head-title strong {
    color: #ffc600;
    font-weight: bold;
}
.heading .head-title .small {
    font-size: 14px;
    color: #9c9c9c;
    text-transform: none;
}
.holder_categories .list li a {
    display: block;
}

.container_cat {
    margin: 10px 0 0;
    position: relative;
}

.container_cat p span {
    display: inline-block;
    vertical-align: top;
    width: 27px;
    line-height: 27px;
    font-size: 19px;
    text-align: center;
    color: #ffc600;
}

.row {
    margin: 10px 0 0;
    position: relative;
}

.row:first-child {
    margin: 0;
}

.list_item {
    margin: 3px 0 0;
    position: relative;
}

.list_item li {
    font-size: 15px;
    line-height: 22px;
    margin: 5px 0;
    width: 200px;
    padding: 5px 10px;
}

.container_cat .list_item li span {
    float: right;
}

.container_cat .list_item li {
    width: 100%;
}

.list_item li:hover {
    background-color: #646464;
}

.list_item li a {
    color: #ffffff;
}

.list_item li a span {
    color: #555555;
}

.list_item li:hover a span {
    color: #ffffff;
}

.navlist_cat {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    z-index: 10;
    margin: -20px 0 0;
}

.navlist_cat .arrow_up {
    display: block;
    width: 24px;
    height: 24px;
}

.navlist_cat .arrow_down {
    display: block;
    margin: 2px 0 0;
    width: 24px;
    height: 24px;
}

.navlist_cat i {
    width: 18px;
    height: 18px;
    margin: 3px 0 0 3px;
}

.ico_arrow_up {
    background-position: -25px 0;
}

.ico_arrow_down {
    background-position: -50px 0;
}

@media screen and (max-width: 900px) {
    .fixed .main {
        padding: 60px 0 0;
    }
}

.box {
    /*border-top: 1px solid #252525;*/
    margin-top: 8px;
}

.box.with-line {
    /*border-top: 1px solid #3a3a3a;*/
}

.box .wrapper_content {
    max-width: 1273px;
    margin: 5px auto 0;
    padding: 0 15px;
}

.box .wrapper_content p {
    padding-bottom: 10px;
}


/*@media screen and (max-width: 1740px) {
  .box .wrapper_content {
    max-width: 1532px;
  }
}
@media screen and (max-width: 1700px) {
  .box .wrapper_content {
    max-width: 1227px;
  }
  .thumb{
    width:33%;
  }
}
@media screen and (max-width: 1245px) {
  .box .wrapper_content {
    max-width: 923px;
  }
}*/


/*@media screen and (max-width: 938px) {
  .box .wrapper_content {
    max-width: 620px;
  }
}*/

.box:first-child {
    border-top: none;
    margin-top: 4px;
}

@media screen and (max-width: 900px) {
    .box {
        margin-top: 9px;
    }
}

.heading {
    padding: 5px 7px;
    overflow: hidden;
}

.heading h2 {
    text-transform: capitalize;
    text-shadow: 1px 1px 0 #1f1f1f;
    color: #ffc600;
    font-weight: normal;
    float: left;
    line-height: 17px;
}

.heading h2.title {
    text-transform: none;
}

.heading.color-gray h2 {
    color: #5b5b5b;
}

.heading h1 {
    text-transform: capitalize;
    color: #ffc600;
    font-weight: normal;
    float: left;
    line-height: 17px;
    text-shadow: 1px 1px 0 #1f1f1f;
}

@media(max-width: 900px) {
    .heading h1 {
        padding-bottom: 5px;
    }
}

.heading .pagination {
    text-align: center;
    padding-top: 5px;
}

@media(max-width: 900px) {
    .heading .pagination {
        padding-top: 10px;
    }
}

@media(max-width: 460px) {
    .heading .pagination {
        display: none;
    }
}

.heading .pagination .pageinfo {
    display: inline-block;
    vertical-align: middle;
    color: #777;
    line-height: 17px;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    .heading .pagination .pageinfo {
        font-size: 10px;
        line-height: 22px;
        margin: 0;
        float: none;
        display: block;
    }
}

@media screen and (max-width: 460px) {
    .heading .pagination .pageinfo {
        display: none;
    }
}

.heading .pagination ul {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

@media screen and (max-width: 900px) {
    .heading .pagination ul {
        margin: 0;
        float: none;
        overflow: hidden;
    }
}

.heading .pagination li {
    float: left;
    min-width: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #353535;
    background-color: #191919;
    margin-left: 1px;
}

.heading .pagination li:hover {
    background-color: #1c1c1c;
}

.heading .pagination li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 900px) {
    .heading .pagination li {
        font-size: 10px;
        line-height: 30px;
        min-width: 30px;
    }
}

.heading .pagination li a {
    display: block;
    padding: 0 18px;
    font-size: 18px;
}

.heading .pagination li a:hover .ico_prev {
    background-position: -300px 0;
}

.heading .pagination li a:hover .ico_next {
    background-position: -350px 0;
}

.heading .pagination li a.active {
    color: #ffc600;
}

@media screen and (max-width: 900px) {
    .heading .pagination li a {
        padding: 10px 20px;
        font-size: 17px;
    }
}

.heading .pagination li .ico_prev {
    background-position: -200px 0;
    width: 6px;
    height: 8px;
    margin-top: 14px;
}

@media screen and (max-width: 900px) {
    .heading .pagination li .ico_prev {
        margin-top: 8px;
        background-position: -100px 0;
    }
}

.heading .pagination li .ico_next {
    background-position: -250px 0;
    width: 6px;
    height: 8px;
    margin-top: 14px;
}

@media screen and (max-width: 900px) {
    .heading .pagination li .ico_next {
        margin-top: 8px;
        background-position: -125px 0;
    }
}

@media screen and (max-width: 900px) {
    .heading .pagination {
        float: none;
        overflow: hidden;
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .heading .pagination ul {
        display: table;
        margin: 0 auto;
    }
    .list-item {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .heading {
        padding: 9px 10px;
    }
}


/* ============================================================================================== */

@media screen and (max-width: 900px) {
    .heading h2 {
        font-size: 14px;
        line-height: 12px;
        float: none;
        padding: 10px 0;
    }
}

.heading .paginationd {
    margin-left: 15px;
    float: left;
}

.heading .paginationd .pageinfo {
    float: left;
    color: #777;
    line-height: 17px;
    text-transform: none;
    margin-right: 15px;
}

.heading .paginationd .pageinfo i {
    font-style: normal;
    color: #ffc600;
    text-transform: capitalize;
    text-shadow: 1px 1px 0 #1f1f1f;
}

@media screen and (max-width: 900px) {
    .heading .paginationd .pageinfo {
        font-size: 10px;
        line-height: 22px;
        margin: 0;
        float: none;
        display: block;
    }
}

.heading .paginationd ul {
    float: left;
    margin: -9px 0;
}

@media screen and (max-width: 900px) {
    /* .heading .paginationd ul {
    margin: 0;
    float: none;
    overflow: hidden;
  }*/
    .heading .paginationd {
        display: none;
    }
}

.heading .paginationd li {
    float: left;
    min-width: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #353535;
    background-color: #191919;
    margin-left: 1px;
}

.heading .paginationd li:hover {
    background-color: #1c1c1c;
}

.heading .paginationd li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 900px) {
    .heading .paginationd li {
        font-size: 10px;
        line-height: 30px;
        min-width: 30px;
    }
}

.heading .paginationd li a {
    display: block;
    padding: 0 4px;
}

.heading .paginationd li a:hover .ico_prev {
    background-position: -300px 0;
}

.heading .paginationd li a:hover .ico_next {
    background-position: -350px 0;
}

.heading .paginationd li a.active {
    color: #ffc600;
}

@media screen and (max-width: 900px) {
    .heading .paginationd li a {
        padding: 2px 8px;
    }
}

.heading .paginationd li .ico_prev {
    background-position: -200px 0;
    width: 6px;
    height: 8px;
    margin-top: 14px;
}

@media screen and (max-width: 900px) {
    .heading .paginationd li .ico_prev {
        margin-top: 8px;
        background-position: -100px 0;
    }
}

.heading .paginationd li .ico_next {
    background-position: -250px 0;
    width: 6px;
    height: 8px;
    margin-top: 14px;
}

@media screen and (max-width: 900px) {
    .heading .paginationd li .ico_next {
        margin-top: 8px;
        background-position: -125px 0;
    }
}

@media screen and (max-width: 900px) {
    .heading .paginationd {
        float: none;
        overflow: hidden;
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .heading .paginationd .pageinfo {
        display: table;
        margin: 0 auto;
    }
    .heading .paginationd ul {
        display: table;
        margin: 0 auto;
    }
    .list-item {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .heading {
        padding: 5px 7px;
    }
}


/* ============================================================================================== */

.thumbs {
    margin: 0 -1.5px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .header ~ .main .heading ~ .thumbs {
        width: 100%;
        margin: 0;
        padding: 0 3px;
        margin: 0px 0 0;
    }
    .box.after-player .thumbs {
        width: 100%;
        margin: 0;
        padding: 0 3px;
        margin: 5px 0 0 !important;
    }
    .heading ~ .thumbs {
        width: 100%;
        margin: 0;
        padding: 0 3px;
        margin: 3px 0 0;
    }
}

.thumb {
    padding: 1.5px;
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.toplists .thumb .th {
    border-color: #646464;
}

.toplists .thumb .th .title {
    background-color: #646464;
    text-align: left;
    padding: 0 10px;
}

@media screen and (max-width: 1200px) {
    .thumb,
    .thumb.with-description {
        width: 25%;
    }
}

@media screen and (max-width: 700px) {
    .thumb,
    .thumb.with-description {
        width: 33.3333%;
    }
}

@media screen and (max-width: 450px) {
    .thumb,
    .thumb.with-description {
        width: 50%;
    }
    .js-thumbs .thumb:nth-child(n+31) {
        display: none;
    }
}

.thumb-report {
    display: block;
    position: absolute;
    z-index: 1;
    margin: 5px;
    padding: 5px 5px;
    font-size: 10px;
    color: #ffffff;
    background-color: #242424;
}

.th {
    border: 1px solid #3a3a3a;
    position: relative;
}

.th img {
    display: block;
    width: 100%;
    height: auto;
    /*
  background-color:@heading-pagination-li;
  background-image:url(http://fgtube.woxcdn.com/static/images/lazy-bg.png);
  background-position:center center;
  background-repeat:no-repeat;*/
}

.th span {
    color: #ffffff;
}


/*
.th span:hover  {
  color: @navigation-href-selected;
}
*/

.th a {
    /*display: block;*/
    display: inline-block;
}
.th > a {
    display: block;
}

.th .title {
    border-top: 0px solid #3a3a3a;
    text-align: center;
    display: block;
    text-transform: capitalize;
    line-height: 36px;
    background: #1f1f1f;
    font-size: 18px;
}

.th:hover .title a {
    color: #ffc600;
}

.th .report {
    position: absolute;
    bottom: 2px;
    left: 4px;
    padding: 5px;
    font-size: 10px;
    background: #1f1f1f;
    opacity: 0.7;
    text-transform: uppercase;
}

@media(max-width: 460px) {
    .th .report {
        font-size: 8px;
    }
}

.th .rep {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0px;
    padding: 7px 3px;
    font-size: 11px;
    background: #1f1f1f;
    text-transform: capitalize;
    opacity: 0.7;
}

.th .time {
    position: absolute;
    bottom: 2px;
    right: 4px;
    padding: 5px;
    font-size: 10px;
    text-transform: uppercase;
    background: #1f1f1f;
    opacity: 0.7;
}

@media(max-width: 460px) {
    .th .time {
        padding: 3px;
        font-size: 8px;
    }
}

@media screen and (max-width: 901px) {
    .th .rep {
        width: 100%;
        position: absolute;
        bottom: 30px;
        left: 0px;
        padding: 2px 2px;
        font-size: 8px;
        background: #1f1f1f;
        opacity: 0.7;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 900px) {
    .th img {
        display: block;
        width: 100%;
        height: auto;
    }
}

.watch {
    padding: 0 15px;
    max-width: 1273px;
    margin: 0 auto;
}

.watch .holder img {
    display: block;
    width: 100%;
    height: auto;
}

.watch .desc {
    margin-top: 10px;
    color: #aaaaaa;
    text-align: center;
    font-size: 10px;
}

@media screen and (max-width: 900px) {
    .watch .desc {
        margin-top: 10px;
        font-size: 10px;
    }
}

.watch .tags {
    /*margin-top: 10px;*/
    font-size: 12px;
    float:right;
    color:#fe951f;
}

.watch .tags h2 {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color:#ccc;
    margin:-1px 3px 0 0;
    /*margin-right: 5px;*/
}

@media screen and (max-width: 900px) {
    .watch .tags h2 {
        font-size: 12px;
        margin:-9px -1px 0 0;
       /* margin-right: 2px;*/
    }
}

.watch .tags a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #ffc600;
   /* margin-right: 2px;*/
}
.watch .tags a:after{
	content: ",";
	color:#ffc600;
}
.watch .tags a:last-child:after{
	content: "";
}
.watch .tags a:hover {
    color:#9c9c9c;
}

@media screen and (max-width: 900px) {
    .watch .tags a {
        font-size: 12px;
    }
}

@media screen and (max-width: 900px) {
    .watch .tags {
        margin-top: 2px;
    }
}
@media screen and (max-width: 600px) {
    .watch .tags a:nth-child(n+4){display:none;}
    .watch .tags a:nth-child(n+3):after{display:none;}
}
.categories {
    background: #1c1c1c;
    /*border-bottom: 1px solid #3a3a3a;
    border-top: 1px solid #3a3a3a;*/
}

.categories .holder {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    padding:0 15px;
}

@media screen and (max-width: 690px) {
    .categories .holder {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media screen and (max-width: 550px) {
    .categories .holder {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.col li {
    font-size: 11px;
    padding: 5px;
    overflow: hidden;
    border-bottom: 1px solid #2b2b2b;
}

.col li:hover {
    background-color: #646464;
}

.col li.f-letter:hover {
    background-color: transparent;
}

.col li h3 {
    color: #ffc600;
    font-weight: normal;
    font-size: 12px;
}

@media screen and (max-width: 900px) {
    .col li {
        margin-bottom: 5px;
    }
}

.col a {
    font-size: 14px;
    color: #ffffff;
    display: block;
    overflow: hidden;
    line-height: 16px;
    position: relative;
}
.col a b {
    font-weight: normal;
}

.col span {
    color: #bbbbbb;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 0;
}

.col a:hover {
    color: #ffffff;
}

@media screen and (max-width: 1520px) {
    .col a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1410px) {
    .col a {
        font-size: 11px;
    }
}

@media screen and (max-width: 1280px) {
    .col a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1215px) {
    .col a {
        font-size: 10px;
    }
}

@media screen and (max-width: 900px) {
    .col li h3 {
        font-size: 19px;
    }
    .col a:hover {
        color: #b4b4b4;
    }
    .col a {
        font-size: 12px;
    }
}

@media screen and (max-width: 550px) {
    .col span {
        float: right;
    }
}

.spot {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 20px;
}

@media screen and (max-width: 1318px) {
    .spot:first-child {
        display: none;
    }
}

@media screen and (max-width: 998px) {
    .spot:last-child {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .spot {
        margin: 10px 0 0 10px;
    }
}

@media screen and (max-width: 655px) {
    .spot {
        float: none;
        margin: 5px 0 0 5px;
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (max-width: 620px) {
    .spot:last-child {
        display: none;
    }
    .spot:first-child {
        display: none;
    }
    .th .report {
        position: absolute;
        bottom: 3px;
        left: 4px;
        padding: 2px 3px;
        font-size: 9px;
        background: #1f1f1f;
        opacity: 0.7;
        text-transform: uppercase;
    }
    .th .time {
        position: absolute;
        bottom: 3px;
        right: 4px;
        padding: 2px 3px;
        font-size: 9px;
        text-transform: uppercase;
        background: #1f1f1f;
        opacity: 0.7;
    }
    .th .title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 100%;
        vertical-align: top;
        transition: color 0.3s ease-in-out;
    }
    .heading .head-title h1 {
        /*padding: 2px 7px;*/
        color: #fff;
    }
    .heading .head-title strong {
        color: #ffc600;
        font-weight: bold;
    }
    .heading h1 {
        font: 14px normal Tahoma, sans-serif;
        color: #ffc600;
    }
    .heading h2 {
        font-size: 14px;
        line-height: 12px;
        float: none;
    }
}

.footer {
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid #404040;
}

.footer_logo {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: right;
    width: 29%;
}

.footer_logo a {
    background: url(http://fgtube.woxcdn.com/static/images/logo.png) no-repeat;
    width: 255px;
    height: 73px;
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    text-align: left;
}

@media screen and (max-width: 900px) {
    .footer_logo {
        display: block;
        vertical-align: middle;
        overflow: hidden;
        text-align: center;
        width: auto;
    }
    .footer_logo a {
        margin: 15px 0 0;
        -moz-background-size: 117px 35px;
        background-size: 117px 35px;
        width: 117px;
        height: 35px;
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (max-width: 900px) {
    .footer {
        margin-top: 10px;
        padding: 10px 10px 15px;
        text-align: center;
    }
}

.wrap_copy {
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.copy {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.thumb.with-description .th {
    border-color: /* @base-background */
    ;
    background-color: #1f1f1f;
}

.copy p {
    color: #dddddd;
    font-size: 11px;
    margin-top: 15px;
}

.copy p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 900px) {
    .copy p {
        font-size: 10px;
        margin-top: 7px;
    }
}

@media screen and (max-width: 900px) {
    .copy {
        width: 100%;
        text-align: left;
    }
}


/*# sourceMappingURL=all.css.map */

.video {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    color: red;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video span {
    display: none;
}

.terms {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto 0 auto;
    color: #b4b4b4;
}

.terms h1 {
    text-align: center;
    margin-bottom: 10px;
}

.terms p {
    text-align: justify;
    margin-bottom: 10px;
    text-indent: 20px;
}

.terms a {
    color: #ffc600;
}

.terms h2 {
    font-weight: bold;
    padding: 0;
    border: 0;
    box-shadow: none;
    margin-bottom: 10px;
}

.terms ul,
.terms ol {
    margin-left: 20px;
}

.terms ul li,
.terms ol li {
    text-align: justify;
    margin-bottom: 10px;
}

.terms ol {
    list-style-type: none;
}

.terms ol li:before {
    content: "(" counter(section, lower-alpha) ") ";
    font-weight: bold;
}

.terms ol li {
    counter-increment: section;
    margin-left: 10px;
}

.terms .wopt {
    vertical-align: top;
    border-style: none;
}

.terms .terms-dates {
    margin-bottom: 10px;
    text-align: center;
}


/*feedback*/

.feedback_form {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #1f1f1f;
    font-size: 12px;
}

.feedback_form input,
.feedback_form textarea {
    width: 250px;
    font-size: 12px;
    color: #efefef;
    background: #3d3d45;
    border: 1px solid #4f423d;
    padding: 6px;
}

.feedback_form textarea {
    height: 160px;
}

.feedback_form input[type=submit] {
    margin-bottom: 24px;
    padding: 12px 18px;
    border: none;
    background: #ef9e46;
    background: -moz-linear-gradient(top, #ffc600 0%, #ffc600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc600), color-stop(100%, #ffc600));
    background: -webkit-linear-gradient(top, #ffc600 0%, #ffc600 100%);
    background: -o-linear-gradient(top, #ffc600 0%, #ffc600 100%);
    background: -ms-linear-gradient(top, #ffc600 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #ffc600 0%, #ffc600 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9cca01', endColorstr='#9cca01', GradientType=0);
    margin-left: 13px;
    font-weight: bold;
    font-size: 18px;
    color: /*@base-href;*/
    #ffffff;
    text-shadow: 1px 1px 0 #244400;
    width: 180px;
    cursor: pointer;
}

.feedback_form .message {
    margin-top: 50px;
    margin-bottom: 70px;
}

.feedback_form p {
    text-align: justify;
}

.feedback_form .captcha {
    width: 318px;
    margin: 5px auto 5px auto;
}

.feedback_form ul {
    text-align: justify;
}

.feedback_form ul li:before {
    content: "-";
    position: relative;
    left: -15px;
}

.feedback_form ul li {
    text-indent: -5px;
    margin-left: 20px;
}


/*--About Us--*/

.aboutus {
    display: blokc;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 10px;
    color: #BFBFBF;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}


/*--TREND SEARCHES--*/

.trend-searches {
    display: block;
    padding: 0px 7px;
    border-top: 1px solid #404040;
}

h2.white-title {
    color: #ffffff;
    padding: 10px;
    margin: 5px 0;
    text-transform: uppercase;
    border-top: 1px dotted #312f2e;
    border-bottom: 1px dotted #312f2e;
    background-color: #14110f;
}

.trend-searches a:after {
    content: ',';
    color: #867f61;
}

.trend-searches a:last-child:after {
    content: '';
}

@media all and (max-width: 1024px) {
    .trend-searches a {
        font-size: 14px;
    }
}

@media all and (max-width: 768px) {
    .trend-searches a {
        font-size: 17px;
    }
}


/*--BANNER BLOCK--*/

.banner-block,
.banner-block-vid {
    display: block;
    text-align: center;
    height: 252px;
    overflow: hidden;
    padding: 0px 7px 0 7px;
}

.banner-block div,
.banner-block-vid div {
    display: inline-block;
    padding-right: inherit;
    margin: 0 0px;
}

.banner-block.small-banner,
.banner-block-vid.small-banner {
    height: 157px;
}

@media all and (max-width: 951px) {
    .banner-block div:nth-child(3) {
        display: none;
    }
    .banner-block-vid div:nth-child(3) {
        display: none;
    }
}

@media all and (max-width: 637px) {
    .banner-block div {
        margin: 0;
    }
    .banner-block div:nth-child(2) {
        /*display:none;*/
    }
    .banner-block-vid div {
        margin: 0;
    }
    .banner-block-vid div:nth-child(2) {
        /*display:none;*/
    }
}

.tech-info {
    color: #ffffff;
    padding: 0px 0;
    margin: 0px 0;
    text-align: center;
    font-size: 10px;
    padding-top: 7px;
}

.tech-info * {
    display: inline-block;
}

.tech-info span {
    margin-right: 30px;
    text-transform: capitalize;
    color: #aaaaaa;
}

.video-report {
    padding: 5px 10px;
    text-transform: capitalize;
}

.video-report a {
    color: yellow;
}

.video-report a:hover {
    color: red;
}

.video-categories a {
    padding: 5px 10px;
}

.video-categories a:after {
    content: ',';
}

.video-categories a:last-child:after {
    content: '';
}


/*---New Thumb---*/

.thumb.with-description b {
    display: block;
    font-size: 11px;
    font-weight: 300;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: /*@thumb-with-description-b*/
    #ffffff;
    text-shadow: 1px 1px 0 #1f1f1f;
    word-break: break-all;
}

.thumb.with-description:hover b {
    color: /*@base-href*/
    #ffc600;
}

.thumb.with-description .thumb-report {
    bottom: 23px;
    left: 0px;
}

.thumb.with-description .thumb-spon {
    display: block;
    font-size: 12px;
    padding: 5px;
    text-align: right;
}

.related {
    margin: 0px 0 -25px 0;
}

.related ul li {
    display: inline;
    color: #fff;
}

.related ul li:before {
    content: ", ";
}

.related ul li:first-child:before {
    content: "";
}

.related .related-list {
    margin: 0px 0 0 0;
}

.related .related-list h2,
.content .related .related-list h3 {
    display: inline;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.related-list {
    font-size: 14px;
    line-height: 24px;
    padding: 1px 10px 20px 10px;
}


/*.related-list a { color: #fff; }*/

.related-list b {
    color: #00b1e5;
    font-weight: normal;
}

@media all and (max-width: 900px) {
    .terms {
        margin-top: 55px;
    }
}

@media all and (max-width: 900px) {
    .header ~ .main .heading ~ .thumbs {
        margin-top: 55px;
    }
}


/* --------------------------------------------------------------------------- */

.Logo {
    display: block;
    width: 194px;
}

.Logo img {
    width: 100%;
}

.Submenu {
    background: rgba(0, 0, 0, 0.9);
    padding: 24px 0 26px;
    border-top: 1px solid #2e2e2e;
    text-align: left;
    pointer-events: none;
    opacity: 0;
}

@media (min-width: 991px) {
    .Submenu {
        -webkit-transition: all 150ms linear;
        transition: all 150ms linear;
    }
}

.Submenu .rows h6 {
    font-size: 14px;
    color: #ffc600;
    text-transform: uppercase;
    line-height: 34px;
    float: left;
}

@media (max-width: 767px) {
    .Submenu .rows h6 {
        float: none;
        padding: 0 8px;
    }
}

@media (max-width: 767px) and (max-width: 460px) {
    .Submenu .rows h6 {
        line-height: 44px;
    }
}

.Submenu .rows .rowsBody {
    margin-left: 200px;
}

@media (max-width: 767px) {
    .Submenu .rows .rowsBody {
        margin-left: 0;
    }
}

.Submenu .popular {
    font-size: 0;
}

.Submenu .popular li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    width: 14.285%;
}

@media (max-width: 1200px) {
    .Submenu .popular li {
        width: 16.666%;
    }
}

@media (max-width: 991px) {
    .Submenu .popular li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .Submenu .popular li {
        width: 33.333%;
    }
}

@media (max-width: 460px) {
    .Submenu .popular li {
        width: 50%;
    }
}

.Submenu .popular li a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 34px;
    color: #cdcdcd;
    position: relative;
}

.Submenu .popular li a b {
    margin-right: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #f4e5b2;
}

.Submenu .popular li a span {
    color: #747474;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 0;
}

.Submenu .popular li a.allCat {
    display: block;
    text-align: center;
    background: #f4e5b2;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 34px;
}

.Submenu .popular li a.allCat:hover {
    color: #fff;
}

.Submenu .popular li:hover a b {
    color: #fff;
}

.Submenu .popular li:hover a span {
    color: #747474;
}

.Submenu .list {
    -moz-column-count: 7;
    -moz-column-width: 100px;
    -moz-column-gap: 0;
    -webkit-column-count: 7;
    -webkit-column-width: 100px;
    -webkit-column-gap: 0;
    column-count: 7;
    column-width: 100px;
    column-gap: 0;
}

@media (max-width: 1200px) {
    .Submenu .list {
        -moz-column-count: 6;
        -webkit-column-count: 6;
        column-count: 6;
    }
}

@media (max-width: 991px) {
    .Submenu .list {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 767px) {
    .Submenu .list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 460px) {
    .Submenu .list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-width: 100px;
        -webkit-column-width: 100px;
        column-width: 100px;
    }
}

.Submenu .list li {
    width: 100%;
    display: inline-table;
    padding: 0 8px;
}

.Submenu .list li a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 34px;
    color: #cdcdcd;
    position: relative;
}

.Submenu .list li a b {
    margin-right: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.Submenu .list li a span {
    color: #747474;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 0;
}

.Submenu .list li a.allCat {
    display: block;
    text-align: center;
    background: #ffc600;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 34px;
}

.Submenu .list li a.allCat:hover {
    color: #fff;
}

.Submenu .list li:hover a b {
    color: #ffc600;
}

.Submenu .list li:hover a span {
    color: #fff;
}


/* Header Submenu end */

.MainMenu {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.MainMenu__item {
    display: inline-block;
    border-left: 1px solid #313131;
    border-right: 1px solid #000;
}

@media (max-width: 767px) {
    .MainMenu__item {
        width: 33.333%;
        border-color: #000;
    }
    .MainMenu__item:first-child {
        border-left: none;
    }
    .MainMenu__item:last-child {
        border-right: none;
    }
}

.MainMenu__item > a, .MainMenu__item > h1 {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 59px;
    padding: 0 17px 0 26px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    font-weight: normal;
}

@media (max-width: 1199px) {
    .MainMenu__item > a, .MainMenu__item > h1 {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .MainMenu__item > a, .MainMenu__item > h1 {
        line-height: 33px;
        border: none;
        text-align: center;
        font-size: 11px;
    }
}

.MainMenu__item > a .fa, .MainMenu__item > h1 .fa {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    font-size: 13px;
    color: #fff;
    margin-left: 12px;
}

@media (max-width: 767px) {
    .MainMenu__item > a .fa, .MainMenu__item > h1 .fa {
        display: none;
    }
}

.MainMenu__item:hover > a, .MainMenu__item:hover > h1 {
    color: #ffc600;
    cursor: pointer;
    border-top-color: #ffc600;
    background: #1c1c1c;
}

.MainMenu__item:hover > a .fa, .MainMenu__item:hover > h1 .fa {
    top: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.MainMenu__item:hover .Submenu {
    pointer-events: auto;
    opacity: 1;
}

.MainMenu__item.active > a, .MainMenu__item.active > h1 {
    color: #ffc600;
    border-top-color: #ffc600;
    background: #1c1c1c;
}
@media(max-width: 767px){
  .MainMenu__item.active > a, .MainMenu__item.active > h1 {
    color: #fff;
    border-top-color: transparent;
    background: none;
  }
  .MainMenu__item.active:hover > a, .MainMenu__item.active:hover > h1,
  .MainMenu__item.mobActive > a, .MainMenu__item.mobActive > h1 {
    color: #ffc600;
    border-top-color: #ffc600;
    background: #1c1c1c;
  }
}
.MainMenu__list {
    border-left: 1px solid #000;
    border-right: 1px solid #313131;
    font-size: 0;
}

@media (max-width: 767px) {
    .MainMenu__list {
        border: none;
    }
}


/* Header MeinMenu end */

.Sound {
    border-left: 1px solid #000;
    border-right: 1px solid #313131;
    display: block;
}

@media (max-width: 767px) {
    .Sound {
        border-right: none;
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
    }
}

.Sound__ico {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 71px;
    height: 63px;
    border-left: 1px solid #313131;
    border-right: 1px solid #000;
}

@media (max-width: 767px) {
    .Sound__ico {
        border-right: none;
        height: 100%;
        width: 45px;
    }
}

.Sound__ico i {
    width: 26px;
    height: 26px;
    font-size: 26px;
}

.Sound:hover .Sound__ico i {
    background-position: top right;
}


/* Header Sound end */

.Search {
    position: relative;
}

.Search__input {
    border: none;
    width: 100%;
    height: 46px;
    background: #fff;
    padding: 0 15px;
    color: #ffc600;
    font-size: 16px;
}

@media (max-width: 991px) {
    .Search__input {
        border: 1px solid #d1d1d1;
        height: 34px;
    }
}

.Search__btn {
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 46px;
    width: 55px;
    font-size: 21px;
    color: #949494;
    background: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .Search__btn {
        height: 34px;
        font-size: 15px;
        width: 40px;
        cursor: pointer;
    }
}

.Search__btn:hover {
    color: #ffc600;
}

/* Header Search end */

.Header {
    background: #252525;
    border-bottom: 1px solid #fff;
    position: relative;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 999;
    text-align: center;
}

@media (max-width: 991px) {
    .Header {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .Header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .Header > .container {
        padding: 0;
    }
    .Header > .container > .row {
        margin: 0;
    }
    .Header > .container > .row > [class^="col-"] {
        padding: 0;
    }
}

.Header .col-xs-12 {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.Header .row {
    margin: 0 -15px;
    position: static;
}

.Header .row:after {
    display: block;
    content: "";
    clear: both;
}

.Header .container {
    width: 100%;
    max-width: 1273px;
    padding: 0 15px;
    margin: 0 auto
}

@media(max-width: 767px) {
    .Header .col-xs-12 {
        padding: 0;
    }
    .Header .row {
        margin: 0;
    }
    .Header .container {
        padding: 0;
    }
}

.Header__logo {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

@media (max-width: 1199px) {
    .Header__logo {
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    .Header__logo {
        display: inline-block;
        float: none;
        margin: 2px 0;
        height: 41px;
    }
    .Header__logo img {
        width: auto;
        height: 100%;
    }
}

.Header__menuToggle {
    float: left;
    border-right: 1px solid #313131;
    position: absolute;
    height: 100%;
    cursor: pointer;
    left: 0;
}

.Header__menuToggle .fa {
    width: 45px;
    height: 100%;
    border-right: 1px solid #000;
    display: block;
    font-size: 20px;
    line-height: 45px;
}

.Header__menuToggle .fa-remove {
    color: #fff;
    display: none;
}

.Header__menuToggle .fa-bars {
    color: #ffc600;
}

.Header__menuToggle.open .fa-remove {
    display: block;
}

.Header__menuToggle.open .fa-bars {
    display: none;
}

.Header__mainMenu {
    float: left;
}

@media (max-width: 767px) {
    .Header__mainMenu {
        float: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #252525;
        z-index: 99;
        display: none;
    }
}

.Header__sound {
    float: right;
}

.Header__search {
    margin-left: 703px;
    margin-right: 0;
    margin-top: 9px;
}

@media (max-width: 1199px) {
    .Header__search {
        margin-left: 660px;
    }
}

@media (max-width: 991px) {
    .Header__search {
        position: absolute;
        top: 100%;
        padding: 0 15px;
        left: 0;
        width: 100%;
        margin: 0;
        background: #262626;

    }
    .Header__search .Search__form {
        position: relative;
        max-width: 100%;
        margin: 8px auto;
    }
}

.Header__searchBox {
    padding: 9px 0;
    position: absolute;
    width: 100%;
    top: 100%;
    background: #262626;
}
.Header__submenu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: -1px;
    z-index: 10;
}

@media (max-width: 767px) {
    .Header__submenu {
        overflow-y: scroll;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        top: 80px;
        z-index: 2010;
    }
}

.Header [class^="col-"] {
    position: static;
}


/* header end */

.noScroll {
    overflow: hidden;
}

@media (max-width: 767px) {
    .noScroll {
        position: fixed;
    }
}

.noScroll .Header__submenu {
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 66px;
    z-index: 2010;
}

@media (max-width: 767px) {
    .noScroll .Header__submenu {
        top: 80px;
    }
}

.showMoreThumb,
.showMoreThumb2 {
    display: none;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    border: 1px solid #ffc600;
    font-weight: bold;
}

.showMoreThumb:hover,
.showMoreThumb2:hover {
    color: #ffc600;
}

@media(max-width: 460px) {
    .showMoreThumb,
    .showMoreThumb2 {
        display: block;
        cursor: pointer;
    }
    .categories .col li {
        display: none;
    }
}

.GoupIcon {
    position: fixed;
    top: 50%;
    margin-top: -53px;
    cursor: pointer;
    right: 4px;
    z-index: 990;
    width: 53px;
    height: 53px;
    background-color: #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 23px;
    display: block;
    margin-bottom: 4px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

@media (max-width: 767px) {
    .GoupIcon {
        top: auto;
        margin-top: 0;
        bottom: 100px;
    }
}

@media (max-height: 480px) {
    .GoupIcon {
        bottom: auto;
        top: 300px;
    }
}

@media (max-height: 425px) {
    .GoupIcon {
        top: 250px;
    }
}

@media (max-height: 370px) {
    .GoupIcon {
        top: 200px;
    }
}

@media (max-height: 325px) {
    .GoupIcon {
        top: 150px;
    }
}

.GoupIcon i {
    line-height: 55px;
}

.GoupIcon.showBtn {
    opacity: 1;
    pointer-events: auto;
}

.GoupIcon:hover {
    color: #fff;
    background: #ffc600;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 2, 0.4);
    box-shadow: 0 0 6px rgba(0, 0, 2, 0.4);
}

@media(max-width: 767px) {
    .main {
        padding-top: 88px;
    }
}

.footer-in {
    padding: 20px 15px;
    max-width: 1273px;
    margin: 0 auto;
}

.thumb:hover .th {
    border-color: #ffc600;
}
ul.terms {padding-left:20px;list-style:none;}
 p.terms {text-align:center;font-size:16px;font-weight:bold;}
 
  .g-container {
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto
}

@media(min-width:768px) {
   .g-container {
       width: 750px
   }
}

@media(min-width:992px) {
   .g-container {
       width: 970px
   }
}

@media(min-width:1200px) {
   .g-container {
       width: 1170px
   }
}

@media(min-width:1300px) {
   .g-container {
       width: 1245px
   }
}

.g-row {
   margin: 0 -15px
}

.g-container:before,
.g-container:after,
.g-row:before,
.g-row:after {
   display: table;
   content: " "
}

.g-container:after,
.g-row:after {
   clear: both
}

.g-col {
   padding: 0 15px;
   float: left;
   width: 100%;
   position: relative
}
 
 .oneBanner {
    text-align: center;
    font-size: 0;
    padding-bottom: 10px;
}



.oneBanner iframe {
    display: block;
}


 .oneBanner .banner1 {
    display: block;
} 
@media (max-width: 1200px){
    .oneBanner .banner1 {
        display: none;
    }
}

.oneBanner .banner2 {
    display: none;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .oneBanner .banner2 {
        display: block;
    }
}

.oneBanner .banner3 {
    display: none;
}

@media (max-width: 991px) and (min-width: 768px) {
    .oneBanner .banner3 {
        display: inline-block;
    }
}

.oneBanner .banner4 {
    display: none;
}

@media (max-width: 767px) {
    .oneBanner .banner4 {
        display: inline-block;
    }
}


.oneBanner .custom{
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
    margin-right:5px;
}

@media (max-width: 1300px){
    .oneBanner .custom {
        display: inline-block;
    }
}

.oneBanner .custom ~ .inner{
    display: inline-block;
    width: calc(100% - 308px);
    position: relative;
    top: -5px;
}

@media (max-width: 1199px){
    .oneBanner .custom ~ .inner{
        width: calc(100% - 331px);
        
    }
}
@media (max-width: 991px){
    .oneBanner .custom ~ .inner{
        width: calc(100% - 410px);
        
    }
}
@media (max-width: 767px){
    .oneBanner .custom ~ .inner{
        display: none;
        
    }
}