.css-zone{
	padding-top: 30px;
	padding-bottom: 60px;
}

.css-zone-bg{
	height: 200px;
	background-image: url("../images2017/background.jpg");
	background-repeat: no-repeat;
}

.css-zone-bg h3,
.css-zone-bg p{
	color: white;
	text-align: center;
}

.css-zone-bg h3{
	margin-top: 85px;
}

.css-zone .btn-primary{
	background-color: #CE0000;
	border: solid #C00000 1px;
}

/* --------------- */

/* md */
@media screen and (max-width: 1200px){}

/* sm */
@media screen and (max-width: 992px){}

/* xs */
@media screen and (max-width: 768px){}

/* xxs*/
@media screen and (max-width: 500px){}