@CHARSET "UTF-8";

.hide{
    display: none !important;
}


/*validation styles*/
label.error_validation{
	font-weight: bold;
}

.error_validation{
	border-color: #B94A48; 
}

label.error_validation{
	color: #B94A48;
}
div.error_validation{
	color: #B94A48;
	font-weight:bold;
        padding-bottom: 10px;
}
label.error_captcha{
	color: #B94A48;
        font-weight: bold;
}
div.error_captcha{
	color: #B94A48;
	font-weight:bold;
        padding-bottom: 10px;
}

.overflow_hidden{
	overflow: hidden;
}

/* YOUTUBE RESPONSIVE EMBED */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-container iframe, .map-container object, .map-container embed{
	width:100%;	
}
/*Cycle controls | Objeto Carrusel*/
.cycle-prev {
    background: url(/images/arrow_left.png) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    left: 0;
}
.cycle-next {
    background: url(/images/arrow_right.png) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    right: 0;
}
.cycle-prev, .cycle-next {
	cursor: pointer;
	height: 100%;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 10%;
	z-index: 800;
	-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}
.cycle-prev:hover, .cycle-next:hover {
    opacity: 0.8;
}
/*ALERT MESSAGES*/
.alert_messages_container{
    top:50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -50px;
    position: fixed;
    right: 0;
    z-index: 1001;
	width: 300px;
}

.floating_alert{
	z-index:999;
}

.size_alerts{
	padding: 30px;
}

ul#alerts{
	list-style: none;
}

ul#alerts.alerts_section_bar{
	margin-bottom: 5px;
}
/*END ALERT MESSAGES*/

.pointer{
	cursor: pointer;
}

/*LOADER SPINER*/
#loader_spinner{
	display: none;
}
#ajax_bg_loader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    background-color: #505050;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

div.ajax_loader{
	position:absolute !important;
	z-index: 100000 !important;
	top: 50%;
	left: 50%;
	height: 100px;
	width: 100px;
	margin-top: -50px;
	margin-left: -50px;
	color: #FFFFFF;
}