
/*======== imported Styles ===========*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url('animate.css');
@import url('hover.css');
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('vegas.css');
@import url('flaticon.css');
@import url('jquery.fancybox.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.min.css');
@import url('jquery.bxslider.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('strocke-gap-icons-style.css');
@import url('zebra-datepicker/default.css'); /*change css file name to change date picker style */
@import url('settings.css');


/** ====== . Global styles ====== **/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #282828;
}

    body * {
        letter-spacing: .03em;
    }

img {
    max-width: 100%;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.anim-3,
.anim-3-all * {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.anim-5,
.anim-5-all * {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.anim-7,
.anim-7-all * {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
/*======== preloader  Styles ===========*/
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/resources/preloader.gif);
}
/*======== . section title Styles ===========*/
.section-title-wrap {
    padding: 20px 0;
    margin-top: 20px;
}

    .section-title-wrap.gray-background {
        background: #F2F2F2;
    }

    .section-title-wrap .section-title {
        margin-bottom: 0;
    }

        .section-title-wrap .section-title p {
            margin-bottom: 20px;
        }

.section-title {
    margin-top: 20px;
    margin-bottom: 18px;
}

    .section-title > span {
        font-size: 20px;
        color: #2B2B2B;
        font-family: 'PT Serif', sans-serif;
        /*font-style: italic;*/
        line-height: 21px;
        margin-top: 50px;
        margin-bottom: 15px;
        display: inline-block;
    }

    .section-title h2 {
        font-family: 'Raleway', sans-serif;
        color: #444444;
        font-size: 22px;
        text-transform: uppercase;
        line-height: 22px;
        font-weight: 800;
        display: block;
    }

    .section-title h4 {
        font-family: 'Raleway', sans-serif;
        color: #444444;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 18px;
        font-weight: 700;
        display: block;
    }

    .section-title h2 span {
        display: block;
    }

    .section-title h2:after {
        content: ' ';
        background: #C60606;
        height: 2px;
        width: 85px;
        display: inline-block;
    }

    .section-title p {
        font-size: 15px;
        color: #2A2A2A;
        line-height: 26px;
        margin-top: 38px;
    }
/*======== . gallery filter Styles ===========*/
.gallery-filter {
    border-top: 1px solid #A5A8AC;
    border-bottom: 1px solid #A5A8AC;
    margin-top: 43px;
    margin-bottom: 30px;
}

    .gallery-filter li {
        display: inline;
    }

        .gallery-filter li:after {
            content: '/';
            display: inline-block;
            color: #666;
            margin: 0 10px;
        }

        .gallery-filter li:last-child:after {
            content: '';
        }

        .gallery-filter li.active span,
        .gallery-filter li:hover span {
            color: #127FCE;
        }

            .gallery-filter li.active span:after,
            .gallery-filter li:hover span:after,
            .gallery-filter li.active span:before,
            .gallery-filter li:hover span:before {
                width: 100%;
            }

        .gallery-filter li span {
            display: inline-block;
            font-size: 13px;
            line-height: 51px;
            color: #666666;
            text-transform: uppercase;
            cursor: pointer;
            padding: 0 10px;
            position: relative;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            .gallery-filter li span:after {
                content: ' ';
                width: 0%;
                height: 1px;
                background: #127FCE;
                position: absolute;
                top: -1px;
                left: 0;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

            .gallery-filter li span:before {
                content: ' ';
                width: 0%;
                height: 1px;
                background: #127FCE;
                position: absolute;
                bottom: -1px;
                left: 0;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }
/*======== . header Styles ===========*/
.navbar-header {
    display: inline-block;
    margin: 13px 0;
    float: none;
}

    .navbar-header .navbar-toggle {
        display: block;
        margin: 0;
    }

        .navbar-header .navbar-toggle span {
            background: #fff;
        }

header.home-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

    header.home-header .container-fluid {
        padding: 0;
    }

    header.home-header .navbar-collapse.collapse {
        display: inline-block !important;
        margin-bottom: -7px;
        padding: 0;
    }

.main-menu {
    padding-left: 1px;
    padding-right: 1px;
    background: rgba(0, 0, 0, 0.7);
}

    .main-menu .navbar-collapse > ul > li {
        float: left;
        line-height: 73px;
    }

        .main-menu .navbar-collapse > ul > li.current > a,
        .main-menu .navbar-collapse > ul > li:hover > a {
            color: #C60606;
        }

        .main-menu .navbar-collapse > ul > li > a {
            display: inline-block;
            font-size: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            padding: 0 15px;
        }

        .main-menu .navbar-collapse > ul > li:hover > ul {
            top: 100%;
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .main-menu .navbar-collapse > ul > li.dropdown > a {
            position: relative;
        }

            .main-menu .navbar-collapse > ul > li.dropdown > a:after {
                content: '\f107';
                font-family: 'FontAwesome';
                color: #fff;
                margin-left: 10px;
                font-size: 15px;
                font-weight: 600;
                transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
            }

        .main-menu .navbar-collapse > ul > li.dropdown:hover > a:after,
        .main-menu .navbar-collapse > ul > li.dropdown.current > a:after {
            color: #2A2A2A;
        }

.home-header .main-menu .navbar-collapse > ul > li.dropdown:hover > a:after,
.home-header .main-menu .navbar-collapse > ul > li.dropdown.current > a:after {
    color: #C60606;
}

.stricky-fixed .main-menu .navbar-collapse > ul > li.dropdown:hover > a:after,
.stricky-fixed .main-menu .navbar-collapse > ul > li.dropdown.current > a:after {
    color: #C60606;
}

.main-menu .navbar-collapse > ul > li > ul {
    position: absolute;
    top: 200%;
    left: 0;
    width: 280px;
    background: #191919;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
    transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}

    .main-menu .navbar-collapse > ul > li > ul > li {
        position: relative;
        overflow: hidden;
        line-height: 36px;
    }

        .main-menu .navbar-collapse > ul > li > ul > li:before {
            content: '\f105';
            font-family: 'FontAwesome';
            color: #ffffff;
            position: absolute;
            left: 25px;
            top: 6px;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

        .main-menu .navbar-collapse > ul > li > ul > li:hover:before {
            color: #C60606;
        }

        .main-menu .navbar-collapse > ul > li > ul > li > a {
            color: #ffffff;
            display: block;
            text-align: left;
            padding: 5px 50px;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 600;
            border-bottom: 1px solid #2A2A2A;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            .main-menu .navbar-collapse > ul > li > ul > li > a:hover {
                color: #C60606;
            }

        .main-menu .navbar-collapse > ul > li > ul > li:hover {
            overflow: visible;
        }

            .main-menu .navbar-collapse > ul > li > ul > li:hover > ul {
                visibility: visible;
                opacity: 1;
                filter: alpha(opacity=100);
                left: 100%;
            }

                .main-menu .navbar-collapse > ul > li > ul > li:hover > ul.right-align {
                    left: auto;
                    right: 100%;
                }

        .main-menu .navbar-collapse > ul > li > ul > li > ul.right-align {
            left: auto;
            right: 200%;
        }

        .main-menu .navbar-collapse > ul > li > ul > li > ul {
            position: absolute;
            top: 0;
            left: 200%;
            width: 280px;
            background: #2A2A2A;
            z-index: 99999;
            visibility: hidden;
            opacity: 0;
            filter: alpha(opacity=0);
            box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
            -webkit-transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
            transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
        }

            .main-menu .navbar-collapse > ul > li > ul > li > ul > li {
                position: relative;
                line-height: 36px;
                border-bottom: 1px solid #2A2A2A;
            }

                .main-menu .navbar-collapse > ul > li > ul > li > ul > li:before {
                    content: '\f105';
                    font-family: 'FontAwesome';
                    color: #828282;
                    position: absolute;
                    left: 25px;
                    top: 6px;
                    transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -webkit-transition: all 0.5s ease;
                    -ms-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                }

                .main-menu .navbar-collapse > ul > li > ul > li > ul > li:hover:before {
                    color: #C60606;
                }

                .main-menu .navbar-collapse > ul > li > ul > li > ul > li > a {
                    color: #828282;
                    display: block;
                    text-align: left;
                    padding: 5px 50px;
                    font-size: 13px;
                    text-transform: uppercase;
                    border-bottom: 1px solid #2A2A2A;
                    font-weight: 600;
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease;
                }

                    .main-menu .navbar-collapse > ul > li > ul > li > ul > li > a:hover {
                        color: #C60606;
                    }

    .main-menu .navbar-collapse > ul > li > ul.right-align {
        left: auto;
        right: 0;
    }

.main-menu .navbar-collapse > ul li.dropdown > a .fa {
    display: none;
}
/*======== . banner Styles ===========*/
#banner {
    background-size: cover;
}

    #banner .container {
        height: 100%;
    }

    #banner .porperty-details {
        width: 300px;
        height: 100%;
        display: block;
        background: rgba(232, 162, 12, 0.95);
    }

        #banner .porperty-details .border {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            padding-bottom: 235px;
        }

            #banner .porperty-details .border:before {
                content: ' ';
                position: absolute;
                top: 0;
                left: 6px;
                right: 6px;
                bottom: 0;
                border-left: 1px solid rgba(255, 255, 255, 0.6);
                border-right: 1px solid rgba(255, 255, 255, 0.6);
                z-index: -1;
            }

        #banner .porperty-details .logo {
            padding-top: 65px;
            padding-bottom: 50px;
            text-align: center;
        }

        #banner .porperty-details .address {
            padding: 39px 0px;
            margin: 0 32px;
            border-top: 1px solid rgba(255, 255, 255, 0.4);
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        }

            #banner .porperty-details .address p {
                font-size: 16px;
                line-height: 26px;
                color: #FFFFFF;
                font-size: 20px;
                font-weight: 600;
            }

        #banner .porperty-details .options {
            padding: 44px 0px;
            margin: 0 32px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        }

            #banner .porperty-details .options ul li {
                font-size: 16px;
                line-height: 44px;
                color: #fff;
                text-transform: uppercase;
                font-size: 20px;
                font-weight: bold;
            }

        #banner .porperty-details .price {
            padding: 37px 0px;
            margin: 0 32px;
        }

        #banner .porperty-details .number {
            font-family: 'PT Serif', sans-serif !important;
            font-style: italic;
        }

        #banner .porperty-details .price label {
            display: block;
            color: #fff;
            font-size: 25px;
            line-height: 45px;
            font-weight: 600;
        }

        #banner .porperty-details .price b {
            font-weight: bold;
            font-size: 38px;
            line-height: 45px;
            color: #fff;
            letter-spacing: -0.01em;
        }

        #banner .porperty-details a.schedule-visit {
            font-size: 18px;
            line-height: 50px;
            text-transform: uppercase;
            display: block;
            width: 196px;
            margin: auto;
            font-weight: bold;
            text-align: center;
            background: #242424;
            color: #fff;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

        #banner .porperty-details a.schedule-visit-btn-2 {
            font-size: 16px;
            line-height: 26px;
            color: #fff;
            font-weight: bold;
            display: inline-block;
            background: #242424;
            border-radius: 5px;
            padding: 13px 30px;
            text-transform: uppercase;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            #banner .porperty-details a.schedule-visit-btn-2 i {
                font-size: 18px;
                color: #fff;
                margin-left: 15px;
            }

        #banner .porperty-details a.schedule-visit:hover {
            background: #1bc3f3;
        }

        #banner .porperty-details a.schedule-visit-btn-2:hover {
            background: #1bc3f3;
        }
/*======== . about-section Styles ===========*/
#about-section {
    position: relative;
    padding: 100px 0;
}

    #about-section:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: ' ';
        background: #fff;
        opacity: .8;
        filter: alpha(opacity=80);
    }

    #about-section .img-holder {
        display: inline-block;
        position: relative;
    }

        #about-section .img-holder:before {
            content: ' ';
            position: absolute;
            top: 8px;
            left: 8px;
            right: 8px;
            bottom: 8px;
            background: url(../img/resources/image-holder-bg.png) 0 0 no-repeat;
            background-size: 100% 100%;
        }

    #about-section p {
        font-size: 15px;
        line-height: 25px;
        color: #444444;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    #about-section .section-title h2 {
        color: #444444;
        padding-left: 20px;
    }

    #about-section p:last-child {
        margin-bottom: 0;
    }

.room-amount {
    margin-top: 55px;
    padding-top: 50px;
    border-top: 1px solid #E4E4E4;
    font-size: 0;
}

    .room-amount li {
        display: inline-block;
        width: 25%;
    }

        .room-amount li i:before {
            margin: 0;
            color: #FFAE00;
            font-size: 54px;
        }

        .room-amount li h4 {
            margin-top: 8px;
            margin-bottom: 4px;
            text-transform: uppercase;
            color: #282828;
            font-size: 15px;
            font-weight: bold;
            line-height: 38px;
        }

        .room-amount li span {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            line-height: 38px;
        }
/*======== . property-highlight Styles ===========*/
#property-highlight {
    background: #F2F2F2;
    padding-top: 0px;
}

    #property-highlight .section-title {
        margin-bottom: 40px;
    }

        #property-highlight .section-title h2 {
            color: #444444;
        }

    #property-highlight .full-img {
        position: relative;
    }
        /*#property-highlight .full-img:hover:before {
  right: 15px;
}*/

        #property-highlight .full-img:before {
            content: ' ';
            width: 200%;
            height: 100%;
            background: #C60606;
            opacity: .85;
            filter: alpha(opacity=85);
            z-index: 99;
            position: absolute;
            top: 0;
            right: 200%;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

        #property-highlight .full-img img {
            max-width: none;
            margin-top: 0px;
            float: right;
        }

    #property-highlight .property-highlight-text {
        padding-top: 0px;
        padding-left: 80px;
    }

    #property-highlight .single-property-highlight {
        margin-bottom: 5px;
        padding-top: 50px;
    }

        #property-highlight .single-property-highlight h3 {
            color: #444444;
            font-size: 18px;
            font-weight: 600;
            /*text-transform: uppercase;*/
            /*margin-bottom: 10px;*/
        }

        #property-highlight .single-property-highlight p {
            color: #2A2A2A;
            margin-right: 50px;
            margin-bottom: 20px;
        }

/*======== . gallery Styles ===========*/
#gallery {
    padding: 80px 0 50px;
    background: #F2F2F2;
}
/*======== 11. image-gallery Styles ===========*/
.image-gallery {
    position: relative;
}

    .image-gallery .single-gallery {
        padding: 0 15px;
        margin-bottom: 30px;
        float: left;
        box-sizing: border-box;
    }

        .image-gallery .single-gallery.mix {
            display: none;
        }

        .image-gallery .single-gallery.span-8 {
            width: 66.66666667%;
        }

        .image-gallery .single-gallery.span-6 {
            width: 50%;
        }

        .image-gallery .single-gallery.span-4 {
            width: 33.33333333%;
        }

        .image-gallery .single-gallery.span-3 {
            width: 25%;
        }

.single-gallery:hover .img-holder img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-gallery:hover .img-holder .content .title-holder {
    opacity: 1;
    filter: alpha(opacity=100);
}

.single-gallery:hover .img-holder .content .image-view {
    top: 0%;
}

.single-gallery:hover .img-holder .content .link-view {
    bottom: 0%;
}

.single-gallery .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

    .single-gallery .img-holder img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .single-gallery .img-holder .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
    }

        .single-gallery .img-holder .content .title-holder {
            display: table;
            width: 100%;
            height: 25%;
            position: absolute;
            top: 37%;
            background: rgba(198, 6, 6, 0.75);
            opacity: 0;
            filter: alpha(opacity=0);
        }

            .single-gallery .img-holder .content .title-holder h4 {
                text-transform: uppercase;
                color: #fff;
                font-size: 20px;
                font-weight: bold;
                display: table-cell;
                vertical-align: middle;
            }

        .single-gallery .img-holder .content .image-view {
            display: table;
            width: 100%;
            height: 25%;
            position: absolute;
            top: -25%;
            background: rgba(198, 6, 6, 0.55);
        }

            .single-gallery .img-holder .content .image-view a {
                color: #fff;
                font-size: 20px;
                display: table-cell;
                vertical-align: middle;
            }

        .single-gallery .img-holder .content .link-view {
            display: table;
            width: 100%;
            height: 25%;
            position: absolute;
            bottom: -25%;
            background: rgba(198, 6, 6, 0.55);
        }

            .single-gallery .img-holder .content .link-view a {
                color: #fff;
                font-size: 20px;
                display: table-cell;
                vertical-align: middle;
            }

.single-gallery .modal-content {
    display: none;
}


/*======== . room-dimention Styles ===========*/
#room-dimention {
    padding: 20px 0;
    background: #FFFFFF;
}

    #room-dimention .gallery-filter {
        border: none;
        margin-bottom: 40px;
    }

        #room-dimention .gallery-filter li span {
            line-height: 30px;
        }

            #room-dimention .gallery-filter li span:after {
                display: none;
            }

.single-room-dimention {
    display: none;
}

    .single-room-dimention .img-holder {
        position: relative;
    }

        .single-room-dimention .img-holder:before {
            content: ' ';
            position: absolute;
            top: 9px;
            left: 9px;
            right: 9px;
            bottom: 9px;
            border: 2px solid #fff;
        }


#room-dimention .section-title h2 {
    font-size: 22px;
    color: #282828;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 22px;
}

#room-dimention .section-title p {
    font-size: 16px;
    line-height: 18px;
    color: #444444;
    font-family: 'PT Serif', sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
}


/*.single-room-dimention .img-holder .room-size {
  display: inline-block;
  background: #fff;
  position: absolute;
  bottom: 9px;
  left: 9px;
  font-size: 20px;
  font-weight: bold;
  color: #343434;
  line-height: 55px;
  padding: 0 15px;
}*/
.single-room-dimention .content {
    background: #F0F0F0;
    padding: 50px 45px;
    position: relative;
    top: 40px;
    right: 55px;
}

    .single-room-dimention .content:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
        border: 1px solid #fff;
    }

    .single-room-dimention .content h2 {
        font-size: 22px;
        color: #282828;
        line-height: 22px;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 22px;
    }

    .single-room-dimention .content p {
        font-size: 15px;
        line-height: 26px;
        color: #444444;
    }

    .single-room-dimention .content ul li {
        font-size: 13px;
        line-height: 35px;
        color: #2B2B2B;
        text-transform: uppercase;
        font-weight: bold;
    }

        .single-room-dimention .content ul li .fa {
            color: #EB9500;
            margin-right: 10px;
        }


/*======== 15. home google map Styles ===========*/
#home-footer-google-map-wrap {
    position: relative;
}


    #home-footer-google-map-wrap .google-map {
        width: 100%;
        height: 420px;
    }



/* globally hide the main info window from dom style */
.info-window[data-map-name] {
    display: none;
}

#home-footer-google-map-wrap .house-location {
    background: #FFFFFF;
    width: 410px;
    border-left: 13px solid #EEA814;
    padding: 25px 20px;
}

    #home-footer-google-map-wrap .house-location p {
        font-size: 18px;
        line-height: 32px;
        font-family: 'PT Serif', sans-serif;
        color: #282828;
        font-style: italic;
        margin-bottom: 0;
    }
/*======== . parallax section Styles ===========*/
.parallax-section {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}



.contact-form-wrap h3 {
    color: #282828;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 24px;
}

.contact-form-wrap p:last-child {
    margin-bottom: 0;
}

.contact-form-wrap input,
.contact-form-wrap textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #DFDFDF;
    display: block;
    padding-left: 20px;
    font-size: 15px;
    font-family: 'PT Serif', sans-serif;
    font-style: italic;
    outline: none;
}

.contact-form-wrap textarea {
    height: 120px;
    padding-top: 10px;
}

.contact-form-wrap button {
    border: none;
    outline: none;
    color: #fff;
    background: #1BC3F3;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 26px;
    margin-top: 10px;
}

    .contact-form-wrap button:hover {
        background: #FFAE00;
        color: #2A2D34;
    }

.contact-form-wrap input.error,
.contact-form-wrap textarea.error {
    border: 1px solid red;
}

.contact-form-wrap label.error {
    display: none !important;
}

.contact-form-wrap .success {
    font-family: 'PT Serif', sans-serif;
    color: #1BC3F3;
    font-style: italic;
    font-size: 18px;
    line-height: 21px;
}
/*======== 18. footer home Styles ===========*/
footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #161616;
}

.footer h3 {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    padding: 9px 45px;
}

.footer-menu ul {
    border-bottom: 1px solid #343434;
    display: inline-block;
}

    .footer-menu ul li {
        display: inline;
    }

        .footer-menu ul li a {
            display: inline-block;
            color: #ffffff;
            font-size: 14px;
            font-family: 'Open Sans';
            text-transform: uppercase;
            line-height: 20px;
            padding: 0 4px;
        }

            .footer-menu ul li a:hover {
                color: #C60606;
            }

.footer p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    line-height: 50px;
}

.footer-copyright a {
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
}

    .footer-copyright a:hover {
        color: #C60606;
    }

.footer-copyright p {
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
}


/*======== header v2 Styles ===========*/
.header-v2-wrap.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
/*======== . top bar Styles ===========*/
#top-bar {
    background: #2A2A2A;
    padding: 15px 0;
}

    #top-bar .call-back span {
        color: #fff;
        font-style: italic;
        font-family: 'PT Serif', sans-serif;
        font-size: 15px;
    }
    /*#top-bar .call-back a:hover {
  color: #C60606;
}*/


    #top-bar .call-back .fa {
        background: #C60606;
        color: #2A2A2A;
        width: 20px;
        height: 20px;
        margin-right: 15px;
        border-radius: 5px;
        text-align: center;
        line-height: 28px;
    }

    #top-bar .contact-info li {
        display: inline;
    }

        #top-bar .contact-info li:last-child {
            padding-right: 0;
        }

        #top-bar .contact-info li span {
            display: inline-block;
            color: #fff;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            padding: 0 15px;
        }
            /*#top-bar .contact-info li a:hover {
  color: #C60606;
}*/


            #top-bar .contact-info li span .fa {
                font-size: 15px;
                margin-right: 10px;
            }
/*======== header inner Styles ===========*/
.header-inner {
    background: #C60606;
}

    .header-inner .logo {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .header-inner .logo h3 {
        color: #fff;
        position: relative;
        text-transform: uppercase;
        font-size: 20px;  
        display: inline-block;
        font-weight: bold;
        padding: 9px 4px;
    }

    .header-inner .main-menu {
        background-color: transparent;
    }

    .header-inner .navbar-collapse.collapse {
        display: inline-block !important;
        margin-bottom: -7px;
        padding: 0;
    }

    .header-inner .navbar-collapse > ul > li {
        line-height: 100px;
    }

    .header-inner .main-menu .navbar-collapse > ul > li.current > a,
    .header-inner .main-menu .navbar-collapse > ul > li:hover > a {
        color: #2A2A2A;
    }

    .header-inner .navbar-header {
        margin: 27px 0;
    }
/*======== page title Styles ===========*/
#page-title {
    background-size: cover;
    background-position: center center;
    padding: 15px 0 90px 0;
}

    #page-title h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        background: #2A2A2A;
        border-bottom: 4px solid #ECAC48;
        display: inline-block;
        font-weight: bold;
        padding: 9px 45px;
    }
/*======== about page content Styles ===========*/
#about-page-content {
    padding: 80px 0;
}

.about-page-text .section-title h2 {
    margin-bottom: 40px;
}

.about-page-text p {
    color: #808080;
    margin-bottom: 28px;
}

    .about-page-text p:last-child {
        margin-bottom: 0;
    }
/*======== property highlight text Styles ===========*/
.property-highlight-text ul.facility-list {
    display: table-cell;
    padding-right: 120px;
}

    .property-highlight-text ul.facility-list:last-child {
        padding-right: 0;
    }

    .property-highlight-text ul.facility-list li {
        color: #282828;
        font-weight: 600;
        line-height: 38px;
    }

        .property-highlight-text ul.facility-list li .fa {
            font-size: 15px;
            color: #808080;
            margin-right: 10px;
        }

#property-highlight.about-page {
    background: #F1F1F1;
}

    #property-highlight.about-page .section-title > span {
        color: #7E7E7E;
    }

    #property-highlight.about-page .section-title h2 {
        color: #282828;
    }

/*======== featured option Styles ===========*/
.featured-option {
    background: #F1F1F1;
    padding: 20px 0;
}

.single-featured-option .icon-holder,
.single-featured-option .content {
    display: table-cell;
}

    .single-featured-option .icon-holder .fa {
        color: #25B5FF;
        font-size: 22px;
        border: 2px solid #25B5FF;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        line-height: 48px;
    }

.single-featured-option .content {
    vertical-align: top;
    padding-left: 20px;
}

    .single-featured-option .content h4 {
        color: #383838;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }

    .single-featured-option .content p {
        margin-top: 15px;
        color: #2A2A2A;
    }


/*======== gallery page one Styles ===========*/
#gallery.gallery-page-one {
    padding-top: 10px;
    padding-bottom: 50px;
}
/*======== gallery page two Styles ===========*/
#gallery.gallery-page-two {
    padding-top: 10px;
    padding-bottom: 0px;
}

.gallery-page-two .image-gallery .single-gallery {
    margin: 0;
    padding: 0;
}

    .gallery-page-two .image-gallery .single-gallery .img-holder {
        display: block;
    }

    .gallery-page-two .image-gallery .single-gallery img {
        width: 100%;
        height: 100%;
    }
/*======== gallery page three Styles ===========*/
#gallery.gallery-page-three {
    padding-top: 0px;
    padding-bottom: 50px;
}

    #gallery.gallery-page-three .gallery-filter {
        margin-top: 0;
    }

.gallery-page-three .image-gallery .single-gallery:hover .img-holder img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-page-three .image-gallery .single-gallery:hover .img-holder .content .title-holder {
    background: #C60606;
}

    .gallery-page-three .image-gallery .single-gallery:hover .img-holder .content .title-holder h4 {
        color: #fff;
    }

.gallery-page-three .image-gallery .single-gallery:hover .img-holder .content .link-view {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery-page-three .image-gallery .single-gallery .img-holder {
    display: block;
    text-align: right;
    padding-bottom: 20px;
}

    .gallery-page-three .image-gallery .single-gallery .img-holder .content .image-view {
        background: rgba(0, 0, 0, 0.65);
    }

    .gallery-page-three .image-gallery .single-gallery .img-holder .content .link-view {
        top: 24.8%;
        bottom: auto;
        background: rgba(0, 0, 0, 0.65);
        opacity: 0;
        filter: alpha(opacity=0);
        height: 69%;
    }

    .gallery-page-three .image-gallery .single-gallery .img-holder .content .title-holder {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        text-align: left;
        width: 100%;
        height: 60px;
        left: 60px;
        top: auto;
        display: block;
        background: #2A2A2A;
        bottom: 0;
        z-index: 3;
        padding-left: 30px;
    }

        .gallery-page-three .image-gallery .single-gallery .img-holder .content .title-holder h4 {
            display: block;
            line-height: 60px;
            font-size: 16px;
            color: #7E7E7E;
        }


/*======== preise box Styles ===========*/

#preise {
    background: #EAEBED;
    padding: 50px 0;
}


    #preise .preise-text h4 {
        font-size: 18px;
        line-height: 18px;
        color: #444444;
        font-family: 'PT Serif', sans-serif;
        font-weight: bold;
        /* font-style: italic;*/
        /*text-transform: uppercase;*/
        margin-top: 10px;
    }

        #preise .preise-text h4.certificate {
            font-size: 16px;
            line-height: 18px;
            color: #444444;
            font-family: 'PT Serif', sans-serif;
            font-weight: bold;
            /* font-style: italic;*/
            text-transform: uppercase;
            margin-top: 10px;
        }

    #preise .preise-text p.certificate {
        font-size: 16px;
        line-height: 20px;
        color: #444444;
        font-family: 'PT Serif', sans-serif;
        /* font-style: italic;*/
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #preise .preise-text p {
        font-size: 14px;
        line-height: 18px;
        color: #444444;
        margin-bottom: 30px;
    }

    #preise .preise-text {
        padding-left: 50px;
    }

    #preise .contact-text {
        font-size: 16px;
        line-height: 26px;
        color: #444444;
        font-family: 'PT Serif', sans-serif;
        margin-top: 0px;
    }


    #preise .section-title h2 {
        font-family: 'Raleway', sans-serif;
        color: #444444;
        font-size: 22px;
        text-transform: uppercase;
        line-height: 22px;
        font-weight: 800;
        display: block;
    }

        #preise .section-title h2 span {
            display: block;
        }

        #preise .section-title h2:after {
            content: ' ';
            background: #C60606;
            height: 2px;
            width: 85px;
            display: inline-block;
        }


    #preise .img-holder {
        position: relative;
        margin-top: 20px;
    }

        #preise .img-holder:before {
            content: '';
            border: 2px solid #FFFFFF;
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 10px;
        }




/*======== featured option two Styles ===========*/
.featured-option.style-two {
    padding-bottom: 10px;
}

    .featured-option.style-two .section-title {
        margin-bottom: 45px;
    }

    .featured-option.style-two .icon-holder {
        width: 100px;
    }

    .featured-option.style-two .content {
        padding-left: 30px;
    }

        .featured-option.style-two .content h4 {
            font-size: 16px;
        }

        .featured-option.style-two .content p {
            font-size: 15px;
            margin-bottom: 0;
            margin-top: 10px;
        }

    .featured-option.style-two .single-featured-option {
        margin-bottom: 0px;
    }
/*======== sliding gallery Styles ===========*/
.sliding-gallery {
    padding-top: 80px;
}

    .sliding-gallery.dark-bg {
        background: #F2F2F2;
    }

#gallery.sliding-gallery {
    padding-bottom: 0;
}

.sliding-gallery .bx-wrapper {
    margin: 0;
}

    .sliding-gallery .bx-wrapper .bx-viewport {
        border: none;
        box-shadow: none;
        left: 0;
        margin: 0;
        padding: 0;
    }

.sliding-gallery .section-title {
    margin-bottom: 45px;
}

.sliding-gallery .image-gallery .single-gallery {
    padding: 0;
    margin: 0;
}

    .sliding-gallery .image-gallery .single-gallery .img-holder {
        display: block;
    }
/*======== two side background Styles ===========*/
.two-side-background {
    position: relative;
    background: #F9F9F9;
    overflow: hidden;
}

    .two-side-background.dark-bg {
        background: #2A2A2A;
    }

    .two-side-background [class*='white-'] {
        position: relative;
        z-index: 99;
    }

        .two-side-background [class*='white-']:after {
            content: '';
            width: 2000px;
            position: absolute;
            top: 0;
            height: 100%;
            background: #fff;
            z-index: -1;
        }

    .two-side-background .white-right:after {
        left: -15px;
    }

    .two-side-background .white-left:after {
        right: -15px;
    }

/*======== sidebar Styles ===========*/
.sidebar-wrap {
    padding-left: 50px;
}

    .sidebar-wrap.left-side {
        padding: 0;
        padding-right: 50px;
    }

.single-sidebar {
    margin-bottom: 50px;
}

    .single-sidebar:last-child {
        margin-bottom: 0;
    }

    .single-sidebar h3 {
        font-size: 16px;
        line-height: 28px;
        color: #000000;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 22px;
    }

        .single-sidebar h3 span {
            display: block;
            margin-bottom: -5px;
        }

        .single-sidebar h3:after {
            content: '';
            width: 35px;
            height: 2px;
            background: #FFAE00;
            display: inline-block;
            margin-top: -5px;
        }

    .single-sidebar form {
        background: #2A2A2A;
        width: 100%;
        height: 45px;
    }

        .single-sidebar form input {
            border: none;
            outline: none;
            width: 87%;
            height: 100%;
            background: none;
            line-height: 45px;
            padding-left: 20px;
            color: #ccc;
        }

        .single-sidebar form button {
            border: none;
            background: none;
            outline: none;
            color: #CCCCCC;
            font-size: 16px;
            line-height: 45px;
        }

    .single-sidebar .categories li a {
        color: #808080;
        font-size: 14px;
        line-height: 44px;
        display: block;
        border-bottom: 1px solid #E1E1E1;
        position: relative;
    }

        .single-sidebar .categories li a:hover {
            color: #FFAE00;
        }

            .single-sidebar .categories li a:hover:before {
                color: #FFAE00;
            }

    .single-sidebar .categories li:last-child a {
        border: none;
    }

    .single-sidebar .categories li a:before {
        content: '\f105';
        font-family: 'FontAwesome';
        color: #808080;
        margin-right: 15px;
    }

    .single-sidebar .popular-post li {
        margin-bottom: 30px;
    }

        .single-sidebar .popular-post li:last-child {
            margin-bottom: 0;
        }

    .single-sidebar .popular-post .img-holder {
        width: 120px;
    }

    .single-sidebar .popular-post .img-holder,
    .single-sidebar .popular-post .content {
        display: table-cell;
    }

    .single-sidebar .popular-post .content {
        vertical-align: top;
        padding-left: 30px;
    }

    .single-sidebar .popular-post li h4 {
        color: #000000;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

        .single-sidebar .popular-post li h4 a {
            color: #000;
            text-transform: uppercase;
        }

            .single-sidebar .popular-post li h4 a:hover {
                color: #FFAE00;
            }

    .single-sidebar .popular-post span {
        color: #999999;
        font-size: 13px;
        line-height: 29px;
    }

    .single-sidebar .tag-cloud {
        font-size: 0;
        margin-bottom: -10px;
    }

        .single-sidebar .tag-cloud li {
            display: inline-block;
        }

            .single-sidebar .tag-cloud li a {
                display: block;
                font-size: 13px;
                color: #A3A3A3;
                text-transform: uppercase;
                border: 1px solid #E2E2E2;
                padding: 7px 22px;
                margin-right: 10px;
                margin-bottom: 10px;
            }

                .single-sidebar .tag-cloud li a:hover {
                    background: #FFAE00;
                    color: #fff;
                    border-color: #ffae00;
                }

    .single-sidebar .agent-box {
        position: relative;
        display: inline-block;
        text-align: center;
    }

        .single-sidebar .agent-box:before {
            content: '';
            position: absolute;
            top: 8px;
            left: 8px;
            right: 8px;
            bottom: 8px;
            /*border: 2px solid #fff;*/
        }

        .single-sidebar .agent-box .name {
            width: 100%;
            position: absolute;
            bottom: 10px;
            left: 0;
        }

            .single-sidebar .agent-box .name h4 {
                display: inline-block;
                color: #fff;
                font-family: 'PT Serif';
                font-style: italic;
                font-size: 16px;
                background: rgba(22, 22, 22, 0.7);
                padding: 7px 45px;
            }

    .single-sidebar .villa-features {
        font-size: 0;
        margin-bottom: -30px;
    }

        .single-sidebar .villa-features li {
            display: inline-block;
            width: 120px;
            text-align: center;
            margin-right: 30px;
            padding: 10px 0;
            margin-bottom: 30px;
            border: 1px solid #fff;
            background: #fff;
        }

        .single-sidebar .villa-features i:before {
            margin: 0;
            color: #FFAE00;
            font-size: 54px;
            display: block;
            margin-top: 20px;
        }

        .single-sidebar .villa-features h4 {
            margin-top: 20px;
            margin-bottom: 4px;
            text-transform: uppercase;
            color: #282828;
            font-size: 14px;
            font-weight: bold;
            line-height: 22px;
        }

        .single-sidebar .villa-features span {
            font-family: 'PT Serif', sans-serif;
            font-size: 32px;
            line-height: 38px;
            font-style: italic;
        }

.dark-bg .single-sidebar h3 {
    color: #fff;
}

.dark-bg .single-sidebar .categories li a {
    color: #A2A2A2;
    border-color: #515151;
}

    .dark-bg .single-sidebar .categories li a:before {
        color: #a2a2a2;
    }

    .dark-bg .single-sidebar .categories li a:hover:before {
        color: #FFAE00;
    }

    .dark-bg .single-sidebar .categories li a:hover {
        color: #FFAE00;
    }

.dark-bg .single-sidebar .popular-post li span {
    color: #FFAE00;
}

.dark-bg .single-sidebar .popular-post li h4 a {
    color: #A2A2A2;
}

    .dark-bg .single-sidebar .popular-post li h4 a:hover {
        color: #FFAE00;
    }

.dark-bg .single-sidebar form {
    background: #212121;
}

.dark-bg .single-sidebar .tag-cloud li a {
    border-color: #515151;
    color: #A2A2A2;
    background: #212121;
}

    .dark-bg .single-sidebar .tag-cloud li a:hover {
        color: #fff;
        background: #FFAE00;
        border-color: #FFAE00;
    }

.dark-bg .single-sidebar .villa-features li {
    background: #212121;
    border-color: #515151;
}

.dark-bg .single-sidebar .villa-features h4 {
    color: #fff;
}

.dark-bg .single-sidebar .villa-features span {
    color: #fff;
}
/*======== pagination Styles ===========*/
.right-side .pagination {
    padding-left: 20px;
}

.pagination {
    display: block;
}

    .pagination ul {
        font-size: 0;
    }

        .pagination ul li {
            display: inline-block;
        }

            .pagination ul li span,
            .pagination ul li a {
                color: #2A2A2A;
                border: 1px solid #2a2a2a;
                font-size: 15px;
                line-height: 20px;
                padding: 7px 15px;
                margin-right: 15px;
                font-family: 'PT Serif';
                font-style: italic;
            }

                .pagination ul li a:hover {
                    background: #FFAE00;
                    border-color: #FFAE00;
                    color: #fff;
                }

            .pagination ul li span {
                background: #2A2A2A;
                color: #fff;
            }
/*======== single page content Styles ===========*/


.single-page-content .dt {
    display: table;
}

.single-page-content .dtc {
    display: table-cell;
    vertical-align: middle;
}

.single-page-content .image-content-holder {
    width: 68%;
}

    .single-page-content .image-content-holder p {
        margin-bottom: 30px;
    }

        .single-page-content .image-content-holder p:last-child {
            margin-bottom: 0;
        }

.single-page-content hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border-color: #d4d4d4;
}

.single-page-content .left-content .image-content-holder {
    padding-left: 30px;
}

.single-page-content .right-content .image-content-holder {
    padding-right: 30px;
}

.single-page-content ul.list-item {
    padding-top: 0;
    padding-bottom: 50px;
    padding-right: 100px;
}

    .single-page-content ul.list-item:last-child {
        padding-right: 0;
    }

.single-page-content h3 {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.single-page-content ul.list-item.style-two li {
    color: #C60606;
}

    .single-page-content ul.list-item.style-two li:before {
        content: '\f105';
    }

.single-page-content ul.list-item li {
    display: block;
    color: #6D6D6D;
    font-style: italic;
    line-height: 34px;
}

    .single-page-content ul.list-item li:before {
        content: '\f0a9';
        font-family: 'FontAwesome';
        color: #C60606;
        font-size: 16px;
        margin-right: 10px;
        font-style: normal;
    }



/*======== hidden bar Styles ===========*/
.hidden-bar {
    position: fixed;
    top: 0;
    right: -150%;
    width: 350px;
    height: 100%;
    background: #212121;
    z-index: 9999;
}

    .hidden-bar .hidden-bar-closer {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: -20px;
        background: #000;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 999999;
    }

        .hidden-bar .hidden-bar-closer:hover {
            background: #fff;
        }

            .hidden-bar .hidden-bar-closer:hover .btn {
                color: #C60606;
            }

        .hidden-bar .hidden-bar-closer .btn {
            background-color: transparent;
            border: none;
            outline: none;
            font-size: 20px;
        }

.hidden-bar-wrapper {
    height: 100%;
}

.hidden-bar .logo {
    padding: 50px 0 50px;
}

.hidden-bar .logo h3 {
        color: #fff;
        position: relative;
        text-transform: uppercase;
        font-size: 20px;  
        display: inline-block;
        font-weight: bold;
        padding: 9px 45px;
    }

.hidden-bar .main-menu {
    background-color: transparent;
    padding: 0;
}

    .hidden-bar .main-menu ul li ul a {
        background: #161616;
    }

    .hidden-bar .main-menu ul li ul li ul li a {
        background: #1C1C1C;
    }

    .hidden-bar .main-menu a.current {
        color: #C60606;
    }

    .hidden-bar .main-menu li.current > a {
        color: #C60606;
    }

    .hidden-bar .main-menu ul li a {
        background: #212121;
        color: #fff;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        border-top: 1px solid #2B2B2B;
        border-bottom: 1px solid #2B2B2B;
        padding: 10px 0;
        position: relative;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        .hidden-bar .main-menu ul li a:hover {
            background: #1C1C1C;
            color: #C60606;
        }

        .hidden-bar .main-menu ul li a .btn.expander {
            background: #161616;
            color: #fff;
            border: 1px solid #2B2B2B;
            padding: 3px 10px;
            font-size: 10px;
            border-radius: 7px;
            position: absolute;
            top: 10px;
            right: 35px;
            outline: none;
        }
/*======== stricky header Styles ===========*/
.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

    .stricky-fixed #top-bar {
        /*display: none;
  visibility: 100%;*/
    }
/*
.stricky-fixed .header-inner .navbar-collapse > ul > li {
  line-height: 72px;
}
.stricky-fixed .header-inner .navbar-header {
  margin: 13px 0;
}
.stricky-fixed .header-inner .logo {
  margin-top: 14px;
  margin-bottom: 14px;
}
.stricky-fixed .header-inner .logo img {
  width: 200px;
}
.stricky-fixed .header-inner {
  background: rgba(232, 162, 12, 0.8);
  background: rgba(42, 42, 42, 0.8);
  background: #C60606;
}
.stricky-fixed .header-inner .main-menu .navbar-collapse > ul > li.current > a,
.stricky-fixed .header-inner .main-menu .navbar-collapse > ul > li:hover > a {
  color: #FFFFFFF;
}*/



/*======== header v3 update Styles ===========*/

.header-inner.header-v3 {
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
}

.header-v3 .main-menu .navbar-collapse > ul > li > a {
    color: #2A2A2A;
}

.header-v3 .main-menu .navbar-collapse > ul > li.dropdown > a:after {
    color: #2A2A2A;
}

.header-v3 .main-menu .navbar-collapse > ul > li.dropdown:hover > a:after,
.header-v3 .main-menu .navbar-collapse > ul > li.dropdown.current > a:after {
    color: #E6A213;
}

.header-v3 .navbar-header .navbar-toggle span {
    background: #2A2A2A;
}

.header-inner.header-v3 .main-menu .navbar-collapse > ul > li.current > a,
.header-inner.header-v3 .main-menu .navbar-collapse > ul > li:hover > a {
    color: #E6A213;
}


/*======== banner style two Styles ===========*/


#banner.style-two .porperty-details .address,
#banner.style-two .porperty-details .options {
    border-color: #000000;
}

#banner.style-two .porperty-details .address {
    border-top: 0;
}

#banner.style-two .porperty-details {
    position: relative;
    padding-top: 115px;
    padding-bottom: 160px;
}

    #banner.style-two .porperty-details .clearfix {
        position: relative;
    }

    #banner.style-two .porperty-details:before {
        content: ' ';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 2000px;
        background: #2A2A2A url(../img/resources/banner-bg.jpg) no-repeat 0 0;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    #banner.style-two .porperty-details .address p {
        font-size: 20px;
        font-weight: 600;
    }

    #banner.style-two .porperty-details .number {
        font-family: 'PT Serif', sans-serif !important;
        font-style: italic;
    }

    #banner.style-two .porperty-details .options ul li {
        font-size: 20px;
        font-weight: bold;
    }

    #banner.style-two .porperty-details .price b.price-number {
        color: #C60606;
        font-size: 46px;
        font-weight: normal;
    }

    #banner.style-two .porperty-details a.schedule-visit {
        background: #C60606;
        margin-left: 32px;
    }

        #banner.style-two .porperty-details a.schedule-visit:hover {
            background: #1BC3F3;
        }



/* #banner-style-two style */

#banner-style-two {
    padding: 130px 0;
    position: relative;
    background: #fff url(../img/banner-style-two/1.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

    #banner-style-two:before {
        content: '';
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
    }

    #banner-style-two .container {
        position: relative;
        z-index: 99;
    }

    #banner-style-two .make-appointment {
        width: 325px;
        padding: 0 30px;
        background: rgba(239,241,242,.9);
    }

        #banner-style-two .make-appointment .top-header {
            margin-left: -30px;
            margin-right: -30px;
            text-align: center;
            border-top: 2px solid #C60606;
            background: #2A2A2A;
        }

            #banner-style-two .make-appointment .top-header h3 {
                margin: 0;
                font-size: 22px;
                font-weight: bold;
                color: #C60606;
                text-transform: uppercase;
                letter-spacing: 0;
                line-height: 70px;
            }

        #banner-style-two .make-appointment .contact-form-wrap {
            padding-top: 30px;
            padding-bottom: 30px;
            text-align: center;
            position: relative;
        }

            #banner-style-two .make-appointment .contact-form-wrap button[type='submit'] {
                background: #C60606;
                border-radius: 5px;
                color: #000000;
                text-transform: uppercase;
                font-size: 16px;
                border: none;
                padding: 11px 26px;
            }

                #banner-style-two .make-appointment .contact-form-wrap button[type='submit']:hover {
                    background: #2A2A2A;
                    color: #fff;
                }

            #banner-style-two .make-appointment .contact-form-wrap input {
                height: 40px;
            }

            #banner-style-two .make-appointment .contact-form-wrap button.Zebra_DatePicker_Icon_Inside {
                background-image: url(zebra-datepicker/calendar.png);
                background-repeat: no-repeat;
                background-position: center center;
                padding: 0;
                top: 2px !important;
                left: 0px !important;
                opacity: 0;
            }

            #banner-style-two .make-appointment .contact-form-wrap textarea {
                height: 100px;
            }

    #banner-style-two .banner-content {
        padding: 0;
        margin-top: 65px;
    }

        #banner-style-two .banner-content h1 {
            font-size: 60px;
            line-height: 60px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 25px;
        }

        #banner-style-two .banner-content p {
            color: #fff;
            font-size: 25px;
            font-weight: 600;
            margin: 0;
            line-height: 28px;
            font-style: italic;
            margin-bottom: 25px;
        }

            #banner-style-two .banner-content p.amount {
                color: #fff;
                font-size: 25px;
                line-height: 28px;
                font-style: normal;
                font-weight: bold;
            }

        #banner-style-two .banner-content .number {
            font-size: 35px;
            line-height: 28px;
            color: #C60606;
            letter-spacing: 0;
            font-weight: bold;
        }

        #banner-style-two .banner-content a {
            font-size: 16px;
            line-height: 26px;
            color: #000000;
            font-weight: bold;
            display: inline-block;
            background: #C60606;
            border-radius: 5px;
            padding: 13px 30px;
            text-transform: uppercase;
            margin-left: 34px;
        }

            #banner-style-two .banner-content a i {
                font-size: 18px;
                color: #000000;
                margin-left: 15px;
            }

    #banner-style-two .banner-content-box {
        border-left: 2px solid #C60606;
        padding-left: 30px;
        margin-bottom: 50px;
    }

    #banner-style-two .banner-content a:hover {
        background: #000;
        color: #fff;
    }

        #banner-style-two .banner-content a:hover i {
            color: #fff;
        }



/* kontakt styles */

#kontakt {
    position: relative;
    padding: 50px 0;
}

    #kontakt:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: ' ';
        background: #fff;
        opacity: .8;
        filter: alpha(opacity=80);
    }

    #kontakt .kontakt-text h4 {
        font-size: 18px;
        line-height: 18px;
        color: #444444;
        font-family: 'PT Serif', sans-serif;
        font-weight: bold;
        /* font-style: italic;*/
        /*text-transform: uppercase;*/
        margin-top: 10px;
    }

        #kontakt .kontakt-text h4.certificate {
            font-size: 16px;
            line-height: 18px;
            color: #444444;
            font-family: 'PT Serif', sans-serif;
            font-weight: bold;
            /* font-style: italic;*/
            text-transform: uppercase;
            margin-top: 10px;
        }

    #kontakt .kontakt-text p.certificate {
        font-size: 16px;
        line-height: 20px;
        color: #444444;
        font-family: 'PT Serif', sans-serif;
        /* font-style: italic;*/
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #kontakt .kontakt-text p {
        font-size: 14px;
        line-height: 18px;
        color: #444444;
        margin-bottom: 30px;
    }

    #kontakt .kontakt-text {
        padding-left: 50px;
    }

    #kontakt .contact-text {
        font-size: 16px;
        line-height: 26px;
        color: #444444;
        font-family: 'PT Serif', sans-serif;
        margin-top: 0px;
    }


    #kontakt .section-title h2 {
        font-family: 'Raleway', sans-serif;
        color: #444444;
        font-size: 22px;
        text-transform: uppercase;
        line-height: 22px;
        font-weight: 800;
        display: block;
    }

        #kontakt .section-title h2 span {
            display: block;
        }

        #kontakt .section-title h2:after {
            content: ' ';
            background: #C60606;
            height: 2px;
            width: 350px;
            display: inline-block;
        }


    #kontakt .img-holder {
        position: relative;
        margin-top: 20px;
    }

        #kontakt .img-holder:before {
            content: '';
            border: 2px solid #FFFFFF;
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 10px;
        }





/* lage styles */

#lage {
    background: #EAEBED;
    padding: 50px 0;
}

    #lage .lage-text h4 {
        font-size: 16px;
        line-height: 18px;
        color: #444444;
        font-family: 'PT Serif', sans-serif;
        font-weight: bold;
        /* font-style: italic;*/
        text-transform: uppercase;
        margin-top: 10px;
    }

    #lage .lage-text p {
        font-size: 16px;
        line-height: 18px;
        color: #444444;
        font-family: 'PT Serif', sans-serif;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #lage .lage-text {
        padding-left: 50px;
    }

    #lage .contact-text {
        font-size: 16px;
        line-height: 26px;
        color: #444444;
        font-family: 'PT Serif', sans-serif;
        margin-top: 0px;
    }


    #lage .section-title h2 {
        font-family: 'Raleway', sans-serif;
        color: #444444;
        font-size: 22px;
        text-transform: uppercase;
        line-height: 22px;
        font-weight: 800;
        display: block;
    }

        #lage .section-title h2 span {
            display: block;
        }

        #lage .section-title h2:after {
            content: ' ';
            background: #C60606;
            height: 2px;
            width: 85px;
            display: inline-block;
        }


    #lage .img-holder {
        position: relative;
        margin-top: 20px;
    }



/* pop up modal styles */

#contact-agent-modal .modal-dialog {
}

    #contact-agent-modal .modal-dialog .modal-header {
        background: #C60606;
        padding: 19px 0;
        position: relative;
    }

        #contact-agent-modal .modal-dialog .modal-header .close {
            position: absolute;
            right: 40px;
            top: 18px;
            line-height: 32px;
            color: #000000;
            width: 32px;
            height: 32px;
            background: white;
            opacity: 1;
            border-radius: 50%;
            margin: 0;
            z-index: 9999999;
            text-indent: 1px;
        }

        #contact-agent-modal .modal-dialog .modal-header h4 {
            color: #ffffff;
            font-size: 22px;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0;
        }

    #contact-agent-modal .modal-dialog .modal-body {
        padding: 0;
    }

    #contact-agent-modal .modal-dialog .modal-content {
        border-radius: 0;
    }

#contact-agent-modal .modal-agent-info-box {
    padding: 0 40px;
    margin-top: -40px;
}

    #contact-agent-modal .modal-agent-info-box .img-holder,
    #contact-agent-modal .modal-agent-info-box .content {
        display: table-cell;
        vertical-align: middle;
    }

    #contact-agent-modal .modal-agent-info-box .img-holder {
        width: 141px;
        border-radius: 50%;
    }

    #contact-agent-modal .modal-agent-info-box .content {
        padding-left: 20px;
    }

        #contact-agent-modal .modal-agent-info-box .content h3 {
            margin-top: 10px;
            margin-bottom: 11px;
        }

        #contact-agent-modal .modal-agent-info-box .content .name {
            font-size: 16px;
            font-weight: bold;
            font-family: 'PT Serif', sans-serif;
            text-transform: uppercase;
            /*font-style: italic;*/
            color: #444444;
        }

        #contact-agent-modal .modal-agent-info-box .content .position {
            font-size: 15px;
            font-family: 'PT Serif', sans-serif;
            font-style: italic;
            color: #7E7E7E;
        }

        #contact-agent-modal .modal-agent-info-box .content p {
            font-size: 16px;
            font-family: 'PT Serif', sans-serif;
            /*font-style: italic;*/
            color: #2A2A2A;
            font-weight: 300;
        }

#contact-agent-modal .modal-contact-form {
    padding: 30px 40px 55px;
}

    #contact-agent-modal .modal-contact-form .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        #contact-agent-modal .modal-contact-form .row [class^="col-"],
        #contact-agent-modal .modal-contact-form .row [class*="col-"] {
            padding: 0 10px;
        }

    #contact-agent-modal .modal-contact-form .contact-form-wrap textarea {
        height: 90px;
    }

    #contact-agent-modal .modal-contact-form .contact-form-wrap button {
        margin-top: 0;
        width: 100%;
        text-align: center;
        background: #282828;
        color: #fff;
        font-size: 16px;
        padding: 8px 0;
    }


/* slider banner styles */

#slider-banner .property-details {
    background: url(../img/resources/rev-banner-slider-bg.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 300px;
    border-radius: 5px;
    text-align: center;
}

    #slider-banner .property-details .inner-border {
        position: relative;
        padding-bottom: 65px;
    }

        #slider-banner .property-details .inner-border:before {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border: 1px solid #4B4A48;
            border-radius: 5px;
        }

    #slider-banner .property-details .address p {
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 600;
        word-wrap: break-word;
        text-align: left;
    }

    #slider-banner .property-details .options ul li {
        font-size: 16px;
        line-height: 44px;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
    }

    #slider-banner .property-details .address {
        padding: 45px 0px 25px;
        margin: 0 32px;
        border-top: 1px solid #1C1919;
        border-bottom: 1px solid #1C1919;
    }

        #slider-banner .property-details .address p {
            font-size: 16px;
            line-height: 26px;
            color: #FFFFFF;
            font-size: 20px;
            font-weight: 600;
            margin: 0;
        }

    #slider-banner .property-details .options {
        padding: 22px 0px;
        margin: 0 32px;
        border-bottom: 1px solid #1C1919;
    }

        #slider-banner .property-details .options ul li {
            font-size: 16px;
            line-height: 44px;
            color: #fff;
            text-transform: uppercase;
            font-size: 20px;
            font-weight: bold;
        }

    #slider-banner .property-details .price {
        padding: 17px 0px;
        margin: 0 32px;
        text-align: left;
    }

    #slider-banner .property-details .number {
        font-family: 'PT Serif', sans-serif !important;
        font-style: italic;
    }

    #slider-banner .property-details .price label {
        display: block;
        color: #fff;
        font-size: 25px;
        line-height: 45px;
        font-weight: 600;
    }

    #slider-banner .property-details .price b {
        font-weight: bold;
        font-size: 38px;
        line-height: 45px;
        color: #C60606;
        color: #C60606;
        font-size: 46px;
        font-weight: normal;
    }

    #slider-banner .property-details a.schedule-visit {
        font-size: 16px;
        line-height: 26px;
        color: #000000;
        font-weight: bold;
        display: inline-block;
        background: #C60606;
        border-radius: 5px;
        padding: 13px 30px;
        margin-top: 58px;
        text-transform: uppercase;
        transition: all .3s ease;
        position: relative;
    }

        #slider-banner .property-details a.schedule-visit i {
            font-size: 18px;
            color: #000000;
            margin-left: 15px;
        }

        #slider-banner .property-details a.schedule-visit:hover {
            background: #1bc3f3;
            color: #fff;
        }

            #slider-banner .property-details a.schedule-visit:hover i {
                color: #fff;
            }

#slider-banner .tp-bullets {
    display: none !important;
}


/* pop up single gallery item styles */

#single-gallery-modal .modal-dialog {
}

    #single-gallery-modal .modal-dialog .modal-header {
        background: #E8A618;
        padding: 19px 0;
        position: relative;
    }

        #single-gallery-modal .modal-dialog .modal-header .close {
            position: absolute;
            right: 40px;
            top: 18px;
            line-height: 32px;
            color: #000000;
            width: 32px;
            height: 32px;
            background: white;
            opacity: 1;
            border-radius: 50%;
            margin: 0;
            z-index: 9999999;
            text-indent: 1px;
        }

        #single-gallery-modal .modal-dialog .modal-header h4 {
            color: #000000;
            font-size: 22px;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0;
        }

    #single-gallery-modal .modal-dialog .modal-body {
        padding: 40px;
    }

        #single-gallery-modal .modal-dialog .modal-body p {
            font-size: 15px;
            color: #797979;
            line-height: 26px;
        }

        #single-gallery-modal .modal-dialog .modal-body ul li {
            font-size: 13px;
            color: #2B2B2B;
            font-weight: 600;
            line-height: 35px;
            text-transform: uppercase;
        }

            #single-gallery-modal .modal-dialog .modal-body ul li i {
                font-size: 13px;
                color: #EB9500;
                margin-right: 10px;
            }

@media only screen and (max-width: 767px) {
    .tparrows.preview4 {
        width: 40px;
        height: 40px;
    }
}