#home_content,
#home_content > div {
	height: 100%;
}
#home_content {
	position: fixed;
	top: 0;
	width: 100%;

	-webkit-transition: top .6s ease-in-out;
	-moz-transition: top .6s ease-in-out;
	-o-transition: top .6s ease-in-out;
	transition: top .6s ease-in-out;
}
#home_content.closed {
	top: -100%;
}
#home_menu_background {
	background: #ffffff;
	position: absolute;
	left: 50%;
	width: 50%;
}

#about_content img,
#about_content small {
	max-width: 73.47%;
    margin: 0 auto;
    display: block;
}
#about_content img {
    height: auto;
}

#scroll_container {
	height: 68%;
	overflow: scroll;
    position: relative;
    top: 16%;
    /* force scrollbar don't overlap content */
    width: 105%;
    padding-right: 5%;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style:none;
}
#scroll_container::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}


#scroll_arrow {
	display: none;
    bottom: 12%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#scroll_arrow.scrollable {
	display: block;
}

#scroll_content h2 {
	margin-top: 0;
}

.clear {
	clear: both;
	display: block;
	height: 0;
}

.col {
	
}

@media (min-width:768px){
	.col {
		float: left;
		margin-top: 30px;
		width: 50%;
	}

	#scroll_container .newsletter_infos {
		margin-top: 62px;
	}

	.col + .col {
		padding-left: 2%;
	}
}