/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-10-11, 20:34:00
    Author     : solenzo
*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
    .boxes_banners_container{border:0px solid red;margin-top:0px;padding-top:0px;padding-bottom:10px;padding-left:10px;padding-right:10px;}
    .boxes_banners{height:auto !important;border:0px solid red;}

    .boxes_banners .box_banner div.content {font-size:20px;}
    .boxes_banners .box_banner div.content span {font-size:calc(60%);}

    .boxes_banners .box_banner .information{padding:0 !important;}
    .boxes_banners .box_banner .infotop {margin-bottom:10px;}
    .boxes_banners .box_banner .infotop .banner_date{font-size:15px;}
    .boxes_banners .box_banner .infotop .link a{font-size:15px;}
    .boxes_banners .box_banner .banner_photo{position:relative;float:left;height:200px !important;margin-left:30px;width:calc(100% - 60px); border:0px solid white;margin-top:15px;background-size:100% auto;background-position:bottom center ;background-repeat:no-repeat;}
    .boxes_banners .box_banner .content * {font-size:14px !important;}
    .boxes_banners .box_banner {padding-bottom:30px;}


    .boxes_banners_container .title{font-size:25px;}
    .boxes_banners_container .title span{font-size:25px;padding-left:20px;}
    .boxes_banners_container .title:after{left:15px;}    
    .boxes_banners .slick-dots{bottom:0;}
    .boxes_banners_container .information{margin-bottom:50px;}
    .boxes_banners_container .hotel_element{margin-bottom: 5px;} 
    .boxes_banners_container .hotels_part{margin-bottom:30px;}
    
    .boxes_banners_container .title{margin-top:60px;}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width: 321px) and (max-device-width: 640px) {
/* Styles */

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */


}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */

    .search_container{z-index:2;padding-top:20px;}
    .boxes_banners .box_banner{padding-right:15px;}
    .search_container .button_search{bottom:4px;}

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
    .boxes_banners .box_banner div.content span {font-size:calc(75%);} 

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */ 
    .boxes_banners .box_banner div.content span {font-size:calc(70%);} 

}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
.boxes_banners_container .hotel_element{width:33.333333%}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .boxes_banners .box_banner div.content span {font-size:calc(50%);} 
    .boxes_banners .box_banner .banner_photo{position:relative;float:left;height:300px !important;border:0px solid white;margin-top:15px;background-size:100% auto;background-position:bottom center ;background-repeat:no-repeat;}
    .boxes_banners_container .hotel_element{width:33.333333%}     

}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .boxes_banners .box_banner div.content span {font-size:calc(50%);} 

}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.boxes_banners_container .hotel_element{width:33.333333%}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.boxes_banners_container .hotel_element{width:33.333333%}

}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.boxes_banners_container .hotel_element{width:33.333333%}
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.boxes_banners_container .hotel_element{width:33.333333%}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
.boxes_banners_container .hotel_element{width:33.333333%}

}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */

}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
.boxes_banners_container .hotel_element{width:33.333333%}

}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

