.banner-col
{
	width:calc(50% - 60px);
	position:relative;
}


.banner
{
	background-attachment:fixed;
	background-position:center;
	/*background-repeat: repeat-x;*/
	text-align:center;
	padding-bottom:20px;
	color: #eee;
	height:100vh;
	overflow:hidden;
	width:100%;
}

.banner-end
{
	background-position:center bottom;
	background-repeat: repeat-x;
	text-align:center;
	padding-bottom:20px;
	color: #777;
	min-height:125px;
	margin-top:-125px;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
}

.banner-start
{
	background-position:center bottom;
	background-repeat: repeat-x;
	text-align:center;
	padding-bottom:20px;
	color: #777;
	min-height:125px;
	margin-top:-60px;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
}

.banner_desc
{
	
	font-size:20pt;
	padding-top:40px;
	padding-bottom:40px;
}

.banner_desc h2
{
	font-size:22pt;
	font-weight:100;
	color: #666;
	text-align:center;
	margin:0 30px;
	font-family:"Open Sans", sans-serif;
}

@media only screen and (max-width: 1279px) {

	.bannerLoader
	{
		opacity:0;
	}

	.banner
	{
		background-attachment:unset;
	}
	
}

