/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .banner_buscador .no-gutters .col{
        padding:0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .banner_grid.h60{
        height: 1200px !important;

    }

    .banner_grid .h100, .banner_grid .h50{
        height: 300px !important;
    }


    .banner_grid .doble_columna{
        height:600px !important;
    }

    .area_caravanas_banner_container h2{
        font-size: 22px;
    }

    .banner_buscador{
        padding: 50px 0;
    }

    .t-datepicker-days .t-table-wrap{
        width: 100%;
    }

    .t-check-in, .t-check-out{
        width: 100%;
    }
    .t-datepicker-days{
        width: 100%;
    }

    .t-check-out .t-datepicker-day{
        left: 0;
    }
	#oculta{
		display:none;	
	}
}



/* iPAD potrait*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {


}


/* iPAD landscape*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

}






/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    footer, footer .text-right{
        text-align: center !important;
    }
    .shopping-cart_ h6{
        font-size: 12px;
    }
    .quantity button[class*=btn] {
        width: 20px;
        height: 20px;
        background-color: #E1E8EE;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        line-height: 0;
        padding: 0;
    }

    [data-notify-position="top-right"] {
        right: 0px !important;
    }




}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}