/*header{

}
footer{

}
body h1{
	margin-bottom: 1.5rem;
}
.main .ui.segment{
	box-shadow: unset;
	border: unset;
}
.main .column .left_menu_block{
	border-radius: 5px;
	overflow: hidden;
}
.main .column .right_content_block{
	border: 1px solid #3097d1;
	margin-bottom: 0rem !important;
	border-radius: 5px;
}
.main .column .left_menu_block{

}
.main .right_content_block ol.ui.list ol{
	margin-left: 1.5rem;
}
.main .right_content_block ol.ui.list ul{
	padding: 0.5rem 1rem;
}
.main .right_content_block ol.ui.list ul li:before{
	margin-left: -1rem;
}

#toTop{
	width: 50px;
	border: 2px solid #335ebd;
	background: #335ebd;
	text-align: center;
	padding: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	display: none;
	color: #fff;
	font-family: verdana;
	font-size: 34px;
	opacity: 0.5;
	z-index: 100;
	border-radius: 5px;
	height: 50px;
	text-decoration: none;
}
#toTop:hover{
	opacity: 1;
}*/
body{
	background-color: #ebebeb !important;
}
body .ui.segment.site_container{
	margin-top: 0;
	margin-bottom: 0;
	background: unset;
	box-shadow: unset;
	border: none;
}
header .fixed_header{
	position: fixed;
	z-index:100;
}
footer{
	position: absolute;
	width: 100%;
	bottom: 1rem;
}
@media only screen and (min-width: 1400px) {
  body .ui.container {
    width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body .ui.grid.container {
    width: calc( 1400px  +  2rem ) !important;
  }

  body .ui.relaxed.grid.container {
    width: calc( 1400px  +  3rem ) !important;
  }

  body .ui.very.relaxed.grid.container {
    width: calc( 1400px  +  5rem ) !important;
  }
	body .region_map{
		margin-bottom: 210px !important;
	}
}