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

/* *************************************************************** 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) {

.mobilelogo {
    left: 7px;
    top: 7px;
    width: 280px;
}

.nav_mobile {
    background: linear-gradient(to bottom,#fff 0,#fff 50%,#fff 100%) rgba(0,0,0,0);
		height: 65px;
	}
	.nav_mobile nav{
	    background: #35620D none repeat scroll 0 0;	
	}
#nav-fep-2 span {
    background: #35620D;
}


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

.nav_mobile nav ul.section_menu li .children {
    background: #707070 none repeat scroll 0 0;
}
.nav_mobile nav ul.register_menu {
    background-color: #000;
}
.nav_mobile nav ul.register_menu li {
    background-color: transparent;
}
.nav_mobile nav ul.register_menu li:hover {
    background: #222 none repeat scroll 0 0;
}
.nav_mobile nav ul.pages_menu li:hover {
    background: #000 none repeat scroll 0 0;
}
.social-login span {
    padding-right: 1%;
}
.nav_mobile nav ul.userlogged_menu {
    background-color: #000;
    color: #222;
}
.nav_mobile nav ul.userlogged_menu li .children {
    background: #222 none repeat scroll 0 0;
}

.nav_mobile nav ul.userlogged_menu li:hover {
    background-color: #000;
    color: #fff;
}
} /**end  1001*/


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

/** 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) {		




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


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

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




/* ** */
} /* 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 */
/* *** */