/**
 * General CSS
 */
@font-face {
 font-family: 'Conv_BebasNeue';
 src: url('fonts/BebasNeue.eot');
 src: local('☺'), url('fonts/BebasNeue.woff') format('woff'), url('fonts/BebasNeue.ttf') format('truetype'), url('fonts/BebasNeue.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
  font-family: 'Conv_Sonic Barrier';
  src: url('fonts/Sonic Barrier.eot');
  src: local('☺'), url('fonts/Sonic Barrier.woff') format('woff'), url('fonts/Sonic Barrier.ttf') format('truetype'), url('fonts/Sonic Barrier.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,body {
  height: 100%;
  width: 100%;
}

iframe, embed {
  max-width: 100%;
}

/**
 * Skin override
 */
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
  background: #080808;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
  background: #131313;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
  background: #242424;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
  border-left-color: #ce0000;
}
.skin-blue .treeview-menu>li>a {
  color: #aaa;
}
.nav-tabs-custom>.nav-tabs>li.active {
  border-top-color: #ce0000;
}
a {
  color: #ce0000;
}
a:hover, a:focus {
  color: #e81a1a;
}
.skin-blue .main-header .logo:hover {
  background: none;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #e81a1a;
}
.skin-blue .main-header li.user-header {
  background-color: #ce0000;
}
.skin-blue .sidebar-form {
  border: none;
  border-radius: 0;
}
.skin-blue .sidebar-form .btn {
  border-radius: 0;
  background: #434343;
}
.skin-blue .sidebar-form input[type="text"] {
  background: #434343;
  border-radius: 0;
}

/**
 * Header
 */
.logo-lg img {
  height: 50px;
  width:auto;
}

.nav>li>a[data-toggle="control-sidebar"] {
  display: none;
}

.navbar-nav>li.sign-up, .navbar-nav>li.sign-in {
  float: none;
  display: inline-block;
}
.navbar-nav>li.sign-up a, .navbar-nav>li.sign-in a {
  border: 1px solid white;
  padding: 4px 32px;
  margin-top: 8px;
  margin-right: 12px;
}
.navbar-nav>li.sign-in a {
  border: 1px solid #ce0000;
  background: #ce0000;
}
.navbar-nav>li.sign-up a:hover {
  border: 1px solid #ce0000;
  background: #ce0000;
}

@media (min-width: 768px) {
  .become-member {
    font-family:'Conv_BebasNeue',Sans-Serif;
    font-size: 24px;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
  .navbar-nav>li.official-website {display:block;float:none;text-transform:uppercase;font-family:'Conv_BebasNeue';color:white;margin-top:10px;letter-spacing:1px;font-size:16px;}
  .official-website .red {color:#ce0000;}
  .navbar-nav {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .main-header .sidebar-toggle {
    display: none;
  }
}
.main-header {
  max-height: 137px;
  background: url(/images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.skin-blue .main-header .logo {
  background: none;
  height: 137px;
  max-height: 137px;
}
.main-header .logo-lg img{
  height: 100px;
  margin-top: 12px;
}
.skin-blue .main-header .navbar {
  background: none;
  height: 137px;
}
.main-sidebar, .left-side {
  padding-top: 137px;
}
@media (max-width: 767px) {
  .main-sidebar, .left-side {
    padding-top: 187px;
  }
  .main-header {
    max-height: 187px;
  }
  .skin-blue .main-header .navbar {
    height: 50px;
  }
}

/* Language dropdown */

.translate_wrapper {padding: 6px 0; width: 140px;}
.current_lang{ cursor:pointer; text-transform:uppercase; overflow:hidden; }
.lang{padding:10px 15px; }
.lang.selected{ display:none; }
.lang img, .lang span.lang-txt{color: #fff;display:inline-block; margin-left:5px; vertical-align:middle; }
.lang span.lang-txt{ position:relative; top:-1px; font-weight:700; }
.lang img{ width:20px; margin-left:0; }
.lang span span{ color:#999; font-weight:400; }
.lang span.fa{color: #fff;font-size:12px; position:relative; top:-1px; margin-left:3px; }

/*more lang*/
.more_lang{
  transform:translateY(-20px);
  opacity:0;
  cursor:pointer;
  display:none;
   -webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -moz-transition:    all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -o-transition:      all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -ms-transition:     all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    transition:         all .3s cubic-bezier(.25, 1.15, .35, 1.15);
}
.translate_wrapper.active .more_lang{ display:block; } 
.more_lang.active{ opacity:1; transform:translateY(-0px); }
.more_lang .lang:hover{ background:#5766b2; color:#fff; }
.more_lang .lang:hover span{ color:#fff; }
.translate_wrapper:hover,
.translate_wrapper.active,
/*.content a:hover{
  box-shadow:rgba(0,0,0,0.2) 0 5px 15px;  
  -webkit-transition: all 0.3s cubic-bezier(0,.99,.44,.99);
    -moz-transition:    all 0.3s cubic-bezier(0,.99,.44,.99);
    -o-transition:      all 0.3s cubic-bezier(0,.99,.44,.99);
    -ms-transition:     all 0.3s cubic-bezier(0,.99,.44,.99);
    transition:         all 0.3s cubic-bezier(0,.99,.44,.99);
}*/
.translate_wrapper.active .lang{ border-bottom:1px solid #666; } 


/**
 * Sidebar
 */

.fa.fa-custom {
  background-repeat: no-repeat;
  width: 24px!important;
  height: 16px;
  background-size: 16px auto;
  vertical-align: middle;
}
.fa.fa-custom.fa-sift-assult { background-image: url(//www.siftheadsgames.com/images/Sift_assault_icone.svg); }
.fa.fa-custom.fa-sift-cartels { background-image: url(//www.siftheadsgames.com/images/Siftheads_cartels_icone.svg); }
.fa.fa-custom.fa-sift-classic { background-image: url(//www.siftheadsgames.com/images/Siftheads_classic_icone.svg); }
.fa.fa-custom.fa-sift-world { background-image: url(//www.siftheadsgames.com/images/Siftheads_world_icone.svg); }
.fa.fa-custom.fa-street-wars { background-image: url(//www.siftheadsgames.com/images/Siftheads_streetwars_icone.svg); }
.fa.fa-custom.fa-sift-renegade { background-image: url(//www.siftheadsgames.com/images/Sift_Renegade_icone.svg); }
.fa.fa-gamepad {color:#ce0000;}

.single-right h3{
  clear: both;
}

.sidebar-form {position:relative;overflow:visible;}
#main_search_results {position:absolute;background:white;width:100%;list-style:none;z-index:1;}
#main_search_results li {padding:5px 10px;border-bottom:1px solid #ccc;}
#main_search_results li:hover, #main_search_results li.active {background:#ccc;cursor:pointer;}

.sidebar-block { margin: 8px; }
.sidebar-block a { font-family: 'Conv_BebasNeue'; border: 2px solid #ce0000; display: block; padding-top: 3px; text-align: center; text-transform: uppercase; font-size: 24px; }
.sidebar-block a .white {color: white;}
.sidebar-block a .red {color: #ce0000;}
.sidebar-block-simple.sidebar-block a {border:0;border-bottom:1px solid #333;text-align:left;margin:0 8px;}
.sidebar-facebook a {text-align:left;padding-left:10px;}
.sidebar-facebook .fb-like > span {vertical-align:middle!important;margin-left:16px;}
.sidebar-footer {margin:40px 16px 0;font-size:10px;color:white;}
.sidebar-footer p {margin-bottom:0;}
.sidebar-footer a {text-decoration:underline;color:white;}


/* Login / Register pages */
.login-logo, .register-logo {
  float: left;
  padding-left: 20px;
  padding-top: 20px;
}
.login-logo img, .register-logo img {
  width: 300px;
  height: auto;
  max-width: 80%;
}
.forgot-password {
  display: inline-block;
  padding-top: 10px;
}
.top-buffer {
  margin-top:20px;
}
body.login-page, body.register-page {
  background: url(/images/login-page-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.gamesfree-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.gamesfree-logo img {
  max-width: 80%;
}

.login-box, .register-box {
  float: right;
  background: white;
  margin: 0;
  height: 100vh;
  overflow: auto;
}
@media (max-width: 768px) {
  .login-box, .register-box {
    float: none;
    margin: 0 auto;
    height: auto;
  }
  .login-logo, .register-logo {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .gamesfree-logo {
    position: inherit;;
    text-align: center;
    width: 100%;
    margin: 20px 0px;
  }
}

/* Customize AdminLTE defaults */

.input-group-addon i {
  width: 16px;
  text-align: center;
}
.checkbox label, .radio label {
  margin-right: 10px;
}

/* Game page */


/***** media type *****/

.mediaImage img{max-width: 100%;}
.mediaVideo iframe{max-width: 100%; width:100%; height:500px; }
.mediaEmbed iframe{max-width: 100%;}

.single-game h1 {
  font-size: 31px;
  font-family: 'Conv_BebasNeue';
  text-transform: uppercase;
  margin: 0;
}
.single-game h1 small {
  cursor: pointer;
}
.game-info a.start-discussion {
    color: #fff;
    margin-left: 12px;
    margin-bottom: 0;
}

/* game info */
.single-game #sharethis {
  display: inline-block;
  padding-right: 6px;
}
.single-game #now-in-favourites, .single-game #addfavourites {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}
.single-game #now-in-favourites i, .single-game #sharethis i, .single-game #addfavourites i {
    padding-right: 5px;
}
#now-in-favourites {
    color: #000;
}
.single-game #addfavourites i.fa-check {
    color: #2b542c;
}
.single-game .subtitle {
    font-size: 16px;
    padding-top: 5px;
    color: #999;
}
.game-info {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.game-info a {
    color: #999;
    cursor: pointer;
}
.game-info a:hover i {
    color: #000
}
.flex-grow {
    flex-grow: 1;
}
.progress-wrapper {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -28px;
    padding: 10px 0 20px 0;
    height: 2px;
}
.single-game .progress {
    height: 2px;
    width: 150px;
    background: #eee;
}
.single-game .right-info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
#vote-good, #vote-bad {
    padding: 5px 20px 5px 10px;
    cursor: pointer;
    min-width: 80px;
}
#vote-good i, #vote-bad i {
    padding: 0 8px;
}
#vote-good i.fa-thumbs-up, #vote-bad i.fa-thumbs-down {
    display:none;
}
#vote-good.choice i.fa-thumbs-o-up, #vote-bad.choice i.fa-thumbs-o-down {
    display: none;
}
#vote-good.choice i.fa-thumbs-up, #vote-bad.choice i.fa-thumbs-down {
    display: inline-block;
}
#vote-good.choice, #vote-bad.choice {
    color: #000;
    font-weight: normal;
}
#vote-good:not(.loading) i.fa-spinner, #vote-bad:not(.loading) i.fa-spinner {
    display:none;
}
#vote-good.loading i.fa-spinner, #vote-bad.loading i.fa-spinner {
    display: inline-block;
}
#vote-good.loading i:not(.fa-spinner), #vote-bad.loading i:not(.fa-spinner) {
    display: none;
}

/* slider */
.slide-content {
    margin: 10px;
    background: rgba(255,255,255,0.4);
    border:1px solid #ccc;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.slide-elements {
    font-size: 12px;
    flex-grow: 2;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.slide-title {
    font-size: 10px;
    text-align: center;
    line-height: 1.2em;
    padding: 4px 0;
}
.slide-free-download {
    border: 1px solid black;
    border-radius: 5px;
    padding: 0 5px;
    font-weight: bold;
}
.slide-links {
    display: flex;
    justify-content: space-around;
    padding: 4px;
    font-size: 20px;
    align-items: center;
}
.slide-links a {
    color: #000;
}
.slide-links img {
    height: 18px;
    width: auto;
}
.slide-content .slide-elements > img {
    padding-bottom: 8px;
    width: 50px;
    height: auto;
}
@media (min-width: 1480px) {
    .slide-title {
        font-size: 12px;
    }
    .slide-content .slide-elements > img {
        width: 60px;
    }
}
@media (min-width: 1600px) {
    .slide-title {
        font-size: 14px;
    }
    .slide-content .slide-elements > img {
        width: 75px;
    }
    .slide-links {
        font-size: 26px;
    }
    .slide-links img {
        height: 22px;
    }
}
.input-user-name img {
  max-height: 44px;
  width: auto;
  margin-right: 8px;
  border-radius: 50%;
}
.video-grid iframe, .video-grid embed, .video-grid object {
    border: none;
    width: 100%;
    margin-bottom:8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#btn-close-video, #fullscreen-prev-next {
  display: none;
}
#btn-fullscreen-video {
  cursor: pointer;
  float: right;
}
#btn-fullscreen-video i {
  font-size: 20px;
  position: relative;
  top: 2px;
  padding: 0 6px;
}
.video-grid.fullscreen iframe, .video-grid.fullscreen embed {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-grid.fullscreen #btn-close-video {
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  background: red;
  padding: .2em .6em;
  z-index: 100001;
  color: white;
  font-size: 1.7em;
  cursor: pointer;
}
.video-grid.fullscreen #fullscreen-prev-next {
  display: block;
  position: fixed;
  top: 10px;
  left: 10px;
  background: black;
  padding: .2em .6em;
  z-index: 100001;
  color: white;
  font-size: 1.7em;
  cursor: pointer;
}
#share-tab textarea {
  width:80%;
  height:80px;
}
#favourites .btn {
  display: inline;
}
.media-grids {
  display: flex;
  flex-direction: column;
}
.media-grids.inverse {
  flex-direction: column-reverse;
}
.media-grids .media:first-child {
  margin-top: 15px;
}
/* Show first 5 only */
.media-grids > .media {
  display: none;
}
.media-grids.inverse > .media:nth-last-child(-n + 5) {
  display: block;
}
.media-grids:not(.inverse) > .media:nth-child(-n+5) {
  display: block;
}
.media-grids.show-all > .media {
  display: block;
}
#btn-show-all-comments {
  margin-bottom: 15px;
}
/* End show first 5 */
#my_favourite_games {
    max-height: 300px;
    overflow-y: auto;
}
/* other games */
.other-game {
    display: flex;
    margin-bottom: 8px;
    cursor: pointer;
}
.other-game-infos {
    color: #333;
    width: calc(60% - 4px);
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.other-game-infos:hover {
    color: #333;
}
.other-game-img-link {
    display: block;
    width: calc(40% - 4px);
}

.other-game-img-link img{
  max-width: 250px;
}

.other-game img {
    max-width: 180px;
    width: 100%;
    height: auto;
}
.other-game-title {
    margin-top: 0;
    margin-bottom: 4px;
}
.other-game-subtitle {
    color: #999;
}
.other-game-status {
    margin-bottom: 10px;
}
.other-game-status span, .other-game-status i {
    padding-right: 5px;
    font-size: 15px;
    color: #666;
}
#my_favourite_games .other-game-img-link {
    width: calc(20% - 4px);
}
#my_favourite_games .other-game-infos {
    width: calc(80% - 4px);
}
#my_favourite_games .other-game-status {
    display: none;
}

.media {
  margin: 1em 0;
}
.media h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #ce0000;
}
.comment-user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.siftheads-prev-next {
  font-family: 'Conv_BebasNeue';
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2px;
}
@media (max-width: 1100px) and (min-width: 992px) {
  .siftheads-prev-next {
    font-size: 20px;
  }
}
.siftheads-prev-next .site {
  color: #d31a1a;
}
.siftheads-prev-next a.prev, .siftheads-prev-next a.next {
  color: black;
}
#fullscreen-prev-next.siftheads-prev-next a.prev, #fullscreen-prev-next.siftheads-prev-next a.next {
  color: white;
}
.siftheads-prev-next span.prev, .siftheads-prev-next span.next {
  display: none;
}
a.info-box-icon {
  color: white;
  cursor: pointer;
}
a.info-box-icon:hover {
  color: rgba(255,255,255,0.8);
}
a.info-box-icon.choice {
  color: black;
}
.box-add-game {
  border: 6px solid #d31a1a;
  margin-bottom: 16px;
  width: 100%;
  background: none;
}
.custom-box.box-add-game:hover {
  background: rgba(255,255,255,0.4);
  cursor: pointer;
}
.box-add-game > div {
  display: inline-block;
  vertical-align: middle;
}
.box-add-game .icon {
  padding: 15px 20px;
}
.box-add-game .inner {
  width: calc(100% - 150px);
  text-align: center;
}
.box-add-game h3 {
  margin:0;
  color: #d31a1a;
  font-family: 'Conv_BebasNeue';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 32px;
}

/* Walkthroughs */
.single-walkthrough img, .single-walkthrough iframe, .single-walkthrough embed {
  max-width: 100%;
  height:auto;
}
.single-walkthrough .box-body {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 53%;
}
.single-walkthrough .box-body iframe, .single-walkthrough .box-body embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.share_section {
    margin-bottom: 10px;
    padding: 10px;
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}

.walkthrough-preview {
    text-align: center;
}

.walkthrough-preview a {
    display: block;
    position: relative;
}

.walkthrough-preview a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "\f04b";
    color: white;
    font-size: 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.walkthrough-preview img {
    width: 100%;
    height: auto;
    max-width: 500px;
}

/* Home page */

h1.home-header {
  font-family: 'Conv_BebasNeue';
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  margin:.2em 0;
}

.category-group {
    clear: both;
    position: relative;
    overflow: hidden;
}
.category-group i.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    font-size: 100px;
    margin-top: -80px;
    padding: 0 15px;
    color: #fff;
    opacity: .2;
    cursor: pointer;
    transition: opacity 300ms;
}
.category-group i.slick-arrow.fa-chevron-circle-right {
    right: 15px;
}
.category-group:hover i.slick-arrow {
    opacity: .8;
}

.recommended-grid-info h3, .recommended-grid-info h5 {
  font-family: 'Conv_BebasNeue';
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: .3em;
  font-weight: normal;
}
.resent-grid-info h3 a.title, .resent-grid-info h5 a.title {
  font-weight: normal;
  color: black;
  font-size: 24px;
}
.recommended-grids {
  padding-bottom: 15px;
}
.recommended-grid-info p {
  max-height: 4.5em;
  overflow: hidden;
  position: relative;
}
.recommended-grid-info p:after {
  content: '...';
  display: block;
  position: absolute;
  top: 2.9em;
  background: #f7f7f7;
  right: 0px;
  padding-right: 10px;
  padding-left: 12px;
  background: #f7f7f7;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #f7f7f7 8px, #f7f7f7 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,#f7f7f7 8px,#f7f7f7 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,#f7f7f7 8px,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=1 );
}
.recommended-grid-info p.no-ellipses:after {
  display: none;
}
.recommended-grid-img p.views-info {
  font-family: 'Conv_BebasNeue';
  margin: 0;
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: black;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 7px;
  font-size: 16px;
}
.recommended-grid-img p.views-info span.red {
  color: #ce0000;
  text-transform: uppercase;
  padding-left: 4px;
}
.recommended-grid-img p.views-info span.icon {
  padding-left:6px;
}
.home-game-options {
}
.home-game-stars, .home-game-play {
  display: inline-block;
}
.home-game-stars {
  width: 56%;
  font-size: 18px;
  color: #ce0000;
}
.home-game-play {
  width: 41%;
  text-align: right;
}
.home-game-play .btn-play {
  font-family: 'Conv_BebasNeue';
  border: 2px solid #ce0000;
  text-transform: uppercase;
  border-radius: 0;
  display: block;
  font-size: 18px;
  padding: 0 8px;
}
.home-game-play .btn-play:hover {
  background: #ce0000;
  color: white;
}

/* Category page */
.filter-row {
    margin-bottom: 1em;
}
h1.category-header {
    font-family: 'Conv_BebasNeue';
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.breadcrumb>li.buttons:before {
    content: '';
    display: none;
}
.breadcrumb>li.buttons {
    float: right;
    display: block;
    margin-top: -5px;
}
@media (max-width: 639px)
{
    .filter-row .btn-group {
        display: none;
    }
}
@media (min-width: 640px)
{
    .item.list-group-item {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        display: flex;
        background: none;
        border: 0px;
    }
    .item.list-group-item .resent-grid-img {
        width: 30%;
    }
    .item.list-group-item .resent-grid-info {
        width: 70%;
    }
}
@media (min-width: 1200px)
{
    .item.list-group-item .resent-grid-img {
        width: 25%;
    }
    .item.list-group-item .resent-grid-info {
        width: 75%;
    }
}


/* Profile page */
.favourite-games.table>tbody>tr>td {
  vertical-align: middle;
}
.favourite-games img {
  height: 40px;
  width: auto;
}

/* 404 page */
.page-404 h1 {
    font-size: 31px;
    font-family: 'Conv_BebasNeue';
    text-transform: uppercase;
    margin: 0;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-404 .videoWrapper {
    margin-bottom: 20px;
}
.page-404 .subtitle {
    color: #999;
}

/**
 * From old site
*/

.resent{
  margin:1em 0;
}
.resent-grid {
  padding-left: 0.1em;
}
.resent-grid-img{
  position:relative;
}
.resent-grid-img iframe{
  width: 100%;
  height: 642px;
}
.resent-grid-img a{
  display:block;
}
.resent-grid a img{
  width:100%;
}
.time{
  position: absolute;
  top: 92% !important;
  right: 0%;
  display: block;
}
.small-time {
  top: 87% !important;
  z-index: 9;
}
.slider-time{
  top: 90% !important;
  z-index: 9;
}
.show-time {
  top: 87% !important;
}
.movie-time {
  top: 94% !important;
}
.time p{
  font-size: 12px;
  margin: 0;
  color: #FFF;
  padding: .2em .5em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
.clck {
  position: absolute;
  bottom: 1%;
  right: 9%;
  display: block;
  z-index: 9;
}
.small-clck{
  right: 12%;
  bottom: 2%;
}
.glyphicon-time:before {
  content: "\e023";
  color: #fff;
  font-size: 1em;
}
.show-clock {
  right: 22%;
  bottom: 1%;
}
.movie-clock {
  right: 15%;
  bottom: 1%;
}
.sports-tome {
  top: 82% !important;
  z-index: 9;
}
.sports-clock {
  right: 18%;
  bottom: 1%;
}
.resent-info h3{
  font-size:23px;
  color:#000;
  font-weight:600;
  margin:1em 0;
  font-family: 'Oswald', sans-serif;
}
.resent-grid-info{
  background: #f7f7f7;
  padding: 1em;
}
.resent-grid-info a.title{
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #525254;
}
.resent-grid-info a.title:hover{
  transition: inherit;
  text-decoration: underline;
}
.resent-grid-info p.author{
  font-size: 14px;
  color: #9E9E9E;
  margin: .5em 0;
}
.resent-grid-info p.author a.author{
  color: #21DEEF;
  text-decoration: none;
  padding-left: 1.8em;
  background: url(../images/u12.png) no-repeat 0px 1px;
}
.resent-grid-info p.author a.author:hover{
  text-decoration: none;
}
.resent-grid-info p.views{
  font-size: 14px;
  color: #9E9E9E;
  margin: 0;
}




