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

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

.nav_mobile nav {
    background: #403c3a none repeat scroll 0 0;
}
	.nav_mobile nav ul.userlogged_menu {
		background-color: #403c3a;
		color:#fff;
	}
	.nav_mobile nav ul.section_menu li:hover {
		background:#e3001b;
	}
	.nav_mobile nav ul.pages_menu li:hover {
		background:#e3001b;
	}
	.nav_mobile nav ul.userlogged_menu li:hover {
		background-color:#403c3a;
		color:#fff;
	}
	.nav_mobile nav ul.userlogged_menu li .children {
    background: #e3001b none repeat scroll 0 0;
		}
	.nav_mobile nav ul.userlogged_menu li {
		color: #403c3a;
	}

	.nav_mobile nav ul.section_menu li .children {
		background:#e3001b;
	}

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


.nav_mobile nav ul.register_menu li:hover {
    background: #403c3a none repeat scroll 0 0;
}
.social-login a {
    padding: 5px 11px;
}
.BANNER_COLUMN {
    margin: 10px 0 0 7px;
}
.mobilelogo a img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.mobilelogo {
   width: 31%;
}

#nav-fep-2 span {
    background: #333;
}
/* ** */
} /*  end 1001px */
/* ** */



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

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

.mobilelogo {
   width: 37%;
}

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


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

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


.firmblock {
    float: none;
    width: auto;
    text-align: center;
}

#poweredby{
position: absolute;
right: 0;
}

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


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

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

.newgalleryibox .imagebox.serviceguide {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.newgalleryibox .imagebox.serviceguide {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.social-share .btn.s_twitter {
  margin-top: 3px;
}

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

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

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


.mobilelogo {
width: 68%;
}

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

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

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




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