/*------------------------------------------------------------------
[Stylesheet]
Responsiveness Fixes
-------------------------------------------------------------------*/

@media (max-width: 991px) {
	.hero_fullscreen {
		height: 100% !important;
		min-height: 100% !important;
		padding-bottom: 5rem;
	}
	.intro-translate-top {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
	.contact,
	.cycling {
		right: 0;
		left: 0;
		padding: 10px 0;
		font-size: 0.9rem;
		line-height: 1.4rem;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		text-align: center;
	}
	.contact span {
		margin-left: 4px;
	}
	.contact span:before {
		left: 3px;
	}
	.credits {
		padding: 25px 25px 100px;
	}
}
@media (max-width: 767px) {
   .subsection {
		background-size: 200% 100%;
	}
	.thumbnail {
		margin-bottom: 0.6rem;
	}
	.thumbnail.vimeo:after,
	.thumbnail.instagram:after,
	.thumbnail.facebook:after {
		width: 4rem;
		height: 4rem;
	}
	#follow h4 {
		font-size: 1.2rem;
	}
}
@media (max-width: 479px) {
	.logo {margin-top:0.75rem;}
	.home_content {text-align:center !important; padding-top:2rem;}
	.top_bar {margin-bottom:0;}		
	.list-icons i {top:-0.1rem;}
}
@media (min-width: 480px) and (max-width: 767px) {
    .home_fullscreen {opacity:1 !important }
	.logo {margin-top:0.8rem;}
	.home_content {text-align:center !important;}
	.top_bar {margin-bottom:0;}
	.list-icons i {top:-0.1rem;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.list-icons i {top:-0.1rem;}
	.home_fullscreen {opacity:1 !important }
	.logo {margin-top:0.85rem;}
	.home_content {text-align:center !important;}
	.top_bar {margin-bottom:0;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.list-icons i {top:-0.1rem;}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	
}