body {
    font-family: 'Roboto', sans-serif!important;
    background: url('../images/bg4.jpg') no-repeat top center #000;
}

@font-face {
    font-family: Calibri;
    src: url('/fonts/calibri.ttf');
    src: url('/fonts/calibri.otf');
    src: url('../fonts/calibri.svg');
    src: url('../fonts/calibri.woff');
}

@font-face {
    font-family: 'rubikregular';
    src: url('/fonts/rubik-regular-webfont.eot');
    src: url('/fonts/rubik-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/rubik-regular-webfont.woff2') format('woff2'),
    url('/fonts/rubik-regular-webfont.woff') format('woff'),
    url('/fonts/rubik-regular-webfont.ttf') format('truetype'),
    url('/fonts/rubik-regular-webfont.svg#rubikregular') format('svg');

}


*:focus {
    background-color: transparent!important;
    text-decoration: none;
    outline: none;}
.language a {
    color: #fff!important;
    font-size: 14px!important;
}

.language a.ru {
    background: url(/images/ru.png) no-repeat 8px 8px #1a1a1a;
    padding: 5px 8px 5px 30px;
    border-radius: 5px;
}

.language .caret {
    margin-left: 15px;
}
.language ul#menu1 {
    background: #1a1a1a;
    min-width: 118px;
}

a.en {
    background: url(/images/en.png) no-repeat 8px 8px #1a1a1a;
    padding: 5px 8px 5px 30px!important;
}

.language .dropdown-menu>li>a:hover,
.language>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,
.language>li>a:hover
{
    background-color: #1a1a1a!important;
}

.flex-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}

.contacts li a {
    color: #fff!important;
    font-size: 14px;
    font-weight: 500;
    padding-left: 0;
}

.contacts li a:hover, .language li a:hover {text-decoration: underline;}

.contacts a span.glyphicon {
    margin-right: 10px;
}

.socials a {
    padding: 10px 3px!important;
}

.language {
    padding: 10px 0;
    margin-left: 20px;
}

.socials li:hover a img {
    opacity: 0.7;
}

.navbar-inverse {
    background: #000000;
}

.logo_text {width:560px;}
.logo_text p {
    font-size: 22.6px;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    text-align: center; /*left;*/
    margin: 0;
    line-height: 1.2em;
    text-shadow: 5px 5px 20px #000;
}

.logo_text p:last-child {
    font-size: 25px;
}

.logo_isf img {
    max-width: 540px;
}

.logo_isf {
    margin-bottom: 50px;
}

.march {
    color: #fff;
    font-size: 85px;
    font-family: Calibri;
    line-height: 0.7em;
    margin-bottom: 25px;
		position:relative;
    left: -6px;
    top:5px;
}

header.main {
    margin-top: 65px;
    width: 100%;
}

.address {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.main_menu_middle li { white-space:nowrap; }
.main_menu ul li a {
    color: #fff;
    font-size: 18px;
    border-top: 1px solid transparent;
/*    border-bottom: 1px solid transparent;*/
}

.main_menu {
    margin-top: 35px;
    position: relative;
    width: 100%;
    background: url(/images/menu_bg.png) no-repeat center center;
    height: 61px;
    line-height: 2.8em;
    padding-right: 40px;
    padding-left: 40px;
}

.main_menu .navbar-collapse {
    padding: 0;
}

.main_menu ul li:hover a {
    background: transparent!important;
    text-decoration: underline;
}

.main_menu ul li a:focus { background: transparent!important; }

.main_table {
    padding: 0 35px;
}

.content_block {
    padding: 25px;
    background: #fff;
    width: 100%;
    margin-top: 25px;
    display: inline-block;
}

.heading {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}
.news_block p {
    font-size: 14px;
    color: #000;
}

.text_news img {
    width: 100% !important;
    height: auto;
}
.text_news img.img50 {
    width: 50%!important;
    height: auto!important;
    margin:0 20px 10px 0;
}
.text_news img.img33 {
    width: 33%!important;
    height: auto!important;
    margin:0 20px 10px 0;
}
.text_news .blue {
    color:#0075ff;
}
div#slides {
    margin-bottom: 30px;
}

a.title_news {
    font-size: 22px;
    text-decoration: underline;
    color: #000;
    line-height: 1.4em;
}

.date_news {
    font-size: 14px;
    color: #949494!important;
    margin-bottom: 20px;
}

.small_news {
    width: 100%;
    display: inline-block;
    position: relative;
}

.big_news {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.title_small_news a {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
    line-height: 1.2em;
}

.thumb_news {
    width: 100%;
    height: 140px;
    overflow: hidden;
    margin-bottom: 20px;
}

.time {
    margin-top: 10px;
    color: #949494;
    font-size: 12px;
}

.thumb_news img {
    width: auto;
    min-height: 140px;
    max-width: 215px;
}

.wrapp_news {
    width: 100%;
    display: inline-block;
    min-height: 330px;
    margin-bottom: 20px;
}

.title_small_news {
	max-height: 140px;
	overflow-y: hidden;
}

.title_small_news a:hover {
    text-decoration: none;
}

.blue_btn {
    background: #286edc;
    text-align: center;
    width: 165px;
    padding: 7px;
    border-radius: 5px;
    height: 35px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}

.all_news {  margin: 10px auto;}

.blue_btn a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    /* padding: 5px; */
}

.blue_btn a:hover {
    text-decoration: underline;
}

.subscribe_news {
    display: inline-block;
    width: 100%;
    background: url(/images/subscribe_bg.jpg) no-repeat center / cover;
    padding: 40px;
    border-radius: 5px;
    color: #fff;
    margin-top: 50px;
}

.form_text p {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 100;
}

.form_text p span {
    font-size: 44px;
    font-weight: 600;
}

.form_text {
    text-align: center;
}

.form_text p:first-child {
    margin-bottom: 10px;
}

.form-control:focus {
    background-color: #fff!important;
}

.subscribe_news form {
    width: 90%;
    margin: 0 auto;
}

.information {
    width: 100%;
    margin: 50px 0;
}
.information ul {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}
.information ul li {
 display:block;
 float:left;
 margin:0;
 padding:16% 20px 0 20px;
 width:25%;
 background:url(../images/4icons1.gif) no-repeat 40% top;
 background-size:60%;
}
.information ul li:nth-child(2) { background-image:url(../images/4icons2.gif); }
.information ul li:nth-child(3) { background-image:url(../images/4icons3.gif); }
.information ul li:nth-child(4) { background-image:url(../images/4icons4.gif); }

.information .large {
    color: #286edc;
    font-size: 115px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'rubikregular';
}


.about_you {
    display: inline-block;
    width: 100%;
    padding: 50px 10px;
    background: #f0f0f0;
}

.black_line {
    border-radius: 5px;
    padding: 15px;
    line-height: 2.5em;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background:#000; /* Спонсорам */
    background-size:46px;
}
.btn-primary {
	background-color: #393a3c;
    border-color: #393a3c;
}

.black_line .btn-primary {
	float: right;
}
.black_line .name {
	float: left;
}

.name {
    color: #fff;
    font-size: 25px;
    padding-left:5px;
}
/*.ic_9504 {background-image:url(../images/ic_1.png)}  Выставка */
/*.ic_9507 {background-image:url(../images/ic_2.png)}  Спикерам */
/*.ic_9516 {background-image:url(../images/ic_4.png)}  СМИ */

.black_line .blue_btn {
    width: auto;
    line-height: 1.8em;
    padding: 7px 20px;
}

.about_you p {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.partners ul {
    margin: 0;
    padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.wrap_logo {
    width: 165px;
    height: 135px;
    overflow: hidden;
}

.wrap_logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.wrap_logo img:hover {
	border: 2px solid #000;
}

.sponsors, .partners {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.curator__flex-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.media{
    margin-bottom: 10px;
}

.media-body{
    width: 270px;
    margin: 0 auto;
    margin-bottom: 20px;
    filter: grayscale(1);
    overflow: visible !important;
}
@media screen and (max-width: 992px){
    .media-body p.mail a{
        word-break: break-all;
    }
}

.media-body p {
    margin: 0;
}

.media-body p.name_curator {
    color: #fff;
    font-size: 20px;
}

.media-body p.position {
    color: #777;
    font-size: 13px;
}

.media-body p.mail a {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}

.media-left img {
    width: 70px;
    height: 70px;
    margin-right:10px;
    /* border: 1px solid #fff; border-radius: 50%; */
}
.curator {
    background: #0b0b0b;
    padding: 30px 0;
}

.footer {
    color: #fff;
    font-size: 15px;
    padding: 30px 0;
    line-height: 3em;
    background: #000;
}

.footer a {
    color: #fff;
    font-size: 15px;
}

span.skype {
    background: url(/images/skype.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}
.bold {font-weight: bold;}
.map_wrapper {
    width: 100%;
    height: 500px;
    position: relative;
}


.wrap-img-map {
	width: 100px;
	height: 25px;
	position: relative;
	margin: 0 auto 40px;
}
.wrap-img-map img {
	position: absolute;
	width: 100%;
	left: 0;

}
.address_map {
	text-align: center;
}
.address_map h4 {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 46px;
	position: relative;

}

.address_map h4:after {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    bottom: -25px;
    left: 50%;
    width: 60px;
    height: 2px;
    transform: translate(-50%, -50%);
}
.address_map p {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 35px;

}
.address_map .map-add {
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	margin: 0;

}

div#map {
    height: 500px;
	border-top:10px solid #000;
}
.address_map {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0,0.7);
	border-bottom: 10px solid #000;
	color:#fff;
	border: none;
    padding: 55px 23px 30px;
    max-width: 360px;
}

.address_map p {
    line-height: 1.5em;
}

.address_map p span {
    font-size: 20px;
    font-weight: 500;
}
.partners {
    margin-bottom: 30px;
}

.thumb_big {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
}

.thumb_big img {
    height: 100%;
}
.overflow {
    overflow: hidden;
    width: 100%;
}

.top_hidden_menu {display: none}

#toTop {
    text-align: center;
    position: fixed;
    bottom: 36px;
    right: 50px;
    cursor: pointer;
    display: none;
    color: #000;
    font-size: 33px;
    z-index: 100;
	max-width: 66px;
	width: 100%;
	height: 66px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #fff;
}

#toTop:hover, #toTop:active{
    background-color: #000;
    color: #fff;
}

.buy_ticket {
    position: fixed;
    right: 0;
    top: 300px;
}

a.ticket {
    display: none;

}

a.ticket:hover, a.ticket:focus {background-color: #286edc!important;}

a.title_news:hover {
    text-decoration: none;
}

.pagination_news li a {
    color: #424d5b;
    font-size: 16px;
    margin: 5px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #286edc!important;
    border-color: #004da7;
}

.pagination-lg>li>a, .pagination-lg>li>span {
    border-radius: 5px;
}
.pagination>li>a, .pagination>li>span {    border: 1px solid #bfcad8;}
.pagination>li {
    display: inline-block;
}
.share {
    color: #000;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    line-height: 2em;
    margin-top: 40px;
    margin-bottom: 5px;
}

span#share42 a:first-child {
    width: 30px!important;
    height: 30px!important;
    background-position: -150px 0!important;
}

span#share42 a:nth-child(2) {
    width: 30px!important;
    height: 30px!important;
    background-position: -90px 0!important;
}

span#share42 a:nth-child(3) {
    width: 30px!important;
    height: 30px!important;
    background-position: -30px 0!important;
}

span#share42 a:nth-child(4) {
    width: 30px!important;
    height: 30px!important;
    background-position: 0px 0!important;
}

.back {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
/*    margin-left: -15px;*/
}

.back a {
    color: #0075ff;
    text-decoration: underline;
}

.back a:hover {
    text-decoration: none;
}

.floatLeft {
    float: left;
    margin: 0px 20px 5px 0px;
}

.floatLeft img {
    max-width: 395px;
    height: auto;
    border-radius: 5px;
}

.block_pic {
    display: table-cell;
    width: 100%;
    min-width: 480px;
    height: 250px;
    vertical-align: middle;
}

.exhibition {
    background: url(/images/exhibition.jpg) no-repeat 0 0;
}


.conference {
    background: url(/images/conference.jpg) no-repeat 0 0;
}

.block_pic p, .block_pic a {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.two_blocks {
    width: 100%;
    margin: 30px 0;
}
.main_menu ul li a:hover {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

h2 {
    color: #0075ff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
ul.timer {
    padding-left: 0;
    margin-bottom: 30px;
}

ul.timer li span.timing {
    background: url(/images/time.png) no-repeat 0 0;
    padding-left: 25px;
}

ul.timer li {
    list-style: none;
    margin-bottom: 5px;
}

img.map_visitors {
	border: 1px solid #d4dce6;
	max-width: 940px;
  width: 100%;
}
.content_block img.w100 { width: 100%; }

ul.download_list {
    list-style: none;
    padding-left: 0!important;
}

ul.download_list li a {
    color: #0075ff;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #0075ff;
}

ul.download_list li {
    margin-bottom: 20px;
}

.padding0 {padding:0;}

ol.numbers {
    color: #0075ff;
    font-weight: bold;
    padding-left: 20px;
}

ol.numbers li span {
    font-weight: normal;
    color: #000;
}

ol.numbers li {
    margin-bottom: 10px;
}

select.form-control {color:#999;}

h3 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 4px;
}

.photo_speaker {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 15px auto;
}

.photo_speaker img {
    width: 100%;
    min-height: 130px;
}

.name_speaker {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.position_speaker {
    color: #8fa0b3;
    font-size: 13px;
}

.one_speaker {
    display: inline-block;
    line-height: 1.2em;
    min-height: 270px;
    margin-bottom: 10px;
}

.close_popup span {
    font-size: 40px;
    font-weight: 100;
    transform: rotate(45deg);
    display: block;
    margin-top: -15px;
    cursor: pointer;
}

.close_popup {cursor: pointer;display: none;}

.active_btn {
    display: block!important;
}
.visible_control{
    visibility: hidden;
}

.popup_none {
    display: inline-block;
    width: 100%;
}

p.info_small {
    color: #000;
    font-size: 13px;
    line-height: 1.2em;
}

.content_block ul {
    padding-left: 20px;
    /*color: #0075ff;*/
}

.content_block ul span {
    color: #000;
}
.blue { color: #0075ff!important;}
.font12 {font-size: 12px!important;}

.content_block ul li {
    margin-bottom: 10px;
}

.content_block ul li .wrap_logo {
	width: 230px;
	height: 200px;
	position: relative;
}

ul.three_cols li {
    width: 29%;
    float: left;
    margin-right: 25px;
}
.clock {
    font-size: 18px;
    color: #0075ff;
    font-weight: 500;
}
.theme {
    font-size: 16px;
    font-weight:bold;
}
p.who {
    font-size: 16px;
    font-weight: bold;
}

p.what {
    color: #8b9096;
}
.what12 p {
    color: #8b9096;
    font-size: 12px;
    line-height: 120%;
}

p.where {
    color: #8b9096;
    font-weight: bold;
}

.line_pr {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}
.speaker_pr img {
    border-radius: 50%;
    border: 1px solid #bfcad8;
    width: 50px;
    height: 50px;
}
.program_block {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.company img {
    max-height: 100px;
}

.nav-tabs>li:first-child>a {
    border-radius:5px 0 0 5px;

}
.nav-tabs>li:nth-child(2)>a {
    border-radius:0 5px 5px 0;

}
.nav-tabs>li>a {
    border: 1px solid #9ea9b5;
    color: #4a5158;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #286edc!important;
    cursor: default;
    margin: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.44) inset;
    border: 1px solid #286edc;
}

.nav-tabs>li>a:hover {
    border-color: #9ea9b5;
}
ul.nav.nav-tabs {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 10px;
}
ul.download_list li a span {
    color: #0075ff!important;
}
.download_pr a {
    color: #0075ff!important;
    font-size: 16px;
    text-decoration: underline;
}

.download_pr {
    margin: 10px 0;
}
.join {
    background: #0075ff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 40px 20px;
}

.join a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

ul.download_list li a:hover {
    border: 0;
}
p.title_window {
    font-size: 30px!important;
    color: #000;
    font-weight: bold!important;
    text-align: center!important;
    line-height: 1.2em!important;
}

.text_window p {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    line-height: 1.2em;
}

.text_window form {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.text_window {
    width: 100%;
    padding: 45px 40px 15px;
}

.popup_window {
    border-radius: 5px;
    max-width: 600px;
    width: 100%!important;
    display: none;
}

.logo_blue img {
    max-width: 195px;
}

.logo_blue {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
div#thanx p {
    margin: 0;
}

div#thanx .text_window {
    padding-bottom: 40px;
}
.main_menu ul li.active a {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

span.hide_768 {
    display: none;
}

.two_blocks a {
    color: #fff;
}


.download a {
	display:block;
	width:100%;
	margin-bottom:10px;
	line-height:35px;
	padding-left:40px;
	position: relative;
}
.download a:before {
	content: '';
	position: absolute;
	background:url(../images/download.png) center left no-repeat;
	background-size:contain;
	width: 35px;
	height: 35px;
	left: 0;
}



.wrap_popup {
    padding: 40px;
    max-width: 717px;
    text-align: center;
    color: #000;
}

.wrap_popup > .popup_logo {
    margin-bottom: 50px;
}

.wrap_popup > .main_popup_container {
    font-size: 31px;
    font-weight: bold;
}

.wrap_popup > .additional {
    font-size: 17px;
}

.subscribe_popup {
	display: inline-block;
    min-height: 300px;
    border-radius: 20px;
    padding: 50px;
    color: black;
}
.subscribe_popup p:first-child {
    font-family: 'Rubik', sans-serif;
    line-height: 30px;
    margin-bottom: 20px;
}
.subscribe_popup p:first-child span {
    font-size: 28px;
}

.resultIco {
	margin: 20px 0;
}
.resultIco img {
	width: 48% !important;
	height: auto;
	float: left;
}
.resultIco a:nth-child(2) img {
	float: right;
}
.ul_photos {
    margin: 0 -10px 0 0 !important;
    padding: 0 !important;
}
.ul_photos li {
    float:left;
    width: 33.3%;
    padding: 0 0 10px 0;
    list-style: none;
}
.ul_photos li img {
	width: 96%;
	height: auto;
}
.video_blocks  {
    margin-right: -20px;
}
.video_blocks iframe {
	width: 47%;
	height: 20em;
	margin: 0 25px 20px 0;
	float: left;
}


figure img {
  margin-bottom: 20px;
}
figure figcaption {
  color: #fff;
}
figure figcaption p {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
}
figure figcaption p:first-child {
  font-size: 38px;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #fff;
}
.dropdown-menu {
  position: relative;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  height: 0;
  padding-left: 10px;
  color: #818181;
  width: 100%;
  height: auto;
}
.dropdown-menu li:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  margin: 1px auto;
  background: #5c575a;
}
.dropdown-menu li:last-child:after {
  display: none;
}
.main_menu .dropdown-menu > li > a:focus,
.main_menu .dropdown-menu > li > a:hover {
  color: #fff;
  border-color: transparent;
  background: #000 !important;
}
.main_menu ul li:hover .dropdown-menu > li > a {
  text-decoration: none;
}

.main_menu .dropdown b.caret {
  display: none;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover:focus {
  outline: none;
}

.sponsor_logos {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

.sponsor_logos>ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    list-style: none;
    padding: 0 !important;
}

.sponsor_logos ul li {
    width: 100%;
    max-width: 33.3333333333%;
    border: 2px solid transparent;
}

.sponsor_logos ul li:hover {
    border-color: #000;
}

.sponsor_logos ul li .wrap_logo {
    width: 100%;
    height: 165px;
}

.sponsor_logos ul li .wrap_logo>a {
    position: absolute;
    display: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
}

.sponsor_logos ul li .wrap_logo img {
    position: relative;
    transform: translate(0%, 0%);
    top: auto;
    left: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.sponsor_logos ul li .wrap_logo img:hover {
    border: 0;
}

.main-date {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	margin:0;
	margin-bottom: 11px;
}

.main-place {
	font-size: 33px;
	line-height: 1;
	margin:0;
	margin-bottom: 11px;
}

.main-title {
	font-size: 69px;
	line-height: 1;
	margin:0;
	margin-bottom: 14px;
	font-weight: 700;
}

.main-forum {
	font-size: 25px;
	line-height: 1;
	margin:0;
}

.bottom-forum {
	font-size: 17px;
	line-height: 1;
	margin:0;
}

.two-forum {
	line-height: 0.65;
	float: left;
	text-transform: uppercase;
	font-size: 56px;
	font-weight: 700;
}

.international-forum {
	float: left;
	margin-left: 5px;

}

.international-two  {
	max-width: 415px;
	width: 100%;
}

.logotipe {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.logotipe .margin-logo {
	margin-top: 120px;
	max-width: 195px;
}



.top-title  {
	color: #fff;
}

/*Footer*/

footer .footer-info h4 {
	color: #fff;
}

.txt-xs-center {
    text-align: center;
}

.txt-xs-left {
    text-align: left;
}

.txt-xs-right {
    text-align: right;
}

.txt-xs-justify {
    text-align: justify;
}


/*Btn buy ticket*/
.wrap-btn-ticket {
    position: fixed;
    max-width: 270px;
    height: 110px;
    top: 45%;
    right: 0px;
    z-index: 1050;
    transition: 0.4s;
}


@media screen and (min-width: 768px) {
    .txt-sm-center {
        text-align: center;
    }
    .txt-sm-left {
        text-align: left;
    }
    .txt-sm-right {
        text-align: right;
    }
    .txt-sm-justify {
        text-align: justify;
    }
}

@media screen and (min-width: 992px) {
    .txt-md-center {
        text-align: center;
    }
    .txt-md-left {
        text-align: left;
    }
    .txt-md-right {
        text-align: right;
    }
    .txt-md-justify {
        text-align: justify;
    }
}

@media screen and (min-width: 1200px) {
    .txt-lg-center {
        text-align: center;
    }
    .txt-lg-left {
        text-align: left;
    }
    .txt-lg-right {
        text-align: right;
    }
    .txt-lg-justify {
        text-align: justify;
    }
}

.social {
    position: inherit;

    margin: 0;
    padding: 0;

    list-style: none;
}

.social li {
    display: inline-block;

    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;

    text-align: center;

    border: 1px solid #000;
    border-radius: 0;
}

.social li:last-child {
    margin-right: 0;
}

.social li a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    -webkit-transition: all .2s ease-out .1s;
            transition: all .2s ease-out .1s;
    text-decoration: none;

    color: #000;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .3);
}

.social li a:focus {
    outline: none;
}

.social li a:hover {
    text-decoration: none;

    color: #fff;
    box-shadow: inset 0 -30px 0 0 rgba(0, 0, 0, .3);
}

.social li a:active {
    text-decoration: none;

    box-shadow: inset 0 -30px 0 0 rgba(0, 0, 0, .5);
}

.btn-event {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 900;

    position: relative;

    display: inline-block;

    margin-right: 5px;
    padding: 7px 12px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border-radius: 25px;
    box-shadow: inset 0 -2px 1px 0 rgba(0, 0, 0, .35);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.btn-event:focus,
.btn-event:hover,
.btn-event:active {
    text-decoration: none;

    color: #fff;
}

.btn-event:hover {
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, .35);
}

.btn-event:last-child {
    margin-right: 0;
}

.btn-event-ios {
    padding-left: 35px;

    background-color: #4f4f4f;
}

.btn-event-ios::before {
    position: absolute;
    top: 5px;
    left: 12px;

    display: block;

    width: 13px;
    height: 17px;

    content: '';

    background: url('/images/apple.png') no-repeat center;
}

.btn-event-android {
    padding-left: 33px;

    background-color: #86c830;
}

.btn-event-android::before {
    position: absolute;
    top: 6px;
    left: 12px;

    display: block;

    width: 14px;
    height: 17px;

    content: '';

    background: url('/images/android.png') no-repeat center;
}

.btn-footer {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 900;

    position: relative;

    display: inline-block;

    padding: 7px 12px;

    -webkit-transition: all .3s;
            transition: all .3s;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #7e7e7d;
    border-radius: 25px;
    background: transparent;
}

.btn-footer:focus,
.btn-footer:hover,
.btn-footer:active {
    text-decoration: none;

    color: #fff;
}

.btn-footer:hover {
    background: #7e7e7d;
}

.btn-question {
    padding-left: 35px;
}

.btn-question::before {
    position: absolute;
    top: 7px;
    left: 12px;

    display: block;

    width: 16px;
    height: 16px;

    content: '';

    background: url('../images/quest.png') no-repeat center;
}

section {
    padding: 50px 0;
}

section h2 {
    margin-bottom: 35px;
}

footer h4 {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;

    margin-top: 0;
    margin-bottom: 15px;

    text-transform: uppercase;
}

.footer-info {
    padding: 25px 0;

    border-bottom: 1px solid;
}

.footer-offer {
    padding: 10px 0 50px;
}

.footer-logo-smile {
    margin: 0 auto 25px;
}

.footer-logo-brand {
    margin-bottom: 15px;
}

.footer-info-contact {
    margin: 0 0 15px;
    padding: 0;

    list-style: none;
}

.footer-info-contact .fa {
    margin-right: 5px;
}

.footer-info-contact a {
    color: #fff;
}

.social-footer {
    margin-bottom: 10px;
}

.social-footer li {
    margin-right: 10px;

    border-color: #787878;
    border-radius: 100%;
}

.social-footer li a {
    font-size: 15px;
    padding: 14px;
    color: #fff;
    border-radius: 100%;
    background: none;
}

.social-footer li a:hover {
    background-color: #7e7e7d;
    box-shadow: inset 0 0 0 0 transparent;
}

.footer-dark {
    color: #fff;
}

.footer-dark .footer-info {
    border-color: #333;
}

.footer-dark .footer-offer {
    color: #777;
}

.footer-dark .footer-offer a {
    text-decoration: underline;

    color: #777;
}

.footer-dark .footer-offer a:focus,
.footer-dark .footer-offer a:hover {
    text-decoration: none;
}


.footer-light .footer-info {
    border-color: #9b9a9b;
}

.footer-light .footer-info-contact li {
	color: #9b9a9b;
}

.footer-light .footer-info-contact li:nth-child(1) {
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}

.footer-light .footer-info-contact li:nth-child(2) {
	margin: 12px 0 18px 0;
}

.footer-light .footer-info-contact .offer {
    color: #fff;
	text-decoration: underline;
}

.footer-light .footer-offer {
    color: #9b9a9b;
}

.footer-light .footer-offer a {
    text-decoration: underline;

    color: #9b9a9b;
}

.footer-light .footer-offer a:focus,
.footer-light .footer-offer a:hover {
    text-decoration: none;
}

.drop-up {
	display: block;
	transition: .3s;
	height: auto;
}

.apia img {
    display: block;
    margin: 20px auto;
    max-width: 100% !important;
    height: auto !important;
}

html, body {
    height: 100%;
}

.modal-signup,
#popup-bannerRegistration {
    text-align: right;
}

.modal-signup::before,
#popup-bannerRegistration::before {
    display: inline-block;
    height: 100%;
    margin-right: -10px;
    content: '';
    vertical-align: middle;
}

.modal-backdrop_signup {
    opacity: .9 !important;
    background: linear-gradient(to left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
}

.modal-signup-dialog {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin-right: 20%;
    vertical-align: middle;
}

.modal-signup-content {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0 !important;
}

.modal-signup__header {
    padding: 45px 0 0 !important;
    border: 0;
}

.modal-signup__body {
    padding: 10px 50px 0;
}

.modal-signup__footer {
    padding: 0 125px;
    text-align: center;
    border: 0;
}

.modal-signup__title {
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1;
}

.modal-signup__title span {
    color: #ee7829;
}

.modal-signup__text {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 5px 10px 0;
}

.modal-signup__text p {
    line-height: 1;
}

.modal-signup__form {
    padding: 20px 75px 0;
}

.modal-signup__group {
    margin: 0 0 10px !important;
}

.modal-signup__group_recaptcha {
    display: flex;
    margin: 0;
    flex-flow: row wrap;
    justify-content: center;
}

.modal-signup__input {
    color: #fff !important;
    border: 1px solid #fff !important;
    background-color: rgba(255, 255, 255, .15) !important;
    box-shadow: none !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    line-height: inherit !important;
    padding: 6px 12px !important;
    font-weight: inherit !important;
}

.has-error .modal-signup__input {
    border-color: #fff !important;
    box-shadow: none !important;
}

.modal-signup__input::-webkit-input-placeholder {
    color: #fff !important;
}

.modal-signup__input::-moz-placeholder {
    color: #fff !important;
}

.modal-signup__input:-ms-input-placeholder {
    color: #fff !important;
}

.modal-signup__error {
    margin: 0;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px 0 0;
}

.has-error .modal-signup__error {
    color: #ff6666;
}

.modal-signup__input:focus {
    background-color: transparent !important;
}

.btn_signup {
    width: 100%;
    transition: background-color .3s;
    border: 1px solid #fff;
    background-color: #ee7829;
}

.btn_signup:hover {
    background-color: transparent;
}

.modal-signup__close {
    width: auto;
    height: auto;
    margin: 0;
    color: #fff;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 100;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 10px;
    transition: all 0.5s ease;
}

.modal-signup__close:hover {
    background: none;
    opacity: 1;
    color: #fff;
}

.modal-signup .g-recaptcha,
#popup-bannerRegistration .g-recaptcha {
    transform: scale(.77);
    transform-origin: center;
}

.modal-signup .g-recaptcha + .modal-signup__error,
#popup-bannerRegistration .g-recaptcha + .modal-signup__error {
    padding: 0 0 10px;
}

.modal-newsSubscribe .close{
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 3px;
}

.notification {
    float: right;
    position: relative;
    padding: 13px 0;
    margin: 0 75px 0 0;
    line-height: 21px;
}

.notification__icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 21px;
}

.notification__icon .fa {
    color: #fff;
    font-size: 21px;
    animation: drop 3.9s infinite;
		animation-timing-function: ease-in-out;
		transform-origin: 50% 0;
		animation-direction: alternate;
}

.notification__count {
    position: absolute;
    top: -8px;
    right: -5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 50%;
    background-color: #d94036;
    font-size: 11px;
    line-height: 16px;
}

@-webkit-keyframes drop {
    0% { transform: rotate(-6deg) }
    0.76924% { transform: rotate(6deg) }
    3.07692% { transform: rotate(-6deg) }
    3.84616% { transform: rotate(6deg) }
    6.15384% { transform: rotate(-6deg) }
    6.92308% { transform: rotate(6deg) }
    7.6923% { transform: rotate(0deg) }
    100% { transform: rotate(0deg) }
}

@-moz-keyframes drop {
    0% { transform: rotate(-15deg) }
    0.76924% { transform: rotate(6deg) }
    3.07692% { transform: rotate(-6deg) }
    3.84616% { transform: rotate(6deg) }
    6.15384% { transform: rotate(-6deg) }
    6.92308% { transform: rotate(6deg) }
    7.6923% { transform: rotate(0deg) }
    100% { transform: rotate(0deg) }
}

@-o-keyframes drop {
    0% { transform: rotate(-15deg) }
    0.38462% { transform: rotate(15deg) }
    1.53846% { transform: rotate(-18deg) }
    1.92308% { transform: rotate(18deg) }
    3.07692% { transform: rotate(-15deg) }
    3.46154% { transform: rotate(15deg) }
    3.84615% { transform: rotate(0deg) }
    100% { transform: rotate(0deg) }
}

@keyframes drop {
    0% { transform: rotate(-15deg) }
    0.76924% { transform: rotate(6deg) }
    3.07692% { transform: rotate(-6deg) }
    3.84616% { transform: rotate(6deg) }
    6.15384% { transform: rotate(-6deg) }
    6.92308% { transform: rotate(6deg) }
    7.6923% { transform: rotate(0deg) }
    100% { transform: rotate(0deg) }
}

.accomplices {
    padding: 15px 0;
}

.accomplices--sponsors{
    padding-top: 30px;
}

.accomplices__title {
    font-size: 34px;
    font-weight: 700;
    color: #393a3c;
    text-align: center;
}

.accomplices__items {
    margin: -18px 0;
    padding: 30px 0 0;
}

.accomplices__item {
    display: block;
    margin: 18px 0;
}

.SL_short .accomplices__items .col-sm-2{
    padding: 0 10px;
}

.accomplices__item:hover,
.accomplices__item:focus {
    text-decoration: none;
}

.accomplices__image {
    display: flex;
    border: 1px solid #e4e4e4;
    height: 176px;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
}

.accomplices_small .accomplices__image {
    height: 129px;
}

.accomplices__image img {
    max-width: 100%;
    max-height: 100%;
}

.accomplices__caption {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #393a3c;
    padding: 10px 0 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}

_:-moz-tree-row(hover), .accomplices__caption {
    word-break: break-all;
}

_:-ms-fullscreen, :root .accomplices__caption {
    word-break: break-all;
}

.meeting__title {
    font-size: 34px;
    font-weight: 700;
    color: #393a3c;
    margin-bottom: 30px;
}

.meeting__text {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 0;
}
.meeting__text p:nth-child(2){
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
}

.meeting__subtitle {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700; 
    padding: 25px 0 0;
}

.meeting__list {
    font-size: 14px;
    padding: 30px 0 0;
}

.speakers {
    padding: 25px 0 50px;
}

.speakers__title {
    font-size: 34px;
    font-weight: 700;
}

.speakers__items {
    margin: -17px 0;
    padding: 50px 0 0;
}

.speakers__item {
    max-width: 195px;
    margin: 0 auto;
    text-align: center;
    padding: 17px 0;
}

.speakers__image {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.speakers__item_icon .speakers__image {
    background-color: #393a3c;
    box-shadow: inset 0 0 0 2px #fff;
    border: 1px solid #393a3c;
    transition: background-color .3s, border-color .3s;
    cursor: pointer;
}

.speakers__item_icon .speakers__image:hover {
    background-color: #3071a9;
    border-color: #3071a9;
}

.speakers__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.speakers__name {
    font-size: 20px;
    font-weight: 700;
    padding: 25px 0 0;
}

.speakers__position {
    font-size: 14px;
    color: #8e9fb2;
}

.speakers__company {
    font-size: 14px;
    color: #3482c6;
    text-decoration: underline;
}

.speakers__company:hover {
    text-decoration: none;
}

.programm {
    padding: 50px 0 0;
}

.programm__header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.programm__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
}

.programm__item {
    border-top: 1px solid #e5e5e5;
}

.programm__item:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}

.programm__wrapper {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 -15px;
    padding: 30px 0 0;
}

.programm__leftside {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding: 0 15px;
}

.programm__rightside {
    padding: 0 15px;
    flex: 0 1 100%;
    margin: 0 0 0 16.66666667%;
}

.programm__leftside + .programm__rightside {
    margin: 0;
}

.programm__time {
    color: #0f7dff;
    font-size: 18px;
    font-weight: 700;
}

.programm__designation {
    font-size: 16px;
}

.programm__theme-title {
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 15px;
}

.programm__desc {
    display: flex;
    flex-flow: row nowrap;
}

.programm__icon {
    border-radius: 50%;
    border: 1px solid #393a3c;
    height: 50px;
    flex: 0 0 50px;
    width: 50px;
    position: relative;
    margin: 0 15px 10px 0;
    overflow: hidden;
}

.programm__icon img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.programm__text {
    font-size: 13px;
    line-height: 18px;
    color: #8b9096;
    margin: 0 0 0 8.33333333%;
}

.programm__icon + .programm__text {
    margin: 0;
}

.programm__speakers {
    display: flex;
    flex-flow: row wrap;
    margin: -14px -15px;
    flex: 0 0 100%;
}

.programm__speaker {
    display: flex;
    flex-flow: row nowrap;
    padding: 14px 15px;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;

    align-items: flex-start;
}

.programm__speaker-image {
    margin: 0 15px 0 0;
}
.programm__speaker-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #b0b9c4;
}

.programm__speaker-info {
    display: flex;
    flex-flow: row wrap; 
}

.programm__speaker-name {
    font-size: 14px;
    font-weight: 700;
    flex: 0 0 100%;
}

.programm__speaker-position {
    font-size: 12px;
    color: #8b9096;
    flex: 0 0 100%;
}

.programm__speaker-company {
    text-decoration: underline;
    font-size: 12px;
    flex: 0 0 100%;
}

.programm__speaker-logo {
    flex: 0 0 100%;
    align-self: flex-end;
    margin-top: 25px;
}

.programm__pause {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.programm__pause-title {
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: 700;
}

.programm__pause-image {
    box-shadow: inset 0 0 0 1px #000, 0 0 0 1px #bfcad8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 6px solid #fff;
    text-align: center;
    position: relative;
}

.programm__pause-image::before,
.programm__pause-image::after {
    content: '';
    width: 2px;
    height: 10px;
    background-color: #393a3c;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.programm__pause-image::before {
    left: -4px;
}

.programm__pause-image::after {
    right: -4px;
}

.modal-speaker .modal-dialog {
    max-width: 555px;
} 

.modal-subscribe .modal-dialog {
    max-width: 620px;
    width: 100%;
}

.modal-speaker .modal-body {
    max-width: 360px;
    margin: 0 auto;
    padding: 20px 0;
}

.modal-speaker .modal-body {
    max-width: 360px;
    margin: 0 auto;
    padding: 20px 0;
}

.modal-speaker .g-recaptcha + .help-block{
    width: 304px;
    margin-left: auto;
    margin-right: auto;
}

.modal-inspace .modal-header {
    border: 0;
}

.modal-inspace .close {
    font-size: 32px;
    color: #919191;
    font-weight: 300;
    transition: color .3s;
    opacity: 1;
    margin: -15px 0 0;
}

.modal-inspace .close:hover {
    color: #000;
}

.modal-inspace__form_subscribe {
    padding: 30px 0 0;
}

.modal-inspace__form .form-group {
    margin: 0 0 5px;
}

.modal-inspace__form .form-control {
    border-radius: 2px;
    border-color: #919191;
    font-size: 14px;
    height: 38px;
}

.modal-inspace__form .has-error .form-control {
    border-color: #d31b1b;
}

.modal-inspace__form .help-block {
    visibility: hidden;
    opacity: 0;
    height: 0;
    color: #d31b1b;
    margin: 5px 20px 0;
}

.modal-inspace__form .has-error .help-block {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.modal-inspace__form_subscribe .help-block {
    margin: 5px 0 0;
    font-size: 11px;
}

.modal-speaker__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.modal-subscribe__title {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 65px 0 0;
}

.modal-subscribe__subtitle {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 0 0;
}

.modal-subscribe__text {
    font-size: 15px;
    text-align: center;
}

.modal-success__text {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.modal-subscribe__cols {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 -10px;
}

.modal-subscribe__col {
    padding: 0 10px;
}

.btn_inspace {
    width: 100%;
    background-color: #393a3c;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    transition: background-color .3s;
    outline: 0;
}

.btn_inspace:hover,
.btn_inspace:focus{
    background-color: #3071a9 !important;
    color: #fff;
}

.btn_subscribe {
    text-transform: uppercase;
    min-width: 139px;
}

.modal-success__image {
    text-align: center;
    padding: 20px 0 25px;
    max-width: 224px;
    margin: 0 auto;
}

.modal-success__image img {
    max-width: 100%;
}

.modal-success__text {
    padding: 25px 0 50px;
}

.nav-tabs li {
    margin-bottom: 0;
}
.nav-tabs a {
    min-width: 215px;
    text-align: center;
    font-size: 14px;
}
.speakers_row{
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px 0 50px;
}
.img_hover:hover .become_speaker_img::before{
    opacity: 1;
    
    
}
.img_hover{
    margin-bottom: 20px;
    display: block;
}
.become_speaker_img{
    background: url(../images/speakers/become_speaker.png) no-repeat center / cover;
    transition: backgroun .2s;

    position: relative;
    width: 100%;
    height: 100%;
    height: 130px;
    max-width: 130px;
    display: inline-block;
}
.become_speaker_img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/speakers/become_speaker_hover.png) no-repeat center / cover;
    opacity: 0;
    z-index: 100;
    transition: opacity .2s;
}
.become_speaker_img:hover{
    opacity: 1;
}
.speaker-item{
    margin-bottom: 35px;
    text-align: center;
    
}
.speaker_img{
    position: relative;
    width: 100%;
    height: 100%;
    height: 130px;
    max-width: 130px;
    display: inline-block;
    margin-bottom: 20px;
    background: url(../images/speakers/speaker_example.png) no-repeat center / cover;
    
}
.speaker_name{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.speaker_post{
    font-size: 14px;
    color: #8e9fb2;
    margin-bottom: 0;
}
.speaker_org{
    font-size: 14px;
    text-decoration: underline;
}
.programm_toggle a{
    min-width: auto;
}
.programm_toggle{
    float: right;
}
.programm__designation{
    font-weight: 600;
}
.programm_description{
    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
}
.prog_icon{
    margin-right: 20px;
}
.prog_text p{
    font-size: 13px;
    color: #8b9096;
}
.programm__interval img{
    display: inline-block;
    margin-right: 15px;
}
.programm__interval{
    margin: 30px 0 60px;
}
.programm__interval-text{
    display: inline-block;
    font-weight: 600;
}
.prog__theme{
    margin-top: 20px;
}
.prog__theme .prog_text{
    margin-left: 70px;
}
@media screen and (max-width: 767px){
    .subscribe_news .field-newssubscribe-recaptcha_1{
        width: 228px;
        margin: 0 auto 15px;
    }
   .subscribe_news .g-recaptcha{
        transform: scale(0.75) translate(0, -10px) !important;
        transform-origin: left;
    }
    .subscribe_news .modal-signup__error{
        margin-top: 10px;
    }
    .meeting__title{
        margin-bottom: 15px;
    }
    .meeting__text p:nth-child(2){
        margin-bottom: 20px;
    }

    .speaker_name{
        font-size: 15px;
    }
    .speaker_post, .speaker_org{
        font-size: 12px;
    }
    .speaker_img, .become_speaker_img{
        height: 95px;
        max-width: 95px;
    }
    .programm__title{
        margin-bottom: 0;
    }
    .programm__wrapper{
        padding: 20px 0;
    }
    .programm__interval{
        margin: 0;
    }
    .prog__theme .prog_text, .programm_description{
        display: none;
    }
    .programm__theme-title{
        padding-bottom: 0;
    }
    .bottom_offset{
        padding-bottom: 0;
    }

    .aside-form .checkbox .help-block {
        margin-left: 20px;
    }
}
@media screen and (max-width: 480px){
    .nav-tabs>li:first-child>a, .nav-tabs>li:nth-child(2)>a{
        border-radius: 5px;
    }
    .programm_toggle>li:first-child>a, .programm_toggle>li:nth-child(2)>a {
        border-radius: 5px 0 0 5px;
    }
    .programm_toggle>li:nth-child(2)>a {
        border-radius: 0 5px 5px 0;
    }
    .field-newssubscribepopup-recaptcha_2{
        width: 257px !important;
    }
    .field-newssubscribepopup-recaptcha_2 .g-recaptcha{
        transform-origin: left !important;
    }
}
.presentation {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 100%;
}
.presentation label {
    position: absolute;
    right: 0;
    margin: 8px;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 2;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(23,23,24,0.3);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.presentation span {
    position: absolute;
    display: block;
    text-align: left;
    width: 100%;
    overflow: hidden;
    padding: 6px 12px;
    line-height: 22px;
    color: #8c8c8c;
    font-size: 12px;
}
.presentation input[type='hidden'] {
    width: 340px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    font-size: 20px;
    font-weight: 100;
    border: 1px solid #000000;
}
.presentation #startuppitch-presentation {
    width: 66px;
    float: right;
    position: relative;
    font-size: 0;
    height: 32px;
    padding: 0;
    border: none;
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    background: linear-gradient(to bottom, #cccccc, #393b3c) !important;
    text-indent: -9999px;
    margin-top: 1px;
    margin-right: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.presentation .help-block {
	margin-top: 40px;
}

.bounded-container{
    width: 100% !important;
}

.main_menu_middle li{
    max-width: 140px;
}
.dropdown-menu li{
    max-width: 100%;
}
.dropdown-menu{
    padding-right: 10px;
}
.main_menu_middle li:nth-child(2) .dropdown-menu{
    min-width: 410px;
}
.main_menu_middle li:nth-child(4) .dropdown-menu{
    min-width: 300px;
}


.modal-signup_success{
    background: #000000b5 !important;
    transition: background .3s;
}
.modal-signup_success .close{
    opacity: .7 !important;
}
.modal-signup_success .close:hover{
    opacity: 1 !important;
}

#becomeSponsor .g-recaptcha{
    transform: scale(0.7);
}
.subscribe_news .g-recaptcha{
    transform: scale(0.7);
    transform-origin: left;
    margin-bottom: -10px;
}
#becomeAccreditation .g-recaptcha{
    transform: scale(0.7);
}
#becomeExhibitor .g-recaptcha{
    transform: scale(0.7);
}

.aside-form .g-recaptcha,
.aside-form #newsSubscribe .g-recaptcha{
    margin-bottom: -13px;
    transform-origin: center;
    transform: scale(0.7);
}

.aside-form .help-block{
    font-size: 12px;
    text-align: left;
}

.aside-form > h3{
    margin-top: 3px;
}


@media (max-width: 1199px) {
    .subscribe_news .g-recaptcha{
        transform: scale(0.62) translateX(20px);
    }

    _:-ms-fullscreen, :root .subscribe_news .g-recaptcha{
        transform: scale(0.62) translateX(0);
    }

    _:-ms-lang(x), .subscribe_news .g-recaptcha{
        transform: scale(0.62) translateX(0);
    }

    #becomeAccreditation .g-recaptcha{
        transform: scale(0.62);
    }
    #becomeExhibitor .g-recaptcha{
        transform: scale(0.62);
    }
    .aside-form .g-recaptcha,
    .aside-form #newsSubscribe .g-recaptcha,
    .aside-form #becomeSponsor .g-recaptcha{
        transform: scale(0.62);
    }
}
@media (max-width: 991px) {
    .subscribe_news .g-recaptcha{
        transform: scale(0.62);
        transform-origin: center;
    }

    _:-ms-fullscreen, :root .subscribe_news .g-recaptcha{
        transform-origin: left;
    }

    _:-ms-lang(x), .subscribe_news .g-recaptcha{
        transform-origin: left;
    }
}

@media (max-width: 767px) {
    #becomeAccreditation .g-recaptcha{
        transform: scale(0.85);
    }
    #becomeExhibitor .g-recaptcha,
    .field-becomeaccreditation-recaptcha_1 .g-recaptcha,
    .popup.aside-form .g-recaptcha{
        transform: scale(0.85);
    }
}

.interesting {
  margin-top: 70px;
  text-align: center;
}

.interesting_row{
    text-align: center;
    margin-bottom: 50px;
}

.interesting_item{
    display: inline-block;
    margin: 15px;
    max-width: 165px;
}
.interesting h2 {
  margin-bottom: 10px;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px){
    .interesting_item{
        max-width: 95px;
    }
    .interesting h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px){
    .interesting_item{
        max-width: 130px;
    }
    .interesting{
        text-align: left;
    }
    .interesting h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 510px){
    .interesting_item{
        margin: 14px;
    }
}
@media screen and (max-width: 350px){
    .interesting_row{
        text-align: left;
    }
}


.interesting a img {
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s;
}

.interesting a:hover img {
  -webkit-box-shadow: 0 10px 30px 2px rgba(0, 0, 0, .3);
          box-shadow: 0 10px 30px 2px rgba(0, 0, 0, .3);
}

.social {
    position: relative;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;

    *zoom: 1;
}

.social::before,
.social::after {
    display: table;
    content: '';
}

.social::after {
    clear: both;
}

.social li {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.social li:last-child {
    margin-right: 0;
}

.social a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all .3s;
            transition: all .3s;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;
    box-shadow: none;
}

.social a:focus,
.social a:hover {
    outline: none;
}

.social a:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.social .fa {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.social .color-facebook a {
    border-color: #3b5998;
    background-color: #3b5998;
}

.social .color-facebook a:focus,
.social .color-facebook a:hover {
    color: #3b5998;
    background-color: transparent;
}

.social .color-vkontakte a {
    border-color: #507299;
    background-color: #507299;
}

.social .color-vkontakte a:focus,
.social .color-vkontakte a:hover {
    color: #507299;
    background-color: transparent;
}

.social .color-twitter a {
    border-color: #00aced;
    background-color: #00aced;
}

.social .color-twitter a:focus,
.social .color-twitter a:hover {
    color: #00aced;
    background-color: transparent;
}

.social .color-pinterest a {
    border-color: #cb2027;
    background-color: #cb2027;
}

.social .color-pinterest a:focus,
.social .color-pinterest a:hover {
    color: #cb2027;
    background-color: transparent;
}

.social .color-linkedin a {
    border-color: #007bb6;
    background-color: #007bb6;
}

.social .color-linkedin a:focus,
.social .color-linkedin a:hover {
    color: #007bb6;
    background-color: transparent;
}

.social .color-odnoklasniki a {
    border-color: #f2720c;
    background-color: #f2720c;
}

.social .color-odnoklasniki a:focus,
.social .color-odnoklasniki a:hover {
    color: #f2720c;
    background-color: transparent;
}

.social .color-googleplus a {
    border-color: #dd4b39;
    background-color: #dd4b39;
}

.social .color-googleplus a:focus,
.social .color-googleplus a:hover {
    color: #dd4b39;
    background-color: transparent;
}

.social .color-instagram a {
    border: 0 solid transparent;
    background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
    			-webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    			-webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    			-webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
    			-webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    			-webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
    			-webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    			-webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    			
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
    			radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    			radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    			radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
    			radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    			radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
    			radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    			linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.social .color-instagram a:focus,
.social .color-instagram a:hover {
    color: #3897f0;
    border: 1px solid #3897f0;
    background: transparent;
}

.social .color-youtube a {
    border-color: #b00;
    background-color: #b00;
}

.social .color-youtube a:focus,
.social .color-youtube a:hover {
    color: #b00;
    background-color: transparent;
}

.modal {
    padding-left: 0 !important;
}

.modal_speaker-dialog {
    position: relative;
    width: 620px;
    margin: 30px auto;
}

.modal_speaker-dialog p {
    font-size: 14px;
    margin: 0;
}

.modal_speaker {
    border-top: 3px solid #286edc;
    border-radius: 5px;
    background: url(/images/speakers/popupInfo/popup-bg.jpg) no-repeat center;
    background-size: cover;
}

.modal_speaker-header {
    position: relative;
    padding-top: 30px;
}

.modal_speaker-header .close {
    font-size: 21px;
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
    float: right;
    margin-top: -30px;
    margin-right: 13px;
    -webkit-transition: opacity .2s;
            transition: opacity .2s;
    opacity: .4;
    color: #000;
    color: #fff;

    filter: alpha(opacity=20);
}

.modal_speaker-header .close:hover {
    opacity: 1;
}

.modal_speaker-content {
    position: relative;
    padding-right: 30px;
    padding-bottom: 45px;
    padding-left: 30px;
}

.modal_speaker-name {
    margin-bottom: 15px;
}

.modal_speaker-name p {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.modal_speaker-post {
    margin-bottom: 25px;
    padding-right: 50px;
    padding-left: 10px;
    border-left: 4px solid #286edc;
}

.modal_speaker-post p {
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    color: #878787;
}

.modal_speaker-targets {
    padding-bottom: 15px;
    border-bottom: 1px solid #878787;
}

.modal_speaker-targets .modal_speaker-link {
    padding: 0 0 0 10px;
    -webkit-transition: color .2s;
            transition: color .2s;
    color: #fff;
}

.modal_speaker-targets .modal_speaker-link::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    margin-right: 10px;
    margin-left: -10px;
    content: '';
    vertical-align: middle;
    background: url(/images/speakers/popupInfo/icon-site.png) no-repeat center/cover;
}

.modal_speaker-targets .modal_speaker-link:hover {
    text-decoration: none;
    color: #286edc;
}

.modal_speaker-targets .modal_speaker-country {
    display: inline-block;
    margin-left: 40px;
    padding: 0 0 0 10px;
    color: #fff;
}

.modal_speaker-targets .modal_speaker-country::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    margin-right: 10px;
    margin-left: -10px;
    content: '';
    vertical-align: middle;
    background: url(/images/speakers/popupInfo/icon-country.png) no-repeat center/cover;
}

.modal_speaker-title {
    padding: 15px 0;
}

.modal_speaker-title p {
    font-weight: 600;
    color: #286edc;
}

.modal_speaker-des p {
    line-height: 1.45;
    color: #fff;
}

.modal_speaker-image {
    overflow: hidden;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 4px;
    border: 3px solid rgba(196, 198, 197, .16);
    border-radius: 50%;
}

.modal_speaker-image img {
    width: 100%;
    border: 3px solid #fff;
    border-radius: 50%;
}

.modal_speaker-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    padding: 0 15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.modal_speaker-social .social {
    margin: 0 5px;
    margin-bottom: 10px;
}

/* ai upcoming modal styles START */
@font-face {
    font-family: 'BebasNeueRegular';

    src: url('../fonts/BebasNeue/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeue/BebasNeueRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue/BebasNeueRegular.woff') format('woff'), url('../fonts/BebasNeue/BebasNeueRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'BebasNeueBold';

    src: url('../fonts/BebasNeue/BebasNeueBold.eot');
    src: url('../fonts/BebasNeue/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeue/BebasNeueBold.ttf') format('truetype');
}

.ai-modal .modal-content {
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
    color: #fff;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ai-modal .modal-body {
    padding: 46px 36px 44px;
}

.ai-modal .modal-content .close {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 18px;
    left: auto;
    width: 23px;
    height: 23px;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .5;
    background: url('../images/ai-popup/ai-modal-close.png') no-repeat;
}

.ai-modal .modal-content .close:hover {
    opacity: 1;
}

.ai-modal .modal-content .close:after,
.ai-modal .modal-content .close:before {
    display: none;
    content: none;
}

.ai-modal__logo-wrap {
    font-family: 'BebasNeueRegular', sans-serif;
    line-height: 1;
    position: relative;
    width: 263px;
    text-transform: uppercase;
    color: #0b6ca8;
}

.ai-modal__mobile-date {
    display: none;
}

.ai-modal__day {
    font-size: 46px;
    position: absolute;
    top: -4px;
    right: 0;
    letter-spacing: -.5px;
}

.ai-modal__year {
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 23px;
    line-height: 18px;
    position: absolute;
    top: 2px;
    right: -20px;
    display: block;
    width: 10px;
    word-break: break-all;
}

.ai-modal__description {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
    margin: 34px 0 28px;
    padding-left: 16px;
    list-style-image: url('../images/ai-popup/ai-modal-ul-marker.png');
}

.ai-modal__description li {
    padding: 5px 0;
}

.ai-modal__place-wrap {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    margin-bottom: 31px;
}

.ai-modal__place-wrap:before {
    position: absolute;
    top: -12px;
    left: -95px;
    display: block;
    width: 86px;
    height: 114px;
    content: '';
    background: url('../images/ai-popup/ai-modal-location-icon.png') no-repeat;
    background-size: contain;
}

.ai-modal__place-title {
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #fcdfcb;
}

.ai-modal__place {
    line-height: 1.25;
    margin: 0;
}

.ai-modal__place .uppercase {
    text-transform: uppercase;
}

.ai-modal__welcome {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 9px;
    line-height: 21px;
}

.ai-modal__link {
    font-size: 16px;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    max-width: 218px;
    height: 36px;
    margin-top: 0px;
    padding: 8px 10px 4px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: -webkit-linear-gradient(top, #ff9e22, #ed6205);
    background:         linear-gradient(to bottom, #ff9e22, #ed6205);
}

.ai-modal__link:hover,
.ai-modal__link:active,
.ai-modal__link:focus {
    color: #fff;
    text-decoration: none;
    background: -webkit-linear-gradient(top, #ed6205, #ed6205);
    background:         linear-gradient(to bottom, #ed6205, #ed6205);
}

@media screen and (max-width: 767px) {
    .ai-modal.modal-dialog {
        width: 290px;
        margin: 10px auto 30px;
    }

    .ai-modal .modal-body {
        padding: 26px 20px;
    }

    .ai-modal .modal-content .close {
        top: 10px;
        right: 10px;
        left: auto;
        width: 15px;
        height: 15px;
        background-size: contain;
    }

    .ai-modal__logo-wrap {
        width: 100%;
    }

    .ai-modal__logo {
        width: 100%;
    }

    .ai-modal__mobile-date {
        font-family: 'BebasNeueRegular', sans-serif;
        font-size: 26px;
        position: absolute;
        top: 5px;
        right: 0;
        display: inline;
    }

    .ai-modal__day,
    .ai-modal__year {
        display: none;
    }

    .ai-modal__description {
        font-size: 17px;
        margin: 18px 0 27px;
        padding-left: 10px;
        letter-spacing: 0px;
    }

    .ai-modal__description li {
        padding: 7px 0;
    }

    .ai-modal__place-wrap {
        font-size: 12px;
        margin-bottom: 28px;
        text-align: center;
    }

    .ai-modal__place-wrap:before {
        z-index: 0;
        top: 50%;
        left: 50%;
        width: 70px;
        height: 90px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: .85;
    }

    .ai-modal__place-wrap > * {
        position: relative;
        z-index: 1;
        margin: 0;
    }

    .ai-modal__place-title {
        font-size: 16px;
    }

    .ai-modal__welcome {
        text-align: center;
    }
}
/* ai upcoming modal styles END */

.social a {
    width: 25px;
    height: 25px;
    padding: 6px;
    text-align: center;
    color: #286edc;
    border: none;
    border-radius: 50%;
    background: #fff;
}

.social .fa {
    font-size: 14px;
    font-weight: 100;
}

.google-pluse a:hover {
    color: #fff;
    background: #dd4b39;
}

.twitter a:hover {
    color: #fff;
    background: #00acee;
}

.instagram a:hover {
    color: #fff;
    background: #3f729b;
}

.facebook a:hover {
    color: #fff;
    background: #3b5998;
}

.vk a:hover {
    color: #fff;
    background: #5d84ae;
}

.linkedin a:hover {
    color: #fff;
    background: #0e76a8;
}

@media screen and (max-width: 767px) {
    .modal_speaker-dialog {
        width: 290px;
    }
}

@media (max-width: 767px) {
    .modal_speaker-content .col-sm-4 {
        position: initial;
    }

    .modal_speaker-social {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        padding: 0;
    }

    .modal_speaker-des {
        display: none;
    }

    .modal_speaker-image {
        max-width: 140px;
        margin: 0 auto 25px;
    }

    .modal_speaker-name p {
        font-size: 22px;
        line-height: 1.3;
    }

    .modal_speaker-post {
        margin-bottom: 20px;
        padding-right: 0;
    }

    .modal_speaker-targets .modal_speaker-country {
        display: block;
        margin-top: 14px;
        margin-left: 0;
    }

    .modal_speaker-title {
        padding: 15px 0 30px;
    }
}

.field-newssubscribepopup-recaptcha_2{
    width: 302px;
    margin: 0 auto 15px;
}
.field-newssubscribepopup-recaptcha_2 .g-recaptcha{
    display: inline-block;
}
.field-newssubscribepopup-recaptcha_2 .help-block{
    margin-top: 0;
}
.subscribe_popup{
    width: 100%;
}

.glyphicon{
    font-family: 'Glyphicons Halflings' !important;
}

.container span{
    font-family: 'Roboto', sans-serif;
}
.text_news span{
    font-family: 'Roboto', sans-serif !important;
}

/** ie fixes **/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .accomplices__image img{
        width: 100%;
    }

    .aside-form form .g-recaptcha,
    .aside-form #newsSubscribe .g-recaptcha,
    .modal-inspace__form .g-recaptcha{
        transform-origin: left
    }

    .programm__speaker-name{
        flex: none;
    }
}

/* edge fixes */

_:-ms-lang(x), .aside-form form .g-recaptcha,
.aside-form #newsSubscribe .g-recaptcha,
.modal-inspace__form .g-recaptcha { transform-origin: left; }

_:-ms-lang(x), .aside-form form .g-recaptcha{
    display: inline-block;
}

.checkbox label .offerta {
  text-decoration: underline;
}