body {
    background-color: #000;
    margin-top: 0px;
    font-family: Lucida Grande, Verdana, Sans-serif;
    font-size: 14px;
    color: #ff0;
}

a {
    color: #fff;
    background-color: transparent;
    font-weight: normal;
}

h1 {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align:center;
    padding-bottom: 5px;
}

#fullContent {
    margin: 0 auto;
}

#logo {
    margin: 0 auto;
    text-align: center;
}

#verticalADiv {
    float: left;
    /* border: 1px dashed #fff; */
}

.videoBox {
    float: left;
    height: 19em;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    /* border: 1px dotted #fff; */
    border:1px;
    border-color:#ff5f04;
    border-style:solid;
    border-radius: 3px;
    position: relative;
}

.videoBoxContent {
    height: 17em;
    width: 11.5em;
}

.videoBox a{
    color:#ff0;
    text-decoration:none;
    overflow-wrap: break-word;
}

.videoBox a:hover {
    color: #ff9d00;
}

.videoSelectCheckboxDiv {
    float: left;
    position: absolute;
    bottom: 0px;
}

.videoSelectCheckboxDiv input {
    vertical-align: middle;
}

.form-group {
    height: 3em;
}

.clearer {
    top: -25px !important;
    right: -90%;
    color: grey;
}

.categoryDiv .selected {
    background-color: #ff5f04;
    padding: 2px;
    color: #fff;
    font-weight: bold;
}

.categoryDiv p {
    margin-top: 0px;
    font-weight: bold;
    font-size: 16px;
}

.categoryDiv a {
    margin-top: 0px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 2px;
}

.categoryDiv a:hover {
    background-color: #ff5f04;
    padding: 2px;
    text-decoration: none;
}

#playlist {
    border: 1px dashed #fff;
    width: 170px;
    margin-bottom: 20px;
    }
    #playlistTitle {
        text-align: center;
        background-color: chocolate;
    }
    #playlistClearButton {
        text-align: center;
        background-color: red;
        cursor: pointer;
    }
    #deletePlaylistItemLayer {
        background-image: url(/imgs/icon-delete.gif);
        background-repeat: no-repeat;
        width: 20px;
        float: right;
        cursor: pointer;
    }
    #playlistPlayButton {
        background-color: blue;
        color: #fff;
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
        cursor: pointer;
    }
    #playlistContent {
        padding-left: 5px;
        padding-right: 5px;
    }

#advertDiv {
    float: none;
    text-align: center;
}

.clear {
    clear: both;
}

.pager {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.leftVideoBox {
    padding-top: 3.1em;
}

.videoTitle {
    padding-bottom: 5px;
}

.relatedVideoItems {
    float: left;
    max-width: 12em;
}

#footer {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

#age_disclaimer {
    background-color:#000;
    opacity: .9;
    filter: alpha(opacity=90);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    overflow: show;
    display:none;
}
#age_disclaimer_content {
    background-color:#000;
    color: white;
    position: absolute;
    top:40%;
    left:35%;
}

#headerLinks {
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}


#searchBox {
    margin-top: 5px;
    margin-bottom: 10px;
    float: right;
}

.categoryTitle {
    background-color: #ff5f04;
    border-radius: 3px;
    padding: 5px;
    font-size: 14pt;
    font-weight: bold;
    border: 1px solid #fff;
    color: #fffc3e;
}

.abox {
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center;
}

.onlyInFullscreen > .abox {
    margin-top: 0;
    margin-bottom: 0;
}

.fullWindowController {
    width: 100%;
    height: 2em;
    background-color: rgba(255,255,255,0.2);
    text-align: center;
    padding-top: 0.2em;
    cursor: pointer;
}

.dd-option, .dd-option.dd-option-selected, .dd-selected {
    background: #ff5f04;
}

.dd-option:hover {
    background: #E20F44 !important;
}

.dd-desc {
    color: #fff !important;
}

.videoTmb {
    width: 160px;
    height: 120px;
}

.embedcodeDiv > iframe {
    width: 100%;
}

.onlyVideosDiv.fullScreen {
}

#onlyVideosDiv.fullScreen > div > div.col-md-6.leftVideoBox > div.embedcodeDiv > iframe,
#onlyVideosDiv.fullScreen > #anotherVideoDiv > div.embedcodeDiv > iframe {
    height:36em;
}

.videoTags {
    font-size: 8pt;
    height: 6em;
    overflow: hidden;
    float: left;
    position: relative;
}

@media (max-width: 375px)
{
    #logo img {
        height: 3em;
    }
    
    .logoText {
        font-size: 1em;
    }

    .hidemobile {
        display:none;
    }

    .embedcodeDiv iframe {
        width: 340px;
        height: 450px;
    }

    .videoBox {
        height: 320px;
        width: 332px;
    }

    .videoBoxContent {
        height: 295px;
    }

    .videoTmb {
        width: 320px;
        height: 240px;
    }
    
    .abox img {
        width: 100%;
        height: auto;
    }

    .relatedVideoItems {
        max-width: 100%;
        padding-bottom: 1em;
    }
    
    .pager {
        word-break: break-all;
    }
}

@media (max-width: 394px)
{
    #logo img {
        height: 3em;
    }
    
    .logoText {
        font-size: 1em;
    }

    .hidemobile {
        display:none;
    }

    .embedcodeDiv iframe {
        width: 340px;
        height: 450px;
    }
    
    .videoBox {
        height: 340px;
        width: 360px;
    }

    .videoBoxContent {
        height: 315px;
        width: 100%;
    }

    .videoTmb {
        width: 345px;
        height: 260px;
    }

    .abox img {
        width: 100%;
        height: auto;
    }

    .relatedVideoItems {
        max-width: 100%;
        padding-bottom: 1em;
    }
    
    .pager {
        word-break: break-all;
    }
}

@media (max-width: 600px)
{
    body {
        margin-left: 0px;
    }
}

@media (min-width: 1200px)
{
    .container.playVideoContent {
        max-width: 1260px;
    }
}
