/*------------------------------------------------------------------
[Master Stylesheet]
Project:	savesavchenko.info
Version:	1.0
Last change:	14/12/2015
Author:	savesavchenko.info
-------------------------------------------------------------------*/
/* Stylesheets and Google fonts import */
@import url("font-awesome.css");
@import url("animations.css");
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Regular.otf')  format('opentype'),
    url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf')  format('truetype'), url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Semibold.otf')  format('opentype'),
    url('fonts/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova-Semibold.ttf')  format('truetype'), url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Bold.otf')  format('opentype'),
    url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf')  format('truetype'), url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Black';
    src: url('fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Black.woff') format('woff'), url('fonts/ProximaNova-Black.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Extrabld';
    src: url('fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Extrabld.otf')  format('opentype'),
    url('fonts/ProximaNova-Extrabld.woff') format('woff'), url('fonts/ProximaNova-Extrabld.ttf')  format('truetype'), url('fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*------------------------------------------------------------------
[Table of contents]

0. CSS Reset
1. Basic Styles

-------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
div#nav_header {
    position: relative;
    min-height: 77px;
    padding: 0;
}
.first_page #nav_header {
    margin-bottom: 60px;
}
.body{
    overflow:hidden;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline:none;
}
iframe{
    border:0;
    width: 100%;
    height: 100%;
}
/*-------------------------------------------------------------------------------------------*/
/* 1. Basic Styles */
/*-------------------------------------------------------------------------------------------*/
html, body {
    margin: 0;
}
body {
    position: relative; /* needed for the overlay to extend when you scroll */
}
#content{
    padding: 1px 0px 0px 0px;
}
.content.red .container-top2{
    background: url(../images/background-red.png) repeat-x;
    background-position-y: bottom;
}
.main{
    color: #0A0A0A;
    background: #fff;
    font-family: 'ProximaNova-Regular';
}
.container-top{
    display: block;
    position: relative;
    width: 1000px;
    height: 445px;
    margin: 30px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.container-top2{
    display: block;
    position: relative;
    max-width: 1098px;
    margin: 30px auto;
    padding: 0;
}
.container-top .content-top{
    display: block;
    position: relative;
    width: 1000px;
    height: 450px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background: right bottom url(../images/top-background.png) no-repeat;
}
.container-top .content-top2{
    display: block;
    position: relative;
    width: 1000px;
    height: 610px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.conference-name{
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin: 20px 0px;
}
.conference-video{
    display: block;
    width: 640px;
    height: 360px;
    background: #fafafa;
    margin: 0px auto;
}
.first_page .conference-video.normal{
    display: block;
    width: 657px;
    float: left;
    height: 370px;
    margin: 0px auto 0 50px;
}
.first_page .conference-video{
    display: block;
    width: 980px;
    float: none;
    height: 550px;
    background: #fafafa;
    margin: 0px auto;
}
.conference-question{
    max-width: 640px;
    min-height: 50px;
    margin: 34px auto 0px;
    padding: 5px;
}
.c-question-text{
    font-family: 'ProximaNova-Semibold';
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    line-height: 20px;
    margin-right: 32px;
}
.c-question-text span{
    font-family: 'ProximaNova-Extrabld';
    font-size: 29px;
}
.c-question-q{
    display: inline-block;
    font-family: 'ProximaNova-Semibold';
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}
.modal-container .social-container{
    width: 170px;
    height: 30px;
    text-align: center;
    float: none;
    margin: 30px auto;
}
.social-container{
    width: 170px;
    height: 30px;
    text-align: center;
    float: right;
}
.social-container.footer{
    position: absolute;
    width: 170px;
    height: 30px;
    left: auto!important;
    top: auto!important;
    bottom: 20px;
    right: 0px;
}
.social-button{
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0px 3px 0 0;
    padding: 0px;
    background: #E7E7E8;
    border-radius: 50%;
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 35px;
}
.social-button:hover{
    background: #ed1b2f;
    color: white;
    cursor: pointer;
}
.social-button:focus{
    color: white;
}

.text-top-1{
    position: relative;
    font-family: 'ProximaNova-Semibold';
    font-size: 28px;
    color: #FF051B;
    text-transform: uppercase;
}
.text-top-2{
    position: relative;
    font-family: 'ProximaNova-Extrabld';
    font-size: 85px;
    text-transform: uppercase;
    color: #FF051B;
    border-top: 1px solid #E7E7E8;
    border-bottom: 1px solid #E7E7E8;
    color: #EE262D;
}
.text-top-3{
    position: relative;
    font-family: 'ProximaNova-Semibold';
    font-size: 18px;
    text-transform: uppercase;
}
.text-top-4{
    position: relative;
    font-family: 'ProximaNova-Extrabld';
    font-size: 33px;
    text-transform: uppercase;
    border-bottom: 1px solid #E7E7E8;
}
.text-top-5{
    position: relative;
    font-family: 'ProximaNova-Semibold';
    font-size: 19px;
    text-transform: uppercase;
    line-height: 21px;
    color: #FF051B;
}

.conf_done .text-top-1{
    font-size: 68px;
    font-family: 'ProximaNova-Bold';
    color: #ed1b2f;
    line-height: 150%;
}
.conf_done .text-top-2{
    font-size: 19px;
}
.conf_done .text-top-3{
    font-size: 42px;
    font-family: 'ProximaNova-Bold';
}
.conf_done .text-top-4{
    font-size: 42px;
    font-family: 'ProximaNova-Black';
    line-height: 200%;
    border-bottom: none;
}
.conf_done .text-top-5{
    font-size: 19px;
}
#conf_done_explanation{
    font-size: 21px;
    font-family: 'ProximaNova-Semibold';
    text-transform: uppercase;
    line-height: 125%;
    border-left: 5px solid #ed1b2f;
    padding-left: 5px;
    margin-top: 47px;
    float: right;
    max-width: 400px;
}
.container-form{
    display: block;
    position: relative;
    max-width: 1000px;
    min-height: 110px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    background: #FF051B;
    border-radius: 60px;
}
.container-input{
    display: block;
    position: absolute;
    width: 240px;
    height: 65px;

}
.container-input.name{
    top: 30px;
    left: 40px;
}
.container-input.email{
    top: 30px;
    left: 295px;
    width: 350px;
}
.container-input.requirements{
    top: 56px;
    left: 705px;
    width: 250px;
    text-align: right;
}
.container-input.requirements .input-title{
    font-size: 12px;
    color: #959595;
    border-right: 1px solid #EE262D;
    padding-right: 15px;
}
.container-input.text{
    top: 110px;
    left: 40px;
    width: 914px;
    height: 200px;
}
.input-title{
    margin: 35px 40px 0px 50px;
    font-size: 20px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    width: 120px;
}
.input-title span{
    font-size: 19px;
    font-family: 'ProximaNova-Extrabld';
}
.input-field{
    max-width: 600px;
    width: calc(100% - 380px);
    height: 80px;
    padding: 0px 0px 0px 0px;
    margin: 15px 0px 0px 0px;
    float: left;
}
/*.input-field input{
    width: 100%;
    height: 40px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #D7D7D7;
}*/
.input-field textarea{
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 10px;
    border: none;
    resize: none;
}
.container-list{
    display: block;
    position: relative;
    max-width: 1000px;
    xheight: 550px;
    margin: 0px auto;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #CCCCCC;
}
.content-top2 .container-list{
    max-width: 376px;
    width: 100%;
    float: none;
    margin: auto;
    padding-top: 30px;
}
.list-title{
    display: block;
    position: relative;
    max-width: 435px;
    margin: 0px auto;
    font-size: 25px;
    padding-left: 0px;
    text-align: center;
    border-bottom: 1px solid #E7E7E8;
    padding-bottom: 20px;
}
.list-title span{
    font-family: 'ProximaNova-Bold';
}
.list{
    display: block;
    position: relative;
    padding: 20px 0px 0px 0px;
}
.list-item{
    display: block;
    position: relative;
    max-width: 540px;
    margin: 2px auto 0px auto;
}
.list-item:before {
    content: "";
    position: absolute;
    left: 53px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 53px);
    border-bottom: 1px solid #E7E7E8;
}
.item-avatar{
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 9px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    float: left;
}
.item-avatar img{
    width: 32px;
    height: 32px;
}
.item-info{
    display: block;
    position: relative;
    width: calc(100% - 53px);
    min-height: 65px;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}
.item-name{
    font-family: 'ProximaNova-Extrabld';
    font-size: 14px;
    margin: 5px 0px 5px 0px;
}
.item-question{
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    line-height: 19px;
    margin: 5px 0px 5px 0px;
}
.item-stats{
    display: block;
    position: relative;
    width: 140px;
    height: 65px;
    margin: 12px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    background: center left url(../images/background-item-like.png) no-repeat;
    float: left;
}
.item-heart{
    display: block;
    position: relative;
    width: 23px;
    height: 20px;
    margin: 23px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    background: center left url(../images/item-like.png) no-repeat;
    float: left;
}
.disabled{
    display: none !important;
}
.item-plus{
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    margin: 21px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    background: center left url(../images/plus.png) no-repeat;
    float: left;
    cursor: pointer;
}
.item-plus.voted{
    background: center left url(../images/plus-disabled.png) no-repeat;
}
.item-likes{
    display: block;
    position: relative;
    margin: 25px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    font-family: 'ProximaNova-Extrabld';
    font-size: 15px;
    float: left;
}
.list-pagination{
    text-align: center;
    margin: 10px 20px;
}
.list-pagination a{
    color: #000;
    text-decoration: none;
}
.arrows{
    width: 40px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #EE262D!important;
}
.arrows.inactive{
    color: #949494!important;
}
.page{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin: 0px 5px 0px 5px;
    min-width: 15px;
}
.page.current{
    border-bottom: 1px solid #EE262D;
    font-family: 'ProximaNova-Bold';
}
.delimeter{
    color: #949494;
}
.container-footer{
    display: block;
    position: relative;
    width: 1000px;
    height: 80px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}
.footer-copyright{
    position: absolute;
    display: block;
    width: 490px;
    font-size: 12px;
    top: 33px;
    left: 0px;
}
.footer-logo{
    position: absolute;
    display: block;
    width: 90px;
    height: 60px;
    background: url(../images/logo-footer.png) no-repeat;
    left: 50%;
    margin-left: -45px;
    top: 10px;
}
.spacer-v-30{
    display: block;
    position: relative;
    width: 1px;
    height: 30px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}
.top-navigation{
    position: relative;
    float: left;
}
.btn-custom {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    background: #E7E7E8;
    padding: 0px 20px;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
    font-family: 'ProximaNova-Regular';
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
}

.btn-custom:hover {
    color: #fff;
    background: #ed1b2f;
    text-decoration: none;
}
.butn {
    font-family: 'ProximaNova-Bold';
    color: #0A0A0A;
    background: #EB0316;
    padding: 16px 20px 10px 20px;
    text-decoration: none;
    text-align: center;
}
.butn:hover {
    background: #cc252d;
    text-decoration: none;
    color: #ffff!important;
}
.butn.butn-send{
    position: relative;
    font-size: 13px;
    width: 170px;
    height: 40px;
    margin: 35px 0px 0px 0px;
    cursor: pointer;
    border-radius: 0px 20px 20px 0px;
    float: left;
}
.butn.butn-read{
    font-family: 'ProximaNova-Regular';
    width: 125px;
    height: 30px;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
}
.agreement{
    display: block;
    position: absolute;
    bottom: 50px;
    left: 230px;
    font-size: 12px;
}

.btn-social {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    color: #FFFFFF;
    background: #315C8A;
    padding: 11px 25px 9px 25px;
    text-decoration: none;
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}

.btn-social:hover {
    color: #fff;
    background: #447FBA;
    text-decoration: none;
}
.archive-container{
    width: 744px;
    height: 200px;
    margin: 0px auto;
}
.archive-left{
    width: 12px;
    padding: 0 26px;
    height: 46px;
    margin: 75px 0px 0px 0px;
    background:center center url(../images/arrow-left.png);
    background-repeat: no-repeat;
    float:left;
    cursor: pointer;
}
.archive-right{
    width: 12px;
    height: 46px;
    margin: 75px 0px 0px 0px;
    background:center center url(../images/arrow-right.png);
    padding: 0 26px;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
}
.archive-list{
    position: relative;
    float: left;
    width: 640px;
    height: 210px;
    overflow: hidden;
}
.archive-items{
    position: absolute;
    width: 10000px;
    left: 0px;
}
.archive-item{
    width: 214px;
    height: 200px;
    background: #f1f1f1;
    float: left;
    /* margin: 0px 4px 0px 4px; */
    background: none;
    cursor: pointer;
}
.archive-item:hover,.archive-item.active{
    background: url(../images/archive-item-hover.png);
}
.archive-thumb{
    margin: 20px auto 0px auto;
    width: 191px;
    max-height: 107px;
    overflow: hidden;
}
.archive-thumb img{
    width: 191px;
}
.archive-date{
    font-family: 'ProximaNova-Semibold';
    font-size: 10px;
    text-transform: uppercase;
    margin: 10px 0px 0px 0px;
    padding: 0px 13px 0px 13px;
}
.archive-item:hover .archive-name,.archive-item.active .archive-name{
    color: #fff;
}
.archive-name{
    font-family: 'ProximaNova-Semibold';
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0px 0px 0px;
    padding: 0px 13px 0px 13px;
}




/* loader */
/* Absolute Center Spinner */
.loading {
    display: none;
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    position: relative;
    margin: auto;
    top: 50%;
    font-size: 10px;
    width: 1em;
    height: 1em;
    -webkit-animation: spinner 1000ms infinite linear;
    -moz-animation: spinner 1000ms infinite linear;
    -ms-animation: spinner 1000ms infinite linear;
    -o-animation: spinner 1000ms infinite linear;
    animation: spinner 1000ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 5, 27, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(255, 5, 27, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(255, 5, 27, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.modal-overlay{
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.55);
}
.modal-window,.modal-overlay{
    display: flex;
    opacity: 0;
    pointer-events: none;
}
.modal-window {
    max-width: 850px;
    max-height: 550px;
    position: relative;
    background-color: #F7F9FC;
    text-align: center;
    z-index: 11;
    font-family: 'ProximaNova-Regular';
    padding: 0px 0px 0px 0px;
    border-radius: 10px;
}
.modal-close{
    position: absolute;
    width: 17px;
    height: 17px;
    right: 10px;
    top: 10px;
    background: url(../images/modal-close.png);
    z-index: 33;
    cursor: pointer;
}
.modal-container{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 50px 20px 50px;
}
.modal-subtitle{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px 0px -5px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'ProximaNova-Regular';
    font-size: 17px;
    text-transform: uppercase;
}
.modal-title{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-family: 'ProximaNova-Bold';
    font-size: 25px;
    text-transform: uppercase;
}
.modal-title span{
    color: #FF051B;
}
.modal-line{
    display: block;
    width: 70%;
    height: 1px;
    margin: 0px auto 15px auto;
    background: #E7E7E8;
}
.modal-line.toppad10{
    margin: 0px!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.modal-text{
    text-align: center;
    font-family: 'ProximaNova-Regular';
}
.modal-date{
    display: block;
    position: relative;
    width: 100%;
    margin: 0px auto;
    font-size: 13px;
}
.modal-bottom{
    font-family: 'ProximaNova-Bold';
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}
.modal-logo{
    position: relative;
    display: block;
    width: 90px;
    height: 60px;
    background: url(../images/logo-footer.png) no-repeat;
    left: 50%;
    margin-left: -45px;
}
.admin-link.active{
    font-weight: bold;
}
.logo-top{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -38px;
    width: 77px;
    height: 70px;
    background: url(../images/logo-top.png) no-repeat;
}
@media screen and (max-width: 640px) {
    .conference-video {
        width: 480px;
        height: 270px;
    }
}
@media screen and (max-width: 480px) {
    .conference-video {
        width: 360px;
        height: 202px;
    }
    #about .text-top-2{
        font-size: 62px;
    }
    .content.red .container-top2{
        background-size: 1px 50%;
    }
}
@media screen and (max-width: 360px) {
    .conference-video {
        width: 320px;
        height: 180px;
    }
}

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

    .archive-list {
        width: 428px;
    }
    .archive-container{
        width: 532px;
    }
}
@media screen and (max-width: 532px) {

    .archive-list {
        width: 214px;
    }
    .archive-container{
        width: 318px;
    }
}

@media screen and (max-width: 940px) {
    .logo-top{
        position: relative;
        float:left;
        left: initial;
        margin-left: 0;
        margin-top: -15px

    }

}

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

    .social-container {
        width: initial;
        float: none;
    }

    .logo-top {
        position: relative;
        float: none;
        left: initial;
        margin: 15px auto;
    }
    .top-navigation {
        position: relative;
        float: none;
        text-align: center;
    }
    .btn-custom{
        margin-bottom: 14px;
    }
}

#about{
    position: relative;
    max-width: 406px;
    min-height: 353px;
    margin-right: 50px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#about.conf_done{
    display: block;
    min-height: 0;
    margin-right: 0;
}

@media screen and (max-width: 1120px) {
    #about {
        float: none;
        margin: auto !important;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-bottom: 19px;
    }
    .first_page .conference-video,.first_page .conference-video.normal {
        width: 600px;
        float: none;
        height: 337px;
        margin: 0px auto !important;
    }
    .content-top2 .container-list{
        float: none;
        margin: auto;
    }
    #conf_done_explanation{
        float: none;
        margin: 41px auto 0;
    }
}

@media screen and (max-width: 650px) {
    .first_page .conference-video, .first_page .conference-video.normal {
        width: 429px;
        height: 240px;
    }
    #hashtag{
        font-size: 40px !important;
    }
}
@media screen and (max-width: 475px) {
    .first_page .conference-video, .first_page .conference-video.normal {
        width: 300px;
        height: 168px;
    }
    #hashtag{
        font-size: 30px !important;
    }
    .conf_done .text-top-1 {
        font-size: 44px;
    }
    .conf_done .text-top-3 {
        font-size: 25px;
    }
    .conf_done .text-top-4 {
        font-size: 25px;
    }
    #conf_done_explanation {font-size: 17.89px;max-width: 265px;letter-spacing: 1px;}
}
@media screen and (max-width: 700px) {
    .input-title{
        float: none;
        margin: 0 auto 20px;
    }
    .input-field{
        float: none;
        width: calc(100% - 100px);
        margin: auto;
    }
    .butn.butn-send{
        float: none;
        margin: 20px auto 0;
        border-radius: 20px;
    }
    .container-form {
        padding: 20px 0px 20px 0px;
    }
}
#hashtag{
    text-align: center;
    font-family: 'ProximaNova-Bold';
    font-size: 50px;
    line-height: 150%;
}
#conference-video.conf_done{
    margin-left: 0;
}