
@font-face {
    font-family: "Tahoma";
    src: url("../fonts/Tahoma.eot");
    src: url("../fonts/Tahoma.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Tahoma.woff") format("woff"),
    url("../fonts/Tahoma.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Tahoma Bold";
    src: url("../fonts/Tahoma_Bold.eot");
    src: url("../fonts/Tahoma_Bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Tahoma_Bold.woff") format("woff"),
    url("../fonts/Tahoma_Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
*{
    margin:0;
    padding: 0;
    border:0;
}
body{
	font-family: Tahoma,Verdana,Arial; 
/*	font-family: "Arial", "Tahoma", "Verdana"; */
	font-size: 14px;
    color: #545454;
/*	filter:brightness(10%); */
/*	filter: blur(2px); */
}

main{
    min-width: 1300px;
    max-width: 1600px;
}

.container{
    width: 100%;
    margin: 0 auto;
}

header {
    min-width: 1300px;
}
.top_header{
    width: 100%;
    min-width: 1300px;
    max-width: 1600px;
    background-color: #e5e5e5;
    padding: 5px 0 4px 0;
}
.top_header .container{
    max-width: 1180px;
    min-width: 1300px;
    font-size: 0;
    width: 98%;
    height: 30px;
}
.top_header .container > div{
    /* display: inline-block; */
    font-size: 14px;
    /* width: 33.3%; */
    vertical-align: middle;
}
.top_nav {
width: 36%;
float: left;
padding-top: 5px;
}

.top_contacts {
width: 40%;
float: left;
padding-top: 5px;
text-indent: 19px;
}

.top_header a{
    color:#686868;
}
.top_header a:hover{
    text-decoration: none;
}

.top_nav > ul{
    display: inline-block;
    font-size: 0;
}
.top_nav > ul li {
    display: inline-block;
    font-size: 14px;
}
ul.menu_panel li a{
    width: 13px;
    height: 13px;
    background-image:url(sprite.png);
    background-repeat: no-repeat; 
    display: block;
    margin-right: 11px;
}
.icon_home a{
    background-position: -8px -5px;
}
.icon_map a{
    background-position: -32px -7px;
}
.icon_mail a{
    background-position: -57px -5px;
}
ul.lag_panel {
    margin-left: 3%;
}
ul.lag_panel li:last-child {
    margin-left: 8px;
}
ul.lag_panel a.active{
    color: #12afd6;
    text-decoration: none;
    cursor: 
}

ul.login_panel {
    margin-left: 4.5%;
}
ul.login_panel li:first-child:before{
    content:"";
    display: inline-block;
    width: 13px;
    height: 11px;
    background-image:url(sprite.png);
    background-position: -8px -46px;
}
ul.login_panel li:last-child {
    margin-left: 7px;
}
.top_contacts a:first-child {
    /* margin-left: 24%; */
    text-decoration: none;
}
.top_contacts a:first-child:hover{
    text-decoration: underline;
} 
.top_header .container .top_social{
    font-size: 0;
    text-align: right;
    width: 37%;
    float: right;
}

.top_header .container .top_logo{
    font-size: 0;
    text-align: left;
    width: 37%;
    float: left;
}

.top_social a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image:url(sprite.png);
    margin-right: 1px;
}
.top_social a:hover{
    opacity: 0.8;
}

.top_social a.fb{
    background-position: -88px -4px;
    /* margin-left: 9.2%; */
}

.top_social a.vk{
    background-position: -124px -4px
}

.top_social a.ok{
    background-position: -160px -4px
}

.top_social a.in{
    background-position: -196px -4px
}

.top_social a.youtube{
        background-position: -232px -4px;
}
.top_search{
/*    display: inline-block;*/
    display: none;
    background: #fff;
    height: 30px;
    vertical-align: top;
    margin-left: 7%;
}

.top_search input[type="text"] {
    max-width: 160px;
    line-height: 30px;
    font-size: 14px;
    color: #545454;
    text-indent: 10px;
}

.top_search input[type="submit"] {
    background: transparent;
    font-size: 0;
    width: 20px;
    height: 30px;
    background-image: url(sprite.png);
    background-position: -122px -36px;
    cursor: pointer;
    vertical-align: top;
}

.bottom_header {
	text-align: center;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 20px;
}

.bottom_header .logo {
    width: 170px;
    height: 75px;
    float: left;
	background-image: url(logo_itm.png);
	background-repeat: no-repeat;
	margin-top: 6px;
}

.bottom_header .logo_itm {
    display: inline-block;
/* */
/*  vertical-align: top; */
    vertical-align: bottom;
    font-size: 0;
/*	width: 205px;*/
/*	width: 13%;*/
/*	min-width: 180px;*/
/*	height: 75px;*/
    background-image: url(/_/i/logo_itm.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 2.2%;
}
.bottom_header .logo_itm > a{
    display: block;
    width: 205px;
    height: 75px;
}

.bottom_header .logo_sib {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
/*	width: 205px; */
/*	width: 13%; */
/*	min-width: 180px; */
	height: 75px;
    background-image: url(/_/i/logo_sib.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 2.2%;
}

.bottom_header .logo_sib > a{
    display: block;
    width: 260px;
    height: 100px;
}

.bottom_header nav {
    display: inline-block;
/*    margin-left: 2.8%; */
	margin-left: -170px;
    padding-top: 15px;
    width: calc(94% - 205px);
    max-width: 1095px;
}

.bottom_header nav ul{
    font-size: 0;
    display: table;
    width: 100%;
} 

.bottom_header nav ul li{
    display: table-cell;
    vertical-align: middle;
    width: 136px;
    height: 55px;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    
}

.bottom_header nav ul li:last-child{
    border-right: 1px solid #e5e5e5;
}

.bottom_header nav ul li a {
    color:#686868;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}

.bottom_header nav ul li a:hover{
    text-decoration: underline;
}

.wrap_slider{
    height: 402px;
    position: relative;
    margin: 28px auto 0 auto;
}

.slider{
    min-width: 1300px;
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
    position: relative;
}*/

.slider {
    height: 100px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
}

.slide_img{
    width: 100%;
    height: 610px;
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
}

.slide_img img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.btn_register {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.text_slider {
    padding-top: 65px;
    padding-left: 6.3%;
    max-width: 1600px;
    margin: 0 auto;
}

.text_slider p {
    font-size: 18px;
    text-transform: uppercase;
    color: #078fc4;
    line-height: 185%;
	text-shadow: 1px 1px 10px #fff;
}

.container_c h2 img {
	margin-right: 10px;
}
.container_c h2 a {
	color: #fff;
	text-decoration: none;
}

.container_c h2 a:hover {
	text-decoration: underline;
}
.text_slider h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 43px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-top: 22px;
    margin-bottom: 22px;
    line-height: 130%;
}

.wrap_slider ul {
    font-size: 0;
    width: 100%;
    text-align: center;
    max-width: 1600px;
    margin: 0 auto;
}

.wrap_slider ul li {
    height: 95px;
    width: 23.5%;
    min-width: 307px;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin-right: 20px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    position: relative;
}

.wrap_slider ul li  a{
    color: #fff;
	text-decoration: none;
}

/*.wrap_slider ul li:after {
    content: '';
    display: inline-block;
    width: 100%;
    border: 0 !important;
    height: 14px;
    top: -14px;
    left: 0%;
    margin: 0;
    position: absolute;
    background-image: url(/_/i/btn_opaciti.png);
    background-position: top center;
}
*/
.wrap_slider ul li.hover{
    background-color: #078fc4;
} 

.wrap_slider ul li.hover:after{
    content: '';
    position: absolute;
    display: block;
    width: 0 !important;
    height: 0 !important;
    border: 20px solid transparent !important;
    border-bottom: 20px solid #078fc4 !important;
    left: 50% !important;
    margin-left: -18px !important;
    top: -39px !important;
    background-image: initial;

}

.wrap_slider ul li:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.wrap_slider ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
}

.gradient_bg{
    margin-top: 80px;
    border-top:1px solid #d7d7d7;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeef+0,ffffff+100 */
    background: #eeeeef; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeef 0%, #ffffff 100px); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #eeeeef 0%,#ffffff 100px); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #eeeeef 0%,#ffffff 100px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.content {
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}

.three_blocks {
    font-size: 0;
    margin-top: -47px;
}

.three_blocks > div {
    display: inline-block;
    width: 31.6%;
    margin-right: 2.1%;
    vertical-align: top;
}

.three_blocks > div .title_blocks {
    border: 1px solid #d7d7d7;
    text-align: center;
    height: 223px;
    background-color: #fff;
	min-height: 334px;
}

.three_blocks > div:nth-child(3n) {
    margin-right: 0;
}

.title_blocks img {
    margin-top: 25px;
}

.content .title_blocks h4 {
    font-size: 16px;
    text-align: left;
    padding: 0 24px;
    color: #078fc4;
    margin-top: 17px;
    font-family: "Tahoma Bold";
	min-height: 48px;
}

.content .three_blocks  a{
	text-decoration: none;
}

.content .title_blocks h4  a{
    color: #078fc4;
}

.content  p img {
	margin: 0 20px 20px 0;
}

.content .three_blocks > div p{
    font-size: 15px;
    margin-top: 20px;
    padding-right: 10px;
}

.content .head_timetable h3 {
	background: #078fc4;
    color: #fff;
    display: inline-block;
    padding: 20px 0 20px 20px;
    margin: 0;
    font-size: 20px;
    position: relative;
    font-family: "Tahoma Bold";
    width: 355px;
	text-align: center;
}

.content .head_timetable h3:before{
    content: '';
    position: absolute;
    display: block;
    border: 20px solid transparent;
    border-top: 20px solid #078fc4;
    left: 27px;
    bottom: -39px;
}

.head_timetable {
    margin-bottom: 51px;
}

.head_timetable ul {
    color: #fff;
    display: inline-block;
    margin: 0 !important;
    vertical-align: top;
    width: calc(100% - 391px);
    text-align: center;
}

.head_timetable ul li {
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 20px 0px 23px;
    font-size: 16px;
    text-align: center;
    position: relative;
    font-family: "Tahoma Bold";
    margin: 0;
    width: 189px;
    cursor: pointer;
}
.head_timetable ul li.active{
    background-color: #078fc4;
}

.head_timetable ul li.unactive{
    background-color: #ff0000;
}

.head_timetable ul li.active:before{
    content: '';
    position: absolute;
    display: block;
    border: 20px solid transparent;
    border-top: 20px solid #078fc4;
    left: 50%;
    margin-left: -18px;
    bottom: -40px;
}

.timetable{
    left: 50%;
	margin:0 auto;
	margin-top: 33px;
/*	min-width: 1300px;
	max-width: 1600px;*/
	text-align: middle;
	color: #fde5c3;
	font-size: 24px;
	font-family: "Tahoma Bold";
	text-align: center;
}

.logo{
    left: 50%;
	margin:0 auto;
	margin-top: 33px;
	max-width: 1600px;
	text-align: center;
    font-family: "Tahoma Bold";
    font-size: 40px;
	background-color: #ffffff;
}

.timetable ul.tab {
    margin: 0;
}

.timetable ul.tab li {
    display: none;
}

.timetable ul.tab li.active {
    display: block;
}

.timetable ul.tab li h3{
    background-color: #e5e5e5;
    color: #545454;
    padding: 22px 40px;
    margin-bottom: 28px;
    font-family: "Tahoma Bold";
    font-size: 16px;
}

.timetable_event {
    margin-bottom: 20px;
}

.pvideo {
	text-align: center;
	vertical-align: top;
}

.timetable_event:last-child {
    margin-bottom: 0;
}

.timetable_event >div {
    display: inline-block;
    vertical-align: top;
}

.event_time {
    width: 13.5%;
    padding-left: 3.2%;
    font-size: 16px;
}
.event_time span:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 16px;
    background-image: url(sprite.png);
    background-position: -63px -57px;
    margin-right: 6px;
}

.event_description {
    width: 78%;
    border-left: 5px solid #078fc4;
    padding-left: 2.2%;
}

.event_description a {
    text-decoration: none;
}

.event_description a:hover h4 {
	text-decoration: underline;
}

.content .event_description h5{
    font-size: 14px;
    margin: 0px;
    font-family: "Tahoma Bold";
    color: #000;
}

.event_description h5:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 16px;
    background-image: url(sprite.png);
    background-position: -46px -46px;
    margin-right: 8px;

}

.content .event_description h4{
    color: #078fc4;
/*    text-transform: uppercase;*/
    margin: 3px 0 0 0;	
    font-family: "Tahoma Bold";
}

.content .event_description h4 a{
    color: #d82f18;
/*    text-transform: uppercase;*/
    margin: 3px 0 0 0;	
    font-family: "Tahoma Bold";
}
.event_description spiker{
    color: green;
    text-transform: uppercase;
    font-family: "Tahoma Bold";
}



.event_description h4:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 16px;
    background-image: url(sprite.png);
    background-position: -25px -45px;
    margin-right: 8px;
}

.event_description p {
    font-size: 15px;
    margin-bottom: 0 !important;
    margin-top: 27px;
    padding-left: 5px;
}

.timetable_content + div {
    text-align: center;
    margin-top: 28px;
}
.timetable_content + div a{
    display: inline-block;
    color: #078fc4;
}

.timetable_content + div a:hover{
    text-decoration: none;
}

a.download_program {
    background: #e9d1d5;
    padding: 10px 40px;
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: underline !important;
}

a.download_program:hover{
    opacity: 0.9;
}

a.download_pdf {
    font-size: 16px;
}

a.download_pdf:after{
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(sprite.png);
    background-position: -90px -45px;
    vertical-align: middle;
    margin-left: 10px;
}

.wrap_speakers{
/*    background-image: url(img/bg-speakers.png);
    background-repeat: no-repeat;
    background-position: top center;*/
    padding-top: 26px;
    padding-bottom: 11px;
    margin-top: 17px;
/*	min-width: 1300px; */
/*	max-width: 1600px; */
	
}

.wrap_speakers .content h3 {
    color: #078fc4;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 2px solid #078fc4;
    margin-bottom: -10px;
    font-family: "Tahoma Bold";
}

.speaker{
    font-size: 16px;
    width: 24%;
    display: inline-block;
    overflow: hidden;
    color: #078fc4;
    margin-bottom: 30px;
	vertical-align: top;
	text-align: center;
	
/*	border: 3px solid #078fc4; */
/*	border-radius: 30px;*/	
}

.speaker100{
    font-size: 16px;
    width: 24%;
    display: inline-block;
    overflow: hidden;
    color: #078fc4;
    margin-bottom: 30px;
	vertical-align: top;
	text-align: center;
	
/*	border: 3px solid #078fc4; */
/*	border-radius: 30px;*/	
}

.speaker a {
    text-decoration: none;
}

.speaker a:hover h4{
    text-decoration: underline;
}

.speaker .speaker_foto{
    display: inline-block;
    vertical-align: top;
    background: #FFF;
    padding: 2px;
    font-size: 0;
	img {
		width: 250px;
		height: 333px;
	}
}

.speaker .speaker_description{
    display: inline-block;
    vertical-align: top;
/*    width: 42%;*/
    padding-left: 3%;
/*	white-space: nowrap;*/
	
}

.content .speaker_description h4 {
    color: #078fc4;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0;
    font-family: "Tahoma Bold";
	color: #fde5c3;	
}

.wrap_speakers .content >a{
    display: block;
    width: 165px;
    margin: 0 auto;
    color:#fff;
    padding:10px 0;
    background-color: #9d9d9d;
    text-align: center;
}

.wrap_speakers .content >a:hover{
    opacity: 0.9;
}

.wrap_news_block {
    margin-top: 42px;
    margin-bottom: 45px;
}

.head_news_block {
    margin-bottom: 49px;
}

.content .head_news_block h3 {
    background: #078fc4;
    color: #fff;
    display: inline-block;
    padding: 20px 0px 21px 20px;
    width: 350px;
    margin: 0;
    font-size: 18px;
    position: relative;
    font-family: "Tahoma Bold";
}

.content .head_news_block h3:before{
    content: '';
    position: absolute;
    display: block;
    border: 20px solid transparent;
    border-top: 20px solid #078fc4;
    left: 27px;
    bottom: -39px;
}

.content .head_news_block a{
    color: #078fc4;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 380px);
    text-align: right;
    font-size: 15px;
}
.content .head_news_block a:hover{
    text-decoration: none;
}
.content .head_news_block a:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    width: 15px;
    height: 12px;
    background-image: url(sprite.png);
    background-position: -61px -45px;
}

.vertical_news >div {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.vertical_news >div a{
    text-decoration: none;
}

.vertical_news >div a:hover h4{
    text-decoration: none;
}

.vertical_news >div time {
    font-size: 14px;
    color: #545454;
}

.vertical_news >div:last-child {
    border-bottom: 1px solid #ccc;
}

.vertical_news >div h4{
    font-family: "Tahoma";
    color: #078fc4;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 18px;
    text-decoration: underline;
}

.wrap_rotator_images {
    font-size: 0;
    margin-bottom: 25px;
}

.head_news_slider {
    margin-bottom: 43px;
}

.content .head_news_slider h3 {
    background: #078fc4;
    color: #fff;
    display: inline-block;
    padding: 18px 0px 21px 20px;
    width: 350px;
    margin: 0;
    font-size: 18px;
    position: relative;
    font-family: "Tahoma Bold";
}

.content .head_news_slider h3:before {
    content: '';
    position: absolute;
    display: block;
    border: 20px solid transparent;
    border-top: 20px solid #078fc4;
    left: 27px;
    bottom: -39px;
}

.content .wrap_rotator_images ul {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 1%;
}

#congress_slider,
#exhibition{
    display: inline-block !important;
    vertical-align: top;
    width: calc(100% - 210px);
    position: relative;
}

#congress_slider.owl-theme .owl-controls,
#exhibition.owl-theme .owl-controls{
    margin-top: 0px;
    text-align: center;
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
}

#congress_slider.owl-theme .owl-controls .owl-buttons div,
#exhibition.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    width: 15px;
    margin: 0px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 0;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
}

#congress_slider.owl-theme .owl-controls .owl-buttons div:hover,
#exhibition.owl-theme .owl-controls .owl-buttons div:hover{
   background: rgba(255, 255, 255, 0.7); 
}

#congress_slider.owl-theme .owl-controls .owl-buttons .owl-prev,
#exhibition.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 0;
}

#congress_slider.owl-theme .owl-controls .owl-buttons .owl-next,
#exhibition.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}

#congress_slider.owl-theme .owl-controls .owl-buttons .owl-prev:before,
#exhibition.owl-theme .owl-controls .owl-buttons .owl-prev:before,
#congress_slider.owl-theme .owl-controls .owl-buttons .owl-next:before,
#exhibition.owl-theme .owl-controls .owl-buttons .owl-next:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(sprite.png);
    position: absolute;
    top:50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
}

#congress_slider.owl-theme .owl-controls .owl-buttons .owl-prev:before,
#exhibition.owl-theme .owl-controls .owl-buttons .owl-prev:before{
    background-position: -267px -5px;
}

#congress_slider.owl-theme .owl-controls .owl-buttons .owl-next:before,
#exhibition.owl-theme .owl-controls .owl-buttons .owl-next:before{
    background-position: -289px -5px;
}

#congress_slider .item img,
#exhibition .item img{
  display: block;
  width: 100%;
  height: auto;
}

.content .wrap_rotator_images ul li {
    background: #b7b7b7;
    margin-bottom: 2px;
    width: 195px;
}

.content .wrap_rotator_images ul li a {
    color: #078fc4;
    text-decoration: none;
    text-align: center;
    padding: 10px 0 10px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: "Tahoma Bold";
}

.content .wrap_rotator_images ul li a:hover{
    text-decoration: underline;
}

.wrap_rotator_images > a{
    font-size: 15px;
    color: #078fc4;
    display: block;
    text-align: right;
    margin-top: 8px;
}

.wrap_organizators {
    color: #078fc4;
	background-color: #fff;
    background-image: url(bg-orgi.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 24px;
    padding-bottom: 1px;
    margin: 0 auto;
	max-width: 1300px;
}

.wrap_organizators .content h3 {
    color: #078fc4;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 2px solid #078fc4;
    margin-bottom: -10px;
    font-family: "Tahoma Bold";
}

.wrap_map{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

.map_information {
    width: 250px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 500px;
    background: #E3DFD3;
    margin-right: 13.8%;
    padding: 16px 15px 20px 15px;
    font-size: 12px;
    color: #000;
    z-index: 10;
}

.slide_information {
    width: 800px;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 10px;
    margin-right: 0%;
    padding: 16px 15px 20px 15px;
    font-size: 30px;
    color: #000;
    z-index: 10;
}

.map_information:after{
    content: "";
    display: block;
    width: 100%;
    height: 45px;
/*    background-image: url(/_/i/plaskabotom.png);*/
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    margin-bottom: -45px;
    left: 0;
}

.map_information h3 {
    font-family: "Tahoma";
    font-weight: 500;
    color: #078fc4;
    border-bottom: 1px solid #999;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 12px;
}

.map_information p {
    line-height: 135%;
}

.map_information a {
    margin-top: 10px;
    display: inline-block;
    color:#205DB1;
}

.wrap_map .overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0px;
}

.wrap_map .overlay.active{
    height: 0;
}

footer{
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    background-color: #b7b7b7;
    font-size: 0;
    padding: 10px 0 30px 0 !important;
}
.footer .content {
}

footer a:hover{
    text-decoration: none;
}

.footer_left {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
}

.footer_left a{
    color: #fff;
}

.footer_right {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-left: 20%;
    text-align: right;
}

.footer_right .top_nav {
    width: 100%;
}

.footer_right .lag_panel {
    margin: 0 !important;
}
.footer_right ul.lag_panel a {
    color: #fff;
}
.footer_right ul.lag_panel a.active {
    color: #fff;
    text-decoration: none;
}

.footer_right  ul.menu_panel {
    margin-left: 20px;
    margin-right: 5px;
}

.footer_right .top_nav > ul li {
    vertical-align: middle;
}

.footer_right  ul.menu_panel li a {
    margin-left: 11px !important;
    margin-right: 0;
}

.footer_right .top_social {
    margin-top: 47px;
    font-size: 0;
}

.footer_right  .icon_home a {
    background-position: -8px -26px;
}

.footer_right .icon_map a {
    background-position: -32px -27px;
}

.footer_right .icon_mail a {
    background-position: -57px -26px;
}

.footer_right .top_social a{
    opacity: 0.4;
}

.footer_right .top_social a:hover{
    opacity: 0.6;
}

.copiright {
    float: left;
}

@media all and (max-width: 1200px){

    .bottom_header nav ul li a {
        font-size: 12px;
    }
    .organizators{
        text-align: center;
    }
    .organizators >div {
        margin-right: 2.5%;
    }
    .content .wrap_rotator_images ul li a {
        padding: 12px 0 10px;
    }
}

.status-uch{
text-align: center !important;
/*display: none;*/
margin: 0 auto;
padding-top: 10px;
padding-bottom: 30px;
}

.all-news-home{
background: #078fc4 none repeat scroll 0 0;
padding: 10px;
font-family: "Tahoma Bold";
font-size: 16px;
width: 145px;
}

.all-news-home A{
color: #fff;
padding: 10px;
text-decoration: underline !important;
}


.all-news-home A:hover{
color: #fff;
text-decoration: none !important;
}

.share-pluso{
/* display: none; */
text-align: right;
}

.organizators A{
/* display: none; */
display: block;
font-size: 14px;
color: #fff;
}

.organizators A:hover{
text-decoration: none !important;
}

.wrap_organizators H3 A{
color: #078fc4;
}

.wrap_organizators H3 A:hover{
text-decoration: none;
}

DIV.uchastnik-konkursa>DL.compact>DT,
DIV.uchastnik-konkursa>DL.compact-with-vspace>DT{
	font-size: 14px !important;
}

td div.button span {
	height: auto;
}

.mob-reg{
	margin-left: 10px;
	margin-right: 10px;
	width: 90%;
}


.mob-reg,
.mob-reg h2,
.mob-reg p{
	width: 90%;
	max-width: 90%;
}


div.registration_block a#reg-bn:hover{
	color: #fff;
}

div.competition-detail form.vote-form>div.tbl span>input{
	position: unset;
	margin-left: 0px;
}

div.competition-detail>ul>li{
	list-style: disc;
}

div.vote-note-box.vote-note-error>div.vote-note-box-text>p>font.errortext{
	font-size: 1.25em !important;
	color: red !important;
}

.speaker .speaker-anons,
.speaker .speaker-detail,
.speaker>h1{
	color: #333;
}


div#proceedings h2{
	margin-bottom: 25px;
}

div#proceedings h3{
	margin-top: 0px;
	color: #078fc4;
	font-size: 1.5em;
}

div#proceedings ul,
div#proceedings ol{
	font-size: 15px;
	margin-top: 10px;
}

div#proceedings ul{
	list-style: disc !important;
}

div#proceedings ul li,
div#proceedings ol li{
	margin-top: 10px;
}


div#proceedings .imgA img{
	border: 1px solid red;
}


div#proceedings strong{
	color: black;
}


div.agenda-detail> h3{
	color: #790000;
}


div.agenda-detail>div.files-download>div,
div.wrap-program>div.bottom-info>div.files-download>div>a.pdf.prog{
	background: url(/images/pdf.jpg) no-repeat;
}


div.agenda-detail>div.files-download>div>a.pdf {
    display: block;
    margin-left: 40px;
    margin-bottom: 10px;
}



.agenda-detail>.prog-table tr>.cell.col-2{
	width: 20%;
}

.agenda-detail>.prog-table tr>.cell.col-3,
.agenda-detail>.prog-table tr>.cell.col-4,
.agenda-detail>.prog-table tr>.cell.col-5,
.agenda-detail>.prog-table tr>.cell.col-6{
	width: 19%;
}



div#proceedings > h1,
div#proceedings > h2{
	background: #078fc4;
	color: white;
	font-size: 18px;
	padding: 20px 20px;
	min-width: 374px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-family: "Tahoma Bold";
}



div#proceedings > h1::before,
div#proceedings > h2::before{
	position: absolute;
	width: 25px;
	height: 25px;
	left: 30px;
	bottom: -12px;
	background: #078fc4;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}


div#proceedings .imgC img{
	border: 1px solid #078fc4;
}

div#proceedings dl > dt{
	background: url(/images/pdf.jpg) no-repeat;
	display: list-item;
	height: 30px;
}
div#proceedings dl > dt.none-pdf{
	background: none;
	padding-left: 35px;
}
div#proceedings dl > dt > br{
	margin-bottom: 20px;
}


div#proceedings dl > dt > a{
	margin-left: 35px;
	color: #23527c;
	display: block;
}
div#proceedings p > strong,
div#proceedings p > b{
	color: #23527c;
}
div#proceedings a:hover{
	text-decoration: none;
}

div#proceedings dl > dd{
	margin-left: 35px;
	margin-bottom: 2em;
	margin-top: -10px;
}


#proceedings .imgA ul li,
#proceedings .imgC ul li{
	list-style: none;
}
#proceedings .imgA ul li th,
#proceedings .imgC ul li th{
	text-align: center;
	padding-top: 10px;
	color: #078fc4;
}



.page-header {
	background: #960808 !important;
	border-top: 1px solid #8a98b2;
	background: -moz-linear-gradient(top, #960808 0%, #078fc4 100%) !important;
	background: -webkit-linear-gradient(top, #960808 0%,#078fc4 100%) !important;
	background: -o-linear-gradient(top, #960808 0%,#078fc4 100%) !important;
	background: -ms-linear-gradient(top, #960808 0%,#078fc4 100%) !important;
	background: linear-gradient(to bottom, #960808 0%,#078fc4 100%) !important;
}


/*th.cell.col-1{
	width: 2%;
}*/

