.overlay11 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:1000;
}
.overlay11:target {
  visibility: visible;
  opacity: 1;
}

.popup11 {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index:3000;
}

.popup11 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup11 .close:hover {
  color: #06D85F;
}

.popup11 .content {
	margin-top:20px;
  overflow: auto;
}

.container{
	position: relative;
	width: 95%;
	margin: 0 auto;
}

.main_head{
	background: url("../images/head_back.png");
	position: relative;
	height: 650px;
}
.main_head .container{
	height: 650px;
}

h1{
	font-size: 45px;
}

.head_right{
	width: 830px;
}

.head_right .registration_block{
	width: 440px;
}

.menu_item_inside_horizontal a{
	font-size: 24px;
}

ul.menu_horizontal .menulink {
	margin: 0 0 0 30px;
}

ul.menu_horizontal li {
	margin-left:-11px!important;
}

#Parallax {
	height: 490px;
	width: 700px;
	margin-left: -80px;
	position: absolute;
	bottom: 0;
}

#Parallax img {
	position: absolute;	
	max-height: 490px;
}

.center{
	/*width: 590px !important;*/
}

.top_of_everest{
	width: 400px !important;
}

.news_subscribe{
	width: 580px;
}

.top_everest_text{
	margin-left: 25px !important;
	width: 250px !important;
}

.news .topic_body{
	margin-right: 20px;
}

.news .topic_body a, .news_default .topic_body a, .topic_title a{
	font-size: 17px;
}

.main_center .gallery{
	width: 550px !important;
}
.main_center .gallery a{
	width: 170px !important;
	height: 170px !important;
}
.main_center .gallery .big_gallery{
	width: 346px !important;
	height: 346px !important;
}

.main_center .gallery > ul > li a > img{
	width: 170px !important;
	height: 170px !important;
}

.main_center .gallery > ul > li a{
	width: 170px !important;
	height: 170px !important;
}

.main_center .gallery > ul > li{
	width: 170px !important;
	height: 170px !important;
}

.footer_center{
	margin-left: 10px;
}
.topic_body.text_main{
	width:95%!important;
}
.blog{
	float:left;
	margin-left:60px;
}
.blog.blog_without_margin{
	margin-left:0;
}
#subscribe_email{
	width:70%;
}
#add_subscribe_button{
	width:30%;
}
.reg_button_infos{
	/*width: 95%;*/
}
#tasks-personid, #results-personid{
	width: 80%;
	padding:0;
}
#tasks-seacrch-btn{
	width: 18%;
}
.footer_center textarea{
	text-indent: 15px;
}

.top10_item{
	padding:2px;
	margin:5px;
	float:left;
	background-color:#48c600;
	border:4px inset lime;
	width:570px;
	height:70px;
	position: relative;
}
