.right-navbar-aside{
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
}


* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}

.img_thumb{
    background-image:url(/assets/images/wavefile.jpg) !important;
    background-size: 100% auto !important;
}
.thumb_center{
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    padding-bottom: 56.25%;
}

textarea:focus {
    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none; /*remove the resize handle on the bottom right*/
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


:root {
    --navbarHeight: 60px;
}

html, body {
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;

}
.content{
    min-height: 100%;
    margin-top: calc(var(--navbarHeight) + var(--toolbarHeight));
}

.stick-below-top{
    position: fixed;
    top: calc(var(--navbarHeight) + var(--toolbarHeight));
    right:0;
    z-index: 500;

}

.category-design , .list-group-item.single > span , .list-group-item.child > span {
    display: inline-block;
    width: 100%;
}


.stick-below-top ul{
    left: calc( (100%) - 160px) !important;
}


body {
    background: #f1f2f8;
    font-family: hindregular,Helvetica,Arial,Sans-serif;
    display: block;
    position: relative;
}

.paypal-checkout-sandbox-iframe{
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.p1{
    padding-top:20px;
    margin-top:20px;
    padding-bottom:20px;

}


.btn:hover, .btn:focus {
    color: #FFF;
}
.btn:focus {
    outline:none !important;
    outline-offset:none !important;
}


.btn-lg {
    font-size: .8em;
}


.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

.splash-description, .global-splash-description {
    text-align: center;
    font-size: 18px;
    margin: auto auto;
    max-width:80%;
}
.hero_copyright, .global_hero_copyright {
    position: absolute;
    bottom: 0px;
    right: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.48);
    color: #FFF;
    opacity: .5;
}

.hero_copyright p, .hero_copyright a, .global_hero_copyright p, .global_hero_copyright a {
    color: #FFF;
    font-size:12px;
    font-weight:normal;
}

a.navbar-brand {
    padding: 0 0 0 15px;
}

#main-menu-collapse {
    text-align: center;
}



ul#main-menu a {
    padding: 18px 14px;
    color: #FFF;
    font-size: 1.6rem;
}

ul#main-menu .active a {
    background: rgba(255, 255, 255, 0.41);
}

footer .menu a {
    font-size: 1.6rem;
}

.category-column-select ul .active {
    background: #f0f0f0;
}




#navigation ul#main-menu a:hover, ul#main-menu a:focus {
    background: rgba(255, 255, 255, 0.25);
    
}


section#navigation {
    background: #0066DC;
    text-align: center;
    height:var(--navbarHeight) ;
    border: none;
    margin-bottom:0;
    top:0;
    -webkit-transition:all .2 ease; 
    -moz-transition:all 2s ease; 
    -o-transition:all 2s ease; 
    transition:all 2s ease; 
}

span.icon-bar {
    background: #FFF;
    mix-blend-mode: difference;
}

.navbar-toggle {
    margin-top: 12px;
    border-color: #FFF;
    mix-blend-mode: difference;
}


.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar-toggle:hover {
    background: #FFF;
    mix-blend-mode: difference;
}


/*Main Sections*/
#winners{
    padding: 40px  0;
}

#winner-splash, #splash, #global-splash,#sub-header{
    margin-top: 60px ;
}

#winner-splash-logo,
#splash-logo {
    background: no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

#winner-video-splash,
#video-splash,
#global-video-splash {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background:no-repeat;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

.splash-description img,
.splash-text img,
.global-splash-description img,
.global-splash-text img{
    display: inline-block;
}

#play-button:hover, #global-play-button:hover {
    opacity: 1;
}

#intro,
#winner-intro,
#global-intro {
    background: no-repeat top center;
    background-size: cover;
    color: #FFF;
    text-align: center;
    padding-bottom: 58px;
}

#countdown {
    background: no-repeat top center #535D67;
    background-size: cover;
    color: #FFF;
    text-align: center;
    padding: 22px 0;
}

#winner-about,
#about,
#global-about {
    background: no-repeat top center;
    background-size: cover;
    color: #FFF;
    text-align: center;
    min-height: 30vw;
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
}

#winner-about >div.container,
#about  >div.container,
#global-about  >div.container {
    margin: auto;
}

#winner-about >div.container h1,
#about  >div.container h1,
#global-about  >div.container h1 {
    margin: 0;
    margin-bottom: 20px;
}

a#play-button, a#global-play-button {
    z-index: 99;
    display: block;
    opacity: 0.7;
    margin: auto;
}

a#play-button img, a#global-play-button img {
    text-align: center;
}

a#play-button:focus, a#global-play-button:focus {
    outline: none;
}

h1,h2,h3 {
    /* text-transform: uppercase; */
}


#winner-about p,
#about p,
#winner-intro p,
#intro p,
#global-intro p,
#global-about p{
    font-size: 19px;
    margin: 0 25% 15px 25%;
}
#winner-about h1,#winner-intro h1,
#about h1, #intro h1, #vote-pitch h1,
#global-intro h1, #global-about h1 {
    margin: 40px 0 40px 0;
}


/*Countdown*/
.digit {
    display: inline-block;
    font-size: 74px;
    width: 12%;
    text-align: center;
    line-height: 47px;
    margin-top: 20px;
}

.digit span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

span.countdown-bar {
    width: 13%;
    height: 6px;
    background: #FFF;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 2px;
}

span.countdown-title {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 13px;
}

/* Upload/Enter */
section#upload {
    padding: 50px 0 100px;
}

/*Entries Listing*/
span.play-icon {
    position: absolute;
    background: url(/assets/images/short-logo.png) no-repeat center;
    background-size:auto 100%;
    height: 76px;
    width: 76px;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -38px;
    opacity: .6;
}

a:hover span.play-icon {
    opacity: 1;
}

section#gallery, section#contests-gallery {
    padding-top: 10px;
}

h2 {
    font-size: 40px;
}

.entry-metrics span {
    margin-right: 20px;
}

.entry-metrics span i {
    margin-right: 7px;
}

.contest_item_bg .thunbnail_image{
    cursor: pointer;
}


.contests p, #intro .contest-listing p, #global-intro .contest-listing p {
    padding: 5px 25px;
}
#intro .contest-listing p, #global-intro .contest-listing p {
    font-size: 16px;
}


.entry-view-all {
    margin-top: 20px;
}

#vote-pitch h2 {
    margin-top: 30px;
}

.btn-primary {
    background: #0099f8;
}

.btn {
    border-radius: 0;
    box-shadow: none;
    border: none;
    /* text-transform: uppercase; */
}

.btn-lg {
    font-size: 1em;
    padding: 14px 14px;
    line-height: 1.2em;
}

.btn-primary:hover {
    background: #0064d3;
}

.btn-primary:active {
    background: #001d81;
}

.contests h4, .contest-listing h4 {
    overflow: hidden;
    margin: 15px 15px 10px 25px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   overflow-wrap:break-word;
   margin-bottom: auto;
}

.contest_item_bg h4{
    margin-bottom: 0 !important;
    font-size: 1.6rem !important;
 }
 .contest_item_bg p {
    font-size: 1rem !important;
     
 }

.contest-listing .contest_item_bg {
    text-align: left;
}

#text_align_left {
    text-align: left;
}


#lp6-banner img{
    width: 100% !important;
    height: auto !important;
}





.p-rl-1{
    padding-left: 2vw ;
    padding-right: 2vw;
}


.p-rl-2{
    padding-left: 3vw;
    padding-right: 3vw;
}

.p-rl-3{
    padding-left: 4vw ;
    padding-right: 4vw;
}

.p-rl-4{
    padding-left: 5vw ;
    padding-right: 5vw;
}

.p-rl-5{
    padding-left: 6vw ;
    padding-right: 6vw;
}

.p-rl-6{
    padding-left: 7vw ;
    padding-right: 7vw;
}

.mt-0{
    margin-top: 0 !important;
}
.mb-0{
    margin-bottom: 0 !important;
}


.m2{
    margin-top:5px;
    margin-bottom:5px;
}


.m3{
    margin-top:20px;
    margin-bottom:20px;
}


.m4{
    margin-top:30px;
    margin-bottom:30px;
}


.m5{
    margin-top:40px;
    margin-bottom:40px;
}


.m6{
    margin-top:70px;
    margin-bottom:70px;
}


.m7{
    margin-top:90px;
    margin-bottom:90px;
}




.p1{
    padding-top:5px;
    padding-bottom:5px;
}


.p2{
    padding-top:20px;
    padding-bottom:20px;
}


.p3{
    padding-top:30px;
    padding-bottom:30px;
}


.p4{
    padding-top:40px;
    padding-bottom:40px;
}


.p5{
    padding-top:70px;
    padding-bottom:70px;
}




#sub-header {
    background: no-repeat top center;
    background-size: cover;
    color: #FFF;
    text-align: center;
    height: auto;
    padding-top: 50px;
    padding-bottom:50px;
    min-height: 100px;
}

.countdown-small .digit {
    font-size: 43px;
    width: 12%;
    line-height: 31px;
    margin-top: 0;
}

section#countdown.countdown-small {
    background-size: 100% auto;
    padding: 14px 0 14px;
}

.countdown-small .digit span {
    font-size: 14px;
}

.countdown-small span.countdown-title {
    font-size: 14px;
}

.countdown-small span.countdown-bar {
    height: 5px;
}

.countdown-small .countdown-header {
    margin-bottom: 13px;
}

/*Entry Page*/
section#entry {
    padding-top: 30px;
    padding-bottom: 60px;
}

.entry-wrapper {
    margin:0 auto;
    max-width:1200px;
}

.other-pitches-margin {
    margin-top:80px;
}

.btn-purple {
    color:#FFF;
    background:#5e50bf;
}

.btn-purple:focus,
.btn-purple:hover {
    background:#36237f;
    color:#FFF;
}

.inline {
    display: inline-block;
    vertical-align: middle;
}

.voting {
    margin-top: 31px;
    
}

section#tc {
    margin: 50px 0;
    font-size: 17px;
}

.vote-button {
    display: block;
    text-align: center;
    margin-right:0;
}
.vote-buttons {
    background: #000000 !important;
    color: #ffffff !important;
}
.vote-error {
    color: #FF0000;
}
.currency-bold ,.vote-count-bold{
    font-weight: bold;
}
a.vote-buttons[disabled] {
    opacity: 0.40;
}

/*==============*/
#vote-form .modal-header {
    padding: 15px 15px 0px 15px;
    border-bottom: none;
}
#vote-form h1 {
    font-size: 28px;
}

#vote-form .form-control{
    border: 1px solid #979797;
    height: 32px;
    border-radius: 0px;
}


#vote-form .form-control::-webkit-input-placeholder,#vote-form .form-control::placeholder {
    font-size: 15px;
    line-height: 20px;

}
#vote-form .purchase-label{
    font-weight: 600;
}
#vote-form .currency-left {
    text-align: left;
    padding-top: 4px;
    font-size: 14px;
    padding-left: 0px; 
}
#vote-form div#card-errors {
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}
#vote-form .vote-error {
    color: #c22727;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}
#vote-form .vote-buttons {
    background: #252838 !important;
    color: #ffffff !important;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    white-space: break-spaces;
    padding: 0px 5px;
    border-radius: 5px;
}
#vote-form .ElementsApp, #vote-form .InputElement {
    font-size: 16px;
    color: #888888;
    font-weight: 300;
}
#vote-form .StripeElement {
    border: 1px solid #979797;
    background-color: transparent;
    border-radius: 0px;
    height: 32px;
    padding: 6px 12px;
}
#vote-form .modal-body {
    padding: 10px 20px;
}
#vote-form .lp6-vote-calculator {
    margin-top: 10px;
}
#vote-form .modal-footer {
    margin-top: 0;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: none;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 20px;
    position: relative;
    min-height: 100px;
}
#vote-form .modal-footer .alert-danger {
    margin: 0;
    /* top: 0px; */
    background: no-repeat;
    border: none;
}
#vote-form .help-block {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}
#vote-form .modal-footer p {
    font-size: 14px;
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
}
.vote_form_block .alert {
    padding: 5px;
    margin-bottom: 5px;
}
#vote-form .email_vote_submit, #vote-form .close_modal_vote {
    background-color: #0070ba;
    width: 100%;
    max-width: 100%;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    padding: 15px;
}
.img-circle {
    border-radius: 50%;
    max-width: 200px;
}
/*!*==============*/




@media screen and (max-width: 1709px){

    #sub-header {
        background-size: cover;
    }
}

@media screen and (max-width: 1900px){
    #winner-about,
    #about,
    #countdown,
    #winner-intro,
    #intro,
    #global-about,
    #global-intro {
        background-size: cover;
    }

}

/*iPad*/
@media screen and (max-width: 1024px){
    ul#main-menu a {
        padding: 20px 15px;
        color: #FFF;
        font-size: 1.6rem;
    }

    section#countdown.countdown-small{
        background-size: auto 100%;
    }

    #splash-logo {
        background-size: 200% auto;
    }

    #winner-about p,
    #about p,
    #global-about p{
        margin: 0 10% 15px 10%;

    }

    #winner-intro p,
    #intro p,
    #global-intro p{
        margin: 0 5% 15px 5%;
    }

    #play-button:hover .glow, #global-play-button:hover .glow {
        top: 80%;
        left: 28.5%;
        width: 37%;
        height: 19.4%;
    }
}



.fancybox-slide{
    
    padding:0 !important;
}

.fancybox-content {
    height : auto;
    max-width  : 100%;
    max-height : 100%;
    margin: 0 auto;
    background:transparent;
    width: 100%;
}

@media (min-width:768px){
    .vote-button {
        margin-right:15px;
    }
    .fancybox-slide{
        padding:44px !important;
    }


}


/*Mobile Phones*/
@media screen and (max-width: 767px){

    #splash-logo {
        background-size: 278% auto;
    }

    section#winner-splash,
    section#splash,
    section#global-splash {
        background-size: cover;
    }

    .digit {
        width: 20%;
        font-size:55px
    }

    .digit span{
        font-size:13px;
    }

    span.countdown-title {
        font-size:17px;
    }
    .countdown-small .digit {
        width: 21%;
    }
    span.countdown-bar {
        width: 12%;
    }

    section#navigation {
        height: auto;
        min-height:var(--navbarHeight);
    }

    ul#main-menu {
        position: relative;
        left: 0;
        text-align: center;
        margin-left: -15px;
        margin-top: 0;
        margin-bottom: 0;
        display: block;
        margin-top: 8px;
    }

    #play-button:hover .glow, #global-play-button:hover .glow {
        top: 77%;
        left: 20.5%;
        width: 53%;
        height: 19.4%;
    }

}

@media screen and (max-width: 550px){
    .digit {
        width: 25%;
        font-size:36px;
        line-height:40px;
    }

    .digit span{
        font-size:13px;
    }

    span.countdown-bar {
        display: none;
    }

}


@media screen and (max-width: 380px){
   
    #vote-form .vote-buttons {
        font-size: 12px;
    }
    #vote-form .modal-footer p,.email_vote_form, .email_vote_form p{
        font-size: 12px;
    }
    
}






/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
    padding: 0; }

.mfp-ie7 .mfp-content {
    padding-top: 44px; }

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }

section#vote-pitch {
    padding-bottom: 45px;
}

.category-select {
    background: none;
    border: 1px solid #7d7d7d;
    box-shadow: none;
    height: auto;
}

section#winners {
    text-align: center;
}

section#judging_instructions, section#judging_entry_instructions{
    padding: 35px 0;
}

section#judging_instructions h3{
    font-size: 1.5rem;
    line-height: 2rem;
}

.judge h1.page-header, .judge h3.page-header, .judge-entry h1.page-header, .judge-entry h3.page-header  {
    border-bottom: none !important;
}







.sub-header{
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: 0px 0px 3px -5px rgba(0, 0, 0, 0.7);
}

.sub-header .list-group.list-group-root{
    overflow: hidden !important;
    overflow-y: hidden !important;
}

.sub-header .search-box input{
    border: solid #d9d9d9 0.1rem;

}


.fix-search {
    position: fixed;
    top:0;
    transform: translateY(calc(var(--toolbarHeight) + var(--navbarHeight)));
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 999;
  }

  .search__input {
    width: 100%;
    padding: 12px 12px;
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    font-size: 12px;
    line-height: 12px;
    color: #575756;
    background-color: whitesmoke;

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: 95% center;
    border-radius: 50px;
    border:0.05em solid #bbbbbb7e;
    transition: all .25s ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.search__input::placeholder {
        color: rgba(87, 87, 86, 0.8);

    }

.search__input:hover,
    .search__input:focus {
        /* padding: 8px 0;
        outline: 0;
        border: 1px solid transparent;
        border-bottom: 1px solid #575756;
        background-position: 100% center; */
    }


.t-bottom{
    border-top: solid #d9d9d9 0.1rem;
}

.b-bottom{
    border-bottom: solid #d9d9d9 0.1rem;
}
  

#category-list, #winner-category-list {
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    -webkit-transition: height .3s;
    transition: height .3s;
    height: 0;
    max-height:300px;
    overflow: auto;
    border-top: solid #d9d9d9 0.1rem;
    color: #d3d3d3;
    
  }

.measuringWrapper{
    padding: 25px 20px 10px 20px;
    overflow-wrap: break-word;
    max-height: 50vh;
}



.gentle-comment_box{
    min-height: 120px;
    border-radius:  15px;
    resize: none;
    background: rgba(255, 255, 255, 0.4) !important;
    transition: all .5s ease-out ;
    -webkit-transition:all .5s ease-out ;
    -moz-transition:all .5s ease-out ;
    transition:all .5s ease-out ;
}

.gentle-comment_box:hover, .gentle-comment_box:hover{
    box-shadow:0px 0px 10px -5px rgba(0, 0, 0, 0.8);

    background: rgba(255, 255, 255, 0.3) !important;
}


.sort-box{
    background: #ffffff;
    box-shadow:0px 0px 10px -5px rgba(0, 0, 0, 0.8);
   
   

}
.sort-block{
    
    width:100%;
    display: flex;
    flex-direction:row;
    align-items: stretch;
    padding: 15px 25px;
    flex-wrap: wrap;
    
   

}


.clicked-link{
    opacity: 0.7;
}

.sort-block> div:nth-child(1){
    flex:3 ;
    cursor: pointer;
    margin:auto;
}

.sort-block> div:nth-child(2){
    flex:2 ;
    cursor: pointer;

    align-self: flex-end;
}

.sort-block> div:nth-child(2) input{
    width: 100%;
    float: right;
}

#ranking-entries{
    margin-top: 150px;
    margin-bottom: 50px;
}


.center-div{
    display: flex;
}
.center-div .wrap-center{
    margin: auto;
}

.category-column-select > label{
    padding-left:25px;
    padding-bottom:15px;
    border-bottom: solid #d9d9d9 0.1rem;
    width: 100%;
    margin-bottom: 0;

}

.category-column-select  ul{
    padding:0;
}

.category-column-select  ul li{
    /* background-size: 200% 200%;
    background-size: 200% 200%;
    background-image: linear-gradient(to right, white 50%, black 50%); */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.category-column-select  ul li a{
    padding: 15px 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.link-ef-over li, .link-ef-over li a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.link-ef-over li:hover > a{
      color:#000;
      overflow-wrap: break-word;

      /* font-size: calc(1vh + 0.7rem); */
      

}

#vote-form ul > li {
    text-align: center;
    font-size: 12px;
    list-style: none;
    color: red;
}

.img-thumbnail{
    border: 1px solid transparent;
    background-color: transparent;
}

.entry-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.entry-holder {
    background: transparent;
    min-height: 450px;
    max-height: 100%;
}


.image-canva{
    max-height: 450px;
}

.entry-holder .player_frame {
    width: 100%;
}

.entry-holder > #pdf {
    min-height: 450px !important;
    max-height: 800px !important;
    width: 100%;
}
.ratio {
    width: 100%;
}

.entry-holder-widget{
    max-height: 100%;
}

.entry-holder-widget{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}


.entry-holder-widget .image-canva {
    max-height: 550px;
}



/* 
#galleryForm .form-control, #contestsForm .form-control {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    background-color: transparent;
    font-size: 20px;
    color: #7b7b7b;
} */

.search-input{
    /* border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    background-color: transparent;
    font-size: 13px;
    color: #7b7b7b; */
} 

#filtersubmit {
    position: relative;
    z-index: 1;
    left: -20px;
    top: -30px;
    color: #7B7B7B;
    cursor:pointer;
    width: 0;
    float: right;
    font-size: 20px;
}



#winner-splash,
#splash,
#global-splash {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#winner-splash,
#splash,
#global-splash {
    background:no-repeat top center;
    background-size: cover;
    position: relative;
    overflow:hidden;
    width:100%;
    min-height:350px;
}



.contest_item_bg {
    background: #FFF;
    padding-bottom: 55px;
    margin-bottom: 15px;
    min-height: auto;
    max-height: auto;
    overflow-wrap:break-word;
    position: relative;
    
}

.contest_item_bg .entry-metrics{

}





.contest_item_bg, .contest_item_bg_1, .contest_item_bg_2{
    -webkit-transition:all .3s ease; 
    -moz-transition:all .3s ease; 
    -o-transition:all .3s ease; 
    transition:all .3s ease; 
}

.contest_item_bg:hover, .contest_item_bg_1:hover, .contest_item_bg_2:hover{
    transform: scale(1.008);
    /* transform-origin: 10% 100%; */
    -webkit-box-shadow:  5px 5px 15px -2px rgba(141, 141, 141, 0.2);
    -moz-box-shadow:  5px 5px 15px -2px rgba(141, 141, 141, 0.2);
    box-shadow:  5px 5px 15px -2px rgba(141, 141, 141, 0.2);
    box-shadow: 5px 5px 15px -2px rgba(141, 141, 141, 0.2);

}


    .fancybox-slide{
        padding:0 !important;
    }

    ul#main-menu {
        display:inline-block;
    }

    #sub-header h1 {
        margin: 0;
        font-size: 37px;
    }

    
    .menu {
        margin-top: 20px 10px;
       text-align: center;
    }
    .menu a {
        color: #FFF;
        text-transform: uppercase;
        padding-left: 5px;
        padding-right: 5px;
    }


        /*Footer*/
    footer {
        background: #0064d3;
        padding: 15px 0;
        
    }
  
    a.lp6-logo {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    a.lp6-logo img {
        height: 50px;
        text-align: center;
        margin-top: 12px;

    }


    .spash-text, .global-splash-text {
        /* z-index: 999; */
        font-size: 10px;
        text-align: center;
        margin: auto;
        padding: 2.5rem;
        word-wrap: break-word;
        max-width:80% ;
    }

   
    footer .container{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    .media-items-container{
        margin-top: 20px;
    }



    @media (min-width:992px){

        .media-items-container{
            margin-top: inherit;
        }
       
        #ranking-entries{
            margin-top: 0;
            margin-bottom: 50px;
        }
    
        
    
        .category-sort{
            padding: 0;
            position: -webkit-sticky; /* Safari */
            position: sticky;
            top: 0;
        }
        .category-column-select {
            margin-bottom: 75px;
            background: #ffffff;
            box-shadow:0px 0px 10px -5px rgba(0, 0, 0, 0.8);
            padding:0;
            transition:all .5s ease-in-out ;
            /* transform: translateY(70px) translateX(0); */
            
        }
        .top_ones .slide-down{
            transform: translateY( calc(var(--navbarHeight) + var(--toolbarHeight) + (10px) ) ) translateX(0);
          
        }
        
    
    }
      

    .gallery-listing{
        margin:0 ;
    }
@media (min-width:768px){

    footer .container{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .right-lg{
        float:right;
    }


    a.lp6-logo {
        float: right;
    }

    .menu {
       margin: auto auto auto 0;
    }
    .menu a {
        margin-right:10px;
    }


    #sub-header h1 {
        margin: 0;
        font-size: 50px;
    }

    ul#main-menu {
        float: right;
    }
    .contest_item_bg {
        min-height: 340px;
        overflow: hidden;
        overflow-wrap:break-word;
        
    }

    .fancybox-slide{
        padding:44px !important;
    }

    .contest_item_bg p{

        overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 1; /* number of lines to show */
       -webkit-box-orient: vertical;
       overflow-wrap:break-word;
    }

    .sticky-button{
        position: fixed;
        bottom: calc(100vh / 13);
        left: 2vw;
        z-index: 99;
        
    }


    .entry-holder-widget {
        min-height: 450px;
        max-height: 100%;
    }
    
}
 
@media screen and (min-width:992px){
    .contest_item_bg{
        padding-bottom: 15px;
    }
    .contest_item_bg p{

        overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 1; /* number of lines to show */
       -webkit-box-orient: vertical;
       overflow-wrap:break-word;
       margin-bottom: 0;
       padding-bottom: 0;
    }
    #winner-splash,
    #splash,
    #global-splash {
        min-height: 80vh;
    }
    .contest_item_bg {
        min-height: 300px;
        overflow: hidden;
        overflow-wrap:break-word;
        
    }
   
}
@media screen and (min-width:1292px){
    .contest_item_bg{
        padding-bottom: 15px;
    }
    .contest_item_bg p{

        overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 1; /* number of lines to show */
       -webkit-box-orient: vertical;
       overflow-wrap:break-word;
    }
    #winner-splash,
    #splash,
    #global-splash {
        min-height: 80vh;
    }
    .contest_item_bg {
        min-height: 300px;
        overflow: hidden;
        overflow-wrap:break-word;
        
    }
   
}


@media (max-width: 768px) {
    .btn-responsive {
        padding:15px 15px;
        font-size:100%;
        line-height: 1;
        border-radius:3px;
    }
    div.uploaded-media {
        display : flex;
        margin-top: 0 !important;
        margin-bottom: 5px;
    }
}



@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        padding:15px 15px;
        font-size:100%;
        line-height: 1;
        border-radius:3px;
    }
    ul#main-menu {
        margin-left: 5px;
    }
    ul#main-menu a {
        padding: 17px 10px;
    }
    div.uploaded-media {
        display : flex;
        margin-top: 0 !important;
        margin-bottom: 5px;
    }
}

input:required:invalid,
textarea:required:invalid,
select:required:invalid {
    color: #b94a48;
    border-width: 2px;
    border-color: #ee5f5b;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

input:focus:required:valid:focus,
textarea:focus:required:valid:focus,
select:focus:required:valid:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b;
}

input[type=checkbox]:required:invalid, input[type=radio]:required:invalid {
    outline: 2px solid #ee5f5b;
    outline-style: auto;
}

/*Entry Page*/
section#judging-entry {
    padding-top: 30px;
    padding-bottom: 60px;
}

.bootstrap-timepicker-widget table td a {
    padding: 4px 0;
}

.bootstrap-timepicker-widget input,
.bootstrap-timepicker-widget input:focus {
    outline: none !important;
    border: 0;
}

.modal-open .bootstrap-timepicker-widget {
    z-index: 10055 !important;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before,
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    top: auto;
}

label.phone_number {
    display: block;
}
.has_form_field.active{
    border: 3px solid #008000;
}
.datepicker {
    z-index: 10000 !important;
}

.col-md-12.textbox, .col-md-12.description {
    white-space: pre-line;
}

.col-md-12.textbox h3, .col-md-12.description h3 {
    display: table-cell;
}

.white_space {
    white-space: unset !important;
}

.vote_form_block .intl-tel-input {
    width: 95%;
}
#vote-form ul.country-list > li {
    text-align: left;
    color: black;
}
.pac-container {
    z-index: 10000;
}
.email_vote_form label {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
}
.radio,.checkbox{
    display: flex;
}

.award {
    max-height: 50px;
    max-width: 50px;
    display: inline-block;
    float: right;
    position: absolute;
    bottom: 20%;
    right: 5%;
    padding-top: 3px;
}

#award_home {
    bottom: 8%;
}

@media screen and (max-width: 767px){
    .award {
        bottom: 8%;
    }
}

.award-img {
    max-width: 50px;
}

span.closed {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: white;
    font-size: 24px;
    white-space: nowrap;
}
.contest-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .75;
}

#intro p.no-contest, #global-intro p.no-contest {
    margin: 0;
}
.contest-listing p.entry-metrics{
    min-height: 50px;
    top: 235px;
    margin: 0px !important;
}
.contest-listing p.entry-metrics span small{
    font-size: 14px;
}
.xdsoft_selectspinner {
    z-index: 10;
}
.align-error {
    text-align: center;
    margin-top: 10%;
}
.vjs-volume-panel .vjs-volume-control, .vjs-resize-manager {
    display: none !important;
}

a.btn.btn-social-icon.btn-envelope.envelope.pop > i::before {
    content: '';
}

a.btn.btn-social-icon.btn-envelope.envelope.pop > i {
    font-family: Open sans-serif;
    background-image: url('/include/plugins/sharing/1.2/assets/email.png');
}
.vote-area-check {
    padding: 0px;
}
.vote-check.total-currency-details {
    bottom: 20px;
}
#category_all h3 {
    margin-top: 0px;
}
#gallery_category_id, #gallery_search {
    /* border: none !important; */
    box-shadow: 0px 0px 10px 1px rgba(61, 61, 61, 0.123) !important;
}

.view-more {
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.view-more {
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}
.view-more-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.view-more-btn {
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;

}
a.view-more-btn:hover {
    color: #000;
    opacity: 1;
}


.flex-center-row{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.flex-center-column{
    display: flex;
    align-items: center;
    flex-direction: column;
}




/* ### CUSTOM CSS  RUN BY @ElkinDev  */

.btn-white{
    background-color: white;
    transition: all .1s ease-in;
}

.btn-white:hover{
    transition: all .2s ease-in;
}





/* FLEX SYSTEM */

.d-flex{
    display: flex;
}

.align-items-center{
    align-items: center;
}

.justify-content-center{
    justify-content: center;
}
.justify-content-between{
    justify-content: space-between;

}

.search-input{
    height: 100% ;
    border: 0;
    border-radius: 0;
}




/*FILTER GALLERY CSS*/
.search-box{
    position: relative;

    width: 200px;
}


.search-box input{
    width: 100%;
    height:100%;
    position: relative;
    padding-left: 40px;
}

.search-icon{
   position: absolute;
   left: 15px;
   top: 1.5rem;
   z-index: 2;
    
}

.search-box .close-click{
    position: absolute;
    right: 17px;
    top: calc(50% - (1.6rem / 2));
    cursor: pointer;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}


.search-box .close-click i{
    font-size: 1.6rem;
}




.customed_select {
    max-width: 300px;
    width: 280px;
    background-color: #fff;
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  .customed_select .select {
      cursor: pointer;
      display: block;
      /* padding: 10px; */
      flex: 2;
  }

  .customed_select .select-icon{
      display: flex;
      align-items: center;
      justify-self: center;
      justify-content: center;
      font-size: 13px;
      color: #888;
      cursor: pointer;
      transition: all .3s ease-in-out;
      float: right;
      line-height: 20px;
      padding: 1.3rem;
      border-left: 3px solid #f1f2f8;
      flex: 1;
      
  }

  

  
  .customed_select:hover {
      box-shadow: 0 0 4px rgb(204, 204, 204)
  }
  .customed_select:active {
      background-color: #f8f8f8
  }
  .customed_select.active:hover,
  .customed_select.active {
      box-shadow: 0 0 4px rgb(204, 204, 204);
      border-radius: 2px 2px 0 0;
      background-color: #f8f8f8
  }
  .customed_select.active .select > i {
      transform: rotate(-90deg)
  }
  .customed_select .dropdown-menu {
      position: absolute;
      background-color: #fff;
      width: 100%;
      left: 0;
      margin-top: 1px;
      box-shadow: 0 1px 2px rgb(204, 204, 204);
      border-radius: 0 1px 2px 2px;
      overflow: hidden;
      display: none;
      max-height: 250px;
      overflow-y: auto;
      z-index: 9
  }
  .customed_select .dropdown-menu li {
      padding: 10px;
      transition: all .2s ease-in-out;
      cursor: pointer
  } 
  .customed_select .dropdown-menu {
      padding: 0;
      list-style: none
  }
  .customed_select .dropdown-menu li:hover {
      background-color: #f2f2f2
  }
  .customed_select .dropdown-menu li:active {
      background-color: #e2e2e2
  }


  @media (max-width: 680px){
    .filters-input-2{
        margin-top: 1rem;
        flex-direction: row;
        margin-top: 10px;
        display: unset;
    }
    .filter-wrapper {
        flex-direction: column;
    }
    .search-box {
        width: 280px;
        margin-top: 10px;
    }
    
  
}



  .d-none{
      display: none;
  }

  .o-none{
      opacity: 0;
  }

.pt-1{padding-top: 0.7rem; }

.pb-1{padding-bottom: 0.7rem; }

.pr-1{ padding-right: 0.7rem; }

.pl-1{ padding-left: 0.7rem; }

.px-1{ padding-right:0.7rem ;padding-left: 0.7rem; }

.py-1 {padding-top: 0.7rem; padding-bottom: 0.7rem;  }


.pt-2{padding-top: 1.5rem; }

.pb-2{padding-bottom: 1.5rem; }

.pr-2{ padding-right: 1.5rem; }

.pl-2{ padding-left: 1.5rem; }

.px-2{ padding-right:1.5rem;padding-left: 1.5rem; }

.py-2 {padding-top: 1.5rem; padding-bottom: 1.5rem;  }



.pt-3{padding-top: 2rem; }

.pb-3{padding-bottom: 2rem; }

.pr-3{ padding-right: 2rem; }

.pl-3{ padding-left: 2rem; }

.px-3{ padding-right:2rem;padding-left: 2rem; }

.py-3 {padding-top: 2rem; padding-bottom: 2rem;  }





.pt-4{padding-top: 2.5rem; }

.pb-4{padding-bottom: 2.5rem; }

.pr-4{ padding-right: 2.5rem; }

.pl-4{ padding-left: 2.5rem; }

.px-4{ padding-right:2.5rem;padding-left: 2.5rem; }

.py-4{padding-top: 2.5rem; padding-bottom: 2.5rem;  }





.pt-5{padding-top: 3rem; }

.pb-5{padding-bottom: 3rem; }

.pr-5{ padding-right: 3rem; }

.pl-5{ padding-left: 3rem; }

.px-5{ padding-right:3rem;padding-left: 3rem; }

.py-5{padding-top: 3rem; padding-bottom: 3rem;  }



.pt-6{padding-top: 3.5rem; }

.pb-6{padding-bottom: 3.5rem; }

.pr-6{ padding-right: 3.5rem; }

.pl-6{ padding-left: 3.5rem; }

.px-6{ padding-right:3.5rem;padding-left: 3.5rem; }

.py-6{padding-top: 3.5rem; padding-bottom: 3.5rem;  }




.pt-7{padding-top: 4rem; }

.pb-7{padding-bottom: 4rem; }

.pr-7{ padding-right: 4rem; }

.pl-7{ padding-left: 4rem; }


.px-7{ padding-right:4rem;padding-left: 4rem; }

.py-7{padding-top: 4rem; padding-bottom: 4rem;  }










.mt-1{margin-top: 0.7rem; }

.mb-1{margin-bottom: 0.7rem; }

.mr-1{ margin-right: 0.7rem; }

.ml-1{ margin-left: 0.7rem; }

.mx-1{ margin-right:0.7rem;margin-left: 0.7rem; }

.my-1{margin-top: 0.7rem; margin-bottom: 0.7rem;  }




.mt-2{margin-top: 1.5rem; }

.mb-2{margin-bottom: 1.5rem; }

.mr-2{ margin-right: 1.5rem; }

.ml-2{ margin-left: 1.5rem; }

.mx-2{ margin-right:1.5rem;margin-left: 1.5rem; }

.my-2{margin-top: 1.5rem; margin-bottom: 1.5rem;  }




.mt-3{margin-top: 2rem; }

.mb-3{margin-bottom: 2rem; }

.mr-3{ margin-right: 2rem; }

.ml-3{ margin-left: 2rem; }

.mx-3{ margin-right:2rem;margin-left:2rem; }

.my-3{ margin-top:2rem; margin-bottom:2rem; }






.mt-4{margin-top: 2.5rem; }

.mb-4{margin-bottom: 2.5rem; }

.mr-4{ margin-right: 2.5rem; }

.ml-4{ margin-left: 2.5rem; }

.mx-4{ margin-right:2.5rem;margin-left:2.5rem; }

.my-4{ margin-top:2.5rem; margin-bottom:2.5rem; }


.mt-5{margin-top: 3rem; }

.mb-5{margin-bottom: 3rem; }

.mr-5{ margin-right: 3rem; }

.ml-5{ margin-left: 3rem; }

.mx-5{ margin-right:3rem;margin-left:3rem; }

.my-5{ margin-top:3rem; margin-bottom:3rem; }



.mt-6{margin-top: 3.5rem; }

.mb-6{margin-bottom: 3.5rem; }

.mr-6{ margin-right: 3.5rem; }

.ml-6{ margin-left: 3.5rem; }

.mx-6{ margin-right:3.5rem;margin-left:3.5rem; }

.my-6{ margin-top:3.5rem; margin-bottom:3.5rem; }



.mt-7{margin-top: 4rem; }

.mb-7{margin-bottom: 4rem; }

.mr-7{ margin-right: 4rem; }

.ml-7{ margin-left: 4rem; }

.mx-6{ margin-right:4rem;margin-left:4rem; }

.my-6{ margin-top:4rem; margin-bottom:4rem; }


.p-auto{
    padding: auto;
}

.m-auto{
    margin: auto;
}

#pdf{
    height:800px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#upload-warning {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#upload-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}
.vote-opt-updates .vote-checkbox {
    margin-right: 15px;
}
div.uploaded-media {
    padding-left: 18px;
    margin-top: 20px;
}
div.uploaded-media button {
    min-width: 100px;
    padding: 5px 0px;
    background-color: #d9534f;
}
@media (max-width: 992px) {
    div.uploaded-media {
        display : flex;
        margin-top: -15px !important;
        margin-bottom: 5px;
    }
}
#winnerUsername {
    float: left;
    padding-bottom: inherit;
}

.lp6-vote-calculator div {
    padding: 0px 5px;
    margin: 3px 0;
}

.lp6-vote-calculator {
    margin: 0 -5px;
    text-align: left;
}
#vote-form .vote-block-buttons {
    background: #252838;
    color: #ffffff ;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    white-space: break-spaces;
    padding: 0px 5px;
    text-align: center;
}
#vote-form .vote-block-buttons.active {
    background-color: #0471b2;
}
.lp6-vote-calculator div.active {
    border: 1px solid #5DCC97!important;
    color:#000!important;
    background-color:#E3FCF0!important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.lp6-vote-calculator div.panel-body { padding: 0em!important; }

.lp6-vote-calculator div.panel {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#fdfdfd;
    border: 1px solid #e7e7e7;
    color:#484848;
}

.lp6-vote-calculator .panel:hover {
    border: 1px solid #d2ede8;
    color:#316759;
    background-color:#F4FFFA;
}

.lp6-vote-calculator i.fa-check-circle { color: #5DCC97!important; }

.lp6-vote-calculator input[type="radio"]{
    visibility:hidden;
    width: 0px;
    height: 0px;
}

.lp6-vote-calculator p.vb-name > i {
    float: right;
    color:#e2e2e2;
    position: relative;
    top: -1px;
    /*font-size: 15px;*/
}
.lp6-vote-calculator p.vb-name {
    display: block;
    font: 700 16px Open Sans;
    text-transform: uppercase;
    color: #484848;
    margin: 0;
}
.email_vote_form .lp6-vote-calculator  label {
    color: #484848;
    font-size: 30px;
    font-weight: bold;
}

.lp6-vote-calculator h5.vb-vote {
    display: block;
    font: 700 12px Open Sans;
    color: #484848;
    margin: 0;
}
.lp6-vote-calculator p.vb-for {
    font: 700 12px Open Sans;
    color: #484848;
    margin: 0;
    margin-top:6px;
    margin-bottom:-2px;
}

.lp6-vote-calculator p.vb-cost {
    text-transform: none!important;
    margin: 0;
}

.lp6-vote-calculator p.vb-cost{
    display: inline-block;
    font: bold 18px Open Sans;
    text-transform: uppercase;
    letter-spacing: -0.7px;
    color: #484848;
}
.lp6-vote-calculator div.active p.vb-cost,
.lp6-vote-calculator div.active p.vb-name,
.lp6-vote-calculator div.active p.vb-for,
.lp6-vote-calculator div.active p.vb-vote lable{
    color: #000;
}
.lp6-vote-calculator .panel:hover p.vb-cost,
.lp6-vote-calculator .panel:hover p.vb-name,
.lp6-vote-calculator .panel:hover p.vb-for,
.lp6-vote-calculator .panel:hover p.vb-vote lable{
    color: #316759;
}


.prize_3 {
    color: #F76D50;
}

/**LeaderBoard CSS**/

.gallery_section_wrapper {
    position: relative;
  }
  
  .gallery_section_wrapper .static {
    position: static;
  }
  
  .gallery_section_wrapper .static div.tab-content {
    padding-top: 0;
  }
  
  .gallery_section_wrapper .static h4.category-title {
    position: absolute;
    top: 70px;
    left: 15px;
    margin: 0;
  }
  
  form#galleryForm {
    margin: 0;
  }
  
  .leaderboard_title.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 0;
  }
  
  .leaderboard_title.row::before, .leaderboard_title.row::after {
    content: none;
  }
  
  .leaderboard-ticker {
    padding: 1rem 1.5rem !important;
    border-radius: 5px;
    margin: 0 !important;
  }
  
  .media-items-container.row {
    margin: 0;
  }
  
  .entry__list {
    display: -ms-grid;
    display: grid;
    padding-bottom: 30px;
    grid-gap: 2rem;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(200px, auto);
  }
  
  .entry__list > p {
    grid-column: span 3;
    text-align: center;
  }
  
  .entry__list__item.rank_1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/ 3;
  }
  
  .entry__list__item.rank_1 p i {
    background: #ffd700;
  }
  
  .entry__list__item.rank_2 p i {
    background: #c0c0c0;
  }
  
  .entry__list__item.rank_3 p i {
    background: #cd7f32;
  }
  
  .entry__list__item__title {
    text-transform: capitalize;
    font-size: 2.2rem !important;
    font-weight: bold;
  }
  
  .entry__list__item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.3rem !important;
  }
  
  .entry__list__item p i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    border-radius: 5px;
    color: white;
    padding: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .entry__list__item:hover p i {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  
  .entry__list__item .contest_item_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    min-height: 200px;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .entry__list__item .contest_item_bg a.thumbnail-block.center-block {
    background-position: 50% 20%;
    background-size: cover;
  }
  
  .entry__list__item .contest_item_bg .thunbnail_image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  
  @media screen and (max-width: 1024px) {
    .entry__list {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
    }
    .entry__list > p {
      grid-column: span 3;
    }
  }
  
  @media screen and (max-width: 768px) {
    .entry__list {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
    }
    .entry__list > p {
      grid-column: span 1;
    }
    .entry__list__item.rank_1 {
      grid-column: auto;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1 / 4;
    }
    .contests .leaderboard-ticker {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 1rem !important;
    }
    .leaderboard_title.row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .gallery_section_wrapper .static h4.category-title {
      position: static;
    }
  }

.vote-info-box {
    margin-top: 12px;
}

.order-view:hover {
    color: #333;
}

.overflow-elipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

  button.btn.btn-primary.btn-lg.generate-token {
}


#signup_form .portlet-body.form.validateForm {
    margin: auto;
    text-align: center;
}

#signup_form .site_address_input input {
    /* width: 388px; */
}


#signup_form .emailExistMsg {
    color: #fc3768;
}

#signup_form .resend-block {
    text-align: right;
    max-width: 492px;
    margin: auto 20px;
}

#signup_form .portlet-body.form {
    margin: auto;
    width: 100%;
    text-align: center;
}

#signup_form .resend-block a {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    color: #2c6fbd;
}

#signup_form .open-link {
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
}
#signup_form .span-hr {
    width: 55px;
    height: 0.16em;
    margin: 0 12px;
    background: #1f1f1f;
    padding: 0px !important;
}
#signup_form .input-box{
    width: 100%;
    margin: auto;
}

#signup_form h4 {
    font-size: 18px;
    /* margin: 30px auto; */
}
#signup_form .portlet-body.form .alert.alert-danger {
    background-color: #f2dede;
    background-image: none;
    font-size: 15px;
    margin:15px 0;
    color: var(--black);
    display: none;
}

#signup_form .portlet-body.form .alert.alert-danger i {
    color: #a94442 !important;
    margin-right: 10px;
}

#signup_form .link-message p {
    margin: 20px 0 15px;
    font-size: 18px;
    color: #444244;
}

#signup_form #togglePassword {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 43px;
    font-size: 16px;
}




#signup_form .success-block,
#signup_form span.help-block {
    font-stretch: inherit;
    font-style: inherit;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;

}

#signup_form .portlet-box {
    width: 100%;
    margin: auto;
}
#signup_form .form-control {
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #1f1f1f;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    padding-left: 22px;
    position: relative;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: transparent !important;
    background-image: none !important;
}

#signup_form .form-control:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

#signup_form .form-control[type="password"]:after{
    display: none !important;
    top: 0;
}

#signup_form .siteFormDiv.success::after{
    display: none;
}

#signup_form .fa.fa-caret-down{
    float: right;
    position: absolute;
    right: 20px;
    top: 43px;
}

#signup_form select.form-control{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.validTokenBox::-webkit-inner-spin-button,
.validTokenBox::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#signup_form select::before{
    content: "\f0dd";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
}

#signup_form .button-previous{
    background: #ffffff !important;
    border: solid 1px #1f1f1f;
    color: #1f1f1f !important;
}
#signup_form .emailLogin {


    font-stretch: inherit;
    font-style: inherit;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: inherit;
    position: inherit;
    left: 0;
    top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
    color: #000;
}

#signup_form .loginDetails {
    color: #c21e33 !important;
    margin: 5px 0 !important;
    text-align: left;
}

/* #signup_form .loginDetails:first-child{
    margin-top: 10px;
} */

#signup_form .input-box .form-group {
    padding: 0px;
}

#signup_form .form-group {
    padding-top: 0px;
    margin-bottom: 0px;
}
#signup_form label {
    position: inherit;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px !important;
    top: 0px !important;
    /* padding: 0 75px 0 0; */
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    color: #1f1f1f;
    display : flex;
}

.okaySpan {
    color: #1f1f1f;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    letter-spacing: normal;
    font-stretch: normal;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: normal;
    color: #1f1f1f;
    margin-left: 40px;
    padding-top: 2.5px;
    text-align: left;

}

#signup_form .tabRegister {
    text-align: center;
}

#signup_form .input-box-inner {
    display: flex;
    align-content: space-around;
    align-items: center;
    justify-content: space-around;
    margin: auto;

}
#signup_form .form-actions .btn{
    width: 100%;
    background: #000;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.69px;
    text-align: center;
    color: #ffffff;
    /* padding: 16px 37px 15px 35px; */
    height: 44px;
}
#signup_form h3 {
    font-size: 2.6rem;
    font-weight: bold;
}
.secondDiv {
    width: 100%;
}
#signup_form h4 {
    font-size: 18px;
}

#signup_form .generalFont {
    font-family: 'Open Sans', sans-serif;
    color: #1f1f1f;
}

#signup_form img {
    max-width: 100%;
    margin-right: 10px;
}
img.img-responsive.img-thumbnail.center-block.qr-code {
    margin: 0px auto !important;
}
#signup_form .login-bg img {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 867px;
    height: 750px;
    max-height: none;
    max-width: none;
    z-index: -999999;
    left: 0px;
    top: -20.5px;
}
#signup_form .link-message a {
    font-size: 18px;
    text-decoration: underline;
    color: #252838;
}

#signup_form .input-group-addon {
    border-bottom: unset;
}

#signup_form .site_address_input {
    border: 1px solid #ccc;
}

#signup_form .site_address_input .form-control{
    border: unset;
}

#signup_form .site_address_input p{
    color: #898989;
    font-size: 18px;
}

#signup_form .site-hint {
    float: left;
    font-size: 15px;
}

#signup_form .passwordDivForm.success::after{
    display: none;
}

#signup_form .control-group.success::after {
    right: 5px;
    top: 42px;
    font-size: 20px;
    background: white;
    padding: 0 9px;
}

#signup_form .term-p {
    text-align: left;
}

#signup_form .control__indicator {
    position: absolute;
    top: 0px;
    height: 24px;
    width: 24px;
    padding: 5px 5px 6px 6px;
    border: solid 1px #929292 !important;
    background-color: #ffffff !important;
}
#signup_form .control--radio .control__indicator {
    border-radius: 50%;
}
#signup_form .control:hover input ~ .control__indicator,
#signup_form .control input:focus ~ .control__indicator {
    border: 1px solid;
    border-radius: 3px;
}
#signup_form .control input:checked ~ .control__indicator {
    border: 1px solid;
    border-radius: 2px;
}
#signup_form .control:hover input:not([disabled]):checked ~ .control__indicator,
#signup_form .control input:checked:focus ~ .control__indicator {
    background: #fff;
}
#signup_form .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
#signup_form .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
#signup_form .control input:checked ~ .control__indicator:after {
    display: block;
}
#signup_form .control--checkbox .control__indicator:after {
    left: 7px;
    top: 3px;
    width: 8px;
    height: 13px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#signup_form .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

#signup_form .success label.control {
    margin-bottom: 15px !important;
    cursor: pointer !important;
    font-size: 18px !important;
}

#signup_form .control-group.opt-in.success::after {
    content: none;
}

#signup_form .control-group label.control {
    pointer-events: auto;
}
#signup_form .control-group label.control input[type="checkbox"] {
    width: auto;
}
#signup_form .control {
    display: block;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 20px;
}
#signup_form .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#signup_form .tabValidate .input-box .form-group {
    margin-bottom: 5px;
}

#signup_form .tabValidate h3.title-wizard {
    text-align: center !important;
    margin:20px auto !important;
}
#signup_form .tabValidate h4.title-wizard {
    text-align: center !important;
    margin:20px auto 30px !important;
}


#signup_form .validateForm .form-wizard .tabValidate .control-group.success::after {
    right: 10px;
    top: 10px;
}


.upgradeBtn {
    height: 66px;
    padding: 16px 17px 15px 18px;
    background-color: #1f1f1f;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.69px;
    text-align: center;
    border-radius: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.siteViewBtn {
    height: 66px;
    padding: 16px 17px 15px 19px;
    border: solid 1px var(--black);
    background-color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.69px;
    text-align: center;
    color:  var(--black);
    margin: auto;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.siteViewBtn:hover, .siteViewBtn:active, .siteViewBtn:focus{
    background-color: var(--black);
    color: var(--white);

}
.loginError {
    color: #c21e33;
}

#signup_form .authDiv {
    float : left;
}

.signup-btns {
    display: flex;
    flex-direction: column;
    margin-top:10px;
}
.signup-btns .btn{
    margin: 10px 0;
}
.signup-btns .button-previous {
    margin-right: 10px !important;
}

#signup_form .portlet-box h4.title-wizard{

    max-width: 448px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0px 0 20px;

}


#signup_form .portlet-box .tabValidate h4.title-wizard{
    max-width: 500px !important;
}

#signup_form .portlet-body.form .validTokenBox::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



#signup_form .portlet-body.form .validTokenBox {
    align-items: center;
    border: 1px solid #929292;
    display: flex;
    font-size: 2rem;
    height: 10%;
    justify-content: center;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    width: 80%;
    -moz-appearance: textfield;
}

#signup_form .input-box-inner {
    max-width:500px;

}

#signup_form .resend-block-message{
    max-width: 448px;
    margin: auto;
}

#signup_form .portlet-body.form .validTokenBox {
    margin-bottom: 0;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;

}

.logform_wrapper{
    max-width: 650px;
    padding: 140px 0 0 0;
    width: 90%;

}

#signup_form .tabRegister h3.title-wizard{
    max-width: 100%;
}

.full-column-height{
    height: 100vh;
    display: flex;
    justify-content: center;
    background-color:#fff;
    text-align: center;
}
#signup_form  h3.title-wizard{ 
    margin: 20px auto !important;
}
#signup_form h4.title-wizard {
    max-width: 500px !important;
}
#signup_form  h4.title-wizard {
    text-align: center !important;
    margin: 20px auto 30px !important;
    line-height: 1.3;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    /* Place holder styling, not used */
    ::-webkit-input-placeholder {
        /* line-height:20px; */
        font-size:1.5rem;
    }
    :-moz-placeholder {
        /* line-height:20px; */
        font-size:1.5rem;
    }
    ::-moz-placeholder {
        /* line-height:20px; */
        font-size:1.5rem;
    }
    :-ms-input-placeholder {
        /* line-height:20px; */
        font-size:1.5rem;
    }

    #signup_form .form-control{
        font-size: 1.5rem;
    }

    .upgradeBtn,.siteViewBtn{
        font-size: 2rem;
    }

    .signup-btns {
        flex-direction: row;

    }
    .signup-btns .btn{
        margin: 0;
    }


    .okaySpan{
        font-size: 1.8rem;
    }
    .p.t-and-c {
        font-size: 18px !important;
    }
    #signup_form .portlet-body.form .validTokenBox {
        font-size: 3.6rem;
        padding: 10px 0;
    }

    .logform_wrapper{
        padding: 120px 0 0 0;
        width: 90%;

    }
    #signup-trial-header{
        flex-direction: row;
    }
    .signup-trial-logo{
        width: 251px;
        float: left;

    }

    #signup-trial-header .logo-brand{
        margin-right: auto;
    }

    #signup_form h3 {
        font-size: 3rem;
    }

    #signup_form .portlet-body.form .validTokenBox {
        height: 75px;
        width: 65px;
        padding: 6px 12px;
        font-size: 40px;


    }

    #signup_form .span-hr {
        width: 12px;
    }

    #signup_form .resend-block {
        margin: auto;
        margin-top: 10px;
    }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

    /* Place holder styling, not used */
    ::-webkit-input-placeholder {
        /* line-height:20px; */
        font-size:18px;
    }
    :-moz-placeholder {
        line-height:20px;
        font-size:15px;
    }
    ::-moz-placeholder {
        line-height:20px;
        font-size:15px;
    }
    :-ms-input-placeholder {
        /* line-height:20px; */
        font-size:18px;
    }

    .input-group-addon{
        font-size: 18px;
    }
    .upgradeBtn.siteViewBtn{
        font-size: 25px;

    }

    p.t-and-c {
        font-size: 18px;
    }
    p.already_have_an_account {
        font-size: 1.5rem;
    }

    #signup_form h3 {
        font-size: 36px;
    }
    body.full-height{
        /* overflow: hidden; */
    }

    #signup_form .form-control {
        height: 60px;
        font-size: 16px;
    }

    #signup_form label {
        margin-bottom: 10px !important;
        font-size: 18px !important;
    }
    #signup_form .fa.fa-caret-down{
        top:59px;
        transform: translate(0,0);
    }

    #signup_form .form-actions .btn{
        font-size: 21px;
        text-align: center;
        color: #ffffff;
        height: 66px;
    }

    #signup_form .control-group.success::after {
        top: 55px;
    }

    #signup_form #togglePassword {
        font-size: 20px;
        right: 20px;
        top: 55px;

    }

    #signup_form .tabRegister{
        text-align: center;
    }

    .welcome-message{
        font-size: 36px;
    }
    .sub-title-site{
        font-size: 22px;
    }

}

.token-success {
    background-color: #ceebcb !important;
    color: #0f300b !important;
    border: 1px solid #ceebcb;
}
.token-warning {
    background-color: #f9eaa8 !important;
    color: #727272 !important;
    border: 1px solid #f9eaa8;
}
::-webkit-input-placeholder {
    font-size:  1.457rem; 
}

.warning-last-attempt {
    background-color :#fbf77d !important;
    color : #998f1a !important
}
#winners .category-column-select > label {
    text-align: left;
}

.voted-button {

    font-weight: bold;

    margin-right: 10px;

}

.voted-button i, .vote-button i  {

    margin-right: 5px;

    font-size: 20px;
}

.voteRecaptcha {
    text-align: center; 
}
.voteTerms {
    display: inherit;
    position: absolute;
}
.grecaptcha-badge { 
    visibility: hidden; 
}
.recaptchaDiv {
    padding-top: 10px;
    font-size: 12px;
    color: gray;
    margin-top: 30px;
}
.recaptchaDiv a, .voteRecaptcha > span > a {
    color: #428bca;
    font-size: 12px;
}
.uploadRecaptcha {
    padding: 10px;
}
.contest-content-block p {
    margin: 6px 0px;
    padding: 0px;
    font-size: 16px !important;
    font-weight: 600;
}

.contest-content-block h4 {
   margin: 6px 0px;
    padding: 0px;
    font-size: 18px !important;
    font-weight: 600;
}
.contest-content-block .vote-button{
    padding: 13px;
    width: 100%;
    border-radius: 8px;
    max-width: 100%;
}

.contest-content-block .vote-button i, .contest-content-block .voted-button i {
    position: absolute;
    left: 16px;
}
.voted-button {
    background: #fff !important;
    border: 1px solid #bababa;
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    padding: 12px;
}
.contest-content-block {
    margin-top: 10px;
}
.voted-button .gray-text {
    color: #bababa;
}
.hflex {
    display: inherit;
}
a.cc-btn.cc-deny {
    display: none;
}
.uploadSaveDraft {
    margin-right: auto;
}
div.row:has(>div.uploadSaveDraft) {
    display: flex;
}
@media (max-width:992px){
    #accountEditDelete {
        display: flex;
    }
    .editAccountMargin {
        margin: auto;
    }
    .accountDiv, #accountEditDelete div:nth-child(2){
        display: contents;
    }
    .accountDiv > button, #accountEditDelete div:nth-child(2) > a {
        margin-right: 15px;
        margin-left: 15px;
    }
}
.thumbnail .caption h4 {
    margin-left: 0px;
}
h3.col-md-12.bulk-vote-bonus {
    color: #474747;
    text-align: center;
    margin-top: 30px;
}
h3.col-md-12.bulk-vote-bonus b {
    color: #000000;
}
.entry-wrapper .col-md-12.textbox h3, .entry-wrapper .col-md-12.description h3 {
    display: block;
}