* {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
a:link,
a:visited,
a:hover,
a:active {
    color: #ff4040;
    outline: none;
}
body {
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
    cursor: default;
    background-image: url('http://cdn-portal.mobileclouds.mobi/assets/nastyporn/img/bg.jpg');
    flex-direction: column;
    flex-shrink: 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-negative: 0;
}
button,
input,
optgroup,
select,
textarea {
    color: #333;
}
footer {
    color: #f6f6f6;
    text-align: center;
    width: 100%;
    margin-top: auto;
    background: #111;
    flex-shrink: 0;
    font-family: 'Roboto', sans-serif;

    -ms-flex-negative: 0;

}
footer p {
    margin: 0;
    padding: 4px 10px;
}
h1 {
    font-size: 42px;
    font-weight: bold;
}
h1,
h2,
h3,
p {
    color: inherit;
    margin: 0;
    padding: 4px 0;
}
h1,
h2,
h3 {
    font-family: 'Roboto', sans-serif;
}
h2 {
    font-size: 18px;
    font-weight: bold;
}
hr {
    height: 1px;
    margin: 10px;
    padding: 0;
    border: 0;
    background: #111;
}
html {
    height: 100%;
}
html,
body {
    height: 100%;
}
main {
    width: 100%;
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 50px 10px 25px 10px;
    background: inherit;
    flex: 1 0 auto;
    flex-direction: column;

    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
main#es {
    padding: 47px 10px 60px 10px;
}
nav {
    max-width: 1300px;
    margin: auto;
}
section {
    flex: 1 1 auto;
    flex-direction: column;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
video {
    width: 100%;
}
#agecheck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px -25px -10px;
    border-top: 1px solid #d60211;
    background-image: url('../img/bg-agecheck.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    flex: 1;
    justify-content: center;
    align-items: center;

    -webkit-box-flex: 1;
    -ms-flex: 1;
}
#es #agecheck {
    margin: 0 -10px -25px;
}
#agecheck a:hover {
    background: #ee3030;
}
#agecheck img {
    width: 100%;
}
#footer-sticky {
    font-family: sans-serif;
    position: fixed;
    bottom: 0;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    display: flex;
    background: #111;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #333;
    color: #ff4040;
}
#footer-sticky a {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
#footer-sticky p {
    color: #ff4040;
}
.alert-warning {
    color: #000;
    border-color: #f1c807;
    background: #f1c807;
}
.alert-danger {
    color: #fff;
    border-color: #a94442;
    background-color: #a94442;
}
.agecheck-container {
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 480px;
    padding: 0 8px 12px;
    background-color: #111111;
}
.agecheck-container .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.agecheck-container .legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.agecheck-container .legal p {
    font-size: 18px;
    line-height: 25px;
}
.agecheck-container .link-btn {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 47px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 4px;
    padding: 0 10px;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    border-radius: 8px;
    background: #d60211;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    line-height: 19px;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.agecheck-container .cancel {
    color: #000;
    background: #d5d5d5;
}
.banner {
    position: absolute;
    top: 0;
    left: 0;
}
.btn-default {
    color: #fff;
    margin: 10px 0;
    border: 0;
    background: #ff4040;
    font-family: 'Roboto', sans-serif;
}
.btn-default:hover {
    background: #ee3030 none repeat scroll 0 0;
}
.btn-play {
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
    box-sizing: border-box;
    opacity: .6;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding: 0;
}
.fa {
    color: #af7c00;
}
.form-control {
    border: 2px solid #fff;
}
.form-control:focus {
    border: 2px solid #ff4040;
    outline: none;
    box-shadow: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    font-size: 16px;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type='email'] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type='password'] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.front-side a,
.front-side a:hover {
    text-decoration: none;
}
.md-hidden {
    display: none;
}
.navbar-brand img {
    float: left;
    margin-top: 0;
    padding-left: 0;
    height: 47px;
    width: auto;
}
.navbar-brand {
    float: left;
    padding: 0;
    height: 47px;
    padding-left: 8px;
}
.navbar-inverse {
    color: #fefefe;
    color: #fff;
    border: 0;
    background-color: #111;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    color: #fefefe;
    text-decoration: none;
}
.navbar-inverse .navbar-nav > .active > a .fa {
    color: #111;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #111;
    background-color: #ff4040;
}
.navbar-inverse .navbar-nav > li:hover > a {
    background: #333;
}

.row {
    margin: 0;
}
.video-cat .img,
.video-home .img {
    position: relative;
}
.video-cat img,
.video-node img,
.video-home img {
    width: 100%;
    /*display: block;*/
}
.video-cat,
.video-node,
.video-home {
    padding: 4px 4px 0;
}
.video-home-header .img:hover > .btn-play,
.video-home-side .img:hover > .btn-play,
.video-node .img:hover > .btn-play,
.video-home .img:hover > .btn-play {
    display: block;
}
.video-home-header .like,
.video-home-side .like,
.video-node .like,
.video-home .like {
    display: block;
    float: right;
}
.video-home-header .time,
.video-home-side .time,
.video-node .time,
.video-home .time {
    color: #fff;
    position: absolute;
    right: 1px;
    bottom: 1px;
    padding: 0 5px;
    opacity: .9;
    background: #333;
}
.video-home-header h3,
.video-home-side h3,
.video-node h3,
.video-home h3 {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    overflow: hidden;
    margin: 0;
    padding: 3px 0;
}
.video-home-header p,
.video-home-side h3,
.video-home-header h3 {
    padding-left: 4px;
}
.video-home-header {
    padding: 4px;
}
.video-home-header:hover,
.video-home-side:hover,
.video-node:hover,
.video-home:hover {
    cursor: pointer;
    background: #f6f6f6;
}
.video-home-side img,
.video-home-header img {
    width: 100%;
}
.video-home-side {
    padding: 2px;
}
.video-node h3 {
    padding-left: 4px;
}
.views .fa {
    color: #af7c00;
}
.views,
.like {
    color: #222;
}


@media screen and (max-width: 992px) {
    .btn-play {
        display: block;
    }
    .video-cat img,
    .video-node img,
    .video-home img {
        max-width: unset;
    }
}

/* 2015-05-28 Update: Alles gecentreerd op mobiele telefoons. */
@media screen and (max-width: 767px) {
    h2 {
        text-align: center;
    }
    .wrapper-video,
    .wrapper-gme {
        text-align: center;
    }
    /* Vraag me niet waarom maar met deze margin-left staat het goed en anders niet, ik
    zal hier nog wel eens naar kijken. */
    .wrapper-img {
        text-align: center;
        margin-left: -60px;
    }
    .video,
    .video-img {
        height: 105px;
        width: 140px;
    }
    .music {
        width: 100%;
    }
}
/* Because moviestar ... */
@media (max-width: 480px) {
    .md-hidden {
        display: block;
    }
    #es #agecheck {
        margin: 0 -10px -25px;
        display: block;
        background-image: none;
        background-color: #111;
    }
    footer {
        border-top
    }
}
/* iPhone 3, doesn't show the content of the input field when selected, so we
exclude this for screens smaller than 321px */
@media screen and (min-width:321px) {
    * {
        -webkit-user-select: none;
    }
}