.container_foto #article {
    padding: 5%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    
    
    .container_foto:hover #article {
    transform: translate(2px, -69px);
    -webkit-transform: translate(2px, -69px);
    -moz-transform: translate(2px, -69px);
    -o-transform: translate(2px, -69px);
    -ms-transform: translate(2px, -69px);
    }
    



.card-img-top{
    border-top-left-radius: calc(0.6rem - 1px);
    border-top-right-radius: calc(0.6rem - 1px);
}


.widget-bottom-div {

}



    body {
        background: #EAF2F6 !important;
    }
    hr {
        color: lightslategray;
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .card-small{
font-size: 12px;
color: #676767;
}


        a:hover{
            text-decoration: none;
        }
    /*          BANNER STYLE            */
    .banner {
        background-color: white;
        border-radius: 8px;
        box-shadow: 0px 0 7px -6px;
        margin-bottom: 20px;


        height: 520px;
        width: 100%;

    }

    /*         CHECKIN CONTAINER STYLE          */

    .filter-container {
        margin-bottom: 15px;
    }
    .filter-container select {
        border: 1px solid #B5985A;
    }
    .section-title {
        color: #B5985A;
        font-weight: 600;
        margin-bottom: 30px;
        font-size: 20px;
    }
    .lastname-field {
        border-radius: 4px;
        border: 1px solid #B7B7B7;
    }
    .booking-ref-field {
        border-radius: 4px;
        border: 1px solid #B7B7B7;
    }
    .checkin-btn {
        border-radius: 4px;
        border: none;
        background-color: #B5985A;
        color: white;
        font-weight: bold;
        width: 100%;
        height: 40px;
    }
    .form-row {
        padding: 0px !important;
        margin-top: 25px;
    }
    .content-container {
        padding: 25px;
        padding-bottom: 25px;
        margin-bottom: 20px;
        background-color: white;
        min-height: 100px;
        box-shadow: 0px 0 7px -5.5px;
        border-radius: 8px;
    }
    .offer-card-img {
        border-radius: 8px;
        box-shadow: 5px 5px 10px #E1E1E1;
    }
    .offer-card {
        transition: transform 0.2s;
    }
    .offer-card:hover {
        transform: scale(1.15);
        transition: 0.5s;
        box-shadow: 50px 50px 20px #E1E1E1;
    }
    /*		BEST OFFESR STYLING 	;*/
    .special-offers-card-caption {
        position: absolute;
        top: 7%;
        left: 10%;
        color: white;
        line-height: 15px;
        text-align: left;
        z-index: 10;
    }
    /*	BEST DEALS STYLING 	*/
    .best-deals-card-caption {
        position: absolute;
        top: 7%;
        left: 10%;
        color: white;
        line-height: 15px;
        text-align: left;
        z-index: 10;
        font-size: 13px;
    }
    .best-deals-card-details {
        z-index: 10;
    }
    .best-deals-card-details ul {
        padding: 0px;
        z-index: 10;
        text-shadow: 3px 2px 5px black;
    }
    .best-deals-card-details li {
        float: left;
        width: auto;
        list-style: outside none none;
        z-index: 10;
    }
    /*	HOTEL CARS RENTALS DEALS STYLING 	*/

    .card {
        border-radius: 8px !important;
        transition: transform 0.2s;
        box-shadow: none;
    }
    .card:hover {
        transform: scale(1.02);
        transition: 0.5s;
        box-shadow: 10px 10px 10px #E1E1E1;
    }
    .card-body {
        
        color: #676767;
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .card-body ul {
        padding: 0px;
        font-size: 13px;
    }
    .card-body li {
        float: left;
        width: auto;
        list-style: outside none none;
        z-index: 10;
    }

    .card-footer{
        padding-top: 10px;
        padding-bottom: 10px;
        }
    .card-footer ul {
        font-size: 12px;
        padding: 0px;
        color: #4F4F4F;
    }
    .card-footer li {
        float: left;
        width: auto;
        list-style: outside none none;
    }
    .card-title {
        font-weight: bold;
        font-size: 15px !important;
        color: #B5985A;
    }
    .card-text {
        font-size: 12px;
    }
    .card img {
        border-radius: 8px 8px 0 0;
    }
    .rentals-card-caption {
        position: absolute;
        top: 7%;
        left: 10%;
        color: white;
        line-height: 15px;
        text-align: left;
        z-index: 10;
    }
    /* NAV MENU STYLING */
    .nav-menu {
        background-color: #B5985A;
        height: 50px;
        border-radius: 0 0 8px 8px;
        margin-bottom: 18px;
    }
    .nav-menu-content {
        color: #ffff;
        position: relative;
        top: 30%;
    }
    .nav-menu-content a {
        color: #B5985A;
        text-decoration: none;
    }
    .nav-title {
        text-align: center;
        font-weight: bold;
        position: relative;
        bottom: 4px;
        font-size: 18px;
    }
    .popup-menu-container, .popup-menu-content ul, .nav-menu-content input[type="checkbox"] {
        display: none;
    }
    #menu:checked ~ .popup-menu-container, .popup-menu-content input:checked ~ ul {
        display: block;
        position: relative;
        top: 3px;
    }
    ul, li {

        padding-left: 0 !important;
    }
    .nav-menu a:hover {
        font-weight: bold !important;
        font-size: 19px !important;
        transition: 0.2s;
    }

    .popup-menu-content {
        margin: auto;
        background-color: #FFF;
        -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.05) !important;
        -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.05) !important;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.05) !important;
        width: 50%;
        line-height: 33px;
        z-index: 99;
        position: relative;
        padding: 15px;
        text-align: center;
        border-radius: 0 0 8px 8px;
    }
    /*          EXTRAS  STYLE          */
    .extras {
        text-align: center;
    }
    .extras-text {
        padding-bottom: 5px;
        color: #B5985A;
        font-weight: 500;
        font-size: 30px;
    }
    .extras-item {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding-bottom: 30px;
        transition: 0.3s
    }
    .extras-item a {
        color: #798992;
        text-decoration: none;
    }
    .extras-icon {
        transition: 0.3s;
        margin-bottom: 8px;
        height: 50px;
    }
    .extras-item img:hover {
        height: 55px;
    }
    .extras-item a:hover {
        font-weight: bold;
    }


    /*	MEDIA QUERY SECTION FOR IPAD VIEW */

    @media (max-width: 768px) {
        .row{
              -ms-flex-pack: center !important;
      justify-content: center !important;
        }
        }


    /*	MEDIA QUERY SECTION FOR MOBILE VIEW */

    @media (max-width: 576px) {
    .popup-menu-content {
        width: 100%;
        font-size: 18px;
    }
    .nav-menu-content {
        width: 100%;
        text-align: center;
        font-size: 20px;
        overflow: hidden;
    }
    .nav-menu {
        height: 60px;
    }
    .nav-menu ul, li, a, label {
        font-size: 18px ;
    }
        .card-body ul,li{
            font-size: 15px;
        }
    .nav-title label {
        font-size: 19px !important;
    }
    .extras-item img {
        height: 90px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .extras-item img:hover {
        height: 100px;
    }
    }
    .tp-bgimg
    {
        border-radius: 8px !important;
    }
    .btn_special_offersmain {
    border-radius: 4px;
    border: none;
    background-color: #B5985A;
    color: white;
    font-weight: bold;
    width: 100%;
    height: 40px;
}

.btn-info_pecial_offersmain {
    color: #fff;
    background-color: #B5985A;
    border-color: #B5985A;
    font-size: 12px;
    font-weight: bold;
}



.btn-info_pecial_offersmain:hover{
    color: #fff;

}

.container_foto {
background-color: #b5985a;
padding: 0;
overflow: hidden;
max-width: 350px;
margin: 5px;
background-image: linear-gradient(to right top, #2e240e, #4d3e20, #6e5b32, #917946, #b5985a);
height: 88%;
width: 100%;
}

.container_foto article {
padding: 5%;
position: absolute;
bottom: 0;
z-index: 1;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.container_foto h2 {
color: #e9ecef;
font-weight: bold;
font-size: 25px;
/* border-bottom: #fff solid 1px; */
}

.container_foto h4 {
font-weight: 300;
color: #fff;
font-size: 12px;
}

.container_foto img {
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.8;
filter: brightness(95%);
-webkit-transition: all 4s ease;
-moz-transition: all 4s ease;
-o-transition: all 4s ease;
-ms-transition: all 4s ease;
transition: all 4s ease;
}

.ver_mas {
background-color: #f1f0ef;
position: absolute;
width: 100%;
height: 56px;
bottom: 0;
z-index: 1;
opacity: 0;
transform: translate(0px, 70px);
-webkit-transform: translate(0px, 70px);
-moz-transform: translate(0px, 70px);
-o-transform: translate(0px, 70px);
-ms-transform: translate(0px, 70px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.ver_mas span {
font-size: 40px;
color: #fff;
position: relative;
margin: 0 auto;
width: 100%;
top: 13px;
}


/*hovers*/

.container_foto:hover {
cursor: pointer;
}

.container_foto:hover img {
opacity: 0.1;
transform: scale(1.5);
}

.container_foto:hover article {
transform: translate(2px, -69px);
-webkit-transform: translate(2px, -69px);
-moz-transform: translate(2px, -69px);
-o-transform: translate(2px, -69px);
-ms-transform: translate(2px, -69px);
}

.container_foto:hover .ver_mas {
transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
opacity: 1;
}
.b{
font-weight:600;
}


.card-footer {
    
    height: 100%  !important;
}
