html {
height: 100% !important;
}

body {
    background: #06080A !important;
    position: relative;
    min-height:100%;
}

footer {   
    width: 100%;
    background: #181818;
    color: white;
    padding: 0.4em;
    
    position: absolute;
    bottom:0;
    left: 0;
}

/* Background color */
.title-bar, .top-bar , .top-bar li, .chunk, .top-bar .menu{
    background: #181818 !important;
}
.client-menu, .client-menu .menu,.video_frame, .reveal{
    background: #242526 !important;
}
.pagination li,.pagination a {
    background: #242526 !important;
}
.pagination li:hover,.pagination a:hover, .pagination .current {
    background: #FE007F !important;
}
.video_time {
    background: black !important;
    filter: alpha(opacity:76);
    opacity: 0.76;
}
select {
    background-color:#242526 !important;
    color: white !important;
}
.select_label {
    margin-top: 0.5em !important;
    font-size: 1.0em !important;
    float: left !important;
} 
.progress {
    background-color: #CC4B37 !important;
}

/* Hyperlink color */
.top-bar a, footer a {
    color: #FFFFFF !important;
}
.client-menu a,.close-button {
    color: #888A8C !important;
}
.button {
    background: #FE007F !important;
}
.client-menu a:hover,.close-button:hover  {
    color: #FFFFFF !important;
}
.chunk a, .video_info a {
    color: #FF9905 !important;
}
.chunk a:hover,.video_info a:hover {
    color: #FE007F !important;
}
.pagination a {
    color: white !important;
}

/* Arrow color */
nav a:after {
    border-color: #FE007F transparent transparent transparent !important;
}
#search-menu a:after {
    border-color: transparent transparent transparent transparent !important;
}
.client-menu a:after {
    border-color: #888A8C transparent transparent transparent !important;
}
select a:after {
    border-color: white transparent transparent transparent !important;
}

/* Text color */
.menu-text,select {
    color: white !important;
}
label, p {
    color: #888A8C !important;
}
.title h3, .title h4,.video_title h3, .video_title h4 {
    color: white;
}
.form-error {
    color: #CC4B37;
}
.callout p {
    color: black !important;
}
.chunk p span, .video_info span {
    color: white !important;
}
.chunk div {
    color: #888A8C !important;
}
.column-block .chunk > span{
    color: #888A8C !important;
}
.fi-heart {
    color: #FE007F !important;
}
.video_time p {
    color: white !important;
    position: relative !important;
}
.review span {
    color : white !important;
}

/* Radius */
.button, .input, .chunk textarea,textarea, .reveal{
    border-radius: 4px !important; 
}
.title div, .video_title div{
    border-bottom: 1px solid;
    border-color: #252525;
}
.chunk, .pagination li, .pagination a, .video_time, select, .review{
    border-radius: 4px !important;
}

/* Border color */
.review {
    border: 1px solid;
    border-color: #555555 !important;
    color: #555555 !important;
}
/* Size */
i {
    font-size: 1.0em;
}
a span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display:block;
}
.ads_column h4 {
    font-size: 1.4em !important;
}
.video_info span {
    font-size: 1.1em;
}
.video_time p {
    font-size: 0.88em;
    margin: 0 auto !important;
    line-height: 20px;
}

/* z-index */
footer {
   z-index: 1;
}
#search-box button {
    z-index: 0;
    position: relative;
    height: 40px;
}
#search-box input {
    z-index: 1;
    position:relative;
    height: 40px;
}

/* padding */
.chunk {
    padding: 0.4em;
}
.video_title {
    padding-top: 0.4em;
}

/* margin */
.title {
    margin-bottom: 20px;
}
.pagination {
    margin-top: 20px;
}

/* image */
.image_flag {
    margin-bottom: 4px;
}

/* width and height */
.video_thumbnail {
    width: 100%;
}
.ads {
    width:312; height:262;
}
.three_ads {
    width:300; 
    height:250; 
    margin: 0 auto !important; 
    margin-top: 4px !important; 
    margin-bottom: 4px !important;
}
.ads_desktop {
    width:742px; height:104px;
}
.ads_mobile {
    width:312px; height:112px;
}

/* All */
.video_time {
    width: 80px;
    height: 20px;
    margin-top: -24px;
    text-align: center;
    float:right;
    position: absolute;
    right: 24px !important;
}
.column-block {
    position: relative !important;
}
.html_divider {
    border-bottom: 1px solid;
    border-color: #252525;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* focus */
button:focus {
    outline:0;
}
input:focus {
    outline:none !important;
    outline-color: #FE007F;
}

/* Small screen only */
@media only screen and (max-width: 39.9375em) {
    /* footer */
    footer {
        height: 630px;
    }
    body {
        padding-bottom: 660px !important; 
    }
    
    /* Ads */
    .ads {
        margin: 0 auto !important;
        margin-top: 20px !important;
    }
    .ads_tags {
        margin: 0 auto !important;
        margin-top: 20px !important;
    }
    
    /* Video */
    .column-block span {
        font-size: 0.96em;
    }
    .select_chunk {
        margin-top: 0.5em;
        margin-bottom: -0.5em;
    }
    .column-block {
        padding: 0!important;
    }

    /* Pagination */
    .pagination .current {
        display: inline-block !important;
    }
    .mobile_pagination, .pagination-next, .pagination-previous {
        display: inline-block !important;
    }
    
    /* html */
    .video_frame {
        width: 100% !important;
        height: 210px !important;
    }
    .share-buttons {
        margin-left: -0.6em !important;
    }
    
    /* width and height */
    .video_thumbnail {
        min-height: 200px;
    }
}

/* Medium down */
@media only screen and (max-width:63.9375em) {
    /* Top bar */
    .top-bar-right {
        width: 100% !important;
    }
    
    .title-bar {
        height: 56px;
    }
    .menu-text {
        display: none !important; 
    }
    .title-bar-title {
        margin-left: 10px;
    }
    .menu-icon {
        margin-top: 12px;
    }
    .top-bar button {
        margin-left: 10px;
        margin-top: 4px;
    } 
    .divider {
        border-bottom: 1px solid;
        border-color: #252525;
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    
    #search-box {
        width: 280px;
        margin-left: 0;
    }
    #search-box div {
        margin-top: 10px;
        margin-bottom: 14px;
    }
    #search-box input {
        margin-left: 10px;
    }
    #search-box button {
        margin-top: 0px;
        margin-left: -6px;
    }
    .title_image {
        height: 42px;
    }
    .title_mobile {
        margin-bottom: 10px;
    }
    .title-desktop {
        display: none !important;
    }
    
    /* Ads */
    .ads_desktop {
        display: none !important;
    }
    .ads_mobile {
        display: block !important;
    }
}

/* Medium up */
@media only screen and (min-width:40em) {
    /* Video */
    .column-block {
        margin-bottom: 20px !important;
        margin-left: -15px !important;
        margin-right: 8px !important;
    }
    .select_chunk {
        margin-bottom: -1.0em;
    }
    
    /* Ads */
    .ads {
        float: right !important;
        margin-top: 20px;
    }
    .ads_tags {
        float: right !important;
        height: auto !important;
        width: 300px !important;
        margin-top: 20px;
    }

    /* Pagination */
    .pagination .current {
        display: inline-block;
    }
    .mobile_pagination {
        display: none !important;
    }
}

/* Medium only */
@media only screen and (min-width:40em) and (max-width:63.9375em) {
    /* footer */
    footer {
        height: 440px;
    }
    body {
        padding-bottom: 470px !important; 
    }
    
    /* video */
    .column-block span {
        font-size: 0.9em;
    }
    .block_grid {
        padding-left: 0.8em !important;
    }
    
    /* html */
    .video_frame {
        width: 100% !important;
        height: 260px !important;
    }
    .share-buttons {
        margin-left: -1.0em !important;
    }
    
    /* width and height */
    .video_thumbnail {
        min-height: 80px;
    }
}

/* Large up */
@media only screen and (min-width:64em) {
    /* footer */
    footer {
        height: 350px;
    }
    body {
        padding-bottom: 380px !important; 
    }
    
    /* Ads */
    .ads_desktop {
        display: block !important;
    }
    .ads_mobile {
        display: none !important;
    }
    
    /* Video */
    .video_chunk {
        min-width: 60em !important;
    }
    .column-block span {
        font-size: 0.94em;
    }
    .profile {
         padding-right:2.0em !important;
    }
    
    /* html */
    .video_frame {
        width: 100% !important;
        max-width: 51.6em !important;
        height: 468px !important;
    }
    .share-buttons {
        margin-left: -1.0em !important;
    }
    .html_divider {
        max-width: 51.6em !important;
        float:left !important;
    }
    .view_time span {
       margin-right: 4.2em !important;
    }
    
    /* top bar */
    .top-bar {
        max-width: 76.6em !important;
        margin: 0 auto;
    }
    nav {
        height: 56px;
        background: #181818 !important;
    }
    
    /* top menu*/
    .top-menu {
        background: #242526 !important;
        
    }
    .client-menu {
        max-width: 75.8em !important;
        margin: 0 auto !important;
    }
    
    /* Top bar*/
    .top-bar {
        height: 56px;
    }
    .top-bar a, .top-bar button {
        margin-left: 4px;
        margin-right: 4px;
    }
    .top-bar a:hover, footer a:hover {
        color: #FE007F !important;
    }
    .button:hover {
        background: #BD0A64 !important;
    }

    #search-box {
        width: 280px;
        height: 100px;
    }
    #search-box div {
        margin-top: 30px;
    }
    #search-box input {
        margin-left: 20px;
    }
    #search-box button {
        margin-right:6px;
    }
    
    .title_image {
        height: 42px;
    }
    .title-desktop {
        display: block !important;
        margin-left: 6px;
    }
    
    /* width and height */
    .video_thumbnail {
        min-height: 120px;
    }
}



