/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*
@font-face {
    font-family: 'acrom';
    src: url('fonts/acrom/acrom_bold_italic_new.eot');
    src: url('fonts/acrom/acrom_bold_italic_new.eot?#iefix') format('embedded-opentype'),
         url('fonts/acrom/acrom_bold_italic_new.woff') format('woff'),
         url('fonts/acrom/acrom_bold_italic_new.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'acrom';
    src: url('fonts/acrom/acrom_bold_new.eot');
    src: url('fonts/acrom/acrom_bold_new.eot?#iefix') format('embedded-opentype'),
         url('fonts/acrom/acrom_bold_new.woff') format('woff'),
         url('fonts/acrom/acrom_bold_new.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'acrom';
    src: url('fonts/acrom/acrom_compensated_light.eot');
    src: url('fonts/acrom/acrom_compensated_light.eot?#iefix') format('embedded-opentype'),
         url('fonts/acrom/acrom_compensated_light.woff') format('woff'),
         url('fonts/acrom/acrom_compensated_light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'acrom';
    src: url('fonts/acrom/acrom_compensated_light_italic.eot');
    src: url('fonts/acrom/acrom_compensated_light_italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/acrom/acrom_compensated_light_italic.woff') format('woff'),
         url('fonts/acrom/acrom_compensated_light_italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'acrom';
    src: url('fonts/acrom/acrom_italic_new.eot');
    src: url('fonts/acrom/acrom_italic_new.eot?#iefix') format('embedded-opentype'),
         url('fonts/acrom/acrom_italic_new.woff') format('woff'),
         url('fonts/acrom/acrom_italic_new.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
*/
@font-face {
    font-family: 'acrom';
    src: url('fonts/acrom/acrom.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'acrom';
    src: url('fonts/acrom/acrom%20light.otf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'acrom';
    src: url('fonts/acrom/acrom%20medium.otf');
    font-weight: bold;
    font-style: normal;
}

/*
@font-face {
    font-family: 'acrom';
    src: url('fonts/acrom/acrom_thin_ita.eot');
    src: url('fonts/acrom/acrom_thin_ita.eot?#iefix') format('embedded-opentype'),
         url('fonts/acrom/acrom_thin_ita.woff') format('woff'),
         url('fonts/acrom/acrom_thin_ita.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
*/

body {
    background: none repeat scroll 0 0 #020202;
    color: #505050;
    font: 100 14px "acrom",Verdana,Arial,Tahoma,sans-serif;
    margin: 0;
    padding: 0;
}



a {
	text-decoration: none;
}

.big_button
{
	font-size: 20px;
	color: white;
	text-transform: uppercase;
	display:inline-block;
	padding: 10px 0;
	height: 24px;
	overflow:hidden;
}

.big_button:hover
{
    background-color: #db0223;
	color: white;
}

.big_button:before
{
	border-bottom: 2px solid;
    border-left: 2px solid;
    border-top: 2px solid;
    color: #db0223;
    content: " ";
    padding: 20px 8px;
    float: left;
    margin: -10px 6px 0 0px;
}


.big_button:after
{
	border-bottom: 2px solid;
    border-right: 2px solid;
    border-top: 2px solid;
    color: #db0223;
    content: " ";
    padding: 20px 8px;
    float: right;
    margin: -10px 0 0px 6px;
}


.read_button
{
	font-size: 14px;
	color: black;
	text-transform: uppercase;
	display:inline-block;
	height: 16px;
    padding: 8px 0;
}

.read_button:hover
{
    background-color: #db0223;
	color: white;
}

.read_button:before
{
	border-bottom: 2px solid;
    border-left: 2px solid;
    border-top: 2px solid;
    color: #db0223;
    content: " ";
    padding: 14px 8px;
    float: left;
    margin: -8px 2px 0 0px;
}


.read_button:after
{
	border-bottom: 2px solid;
    border-right: 2px solid;
    border-top: 2px solid;
    color: #db0223;
    content: " ";
    padding: 14px 8px;
    float: right;
    margin: -8px 0 0px 2px;
}



.header_menu
{
	height: 42px;
	/*background-color: #020202;*/
	text-transform: uppercase;
	vertical-align: center;
	position: absolute;
/*	background: url(images/menu_bg.png);*/
	padding-top: 6px;
	width: 100%;

}

.header_menu_line
{
	width: 1200px;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
}

.header_menu_img
{
	float: left;
}

.header_menu_links
{
	float: left;
	margin-left: 50px;
	padding-top: 7px;
	font-size: 12px;
}

.header_menu_links a
{
	color: white;
	margin: 0px 0px 0 0px;
}

.header_menu_links a:before
{
	border-bottom: 2px solid #020202; 
    border-left: 2px solid #020202;
    border-top: 2px solid #020202;
    color: #db0223;
    content: " ";
    margin-right: 1px;
    padding: 0 3px;
}

.header_menu_links a:after
{	
	border-bottom: 2px solid #020202;
    border-right: 2px solid #020202;
    border-top: 2px solid #020202;
    color: #db0223;
    content: " ";
    margin-right: 1px;
    padding: 0 3px;
}

.header_menu_links a:hover:before
{
	border-bottom: 2px solid;
    border-left: 2px solid;
    border-top: 2px solid;
    color: #db0223;
    content: " ";
    margin-right: 5px;
    padding: 0 3px;
}

.header_menu_links a:hover:after
{
	border-bottom: 2px solid;
    border-right: 2px solid;
    border-top: 2px solid;
    color: #db0223;
    content: " ";
    margin-right: 5px;
    padding: 0 3px;
	clear: left;
}


.header_menu_links a:hover
{
	color: #ffffff;
}

.header_big
{
	background-image: url("images/header_big.jpg");
	/*background-size: auto auto;*/
	background-position: 50% 50%;
    background-repeat: no-repeat;
    clear: both;
    height: 746px;
}

.header_big_title
{
	padding-top: 96px;
	text-align: center;
	font-size: 50px;
	text-decoration: uppercase;
	color: white;
	font-weight: 100;
}

.header_big_info
{
	padding-top: 430px;
	text-align: center;
	font-size: 26px;
	color: white;
}

.header_big_button
{
	padding-top: 38px;
	text-align: center;
}



.whiteline
{
	height: 8px;
	background-color: #FFF;
}

.about
{
	background-image: url("images/about_background.png");
	/*background-size: auto auto;*/
	background-position: 50% 50%;
    background-repeat: repeat;
    clear: both;
    /*min-height: 470px;*/
	min-height: 330px;
}

.about_inner
{
	width: 900px;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	text-align: center;
}

.about_title
{
	margin: 60px 0 20px 0;
	font-size: 26px;
	letter-spacing: 8px;
}

.about_redline
{
	width: 100px;
	height: 1px; 
	border-bottom: 5px solid #db0223;
}

.about_text
{
	margin: 50px 0 0px 0;
	font-size: 18px;
}

.about_whiteline
{
	width: 160px;
	height: 1px; 
	border-bottom: 2px solid #fff;
}

.about_info
{
	text-align: center;
	margin-top: 30px;
}

.itprize
{
	background-image: url("images/itprize.jpg");
	/*background-size: auto auto;*/
	background-position: 50% 50%;
    background-repeat: repeat;
    clear: both;
    height: 1123px;
	background-color: black;
	overflow: hidden;
}

.itprize_inner
{
	width: 1160px;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	text-align: center;
}

.itprize div
{
	text-align: left;
}

.itprize h2
{
	color: #b47a0a;
	margin-bottom: 4px;
	padding: 0px;
	text-transform: uppercase;
}

.itprize_title
{
	padding: 300px 0 0px 0;
	font-size: 17px;
	font-weight:bold;
	color: #b47a0a;
	line-height: 1.4;
	margin-bottom: 50px;
	text-align: center;
}

.itprize ul
{
	margin-bottom: 2px;
	width: 500px;
	text-align:left;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 0px;
}

.itprize li
{
	color: #b47a0a;
	font-size: 18px;
	padding: 0px 0 7px 0;
	margin: 0px;
}

.itprize .li2 li
{
	padding-bottom: 4px;
}

.itprize li span
{
	color: white;
	font-size: 15px;
	text-align: bold;
}

.itprize .button
{
	font-size: 20px;
	color: white;
	text-transform: uppercase;
	display:inline-block;
	padding: 10px 0;
	height: 24px;
	overflow:hidden;
	
}

.itprize .button:hover
{
    background-color: #f3b827;
	color: white;
}

.itprize .button:before
{
	border-bottom: 2px solid;
    border-left: 2px solid;
    border-top: 2px solid;
    color: #f3b827;
    content: " ";
    padding: 20px 8px;
    float: left;
    margin: -10px 6px 0 0px;
}


.itprize .button:after
{
	border-bottom: 2px solid;
    border-right: 2px solid;
    border-top: 2px solid;
    color: #f3b827;
    content: " ";
    padding: 20px 8px;
    float: right;
    margin: -10px 0 0px 6px;
}



.session
{
	background-image: url("images/session_background.png");
	/*background-size: auto auto;*/
	background-position: 50% 50%;
    background-repeat: repeat;
    clear: both;
    min-height: 540px;
}

.session_inner
{
	width: 900px;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	text-align: center;
}

.session_title
{
	padding: 60px 0 20px 0;
	font-size: 26px;
	letter-spacing: 8px;
	color: white;
}

.session_whiteline
{
	width: 100px;
	height: 1px; 
	border-bottom: 5px solid #fff;
}

.session_text
{
	margin: 50px 0 20px 0;
	font-size: 18px;
	color: black;
}

.session_info
{
	text-align: center;
	margin-top: 30px;
}

/* SPEAKERS */
.speakers
{
	background-image: url("images/speakers_background.png");
	/*background-size: auto auto;*/
	background-position: 50% 50%;
    background-repeat: repeat;
    clear: both;
    min-height: 540px;
	position: relative;
	margin: auto;
}

.speakers_inner
{
	width: 900px;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	text-align: center;
}

.speakers_redline
{
	width: 100px;
	height: 1px; 
	border-bottom: 5px solid #db0223;
}

.speakers_title
{
	padding: 40px 0 10px 0;
	font-size: 26px;
	letter-spacing: 8px;
	color: white;
}


.speakers_text
{
	margin: 40px 0 30px 0;
	font-size: 18px;
	color: #cccccc;
}

.speakers_info
{
	text-align: center;
	margin: auto;
	margin-top: 40px;
	width: 1000px;
}

.speakers_info_speaker
{
	float: left;
	width: 260px;
	height: 270px;
	margin: 0 30px;
}

.speakers_info_speaker img
{
	border: 3px solid white;
}

.speakers_info_surname 
{
	padding: 10px 0;
}

.speakers_info_surname a
{
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	padding: 3px 0;
}

.speakers_info_surname a:hover
{
   background-color: #db0223;
}


.speakers_info_surname a:before
{
	border-bottom: 2px solid;
    border-left: 2px solid;
    border-top: 2px solid;
    color: #db0223;
    content: " ";
    margin-right: 5px;
    padding: 0 3px;
}

.speakers_info_surname a:after
{
	border-bottom: 2px solid;
    border-right: 2px solid;
    border-top: 2px solid;
    color: #db0223;
    content: " ";
    padding: 0 3px;
}

.speakers_info_text 
{
	color: #cccccc;
}


.speakers .bx-wrapper
{
	position: relative;
}

.speakers .bx-wrapper .bx-pager {
    text-align: center;
}

.speakers  .bx-pager
{
    text-align: center;
}

.speakers  .bx-pager-item
 {
	display:inline-block;
	margin: 27px 5px;
 }


.speakers  .bx-wrapper .bx-controls-direction a {
    height: 100px;
	width: 67px;
    margin-top: -100px;
    outline: 0 none;
	position: absolute;
    text-indent: -9999px;
    top: 50%;
    z-index: 9999;
}

.speakers  .bx-wrapper .bx-prev {
    background: url("images/al.png") no-repeat;
    left: -80px;
}

.speakers  .bx-wrapper .bx-next {
    background: url("images/ar.png") no-repeat;
    left: 1000px;
}


.speakers  .news_listener_blocks div, .bx-pager-item a
{
    background: none repeat scroll 0 0 #666;
    display: block;
    height: 5px;
    padding: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}

.speakers  .news_listener_blocks div.active, .bx-pager-item a.active
{
	 background-color: #db0223;
}

/* GALLERY */
.gallery_info
{
	text-align: center;
	margin: auto;
	margin-top: 40px;
	width: 1000px;
}

.gallery_info .bx-wrapper
{
	position: relative;
}

.gallery_info .bx-wrapper .bx-pager {
    text-align: center;
}

.gallery_info  .bx-pager
{
    text-align: center;
}

.gallery_info  .bx-pager-item
 {
	display:inline-block;
	margin: 27px 5px;
 }


.gallery_info  .bx-wrapper .bx-controls-direction a {
    height: 100px;
	width: 67px;
    margin-top: -100px;
    outline: 0 none;
	position: absolute;
    text-indent: -9999px;
    top: 50%;
    z-index: 9;
}

.gallery_info  .bx-wrapper .bx-prev {
    background: url("images/al.png") no-repeat;
    left: -80px;
}

.gallery_info  .bx-wrapper .bx-next {
    background: url("images/ar.png") no-repeat;
    left: 1000px;
}


.gallery_info  .news_listener_blocks div, .bx-pager-item a
{
    background: none repeat scroll 0 0 #666;
    display: block;
    height: 5px;
    padding: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}

.gallery_info  .news_listener_blocks div.active, .bx-pager-item a.active
{
	 background-color: #db0223;
}

/* VIDEOS */
.videos_info
{
	text-align: center;
	margin: auto;
	margin-top: 40px;
	width: 1000px;
}

.videos_info .bx-wrapper
{
	position: relative;
}

.videos_info .bx-wrapper .bx-pager {
    text-align: center;
}

.videos_info  .bx-pager
{
    text-align: center;
}

.videos_info  .bx-pager-item
 {
	display:inline-block;
	margin: 27px 5px;
 }


.videos_info  .bx-wrapper .bx-controls-direction a {
    height: 100px;
	width: 67px;
    margin-top: -100px;
    outline: 0 none;
	position: absolute;
    text-indent: -9999px;
    top: 50%;
    z-index: 9;
}

.videos_info  .bx-wrapper .bx-prev {
    background: url("images/al.png") no-repeat;
    left: -80px;
}

.videos_info  .bx-wrapper .bx-next {
    background: url("images/ar.png") no-repeat;
    left: 1000px;
}


.videos_info  .news_listener_blocks div, .bx-pager-item a
{
    background: none repeat scroll 0 0 #666;
    display: block;
    height: 5px;
    padding: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}

.videos_info  .slide div
{
	float: left; margin-right: 10px; margin-bottom: 10px;
}



/* PROGRAM */
.program
{
	background-color: #ffffff;
	/*background-size: auto auto;*/
	background-position: 50% 50%;
    background-repeat: repeat;
    clear: both;
    min-height: 440px;
	color: #333333;
	padding-bottom: 40px;
}

.program a
{
	color: #db0223;
}

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


.program_inner
{
	width: 900px;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	text-align: center;
}

.program_redline
{
	width: 100px;
	height: 1px; 
	border-bottom: 5px solid #db0223;
}

.program_title
{
	padding: 40px 0 16px 0;
	font-size: 26px;
	letter-spacing: 8px;
	text-transform: uppercase;
}


.program_text
{
	margin: 40px 0 30px 0;
	font-size: 18px;
}

.program_timeline
{
	border-bottom: 1px solid #999999; 
	text-align: center;
}

.program_timeline div
{
	padding-bottom: 10px;
	border-bottom: 6px  solid #999999; 
	font-size: 15px;
	width: 100px;
	margin: 0 5px -3px 5px;
	display:inline-block;
	cursor: pointer;
}

.program_timeline div.active
{
	border-bottom: 6px  solid #db0223; 
	color: #db0223;
}

.program table
{
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
	text-align: left;
	margin-bottom: 20px;
}

.program table td
{
	padding: 5px;
	vertical-align: top;
}

.program table td:nth-child(1)
{
	padding-right: 40px;
}

.program table td:nth-child(2)
{
	padding-bottom: 20px;
}

.program table div
{
	text-transform: uppercase;
	color: #db0223;
	font-weight: bold;
	margin-bottom: 5px;
}

.program table span
{
	font-size: 15px;
}


/* NEWS */
.news
{
	background-color: #efeded;
	background-position: 50% 50%;
    background-repeat: repeat;
    clear: both;
    min-height: 470px;
	padding-bottom: 40px;
}

.news_inner
{
	width: 1200px;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	text-align: center;
}

.news_title
{
	margin: 60px 0 20px 0;
	font-size: 26px;
	letter-spacing: 8px;
}

.news_redline
{
	width: 100px;
	height: 1px; 
	border-bottom: 5px solid #db0223;
}

.news_list
{
	width: 1040px;
	float: left;
	padding-top: 60px;
	position: relative;

}

.news_item
{
	width: 400px;
	float: left;
	/*margin: 0 60px;*/
	margin: 0 40px 0 0;
	
}

.news_item_date
{
	color: #666666;
	font-size: 13px;
	margin-bottom: 20px;
}

.news_item_title
{
	color: #db0223;
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px 0;
	font-weight: bold;
}

.news_item_title a
{
	color: #db0223;
}

.news_item_image
{
	margin: 30px 0;
}

.news_arrow_left
{
	width: 70px;
	float: left;
	height: 100px;
	padding-top: 160px;
}

.news_arrow_right
{
	width: 70px;
	float: left;
	height: 100px;
	padding-top: 160px;
}

.news_item_button
{
	padding-top: 20px;
}

/*
.news_lister, .bx-pager
{
	margin-top: 50px;
	width: 958px;
	height: 92px;
	background-image: url("images/news_lister.jpg");
}

.news_listener_blocks
{
	text-align: center;
}



.news_listener_blocks div, .bx-pager-item a
{
	display:inline-block;
	 width: 20px;
	 height: 5px;
	 background-color: #bcbbbb;
	 margin: 27px 5px;

}

.news_listener_blocks div.active, .bx-pager-item a.active
{
	 background-color: #db0223;
}
*/


.news .bx-wrapper .bx-pager {
    text-align: center;
	margin-left: 50px;
}

.news  .bx-pager
{
    text-align: center;
	margin-top: 50px;
	width: 958px;
	height: 92px;
	background-image: url("images/news_lister.jpg");
}

 .news  .bx-pager-item
 {
	display:inline-block;
	margin: 27px 5px;
 }


.news  .bx-wrapper .bx-controls-direction a {
    height: 100px;
	width: 67px;
    margin-top: -100px;
    outline: 0 none;
	position: absolute;
    text-indent: -9999px;
    top: 50%;
    z-index: 9999;
}

.news  .bx-wrapper .bx-prev {
    background: url("images/news_arrow_left.jpg") no-repeat;
    left: -80px;
}

.news  .bx-wrapper .bx-next {
    background: url("images/news_arrow_right.jpg") no-repeat;
    left: 1060px;
}


.news  .news_listener_blocks div, .bx-pager-item a
{
    background: none repeat scroll 0 0 #999;
    display: block;
    height: 5px;
    padding: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}

.bx-pager-item a:hover
{
    background: none repeat scroll 0 0 #666;
}

.news  .news_listener_blocks div.active, .bx-pager-item a.active
{
	 background-color: #db0223;
}


/* PLACE */
.place
{
	background-image: url("images/speakers_background.png");
	/*background-size: auto auto;*/
	background-position: 50% 50%;
    background-repeat: repeat;
    clear: both;
    min-height: 540px;
}

.place_inner
{
	width: 1000px;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	text-align: center;
}

.place_redline
{
	width: 100px;
	height: 1px; 
	border-bottom: 5px solid #db0223;
}

.place_title
{
	padding: 40px 0 10px 0;
	font-size: 26px;
	letter-spacing: 8px;
	color: white;
}

.place_subtitle
{
	margin: 40px 0 30px 0;
	font-size: 19px;
	color: white;
	font-weight: bold;
}

.place_text
{
	margin: 40px 0 30px 0;
	font-size: 14px;
	color: #cccccc;
}

.place_text a
{
	text-decoration: none;
	color: #db0223;
}

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

.place_map 
{
	padding-bottom: 60px;
	text-align: center;
}

.place_big_button
{
	text-align: center;
	padding-bottom: 60px;
}

/* SPONSORS MAIN */
.sponsor
{
	background-color: white;
	/*background-size: auto auto;*/
	background-position: 50% 50%;
    background-repeat: repeat;
    clear: both;
    min-height: 370px;
}

.sponsor a
{
	color: #d90937;
}

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

.sponsor_main
{
	width: 1000px;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	text-align: center;
}

.sponsor_main_title
{
	margin: 60px 0 20px 0;
	font-size: 26px;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.sponsor_main_redline
{
	width: 100px;
	height: 1px; 
	border-bottom: 5px solid #db0223;
}

.sponsor_main_text
{
	margin: 50px 0 40px 0;
	font-size: 18px;
}

.sponsor h2
{
	margin: 30px 0 15px 0;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.sponsor_line
{
	width: 100px;
	height: 1px; 
	border-bottom: 2px solid #eae7e7;
	margin-bottom: 30px;
}

.sponsor_grey
{
	background-color: #f6f5f5;
	margin-top: 30px;

}

.sponsor_white
{
	background-color: white;
}

.logo
{
	height:  120px;
	display:inline-block;
	padding: 10px 10px;
	overflow: hidden;
}

.logo:before
{
	border-bottom: 2px solid;
    border-left: 2px solid;
    border-top: 2px solid;
    color: transparent;
    content: " ";
    padding: 8px 8px;
	
	display: inline-block;
    height: 50px;
}


.logo:after
{
	border-bottom: 2px solid;
    border-right: 2px solid;
    border-top: 2px solid;
    color: transparent;
    content: " ";
    padding: 8px 8px;
	display: inline-block;
    height: 50px;
}

.logo:hover:before
{
    color: #db0223;
}


.logo:hover:after
{
    color: #db0223;
}



/* FOOTER */
.footer
{
	background-image: url("images/session_background.png");
	/*background-size: auto auto;*/
	background-position: 50% 50%;
    background-repeat: repeat;
    clear: both;
    min-height: 240px;
	color: white;
}

.footer a
{
	color: white;
	text-decoration: none;
}


.footer a:hover
{
	color: white;
	text-decoration: underline;
}

.footer_inner
{
	width: 1200px;
	margin: 0 auto;
	padding: 35px 10px 35px 10px;
}


.footer_logo
{
	float: left;
}

.footer_text
{
	float: left;
	margin-left: 45px;
	margin-right: 25px;
}

.footer_text_header
{
	font-size: 15px;
	border-bottom: 2px solid white;
	padding: 5px 20px 5px 0;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 4px;
}

.footer_text_phone
{
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0;
}

.footer_text_site
{
	font-weight: bold;
	margin: 7px 0 4px 0;
}

.footer_reg_button
{
	padding: 8px;
	background-color: #222121;
	color: white;
	font-size: 19px;
	text-align: center;
}

.footer_reg_button:hover
{
	background-color: white;
}

.footer_reg_button:hover a
{
	color: black;
	text-decoration: none;
}

.footer_reg_button a
{
   display: block;
    height: 26px;
    width: 100%;
	text-decoration: none;
}

.footer_social
{
	margin-bottom: 66px;
}


.registartion {font-size: 17px; margin: auto; width: 600px; padding: 20px 0 20px 0; text-align: left;}
.registartion .add_form_div td{ padding-bottom: 5px; padding-right: 5px; vertical-align: top;} 
.registartion .add_form_div input[type='text']{width: 100%; padding: 8px; border: 1px solid #BBB; font-size: 17px;}  
.registartion .add_form_div select{ padding: 8px; border: 1px solid #BBB; font-size: 17px;}  

.registartion textarea {padding: 8px; border: 1px solid #BBB; font-size: 16px; width: 100%;}


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

.list_table
{
	width: 100%;
	margin-top: 30px;
	padding-bottom: 40px;
	font-size: 18px;
	text-align: left;
}

.list_table tr
{
	border-bottom: 2px solid #666; 
}

.list_table td
{
	padding: 5px;
}

.list_table .participant_company
{
	font-weight: bold;
	font-size: 20px;
	width: 400px;
}

.list_table .participant_rang
{
	font-style: italic;
	width: 580px;

}