
nav {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 13px;
}

a {
    color: #866d4b;
}

a:hover,
a:focus {
    text-decoration: none;
}

/* visited link 
a:visited {
    color: #c13b00;
}*/

/* mouse over link */

a:hover {
    text-decoration: none;
}

h2 {
    font-size: 14px
}

/*====== responsive container image & text ======*/

.responsive-container {
    position: relative;
    width: 100%;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    text-align: left;
    /* Align center inline elements */
    font: 0/0 a;
    padding: 0 80px;
    max-width: 1000px;
    margin: auto;
    /*padding-right:20px;*/
}

.img-container-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20%;
    font: 0/0 a;
    padding: 0 80px;
    max-width: 1000px;
    margin: auto;
}

.img-container .centerer,
.img-container-right .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.outer-container {
    width: 100%;
    display: table;
}

.tf-wrap {
    max-width: 550px;
    vertical-align: middle;
    display: inline-block;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.tf-title {
    font-family: 'Cormorant_Garamond-SemiBold';
    color: #866d4b;
    font-size: 40px;
    line-height: 45px;
    text-align: left;
}

.tf-text {
    font-family: 'Cormorant_Garamond-SemiBold';
    font-size: 18px;
    line-height: 1.5;
    color: #222;
    text-align: left;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
}

.btn-round {
    border-radius: 17px;
    background-color: #E6E6E6;
    border-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 12px;
}

.navbar-default .navbar-nav>li>a {
    color: #68132A;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    padding-left: 20px
}

@media (max-width:1500px) {
    .tf-wrap {
        max-width: 426px;
        margin-top: 60px;
    }
}


@media (max-width: 768px) {
    .nav>li#nav {
        position: relative;
        display: inline-block;
        margin-bottom: 50px;
        float: left;
    }
    .navbar {
        margin-bottom: 2px;
    }
}

@media (max-width: 768px) {
    .nav.navbar-nav navbar-right {
        margin-top: 0;
    }
}

}

@media (min-width: 768px) {
    .navbar-toggle {
        float: right
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .navbar-header {
        float: none;
    }
}

@media only screen and (max-width: 1200px) {
    .img-container {
        padding: 0 40px;
    }
    .img-container-right {
        right: 0;
    }
    .tf-wrap {
        max-width: 376px;
        margin-top: 60px;
    }
    .tf-title {
        font-size: 32px;
        line-height: 32px;
    }
    .tf-text {
        font-size: 14px;
        line-height: 14px;
    }
}

@media only screen and (max-width: 905px) {
    .subscribe-text {
        display: none;
    }

    .tf-wrap {
        max-width: 376px;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .align-bottom {
        position: relative;
    }
    .wrapper {
        margin: 75px 0;
    }
    .type-section {
        max-width: 480px;
    }
    .rewards-wrapper {
        max-width: 500px;
        margin: auto;
    }
    .rewards-item {
        min-height: inherit;
    }
    .hotel-logo img {
        margin: auto;
        text-align: center;
    }
    .hotel-info {
        text-align: center;
    }

    .tf-wrap {
        max-width: 330px;
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav>li>a {
        /*4265*/
        padding-top: 5px;
        padding-bottom: 0;
    }
    .navbar-right {
        float: right !important;
        margin-right: 0;
    }
}

@media (min-width: 883px) {
    .logo {
        display: inline-block;
    }
    .logo-sm {
        display: none;
    }
}

@media only screen and (max-width: 884px) {
    .tf-wrap {
        max-width: 290px;
    }
    .img-container {
        padding: 0 20px;
    }
    .tf-title {
        font-size: 24px;
        line-height: 32px;
    }
    .tf-text {
        font-size: 14px;
        line-height: 14px;
    }
    .tf-wrap {
        margin-top: 0;
    }
    .logo {
        display: none;
    }
    .logo-sm {
        display: inline-block;
    }
    #sticky-header {
        background-color: #FFFFFF;
        position: relative;
    }
    .sticky-bar {
        margin: 10px auto;
    }
    .navbar-nav .open .dropdown-menu {
        /*4235*/
        border-top: 1px dotted #CCC;
        border-bottom: 1px dotted #CCC;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        /*4245*/
        padding: 5px 35px;
        margin: 8px 0;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        /*4416*/
        color: #777777;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        /*4421*/
        color: #A39161;
    }
    .navbar-default .navbar-toggle {
        /*4433*/
        /*position: absolute;*/
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper {
        margin: 50px 0;
    }
    .page-title {
        font-size: 28px;
        margin: 10px;
    }
    .page-content-lg {
        font-size: 13px;
        line-height: 18px;
    }
    .page-subtitle {
        text-align: center;
        display: block;
    }
    .intro-learn-more {
        float: none;
        text-align: center;
        display: block;
        margin: 20px 0;
    }
    .rewards-item .fa-shopping-cart:before {
        position: relative;
    }
    .item-name,
    .item-points {
        font-size: 13px;
        line-height: 19px;
    }
    .item-name {
        padding: 10px 0;
    }
    .item-points {
        padding-bottom: 10px;
    }
    .right-field,
    .left-field {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .subscribe-wrap {
        float: right;
    }
}

@media (min-width: 700px) {
    .isVisibleMdScreen {
        display: block;
    }
    .isVisibleSmScreen {
        display: none;
    }
}

@media (min-width: 566px) and (max-width: 699px) {
    .tf-wrap {
        max-width: 200px;
    }
    .isVisibleMdScreen {
        display: none;
    }
    .isVisibleSmScreen {
        display: block;
    }
}

@media only screen and (max-width: 565px) {
    .tf-wrap {
        max-width: 150px;
    }
    .isVisibleMdScreen {
        display: none;
    }
    .isVisibleSmScreen {
        display: block;
    }
}

@media (min-width: 650px) {
    .rewards-category ul li:last-child {
        border-right: none;
    }
}

@media only screen and (max-width: 649px) {
    .rewards-category ul li {
        display: inherit;
        font-size: 14px;
        padding: 10px;
        margin: 5px 0;
        border: 1px solid #CCCCCC;
    }
}

@media (min-width: 544px) {
    .sub-menu .fa-user:before,
    .sub-menu .fa-sign-in:before {
        display: none;
    }
    .hidemenu {
        display: block;
    }
}

@media only screen and (max-width: 545px) {
    .top-header,
    .sub-menu ul li,
    .book-btn,
    .book-btn:link {
        height: 40px;
    }
    .sub-menu .fa-user:before,
    .sub-menu .fa-sign-in:before {
        font-size: 22px;
        display: block;
    }
    .hidemenu {
        display: none;
    }
    .book-btn span {
        display: none;
    }
    .book-btn .fa-arrow-right:before {
        padding-left: 4px;
        font-size: 14px;
    }
    .dltext {
        margin-bottom: 10px;
    }
    .download-btn {
        float: none;
        display: block;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 450px) {
    .tf-wrap {
        /*max-width: 200px;*/
    }
    .img-container {
        padding: 0 10px;
    }
    .img-container-right {
        left: 0;
        right: 0;
        text-align: center;
    }
    .tf-title {
        font-size: 22px;
        line-height: 22px;
        /*text-align: center;*/
    }
    .tf-text {
        display: none;
    }
    .sub-menu ul li {
        font-size: 13px;
        padding-left: 8px;
    }
}

/*header nav*/

.navbar {
    border: transparent;
}

#header-site {
    background: transparent;
    none repeat scroll 0 0;
    float: left;
    top: 0;
    width: 100%;
    margin-right: 10px;
}

.logo-site {
    float: left;
    height: 50px;
    margin: 5px 0 0px 10px;
    width: 140px;
}

.logo-site h1 {
    margin: 0;
}

/*Notification Bell dropdown*/

.top-nav {
    /* padding: 0 5px;*/
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    font-size: 13px;
    line-height: 20px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

/*Toggle Navigation design*/

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-nav>li {
        float: initial;
        margin-right: 300px padding-left:10px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-right {
        float: l !important;
        margin-right: 75%;
    }
    @media (min-width: 1700px) {
        .pull-right {
            margin-right: 60px;
        }
    }
    @media (min-width: 767px) and (max-width: 1700px) {
        .pull-right {
            margin-right: 30px;
        }
    }
    @font-face {
        font-family: 'Rubik';
        src: url('../fonts/rubik-regular-webfont.eot');
        src: url('../fonts/rubik-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rubik-regular-webfont.woff2') format('woff2'), url('../fonts/rubik-regular-webfont.woff') format('woff'), url('../fonts/rubik-regular-webfont.ttf') format('truetype'), url('../fonts/rubik-regular-webfont.svg#rubikregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    /*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
        color: #000000;
        background-color: transparent;
        font-weight: 500;
}*/