body {
    margin: 0px;
    font-family: 'Montserrat';
}

/*section {
    padding: 0 0!important;
}*/

.header-section {
    background: #000;
}


.container {}

.header-section .left-section {}

.left-section .logo {}

.left-section .logo a {
    color: white;
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
}

.left-section .logo a span {
    font-size: 15px;
    margin-left: -6px;
}

.header-section .right-section {
    margin-top: 12px;
}

.right-section .email {
    font-size: 16px;
    color: #fff;
    margin-right: 16px;
}

.right-section .email i.fa {
    font-size: 14px;
    margin-right: 10px;
}

.right-section .number {
    font-size: 16px;
    color: #fff;
    margin-right: 36px;
}

.right-section .number i.fa {
    margin-right: 10px;
}

.right-section .button {}

.right-section .button a {
    background: #ca530c none repeat scroll 0 0;
    color: white;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 24px;
    text-decoration: none;
}

.right-section .button a:hover {
    color: #000;
    background: #fff;
}

.navbar {
    margin-bottom: 0px;
        z-index: 10000000;
}

.navbar ul li a {
    color: #000 !important;
    border-right: 1px solid #e0dede;
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
    padding: 22px;
    text-transform: uppercase;
}

.navbar ul li:last-child a {
    border-right: none;
}


.navbar .nav li.active a {
    color: #fff!important;
    background: #858D61 !important;
}

.navbar .nav li a:hover {
    color: #fff !important;
    background: #858D61 !important;
}

.jk-slider {
    width: 100%;
    position: relative;
    margin-top: 76px;
}



/*          Hero Headers        */

/********************************/

.hero {
    background: #2b2b2b none repeat scroll 0 0;
    color: #fff;
    left: 28%;
    padding: 26px;
    position: absolute;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
    top: 70%;
    transform: translate3d(-50%, -50%, 0px);
    z-index: 3;
    width: 31%;
    opacity: 0.7;
}

.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}


/********************************/

/*            Overlay           */

/********************************/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .7;
}

.carousel-inner .item h3 {
    color: #39e6ff;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0;
}

.carousel-inner .item p {
    font-size: 17px;
    color: #fff;
}

.carousel-inner .item button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: white;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 14px;
}

.carousel-inner .item button:hover {
    color: #000;
    background: #0099f1;
}

.carousel-inner .item a img {
    width: 100%;
/*    height: 100vh*/
}

.main-search {
    position: absolute;
    top: 33px;
    left: 0px;
    right: 0;
    z-index: 1;
}

.search-content {
    background: #1f64a5;
    padding: 10px
}

.search-content .form-group {
    margin-bottom: 0px;
    margin-top: 6px;
}

.search-content .form-group input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ececec;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #545454;
    font-size: 22px;
    padding-left: 10px;
}

.search-content .devider-search {
    border-left: 1px solid #ececec;
    color: #545454;
    font-size: 22px;
    padding-left: 10px;
    margin-top: 6px;
}

.search-content .search-inner {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    padding: 10px 5px;
    margin: 0px;
}

.search-content .devider-search i.fa {
    font-size: 20px;
    margin-left: 36px;
    margin-right: 10px;
}

.search-content .submit {}

.search-content .submit input {
    background: #858D61 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: white;
    font-size: 22px;
    padding: 6px 12px;
}

.search-content .submit input:hover {
    background-color: #2e9cac;
}


section {
    padding: 30px 0;
}

.first-section {
    background-image: url(../img/history-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.first-section .eremia-history {
    background: white none repeat scroll 0 0;
    padding: 10px 28px 46px;
    width: 50%;
}

.first-section .eremia-history h3 {
    border-bottom: 1px solid #ececec;
    color: #545454;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
}

.first-section .eremia-history p {
    font-size: 16px;
    text-align: justify;
    color: #515151;
}

.first-section .eremia-history span {
    font-size: 22px;
    font-weight: normal;
}

.first-section .eremia-history .detail-btn {}

.first-section .eremia-history .detail-btn a {
    background: #858D61 none repeat scroll 0 0;
    border-radius: 4px;
    color: white;
    font-size: 18px;
    padding: 10px 15px;
    text-decoration: none;
}

.first-section .eremia-history .detail-btn a:hover {
    background: #36acbd;
}

.second-section {
    margin: 3% 0;
}

.house-facility {}

.house-facility .house-image {
    padding: 0px;
    overflow: hidden;
}




.house-facility .house-image img {
    width: 100%;

    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.house-facility .house-image img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    /* IE6 and 7 */
}


.house-facility .facility-content {
    background: #e8e7e7 none repeat scroll 0 0;
    padding: 15px 28px;
}

.house-facility .facility-content h4 {
    border-bottom: 1px solid #fff;
    color: #545454;
    font-size: 22px;
    padding-bottom: 5px;
}

.house-facility .facility-content p {
    color: #434343;
    font-size: 15px;
    line-height: 27px;
    margin-top: 20px;
}

.house-facility .facility-content .detail-btn {}

.house-facility .facility-content .detail-btn a {
    background: #858D61 none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    padding: 10px 15px;
    text-decoration: none;
}

.house-facility .facility-content .detail-btn a:hover {
    background: #36acbd;
}

.third-section {
    background: #373636;
}

.rental-details {}

.rental-details h4 {
    background: #373636 none repeat scroll 0 0;
    color: white;
    font-size: 22px;
    padding: 14px 0;
    text-align: center;
    margin: 0px;
}

.rental-details .rental-image {
    overflow: hidden;
}

.rental-details .rental-image img {
    width: 100%;
    margin: auto;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.rental-image img:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    /* IE6 and 7 */
}


.rental-list {
    margin: 18px 0;
}



.rental-list h5 {
    background: white none repeat scroll 0 0;
    border-radius: 3px;
    color: #373636;
    font-size: 17px;
    padding: 12px 10px 7px;
}

.rental-list ul {
    margin: 0px;
    padding: 0px;
}

.rental-list ul li {
    color: #858D61;
    font-size: 15px;
    line-height: 26px;
    list-style: outside none none;
    text-align: justify;
}

.rental-list ul li i.fa {
    color: #e7e6e6;
    font-size: 20px;
    margin-right: 10px;
}


.rental-bottom {
    background: #858D61;
    padding: 15px 0;
}

.rental-bottom h5 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.fourth-section {
    background-image: url(../img/contact-booking-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.fourth-section .booking {
    margin-top: 4%;
}

.fourth-section .booking h4 {
    color: #000;
    font-size: 22px;
    text-align: center;
}

.booking .booking-content {
    margin: 3% 0;
}

.fourth-section .booking h5 {}

.fourth-section .booking h5 {
    border-bottom: 1px solid #858D61;
    color: #858D61;
    font-size: 18px;
    padding-bottom: 5px;
}

.fourth-section .booking h6 {
    font-size: 18px;
    color: #323232;
}

.fourth-section .booking ul {}

.fourth-section .booking ul li {
    border-bottom: 1px solid #fff;
    color: #5d5d5d;
    font-size: 16px;
    list-style: outside none none;
    padding: 8px 0;
}

.fourth-section .booking ul li:last-child {
    border-bottom: none;
}

.fourth-section .booking ul li a {
    text-decoration: none;
}

.booking .eremia-booking {
    background: #ececec none repeat scroll 0 0;
    margin-right: 1%;
    padding: 20px;
    width: 49%;
}

.booking .eremia-booking ul {
    padding: 0px;
}

.booking .eremia-booking i.fa {
    margin-right: 10px;
}

.fourth-section .booking .additional-info h5 {}

.fourth-section .booking .additional-info h5 {
    border-bottom: 1px solid #858D61;
    color: #858D61;
    font-size: 18px;
    padding-bottom: 5px;
}

.fourth-section .booking .additional-info h6 {
    font-size: 18px;
    color: #323232;
}

.fourth-section .booking .additional-info ul {}

.fourth-section .booking .additional-info ul li {
    border-bottom: 1px solid #fff;
    color: #5d5d5d;
    font-size: 16px;
    list-style: outside none none;
    padding: 0;
}

.fourth-section .booking .additional-info ul li:last-child {
    border-bottom: none;
}

.fourth-section .booking .additional-info ul li a {
    color: #5d5d5d;
    font-size: 16px;
    text-decoration: none;
}

.fourth-section .booking .additional-info ul li a i.fa {
    color: #6e6e6e;
    font-size: 20px;
    margin-right: 10px;
}

.booking .additional-info {
    background: #ececec;
    padding: 20px 20px 0px;
    width: 49%;
    margin-left: 1%;
}

.booking .additional-info .first-list {
    padding: 0px;
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}

.five-section {
    background: #ececec;
    padding: 2% 0;
    margin: 0% 0;
}

.five-section h4 {
    font-size: 22px;
    color: #545454;
    text-align: center;
    margin-bottom: -20px;
}

#main_area {
    position: relative;
}

.five-section ul {}

/*
.five-section ul.gallery-btn {
    text-align: right;
}

.five-section ul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 24px;
}

.five-section ul li a {
    background: #ececec;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #585858;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
}

.five-section ul li a:hover {
    color: #fff;
    background: #858D61;
}
.five-section ul li a.active {
    color: #fff;
    background: #858D61;
}
*/

#slider-thumbs ul {
    margin: 0px;
}

#slider-thumbs {
    bottom: -24px;
    position: absolute;
    right: 142px;
}

#slider-thumbs ul li {
    padding: 0;
    width: 10%;
}

#slider-thumbs ul li a {}

#slider-thumbs .thumbnail {
    padding: 1px;
}

#slider-thumbs .thumbnail img {
    width: 100%;
}

.six-section {
    background: #EDEDED;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0 4%;
}

.six-section h4 {
    font-size: 22px;
    color: #000;
    text-align: center;
}

.carousel-inner .item .guest-content {
    background: #000;
    padding: 18px 18px 0;
    width: 48%;
    margin: 1%;
    opacity: 0.7;
    height: 130px;
}

.six-section .carousel-indicators {
    top: 170px;
}

.six-section .carousel-indicators li {
    border: solid 2px #858D61;
}

.six-section .carousel-indicators .active {
    border: solid 2px #858D61;
    background-color: rgba(186, 184, 108, 0.22);
}

@brand-color: #b20000;
#tcb-testimonial-carousel {
    a {
        color: @brand-color;
    }
    .text-brand {
        color: @brand-color;
    }
    margin-top: 30px;
    .carousel-indicators .active {
        background: @brand-color;
    }
    .no-margin {
        margin: 0;
    }
    .carousel-indicators li {
        border: 1px solid #ccc;
    }
    .carousel-control {
        color: @brand-color;
        width: 5%;
    }
    .carousel-control:hover,
    .carousel-control:focus {
        color: @brand-color;
    }
    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }
    .item {
        padding: 15px 40px;
        background: #f8f8f8;
    }
    .media-object {
        margin: auto;
    }
   
}
 @media screen and (max-width: 768px) {
        .media-object {
            margin-bottom: 15px;
        }
     
    }

.seven-section {
    background: #000;
}

.seven-section .location-text {}

.seven-section .location-text h2 {
    font-size: 22px;
    color: #FFF;
    border-bottom: solid 1px #888888;
    padding-bottom: 0px;
}

.seven-section .location-text h4 {
    font-size: 16px;
    color: #FFF;
}

.seven-section .location-text .address {
    padding: 10px 0px;
}

.seven-section .location-text .address .address-a {
    font-size: 16px;
    color: #fff;
}

.seven-section .location-text .address .address-b {
    font-size: 16px;
    color: #fff;
}

.seven-section .location-text .address .address-b span {
    margin-left: 20px;
}

.seven-section .location-image {
    overflow: hidden;
}

.seven-section .location-text .address .address-b a {
    text-decoration: none;
    color: #858D61;
}

.seven-section .location-image img {
    width: 100%;

    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.seven-section .location-image img:hover {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    /* IE6 and 7 */
}




.footer {
    background: #000;
    padding: 10px 0;
}

.footer .copyright {
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
}

.footer .top-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 40px;
    margin-right: 40px;
    background-color: #858D61;
    border-radius: 50%;
    border: 2px solid #20646d;
}

.footer .top-btn:hover {
    background-color: #369dac;
}

.footer .top-btn a i.fa {
    color: #fff;
    font-size: 28px;
    padding: 6px 13px 9px;
}


/*detail page */

.history {
    margin-top: 7%
}

.history h2 {
    border-bottom: 1px solid #d5d2d2;
    color: #2faaa3;
    font-size: 22px;
    padding-bottom: 5px;
}

.history p {
    font-size: 15px;
    color: #373636;
    line-height: 30px;
    text-align: justify;
}

.history .history-bottom p {
    padding: 0 16px;
}

/* image thumbnail */

.thumb {
    display: block;
    width: 100%;
    margin: 0;
}

/* Style to article Author */

.by-author {
    font-style: italic;
    line-height: 1.3;
    color: #aab6aa;
}

/* Main Article [Module]
-------------------------------------
* Featured Article Thumbnail
* have a image and a text title.
*/

.featured-article {
    width: 482px;
    height: 350px;
    position: relative;
    margin-bottom: 1em;
}

.featured-article .block-title {
    /* Position & Box Model */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    /* background */
    background: rgba(0, 0, 0, 0.7);
    /* Width/Height */
    padding: .5em;
    width: 100%;
    /* Text color */
    color: #fff;
}

.featured-article .block-title h2 {
    margin: 0;
}

/* Featured Articles List [BS3]
--------------------------------------------
* show the last 3 articles post
*/

.main-list {
    padding-left: .5em;
}

.main-list .media {
    margin: 0 0 6px;
}






/*video css*/

.eremiavideo {
    background-color: #fff;
    border-bottom: solid 1px #f5f5f5;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.eremiavideo h4 {
    color: #545454;
    font-size: 42px;
    padding-bottom: 0px;
    margin-bottom: -20px;
}

.eremiavideo iframe {
    margin-top: 0px;
    padding-top: 0px;
}



.newgallery {
    padding: 40px 0;
}

.newgallery .nav-list {
    text-align: center
}

.newgallery .nav-list li {
    list-style: none;
    float: none;
    display: inline-block
}

.newgallery .nav-list li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #858D61;
    font-weight: 600;
    margin-bottom: 20px;
    border: solid 1px #858D61;
    border-radius: 60px;
    margin: 10px;
    padding: 10px 16px;
}

.newgallery .nav-list li a:hover {
    color: #fff;
    background-color: #858D61;
    text-decoration: none;
}

.newgallery .nav-list li a:active {
    color: #fff;
    background-color: #858D61;
    text-decoration: none;
}

.newgallery .nav-list li a:focus {
    color: #fff;
    background-color: #858D61;
    text-decoration: none;
}

.newgallery .nav-list li.active a {
    color: #fff;
    background-color: #858D61;
    text-decoration: none;
}

/*.newgallery .item {height: 85vh;}*/

.newgallery .carousel-control {
    box-shadow: none;
    background: none;
}



/*video*/

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.vidcontent {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding-bottom: 50px;
    padding-left: 20px;
    text-align: center;
}

.vidcontent h1 {
    line-height: 30px;
}

#myBtnvid {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #ddd;
    color: #000;
    cursor: pointer;
    border-radius: 0px;
}

#myBtnvid:hover {
    background: #858D61;
    color: #fff;
}

.enterweb {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background-color: #ddd!important;
    color: #000;
    cursor: pointer;
    border-radius: 0px;
    margin-top: -5px;
}

.enterweb:hover {
    background-color: #858D61!important;
    color: #fff;
}



.sf-back-to-top {
    background-color: #858D61;
    color: #fff;
    display: none;
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.sf-back-to-top:hover {
    background-color: #959595;
    text-decoration: none;
}

a.sf-back-to-top {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 4px;
}

a.sf-back-to-top:hover {
    color: #fff;
    text-decoration: none;
}


#history {
    padding-top: 0px!important;
}

#house {
    padding-top: 0px!important;
}

#rental {
    padding-top: 0px!important;
}

/*.keyfeatures {padding: 50px 0;}*/

.keyfeatures .card {
    margin: 30px 0;
}

.keyfeatures .card-title {
    font-size: 18px;
    font-weight: 600;
}

.nearby {
    background-color: #ededed;
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}

.nearby h4 {
    color: #545454;
    padding-bottom: 0px;
    margin-bottom: -20px;
}

.nearexp {
    padding-top: 30px;
}

.nearby .card {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 300px;
}

.nearby .card:hover {
    box-shadow: rgba(0, 0, 0, 0.47);
    transform: scale(1.03);
}


.btnsliderdown {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 999999;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    text-decoration: none;
    transition: opacity .3s;
    background-color: #858D61;
    padding: 10px;
    border-radius: 50%;
}

.btnsliderdown:hover {
    background-color: #000;
    color: #fff;
}

.map {
    margin-top: 20px;
}

ul.navbar.nav-tabs.nav-list {
    padding: 0;
}

.pastcaption {background-color: rgba(0, 0, 0, 0.51); padding: 5px;}
.pastcaption h4 {color: #fff!important; padding: 0px; line-height: 25px; }
.pastcaption p {margin-top: -10px;}

.usefulinks .fa {font-size: 20px;}
.usefulinks a {color: #858D61;}
.usefulinks a:hover {cursor: pointer; color: #abc33f;}


/* MEDIA QUERIES */

@media only screen and (max-width: 1199px) {
    .navbar ul li a {
        padding: 22px 11px;
    }
    .search-content .form-group input {
        font-size: 19px;
        padding-left: 8px;
    }
    .search-content .devider-search {
        font-size: 19px;
        padding-left: 8px;
    }
    .search-content .devider-search i.fa {
        font-size: 18px;
        margin-left: 20px;
    }
    .search-content .submit input {
        font-size: 20px;
        padding: 4px 10px;
    }

    #slider-thumbs {
        right: 48px;
    }
}


@media only screen and (max-width: 991px) {
    .search-content .form-group input {
        font-size: 17px;
        padding-left: 5px;
        width: 100px;
    }

    .hero {

        left: 50%;

        padding: 20px;
        top: 54%;
        width: 75%;
        z-index: 3;
    }

    .five-section ul li a {
        font-size: 14px;
        padding: 8px 12px;
    }
    #slider-thumbs {
        right: 0;
        left: 76px;
    }

    .navbar ul li a {
        padding: 12px 6px;
        font-size: 12px;
        font-weight: 500;
        text-transform: lowercase;
    }
    .six-section .carousel-indicators {
        top: 150px;
    }
    .eremiavideo iframe {
        height: 500px
    }
    .newgallery .nav-list li a {
        font-size: 14px;
    }

}

@media only screen and (max-width: 790px) {
    body {
        width: 100%;
    }
    .carousel-inner {
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
.carousel-inner .item a img{height: 90vh}
}

@media only screen and (max-width: 1024px){
.carousel-inner .item a img {
    height: 50vh;
}
    
    .nearby .card {
    width: 100%;
    height: 330px;
}
}


@media only screen and (max-width: 986px){
.nearby .card {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 280px;
    margin-bottom: 10px;
}
}



@media only screen and (max-width: 767px) {
    .navbar ul li a {
        padding: 22px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .first-section .eremia-history {
        width: 100%
    }
    .hero {
        display: none;
    }

    .guest-content img {
        width: 10%;
        margin: auto;
    }
    .guest-content .caption p {
        width: 100%;
        margin: auto;
        font-size: 12px;
        text-align: center;
    }
    .header-section .left-section {
        width: 100%;
        text-align: center;
        margin: 2% 0;
    }
    .header-section .right-section {
        margin: 0 16% 4% 0;
    }
    .five-section h4 {
        text-align: left;
    }


    .booking .eremia-booking {
        width: 100%;
        margin: auto;
        margin: 0px;
    }
    .booking .additional-info {
        width: 100%;
        margin: 2% 0 0;
    }

    .eremiavideo iframe {
        height: 100%;
    }
    .rental-bottom h5 {
        font-size: 15px;
        line-height: 24px;
    }
    .h2,
    h2 {
        font-size: 18px;
    }
    .btnsliderdown {
        font: normal 400 12px/1 'Josefin Sans', sans-serif;
    }
    .rental-details h4,
    .six-section h4,
    .fourth-section .booking h4 {
        font-size: 18px;
    }
    .nearby {
        padding-top: 20px!important;
    }
    .carousel-inner .item a img {
    height: 30vh;
}

}


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

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

    .five-section ul li a {
        font-size: 12px;
        padding: 10px;
    }
    .newgallery .nav-list li a {
        font-size: 12px;
        margin: 2px;
        padding: 7px 10px;
    }
    
    .rental-list ul li {
    color: #858D61;
    font-size: 13px;
    line-height: 26px;
    list-style: outside none none;
    text-align: justify;
}

}

@media only screen and (max-width: 575px) {
    .six-section .carousel-indicators {
        top: 135px;
    }
}

@media only screen and (max-width: 524px) {
    .header-section .right-section {
        margin: 0 7% 4% 0;
    }
    /*    .six-section .carousel-indicators {top: 105px;}*/
}

@media only screen and (max-width: 497px) {
    .search-content .devider-search {
        font-size: 17px;
        padding-left: 4px;
    }
    .search-content .devider-search i.fa {
        font-size: 15px;
        margin-left: 14px;
    }

    .search-content .submit input {
        font-size: 18px;
        padding: 2px 10px;
    }
    
    .nearby .card {
    width: 100%;
    height: 300px;
}


}

@media only screen and (max-width: 480px) {
    .newgallery .nav-list li {
        display: inline-flex;
        margin-bottom: 4px
    }
    .newgallery .nav-list li a {
        font-size: 12px;
        margin: 0px;
        padding: 5px 7px;
        text-transform: capitalize;
    }
    
    .navbar ul li a {
    padding: 22px;
    font-size: 12px;
    text-transform: uppercase;
}
}

@media only screen and (max-width: 480px) {
.nearby .card {
    width: 100%;
    height: 330px;
}
}

.lastsection {
    padding: 0px 0px!important; 
}

.eremiacontacts[margin-top: 0px!important; padding-top: 0px!important;]
