/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-Aug-2015, 1:27:19 PM
    Author     : tommy.adeniyi
*/
html,body{
    width:100%;
    /*height:100%;*/

}
body{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131212+0,242222+17,242222+100 */
    background: #131212; /* Old browsers */
    background: -moz-linear-gradient(top,  #131212 0%, #242222 17%, #242222 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#131212), color-stop(17%,#242222), color-stop(100%,#242222)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #131212 0%,#242222 17%,#242222 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #131212 0%,#242222 17%,#242222 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #131212 0%,#242222 17%,#242222 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #131212 0%,#242222 17%,#242222 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131212', endColorstr='#242222',GradientType=0 ); /* IE6-9 */
    min-height:100% !important;
    background-attachment:fixed;

}

.topnav > .slogan{

    color:#606060;
    font-weight:bold;
    font-size:13px;
}
.col-md-2{
    padding-left:10px;
    padding-right:10px;
}
.mixer{
    //display:none !important;
}
.mixer > h1,.topnav>h1,.gallery>h1,.popup>h1,.thankyou > h1,h1{
    font-family: 'Open Sans', sans-serif;
    font-weight:800;
    color:white !important;
    text-align:center;
    margin-top: 20px; 
    line-height:1.15em; 
}
.mixer > p,.topnav>p,.gallery>p,.popup>p,.popup>a,.thankyou>p,.thankyou>a,p,a.facebook,a.twitter{
}
.topnav>.left{
    float:left;
}
.topnav>.right{
    float:right;
}
@media(max-width:768px){
    .mixer>.right{
        float:left;
        display:block;
    }
}

.mixer >.row>.mixes>.mix{
    text-align:center;
    margin-bottom:20px !important;
    padding-left:10px;
    padding-right:10px;
    cursor:pointer;

}
img,img.jsMovieFrame,.mixer >.row>.mixes>.mix{

    //max-width:150px;
    //max-height:150px;
    max-width:100%;
    max-height:100%;
}

.mixer >.row>.controlsd>div{
    cursor:pointer;
    text-align:center;
    line-height:65px !important;
    font-size:12px;
    color:#606060;
    font-weight: bold;
}
.mixer >.row>.controlsd>div{
    margin-bottom:20px;
    background-color:#000000;
}
.mixer>.row>.controlsd>.record>i{

}
.mixer>.row>.controlsd>.record>.fa-circle{
    color: #d01d30;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}
.mixer>.row>.controlsd>.timer{
    background-color:#1d1b1b;
    font-weight: normal;
    font-size: 15px;
}
.mixer >.row>.controlsd >.submit{
    background-color:#d01d30;
    color:white;
}

.tip{
    color:#d01d30;
    font-size:10px;
    font-weight: bold;
}
.instr{
    font-size:10px;
    color:#929191;
}

.mix>img{
    //this code is to support border highlight in javascript
    // border:2px solid #242222;
    //box-shadow: 0 0 1px 1px #ffffff
}
.mixer>.nav>a,.topnav>.nav>a{
    color:#929191;
    cursor:pointer;
}
.mixer>.nav>a:hover,.mixer>.nav>.active,.topnav>.nav>a:hover,.topnav>.nav>active{
    color:#d01d30 !important;
}

#movie .jsMovieFrame {background-size:contain!important;}

.ui-loader{
    display:none;
}
.mix{
    position:relative;
}
.mix>.letter{
    display:none;
    position:absolute;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    width:16px;
    height:16px;
    border:1px solid #d01d30;
    color:#d01d30;
    line-height:14px;
    left:20px;
    top:6px;
    font-weight:bold;
    font-size:10px;
    cursor:pointer;
    z-index:1000;
}
.reset>i{
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;

}

.flash{

    -moz-animation: flash 1s ease-out;
    -moz-animation-iteration-count: 120;

    -webkit-animation: flash 1s ease-out;
    -webkit-animation-iteration-count: 120;

    -ms-animation: flash 1s ease-out;
    -ms-animation-iteration-count: 120;

}
.spin{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#playbackdata{
    visibility:hidden;
}
.elapsed{
    display:none;
}

@-webkit-keyframes flash {
    0% { color:transparent;}
    50% { color:red;}        
    100% {color:transparent;}

}

@-moz-keyframes flash {
    0% { color:transparent;}
    50% { color:red;}        
    100% {color:transparent;}
}

@-ms-keyframes flash {
    0% { color:transparent;}
    50% { color:red;}        
    100% {color:transparent;}
}

.btn{
    color:white;
    background-color:#d01d30;
    line-height:45px;
    font-size:11px;
    height:45px;
    padding:0px 10px;
    display:inline-block;
    cursor:pointer;
    font-weight:bold;
}
.btn:hover,.btn.active{
    background-color:#f41028;
    text-decoration:none;
    color:white;

}
.facebook{
    background-color:#3b5998;
    line-height:45px;
    font-size:11px;
    font-weight:bold;
    height:45px;
    padding:0px 20px;
    display:inline-block;
    cursor:pointer;
    width:176px;
    margin-bottom:7px;
    color: #fff;
}
.facebook:hover,.facebook.active{
    background-color:#32497b;
    text-decoration:none;
    color:white;

}
.twitter,.tweet{
    width:176px;
    background-color:#01aced;
    line-height:45px;
    font-size:11px;
    font-weight:bold;
    height:45px;
    padding:0px 24px;
    display:inline-block;
    cursor:pointer;
    color: #fff !important;
    text-decoration:none !important;
}
.twitter:hover,.twitter.active,.tweet:hover,.tweet.active{
    background-color:#0a98ce !important;
    text-decoration:none !important;
    color:white !important;

}

.entry{
    color:white;
    position:relative;
    margin-bottom:20px;
    background:none;
    padding:25px 0px 55px 30px;
}
#captcha{
    position:relative;
    left: -33px;
    top: 7px;
}
#captcha > form{
    display:inline-block;
    position:absolute;
    z-index:10;
    left:0;
}
.entry {  
    background:black;
}
@media(max-width:380px){
    .entry:nth-child(2n+2) {  
        background:black;
    } 
    .mixer > .row > .controlsd.mobile-controls > .submit {
        font-size: 10px;
    }    
    .mixer > .row > .controlsd.mobile-controls > .timer {
        font-size: 11px;
    }
    .mobile-controls .record > span {
        display: none;
    }
    .thankyou, .unique {
        padding: 5px !important;
    }
}
.entry>.pic, .entry > a > .pic{
    border-radius:50%;
    margin:0px auto;
    height:100%;
    width:100%;
    max-width:103px;
    max-height:103px;
    cursor:pointer;
    vertical-align:top;
}
.pic.small{
    border-radius:50%;
    margin:0px auto;
    height:100%;
    width:100%;
    max-width:50px;
    max-height:50px;
    cursor:pointer;
}
.entry>.details>i,.entry>.details>img{
    cursor:pointer;
}
.entry>.details{
    position:absolute;
    bottom:25px;
    left:65px;
    text-align:center;
    color: #7e7d7d;
}
.entry>.eq{
    position:relative;
    display:inline-block;
    width:137px !important;
    height:52px !important;
    //float:right;
}
.entry>.eq>.eqholder{
    position:relative;
    display:inline-block;
    width:120px !important;
    height:42px !important;
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);   
    margin-top: 10px;
    overflow: hidden;
}
.eqbar{

    background:none;
    background-image:url('../images/eqbg.png');
    background-repeat:  repeat-y;

}
.entry>.eq>.eqbar{
    postion:absolute;
    float:right;
}
.entry>.eq>span{
    font-size:10px;
    //float: right;
}
.entry>.eq>.date{
    display:block;
    text-align:center;
    color: #7e7d7d;
    margin-top: 3px;
    width: 120px;
}
.entry>.eq>.votes{
    position: absolute;
    top: 88px;
    left: 33px;
    background-color:#434242;
    color:white;
    line-height:37px;
    padding:0px 15px;
    cursor:pointer;
    font-size: 12px;
}
.eplay{
    transition: all .2s ease-in-out;
    max-width: 37px;
    max-height: 37px;
    margin-bottom: 10px;
}
.eplay:hover { transform: scale(1.1); }

.left.slogan {
    display: none;
}


.gallery>a{
    color:#484646;
}

.terms{
    font-size:10px;
    color: #fff;
    text-align:left;
    max-width:400px;
    display:bloak;
    margin-left:auto;
    margin-right:auto;
}
.terms>span{
    font-size:10px;
    color:#898787;
}
a.tc{
    color:#d01d30;
}

a.tc:hove,a.tc.active{
    color:#fff;
}

.remodal-wrapper{
    background: rgba(0, 0, 0, 0.4);
}
.remodal{
    background:none;
}

.remodal-close{
    float:right;
    right:0px !important;    
}

.thankyou, .unique {
    background: #000000 none repeat scroll 0 0;
    margin-bottom: 35px;
    margin-top: 20px;
    padding-top: 30px; 
    position: relative;
}
.thankyou {
    padding-bottom: 35px;
}
.thankyou>.close,.unique>.close{
    position:absolute;
    right:10px;
    top:10px;
    color:white !important;
    width:30px;
    height:30px;
    text-align:center;
}
#submitmsg,#url{
    color:red;
}

.fb_iframe_widget {
    top:-5px;
}

.preloader{
    text-align:center
}
.mainProgress{
    position:relative;
    display:inline-block;
    overflow:hidden;
}
.progress{
    display:block;
    background:#242222;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    bottom:0;
    right:0;

}
.loading,.perc{
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-size:17px;
    text-align:center;
}
.perc{
    color:#cd1d30;
}
.container {
    max-width: 956px;
}
body {
    color: #929191 !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    color:#929191;
}
.mixer > .nav > a, .topnav > .nav > a {
    font-size: 12px;
    font-weight: bold;
}
.mixer > .nav > a:hover, .mixer > .nav > .active, .topnav > .nav > a:hover, .topnav > .nav > active {
    color: #fff !important;
    text-decoration: none;
}
.topnav > .nav > a.active {
    color: #f41028;
}
.mixer > .row > .controlsd > .submit:hover {
    background-color: #f41028;
}
.mixer > .row > .controlsd > div:hover {
    color: #ffffff;
}
#submitmsg {
    font-size: 10px;
    color: #f41028 !important; 
    font-weight: bold; 
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 15px;
}
#url {
    color: #f41028;
}
.pager span {
    font-size: 11px;
    font-weight: bold;
}
.thankyou .entry {
    margin-top: 0px;
    margin-bottom: 0px;
}
.mixer-intro {
    text-align: left;
    max-width: 600px;
}
.mixer-intro {
    margin: 0 auto 25px;
    max-width: 600px;
    width: 100%;
}
.gallery-intro {
    margin: 0 auto 30px;
    max-width: 500px;
    text-align: center;
    width: 100%;
}
.twitter-pin-headline {
    font-size:10px; 
    font-weight: bold; 
    text-transform: uppercase; 
    color: #929191;  
}
#pinclick {
    border: none; 
    background-color: #d01d30; 
    color:white; 
    font-size:11px; 
    font-weight: bold; 
    width: 70px; 
    height: 39px; 
    line-height: 38px;
    border-radius: 0px;
}
#pinfield {
    border:none; 
    padding: 9px 20px 9px 20px; 
    font-size: 13px; 
    color: #929191; 
    width:125px; 
    border-radius: 0px;
}
.mobile-controls {
    padding: 0 24px;
}

.captcha-cancel {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    left: -7px;
    position: absolute;
    text-align: center;
    top: -7px;
    width: 18px;
    z-index: 999;
    line-height: 1.25em;
}
.sort-text {
    font-size: 11px;
    font-weight: bold;
}
.pager li > a, .pager li span {
    font-size: 11px;
    font-weight: bold;
    padding: 0 6px;
}
.pager .disabled span {
    color: #666666;
}
.pager .page-link.next,.pager .page-link.prev {
    color: #ffffff;
}
.unique-p {
    margin-bottom: 30px;
}
.pull-left.apibuttons {
    margin-top: -58px;
    padding-top: 30px;
}
.pager.simple-pagination {
    padding-top: 20px;
}
.recordings {
    margin-right: 6px;
}

.nopad{
    padding-left:0px;
    padding-right:0px;
}
.eqholder>img{
    behavior:url(-ms-transform.htc);
    /* Firefox */
    -moz-transform:rotate(180deg);
    /* Safari and Chrome */
    -webkit-transform:rotate(180deg);
    /* Opera */
    -o-transform:rotate(180deg);
    /* IE9 */
    -ms-transform:rotate(180deg);
}


@media (min-width: 956px) {
    .thankyou,.unique{
        max-width:922px !important;
    }
    .thankyou,.unique{
        padding-left:30px !important;
    }
}
@media (max-width: 800px) {
    .thankyou,.unique{
        max-width:711px !important;
    }
}
@media (min-width: 480px) {

}

.nobg {
    background: transparent;
}

.intro{
    max-width:595px;
    margin:0 auto;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.demo.db.btn.btn-primary {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 767px) {
    .demo.db.btn.btn-primary {
        margin-bottom: 20px;
    }
    .col-sm-4.nopad {
        text-align: center;
    }
}
#information{
    max-width:400px;
    margin:0px auto;
   
}

#information>div{
    padding-left:3px;
    padding-right:3px;
}
.sbm-button{
    display:block;
    width:100px !important;
    margin:5px auto 65px;
    text-align:center;
}
.sbm-field{
    width:100% !important;
    height:36px;
    line-height:36px;
    margin-bottom: 6px;
    font-size:12px;
    padding-left:15px;
    border-radius:0px;
}
.styled-select select {
    background: transparent;
    width: 100%;
    padding-left:15px;
    font-size:12px;
    height:36px;
    line-height:36px;
    margin-bottom: 6px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
.sbm-field.province{
     //margin-bottom:40px !important;
}
.styled-select {
    width: calc(100%-35px);
    height: 36px;
    background-color:white !important;
    overflow: hidden;
    background: url(../images/select-arrow.png) no-repeat right #fff;
    border: 1px solid #ccc;
}
.infotitle{
    color:white !important;
    text-align:left;
}
.placeholder { color: #505050; }

