

.padleftright30 {
    margin: 0px 0px 0px 30px;
}

.black {
    font-family: 'Graphik LC Web Black' !important;    
}

.caps {
    text-transform: uppercase !important;
}

.hr {
    border-top: 1px solid #c0c0c0;
}

.hr span {
    position: absolute;
    background: #fff;
    margin-top: -10px;
    margin-left: 0px;
    width: 25px;
    font-size: 18px;
}

.article .content-blocks {
    border-left: 0px;
}

.article>.right {
    float: right;
    width: 45%;
    margin-bottom: 20px;
    margin-left: 10px;
}                    

.article {
    border-left: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
    .article {
        border-left: 0px;
    }
        
    .article>.right {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }                    
    
    .article h1 {
        margin-bottom: 0px;
    }

    .article .content-blocks {
        padding-bottom: 0px !important;
    }
    
    .article h1 + span {
        margin-top: 10px !important;
    }
    
}

.article h1 {
    font-size: 32px;
    line-height: 35px;
    color: #3e4040;
    font-family: 'Graphik LC Web Black';
    text-transform: none;
}

.article h1 + span {
    display: block;
    margin-top: -5px;
    
    color: #a1a6a6;
    font-size: 11px;
    font-family: 'Graphik LC Web Medium';
    text-decoration: none;
    text-transform: uppercase;
}

body, td {
    font-family: Graphik LC Web Regular, Tahoma, Arial;
    font-weight: normal;
    line-height: 130%;
}

#logo/*,
#logo-fixed*/ {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000033;
    width: 260px; 
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #23244f;
    position: fixed; 
    top: 0px; 
    z-index: 150;
    padding: 15px 10px;
}

.black-day #logo {
    background-color: #000000;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.header__logo_icon_white {
    width: 222px;
    height: 53px;
    fill: #222d83;
    display: block;
}

@media only screen and (max-width: 1280px) {
    #logo {
        border-bottom: 0px;
        height: 79px;
    }
}

/*#logo-fixed { display: none; border-bottom: 1px solid #e1e5e6; background-position: 18px center }*/

#logo a,
#logo img { width: 260px;height: 80px; display: block; }
                                                                                           
/*#logo-fixed a,
#logo-fixed img { width: 160px;height: 80px; display: block; }

#logo-fixed span#menu-handler,
#logo-fixed span#menu-handler img { float: right; width: 120px; height: 79px; }

#logo-fixed span#menu-handler { background-color: #fff; background-position: right center; cursor: pointer; }*/

.importance-button {
    cursor: pointer;
    padding: 8px 20px;
    color: #e60067;
    border: 1px solid #e60067;
    background: #fff;
    text-decoration: none;
    display: inline-block;
}

.importance-button:hover {
    color: #fff;
    background: #e60067;
}

#fixer-bottom {
        
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    bottom: 0;
    position: fixed;
    z-index: 1;
    
}

.transparentize {
    /*background: rgba(255,255,255,1);*/
    /*background: -moz-linear-gradient(left, rgba(255,255,255,1) 19%, rgba(237,237,237,0) 140%);*/
    background: -webkit-gradient(left top, right top, color-stop(19%, rgba(255,255,255,1)), color-stop(95%, rgba(237,237,237,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 19%, rgba(237,237,237,0) 95%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 19%, rgba(237,237,237,0) 95%);
    /*background: -ms-linear-gradient(left, rgba(255,255,255,1) 19%, rgba(237,237,237,0) 95%);*/
    /*background: linear-gradient(to right, rgba(255,255,255,1) 19%, rgba(237,237,237,0) 140%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.transparentize-vertical {
    /*background: rgba(255,255,255,1);*/
    /*background: -moz-linear-gradient(left, rgba(255,255,255,1) 19%, rgba(237,237,237,0) 140%);*/
    background: -webkit-gradient(left top, left bottom, color-stop(70%, rgba(0,0,0,1)), color-stop(100%, rgba(128,128,128,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 70%, rgba(128,128,128,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 70%, rgba(128,128,128,0) 100%);
    /*background: -ms-linear-gradient(left, rgba(255,255,255,1) 19%, rgba(237,237,237,0) 95%);*/
    /*background: linear-gradient(to right, rgba(255,255,255,1) 19%, rgba(237,237,237,0) 140%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.transparentize-vertical-grey {
    /*background: rgba(255,255,255,1);*/
    /*background: -moz-linear-gradient(left, rgba(255,255,255,1) 19%, rgba(237,237,237,0) 140%);*/
    background: -webkit-gradient(left top, left bottom, color-stop(70%, rgba(161,166,166,1)), color-stop(100%, rgba(128,128,128,0)));
    background: -webkit-linear-gradient(top, rgba(161,166,166,1) 70%, rgba(128,128,128,0) 100%);
    background: -o-linear-gradient(top, rgba(161,166,166,1) 70%, rgba(128,128,128,0) 100%);
    /*background: -ms-linear-gradient(left, rgba(255,255,255,1) 19%, rgba(237,237,237,0) 95%);*/
    /*background: linear-gradient(to right, rgba(255,255,255,1) 19%, rgba(237,237,237,0) 140%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-button {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 23px;
    font-family: Tahoma;
    background: #000033;
    border: 1px solid #000033;
    float: right;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
    padding-left: 2px;
    margin: 15px 20px 0px 0px;
    position: relative;
    z-index: 2;
}

.box-button:hover {
    border: 1px solid #fff;
}

.box-button.white {
    background: #fff;
    color: #3e4040;
    border: 1px solid #fff;
}

.box-button.grey {
    background: #edf1f2;
    color: #3e4040;
    border: 1px solid #edf1f2;
}


.button-transparent {
    background: transparent;
    padding: 15px 20px 12px;
    font-family: 'Graphik LC Web Medium';
    font-size: 11px;
    line-height: 11px;
    cursor: pointer;
    text-transform: uppercase;
}

.button-transparent.white {
    border: 1px solid #fff;
    color: #fff;
}

.button-transparent.white-blue {
    border: 1px solid #fff;
    color: #000033;
}

.button-transparent.grey {
    border: 1px solid #e1e5e6;
}

.button-transparent.grey:hover {
    border: 1px solid #000058;
}


#profile {
    /*height: 49px;*/
}

#profile .profile {
    display: block;
    padding: 13px 20px 9px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Graphik LC Web Medium';
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

#profile .login {
    display: block;
    padding: 20px 20px 0px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Graphik LC Web Medium';
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

#profile.fixed .login {
    padding: 0px;
    height: 114%;
    display: block;
    text-align: center;
}

#authfixed span,
#profile .profile span {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    float: none;
    margin-right: 10px;
    border-radius: 30px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}   

#authfixed span {
    width: 60%;
    height: 60%;
    margin: 20%;
}

#profile.fixed {
    width: 100%;
    height: 100%;
}

#profile.fixed .profile {
    padding: 10px 10px;
    width: 100%;
    height: 100%;
}

#profile.fixed .profile span {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

#profile .login svg,
#profile .login span {
    fill: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 0px;
    margin-top: -5px;
    float: right;
    /*vertical-align: middle;*/
    background-position: center center;
    background-repeat: no-repeat;
}


#profile.fixed .login svg {
    float: none;
    margin: 33px 0px 0px 0px;
}

@media only screen and (max-width: 70px) {
    #profile.fixed .login svg {
        float: none;
        margin: 23px 0px 0px 0px;
    }
}

#profile.fixed .login span {
    width: 100%;
    height: 100%;
}

#profile .profile em {
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    text-align: right;
    font-family: Arial;
    font-size: 30px;
    line-height: 15px;
    color: #fff;
    font-style: normal;
}

.slider-container h3 {
    padding: 25px 0px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1b1b1b;
}

.slider-container .arrow-container {
    float: right;
}

.slider-container .arrow-container a {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0px 20px 0px;
}

.slider-container .arrow-container a.left {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.slider-container .items-slider .slider {
    padding: 20px 20px 0px;
    white-space: nowrap;
}

.slider-container .items-slider .slider {
    padding-left: 0px;
    padding-top: 0px;    
}

.slider-container .items-slider .slider>div {
    /*display: none;*/
}

.slider-container .items-slider {
    background: #fff;
    min-height: 250px;
    overflow: hidden;
}

.slider-container.huge .items .items-slider  {
    background: transparent;
}


/* comments */
.comment-list {
    width: 100%;
    border-bottom: 1px solid #e1e5e6;
    margin-bottom: 20px;
    padding: 20px;                                          
}

.form .comment-list {                                          
    padding: 0px;  
    border-bottom: 0px;      
    margin-bottom: 0px;                                   
}
                                                                                    
.comment-list .table {
    width: 100%;
    margin: 0px;
}

.comment-list .table>div>div:first-child {
    width: 50px;
}                                               

.comment-list .table>div>div {
    font-family: 'Graphik LC Web Medium';
    vertical-align: middle;
}

.comment-list .table>div>div img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    /*background-color: #4a4c4d;*/
    background-position: center center;
    background-size: cover;
}

.comment-list .table>div>div:last-child strong {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 20px;
}

.comment-list .table>div>div:last-child span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    color: #a1a5a6;        
}

.comment-list p {
    margin: 0;
    padding: 0;
    padding-left: 50px;
    font-size: 16px;
    font-family: 'Graphik LC Web Regular';
    word-wrap: break-word;
    word-break: break-word;
}

.comment-list p.math {
    padding-left: 50px;
    font-size: 12px;
    font-family: 'Graphik LC Web Medium';
}

.comment-list p.math a {
    color: #0d0d40;
}

.comments-popup .more {
    margin-top: 20px;
    margin-right: 20px;
}


.help {
    background: #000058;
    cursor: pointer;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -5px;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
    color: #fff;
    padding-top: 5px;
    text-align: center;
    font-family: Arial;
    font-style: normal;
    
}

.help.grey {
    background: #4a4c4d;
}

.help.small {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    font-size: 9px;
    line-height: 9px;
    padding-top: 4px;
}

[onclick] {
    cursor: pointer;
}

.center-content { text-align: center; }


@media only screen and (max-width: 767px) {
    
    .article h1 {
        font-size: 20px;    
        line-height: 25px;    
    }   
    
}





.article.white {
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
}

.article.white .content-right-block,
.article.white .breadcrumbs {
    display: none;        
}


.text-top + .content-pad {
    margin-top: 50px;
}


.grad-bad {
    background: rgb(229,1,103);
    background: -moz-linear-gradient(left, rgba(229,1,103,1) 0%, rgba(2,197,216,1) 64%, rgba(2,197,216,1) 100%);
    background: -webkit-linear-gradient(left, rgba(229,1,103,1) 0%,rgba(2,197,216,1) 64%,rgba(2,197,216,1) 100%);
    background: linear-gradient(to right, rgba(229,1,103,1) 0%,rgba(2,197,216,1) 64%,rgba(2,197,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50167', endColorstr='#02c5d8',GradientType=1 );
}

.black-day .grad-bad {
    background: #000;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 2px solid rgba(255,255,255,0.2);
}


.duty-form {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e5e6;
}

.wcontent .duty-form {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.duty-form .duty-avatar {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 10px;
    background-color: #2e2e2e !important;
    background-position: center center !important;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
}

.duty-form .duty-name {
    font-size: 16px;
    font-family: 'Graphik LC Web Medium';
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.duty-form .action-preview {
    background: #edf1f2;
    padding: 20px;
    width: 98%;
}

.duty-form .action-preview:empty {
    display: none;    
}

.duty-form .action-preview table {
    width: 100%;
}

.duty-form .action-preview table tr td {
    vertical-align: top;
}

.duty-form .action-preview table img {
    width: 120px;
    margin-right: 10px;
}

.duty-form .action-preview table h3 {
    text-transform: none;
    font-size: 18px;
    font-family: 'Graphik LC Web Medium';
    font-weight: normal;
}

.duty-form .action-preview .remove {
    color: #2e2e2e;
    float: right;
    margin-top: -60px;
    cursor: pointer;
}

.duty-form .action-preview .remove:before {
    content: '+';
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-top: 2px;
    margin-left: -2px;
}

.duty-form .date {
    width: auto;
}

.duty-form .date select {
    width: 60px;
    font-family: monospace;
    font-size: 16px;
    background-position: 80% center !important;
    padding: 11px 13px;
}



.duty-pane {
    width: 1020px;
    position: fixed;    
    z-index: 2000;
    max-width: 100%;
}

.duty-pane button {
    width: 50%;
    display: inline-block;
    vertical-align: top;


    cursor: pointer;
    padding: 15px 20px;
    color: #e60067;
    border: 1px solid #e60067;
    background: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Graphik LC Web Medium';
    font-size: 16px;
    
}
                      
.content-block {
    max-width: 100%;
    /*width: 650px !important;*/
    margin: 0 auto;
    padding-right: 0px !important;
}

.banner.sp_notify_prompt_own,
.banner.sp_notify_prompt {
    position: fixed;
    z-index: 2000;
    top: 0px;
    left: 0px;
}


.banner span:not(.desktop) {
    display: none !important;
}
  
#errorpage .content-block,
#newblogs .content-block,
#numberspage .content-block,
#newguestsq .content-block,
#newguests .content-block,
#newdictorsq .content-block,
#newdictors .content-block,
#newspage .content-block,
#onlinepage .content-block,
#newrealnumberspage2 .content-block,
#newrealnumberspage .content-block,
#programmpartspage .content-block,
#telepage .content-block,
#newissues .content-block,
#newtags .content-block,
#programmaspage .content-block {
    max-width: 650px !important;
}

@media only screen and (max-width: 1020px) {
    .banner-modal,
    .bannerbottom {
        display: none !important;
    }                                                                               
}

@media only screen and (max-width: 767px) {
    .bannerbottom {
        display: none !important;
    }
    .acc {
        width: 100% !important;
    }

    .duty-pane {
        position: absolute;
        display: table;
        width: 100%;
        margin-top: 50px;
    }

    .duty-pane button {
        width: 50%;
        height: 50px;
        font-size: 12px;
        display: table-cell;
    }
    
    .banner span.desktop {
        display: none !important;
    }
    .banner span.mobile {
        display: block !important;
    }

}


.continuous {
    background: #fff;
}

.opacity {
    background: #000;
    position: fixed;
    top: 0;
    height: 100%;
    opacity: 0.8;
    pointer-events: none;
}









/* стилевой файл для шаблона recs.poll*/
.poll-list .table {
    width: 100%;
    margin-bottom: 30px;
}
.poll-list .table>div:first-child>div {
    background: #e60067;
    color: #fff;
    padding: 20px;
}

.poll-list .table>div:first-child>div>span {
    font-family: 'Graphik LC Web Medium';
    font-size: 11px;
    padding-bottom: 10px;
    display: block;
}

.poll-list .table>div:first-child>div>p {
    font-family: 'Graphik LC Web Medium';
    font-size: 21px;
    padding-bottom: 0px;
}

.poll-list .table>div:first-child>div>a {
    float: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

.poll-list .table>div:last-child>div {
    border: 1px solid #e6e6e6;
    border-top: 0px;
    border-bottom: 0px;
}

.poll-list .table>div:last-child>div div {
    padding: 20px 20px;
    border-bottom: 1px solid #e6e6e6;
}

.poll-list .table>div:last-child>div div>div {
    position: absolute;
    z-index: 0;
    background: #fce4f1;
    width: 0px;
    margin: -19px;
    display: none;
    color: #e60067;
    font-family: 'Graphik LC Web Medium';
    font-size: 12px; 
}

.poll-list.polled .table>div:last-child>div div>div {
    display: block;
}

.poll-list .max {
    display: none;
    position: absolute;
    border-bottom: 1px solid #e6e6e6 !important;
    font-family: 'Graphik LC Web Medium';
    font-size: 14px;
}

.poll-list .max span {
    color: #e60067;
    font-family: 'Graphik LC Web Medium';
    font-size: 14px; 
}

.poll-list.polled .max {
    display: block;
}

.poll-list.polled label:before {
    visibility: hidden;
}

.poll-list .table>div:last-child>div div:last-of-type {
    border-bottom: 0px;
}

.poll-list .table>div:last-child>div .importance-button {
    width: 100%;
    padding: 20px 20px;
}

.poll-list label {
    width: 100%;
    font-size: 15px !important;
    /*line-height: 50px !important;*/
    color: #3e4040;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px !important;
}

.poll-list label span {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    width: calc(100% - 30px);
    padding-left: 20px;
}

.poll-list label:hover {
    color: #e60067;
}

.poll-list label:before {
    content: '';
    position: static !important;
    width: 16px !important;
    height: 20px !important;
    border: 1px solid #e7e7e7 !important;
    background: #edf1f2 center center no-repeat !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -2px;
    line-height: 17px;
    font-size: 22px;
    padding-left: 4px;    
}

.poll-list [type="checkbox"]:checked + label:before,
.poll-list [type="radio"]:checked + label:before {
    content: '' !important;
    color: #fff !important;
    width: 8px !important;
    height: 12px !important;
    background: #fff center center no-repeat !important;
    border: 5px solid #e60067 !important;
}

.poll-list [type="radio"] + label:after, 
.poll-list [type="checkbox"] + label:after {
    display: none;
}

@media only screen and (max-width: 767px) {
    
    .poll-list .table {
        margin-bottom: 0px;
    }
    
    .quotes-list .table>div:last-child>div {
        padding-bottom: 0px !important;
    }
    
    .poll-list .table>div:last-child>div {
        padding-bottom: 0px !important;
    }

    
    
}


.poll-list-full .table {
    width: 100%;
    margin-bottom: 30px;
}
.poll-list-full .table>div:first-child>div {
    border: 1px solid #e60067;
    color: #3e4040;
    padding: 20px;
}

.poll-list-full .table>div:first-child>div>span {
    font-family: 'Graphik LC Web Medium';
    font-size: 11px;
    padding-bottom: 10px;
    display: block;
}

.poll-list-full .table>div:first-child>div>p {
    font-family: 'Graphik LC Web Medium';
    font-size: 21px;
    padding-bottom: 0px;
}

.poll-list-full .table>div:first-child>div>a {
    float: right;
    color: #e60067;
    text-transform: uppercase;
    font-size: 11px;
}

.poll-list-full .table>div:last-child>div {
    border: 1px solid #e6e6e6;
    border-top: 0px;
    border-bottom: 0px;
}

.poll-list-full .table>div:last-child>div div {
    padding: 20px 20px;
    border-bottom: 1px solid #e6e6e6;
}

.poll-list-full .table>div:last-child>div div>div {
    position: absolute;
    z-index: 0;
    background: #fce4f1;
    width: 0px;
    margin: -19px;
    display: none;
    color: #e60067;
    font-family: 'Graphik LC Web Medium';
    font-size: 12px; 
}

.poll-list-full.polled .table>div:last-child>div div>div {
    display: block;
}

.poll-list-full .max {
    display: none;
    position: absolute;
    border-bottom: 1px solid #e6e6e6 !important;
    font-family: 'Graphik LC Web Medium';
    font-size: 14px;
}

.poll-list-full .max span {
    color: #e60067;
    font-family: 'Graphik LC Web Medium';
    font-size: 14px; 
}

.poll-list-full.polled .max {
    display: block;
}

.poll-list-full.polled label:before {
    visibility: hidden;
}

.poll-list-full .table>div:last-child>div div:last-of-type {
    border-bottom: 0px;
}

.poll-list-full .table>div:last-child>div .importance-button {
    width: 100%;
    padding: 20px 20px;
}

.poll-list-full label {
    width: 100%;
    font-size: 15px !important;
    /*line-height: 50px !important;*/
    color: #3e4040;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px !important;
}

.poll-list-full label span {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    width: calc(100% - 30px);
    padding-left: 20px;
}

.poll-list-full label:hover {
    color: #e60067;
}

.poll-list-full label:before {
    content: '';
    position: static !important;
    width: 16px !important;
    height: 20px !important;
    border: 1px solid #e7e7e7 !important;
    background: #edf1f2 center center no-repeat !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -2px;
    line-height: 17px;
    font-size: 22px;
    padding-left: 4px;    
}

.poll-list-full [type="checkbox"]:checked + label:before,
.poll-list-full [type="radio"]:checked + label:before {
    content: '' !important;
    color: #fff !important;
    width: 8px !important;
    height: 12px !important;
    background: #fff center center no-repeat !important;
    border: 5px solid #e60067 !important;
}

.poll-list-full [type="radio"] + label:after, 
.poll-list-full [type="checkbox"] + label:after {
    display: none;
}

@media only screen and (max-width: 767px) {
    
    .poll-list-full .table {
        margin-bottom: 0px;
    }
    
    .quotes-list .table>div:last-child>div {
        padding-bottom: 0px !important;
    }
    
    .poll-list-full .table>div:last-child>div {
        padding-bottom: 0px !important;
    }

    
    
}



.select2-dropdown {
    border: 1px solid #d0d0d0;
    box-shadow: 5px 5px 10px rgba(0,0,0, 0.5);
    border-radius: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #d9d9d9;
    color: #000;    
}

.select2-results__option {
    font-size: 18px;
    font-family: 'Graphik LC Web Medium';
}


.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #d0d0d0;
    margin-top: -2px;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #d0d0d0;
    margin-top: -5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 18px;
    font-family: 'Graphik LC Web Medium';
    border: 0px solid #d0d0d0;           
    outline: none;         
}

.select2-container--default .select2-selection--single {
    outline: none;
}

.select2-container .select2-selection__rendered {
    padding: 3px 30px 1px 0px;
}

.select2-results__option:before {
    display: none;    
}

iframe {
    width: 100%;
    /*height: 400px;*/
}

/*@media only screen and (max-width: 1020px) {

}

@media only screen and (max-width: 768px) {
    iframe {
        height: 176px;
    }
}
    
*/





/* moderators page */
.centered-page #content {
    margin: 0 auto;
    background: transparent;
    min-height: 800px;
}

.centered-page #content .article {
    text-align: left !important;
}


@media only screen and (max-width: 767px) {
    .centered-page #content {
        margin: 0px;
    }
    
    .centered-page #content .content-blocks {
        padding: 20px 10px;
    }
    
    [data-player] {
        width: 100% !important;
    }
    
}