a:focus{
    outline: 0 none;
}
a,
a:focus,
a:hover,
a:active{
    color:#3b3e45;
}
a{
    text-decoration: underline;
}
img{
    max-width: 100%;
    height: auto;
}
.full-text img{
    height: auto!important;
}
iframe{
    max-width: 100%;
}
.padding-right-30{
    padding-right: 30px;
}
.padding-left-30{
    padding-left: 30px;
}
.padding-bottom-30{
    padding-bottom: 30px;
}
.padding-top-30{
    padding-top: 30px;
}
.padding-30{
    padding: 30px;
}
.my-text-left{
    text-align: left!important;
}
div.required label::after {
    color: #ff0000;
    content: " *";
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Ledger', serif;
}
/*input[type='text'].form-control,
input[type='email'].form-control,
input[type='passord'].form-control,
select.form-control,
textarea.form-control*/
.form-control{
    border-radius: 0;
}
input[type='submit']{
    border-radius: 15px;
    background: #60b2b3;
    color: #fafafa!important;
    text-shadow:0 -1px rgba(76,145,146,0.75);
    text-transform: uppercase;
    padding: 0 50px;
    height: 40px;
    position: absolute;
    right: 140px;
    font-weight: 700;
    border: none;
    outline: none!important;
}

@media (min-width: 768px) and (max-width: 1089px) {
    input[type='submit'] {
        right: 150px;
    }
}

@media (max-width: 768px) {
    input[type='submit'] {
        position: static;
    }
}

@media (max-width: 483px) {
    input[type='submit'] {
        height: 27px;
        padding: 0 25px;
    }
}

input[type='submit']:active,
input[type='submit']:hover{
    background-color: #6ecacc;
}
.pager .next > a,
.pager .next > span{
    float:none;
}
body{
    font-size: 13px;
    color: #3b3e45;
    font-family: Arial;
    background: url(../images/bg_body_right.png) right 50px no-repeat #e2e7ea;
}
.container{
    margin-left: 0;
    margin-right: 0;
}
.sidebar_row{
    background: url(../images/bg_logo.png) 0 0 no-repeat #1d2c2c;
}
#for-logo{
    height: 200px;
    background: url(../images/bg_logo.png) 0 0 no-repeat #1d2c2c;
    position: relative;
}
#for-logo img{
    position: relative;
    top:50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#for-logo .lang-container{
    margin:0;
    padding: 0;
    position: absolute;
    bottom: 15px;
    left:0;
    width: 100%;
    text-align: center;
    display: none;
}
#for-logo .lang-menu{
    margin:0;
    padding: 0;
    width: 100%;
    list-style: none;
}
#for-logo .lang-menu a{
    display: inline-block;
    line-height: 20px;
    padding-left: 27px;
    font-size: 14px;
    color: #e7ecef;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
#for-logo .lang-menu a.en{
    background:url(../images/en.png) 0 center no-repeat;
}
#for-logo .lang-menu a.ru{
    background:url(../images/ru.png) 0 center no-repeat;
}
#for-logo .lang-menu a span{
    border-bottom: 1px solid #4c5659;
}
#mobile-menu,
#sidebar-menu{
    padding: 30px 0 40px;
}
#sidebar-menu{
    min-height: 600px;
}
ul.main-menu{
    margin:0;
    padding: 0;
}
ul.main-menu li{
    margin:0;
    padding: 2px 0;
}
ul.main-menu li a{
    margin:0;
    padding: 0 2px;
    color:#1d2c2c;
    display: inline-block;
    font-size: 25px;
    line-height: 51px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}
ul.main-menu li a.menu-item-2301{
    color: red;
}
ul.main-menu li a:after{
    display: block;
    width:100%;
    height: 1px;
    content: '';
    background: #bcc6c7;
    position: absolute;
    bottom: 0;
    left: 0;
}
ul.main-menu li a:hover,
ul.main-menu li a:focus,
ul.main-menu li.active a{
    background: none;
    color:#9bacac;
}
.social-block{
    padding: 20px 10px 5px;
    position: relative;
    height: 200px;
}
.social-block:before,
.social-block:after{
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 10px;
    top:0;
}
.social-block:before{
    left: 0;
}
.social-block:after{
    right: 0;
}
.social-block ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.social-block ul li{
    display: inline-block;
    margin: 0 6px;
}
.social-block ul li a{
    color: #2a3b3b;
    background: #60b2b3;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}
.social-block ul li a:hover,
.social-block ul li a:active{
    background: #6ecacc;
}
.social-block-title{
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 13px;
}
.social-block-desc{
    font-size: 12px;
    color: #748d8d;
    margin-bottom: 40px;
    padding: 0 25px;
}
#social-block1 {
    background-color: #2a3b3b;
}
.page_header{
    height: 200px;
    position: relative;
}
.site-index .page_header{
    background: url(../images/bg_header_index.jpg) center 0 no-repeat;
}
.page_header_contacts{
    background: url(../images/bg_page_header_contacts.jpg) center 0 no-repeat;
}
.page_header_blog{
    background: url(../images/bg_page_header_blog.jpg) center 0 no-repeat;
}
.page_header_blog div.page-title {
    font-family: 'Ledger', serif;
    margin: 0.5em 0;
}
.page_header_program{
    background: url(../images/bg_page_header_program.jpg) center 0 no-repeat;
}
.page_header_speakers{
    background: url(../images/bg_page_header_speakers.jpg) center 0 no-repeat;
}
.page_header_sponsor{
    background: url(../images/bg_page_header_sponsor.jpg) center 0 no-repeat;
}
.page_header_partners{
    background: url(../images/bg_page_header_partners.jpg) center 0 no-repeat;
}
.page_header_results{
    background: url(../images/bg_page_header_results.jpg) center 0 no-repeat;
}
.page_header_conference{
    background: url(../images/bg_page_header_conference.jpg) center 0 no-repeat;
}
.page_header_party{
    background: url(../images/partytop.jpg) center 0 no-repeat;
}
.page_header_mk{
    background: url(../images/mk.jpg) center 0 no-repeat;
}
.page_header_demo{
    background: url(../images/bg_demo.jpg) center 0 no-repeat;
}
#mobile-lang{
    height: 200px;
    background: url(../images/bg_logo.png) 0 0 no-repeat #1d2c2c;
    position: relative;
}
#mobile-lang .lang-menu{
    margin:0;
    padding: 0;
    position: relative;
    top: 50%;
    left:0;
    width: 100%;
    text-align: center;
    list-style: none;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mobile-lang .lang-menu a{
    display: inline-block;
    line-height: 60px;
    padding-left: 75px;
    font-size: 25px;
    color: #e7ecef;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
#mobile-lang .lang-menu a.en{
    background:url(../images/en_mob.png) 0 center no-repeat;
}
#mobile-lang .lang-menu a.ru{
    background:url(../images/ru_mob.png) 0 center no-repeat;
}
#mobile-lang .lang-menu a span{
    border-bottom: 1px solid #4c5659;
}
#mobile-menu-container > .container{
    position: relative;
    padding-bottom: 200px;
    min-height: 100%;
}
.row-social-bl{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
#mobile-menu-container{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    overflow: hidden;
    background: #dbe0e3;
    z-index: 10;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mobile-closed #mobile-menu-container{
    -webkit-transform: translate(0,  -100%);
    -ms-transform: translate(0,  -100%);
    transform: translate(0,  -100%);
}
.mobile-open #mobile-menu-container{
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    transform: translate(0,  0);
}
.open-close-mobile{
    position: absolute;
    top:0;
    left: 0;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #9bacac;
    color: #e7ecef;
    font-size: 28px;
}
.open-close-mobile:hover,
.open-close-mobile:active{
    background: #b1c4c4;
}
.organizator_block{
    height: 200px;
    padding: 20px 40px 0;
    text-align: center;
    background: #dbe0e3;
}
.organizator_block-title{
    color:#1d2c2c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.organizator_block-image{
    padding: 30px 15px 40px;
}
.organizator_block-desc{
    font-size: 12px;
    color: #1d2c2c;
}
.sponsors_slider_cont{
    height:200px;
    background: #dbe0e3;
    padding: 20px 20px 0;
}
.sponsors_slider_a{
    text-decoration: none!important;
}
.sponsors_slider img{
    margin:0 auto;
}
.sponsors_slider_company{
    display: inline-block;
    font-size: 12px;
    color: #748d8d;
    margin-top:12px;
}
.sponsors_slider_title{
    font-size: 14px;
    color: #1d2c2c;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom:20px;
}
.bx-wrapper .bx-controls-direction a{
    background: url(../images/bg_arrows_partners.png) 0 0 no-repeat;
    width: 20px;
    height: 35px;
    margin-top: -29px;
    z-index:9;
}
.bx-wrapper .bx-controls-direction a.bx-prev{
    background-position: 0px 0px;
    left:-22px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover{
    background-position: 0px -45px;
}
.bx-wrapper .bx-controls-direction a.bx-next{
    background-position: -30px 0px;
    right:-22px;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover{
    background-position: -30px -45px;
}
.sidebar_height{
    height: 400px;
}
.row-ralative{
    position: relative;
}
.sidebar-organizator{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 350px;
}
.index-icon img{
    display: block;
    float: left;
    width: 50%;
    height: 200px;
}
.index-icon span.span-cont{
    display: block;
    float: right;
    width: 50%;
    height: 200px;
    text-align: center;
    position: relative;
    background: #eaeff2;
}
.index-icon-1 img{
    float: right;
}
.index-icon-1 span.span-cont{
    float: left;
    position: relative;
}
.index-icon span.span-cont:before{
    display: block;
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg-index-icon.png) center no-repeat #9bacac;
}
.index-icon span.span-cont:after{
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(234, 239, 242, 0);
    border-right-color: #eaeff2;
    border-width: 18px;
    margin-top: -18px;
}
.index-icon-1 span.span-cont:after{
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #eaeff2;
}
.index-icon span.span-cont span{
    position: relative;
    top:50%;
    display: inline-block;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    color: #9bacac;
    text-transform: uppercase;
    font-family: 'Ledger', serif;
}
.index-icon span.span-cont span:after{
    content: '';
    position: absolute;
    height: 1px;
    background: #d4dcde;
    width: 100%;
    position: absolute;
    left:0;
    bottom: 0;
}
.page_header_left,
.page_header_right{
    width:50%;
    float:left;
    height: 200px;
}
.page_header_index_date{
    font-size:50px;
    font-weight: bold;
    text-transform: uppercase;
    color:#ffffff;
    margin-top:22px;
}
.page_header_index_desc{
    color:#f5f8fa;
    font-weight: 400;
    font-size:12px;
    margin: 0 auto;
    max-width: 270px;
}
.page_header_index_place{
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 14px;
    font-weight: 700;
}
.header-button{
    display: inline-block;
    padding: 0 30px;
    min-width: 190px;
    line-height: 45px;
    border: 2px solid #60b2b3;
    border-radius: 25px;
    color: #e7ecef!important;
    text-decoration: none!important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background: rgba(35,37,43,0.7);
}

.header-button-index{
    margin-top: 75px;
}
.block-404{
    height: 400px;
    position: relative;
}
.block-404 a{
    position: relative;
    top: 50%;
    display: block;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.breadcrumbs{
    padding:15px 35px;
}
.breadcrumbs > div{
    /*float:left;*/
    display: inline;
    padding-right: 4px;
}
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span{
    color:#e7ecef;
}
.page-title{
    color: #e7ecef;
    text-transform: uppercase;
    padding: 0 0 0 35px;
    font-size: 40px;
    font-weight: 700;
}
.page-description {
    font-size: 18px;
    padding: 20px;
    background: #EAEFF2;
}
.page_header .page-description {
    padding: 0 0 0 35px;
    color: #e7ecef;
    font-size: 12px;
    background: none;
}
.contacts_team_section{
    font-size:25px;
    color:#9bacac;
    font-family: 'Ledger', serif;
    margin-top: 17px;
}
.contacts_team_email{
    font-size:15px;
    color: #324343;
    line-height: 30px;
    margin-top:40px;
}
.contacts_team_email i{
    width:30px;
    height: 30px;
    border-radius: 100%;
    background: #2a3b3b;
    line-height: 30px;
    color: #dbe0e3;
    margin-right: 9px;
}
.contacts_team_name{
    font-size:14px;
    color: #324343;
    text-transform: uppercase;
    font-weight: bold;
    margin-top:40px;
}
.contacts_team_item{
    min-height: 200px;
}
.contacts_team_text{
    position: relative;
}
.contacts_team_item span.arrow{
    position: absolute;
    top:50%;
    margin-top: -17px;
    right:0;
    display: block;
    width:1px;
    height: 1px;
    background: #000;
}
.contacts_team_item span.arrow:after{
    /*left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #eaeff2;
    border-left-color: #eaeff2;
    border-width: 17px;
    margin-top: -17px;*/
}
.contacts_team_item_0{
    background: #e2e7ea;
}
.contacts_team_item_1{
    background: #eaeff2;
}
.formpage{
    padding:45px 30px;
    background: #eaeff2;
}
.submit-spinner-i{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-right: 15px;
}
.form-title{
    font-size: 25px;
    color: #9bacac;
    margin-bottom: 25px;
    font-family: 'Ledger', serif;
}
#map-canvas{
    height: 400px;
}
#map-canvas img{
    max-width: 99999999px;
}
.place-info-block{
    padding-left: 40px;
    position: relative;
    margin-bottom:20px;
    padding-top: 8px;
    font-size: 15px;
}
.place-info-block a, .category a{
    text-decoration: none;
}
.place-info-block a:hover, .category a:hover{
    text-decoration: underline;
}
.category a {
    color: #9bacac;
}
.place-info-block i{
    position: absolute;
    top:2px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #2a3b3b;
    color: #dbe0e3;
    border-radius: 100%;
    font-size: 15px;
}
.news_item .news_item_image{
    position: relative;
}
.news_item .news_item_image img{
    width:auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    top:50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*display: block;*/
}
.news_item .news_item_text{
    background: #eaeff2;
    position: relative;
}
.news_item_publish{
    font-family: 'Ledger', serif;
    font-size: 40px;
    color: #9bacac;
}
.news_item_title a,
.news_item_title{
    color: #3b3e45;
    text-decoration: none;
}
.news_item_title{
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 30px;
}
.news_item_title a:hover{
    text-decoration: underline;
}
.news_item >.col-xs-12.col-md-6{
    height: 200px;
    overflow: hidden;
}
.news_item_0 >.col-xs-12.col-md-6{
    float:right;
}
.read-more{
    border: 1px solid #9bacac;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #9bacac;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 15px;
    text-decoration: none!important;
    margin-right: 10px;
}
.read-more:active,
.read-more:hover{
    color: #839191;
    border-color: #839191;
}
.tags{
    color: #9bacac;
}
.tags a{
    color: #9bacac;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}
.tags a:hover,
.tags a:active{
    color: #839191;
    text-decoration: underline;
}
.pager li > a{
    background: #60b2b3;
    text-decoration: none!important;
    border: none;
    color: #fafafa!important;
    font-weight: bold;
}
.pager li > a:focus,
.pager li > a:hover,
.pager li.active > a,
.pager li > a:active{
    background: #6ecacc;
}
.pager li span{
    background: none!important;
    border: none;
}
.pager li {
    display: inline-block;
    margin-bottom: 5px;
}
.pager-row{
    padding: 63px 30px;
    min-height: 200px;
}
.pager li.disabled{
    display: none;
}
.news-title{
    color: #324343;
    font-family: 'Ledger', serif;
    font-size: 30px;
    margin: 0 0 22px;
}
.news-single-top-icons > div{
    display: inline-block;
    line-height: 16px;
    height: 20px;
    padding: 2px 0;
    margin-right: 20px;
    color: #9bacac;
    white-space: nowrap;
}
.news-single-top-icons > div a{
    color: #9bacac!important;
}
.news-single-top-icons > div a:focus,
.news-single-top-icons > div a:active,
.news-single-top-icons > div a:hover{
    text-decoration: none
}
.share-text{
    color: #9bacac;
    margin-right: 10px;
    line-height: 16px;
}
.share42init span.share42-item{
    line-height: 16px!important;
    height: 16px!important;
}
.share42init span.share42-item a{
    line-height: 16px!important;
    height: 20px!important;
    width: 20px!important;
    background: #9bacac!important;
    border-radius: 100%;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}
.share42init span.share42-item a:active,
.share42init span.share42-item a:focus,
.share42init span.share42-item a:hover{
    background: #839191!important;
}
.share42init span.share42-item a:after{
    font-family: FontAwesome;
    position: absolute;
    top:0;
    left: 0;
    text-align: center;
    line-height: 20px;
    width: 100%;
    height: 100%;
    color: #e2e7ea;
    display: block;
}
.share42init span.share42-item a[data-count='fb']:after{
    content: "";
}
.share42init span.share42-item a[data-count='lnkd']:after{
    content: "";
}
.share42init span.share42-item a[data-count='twi']:after{
    content: "";
}
.share42init span.share42-item a[data-count='vk']:after{
    content: "";
}
.similar-news{
    color: #9bacac;
    font-family: 'Ledger', serif;
    font-size: 20px;
}
.full-text{
    background: #e7ecef;
}
.program_item_container{
    position: relative;
}
.program_item_right{
    position: absolute;
    top:0;
    right: 0;
    width: 200px;
}
.program_item_right img{
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.program_item_right:before{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: rgba(96,178,179,.3);
}
.program_item_right:after{
    z-index: 3;
}
.program_item{
    height: 200px;
    overflow: hidden;
}
.program_item_0{
    background: #eaeff2;
}
.program_item_1{
    background: #e2e7ea;
}
.program_item_left{
    padding:15px 230px 0 30px;
}
.program_speaker{
    color: #324343;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1px;
}
.program_speaker_post{
    margin-bottom: 5px;
}
.program_time{
    color: #9bacac;
    line-height: 21px;
    font-size: 15px;
    margin-bottom: 15px;
}
.program_time i{
    line-height: 21px;
}
.program_topic_title{
    font-size: 25px;
    color: #9bacac;
    font-family: 'Ledger', serif;
}
.program_topic{
    color: #3b3e45;
    font-size: 14px;
    margin-bottom: 3px;
}
.page_header .header-button-container{
    position: absolute;
    height: 88px;
    bottom:0;
    left: 0;
    float: none;
    padding-bottom: 0px;
    padding-left: 35px;
}
.page_header .header-button-container a{
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.speaker_item{
    display: block;
    float: left;
    width: 33.33333%;
    height: 200px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.speaker_item img{
    display: block;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    z-index: 1;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.speaker_item:before{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: rgba(96,178,179,.3);
}
.speaker_item_info{
    display: block;
    position: absolute;
    z-index: 3;
    background: rgba(199,0,29,0.95);
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    visibility: hidden;
}
.speaker_item_info_inner{
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 0 7px;
}
.speaker_item_name{
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}
.speaker_item_post{
    font-size: 12px;
    margin-top: 10px;
    display: block;
}
.speaker_item:active .speaker_item_info,
.speaker_item:focus .speaker_item_info,
.speaker_item:hover .speaker_item_info{
    opacity: 1;
    visibility: visible;
}
.sponsor-item{
    width: 33.33333%;
    float: left;
    height: 200px;
    padding: 10px;
    text-align: center;
}
.sponsor-item-status{
    color: #748d8d;
    height: 56px;
}
.sponsor-item-image{
    height: 124px;
    position: relative;
}
.sponsor-item-image img{
    position: relative;
    top:50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100%;
    width: auto;
}
.sponsor-item_sm_0{
    background: #f1f3f5;
}
.sponsor-item_sm_1{
    background: #e7ecef;
}
.partner-item{
    float: left;
    width: 25%;
    height: 130px;
    text-align: center;
    position: relative;
    padding: 15px;
}
.partner-item img{
    position: relative;
    top:50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100%;
    width: auto;
}
.infopartners-container{
    background: #e7ecef;
    margin-top: 100px;
}
.infopartners-title{
    color: #748d8d;
    padding: 30px 0 20px;
    text-align: center;
}
.speakers-info-top{
    min-height: 200px;
}
.speakers-info-top h1{
    font-size:30px;
    color: #324343;
    font-family: 'Ledger', serif;
}
.speakers-info-top p{
    color: #9bacac;
}
.speakers-info-full{
    background: #e7ecef;
    min-height: 400px;
    position: relative;
    /*padding-right: 226px;*/
}
.speakers-info-full > h6{
    font-size: 20px;
    color: #9bacac;
}
.speaker-bio{
    padding-top: 20px;
}
.speakers-info-full-container{
    position: relative;
}
.speaker-full-img{
    position: relative;
    top:0;
    right: 0;
    z-index: 2;
}
.speaker-full-img:after{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(96,178,179,.3);
    z-index: 2;
}
.speaker-full-img img{
    z-index: 1;
    display: block;
    min-width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.conference-present{

}
.conference-present a{
    display: inline-block;
    min-width: 100px;
    padding-top: 110px;
    background: url(../images/bg_present.png) center 0 no-repeat;
    text-transform: uppercase;
    font-size: 14px;
}
.conference-buttons{
    height: 200px;
    background: url(../images/bg_conference_buttons.jpg) center top no-repeat;
    position: relative;
}
.conference-buttons-container{
    position: relative;
    top:50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.conference-buttons-container a{
    margin:25px 30px;
    white-space: nowrap;
}
.block_subject h4,
.block_participants h4{
    font-size: 20px;
    color: #9bacac;
    margin-bottom:15px;
}
.block_participants ul{
    /*padding: 0;*/
    /*list-style-position: inside;*/
}
.block_participants ul:after{
    content: '';
    clear: both;
    display: block;
}
.block_participants ul li{
    /*display: block;*/
    float: left;
    vertical-align: top;
    width:50%;
    padding-right:50px;
}
.block_participants ul li:nth-child(2n){
    /*padding-left:50px;*/
}
.block_participants ul li:nth-child(2n-1){
    /*padding-right:30px;*/
    clear: both;
}
.block_participants + .block_subject{
    background: #e7ecef;
}
.category-description{
    min-height: 200px;
}
.subscribe-widget {
    background: url("../images/bg_subscribe_widget.jpg") center center no-repeat;
    min-height: 200px;
    color: #fff;
    clear:both;
}

@media (max-width: 767px) {
    .subscribe-widget {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 400px;
    }
}

.subscribe-widget-title {
    font-size: 20px;
    font-family: 'Ledger', serif;
    padding: 15px 40px;
}

@media (max-width: 767px) {
    .subscribe-widget-title {
        font-size: 16px;
        padding: 0 40px;
        padding-bottom: 10px;
    }
}

@media (max-width: 483px) {
    .subscribe-widget-title {
        padding-bottom: 0px;
    }
}

.subscribe-widget-input {
    padding: 0 23px;
}

@media (min-width: 768px) and (max-width: 1089px) {
    .subscribe-widget-input {
            padding: 0 33px;
    }
}

.subscribe-widget .submit-spinner{
    padding: 0 40px;
}

@media (max-width: 767px) {
    .subscribe-widget .submit-spinner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.subscribe-widget label{
    color: #fff!important;
}

.subscribe-widget .help-block{
    color: #ff0000;
}

@media (max-width: 768px) {
    .subscribe-widget .help-block {
        font-size: 11px;
        margin: 0;
    }
}

.party-button-container{
    background: url("../images/partyfooter.jpg") top center no-repeat;
    height: 200px;
    padding-top: 75px;
}
.party-button-container a{
    display: inline-block;
}
.mk-row-section{
    color: #324343;
    font-size: 30px;
    font-family: 'Ledger', serif;
    margin-bottom: 10px;
}
.mk-row-time{
    color: #9bacac;
}
.mk-row-time .fa{
    font-size: 16px;
}
.mk-row-time span{
    display: inline-block;
    margin-left: 8px;
}
.mk-row-description{
    padding-top: 15px;
}
.mk-row-1{
    background-color: #e7ecef;
}
.mk-row-2{
    background-color: #e2e7ea;
}
.demos-title{
    font-size: 30px;
    color: #324343;
    font-family: 'Ledger', serif;
    padding: 25px 0;
    border-bottom: 1px solid #dbe0e3;
}
.demos-info-container{
    padding: 25px 0;
    border-bottom: 1px solid #dbe0e3;
    position: relative;
    min-height: 150px;
}
.demos-image{
    width: 33%;
    position: absolute;
    height: 100%;
    top: 25px;
    left: 0;
    text-align: center;
}
.demos-info{
    padding-left: 36%;
}
.demos-info-name{
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: bold;
    color: #324343;
}
.demos-image img {
    max-height: 100%;
}
.right-sp{
    position: fixed;
    top: 50%;
    margin-top: -200px;
    left: 0;
    width: 100%;
    padding-left: 1050px;
    display: none;
}
.right-sp > div{
    position: relative;
}
.right-sp img{
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 0;
}
.title-desc{
    color: #e7ecef;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 67px;
    text-transform: uppercase;
}


/*.new_year_lt  {height:100%; background:url(../images/new_year/corner_lt.png) top left no-repeat;}
.new_year_rt  {height:100%; background:url(../images/new_year/corner_rt.png) top right no-repeat;}
.new_year_santa {position:absolute !important; top:70% !important; right:5px !important;}
@media (max-width: 767px) {
		.new_year_santa { right:16% !important;}
}
@media (max-width: 460px) {
		.new_year_santa { right:5px !important; }
}
@media (max-width: 320px) {
		.new_year_santa { top:80% !important; width:40px; }
}
@media (min-width: 767px) {
    .new_year_rt {background-image:none;}
}
@media (min-width:768px) and (max-width:1089px) {
	.social-block  {background:url(../images/new_year/corner_rt.png) top right no-repeat;}
}
@media (min-width:1090px) {
    .new_year_rt {background-image:url(../images/new_year/corner_rt.png);}
}*/

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .page_header_left,
    .page_header_right{
        width: 100%;
    }
    .page_header_right{
        background: url(../images/bg_help_block_button.jpg) center center no-repeat;
        background-size: cover;
    }
    .news_item .news_item_image:after{
        top: 0;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 17px;
        margin-left: -17px;
    }
    #sh_button{
        display: none;
    }
}
@media (max-width: 1089px) {
    .mobile-open #my-pade{
        height: 100%;
        overflow: hidden;
        position: fixed;
    }
}
@media (min-width: 768px) {
    /*.container {
        width: 740px;
    }*/
    .news_item_1 .news_item_image:after{
        left: 0;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(234, 239, 242, 0);
        border-left-color: #eaeff2;
        border-width: 17px;
        margin-top: -17px;
    }
    .news_item_0 .news_item_image:after{
        right: 0;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(234, 239, 242, 0);
        border-right-color: #eaeff2;
        border-width: 17px;
        margin-top: -17px;
    }
    .page_header .header-button-container{
        height: 200px;
        top:0;
        right: 0;
        bottom: auto;
        left: auto;
        padding-bottom: 8px;
        text-align:center;
        padding-left: 0;
    }
    .subscribe-widget-input{
        float: left;
        width: 50%;
    }
    .subscribe-widget{
        height: 338px;
    }

}
@media (min-width:768px) and (max-width:1089px) {
    #mobile-menu-container{
        /*max-width: 740px;*/
    }
}
@media (min-width: 1090px) {
    .sidebar_row{
        background: none;
    }
    .row-ralative{
        background: url(../images/bg_sidebar_lg.png) 0 bottom no-repeat;
    }
    #social-block{
        background-color: #2a3b3b;
    }
    #social-block:before,
    #social-block:after{
        background: url(../images/bg_vert_lines.png) 0 0 repeat-y;
    }
    .block-404{
        height: 800px;
    }
    /*.container {
        width: 1050px;
    }*/
}
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 539px) {
    .hidden-540{
        display: none;
    }
    .partner-item{
        width: 33.33333%;
    }
    .block_participants ul li{
        width: 100%;
        padding: 0!important;
    }
}
@media (max-width: 429px) {
    .program_item_left{
        height: auto;
        padding-bottom: 15px;
    }
    .program_item_right{
        position: relative;
        width: 100%;
        height: auto;
    }
    .program_item_right img{
        min-height: 1px;
    }
    .program_item_left{
        padding-right: 30px;
    }
    .program_item_right:after{
        top: 0;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 30px;
        margin-left: -30px;
        border-color: rgba(136, 183, 213, 0);
    }
    .program_item_0 .program_item_right:after{
        border-top-color: #eaeff2;
    }
    .program_item_1 .program_item_right:after{
        border-top-color: #e2e7ea;
    }
    .speaker_item{
        width: 50%;
    }
    .sponsor-item_lg_0{
        background: #f1f3f5;
    }
    .sponsor-item_lg_1{
        background: #e7ecef;
    }
    .sponsor-item{
        width: 50%;
    }
    .conference-buttons-container a{
        margin-left: 0;
        margin-right: 0;
    }
    .page-title{
        font-size: 34px;
    }
    .demos-info{
        padding-left: 0;
    }
    .demos-image{
        margin-bottom: 20px;
        position: static;
        width: 100%;
    }
}
@media (min-width: 430px) {
    .program_item_right:after{
        left: 0;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(234, 239, 242, 0);
        border-width: 30px;
        margin-top: -30px;
    }
    .program_item_0 .program_item_right:after{
        border-left-color: #eaeff2;
    }
    .program_item_1 .program_item_right:after{
        border-left-color: #e2e7ea;
    }
    .speakers-info-full{
        padding-right: 226px;
    }
    .speaker-full-img{
        position: absolute;
    }
}
@media (max-width: 330px) {
    .partner-item{
        width: 50%;
    }
}
@media (min-width: 1270px) {
    .right-sp{
        display: block;
    }
}

.results_photo_bnt {
    background: url(../images/r_photo1.png) center 0 no-repeat;
}
.results_nav_menu {
         margin-top: 10%;
         margin-bottom: 10%;
}
.results_post {
    margin-top: 15px;
}
/*----------------for_photo-----------------------*/
.ul_photos{
    margin: 0;
    padding: 0;
    list-style: none;
    /*text-align: center;*/
}
.ul_photos li{
    display: inline-block;
    margin: 0 9px 18px;
    width: 330px;
}
.resluts_photo {
    width: 175px;
}

.disabled {
    opacity: 0.5;
}

.disabled a{
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: default;  /* устанавливаем курсор в виде стрелки */
}

/** Form Submitted Widget **/
#formSubmitted {
    background-color: #fff;
    padding: 2em;
    max-width: 400px;
    margin: auto;
    position: relative;
}
#formSubmitted p {
    font-size: 18px;
}

@media (max-width: 767px) {
    .pull-left {
        font-size: 12px;
        line-height: 1;
    }
}

textarea{
    resize: none;
}

.checkbox-footer a {
    color: #ffffff;
}

.checkbox-footer span {
    color: #ffffff;
}
