/*===================================================================================*/
/*  HIGH HIGH                                                                 */ 
/*===================================================================================*/

    @media only screen and (min-width : 1920px) { 
		.box-titular .titulo			{ font-size:85px; line-height:75px; }
	}

/*===================================================================================*/
/*  TABLET PORTRAIT                                                                  */ 
/*===================================================================================*/

    @media only screen and (min-width : 690px) and (max-width : 1024px) { 
		
		/** Menu **/
		.menu {
			position:absolute;
			top:80px;
			right:0px;
			background-color:#000;
			text-align:right;
			width:100%;
			height:auto !important;
			padding-bottom:10px;
		}
		.menu li{
			display:block;
			padding:10px 2.5%;
			line-height:normal !important;
			height:auto !important;
			margin:0px !important;
		}
		#box-menu .menu{
			-webkit-transition: none;
			   -moz-transition: none;
				 -o-transition: none;
					transition: none;
	
		}
		
		/** Home: Categorias **/ 
		.item-categoria .data-categoria,
		.item-categoria .img-categoria			{ opacity:1 !important; }

		/** Mapa **/
		#mapa, .localizanos { display:none; }
		
		/** Secciones: Modelos & Favoritos **/
		.element-item .photo	{ opacity:1 !important; }
		.element-item .heart	{ top:56px !important; }
		.element-item .delete	{ top:12px !important; opacity:1 !important; }
		.element-item .name 	{ bottom:0px !important; }
		
		/** Ficha de Modelo **/
		#content-slider			{ width:70% !important; }
		.content-data			{ width:26%; margin:0px auto !important; margin-right:2% !important; }
		
		/** Segunda barra - Blanca **/
		#filters				{ z-index:99 !important; }
		#filters ul.filter		{ display:none; }

		/** REVISAR: **/
        #contact .container{ max-width:1000px !important; }
        .contact-form [class*="btn-"] { width: 100%; }

        .parallax [class*="span"].last { margin-bottom: 0; }
        .parallax .container { padding: 50px 0; }
		
    }


    
/*===================================================================================*/
/*  MOBILE LANDSCAPE                                                                 */ 
/*===================================================================================*/

    @media only screen and (max-width : 690px) { 


        /** Menu **/
		.menu {
			position:fixed;
			top:50px;
			right:0px;
			background-color:#000;
			text-align:right;
			width:100%;
			height:auto !important;
			padding-bottom:10px;
			z-index:999999999;
		}
		.menu li{
			display:block;
			padding:7px 15px;
			line-height:normal !important;
			height:auto !important;
			margin:0px !important;
		}
		#box-menu .menu{
			-webkit-transition: none;
			   -moz-transition: none;
				 -o-transition: none;
					transition: none;
	
		}
        .nav 		{ padding: 0px 15px; height:60px; background-color:#000; }
		.logo		{ height:60px; }
		.logo img 	{ height:22px; width:auto !important; }
		#toogleMenu	{ height:60px; }
		.menu li.languages{	border-left:0px dotted #666; }
		
		/** Home: Categorias **/ 
		.item-categoria .data-categoria,
		.item-categoria .img-categoria			{ opacity:1 !important; }
		
		/** Secciones: Modelos & Favoritos **/
		.element-item .photo	{ opacity:1 !important; }
		.element-item .heart	{ top:56px !important; }
		.element-item .delete	{ top:12px !important; opacity:1 !important; }
		.element-item .name 	{ bottom:0px !important; }
		
		/** Ficha de Modelo **/
		#content-slider			{ display:none !important; }
		.content-data			{ float:none; margin:0px auto !important; min-height:500px; }
		
		/** Segunda barra - Blanca **/
		#filters				{ top:60px !important; z-index:99 !important; padding: 0px 15px !important; }
		#filters ul.filter		{ display:none; }
		
		/** Buttons **/
		.black-button, .white-button{
			font-size:14px;
			height:50px;
			padding:0px 30px;
			line-height:44px;
			white-space:nowrap;
		}
		
		/** Fotos del modelo **/
		.photos-nomobile	{ display:none; }
		.photos-mobile		{ display:block; }
		
		/** FIXES **/
		#scouting .container	{ padding-top:0px !important; }
		
		/** Titulos **/
		.titles h1				{ font-size:36px; }
		
		/** Mapa **/
		#mapa, .localizanos 	{ display:none; }
		.descripcion-theagency 	{ font-size:18px; }

        .parallax .container 	{ padding: 50px 0; }
        .contact-form [class*="btn-"] { width: 100%; }

		.copyright				{ display:none; }
		


    }