body{
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
#menu {
	height: 46px;
	width:100%;
	background: url(/images/menu_bg.png);
	text-align: center;
	top:0;
	left:0;
	width: 100%;
	position: fixed;
	z-index:100;
}
#scroll { 
}
#top {
	text-align:center;
	width: 100%;
	height: 612px;
	background: url(/images/topbg.jpg) no-repeat 50% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#header {
	padding-top: 60px;
	text-align:center;
	display:table;
	width:100%;
}
#name1 {
	padding: 0 0 0 3% !important;
	display:table-cell;
	vertical-align: middle;
}
#name2 {
	padding: 0 2% 0 0 !important;
	display:table-cell;
	vertical-align: middle;
}

#name3 {
	margin: 0 0 70px 0;
}
#name4 {
	margin: 0 0 80px 0;
}
#name5 {
	margin: 0 auto;
}

#uchast_header {
	margin: 0 auto;
	padding: 12px 0 0 0;
	width: 100%;
	background-color: #A2C71F;
	text-align:center;
}

#slider_wrap {
	padding: 30px 0;
	width:100%;
	background-color: #A2C71F;
}
@media screen and (max-width: 849px) {
	#uchast_header, #slider_wrap {
		display:none;
	}
}
@media screen and (min-width: 850px) {
	#uchast_header, #slider_wrap {
		display:block;
	}
}

#sections_wide {
	display:block;
	margin: 0 auto;
	width: 100%;
	height:705px;
	background: url(/images/sections_wide.jpg) no-repeat 50% 100%;
	background-color: #A2C71F;

}
#sections_narrow {
	display:none;
}

#speakers_header {
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
	background-color: #A2C71F;
	text-align:center;
}
#speakers1 {
	width: 100%;
	text-align:center;
	background-color: #1c1c1c;
}
#speakers2 {
	width: 100%;
	text-align:center;
	background-color: #323232;
}
#programm_header {
	margin: 0 auto;
	padding: 16px 0;
	width: 100%;
	background-color: #1C1C1C;
	text-align:center;
	cursor:pointer;
}

#programm {
	background-color: #1C1C1C;
	display:none;
}
#programm table {
	margin: 0 auto;
}

.prog_date {
	height: 125px;
	width: 163px;
	color: #F2F1DF;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
}
.prog_date div {
	font-size: 20px;
	padding: 24px 0 0 5px;
}
.prog_foto {
	width: 175px;
	vertical-align: top;
}
.prog_text {
	width: 563px;
	color: #F2F1DF;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.prog_text div {
	font-size: 16px;
	padding: 38px 0 0 0;
}
.prog_text div.big {
	padding: 22px 0 0 0;
}
.prog_bg {
	background: url(/images/line.gif) repeat-x 100% 50%;
	height: 32px;
}

#kolom {
	width: 100%;
	min-height:705px;
	background: url(/images/kolom_bg.jpg) no-repeat 50% 100%;
	background-color: #A2C71F;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#kolom div {
	text-align: right;
	margin: 0 auto;
	width: 870px;
	min-height:705px;
}
#kolom div img.text {
	padding: 30px 0 240px;
}
#contacts_header {
	text-align:center;
	padding: 30px 0;
	background-color: #161616;
	width: 100%;
}

#contacts_wrap {
	background-color: #161616;
	width: 100%;
	height:487px;
}
#contacts {
	width: 1044px;
	margin: 0 auto;
}
#contacts div {
	float:left;
}


input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	margin: 0 0 17px 0;
	outline: 0;
	font-size: 16px;
	color:#fff;
	background-color:#343434;
	
}
input[type="text"], textarea {
	padding: 10px 7px;
	border: 1px solid #343434;
	width:290px;
}
textarea {
	height:40px;
}
.inputgreen {
	background-color:#A2C71F;
}
#submit {
	margin-left: 128px;
}
#form {
	text-align: right;
}

input::-moz-placeholder {color: #fff;}
textarea::-moz-placeholder {color: #fff;} 
:focus::-moz-placeholder { color:transparent; }

input::-webkit-input-placeholder {color: #fff;}
textarea::-webkit-input-placeholder {color: #fff;}
:focus::-webkit-input-placeholder { color:transparent; }


.backToTop {
  position: fixed;
  bottom: 3%;
  z-index: 1000;
  right: 3%;
}

.backToTop a {
  width: 50px;
  text-indent: -9999px;
  height: 50px;
  display: block;
  margin: 0;
  background: url(../images/totop.png) no-repeat center center;
}

#collapse {
	position: fixed;
	bottom: 50%;
	z-index: 1000;
	right: 1%;
	text-align: right;
}
