.wdRegularSlider{
	position: relative;	
	width: 100%;
}
.wdRegularSlider img{
	max-width: auto !important;
}
.wdRegularSliderMin{
	min-height: 140px;
}
.wdSlider{
	margin-bottom: 30px;
	height: 387px !important;
}
#wdFullUI{
	margin-bottom: 0px !important;	
	height: 387px !important;
}
.wdSliderFull, #wdFullWrapper{
	width: 100% !important;
	height: 387px !important;
	position: relative;
	overflow: hidden;	
}
.wdSlideFull{	
	width: 100% !important;
	height: 387px !important;
	position: absolute;
	left: 0px; top: 0px;	
}
.wdSlideImageUIFull{
	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 387px;
	overflow: hidden;	
}
.slideImageHolder{
	position: absolute;
	left: 0px; top: 0px;
	width: 100%;
	height: 387px;
	z-index: 10;
}
.wdImageFull{
	position: relative;
	left: 0px; top: 0px;
	z-index: 110;
}	

/* slide hover*/
.slideHover{
	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 387px;
	background: rgba(0,0,0, .5);
	z-index: 119;	
}
.slideHoverHidden{
	display: none;
}

/* slide content*/
.slideContent{
	position: relative;
	top: 50px !important; left: 0;
	padding: 0px 70px;
	z-index: 120;	
	display: none;
}
.slideContent:before, .slideContent:after{
	clear: both;
}
.wdTitle{
	  font-family: 'lobster_tworegular' !important;
	font-size: 46px;
	 text-shadow: 5px 5px 5px #00387D;
	margin-top: 20px !important;
	margin-left: 10% !important;		
	padding: 0 !important;
	margin-bottom: -20px;
	color:#FFF;

}

.wdTitleSmall{
	 font-family: 'ralewayregular' !important;
	font-size: 87px;
	margin-top: 0px !important;	
	margin-left:10% !important;	
	padding: 0 !important;
	text-shadow: 5px 5px 5px #00387D;
	color:#33B9C2;
	margin-bottom: -20px;
	}
	
	.wdTitleSmall1{
	 font-family: 'ralewayregular' !important;
	font-size: 33px;
	margin-top: 0px !important;	
	margin-left:10% !important;	
	padding: 0 !important;
	text-shadow: 5px 5px 5px #00387D;
	color:#fff;
	margin-bottom: -10px;
	}
	
.wdTitleSmall2{
	 font-family: 'ralewayregular' !important;
	font-size: 51px;
	margin-top: 0px !important;	
	margin-left:10% !important;	
	padding: 0 !important;
	text-shadow: 5px 5px 5px #00387D;
	color:#E04F55;
	}

.wdTitleUnderlineUI{
	text-align: center;	
	margin-bottom: 20px;
}
.wdTitleUnderline{
	position: relative;
	margin: auto;
	width: 45px;
	height: 2px;	
}


.wdSmallParagrafUI{
	 font-family: 'ubunturegular' !important;
	font-size: 18px;		
	max-width: 580px;	
	margin-bottom: 10px !important;
	margin-top:5px;
	text-align:center;
	
}

.wdSmallParagrafLeft{
	float: left;
}
.wdSmallParagrafRight{
	float: right;
}
.wdSmallParagrafRight:after{
	clear: both;
}
.wdSmallParagrafCenter{
	position: relative; margin:auto;
}

.wdButton{
	text-decoration: none !important;
	font-family: 'Open Sans', sans-serif !important;
	padding: 8px 14px;	
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 2px;
	margin: 5px 0px !important;
	outline: none !important;
	background-color: #7f0000;
	color: #f2f2f2 !important;
}

.wd_center{
	text-align: center;
}
.wd_left{
	text-align: left;
}
.wd_right{
	text-align: right;
}

/* slider NAvigation */
.wdNav{
	position: absolute;
	display: block;
	z-index: 130;	
	background-color: #000000;
	background: rgba(226, 29, 37, 0.85);
	width: 35px;height: 50px;
	text-decoration: none;
	outline: none;	
	cursor: pointer;
}
.wdNavArrow{
	line-height: 58px !important;
}
.wdNav:hover{
	background: rgba(58,58,58,.85);
}
.wdNavArrow{
	text-decoration: none !important;
	font-size: 40px !important;
	outline: none !important;
	color: #F2F2F2 !important;
	display: block;
	outline: none;
}
.wdnavLeft{
	left: 20px;
}
.wdnavLeftRegular{
	left: 0px;
}
.wdnavLeft a span{
	right: 3px;
	position: relative;
}
.wdnavRigth{
	right: 20px;
}
.wdnavRigthRegular{
	right: 0px;
}
.wdNavDisable{
	display: none;
}
.wdDynamicNav{	
	cursor: pointer;
}
.wdDynamicNav:after{	
	clear: both;
}
.wdPlayPauseUI{
	position: absolute;
	right: 17px;
	bottom: 18px;
	width: 40px;
	height: 40px;	
	background-color: #000000;
	background: rgba(58,58,58,.8);
	border-radius: 20px;
	z-index: 129;
	display: none;	
}
.wdAutoplayBtn{
	position: absolute;
	z-index: 5;
	width: 40px;
	height: 40px;
	line-height: 25px;
	border-radius: 20px;
	display: block;
	text-align: center;	
	text-decoration: none !important;
	color: #F2F2F2 !important;
	font-size: 16px !important;
	padding: 9px 0px !important;
	outline: none !important;	
}
.wdPlayBTN span{
	padding-left: 3px;
}
.autoplayPie{
	position: absolute;
	width: 42px; height: 42px;
	z-index: 2;
	
}


/* main loader */
.wdLoader{
	position: absolute;
	z-index: 140;
	width: 80px;
	height: 80px;	
}
.wdLoader span{
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0px;
	top: 30px;	
	text-align: center;	
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.wdLoaderSmall{
	width: 50px;
	height: 50px;	
}
.wdLoaderSmall span{
	top: 15px;
}
.wdLoaderDisable{
	display: none;
}

.imgSizeHelper{
	position: absolute;
	left: 0; top: 0;
}


/* utils */
.clear-fx-shortcode{
	clear: both;
	margin-bottom: 15px;
}
.clear-fx{
	clear: both;
}

@media (min-width: 480px) and (max-width: 767px) {
	
.wdTitle{
	font-size: 40px;
margin-top: -10px !important;
margin-left: -20px !important;	


}

.wdTitleSmall{
	font-size: 77px;
	margin-left: -20px !important;		
	}
	
.wdTitleSmall1{
	font-size: 29px;
	margin-left:-20px !important;	
	margin-bottom:-5px !important;	
	}
	
	.wdTitleSmall2{
	font-size: 45px;
	margin-left:-20px !important;	
	}

	
}

@media (max-width: 479px) {
	
.wdTitle{
	font-size: 30px;
margin-top: -10px !important;
margin-left: -20px !important;	


}

.wdTitleSmall{
	font-size: 57px;
	 text-shadow: 5px 5px 5px #00387D;
	margin-left: -20px !important;		
	margin-bottom: -20px;
	}

.wdTitleSmall1{
	font-size: 22px;
	margin-left:-20px !important;	
	}
	
		.wdTitleSmall2{
	font-size: 34px;
	margin-left:-20px !important;	
	}
	
	.wdRegularSlider img{
	margin-left:-120px !important;	
}



}

@font-face {
    font-family: 'lobster_tworegular';
    src: url('../fuentes/lobstertwo-regular-webfont.eot');
    src: url('../fuentes/lobstertwo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/lobstertwo-regular-webfont.woff2') format('woff2'),
         url('../fuentes/lobstertwo-regular-webfont.woff') format('woff'),
         url('../fuentes/lobstertwo-regular-webfont.ttf') format('truetype'),
         url('../fuentes/lobstertwo-regular-webfont.svg#lobster_tworegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaymedium';
    src: url('fuentes/raleway-medium-webfont.eot');
    src: url('fuentes/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/raleway-medium-webfont.woff2') format('woff2'),
         url('fuentes/raleway-medium-webfont.woff') format('woff'),
         url('fuentes/raleway-medium-webfont.ttf') format('truetype'),
         url('fuentes/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('../../fuentes/raleway-regular-webfont.eot');
    src: url('../../fuentes/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fuentes/raleway-regular-webfont.woff2') format('woff2'),
         url('../../fuentes/raleway-regular-webfont.woff') format('woff'),
         url('../../fuentes/raleway-regular-webfont.ttf') format('truetype'),
         url('../../fuentes/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


