/* ========================================================
   revolution-slider
   ===================================================== */

.ce_revolutionslider {
	overflow: visible !important;
	border-bottom: 4px solid #e3000b;
}

@media only screen
and (max-width: 768px) {	

	.ce_revolutionslider .fullwidthbanner-container {
		height: 230px !important;
	}
	
}

.simplebullets {
	bottom: 0px !important;
}

.tp-bullets.simplebullets.round .bullet {
	background-image: none !important;
	background-color: #b8b8b8;
	width: 8px;
	height: 8px;
	bottom: -4px;
}

.tp-bullets.simplebullets.round .bullet.selected {
	background-color: #e3000b;
	width: 12px;
	height: 12px;
	bottom: 0px;
}

.ce_revolutionslider .ce_text {
	overflow: visible;
	left: 20.3% !important;
}

.slider-headlines {
	margin-top: 6% !important;
}

.slider-headlines p {
	height: 0px !important;
	margin: -1px !important;
}

@media only screen
and (max-width : 768px) {	

	.ce_revolutionslider .ce_image {
	 	display: none;
	}
	
}

/* ========================================================
   content-slider
   ===================================================== */

.ce_sliderStart {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	
	padding-top: 35px;
	
	background: #e2e2e1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e2e2e1 0%, #f2f2f2 50%, #e2e2e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e1), color-stop(50%,#f2f2f2), color-stop(100%,#e2e2e1));
	background: -webkit-linear-gradient(top,  #e2e2e1 0%,#f2f2f2 50%,#e2e2e1 100%);
	background: -o-linear-gradient(top,  #e2e2e1 0%,#f2f2f2 50%,#e2e2e1 100%);
	background: -ms-linear-gradient(top,  #e2e2e1 0%,#f2f2f2 50%,#e2e2e1 100%);
	background: linear-gradient(to bottom,  #e2e2e1 0%,#f2f2f2 50%,#e2e2e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e1', endColorstr='#e2e2e1',GradientType=0 );
}

.content-slider {
	max-width: 1140px;
	margin: 0 auto;
}

.content-slider .ce_image .image_container {
	height: 100%;
}

.content-slider .text-center {
	margin-top: 30%;
}

.content-slider h3 {
	font-family: 'aldosemibold';
	font-size: 25px;
	color: #252525;
	font-weight: normal !important;
}

a.slider-prev,
a.slider-next {
	width: 37px;
	height: 72px;
	display: block;
	text-indent: -1000em;
}

a.slider-prev {
	background-image: url("../gfx/arrow-prev.png");
	background-repeat: no-repeat;
}

a.slider-next {
	background-image: url("../gfx/arrow-next.png");
	background-repeat: no-repeat;
}

.slider-control {
	max-width: 1140px;
	margin: 0 auto;
}

.slider-control a, .slider-control .slider-menu {
	top: -895%;
}

.content-slider .c33r.last {
	margin-right: 6%;
    width: 27%;
}

.slider-menu b {
	display: none;
}


.ce_sliderStart .c75l img {
	margin-left: 15%;
}

.slider-wrapper .ce_text {
    margin-right: 20%;
}

.tp-bannertimer {
	display: none;
}



