
/*FULLW SLIDER*/

.content{
}

.mainWrapper{
}
.moduloHome{	
}
.wrapperSlide {
}

.wrapperSlide .tp-banner-container{
	position:relative;
}

.wrapperSlide .tp-banner{
	z-index:1;
	position:relative;
}

.wrapperSlide .tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}
.wrapperSlide .tp-leftarrow{background:url(../../img/slideshow/prev.png) no-repeat top left !important; width:60px !important; height:60px !important; margin-left:3%; }

.wrapperSlide .tp-rightarrow{background:url(../../img/slideshow/next.png) no-repeat top left !important; width:60px !important; height:60px !important; margin-right:3%; }

.wrapperSlide .tp-leftarrow,
.wrapperSlide .tp-rightarrow{
	display:none;
}

.wrapperSlide .tp-leftarrow:hover,
.wrapperSlide .tp-rightarrow:hover{
	background-position:bottom !important;
}
.wrapperSlide .tp-loader.spinner0 {display:none}
/*.tp-leftarrow{ margin-left:2%; z-index:100;}

.tp-rightarrow{background:url(img/next.png) no-repeat 0 0 !important; width:65px !important; height:65px !important; margin-right:2%; z-index:100;}
*/
.wrapperSlide ul {
	/*z-index:1 !important;
	position:relative !important;*/
}



.arrow_down {
	display: block;
	width:100%;
	height:60px;
	background:url(../../img/slideshow/arrowDown.png) no-repeat center;
	position:absolute;
	z-index:1;
	bottom:100px;
}
.arrow_down.noHeadline{
	bottom:30px !important;	
}
.notHome .arrow_down {
	display: none;
	
}
/*.arrow_down.noHeadline{
	bottom:30px;	
}*/
.arrow_up {
	display: block;
	width:100%;
	height:38px;
	background:#737066;
}
/*.innerSlideWrapper img {
	top:-7px;
	position:relative;
}*/


@media screen and (min-width: 0px) and (max-width: 1280px) {
/*.panelSx,
.panelDx{
	display:none;
}*/
}
@media screen and (max-width: 479px) {

.arrow_down {
	/*bottom:100px !important;*/
}
.arrow_down.noHeadline{
	bottom:20px !important;	
}
}

