@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow|Oswald:400,300);
@import url(//fonts.googleapis.com/css?family=Kaushan+Script);

/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/


body {
    font-family: Montserrat, "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 21px;
    /*	font-weight: 300;*/
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased !important;
    vertical-align: baseline;
    background: #f7f7f9;
}
}

strong,
b {
    font-weight: 600;
}

ul,
ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

/* p {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 1.5em;
} */

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a,
a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
}


.white {
    color: #fff !important;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.btn-primary {
    background: #ff432e;
    border-color: #ff432e;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: transparent;
    border-color: #ff432e;
    color: #ff432e;
}

.btn-cancel {
    background: #222;
    border: 1px solid #222;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-cancel:hover {
    background: transparent;
    border-color: #222;
    color: #222;
}


/* Start Section Title */

.section-title {
    margin-bottom: 80px;
}

.section-title h2 {
    color: #111;
    font-size: 48px;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    text-transform: none;
}

.section-title p {
    //padding-bottom: 60px;
    color: #111;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}

/* End Section Title */


.page-header {
    background: url(../images/banner.jpg) no-repeat;
    padding: 50px 0;
    margin-top: 80px;
}

.page-header h1 {
    color: #fff;
}




/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/


.top-bar {
    background-color: #fff;
    /* border-bottom: 1px solid #f2f2f2; */
}

.top-bar a {
    color: #aaa;
}

.top-bar .contact-details {
    /* //border-left: 1px solid #f2f2f2;
    //padding-top: 8px; */
}

.top-bar .contact-details li {
    display: inline-block;
    padding: 5px 1px;
    /* font-size: 18px; */
    line-height: 32px;
    /* border-left: 1px solid #f2f2f2; */
}

.top-bar .contact-details li:last-child {
    /* border-right: 1px solid #f2f2f2; */
}

ul.contact-details {
    margin-left: 145px;
}

.top-bar .contact-details li a:before {
    color: #aaa;
}

.top-bar .contact-details li:first-child a:before {
    display: none;
}

.top-bar .contact-details li a {
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    line-height: 32px;
}


/* Top Bar Social */
ul.social-list li {
    float: right;
    border-left: 1px solid #f2f2f2;
}

ul.social-list li a {
    display: inline-block;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}

ul.social-list li:first-child {
    border-right: 1px solid #f2f2f2;
}

ul.social-list li a:hover {
    background: #FF432E;
}


ul.social-list li a i {
    font-size: 14px;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


ul.social-list li a:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
    color: #fff;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(40%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-40%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(40%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-40%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(40%);
    }

    50% {
        opacity: 0;
        transform: translate(-40%);
    }

    51% {
        opacity: 1;
    }
}







/* ----------------------------------------------------------------*/
/* Start Navigation Section */
/* ----------------------------------------------------------------*/
.navbar-logo .sulfur-logo-text {
    margin-top: 15px !important;
}

.navb {
    background: #fff;
    border-top: 10px solid #a58243;
    border-bottom: 1px solid #f2f2f2;
}

.prop-wrap {
    width: 500px;
}

.content-area {
    line-height: 1.5;
    font-size: .85rem;
    color: #736c68;
    letter-spacing: .01rem;
}

.navbar {
    margin-bottom: 0;
    background: #fff;
    /* border-bottom: 1px solid #f2f2f2 !important; */
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.navbar-brand {
    position: relative;
    /* padding: 27px 0; */
    padding-top: 0;
    margin: 0 !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a.navbar-brand {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    font-size: 40px;
    padding-top: 20px;
    color: #ff432e !important;
}

.navbar-default .navbar-nav {
    margin-right: 10px !important;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>li {
    margin-left: 1px;
}

.navbar-default .navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #6b6b6b;
    display: block;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    height: 30px;
    padding-bottom: 20px;
    /* padding: 25px 15px 30px; */
    overflow: hidden;
    border-top: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav>li>a i {
    padding-left: 10px;
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li:hover>a {
    border-bottom: 2px solid #a58243;
    color: #a58243;
    /* background: #FF432E; */
    /* //padding: 25px 15px 30px; */
}

.navbar-default .navbar-nav>li>a i {
    margin: 0 -2px 0 -5px;
}

/*add-2020 navbar center*/
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}


.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 97%;
    width: 180px;
    background-color: #fff;
    border-top: 3px solid #FF432E;
    visibility: hidden;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav>li.drop:hover .dropdown {
    visibility: visible;
    opacity: 1;
}

.dropdown li,
.sup-dropdown li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown li:first-child,
.sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a,
.sup-dropdown li a {
    display: block;
    color: #6b6b6b;
    font-size: 14px;
    padding: 10px 12px;
    text-decoration: none;
    //text-transform: uppercase;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}


.dropdown>li:hover>a,
.sup-dropdown li:hover>a {
    background: #FF432E;
    color: #fff;
}

.dropdown li a.active,
.sup-dropdown li a.active {
    background: #FF432E;
    color: #fff;
}

.dropdown li a i {
    margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
    background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}


.img-border {
    outline: 1px solid white;
    outline-offset: -10px;
    object-position: center center;
    display: block;
}

@media only screen and (min-width: 900px) {

    .formob {
        display: none
    }

    .text_col {
        padding-top: 150px;
    }

    .btn_b {
        margin-top: 10px;
    }


    .ouhot-member .ouhot-details {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        /* padding: 0 2px; */
        opacity: 1;
        /* text-align: left; */
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    /* .form-avail{ */
    /* position: relative; */
    /* right: 0; */
    /* margin: 0px; */
    /* width: auto; */
    /* /* padding: 16px; */
    */
    /* /* background-color: #eee; */
    */
    /* background-color:rgba(0,0,0,0.4); */
    /* /* left:4%; */
    */
    /* /* border-radius:10px; */
    */
    /* z-index:1; */
    /* /* min-height:65px; */
    */
    /* display: inline-block; */
    /* margin-top:-50px; */
    /* } */

    /* .bgsform{ */
    /* background-color:rgba(0,0,0,0.4); */
    /* } */

}

/* navbar for mobile only */
@media only screen and (max-width: 900px) {
    .navbar {
        min-height: 0 !important;
    }

    .top-containerwb {
        display: none;
    }

    .btn_b {
        margin-top: 25px;
    }

    /* .form-avail{ */
    /* position: relative; */
    /* right: 0; */
    /* margin: 0px; */
    /* width: auto; */
    /* /* padding: 16px; */
    */
    /* /* background-color: #eee; */
    */
    /* background-color:rgba(0,0,0,0.4); */
    /* /* left:4%; */
    */
    /* /* border-radius:10px; */
    */
    /* z-index:1; */
    /* /* min-height:65px; */
    */
    /* display: inline-block; */
    /* margin-top:10px; */
    /* } */
    /* .bgsform{ */
    /* background-color:black; */
    /* } */


    .text_col {
        padding-top: 0px;
    }

    .ouhot-member .ouhot-details {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        /* padding: 0 2px; */
        opacity: 1;
        /* text-align: left; */
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }


    .ouhot-member,
    .ouhot-member-w,
    .ouhot-member-a {
        position: relative;
        overflow: hidden;
        padding: 0 0 0px 0;
    }

    .col-md-4sm {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
    }




}





/*--------------------------------------------------*/
/* Start Header Section                             */
/*--------------------------------------------------*/



.banner {
    text-align: center;
    color: #fff;
    background: url(../images/banner.jpg) no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner .overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.intro-text {
    position: relative;
    padding: 20% 0 15% 0;
}

.banner .intro-text h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    -webkit-animation: bounceIn;
    -moz-animation: rubberBand;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    font-family: 'Oswald', sans-serif;
}

.banner .intro-text h1 span {
    color: #ff432e;
}

.banner .intro-text p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 3px;
    margin-bottom: 55px;
    -webkit-animation: bounceInLeft;
    -moz-animation: fadeInLeft;
    -o-animation: fadeInLeft;
    animation: bounceLeft;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.banner .intro-text .btn-primary {
    padding: 15px 25px;
    font-size: 16px;
    border-color: #fff;
    color: #fff;
    border-radius: 0;
    width: 130px;
}

.banner .btn-primary:hover {
    background: #fff;
    border-color: #fff;
    color: #111;
}


/*---------------------------------------------------------*/
/* Start Top-room Section                                  */
/*---------------------------------------------------------*/

#toproom-sectionwpj {
    padding-top: 35px;
    padding-bottom: 35px;
    /* background: url(../images/parallax/bg-01.jpg) no-repeat; */
    background-image: url("https://www.themulia.com/getmedia/6d83c332-4d7c-43e7-b238-eaa6ad0444d1/BackgroundHMS.jpg/?width=1600&height=1280&ext=.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#toproom-sectionwp {
    padding-top: 35px;
    padding-bottom: 0px;
    /* background: url(../images/parallax/bg-01.jpg) no-repeat; */
    /* background-image: url("https://themulia.net/brandw/asset/img/banner/new-web-fullbanner-1280x300.jpg"); */
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#toproom-section {
    padding-top: 35px;
    padding-bottom: 35px;
    /* background: url(../images/parallax/bg-01.jpg) no-repeat; */
    background-image: url("https://themulia.net/brandw/asset/img/banner/new-web-fullbanner-1280x300.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#toproom-section-2 {
    background: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

iframe {
    border: none;
}

.toproom-img {
    position: relative;
}

.toproom-img .head-text {
    position: absolute;
    left: 0;
    bottom: 5%;
    background: #fff;
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.toproom-list h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.toproom-list li {
    margin-bottom: 5px;
    color: #444;
}

.toproom-list li i {
    margin-right: 10px;
}


/*---------------------------------------------------------*/
/* Start Our Hotels Section                                  */
/*---------------------------------------------------------*/

.ourhotels-section-i {
    /* border-bottom: 1px solid #0f0f0f; */
    background: #000000;
    color: #f1f1f1;
    font-weight: 400;
    padding: 50px 0 20px;
    /* margin : 0 27px 0 27px; */
}



.form-avail-3 {
    position: absolute;
    right: 0;
    margin-top: -80px;
    width: 650px;
    padding: 16px;
    background-color: #eee;
    left: 26%;
    border-radius: 10px;
}

.form-avail-2 {
    position: relative;
    right: 0;
    margin: -50px;
    width: 1200px;
    padding: 50px 0;
    background-color: #eee;
    left: 13%;
    border-radius: 0px;
    display: block;
}


#ourhotels-sections {
    /* padding-top: 5px;
    padding-bottom: 5px; */
    /* background: url(../images/parallax/bg-01.jpg) no-repeat; */
    /* Set a specific height */
    padding-top: 10px;
    padding-bottom: 35px;
}

#ourhotels-sectionjkt {
    /* padding-top: 5px;
    padding-bottom: 5px; */
    /* background: url(../images/parallax/bg-01.jpg) no-repeat; */
    /* Set a specific height */

    min-height: 1100px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
}

#ourhotels-sectionwp {
    /* padding-top: 5px;
    padding-bottom: 5px; */
    /* background: url(../images/parallax/bg-01.jpg) no-repeat; */
    /* Set a specific height */

    /* min-height: 880px;  */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
}

#ourhotels-section {
    /* padding-top: 5px;
    padding-bottom: 5px; */
    /* background: url(../images/parallax/bg-01.jpg) no-repeat; */
    /* Set a specific height */
    background-image: url("https://themulia.net/brandw/asset/img/banner/new-web-fullbanner-1280x300.jpg");
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 35px;
}

#ourhotels-section-2 {
    background: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}



iframe {
    border: none;
}


.ourhotels-img {
    position: relative;
}

.ourhotels-img .head-text {
    position: absolute;
    left: 0;
    bottom: 5%;
    background: #fff;
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.ourhotels-list h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.ourhotels-list li {
    margin-bottom: 5px;
    color: #444;
}

.ourhotels-list li i {
    margin-right: 10px;
}

/*---------------------------------------------------------*/
/* Start Flexslider DINING Section                                  */
/*---------------------------------------------------------*/

#slider-section {
    padding-top: 5px;
    padding-bottom: 20px;
    background: url(../images/parallax/bg-01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.flex-control-nav {
    display: none;
}

@media (min-width: 1200px) {
    body {
        /* max-width: 1200px; */
        margin: 0 auto;

    }

    .slides {
        display: flex;
        flex-direction: row;

        li {
            margin: 20px;
        }

        img {
            border: 1px solid red;
        }
    }

    /* .form-avail{
        position: relative;
        right: 0;
        margin: -80px;
        width: 1200px;
        padding: 16px;
        background-color:rgba(0,0,0,0.4);
        left:4%;
        z-index:1;
        min-height:65px;
        /* border-radius:10px; */
}
}

*/ @media (max-width: 1199px) {

    html,
    body {
        height: 100%;
        margin: 0;
    }

    .grid2x2 {
        display: flex;
        flex-wrap: wrap;
    }

    .grid2x2 li {
        flex-basis: 304px;
        /* Need to tweak!*/
        list-style-type: none;
        padding-left: 3px;
        /* padding: 5px; */
        /* border: 1px solid red; */
    }
}

/*---------------------------------------------------------*/
/* Start Flexslider Wedding Section                                  */
/*---------------------------------------------------------*/

#slider-section {
    padding-top: 5px;
    padding-bottom: 20px;
    background-size: cover;
    background-position: center;
}

.flex-control-nav {
    display: none;
}

@media (min-width: 1200px) {
    body {
        /* max-width: 1200px; */
        margin: 0 auto;
    }

    .slides {
        display: flex;
        flex-direction: row;

        li {
            margin: 20px;
        }

        img {
            border: 1px solid red;
        }
    }
}

@media (max-width: 1199px) {

    html,
    body {
        height: 100%;
        margin: 0;
    }

    .grid2x2 {
        display: flex;
        flex-wrap: wrap;
    }

    .grid2x2 li {
        flex-basis: 304px;
        /* Need to tweak!*/
        list-style-type: none;
        padding-left: 3px;
        /* padding: 5px; */
        /* border: 1px solid red; */
    }
}



/** Toggles & Accordion **/

.panel-group .panel {
    border-radius: 0;
}

.panel {
    border-radius: 0;
    border: none !important;
    box-shadow: none !important
}

.panel-default>.panel-heading {
    background: transparent;
    border: 1px solid #111;
    border-radius: none;
    font-weight: 400;
}

.panel-body {
    padding: 15px 10px;
    border: none !important;
    color: #111;
    font-size: 16px;
    background-color: #f4f4f4 !important;
    height: 315px;
    /* background-color: transparent !important; */
}

.dropd {
    margin-left: 20px;
}

.panel-heading {
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-title {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    color: #666;
}

.panel-title a {
    position: relative;
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.panel-title a.collapsed {
    color: #444;
}

.panel-title a.collapsed:hover {
    color: #666;
}

.panel-title a .control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: none;
}

.panel-title a.collapsed .control-icon {
    display: block;
}

.panel-title a i {
    font-size: 22px;
    padding-right: 5px;
    color: #5BB12F;
}




/* progress bar */

.skill-shortcode {
    margin-top: 40px;
}

.skill {
    padding-bottom: 10px;
}

.skill p {
    margin-bottom: 7px;
    font-size: 13px;
}

.progress {
    /* background: #fff; */
    overflow: visible;
    height: 5px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    background: #5BB12F;
    float: left;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative;
}

.progress-bar-span {
    opacity: 1;
    position: absolute;
    top: -7px;
    background: #ACB2B8;
    padding: 0px 10px;
    color: #FFF;
    border-radius: 0px;
    right: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.skill:hover .progress-bar-span {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}




/**** Start Modal Section ****/

.section-modal .modal-content {
    padding: 100px 0 !important;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #888;
    font-weight: 300;
}



.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.section-modal .close-modal:hover {
    opacity: .3;
}

.section-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}






/*---------------------------------------------------------------*/
/* Start Call To Action
/*---------------------------------------------------------------*/


.call-to-action {
    background: url(../images/parallax/call-to.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 90%;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.call-to-action p {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
}

.call-to-action .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.call-to-action .btn-primary:hover {
    background: transparent;
}




/* ----------------------------------*/
/* Start Our Hotels Section         */
/* ----------------------------------*/

@media only screen and (min-width : 1024px) {
    .img-responsive {
        /* height:195px; */
    }

    .orhotel-margin {
        margin-top: 0px;
    }
}

@media only screen and (max-width : 1000px) {
    .orhotel-margin {
        margin-top: 10px;
    }
}

#ouhot-section {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #fff;
    color: #111;
    overflow: hidden;
}

#ouhot-section .section-title h2 {
    //color: #fff;
}

#ouhot-section .section-title p {
    //color: #fff;
}

.ouhot-member,
.ouhot-member-w,
.ouhot-member-a {
    position: relative;
    overflow: hidden;
}

.ouhot-member-a .ouhot-details-a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 10px;
    opacity: 1;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* .ouhot-member .ouhot-details {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} */
.ouhot-member-w .ouhot-details-w {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 0px;
    opacity: 1;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ouhot-member .ouhot-details h4 {
    padding-top: 26%;
    padding-bottom: 5%;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    opacity: 1;
    /* background-color:red; */
}

.ouhot-member .ouhot-details p,
.ouhot-member-w .ouhot-details-w p {
    padding-bottom: 20%;
    font-size: 14px;
    color: #fff;
}


.ouhot-member .ouhot-details li,
.ouhot-member-w .ouhot-details-w li {
    display: inline-block;
    padding-top: 0px;
}

.ouhot-member .ouhot-details li a,
.ouhot-member-w .ouhot-details-w li a {
    padding: 0.3em 0.5em;
    background: #D1B36A;
    border: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
}

.ouhot-member .ouhot-details li:hover a,
.ouhot-member-w .ouhot-details-w li:hover a {
    background: #070707;
    border: 1px solid #fff;
    color: #fff;
}


.ouhot-details h4,
.ouhot-details p,
.ouhot-details li,
.ouhot-details-w h4,
.ouhot-details-w p,
.ouhot-details-w li {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.ouhot-member:hover .ouhot-details h4,
.ouhot-member:hover .ouhot-details p,
.ouhot-member:hover .ouhot-details li,
.ouhot-member-w:hover .ouhot-details-w h4,
.ouhot-member-w:hover .ouhot-details-w p,
.ouhot-member-w:hover .ouhot-details-w li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}

.ouhot-member:hover .ouhot-details,
.ouhot-member-w:hover .ouhot-details-w {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.ouhot-member:hover .ouhot-details:hover,
.ouhot-member-w:hover .ouhot-details-w:hover {
    background-color: rgba(44, 44, 44, 0.8);
}

.ouhot-member:hover .ouhot-details h4 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;

}

.ouhot-member:hover .ouhot-details p {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.ouhot-member:hover .ouhot-details li:nth-child(n+1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ouhot-member:hover .ouhot-details li:nth-child(n+2) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.ouhot-member:hover .ouhot-details li:nth-child(n+3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.ouhot-member:hover .ouhot-details li:nth-child(n+4) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.ouhot-member:hover .ouhot-details li:nth-child(n+5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}



/* ----------------------------------*/
/* OFFERS IN DINING        */
/* ----------------------------------*/

@media only screen and (min-width : 1024px) {
    .block-title {
        border-bottom-color: #ccc;
        margin-bottom: 20px;
        border-bottom: 1px solid #eaeaea;
    }
}

@media only screen and (max-width : 1000px) {
    .orhotel-margin {
        margin-top: 10px;
    }
}

@media only screen and (max-width : 340px) {
    .btn_b {
        margin-top: 0px;
    }

    .text_col {
        height: 56px;
        margin-top: 0px;
        font-family: 'Roboto';
        font-size: 14px;
    }
}

@media only screen and (max-width : 900px) {
    .btn_b {
        margin-top: 52px !important;
    }

    .text_col {
        height: 56px;
        margin-top: 10px;
        font-family: 'Roboto';
        font-size: 14px;
    }
}



/*------------------------------------------*/
/* Start Portfolio Section
/*------------------------------------------*/

.portfolio-section-1 {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #f2fffc;
}

.portfolio-section-2 {
    padding-top: 80px;
    padding-bottom: 120px;
    //background: #f7f7f7;
}

.portfolio-section-3 {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #111;
}



#portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.portfolio-section-2 #portfolio-list li {
    margin-left: -2px;
}

#portfolio-list li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    margin-bottom: -5px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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

    #portfolio-list li {
        width: 100%;
    }
}

@media only screen and (max-width : 767px) and (min-width : 551px) {

    #portfolio-list li {
        width: 49.9%;
    }
}

@media (min-width: 768px) {
    #portfolio-list li {
        width: 33.3%;
    }
}


.portfolio-item {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    cursor: default;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-caption {

    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


.portfolio-caption h4 {
    display: inline-table;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    padding-top: 10%;
}

.portfolio-caption p {
    position: relative;
    top: 12%;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 10%;
}

.portfolio-caption a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 20px;
    font-size: 25px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    //background: #fff;
    color: #fff;
    position: absolute;
    top: 70%;
}

.portfolio-caption a.link-1 i {
    left: 30%;
}

.portfolio-caption a.link-2 i {
    left: 50%;
}

.portfolio-caption h4,
.portfolio-caption p,
.portfolio-caption a i {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.portfolio-item:hover .portfolio-caption h4,
.portfolio-item:hover .portfolio-caption p,
.portfolio-item:hover .portfolio-caption a i {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-item:hover .portfolio-caption {
    background-color: rgba(255, 67, 46, 0.8);
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.portfolio-item:hover .portfolio-caption h4 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.portfolio-item:hover .portfolio-caption p {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.portfolio-item:hover .portfolio-caption a.link-1 i {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.portfolio-item:hover .portfolio-caption a.link-2 i {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

/********************************/
/* Start HoverEffect 
/********************************/

.btn-lang {
    /* background-color:#f7f7f7; */
    background-color: #a58243;
    /* outline:1px solid #c19341;*/
    color: #fff !important;
    border: 2px solid #fff;
    text-decoration: none;
    /* height:25px; */
    line-height: 10px;
    padding: 0.6em 0.7em;
}

.btn-link {

    background-color: #a58243;
    outline: 1px solid #c19341;
    color: #f7f7f7 !important;
    border: 2px solid #fff;
    text-decoration: none;
    height: 25px;
    padding: 5px;
    line-height: 10px;
}

.btn-book {

    background-color: #D1B36A;
    outline: 1px solid #c19341;
    color: #f7f7f7 !important;
    border: 2px solid #fff;
    text-decoration: none;
    height: 25px;
    line-height: 10px;
}

.lang ul li a:hover {
    background-color: #a58243;
    color: #f7f7f7;

}

.mega-menu-column ul li a:hover {
    /* background-color:#a58243; */
    color: #a58243;
    /* padding:5px; */
}

.btn-mulia-jkt {
    background-color: #0c0c0c;
    /*outline:1px solid #c19341;*/
    color: #f7f7f7 !important;
    border: 1px solid #fff;
    text-decoration: none;
    width: 150px;

}

.btn-mulia-jkt:hover {
    background-color: #313131;
    color: #f7f7f7 !important;
    text-decoration: none;

}

.btn-mulia-check {
    background-color: #c19341;
    color: #f7f7f7 !important;
    text-decoration: none;
}

.btn-mulia-room {
    background-color: #a58243;
    color: #f7f7f7 !important;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 10px;
}

.btn-mulia-bali {
    /* background-color:#D1B36A; */
    background-color: #c19341;
    /*outline:1px solid #c19341;*/
    color: #f7f7f7 !important;
    border: 1px solid #fff;
    text-decoration: none;
    width: 150px;

}

.btn-mulia-bali:hover {
    outline: 1px solid #c19341;
    background-color: #c19341;
    color: #f7f7f7 !important;
    text-decoration: none;

}


.btn-mulia {
    background-color: #a58243;
    outline: 1px solid #c19341;
    color: #f7f7f7 !important;
    border: 2px solid #fff;
    text-decoration: none;
    font-size: 11px;

}

.btn-mulia-ss {
    background-color: #a58243;
    color: #f7f7f7 !important;
    text-decoration: none;
    border-radius: 0 !important;

}

.btn-mulia-ss:hover {
    background-color: #c19341;
}

.btn-mulia:hover {
    background-color: #c19341;
    outline: 1px solid #a58243;
    color: #f7f7f7 !important;
    text-decoration: none;

}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #2f302f;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 80px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    /* additional css */
    background: rgba(0, 0, 0, 0.7);
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a,
.hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a,
.hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.col-half-offset {
    margin-left: 2px !important;
    padding-right: 0px !important;

}

.imoh {
    width: 230px;
}

@media only screen and (max-width: 500px) {
    .imoh {
        width: 0px;
        padding-right: 15px !important;
    }

    .imm {
        width: 300px;
    }

}

/* @media only screen and (min-width: 1200px) {
    .imoh{
        width:230px;
    }
} */
/********************************/
/* Start Service Section
/********************************/

#service-section {
    padding-top: 80px;
    padding-bottom: 40px;
}

.services-post {
    text-align: center;
    margin-bottom: 80px;
}

.services-post a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100px;
    height: 100px;
    margin: 0 0 24px;
    line-height: 100px;
    color: #111;
    font-size: 30px;
    text-align: center;
    background: transparent;
    border: 2px solid #111;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.services-post:hover a,
.services-post a.active {
    background: #ff432e;
    color: #ffffff;
    border: 2px solid transparent;
}

.services-post h2 {
    color: #111;
    font-weight: 400;
    margin: 0 0 14px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}



/*----------------------------------------------------------*/
/* Start Fun Facts Counter Section
/*----------------------------------------------------------*/

.fun-facts {
    background: url(../images/parallax/bg-02.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 80px;
    overflow: hidden;
}

.counter-item {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    background: #fff;
    padding: 0 20px 40px 20px;
}

.counter-item p {
    padding-bottom: 10px;
    color: #111;
}

.counter-item h3 {
    text-align: center;
    margin-bottom: 0px;
    color: #111;
    text-transform: none;
    font-size: 20px;
}

.counter-item i {
    font-size: 40px;
    color: #fff;
    background: #5BB12F;
    padding: 40px 50px;
}


.timer {
    padding: 10px 0;
    color: #111;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    //font-family: 'Oswald', sans-serif;
}


/****************************************/
/* BUTTON Section
/****************************************/

.btn-lmore {
    margin-top: 20px;
    width: auto;
    font-size: 14px !important;
    color: #010;
    height: 25px;
    padding: 1px 5px 5px 5px;
    border: 1px solid #a58243;

}

.btn-lmore:hover {
    color: #f2fffc;
    background-color: #a58243;
}


/****************************************/
/* Start Rooms Section
/****************************************/


.rooms-section {
    padding-top: 80px;
    padding-bottom: 120px;
}

.rooms {
    text-align: center;
    box-shadow: 0 0 2px #999;
    height: auto;
}

.rooms-header {
    background: #f1f1f1;
    /* padding: 5px;*/
}

.rooms-header i {
    font-size: 32px;
    background: #5BB12F;
    color: #fff;
    padding: 35px;
    border-radius: 100%;
}

.rooms-body {
    padding: 30px 30px 20px 30px;
    min-height: 280px;
}

h3.rooms-title {
    margin-bottom: 10px;
    margin-top: -15px;
    font-size: 20px;
}

.rooms-body p {
    margin-bottom: 20px;
}

.rooms-body a {
    font-size: 20px;
    text-transform: none;
}

.colored-bg {
    background: #5BB12F;
}

.colored-bg i {
    border: 2px solid #fff;
}


.google-map #map {
    width: 100%;
    height: 500px;
}






/***************************************/
/* Start Client & Testimonial Section
/***************************************/


#testimonial-section {
    background: url(../images/parallax/call-to.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

.testimonial-item {
    text-align: center;
}

.testimonial-item p {
    color: #fff;
    margin-left: 20%;
    margin-right: 20%;
}

.testimonial-item img {
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.testimonial-item .desgnation {
    margin-top: 5px;
    margin-bottom: 30px;
}




/*******************************************/
/* Start Clients Section
/*******************************************/

#client-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.client-box ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.client-box ul li {
    list-style: none;
    float: left;
    padding: 0 1px;
    width: 20%;
}

.client-box ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border: 1px solid #cccccc;
    opacity: 1;
    width: 100%;
    padding: 30px 0;
}

.client-box ul li a img {
    width: 100%;
}



/* Start Footer Section */

.footer-menu {
    text-align: center;
}

.footer-menu div {
    display: inline-block;
    width: 300px;
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

.footer-menu div p {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-menu div ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    width: 100%;
}

.footer-menu div ul li {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: .05em;
    border-bottom: 1px solid #bcd0c5;
}

.footer-section {
    /* border-bottom: 1px solid #0f0f0f; */
    background: #e6e6e6;
    color: #777;
    font-weight: 400;
    padding: 40px 0 0px;
    /* margin : 0 27px 0 27px; */
}

ul .social-links li {
    float: left;
    padding: 5px 30px 0px 0px;
    border: none !important;
}

ul .social-links li a {
    color: #a58243;
}

ul .social-links li a:hover {
    color: #a58243;
}

.footer-section p {
    color: #a58243;
}

.footer-section .section-title {
    color: #777;
}

.footer-section .section-heading-2 span:after {
    background: #434343;
}

.footer-section .section-heading-2 .section-title:after {
    background-color: #363636;
}

.footer-section .section-heading-2 h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-address ul li {
    padding: 5px 0;
}

.footer-address ul li .fa {
    color: #6a6a6a;
    font-size: 16px;
    margin-right: 5px;
}

.footer-address ul li a {
    color: #9d9d9d;
}

.footer-address ul li a:hover {
    color: #FF432E;
}

.latest-tweet .media-body {
    padding: 5px 14px 5px 6px;
}

.latest-tweet .media-body p {
    font-size: 13px;
    color: #aaa;
}

.latest-tweet h4.media-heading {
    font-size: 10px;
    color: #FF432E;
}


.footer-social ul.social-list li {
    padding-right: 2px;
}

.footer-social ul.social-list li a i {
    font-size: 18px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.footer-social ul.social-list li a {
    background: #2e2e2e;
    color: #9d9d9d;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}

.footer-social ul.social-list li a:hover {
    background: #FF432E;
    color: #000;
}

.flickr-widget li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 23.97%;
}

.flickr-widget li img {
    width: 100%;
    height: auto;
}

/* End Footer Section */

/* Start Copyright Section */

.copyright-section {
    /* border-top: 1px solid #777; */
    font-size: 12px;
    padding: 10px 0;
    background: #e6e6e6;
    color: #777;
    /* border-top:1px solid #eee; */
    /* margin : 0 27px 0 27px; */
}

.copyright {
    font-size: 16px;
}

.copyright-section a {
    color: #777;
}

.copyright-section a:hover {
    color: #FF432E;
}

.copyright-menu li {
    display: inline;
    padding-left: 10px;
}

.copyright-menu li a {
    color: #7f7f7f;
    font-weight: 500;
}

.copyright-menu li a.active {
    color: #fff;
    font-size: 13px;
}

.copyright-menu li a:hover {
    color: #FF432E;
}

/* End Copyright Section */


/* Start Blog Page Section */


.blog-post {
    margin-bottom: 40px;
}

.blog-post .post-img {
    position: relative;
}

.blog-post .post-img img {
    margin: 0 0 16px 0;
    border-radius: 3px;
    width: 100%;
}

.blog-post .post-type {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-post .post-type i {
    padding: 15px;
    background: #fff;
    font-size: 16px;
    color: #ff432e;
    border-radius: 3px;
    position: absolute;
    top: 45%;
    left: 48%;
}

.blog-post .post-img:hover .post-type {
    opacity: 1;
}

.blog-post .post-img:hover .post-type i {
    -webkit-animation: fadeInDownBig;
    animation: fadeInDownBig;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}

h1.post-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    padding: 10px 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
}

h1.post-title a {
    color: #5c5c5c;
}

.blog-post ul.post-meta {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.blog-post .post-meta li {
    display: inline-block;
    padding-right: 10px;
    color: #959595;
}

.blog-post .post-meta li a {
    color: #5c5c5c;
}

.blog-post .post-meta li a:hover {
    color: #ff432e;
}

.blog-post .post-meta li i {
    color: #ff432e;
    margin-right: 10px;
}

.blog-post p.post-content {
    margin-bottom: 30px;
}

.blog-post a.btn-primary {
    background: #ff432e;
    border: 1px solid #ff432e;
    font-weight: 300;
}

.pagination li a {
    color: #ff432e;
}

.pagination li a:hover,
.pagination li a:focus {
    color: #ff432e;
}

.pagination li.active a {
    background: #ff432e;
    border-color: #ff432e;
}

.blog-body .pagination {
    margin-bottom: 70px;
}

/* End Blog Page Section */


/* Start Single Blog Page Section */


.single-blog-post {
    margin-bottom: 40px;
}

.single-blog-post .post-img {
    position: relative;
}

.single-blog-post .post-img img {
    margin: 0 0 16px 0;
    border-radius: 3px;
}

.single-blog-post .post-type {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-blog-post .post-type i {
    padding: 15px;
    background: #fff;
    font-size: 16px;
    color: #ff432e;
    border-radius: 3px;
    position: absolute;
    top: 45%;
    left: 48%;
}

.single-blog-post .post-img:hover .post-type {
    opacity: 1;
}

.single-blog-post .post-img:hover .post-type i {
    -webkit-animation: fadeInDownBig;
    animation: fadeInDownBig;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}

.single-blog-post h1.post-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    padding: 10px 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
}

.single-blog-post h1.post-title a {
    color: #5c5c5c;
}

.single-blog-post .post-meta {
    //margin-bottom: 20px;
}

.single-blog-post .post-meta li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #959595;
}

.single-blog-post .post-meta li a {
    color: #5c5c5c;
}

.single-blog-post .post-meta li a:hover {
    color: #ff432e;
}

.single-blog-post .post-meta li i {
    margin-right: 3px;
}

.single-blog-post .post-meta ul.pull-right li {
    border-right: 1px solid #ddd;
}

.single-blog-post .post-meta ul.pull-right li:last-child {
    border-right: none;
}

.single-blog-post .post-meta ul.pull-right li i {
    padding-left: 5px;
}

.single-blog-post p.post-content {
    //margin-bottom: 30px;
    margin-top: 20px;
    display: inline-block;
}


.item-content-footer {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-top: 30px;
}

.item-content-footer li {
    display: inline;
    border-left: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 10px;
}

.item-content-footer li:first-child {
    border-left: none;
    padding-left: 0;
}

.item-content-footer .rating i {
    font-size: 20px;
}

.item-content-footer .rating .active i {
    color: #ff432e;
}


.blog-author h3 {
    color: #32313b;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 33px;
}

.blog-author .media {
    margin: 25px 0 16px 0;
    padding: 8px;
}

.blog-author .media img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
    border-radius: 8px;
    border: 6px solid #f2f2f2;
}

.blog-author .media-body h4 a {
    text-transform: capitalize;
    color: #323232;
    font-size: 20px;
}

.blog-author .media-body p {
    color: #778899;
}


.blog-user {
    margin-bottom: 100px;
}


#comments .comments-list {
    padding: 0;
    margin: 0 0 35px 0;
}

#comments .comments-title {
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: lowercase;
    font-size: 30px;
}

#comments .comments-list li .comment-box {
    padding: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

#comments .comments-list li ul {
    margin-left: 70px;
}

#comments .avatar {
    float: left;
}

#comments .avatar img {
    width: 72px;
    height: 72px;
    margin-right: 30px;
    margin-bottom: 15px;
    border-radius: 100%;
    border: 5px solid #f2f2f2;
}

#comments .comment-content {
    padding-left: 72px;
}

#comments .comment-content .comment-meta {
    margin-bottom: 5px;
}


.comment-content .comment-meta .comment-by {
    font-weight: 400;
    color: #323232;
    font-size: 18px;
}

.comment-content .reply-link a {
    color: #555;
    font-size: 11px;
    text-decoration: underline;
}

.comment-content .comment-date {
    color: #959595;
    font-style: italic;
    margin-bottom: 10px;
}

.comment-content p {
    margin-top: 5px;
}

#respond {
    margin-bottom: 120px;
}


#respond .respond-title {
    font-weight: 400;
    text-transform: none;
    color: #32313b;
}

#respond .form-caution {
    color: #cecece;
    font-style: italic;
    margin-bottom: 15px;
}

#respond form {
    margin-top: 20px;
}


/* End Single Blog Page Section */


/* Start Sidebar Scetion */

.sidebar .section-heading-2 {
    margin-bottom: 30px;
}

.sidebar .section-heading-2 h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #32313b;
    font-weight: 400;
}

.sidebar .widget {
    margin-bottom: 50px;
}



.sidebar .flickr-widget .flickr-list li {
    width: 61px;
    height: 61px;
}



.sidebar .widget-recent-post ul li {
    display: inline;
}

.sidebar .widget-recent-post .media-left img {
    width: 130px;
    height: 75px;
}

.sidebar .widget-recent-post h4.media-heading a {
    font-size: 16px;
    color: #323232;
    text-transform: capitalize;
}

.sidebar .widget-recent-post h4.media-heading a:hover {
    color: #ff432e;
}

.sidebar .widget-recent-post .media-body li,
.sidebar .widget-recent-post .media-body li a {
    color: #959595;
}

.widget-categories li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #cecece;
}

.widget-categories li a {
    color: #323232;
}

.widget-categories li i {
    padding-right: 15px;
}

.widget-categories li a.cat-counter {
    margin-left: 20px;
    font-size: 10px;
    background: #ff432e;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
}


.sidebar .tagcloud a {
    display: inline-block;
    color: #6a6a6a;
    font-size: 14px;
    padding: 5px 8px;
    background: #f2f2f2;
    margin: 0 1px 5px 0;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .tagcloud a:hover {
    background: #ff432e;
    color: #fff;
}

/* End Sidebar Scetion */





/***********************************/
/* Start Contact Section
/***********************************/

.contact {
    //background: #f9f9f9;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 100px;
}



.form-control {
    border-radius: 0;
    /* border: 2px solid #111; */
}

.contact .form-group {
    margin-bottom: 25px;
}

textarea {
    width: 100%;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 236px;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeh;

older {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact .text-danger {
    color: #e74c3c;
}

.contact button {
    font-weight: 400;
    margin-top: 30px;
}


/* MEGA MENU STYLE
********************************/
.mega-menu {
    padding: 10px 25px ! important;
    width: 355px;
    border-radius: 0;
    margin-top: 0px;
    font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.mega-menu li {
    display: inline-block;
    float: left;
    /* font-size: 0.94rem; */
    font-size: 12px;
    padding: 3px 0px;
}

.mega-menu li.mega-menu-column {
    margin-right: 20px;
    width: 110px;
}

.mega-menu .nav-header {
    padding: 0 !important;
    margin-bottom: 10px;
    display: inline-block;
    /* width: 100%; */
    border-bottom: 1px solid #ddd;
    color: black
}

.mega-menu img {
    padding-bottom: 10px;
}

a {
    color: #111;
}







/* Disable Toggle style
********************************/

/* Dropdown Toggle on style */
.nav .navbar-nav li.dropdown.open>.dropdown-toggle,
.nav .navbar-nav li.dropdown.active>.dropdown-toggle,
.nav .navbar-nav li.dropdown.open.active>.dropdown-toggle {
    background: inherit;
    /* Set to inherit when using mouse hover to open dropdown */
    color: inherit;
}

/* Toggle off style */
.nav .navbar-nav li.dropdown.open.active>.dropdown-toggle,
.nav .navbar-nav>li.dropdown>a:focus {
    background: inherit;
    color: inherit;
}

/* Toggle hover */
.nav .navbar-nav li.dropdown>.dropdown-toggle:hover,
.nav .navbar-nav li.dropdown.open>.dropdown-toggle:hover {
    background-color: #DDDDDD;
}


/* Toggle caret*/
.nav .navbar-nav li.dropdown>.dropdown-toggle .caret {
    border-bottom-color: ;
    border-top-color: ;
}

/* Toggle caret hover */
.nav .navbar-nav li.dropdown>a:hover .caret,
.nav .navbar-nav li.dropdown>a:focus .caret {
    border-bottom-color: #333;
    border-top-color: #333;
}

/* Toggle caret active */
.nav .navbar-nav li.dropdown.open>.dropdown-toggle .caret,
.nav .navbar-nav li.dropdown.active>.dropdown-toggle .caret,
.nav .navbar-nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-bottom-color: #333;
    border-top-color: #333;
}



/* Hover style
********************************/
.nav .navbar-nav>li>a,
.mega-menu a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;

    /* -webkit-transform: translate3d(0, 0, 0); Webkit Hardware Acceleration*/
    -webkit-backface-visibility: hidden;
    /* Safari Flicker Fix #2 */
    -webkit-transform: translateZ(0);
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    background-color: #4a9fe9;
}

.titlecat {
    background-color: #ffffff;
    height: 50px;
    text-align: center;
    line-height: 1.4em;
    font-size: 30px;
    font-family: "Playfair Display";
    border-bottom: 2px solid #a58243;
}

.title-fancy {
    content: " ";
    width: 100%;
    height: 1px;
    background: #dedadb;
    position: absolute;
    top: 30px;
    left: 0;
    /* margin-left:10px; */
}

.title-fancy>span {
    position: relative;
}

.pxa {
    padding: 0 1.5rem 0 1.5rem !important;
    color: #000000;
    text-align: center;
    top: -15px;
    font-family: "Playfair Display";
}

.pxadp {
    color: #000000;
    text-align: center;
    top: -18px;
    font-family: "Roboto";
}

.whiten {
    background: #ffffff;

}

.greyn {
    background: #f7f7f9;

}

/* .align-self-center{
    align-self:center !important;
    
} */
.p-5 {
    padding: 3rem !important;
    margin-top: 100px;
}

.subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    color: #7f7773;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5rem;
    margin: 2px 0 5px 0;
    display: block;
    text-align: center;
}

h3.sec-title {
    font-family: "Playfair Display", serif;
    font-size: 2.7rem;
    text-align: center;
    /* height:70px; */
}

div.content-spacing {
    margin: 0 0 1.5em;
    line-height: 1.5;
    font-size: 1.5rem;
    color: #736c68;
    letter-spacing: .01rem;
    text-align: center;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

hr.max200 {
    max-width: 200px;
}

.half-page-image {
    width: 50% !important;
    display: inline-block;
    /* float:left; */
}

.first-col {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.box {
    float: left;
    width: 50%;
    /* padding: 50px; */
    height: 500px;
}

.clearfixx::after {
    margin-bottom: 35px;
    content: "";
    clear: both;
    display: table;
}

.arrowa {
    height: 56px;
    width: 56px;
    position: relative;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
    margin-left: 10px;
    margin-top: 30px;
}

.arrowb {
    height: 56px;
    width: 56px;
    position: relative;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
    margin-left: 10px;
    margin-top: 30px;
}

.arrowa:hover,
.arrowb:hover {
    height: 56px;
    width: 56px;
    position: relative;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
}

/*box landing page*/
.box-16>div {
    margin: 0;
    width: 100%
}

.box-16>div>.first-col>a {
    position: relative;
    display: block;
    height: 70vw;
    background-size: cover;
    background-position: center
}

.box-16>div>.first-col>a:before,
.box-16>div>.first-col>a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    display: block
}

.box-16>div>.first-col>a:before {
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    background-color: #000;
    opacity: 0
}

.box-16>div>.first-col>a:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6))
}

.box-16>div>.first-col * {
    color: #fff
}

.box-16>div>.first-col .content {
    z-index: 1;
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px
}

.box-16>div>.first-col .arrow {
    height: 56px;
    width: 56px;
    position: relative;
    margin-top: 20px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

@media screen and (min-width:48em) {
    .box-16>div>.first-col {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .box-16>div>.first-col>a {
        -webkit-transition: flex-grow .5s ease;
        -moz-transition: flex-grow .5s ease;
        transition: flex-grow .5s ease;
        -webkit-flex-grow: .5;
        -moz-flex-grow: .5;
        flex-grow: .5;
        -ms-flex-positive: .5;
        height: 45vw
    }



    .box-16>div>.first-col>a:hover,
    .box-16>div>.first-col>a:focus {
        -webkit-flex-grow: 1.5;
        -moz-flex-grow: 1.5;
        flex-grow: 1.5;
        -ms-flex-positive: 1.5;
        -webkit-animation: shine .75s;
        animation: shine .75s;

    }

    .box-16>div>.first-col>a:hover .arrow,
    .box-16>div>.first-col>a:focus .arrow {
        opacity: 1;

    }

    .box-16>div>.first-col>a.darken:before {
        opacity: .5
    }

    .box-16>div>.first-col .content {
        right: 14.783598%;
        bottom: 40%;
        left: 14.783598%;
        text-align: center;
    }

    .box-16>div>.first-col>a:hover .content,
    .box-16>div>.first-col>a:focus .content {

        right: 14.783598%;
        bottom: 40%;
        left: 30%;
        text-align: center;
        background-image: linear-gradient(rgba(6, 6, 0, 0.6), transparent, rgba(6, 6, 0, 0.6));
        width: 500px;
    }
}


/* stay css */
.constrained-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
}

.image-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-bottom: -20px; */
    /* margin:0px !important; */
    /* padding:0px !important; */
    /* padding: 0 0 0 15px !important; */

}

.breadcrumb {
    font-size: 12px;
    color: #6b6b6b;
    font-family: 'Roboto';
    background-color: transparent !important;
    padding-left: 0px
}

@media (min-width: 1024px) {

    .image-navigation__layout-3 .image-navigation__item:first-child,
    .image-navigation__layout-7 .image-navigation__item:first-child {
        width: 50%;
    }
}

@media (min-width: 640px) {

    .image-navigation__layout-4 .image-navigation__item:first-child,
    .image-navigation__layout-4 .image-navigation__item:last-child,
    .image-navigation__layout-7 .image-navigation__item:first-child,
    .image-navigation__layout-7 .image-navigation__item:last-child {
        width: 66.666%;
    }
}

@media (min-width: 520px) {

    .image-navigation__layout-3 .image-navigation__item:first-child,
    .image-navigation__layout-5 .image-navigation__item:first-child,
    .image-navigation__layout-7 .image-navigation__item:first-child {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .image-navigation__item {
        width: 25%;
    }

    .breadcrumb {
        font-size: 12px;
        color: #6b6b6b;
        font-family: 'Roboto';
        padding-top: 20px;
    }
}

@media (min-width: 640px) {
    .image-navigation__item {
        width: 33.333%;
    }

    .breadcrumb {
        font-size: 12px;
        color: #6b6b6b;
        font-family: 'Roboto';
        background-color: transparent !important;
        padding-left: 0px
    }
}

@media (min-width: 520px) {
    .image-navigation__item {
        padding-left: 15px;
        padding-right: 15px;
        width: 25%;
        margin-bottom: 30px;
    }

    .image-navigation__layout-7 {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
        margin-bottom: 30px;
    }

}

.titlecatn {
    /* background-color: #ffffff; */
    /* height: 50px; */
    text-align: left;
    /* line-height: 1.4em; */
    line-height: 1.7em;
    font-size: 40px;
    font-family: "Playfair Display";
    border-bottom: 2px solid #a58243;
    /* margin-bottom: 20px; */
    padding: 0 10px 0 10px;
}

.titlecat-s {
    background-color: #ffffff;
    height: 50px;
    text-align: left;
    /* line-height: 1.4em; */
    line-height: 1.7em;
    font-size: 30px;
    font-family: "Playfair Display";
    border-bottom: 2px solid #a58243;
    padding: 0 10px 0 10px;
}

.titlecat-d {
    background-color: #ffffff;
    height: 50px;
    text-align: left;
    /* line-height: 1.4em; */
    line-height: 1.7em;
    font-size: 30px;
    font-family: "Playfair Display";
    border-bottom: 2px solid #a58243;
    padding: 0 10px 0 10px;
}

.ouhot-member-w .ouhot-details-w h4 {
    padding-top: 11%;
    padding-bottom: 5%;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    opacity: 1;
}

.ouhot-member-a .ouhot-details-a {
    padding-top: 28%;
    padding-bottom: 5%;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    opacity: 1;
    background-image: linear-gradient(rgba(6, 6, 0, 0.6), transparent, rgba(6, 6, 0, 0.6));

}

/* title landingpage destination */
.h-blue {
    width: 400px;
    background: #a58243;
    clip-path: polygon(0 0, 70% 0%, 60% 100%, 0% 100%);
}

.h-bluen {
    width: 100%;
    background: #D1B36A;
    /* background: #a58243; */
    /* clip-path: polygon(0 0, 70% 0%, 60% 100%, 0% 100%); */
    margin-top: -29px;
    padding: 2px 5px 5px 10px;
    height: 56px;
    /* text-align:center; */
    font-size: 16px;
}

.h-bluen-s {
    width: 100%;
    background: #D1B36A;
    /* clip-path: polygon(0 0, 70% 0%, 60% 100%, 0% 100%); */
    margin-top: -20px;
    padding: 2px 5px 5px 10px;
    height: 56px;
    /* text-align:center; */
    font-size: 16px;
}

.h-bluej {
    width: 100%;
    background: #000000;
    /* background: #a58243; */
    /* clip-path: polygon(0 0, 70% 0%, 60% 100%, 0% 100%); */
    margin-top: -29px;
    padding: 2px 5px 5px 10px;
    height: 56px;
    /* text-align:center; */
    font-size: 16px;
}

.h-bluej-s {
    width: 100%;
    background: #000000;
    /* clip-path: polygon(0 0, 70% 0%, 60% 100%, 0% 100%); */
    margin-top: -20px;
    padding: 2px 5px 5px 10px;
    height: 56px;
    /* text-align:center; */
    font-size: 16px;
}


.h-blue-s {
    width: 300px;
    background: #a58243;
    clip-path: polygon(0 0, 70% 0%, 80% 100%, 0% 100%);
}

.dropd {
    font-size: 12px;
    width: 200px;
}

/* ScrollDown Menu */
.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
    background-size: cover;
    /* background:url('../brandw/asset/img/header-cny-newsite.jpg'); */
}

.top-containerwb {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
    background-size: cover;
    /* background:url('../brandw/asset/img/header-cny-newsite.jpg'); */
    background-image: url('../brandw/asset/img/header-cny-newsite.jpg');
    background-position: center;
    /* background-attachment: fixed; */
}


.header {
    /* padding: 10px 16px; */
    /* background: #555; */
    color: #f1f1f1;
    z-index: 2
}

.content {
    /* padding: 16px; */
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #222;
    border-top: 5px solid #D1B36A;
}

.sticky+.content {
    padding-top: 102px;
}

.parallax {
    /* The image used */
    background-image: url("https://themulia.net/brandw/asset/img/banner/new-web-fullbanner-1280x300.jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* offer related */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}



div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style: none;
    margin-bottom: 0px
}



section {
    display: block;
    position: relative;
    box-sizing: border-box
}

.clear {
    clear: both
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

.clearfix {
    zoom: 1
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.fill_height {
    height: 100%
}

.super_container {
    width: 100%;
    overflow: hidden
}

.prlx_parent {
    overflow: hidden
}

.prlx {
    height: 130% !important
}

.nopadding {
    padding: 0px !important
}

.button {
    display: inline-block;
    background: #0e8ce4;
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.button a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px
}

.button:hover {
    opacity: 0.8
}

.viewed {
    padding-top: 51px;
    padding-bottom: 60px;
    background: #eff6fa
}

.bbb_viewed_title_container {
    border-bottom: solid 1px #dadada
}

.bbb_viewed_title {
    margin-bottom: 14px
}

.bbb_viewed_nav_container {
    position: absolute;
    right: -5px;
    bottom: 14px
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

.bbb_viewed_nav i {
    color: #dadada;
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_nav:hover i {
    color: #606264
}

.bbb_viewed_prev {
    margin-right: 15px
}

.bbb_viewed_slider_container {
    /* padding-top: 50px */
}

.bbb_viewed_item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px
}

.bbb_viewed_image {
    width: 250px;
    height: 250px
}

.bbb_viewed_image img {
    display: block;
    max-width: 100%
}

.bbb_viewed_content {
    width: 100%;
    /* margin-top: 25px */
    margin-top: 15px;
}

.bbb_viewed_price {
    font-size: 16px;
    color: #000000;
    font-weight: 500
}

.bbb_viewed_item.discount .bbb_viewed_price {
    color: #df3b3b
}

.bbb_viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px
}

.bbb_viewed_price span::after {
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 1px;
    background: #8d8d8d;
    content: ''
}

.bbb_viewed_name {
    margin-top: 3px;
    width: 250px;
}

.bbb_viewed_name a {
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_name a:hover {
    color: #0e8ce4
}

.item_marks {
    position: absolute;
    top: 18px;
    left: 18px
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center
}

.item_discount {
    background: #df3b3b;
    margin-right: 5px
}

.item_new {
    background: #0e8ce4
}

.bbb_viewed_item.discount .item_discount {
    display: inline-block
}

.bbb_viewed_item.is_new .item_new {
    display: inline-block
}


/* Grid layout new */

.post-area {
    text-align: center;
    background: #EDF3F3;
}

.single-post {
    height: 100%;
    position: relative;
    padding-bottom: 45px;
    overflow: hidden;
    /* box-shadow: 0px 0px 5px rgba(0,0,0,.1); */
    /* border: 1px solid #ddd; */
    background: #f7f7f9;
    text-align: center
}

.single-post .post-img {
    /* max-height: 200px; */
    overflow: hidden;
    border-bottom: 2px solid #c19341;
}

.single-post .avat {
    margin: 0 auto;
    margin-top: -40px;
    /* width: 70px; */
    /* height: 70px; */
    overflow: hidden;
    z-index: 10;
    border-radius: 10px;
    position: relative;
    border: 2px solid #c19341;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    padding: 5px;
    background: #000000;
    color: white;
    display: inline-block;
}

.single-post .title {
    padding: 20px 20px 20px;
    height: 100px;
    font-family: "Roboto";
}

.single-post .btn-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 45px;
    width: 100%;
    color: #ffffff;
    transition: all .3s;
    border: none !important;
}

.single-post .btn-footer>li:first-child {
    float: left;
}

.single-post .btn-footer>li {
    width: 100%;
    display: inline-block;
    border-right: 1px solid #fff;
    background: #000000;
    color: white
}

.single-post .btn-footer>li>a {
    line-height: 45px;
    width: 100%;
    color: #ffffff
}

.single-post .btn-footer>li>a:hover {
    line-height: 45px;
    width: 100%;
    color: #ffffff;
    transition: all .3s;
    background-color: rgba(0, 0, 0, .03);
}

.single-post .btn-footer i {
    display: inline-block;
    margin-right: 10px;
    opacity: .6;
    font-size: 1.1em;
}

/* h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img {
    margin: 0;
    padding: 0;
    font-weight: 300;
} */
.row div[class^="col"] {
    margin-bottom: 30px;
}

/* .single-post a .btn-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 45px;
    width: 100%;
    color:#ffffff;
    transition: all .3s;
    background-color:rgba(0, 0, 0, .03);
} */
/* a, button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: all .3s;
  } */

/* additional-css */


@media (min-width: 1000px) {

    .five-cols .col-md-1,
    .five-cols .col-sm-1,
    .five-cols .col-lg-1 {
        width: 100%;
    }

    .five-cols .col-md-1,
    .five-cols .col-sm-1,
    .five-cols .col-lg-1 {
        width: 20%;
    }
}



@media (max-width: 500px) {

    .five-cols .col-md-1,
    .five-cols .col-sm-1,
    .five-cols .col-lg-1,
        {
        width: 100%;
    }

    .five-cols .col-md-1,
    .five-cols .col-sm-1,
    .five-cols .col-lg-1 {
        width: 100%;
    }
}

hr.solid {
    border-top: 2px solid #999;
}


h4.sec-title {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    text-align: center;
    height: 50px;
}

.subtitlehoteldesc {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    color: #7f7773;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5rem;
    margin: 2px 0 5px 0;
    display: block;
    text-align: center;
}


.top-containerwc {
    background-color: #f1f1f1;
    padding: 20px;
    text-align: center;
    background-size: cover;
    /* background:url('../brandw/asset/img/header-cny-newsite.jpg'); */
    background-image: url('../brandw/asset/img/header-cny-newsite.jpg');
    background-position: center;
    /* background-attachment: fixed; */
}


.form-avail5 {
    position: relative;
    margin: -60px;
    width: 1200px;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.4);
    left: 4%;
    z-index: 1;
    min-height: 65px;
    /* border-radius:10px; */
}

.form-avail6 {
    position: relative;
    margin: -40px;
    width: 1200px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    left: 0%;
    z-index: 1;
    min-height: 75px;
    box-shadow: 1px 1px 10px #888888;
    /* border-radius:10px; */
}

.btn-mulia-check2 {
    background-color: #c19341;
    color: #f7f7f7 !important;
    text-decoration: none;
    border-radius: 0;
}

/* carouselAwards */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.rowt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    color: #fff;
}

.awards {
    background-color: #222;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    padding: 70px;
    text-align: center;
    -moz-box-shadow: inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
    box-shadow: inset 0 20px 10px -17px rgb(0 0 0 / 30%);
    height: 100%;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.subscribe .subscribe-title {
    padding: 1.615% 0;
    color: #a1723f;
    font-weight: 600;
}

.inner-form {
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 50px 47px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.subtitle {
    font-family: 'Roboto', sans-serif;
    /* font-size: .75rem; */
    color: #7f7773;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5rem;
    margin: 2px 0 5px 0;
    display: block;

}

/* h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #2b201a;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
} */

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.prop-wrapm.map-embed {
    padding-bottom: 45%;
}

.prop-wrapm {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.prop-wrapm>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .one-item .prop-wrap.md {
        width: 50%;
        float: left;
        height: 100%;
        padding-bottom: 0;
    }
}


.prop-wrap.md {
    padding-bottom: 56.25%;
}

.prop-wrap {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.figure.snip1208 {
    color: #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    color: #000;
    text-align: left;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 5%);
}

/* table capacity chart */
table#room-capacity-chart {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

table#room-capacity-chart,
table#room-capacity-chart th,
table#room-capacity-chart td {
    border: 1px solid #b9b6ab;
}

table#room-capacity-chart tbody th,
table#room-capacity-chart thead th {
    background: #f3f3f3;
    white-space: nowrap;
}

table#room-capacity-chart th,
table#room-capacity-chart td {
    padding: 6px 8px;
    font-size: 12px;
    line-height: 19px;
}


/* end of additional-css */