@media only screen
and (max-width : 1050px) {
    #bg-0 {
        background-image: url('../img/bg_win_mobile.jpg');
    }
    .support-cont{
        display: none;
    }
    #sidebar-wrapper{
        display: none;
    }
    #wrapper{
        padding: 0;
    }
    .links-cont{
        width: 50%;
    }
    .photo-cont {
        width: 50%;
    }
    .tab-content .desc {
        margin-left: 0;
        padding: 15px 10px;
    }

    .contribute-row .col-sm-push-6 {
        left: 0 !important;
    }
    .contribute-row .col-sm-pull-6 {
        right: 0 !important; ;
    }
    #trigger-overlay{
        display: block;
    }
    .mobile-logo{
        display: block;
    }
}

@media only screen
and (max-width : 767px) {
    .row.candidates{
        margin-top: 380px;
    }

    .captcha {
        -webkit-transform: scale(0.77);
        transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: -10px;
    }
    .sub-info .captcha>div {
         margin-bottom: 0;
    }
    .confirm-info .sub-info {
        padding: 2px 0;
    }
    .close-video{
        top: 0;
        right: 0;
    }
    .links-cont{
        width: 100%;
    }
    .photo-cont {
        width: 100%;
    }

    #trigger-overlay{
        display: block;
    }
    .mobile-only{
        display: block !important;
    }
    .sharable {
        padding: 12px 10px;
    }
    .sixteen-nine {
        position: relative;
        width: 95%;
    }
    h1{
        font-size: 45px;
    }
    h3 {
        font-size: 12px;
        letter-spacing: 1px;
    }
    h1.main-headline {
        margin-bottom: -8px;
    }
    p{
        font-size: 15px;
    }
    .content {
        padding: 0;
    }
    .hashtag {
        font-size: 45px;
        color: #fafaf3;
        border: 8px solid #fafaf3;
        padding: 15px 18px;
        font-family: "value";
        letter-spacing: 4px;
    }
    .count-frame {
        width: 320px;
        padding: 15px 0;
    }
    .fb-count {
        font-size: 25px;
        letter-spacing: 2px;
    }
    .intro-para{
        font-size: 15px;
    }
    #clock span {
        font-size: 20px;
    }
    #clock>div{
        width: 50px;
    }
    #clock .counter-label {
        font-size: 13px;
        padding: 0 10px;
    }
    .profile-img,
    .profile-info{
        padding: 0;
    }
    .profile-name {
        margin: 12px 15px 0 0;
    }
    .progress {
        height: 6px;
        margin: 16px 0;
        margin-bottom: 20px;
    }
    .nickname{
        font-size: 11px;
        margin: 0;
    }
    .mate{
        margin-top: 5px;
        font-size: 10px;
    }
    .candidate-row .profile-img svg {
        right: 5px;
        width: 32px;
        bottom: 10px;
    }
    .candidate-row{
        margin: 0;
    }
    #opinion{
        display: none;
    }
    /*#bg-2{*/
        /*display: none !important;*/
    /*}*/
    nav a {
        margin: 0 12px;
    }
    /*.container-fluid {*/
         /*padding-right: 0;*/
         /*padding-left: 0;*/
    /*}*/
    .content-inner {
        border: 0;
    }
    .half-img{
        position: absolute;
        padding-top: 50px !important;
        width: 100%;

    }
    .candidates nav{
        margin: 0;
        background: #fafaf3;
        padding: 20px 0;
    }
    .right-side{
        background: none;
    }
    .candidates .tab-content {
        background: #fafaf3;
        margin: 0 10px;
        margin-top: 350px;
        padding: 0 10px;
        padding-top: 20px;
        margin-top: 750px;
    }
    .can-img img {
        padding-top: 85px;
    }
    .tab-content .running-mate{
        margin-left: 0;
        padding: 12px 10px;
    }
    .btn-primary{
        font-size: 14px;
        padding: 7px 8px;
        letter-spacing: 1px;
    }
    .btn-outline {
        background: transparent;
        border: 2px solid #fafaf3;
        color: #fafaf3;
        text-transform: uppercase;
        border-radius: 0;
        font-size: 14px;
        padding: 4px 10px;
    }
    .btn-round {
        border-radius: 50px;
        padding: 7px 18px;
    }
    .confirm-text{
        font-size: 10px;
    }
    .tab-content .desc h1 {
        font-size: 32px;
    }
    .can-half h2 {
        font-size: 17px;
    }
    .can-half h3 {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 7px;
        text-align: center;
    }
    .tab-content .info {
        padding: 15px 15px;
    }
    .can-half .info p{
        text-align: center;
    }
    .platforms h5{
        text-align: center;
    }
    #clock>div:nth-child(1){
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        margin-left: 15px;
    }
    .btn-blue{
        font-size: 18px;
        padding: 10px 10px;
        float: right;
    }
    .stuck{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999999;
    }
    .mast .title-line span {
        /*font-size: 28px;*/
        line-height: 1;
        letter-spacing: 2px;
    }
    .load-hashtag{
        bottom: 5%;
    }
    .tab-content .confirm-info, .tab-content .success-info, .tab-content .blocked-info {
         margin-left: 0;
        text-align: center;
    }
    .tab-content p{
        text-align: center;
    }
    .contribute-row .col-sm-push-6.end{
        left: 0% !important;
        width: 100%;
    }
    .contribute-row .col-sm-pull-6.end{
        right: 0% !important;
        width: 100%;
    }
    .buttons-cont .btn {
        margin: 0;
    }
    .candidates .main-headline{
        display: block;
    }
    .candidates nav {
        display: none;
    }
    .candidates .tab-content {
        display: block !important;
    }
    .half-img{
        display: none;
    }
    .candidates nav {
        /*display: none;*/
    }
    .candidates .tab-content {
        margin: 0;
        padding:0;
        padding-top: 380px;
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: white;
    }
    .can-half nav h4 {
        color: rgba(30, 30, 29, 0.7);
        font-size: 15px;
    }
    .can-half nav p {
        text-align: center !important;
        font-size: 15px;
    }
    .right-side {
        padding: 0;
    }
    #daenerys{
        background-image: url('../img/candidate-1-m.jpg');
    }
    #johnsnow{
        background-image: url('../img/candidate-2-m.jpg');
    }
    #clannister{
        background-image: url('../img/candidate-3-m.jpg');
    }
    #pbaelish{
        background-image: url('../img/candidate-4-m.jpg');
    }
    #mormont{
        background-image: url('../img/candidate-5-m.jpg');
    }
    .tab-content .desc,
    .tab-content .info {
        background: #fafaf3;
        margin: 0;
    }


}
@media only screen
and (max-width : 500px) {
    .sub-info .left{
        display: none;
    }
    .candidate-row .profile-img svg {
        right: -5px;
        width: 32px;
        bottom: 12px;
    }
}
@media only screen
and (max-width : 400px) {
    h1.main-headline {
        margin-bottom: -6px;
        font-size: 36px;
    }

    #song2{
        display: block
    }
    #song1{
        display: none
    }
    #home{
        padding-top: 85px;
    }

    .candidate-row .col-xs-3{
        width: 33.33333333% !important;
    }
    .candidate-row .col-xs-9{
        width: 66.66666667% !important;
    }

    nav .row{
        margin: 0;

    }
    .total-count h1:nth-child(2) {
        float: none;
        border-top: 1px solid #e2e2dc;
        padding-top: 20px;
    }
    .total-count{
        height: auto;
        padding: 25px 0;
    }
    h1#week {
        text-align: center;
        float: none;
        padding: 10px;
    }
    .buttons-cont .btn.selected:after {
        top: 55px;
    }
    .buttons-cont {
        padding: 20px 0;
    }
    .content-inner {
        padding-top: 25px;
        padding-bottom: 0;
    }
    .hero-banner h1 {
        line-height: 1;
        font-size: 45px;
    }

    .btn-cont{
        display: none;
    }
    ul.tabs li {
        padding: 10px 0;
        display: inline-block;
        color: #fff;
        width: 49%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-size: 12px;
        letter-spacing: 1px;
        background: #1e1e1d;
        position: relative;
    }
    ul.tabs {
        padding: 0;
    }
    div.tabbed-menu {
        font-size: 15px;
        margin: 0;
    }
    .mast {
        display: block;
        padding-top: 100px;
    }
    .close-info {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .candidates .tab-content {
        display: block !important;
    }
    .half-img{
        display: none;
    }
    .candidates nav {
        /*display: none;*/
    }
    .candidates .tab-content {
        margin: 0;
        padding-top: 380px;
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: white;
    }
    .can-half nav h4 {
        color: rgba(30, 30, 29, 0.7);
        font-size: 15px;
    }
    .can-half nav p {
        text-align: center !important;
        font-size: 15px;
    }
    .right-side {
        padding: 0;
    }
    #daenerys{
        background-image: url('../img/candidate-1-m.jpg');
    }
    #johnsnow{
        background-image: url('../img/candidate-2-m.jpg');
    }
    #clannister{
        background-image: url('../img/candidate-3-m.jpg');
    }
    #pbaelish{
        background-image: url('../img/candidate-4-m.jpg');
    }
    #mormont{
        background-image: url('../img/candidate-5-m.jpg');
    }
    .row.candidates,
    #contribute,
    #opinion{
        margin-top: 300px !important;
    }
}


@media only screen
and (max-width : 340px) {
    .hashtag {
        font-size: 40px;
    }
    .confirm-text {
        display: none;
    }
    .btn-primary {
        font-size: 10px;
    }
    .captcha {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin-bottom: -17px;
    }
    .sharing-text{
        display: none;
    }
    .overlay ul.half-links li a {

        margin: 0;
    }
    .hashtag {
        font-size: 30px;
    }
    .count-frame {
        width: 100%;
    }
    .btn-outline {
        font-size: 11px;
    }
    .fb-count {
        font-size: 20px;
    }
    .count-frame .strong {
        color: #fafaf3;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 2px;
        padding: 7px 15px;
    }
    #clock>div:nth-child(1) {
        border-left: 0px solid rgba(0, 0, 0, 0.15);
        margin-left: 0px;
    }
    #clock .counter-label {
        font-size: 10px;
    }
    .candidates nav svg {
        width: 30px;
        height: 30px;
    }
    .overlay ul.half-links{

    }
    .hero-banner h1 {
        line-height: 1;
        font-size: 40px;
    }
    .hero-banner {
        border-top: 7px solid #8f0000;
        padding: 10px 0;
        border-bottom: 7px solid #003555;
    }
    #home{
        padding-top: 85px !important;

    }
}