/******************************** FIX FOR IOS7 **************************************/

/* FIX FOR JQUERY CUSTOM SCROLLER */

/*iPhone 3 and 4 portrait*/
@media all and (device-width: 320px) and (device-height: 480px) and (orientation:portrait){  
  .full-vp-height{
  	height: 480px;
  } 
  .video-others{
  	height: 480px;
  }
  .anythingSlider-default {  
    height: 480px;
  }
  .anythingSlider-default .anythingWindow {  
    height: 480px;
  }
  .activeSlider {
    height: 480px;
  }
  /* Overall Wrapper */
  .anythingSlider {  
    height: 480px!important; /* se le pone important para arreglar el problema del scroll en ios7 shit */
  }
  .anythingSlider .anythingBase {  
    height: 480px;
  }
  .pop-box, .prevencion-texto, .este-pop-contenido, .aca-causas {
    overflow-y:scroll;
    overflow-x:hidden; 
  } 
}
/*iPhone 3 and 4 landscape*/
@media all and (device-width: 320px) and (device-height: 480px) and (orientation:landscape){  
  .full-vp-height {
  	height: 320px;
  }
  .video-others{
  	height:  320px;
  }
  .anythingSlider-default {  
    height: 320px;
  }
  .anythingSlider-default .anythingWindow {  
    height: 320px;
  }
  .activeSlider {
    height: 320px;
  }
  /* Overall Wrapper */
  .anythingSlider {  
    height: 320px!important;
  }
  .anythingSlider .anythingBase {  
    height: 320px;
  }
  .pop-box, .prevencion-texto, .este-pop-contenido, .aca-causas {
    overflow-y:scroll;
    overflow-x:hidden; 
  }  
}
/*iPhone 5 portrait*/
@media all and (device-width: 320px) and (device-height: 568px) and (orientation:portrait){  
  .full-vp-height {
  	height: 568px;
  } 
  .video-others {
  	height: 568px;
  }
  .anythingSlider-default {  
    height: 568px;
  }
  .anythingSlider-default .anythingWindow {  
    height: 568px;
  }
  .activeSlider {
    height: 568px;
  }
  /* Overall Wrapper */
  .anythingSlider {  
    height: 568px!important;
  }
  .anythingSlider .anythingBase {  
    height: 568px;
  }
  .pop-box, .prevencion-texto, .este-pop-contenido, .aca-causas {
    overflow-y:scroll;
    overflow-x:hidden; 
  }   
}
/*iPhone 5 landscape*/
@media all and (device-width: 320px) and (device-height: 568px) and (orientation:landscape){  
  .full-vp-height {
  	height: 320px;
  }
  .video-others {
  	height: 320px;
  }
  .anythingSlider-default {  
    height: 320px;
  }
  .anythingSlider-default .anythingWindow {  
    height: 320px;
  }
  .activeSlider {
    height: 320px;
  }
  /* Overall Wrapper */
  .anythingSlider {  
    height: 320px!important;
  }
  .anythingSlider .anythingBase {  
    height: 320px;
  }
  .pop-box, .prevencion-texto, .este-pop-contenido, .aca-causas {
    overflow-y:scroll;
    overflow-x:hidden; 
  }    
}
/*iphone 6 landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) { 
  .full-vp-height {
      height: 375px;
    }
    .video-others {
      height: 375px;
    }
    .anythingSlider-default {  
      height: 375px;
    }
    .anythingSlider-default .anythingWindow {  
      height: 375px;
    }
    .activeSlider {
      height: 375px;
    }
    /* Overall Wrapper */
    .anythingSlider {  
      height: 375px!important;
    }
    .anythingSlider .anythingBase {  
      height: 375px;
    } 
    .pop-box, .prevencion-texto, .este-pop-contenido, .aca-causas {
      overflow-y:scroll;
      overflow-x:hidden; 
    }    
}
/*iphone 6 portrait*/

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) { 
  .full-vp-height {
      height: 667px;
    }
    .video-others {
      height: 667px;
    }
    .anythingSlider-default {  
      height: 667px;
    }
    .anythingSlider-default .anythingWindow {  
      height: 667px;
    }
    .activeSlider {
      height: 667px;
    }
    /* Overall Wrapper */
    .anythingSlider {  
      height: 667px!important;
    }
    .anythingSlider .anythingBase {  
      height: 667px;
    }
    .pop-box, .prevencion-texto, .este-pop-contenido, .aca-causas {
      overflow-y:scroll;
      overflow-x:hidden; 
    }      
}
/*iphone 6 plus landscape */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { 
  .full-vp-height {
    height: 414px;
  }
  .video-others {
    height: 414px;
  }
  .anythingSlider-default {  
    height: 414px;
  }
  .anythingSlider-default .anythingWindow {  
    height: 414px;
  }
  .activeSlider {
    height: 414px;
  }
  /* Overall Wrapper */
  .anythingSlider {  
    height: 414px!important;
  }
  .anythingSlider .anythingBase {  
    height: 414px;
  }
  .pop-box, .prevencion-texto, .este-pop-contenido, .aca-causas {
    overflow-y:scroll;
    overflow-x:hidden; 
  }       
}
/* iphone 6 plus portrait*/

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) { 
  .full-vp-height {
    height: 736px;
  }
  .video-others {
    height: 736px;
  }
  .anythingSlider-default {  
    height: 736px;
  }
  .anythingSlider-default .anythingWindow {  
    height: 736px;
  }
  .activeSlider {
    height: 736px;
  }
  /* Overall Wrapper */
  .anythingSlider {  
    height: 736px!important;
  }
  .anythingSlider .anythingBase {  
    height: 736px;
  }
  .pop-box, .prevencion-texto, .este-pop-contenido, .aca-causas {
    overflow-y:scroll;
    overflow-x:hidden; 
  }        
}

/*iPad portrait*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){  
  .full-vp-height {
  	height: 1024px;
  } 
  .video-others {
  	height: 1024px;
  }
  .rest-staff, .home-featured-services {
    height: auto;
  }
  .anythingSlider-default {  
    height: 1024px;
  }
  .anythingSlider-default .anythingWindow {  
    height: 1024px;
  }
  .activeSlider {
    height: 1024px;
  }
  /* Overall Wrapper */
  .anythingSlider {  
    height: 1024px!important;
  }
  .anythingSlider .anythingBase {  
    height: 1024px;
  }
  .pop-box, .prevencion-texto, .este-pop-contenido, .aca-causas {
    overflow-y:scroll;
    overflow-x:hidden; 
  }          
} 
/*iPad landscape*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
  .full-vp-height {
  	height: 768px;
  } 
  .video-others, .home-featured-services {
  	height: 768px;
  }
  .rest-staff {
    height: auto;
  }
  .anythingSlider-default {  
    height: 768px;
  }
  .anythingSlider-default .anythingWindow {  
    height: 768px;
  }
  .activeSlider {
    height: 768px;
  }
  /* Overall Wrapper */
  .anythingSlider {  
    height: 768px!important;
  }
  .anythingSlider .anythingBase {  
    height: 768px;
  }
  .pop-box, .prevencion-texto, .este-pop-contenido, .aca-causas {
    overflow-y:scroll;
    overflow-x:hidden; 
  }           
}


