/****************SCROLLERS*****************/


#divPageScrollers{
	height: 200px !important;
	margin-bottom:10px;
}


.divPageScroller{
	text-align: center;
	height:200px !important;
	background-position:center;
	background-size: cover;
	/*
	-moz-box-shadow:    inset 0 0 100px #000000;
	-webkit-box-shadow: inset 0 0 100px #000000;
	box-shadow:         inset 0 0 100px #000000;
	border:1px solid red;
	*/
}

@media(max-width: 1200px) {
	#divPageScrollers, .divPageScroller {
		height: 16.6vw !important;
	}
}


.divPageScrollerTextContainer{
	max-width:1400px;
	margin:auto;
	padding-top:50px;
	text-align:left;
}


.divPageScrollerTextContainer div{
	margin-bottom:10px;
	text-shadow: #000 0 0 30px;
	color:white;
}

.divPageScrollerTextContainer .text1 span{
	font-size:40px;
	line-height: 70px;
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
	padding:30px;
	font-weight: bold;
}

.divPageScrollerTextContainer .text2 span{
	font-size:16px;
	line-height: 22px;
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
	padding:30px;
}