/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* *************************************************************** RESPONSIVE CUSTOM STYLES ************************************************************************************** */

/** tablets horizontal (ipad) */
@media screen and (max-device-width : 1024px) {		




/* ** */
} /* end 1024 */
/* *** */


/* ********************************************************************************************************************************************************** */
/** /** tablets vertical hasta max 1001 */
/* ********************************************************************************************************************************************************** */
/*@media (min-width: 768px) and (max-width: 1001px) {*/
@media screen and (max-device-width : 1001px) {

	.nav_mobile {
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0px, #fff 50%, #fff 100%) repeat scroll 0 0;
	}

.mobilelogo a img {
    width: 66%;
}

.menu_bar, .bt-menu{
		color:#c42931;
		padding: 10px;
	}
#nav-fep-2 span{
		color:#c42931;	
	}
#nav-fep-2 span {
    background: #c42931 none repeat scroll 0 0;
}

.mobilelogo {
    left: 15px;
	top: 11px;
}

.nav_mobile nav {
    background: #c42931 none repeat scroll 0 0;
}
	.nav_mobile nav ul.userlogged_menu {
		background-color: #c42931;
		color:#062e5e;
	}
	.nav_mobile nav ul.section_menu li:hover {
		background:#000;
	}
	.nav_mobile nav ul.pages_menu li:hover {
		background:#000;
	}
	.nav_mobile nav ul.userlogged_menu li:hover {
		background-color:#000;
		color:#fff;
	}
	.nav_mobile nav ul.section_menu li .children {
		background:#d35f65;
	}

.nav_mobile nav ul.userlogged_menu li .children {
    background: #000 none repeat scroll 0 0;
}

.nav_mobile nav ul.register_menu {
    background-color: #000;
}

.nav_mobile nav ul.register_menu li {
    background-color: #000;
}

.nav_mobile nav ul.register_menu li:hover {
    background: #000 none repeat scroll 0 0;
}
.social-login a {
    padding: 5px 4px;
}
/* ** */
} /*  end 1001px */
/* ** */



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/** tablets vertical (ipad)*/
@media screen and (max-device-width : 768px) {		




/* ** */
} /* end 768 */
/* *** */


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/** Móviles en horizontal o tablets en vertical */
@media screen and (max-device-width : 640px) {		

.mobilelogo a img {
    width: 80%;
    max-width: 100%;
    height: auto;
}


/* ** */
} /* end 640 */
/* *** */


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/** Móviles en horizontal (android y iphone) */
@media screen and (max-device-width : 480px) {		

.section_labels{
display:none;	
	}


/* ** */
} /* end 480 */
/* *** */

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/** Móviles en vertical (android y iphone) */
@media screen and (max-device-width : 360px) {		




/* ** */
} /* end 360 */
/* *** */

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/** Móviles antiguos en vertical (android y iphone) */
@media screen and (max-device-width : 320px) {		




/* ** */
} /* end 320 */
/* *** */