/*================================================
* Palazzo Sant'Anna Style CSS
===================================================


/* ========== 1 GLOBAL STYLES ========== */

@font-face {
    font-family: 'BauerBodoni-Roman';
    src: url('../fonts/BauerBodoni-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/BauerBodoni-Roman.otf') format('opentype'),
    url('../fonts/BauerBodoni-Roman.woff') format('woff'), url('../fonts/BauerBodoni-Roman.ttf') format('truetype'), url('../fonts/BauerBodoni-Roman.svg#BauerBodoni-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* #### Generated By: http://www.cufonfonts.com #### */


@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('../fonts/HelveticaNeueRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueRegular.woff') format('woff'), url('../fonts/HelveticaNeueRegular.ttf') format('truetype'), url('../fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueMedium.woff') format('woff'), url('../fonts/HelveticaNeueMedium.ttf') format('truetype'), url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ---------- 1.1 General ---------- */
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    color: #707070;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .2px;
    position: relative;
    left: 0;
}

body.full_screen {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Custom  scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /*-webkit-border-radius: 6px;*/
    /*border-radius: 6px;*/
}

::-webkit-scrollbar-track-piece {
    background: #F4F0EA;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*-webkit-border-radius: 6px;*/
    /*border-radius: 6px;*/
    background: rgba(203, 155, 117, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(203, 155, 117, .4);
}

.boxed {
    background: url("../images/boxed_bg.jpg") repeat;
    background-attachment: fixed;
}

.boxed .wrapper {
    max-width: 1200px;
    position: relative !important;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 2px #a1b1c1;
    margin-left: auto !important;
    margin-right: auto !important;
}

.boxed .wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
}

main {
    padding: 100px 0;
    background: #fff;
}

.full_width {
    width: 100%;
}

.a_left {
    text-align: left
}

.a_center {
    text-align: center
}

.a_right {
    text-align: right
}

.f_left {
    float: left
}

.f_right {
    float: right
}

.upper {
    text-transform: uppercase;
}

.row-flex {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.row-flex > [class*='cpl-'] {
    display: flex;
    flex-direction: column;
}

/* ---------- 1.2 Resets ---------- */
ul,
ol {
    margin: 0;
}

ul.list_menu {
    margin: 30px 0;
    padding-left: 15px;
}

ul.list_menu li {
    font-size: 1em;
    list-style: outside none none;
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative;
}

ul.list_menu li::before {
    background: #e3e3e3;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .open a,
.navbar-nav .open a:hover,
.navbar-nav .open a:focus {
    background: none;
}

.navbar-brand {
    float: left;
    height: 100%;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.alert {
    padding: 10px;
    border-radius: 1px;
    font-size: .9em;
}


/* ---------- 1.3 Typography ---------- */
.BauerBodoni-Roman {
    font-family: 'BauerBodoni-Roman', serif;
}

.Raleway {
    font-family: 'Raleway', serif;
}

.Helvetica-Neue-Regular {
    font-family: 'HelveticaNeueRegular', serif;
}

.Helvetica-Neue-Medium {
    font-family: 'HelveticaNeueMedium', serif;
}

a {
    color: #1dc1f8;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a.dropdown-toggle.select {
    color: #8e8f8e;
}

a:hover,
a:focus,
a:active {
    color: #cb9b75;
    text-decoration: none;
    outline: none;
    background: none;
}

strong,
.strong {
    font-weight: 600 !important;
}

small,
.small {
    font-size: .7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #a1b1c1;
    font-weight: 400;
}

h1 {
    font-size: 2.2em;
    line-height: 1.5em;
}

h2 {
    font-size: 2em;
    line-height: 1.2em;
}

h3 {
    font-size: 1.7em;
    line-height: 1.2em;
}

h4 {
    font-size: 1.5em;
    line-height: 1.2em;
}

h5 {
    font-size: 1.3em;
    line-height: 1.1em;
}

h6 {
    font-size: 1.1em;
    line-height: 1em;
    font-family: 'Lato', sans-serif;
}

p {
    font-size: 1em;
    line-height: 1.6;
    margin: 10px 0;
}

.dropcap:first-letter {
    float: left;
    color: #1dc1f8;
    font-size: 4em;
    line-height: 1em;
    margin: 0 20px 5px 0;
    text-transform: uppercase;
    display: block;
}

.dropcap.yellow:first-letter {
    color: #ffb600;
}

.dropcap.dark:first-letter {
    color: #5e6667;
}

.tooltip-arrow {
    margin-bottom: 2px;
}

.popover {
    font-size: 0.8em;
    border-radius: 4px 4px 0 0;
    color: #8a959e;
    border: 1px solid #cfd7da;
}

.popover-content {
    padding: 5px 10px;
}

.popover.top .arrow {
    border-top-color: #cfd7da;
    border-bottom-width: 0;
}

.popover-title {
    color: #a9a9a9;
    padding: 2px 10px !important;
    margin: 0;
    font-size: 1.2em;
    letter-spacing: 1px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ededed;
    float: none !important;
}

blockquote {
    padding: 20px 0;
    position: relative;
    margin: 30px 0;
    font-size: 1.2em;
    line-height: 1.6em;
    border: none;
}

blockquote i {
    color: #1DC1F8;
    font-size: 32px;
    position: absolute;
    top: 28px;
}

blockquote .quote_text {
    color: #888;
    display: block;
    font-style: italic;
    font-weight: 300;
    padding-left: 30px;
}

/* ---------- 1.4 Margins & Paddings & Border Radius ---------- */
.nopadding {
    padding: 0 !important;
}

.nopadding_right {
    padding-right: 0 !important
}

.nopadding_left {
    padding-left: 0 !important
}

.nopadding_top {
    padding-top: 0 !important
}

.nopadding_bottom {
    padding-bottom: 0 !important
}

.p5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.pr5 {
    padding-right: 5px !important
}

.pl5 {
    padding-left: 5px !important
}

.nomargin {
    margin: 0 !important
}

.nomarginright {
    margin-right: 0 !important
}

.nomarginleft {
    margin-left: 0 !important
}

.nomargintop {
    margin-top: 0 !important
}

.nomarginbottom {
    margin-bottom: 0 !important
}

.mt0 {
    margin-top: 0px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

.mt50 {
    margin-top: 50px
}

.mt55 {
    margin-top: 55px
}

.mt60 {
    margin-top: 60px
}

.mt65 {
    margin-top: 65px
}

.mt70 {
    margin-top: 70px
}

.mt75 {
    margin-top: 75px
}

.mt80 {
    margin-top: 80px
}

.mt85 {
    margin-top: 85px
}

.mt90 {
    margin-top: 90px
}

.mt95 {
    margin-top: 95px
}

.mt100 {
    margin-top: 100px
}

.mb0 {
    margin-bottom: 0px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mb55 {
    margin-bottom: 55px
}

.mb60 {
    margin-bottom: 60px
}

.mb65 {
    margin-bottom: 65px
}

.mb70 {
    margin-bottom: 70px
}

.mb75 {
    margin-bottom: 75px
}

.mb80 {
    margin-bottom: 80px
}

.mb85 {
    margin-bottom: 85px
}

.mb90 {
    margin-bottom: 90px
}

.mb95 {
    margin-bottom: 95px
}

.mb100 {
    margin-bottom: 100px
}

.pt0 {
    padding-top: 0px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pt40 {
    padding-top: 40px
}

.pt45 {
    padding-top: 45px
}

.pt50 {
    padding-top: 50px
}

.pt55 {
    padding-top: 55px
}

.pt60 {
    padding-top: 60px
}

.pt65 {
    padding-top: 65px
}

.pt70 {
    padding-top: 70px
}

.pt75 {
    padding-top: 75px
}

.pt80 {
    padding-top: 80px
}

.mt85 {
    padding-top: 85px
}

.pt90 {
    padding-top: 90px
}

.pt95 {
    padding-top: 95px
}

.pt100 {
    padding-top: 100px
}

.pb0 {
    padding-bottom: 0px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.mb35 {
    padding-bottom: 35px
}

.pb40 {
    padding-bottom: 40px
}

.pb45 {
    padding-bottom: 45px
}

.pb50 {
    padding-bottom: 50px
}

.pb55 {
    padding-bottom: 55px
}

.pb60 {
    padding-bottom: 60px
}

.pb65 {
    padding-bottom: 65px
}

.pb70 {
    padding-bottom: 70px
}

.pb75 {
    padding-bottom: 75px
}

.pb80 {
    padding-bottom: 80px
}

.pb85 {
    padding-bottom: 85px
}

.pb90 {
    padding-bottom: 90px
}

.pb95 {
    padding-bottom: 95px
}

.pb100 {
    padding-bottom: 100px
}

.br1 {
    border-radius: 1px
}

.br2 {
    border-radius: 2px
}

.br3 {
    border-radius: 3px
}

.br4 {
    border-radius: 4px
}

.br5 {
    border-radius: 5px
}

.br6 {
    border-radius: 6px
}

.br7 {
    border-radius: 7px
}

.br8 {
    border-radius: 8px
}

.br9 {
    border-radius: 9px
}

.br10 {
    border-radius: 10px
}

.br11 {
    border-radius: 11px
}

.br12 {
    border-radius: 12px
}

.br13 {
    border-radius: 13px
}

.br14 {
    border-radius: 14px
}

.br15 {
    border-radius: 15px
}

.br16 {
    border-radius: 16px
}

.br17 {
    border-radius: 17px
}

.br18 {
    border-radius: 18px
}

.br19 {
    border-radius: 19px
}

.br20 {
    border-radius: 20px
}

.br21 {
    border-radius: 21px
}

.br22 {
    border-radius: 22px
}

.br23 {
    border-radius: 23px
}

.br24 {
    border-radius: 24px
}

.br25 {
    border-radius: 25px
}

.br26 {
    border-radius: 26px
}

.br27 {
    border-radius: 27px
}

.br28 {
    border-radius: 28px
}

.br29 {
    border-radius: 29px
}

.br30 {
    border-radius: 30px
}

.br31 {
    border-radius: 31px
}

.br31 {
    border-radius: 31px
}

.br33 {
    border-radius: 33px
}

.br34 {
    border-radius: 34px
}

.br35 {
    border-radius: 35px
}

.br36 {
    border-radius: 36px
}

.br37 {
    border-radius: 37px
}

.br38 {
    border-radius: 38px
}

.br39 {
    border-radius: 39px
}

.br40 {
    border-radius: 40px
}

.br41 {
    border-radius: 41px
}

.br42 {
    border-radius: 42px
}

.br43 {
    border-radius: 43px
}

.br44 {
    border-radius: 44px
}

.br45 {
    border-radius: 45px
}

.br46 {
    border-radius: 46px
}

.br47 {
    border-radius: 47px
}

.br48 {
    border-radius: 48px
}

.br49 {
    border-radius: 49px
}

.br50 {
    border-radius: 50px
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-18 {
    font-size: 18px !important;
}


.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-46 {
    font-size: 46px !important;
}

.font-60 {
    font-size: 60px !important;
}

.font-80 {
    font-size: 80px !important;
}

.font-120 {
    font-size: 120px !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.letter-spacing-button {
    letter-spacing: .15rem;
}

.letter-spacing-home-sub {
    letter-spacing: 2px;
}


.letter-spacing-important {
    letter-spacing: 6px !important;
}

.color-coral {
    color: #CB9B75 !important;
}

.color-white-1 {
    color: #FCF9F6;
}

.color-white-2 {
    color: #F4F0EA;
}

.color-black {
    color: #000000;
}

.color-gray {
    color: #707070 !important;
}

.color-gray-light {
    color: #a9a9a9;
}

.bg-gray {
    background-color: #707070;
}

.bg-dark-gray {
    background-color: #000000B2;
}

.bg-coral {
    background-color: #CB9B75;
}

.bg-white-1 {
    background-color: #F4F0EA;
}

.bg-white-2 {
    background-color: #F6F6F6;
}

.bg-white {
    background-color: white;
}

.border-white {
    border-color: white !important;
}

.bg-transparent {
    background-color: transparent !important
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#__lpform_name {
    display: none !important;
}

/* ---------- 1.5 Image Hover Effect ---------- */
.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hover_effect:after {
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img, .hover_effect div {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img, .hover_effect:hover div {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect.h_blue:hover {
    background: #1dc1f8;
}

.hover_effect.h_yellow:hover {
    background-color: #CB9B75;
}

.hover_effect.h_dark:hover {
    background: #5e6667;
}

.hover_effect.h_link:after {
    content: "\f0c1";
}

.hover_effect.h_megaphone:after {
    content: "\f0a1";
}

.hover_effect.h_lightbox:after {
    content: "\f00e";
}

/* ========== 2 GENERAL STYLES ========== */
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.border-bottom-white {
    border-bottom: 16px solid white;
}


.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

/* ---------- 2.1 Forms ---------- */
.form-group {
    margin: 0;
}

.booking-form > div {
    margin-top: 22px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #707070 !important;
}

.form-control {
    color: #707070 !important;
    border: 1px solid #707070 !important;
    box-shadow: none;
    -webkit-transition: all ease 0.3s;
    border-radius: 0;
    transition: all ease 0.3s;
    font-size: 11px;
    background: transparent !important;
    width: 120px;
    height: 40px;
}

.form-control.contact-us {
    color: #707070 !important;
    border: none !important;
    box-shadow: none;
    -webkit-transition: all ease 0.3s;
    border-radius: 0;
    transition: all ease 0.3s;
    font-size: 14px;
    background: #F6F6F6 !important;
    width: 100%;
    height: 40px;
}

.form-subscribe {
    color: #ffffff !important;
    border: 1px solid #707070 !important;
    box-shadow: none;
    -webkit-transition: all ease 0.3s;
    border-radius: 0;
    transition: all ease 0.3s;
    font-size: 15px;
    background: transparent !important;
    height: 40px;
}

.form-control:disabled {
    background: #f5f5f5 !important;
}

.form-control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
}

.form-select select::-ms-expand {
    display: none;
}

.form_date .datepicker:hover {
    cursor: pointer;
}

textarea.form-control {
    max-width: 100%;
}

.form-control::-webkit-input-placeholder {
    color: #707070;
    letter-spacing: .15rem;
}

.form-control:-moz-placeholder {
    color: #707070;
    letter-spacing: .15rem;
}

.form-control::-moz-placeholder {
    color: #707070;
    letter-spacing: .15rem;
}

.form-control:-ms-input-placeholder {
    color: #707070;
    letter-spacing: .15rem;
}

.form-subscribe::-webkit-input-placeholder {
    color: #7b5f49;
    letter-spacing: .15rem;
}

.form-subscribe:-moz-placeholder {
    color: #7b5f49;
    letter-spacing: .15rem;
}

.form-subscribe::-moz-placeholder {
    color: #7b5f49;
    letter-spacing: .15rem;
}

.form-subscribe:-ms-input-placeholder {
    color: #7b5f49;
    letter-spacing: .15rem;
}

.form-control:focus {
    border-color: #d4d3d3;
    box-shadow: none;
    outline: none;
}

select:focus::-ms-value {
    background: transparent;
    color: #b3b3b3;
}

.form-control .btn-select,
.form-control .btn-select:hover,
.form-control .btn-select:focus {
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 11px;
    font-size: 11px;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
    width: 120px;
}

.input-group {
    width: 100%;
}

label {
    font-size: .9em;
    color: #a1b1c1;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px;
}

label .label_icon_info {
    color: #a1b1c1;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 10px;
    height: 10px;
    border: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
    position: absolute;
    top: -11px;
    right: -7px;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 1.4em;
    color: #707070;
}

.pointer-events-none {
    pointer-events: none !important;
}

.coursor-default {
    cursor: default !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #b3b3b3;
    letter-spacing: .15rem;
}

.datepicker-dropdown {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
}

.datepicker-dropdown.datepicker {
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #f5f5f5;
}

.datepicker-dropdown.datepicker .datepicker-switch {
    color: #a9a9a9;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    background: #e4e5e7;
    border: 1px solid #dadbdd;
    border-right: 0;
    border-left: 0;
}

.datepicker-dropdown.datepicker .datepicker-switch:hover {
    cursor: pointer;
}

.datepicker-dropdown.datepicker .prev,
.datepicker-dropdown.datepicker .next {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    width: 30px !important;
    height: 30px !important;
    background: #e4e5e7;
    border: 1px solid #dadbdd;
    border-radius: 2px;
    -webkit-transition: .5s;
    transition: .5s;
}

.datepicker-dropdown.datepicker .prev:hover,
.datepicker-dropdown.datepicker .next:hover {
    cursor: pointer;
    background: #ffb600;
    border-color: #ffb600;
    color: #fff;
}

.datepicker-dropdown.datepicker .day {
    padding: 10px 12px;
    color: #a1b1c1;
    background: rgba(203, 155, 117, 0.1);
    border: 1px solid #e7eef1;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.datepicker-dropdown.datepicker .new.day {
    background: #fefefe;
}

.datepicker-dropdown.datepicker .day.disabled {
    background: #ffecec;
    color: #a1b1c1;
    border-color: #ede8ea;
}

.datepicker-dropdown.datepicker .day:hover {
    cursor: pointer;
    background: #CB9B75;
    border-color: #CB9B75;
    color: #fff;
}

.datepicker-dropdown.datepicker .day.disabled:hover {
    cursor: not-allowed;
    background: #ffecec;
    color: #a1b1c1;
    border-color: #ede8ea;
}

.datepicker-dropdown.datepicker .day.today {
    background: #CB9B75;
    color: #fff;
}

.datepicker-dropdown.datepicker .datepicker-months,
.datepicker-dropdown.datepicker .datepicker-years,
.datepicker-dropdown.datepicker .datepicker-decades,
.datepicker-dropdown.datepicker .datepicker-centuries {
    max-width: 301px;
}

.datepicker-dropdown.datepicker .datepicker-months table tr td,
.datepicker-dropdown.datepicker .datepicker-years table tr td,
.datepicker-dropdown.datepicker .datepicker-decades table tr td,
.datepicker-dropdown.datepicker .datepicker-centuries table tr td {
    padding: 0;
    padding-top: 10px;
}

.datepicker-dropdown.datepicker .month,
.datepicker-dropdown.datepicker .year,
.datepicker-dropdown.datepicker .decade,
.datepicker-dropdown.datepicker .century {
    display: inline-block;
    width: 50px;
    padding: 10px 0;
    color: #a1b1c1;
    background: #f4fafd;
    border: 1px solid #e7eef1;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.datepicker-dropdown.datepicker .month:hover,
.datepicker-dropdown.datepicker .year:hover,
.datepicker-dropdown.datepicker .decade:hover,
.datepicker-dropdown.datepicker .century:hover {
    background: #1dc1f8;
    border-color: #1dc1f8;
    color: #fff;
    cursor: pointer;
}

.datepicker-dropdown.datepicker .month.disabled,
.datepicker-dropdown.datepicker .year.disabled,
.datepicker-dropdown.datepicker .decade.disabled,
.datepicker-dropdown.datepicker .century.disabled {
    background: #fbf5f5;
    color: #a1b1c1;
    border-color: #ede8ea;
}

.datepicker-dropdown.datepicker .month.disabled:hover,
.datepicker-dropdown.datepicker .year.disabled:hover,
.datepicker-dropdown.datepicker .decade.disabled:hover,
.datepicker-dropdown.datepicker .century.disabled:hover {
    cursor: not-allowed;
}

.bootstrap-select .dropdown-menu {
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
}

.bootstrap-select .dropdown-menu li a {
    color: #a1b1c1;
}

.bootstrap-select .dropdown-menu .popover-title {
    padding: 4px 10px !important;
    background: #e4e5e7;
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #dadbdd;
    border-radius: 2px 2px 0 0;
}

/* ---------- 2.2 Buttons ---------- */
button {
    outline: none;
}

.button {
    border: 1px solid;
    border-radius: 1px;
    font-size: 11px;
    padding: 8px 15px;
    background: transparent;
    color: #a9a9a9;
    font-weight: 600;
    letter-spacing: .15em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button.btn_lg {
    font-size: 14px;
    padding: 8px 20px;
    letter-spacing: 5px;
    border-color: #707070;
    color: #707070;
    border-radius: 0;
}

.button.btn_sm {
    font-size: 0.8em;
    padding: 3px 10px;
}

.button.btn_xs {
    font-size: 0.7em;
    padding: 0px 5px;
}

.button.btn_blue {
    background: #1dc1f8;
    border-color: #1dc1f8;
    color: #fff;
}

.button.btn_transparent {
    background: transparent;
    border-color: transparent;
}

.button.btn_yellow {
    background: #CB9B75;
    border-color: #CB9B75;
    color: #fff;
}

.btn_invia {
    background: #7B5F49 !important;
    border-color: #7B5F49 !important;
    color: #fff;
    border: none;
    padding: 6px 20px !important
}

.btn_invia:hover {
    background: #654937 !important;
    border-color: #654937 !important;
    color: #fff;
}

.button.btn_gold {
    background: #c7ba88;
    border-color: #c7ba88;
    color: #fff;
}

.button.btn_dark {
    background: #5e6667;
    border-color: #5e6667;
    color: #fff;
}

.button:hover, .button:active, .button:focus {
    background: rgba(244, 240, 234, 0.6);
    border-color: #707070;
}

.button.btn_blue:hover,
.button.btn_blue:active,
.button.btn_blue:focus {
    background: #2c88c0;
    border-color: #2c88c0;
}

.button.btn_yellow:hover,
.button.btn_yellow:active,
.button.btn_yellow:focus {
    background: #ba8c68;
    border-color: #ba8c68;
}


.button.btn_gold:hover,
.button.btn_gold:active,
.button.btn_gold:focus {
    background: #bcb081;
    border-color: #bcb081;
}

.button.btn_dark:hover,
.button.btn_dark:active,
.button.btn_dark:focus {
    background: #4f5758;
    border-color: #4f5758;
}

.button.btn_lg i {
    margin-right: 10px;
}

.button i {
    margin-right: 10px;
}

.button.btn_sm i {
    margin-right: 6px;
}

.button.btn_xs i {
    margin-right: 6px;
}

.button.bb {
    border-bottom: 2px solid rgba(0, 0, 0, .2) !important;
}

.btn_full {
    width: 100% !important;
}

.btn_load_more {
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    padding: 21px 40px;
    padding: 21px 40px;
    background: #ddbf5e;
    color: #ffffff;
    letter-spacing: 1px;
    border: none;
    transition: .5s;
    line-height: 0;
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    color: #a1b1c1;
    font-weight: 700;
}

.btn_load_more:hover {
    background: #eeeeee;
}

.social_media a {
    background: #fff;
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 1px;
    line-height: 40px;
    margin: 4px;
    text-align: center;
}

.social_media a:hover {
    color: #fff;
}

.social_media a:last-child {
    margin-right: 0;
}


a.facebook > i:hover, button.facebook > i:hover {
    color: #3b5998 !important;
}


a.twitter > i:hover, button.twitter > i:hover {
    color: #1DA1F2 !important;
}

a.whatsapp > i:hover, button.whatsapp > i:hover, .fa-whatsapp:hover {
    color: #25D366 !important;
}

a.social > i {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.tripadvisor > i:hover {
    color: #00af87 !important;
}

a.instagram > i:hover {
    background: -webkit-radial-gradient(33% 100% circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


a.googleplus:hover {
    color: #3b5998;
}


a.pinterest:hover {
    color: #3b5998;
}

.top_menu #st-1 .st-btn {
    height: unset;
    line-height: unset;
}

#st-2 .st-btn:last-child {
    border: 0 !important;
}

#st-1 .st-btn[data-network='whatsapp'] {
    background-color: transparent !important;
    border: 0 !important;
}

#st-1 .st-btn {
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    -webkit-transition: unset;
    transition: unset;
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
    border-radius: unset;
    cursor: pointer;
    font-size: unset;
    height: unset;
    line-height: unset;
    margin-right: 0;
    padding: 0 !important;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}

#st-2 .st-btn {
    padding: 0 !important;
}

#st-1 .st-btn:hover {
    opacity: 1 !important;
    top: 0 !important;
}

.social_media .linkedin:hover {
    color: #3b5998;
}


.social_media .youtube:hover {
    color: #3b5998;
}


.social_media .instagram:hover {
    color: #3b5998;
}

.pagination li {
    float: left;
    margin-right: 15px;
}

.pagination li.next_pagination > a,
.pagination li.prev_pagination > a {
    color: #AAA;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled,
.pagination li.page_of {
    color: #a1b1c1;
    font-weight: 700;
    display: inline-block;
    font-size: 13px;
    line-height: 42px;
    height: 43px;
    min-width: 43px;
    padding: 0 11px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #eeeeee;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.next_pagination > a:hover,
.pagination li.prev_pagination > a:hover {
    background: #1dc1f8;
    border-color: #1dc1f8;
    color: #FFF;
}

/* ---------- 2.3 Titles ---------- */
.main_title {
    position: relative;
}

.main_title h2 {
    font-size: 2.2em;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    position: relative;
    color: #707070;
    font-weight: 700;
    line-height: 1.2;
}

.main_title.mt_dark h2 {
    color: #444;
}

.main_title.mt_blue h2 {
    color: #1dc1f8;
}

.main_title.mt_yellow h2 {
    color: #ffb600;
}

.main_title.mt_white h2 {
    color: #fff;
}

.main_title:after {
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 80px;
    margin: 10px auto;
}

.main_title.a_left:after {
    margin-left: 0;
}

.main_title.a_right:after {
    margin-right: 0;
}

.main_title.mt_wave:after {
    background: url("../images/icons/wave.svg");
    opacity: .5;
}

.main_title.mt_wave.mt_dark:after {
    background: url("../images/icons/wave_dark.svg");
}

.main_title.mt_wave.mt_blue:after {
    background: url("../images/icons/wave_blue.svg");
}

.main_title.mt_wave.mt_yellow:after {
    background: url("../images/icons/wave_yellow.svg");
}

.main_title.mt_wave.mt_white:after {
    background: url("../images/icons/wave_white.svg");
}

.main_description {
    margin-bottom: 50px;
}

.main_description {
    font-size: 1em;
    line-height: 1.6;
}

.main_description.a_center {
    padding: 0 10%;
}

.main_description.md_white {
    color: #fff;
}

/* ---------- 2.4 Notification ---------- */
.notification {
    position: fixed;
    padding: 8px;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 3px;
    color: white;
    opacity: 0;
    overflow: hidden;
    -webkit-animation: scale-in .3s ease-out forwards, expand .3s 1.5s ease-out forwards;
    animation: scale-in .3s ease-out forwards, expand .3s 1.5s ease-out forwards;
    z-index: 99;
}

.notification:hover {
    cursor: pointer;
}

.notification.success {
    background: #a7d155;
}

.notification.error {
    background: #E34F4F;
}

.notification .notification-icon {
    margin-right: 10px;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background: #ce4848;
    text-align: center;
}

.notification.error .notification-icon {
    background: #ce4848;
}

.notification.success .notification-icon {
    background: #97bd4f;
}

.notification .notification-icon i {
    font-size: 22px;
    line-height: 40px;
    color: #f5f5f5;
}

.notification-text {
    opacity: 0;
    font-size: .9em;
    text-align: left;
    color: #f5f5f5;
    letter-spacing: .5px;
    -webkit-animation: fade-in 1s 1s ease-in forwards;
    animation: fade-in 1s 1s ease-in forwards;
}

@-webkit-keyframes scale-in {

    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in {

    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes expand {

    0% {
        width: 55px;
    }

    100% {
        width: 330px;
    }
}

@keyframes expand {

    0% {
        width: 55px;
    }

    100% {
        width: 330px;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.notification.scale-out {
    opacity: 1;
    -webkit-animation: collapse .3s ease-in forwards, scale-out .3s 1.5s ease-out forwards;
    animation: collapse .3s ease-in forwards, scale-out .3s 1.5s ease-out forwards;

}

.notification.scale-out .notification-text {
    -webkit-animation: fade-out 1s ease-in forwards;
    animation: fade-out 1s ease-in forwards;
}

@-webkit-keyframes collapse {
    0% {
        width: 330px;
    }

    100% {
        width: 55px;
    }
}

@keyframes collapse {
    0% {
        width: 330px;
    }

    100% {
        width: 55px;
    }
}

@-webkit-keyframes scale-out {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);

    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

}

@keyframes scale-out {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);

    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* ---------- 2.5 Loader ---------- */
#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
}

#loading .inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.loading_effect {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    margin-top: -80px;
    margin-left: -50px;
}

.loading_effect .object {
    width: 20px;
    height: 20px;
    background-color: #CB9B75;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    border-radius: 50% 50% 50% 50%;
}

.loading_effect #object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

.loading_effect #object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.loading_effect #object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

.loading_effect2 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 300px;
    margin-top: -25px;
    margin-left: -150px;
}

.loading_effect2 .object {
    width: 18px;
    height: 18px;
    background: #ffb600;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    border-radius: 50% 50% 50% 50%;
    -webkit-animation: loading_effect2 1s infinite;
    animation: loading_effect2 1s infinite;
}

.loading_effect2 .object:last-child {
    margin-right: 0px;
}

.loading_effect2 .object:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.loading_effect2 .object:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loading_effect2 .object:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.loading_effect2 .object:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading_effect2 .object:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading_effect2 .object:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading_effect2 .object:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading_effect2 .object:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes loading_effect2 {
    50% {
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }
}

@keyframes loading_effect2 {
    50% {
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }
}

.loading_effect3 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.loading_effect3 .object {
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #ffb600;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffb600;
    border-right: 5px solid transparent;
    -webkit-animation: loading_effect3 2s infinite;
    animation: loading_effect3 2s infinite;
}

.loading_effect3 #object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

.loading_effect3 #object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading_effect3 #object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading_effect3 #object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loading_effect3 {
    50% {
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes loading_effect3 {
    50% {
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

/* ---------- 2.6 Back to Top ---------- */
#back_to_top {
    height: 55px;
    width: 55px;
    background: #CB9B75;
    right: -100px;
    bottom: 15px;
    position: fixed;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 99;
}

#back_to_top i {
    color: #fff;
    line-height: 55px;
    font-size: 22px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#back_to_top:hover,
#back_to_top:focus {
    background: #ba8c68;
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
}

#back_to_top:hover {
    cursor: pointer;
}

#back_to_top.active {
    right: 15px;
}

/* ========== 3 TOP MENU ========== */

/* ---------- 3.1 Top Menu ---------- */
.z-index-9999 {
    z-index: 9999;
}

.top_menu {
    width: 100%;
    position: relative;
    font-size: 0.9em;
}

.top_menu {
    background: #fff;
    color: #707070;
    height: 90px;
}

.top_menu.transparent {
    background: transparent;
    position: absolute;
    z-index: 999;
    border-bottom: none;
    top: 20px;
    color: #fff;
}

.top_menu.transparent a {
    color: #fff;
}

.top_menu.transparent .dropdown-menu a {
    color: #a9a9a9;
}

.top_menu.transparent a:hover,
.top_menu.transparent a:focus,
.top_menu.transparent .dropdown.open a.select {
    color: #ffb600;
}

.top_menu .welcome_mssg {
    padding: 7px 0;
    float: left;
}

.top_menu a {
    color: #a9a9a9;
}

.top_menu a:hover,
.top_menu .dropdown.open a {
    color: #8e8f8e;
}

/*to align elements center*/
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-bottom {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.center-absolute {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.center-vertically-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* ---------- 3.2 left Menu ---------- */
.top_menu .top_menu_left {
    padding: 7px 0;
    float: left;
}

.top_menu .top_menu_left li {
    display: inline-block;
    float: left;
    padding-left: 30px;
}

.top_menu .top_menu_left li:first-child {
    padding-left: 0px;
}

.top_menu .top_menu_left li i {
    margin-right: 4px;
}

/* ---------- 3.3 Language Switcher ---------- */
.top_menu .dropdown .select {
    padding-bottom: 12px;
}

.top_menu .dropdown .select .caret {
    margin-top: 0px;
}

.top_menu .dropdown .select i {
    margin-right: 4px;
}

.boxed .top_menu .dropdown-menu {
    min-width: 100px;
}

.top_menu .dropdown-menu {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    min-width: 110px;
    margin-left: -10px;
}

.top_menu .dropdown .dropdown-menu {
    animation-name: TopMenu;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: TopMenu;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: TopMenu;
    -moz-animation-duration: .3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@keyframes TopMenu {
    from {
        opacity: 0;
        margin-top: 10px;
    }
    to {
        opacity: 1;
        margin-top: 6px;
    }
}

@-webkit-keyframes TopMenu {
    from {
        opacity: 0;
        margin-top: 10px;
    }
    to {
        opacity: 1;
        margin-top: 6px;
    }
}

.top_menu .dropdown-menu {
    background: #F5F5F5;
}

.top_menu .dropdown-menu li,
.top_menu .dropdown-menu li:first-child {
    width: 100%;
    padding: 0;
    margin: 0;
}

.top_menu .dropdown-menu li a {
    padding: 6px 10px;
    line-height: 1em;
    color: #a9a9a9;
}

.top_menu .dropdown-menu li a {
    border-bottom: 1px solid #fcfcfc;
}

.top_menu .dropdown-menu li a:hover {
    background: #ededed;
}

.top_menu .caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

/* ========== 4  HEADER ========== */

/* ---------- 4.1 Header ---------- */
header {
    width: 100%;
    background: #fff;
    z-index: 9999;
    height: 90px;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);


}

.mfp-zoom-out-cur header {
    padding-right: 17px;
}

header.transparent {
    background: transparent;
    border-bottom: none;
    z-index: 99;
    top: 50px;
}

header.nav_bg {
    background: #fff;
}

header a:hover {
    color: #8e8f8e;
}

header.fixed {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

header.transparent.fixed {
    position: absolute;
}

header.transparent.navbar-fixed-top {
    position: fixed;
}

header .navbar-toggle {
    position: absolute;
    left: 30px;
    top: 15px;
}

header .navbar-toggle.nav-info {
    left: 90px;
    /*padding: 6px 10px;*/
    top: 10px;
    padding: 0;
}

header .nodisplay {
    display: none;
}

header.transparent.nav_bg {
    border-bottom: 1px solid #e6eff2;
    top: 0;
}

header .navbar-header .navbar-brand {
    padding: 15px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header.scroll .navbar-header .navbar-brand {
    padding: 20px 0;
    margin-top: 0px;
}

/* ---------- 4.2 Mobile Menu ---------- */
header .navbar-header .mobile_menu_btn {
    margin-right: 0;
    padding-right: 0;
    z-index: 9999;
}

header .navbar-header .mobile_menu_btn .icon-bar {
    background: #707070;
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

header.transparent .navbar-header .mobile_menu_btn .icon-bar {
    background: #fff;
}


header .navbar-header .mobile_menu_btn .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
}

header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(2) {
    top: 0px;
}

header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(3) {
    top: 0px;
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(3) {
    top: -6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact-btn a:hover {
    color: white;
}

.book-now-btn {
    pointer-events: none;
}

.book-now-btn:focus, .book-now-btn:active, .book-now-btn:hover {
    background: transparent;
    border: 0;
}

.social-header {
    position: absolute;
    right: 80px;
    top: 28px;
}

/* ---------- 4.3 Main Menu ---------- */
#main_menu {
    position: fixed !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 99;
    transform: translateY(100%);
    transition: transform 1s;
}

#main_menu.mobile_menu_open {
    /*position: absolute !important;*/
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    /*height: 100%;*/
    width: 100%;
    top: 90px;
    left: 0;
    background: white;
    z-index: 9998;
    transform: translateY(0%);
    transition: transform 1s;

    /* Hide scrollbar for IE and Edge */
    -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#main_menu.mobile_menu_open::-webkit-scrollbar {
    display: none;
}


#main_menu ul {
    list-style: none;
}

#main_menu .navbar-nav li a {
    color: #a1b1c1;
    font-size: .95em;
    font-weight: 900;
    letter-spacing: .05em;
    padding: 30px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#main_menu .navbar-nav li.active a {
    color: #ffb600;
}

.transparent #main_menu .navbar-nav li a {
    color: #fff;
}

.transparent.nav_bg #main_menu .navbar-nav li a {
    color: #a1b1c1;
}

.transparent.nav_bg #main_menu .navbar-nav li.active a.dropdown-toggle, .transparent #main_menu .navbar-nav li.active a.dropdown-toggle {
    color: #ffb600;
}

.scroll #main_menu .navbar-nav li a {
    padding: 20px 20px;
}

#main_menu .navbar-nav li a {
    color: #a1b1c1;
}

#main_menu .navbar-nav li a:hover,
#main_menu .navbar-nav .open .dropdown-toggle,
.transparent.nav_bg #main_menu .navbar-nav li a:hover,
.transparent.nav_bg #main_menu .navbar-nav .open .dropdown-toggle {
    color: #CB9B75;
}

#main_menu .navbar-nav .menu_button .button {
    margin-top: 22px;
    padding: 8px 16px;
}

#main_menu .navbar-nav .menu_button .button:hover,
#main_menu .navbar-nav .menu_button .button:focus,
#main_menu .navbar-nav .menu_button .button:active {
    background: #CB9B75;
    border-color: #CB9B75;
    color: #fff !important;
}

.scroll #main_menu .navbar-nav .menu_button .button {
    margin-top: 12px;
}

/* ---------- 4.4 Drop Down Menu ---------- */
#main_menu .navbar-nav .dropdown .dropdown-menu {
    margin-top: 0px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e6eff2;
    border-top: 2px solid #e6eff2;
    padding: 0;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#main_menu .navbar-nav .dropdown .dropdown-menu {
    animation-name: MainMenu;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: MainMenu;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: MainMenu;
    -moz-animation-duration: .3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@keyframes MainMenu {
    from {
        opacity: 0;
        margin-top: 10px;
    }
    to {
        opacity: 1;
        margin-top: 0px;
    }
}

@-webkit-keyframes MainMenu {
    from {
        opacity: 0;
        margin-top: 10px;
    }
    to {
        opacity: 1;
        margin-top: 0px;
    }
}

header #main_menu .navbar-nav .dropdown .dropdown-menu {
    left: auto;
}

/* ---------- 4.4.1 Simple Drop Down Menu ---------- */
#main_menu .navbar-nav .simple_menu .dropdown-menu li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #EEF2F5;
    color: #a5b4be;
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li:hover {
    background: #fbfbfb;
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li a {
    padding: 8px 20px;
    color: #707070;
    font-size: 0.9em;
    font-weight: 400;
    text-transform: none;
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li a:hover {
    color: #79868f;
}

/* ---------- 4.4.2 Mega Drop Down Menu ---------- */
#main_menu .mega_menu {
    position: static;
    padding: 0px;
    margin: 0px;
}

#main_menu .navbar-nav .dropdown .dropdown-menu .mega_menu_inner {
    padding: 20px 30px;
}

#main_menu .mega_menu .mega_menu_inner ul .list_title {
    padding: 10px 0;
    font-size: .9em;
    color: #a1b1c1;
    font-weight: 700;
    text-transform: uppercase;
}

#main_menu .mega_menu .mega_menu_inner ul li {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}

#main_menu .mega_menu .mega_menu_inner ul li a {
    color: #a1b1bc;
    padding: 0;
    text-transform: none;
    font-weight: 500;
}

#main_menu .mega_menu .mega_menu_inner ul li a:hover {
    color: #79868f;
}

#main_menu .navbar-nav .mega_menu.mega_menu_fullwidth .dropdown-menu {
    left: 0;
    right: 0;
}

#main_menu .navbar-nav .dropdown b.caret,
#main_menu .navbar-nav .dropdown b.caret-up {
    display: none;
}

.caret {
    border-top: 6px dashed;
    border-top: 6px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}


/* ========== 5 SECTIONS ========== */

/* ---------- 5.1 Global Sections ---------- */
section {
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden !important;
    max-width: 100%;
}

section.white_bg {
    background: #fff;
}

section.lightgrey_bg {
    background: #f5f5f5;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

section.grey_bg {
    background: #f6f9f8;
    border-bottom: 1px solid #f5f5f5;
}

section.blue_bg {
    background: #1dc2f8;
}

section .main_title {
    margin-bottom: 30px;
    margin-top: 20px;
}

.home-box {
    height: 500px;
}

.home-box-content ul {
    list-style: none; /* Remove default bullets */
    margin-left: 1em;
}

.home-box-content ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #CB9B75; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* ---------- Masonry ------------------------*/

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item {
    width: 20%;
}

.grid-item {
    height: 120px;
    float: left;
    border: 8px solid white;
    background: #F4F0EA center;
    background-size: cover;
}

.grid-item img {
    display: block;
    width: 100%;
}


.grid-item--width2 {
    width: 60%;
}

.grid-item--width3 {
    width: 40%;
}

.grid-item--width4 {
    width: 20%;
}


.grid-item--height2 {
    height: 560px;
}

.grid-item--height3 {
    height: 776px;
}

.grid-item--height4 {
    height: 216px;
}


.box {
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
    height: 100%;
}

.box img {
    width: 100%;
    height: auto;
}

.box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.box .box-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(246, 246, 246, 0.85);
    position: absolute;
    top: -105%;
    left: 0;
    transition: all 0.5s ease 0s;
}

.box .box-content.box-home:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(246, 246, 246, .85);
    position: absolute;
    top: -105%;
    left: 0;
    transition: all 0.5s ease 0s;
}

.box-sub-content {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.box:hover .box-sub-content {
    opacity: 0;
}

.box:hover .box-content:before {
    top: 0;
}

.box:hover .box-content:after {
    bottom: 0;
}

.box .title, .box .post {
    width: 80%;
    color: #707070;
    margin: 0 auto;
    opacity: 0;
    position: relative;
    top: 10%;
    z-index: 1;
    transition: all 0.55s ease 0s;
}

.box .post {
    display: block;
    font-size: 16px;
    top: 63%;
}

.box:hover .title,
.box:hover .post {
    /*top: 30%;*/
    opacity: 1;
    transition-delay: 0.55s;
}

.box:hover .post {
    top: 37%;
}

.box .icon {
    margin: 0;
    list-style: none;
    z-index: 1;
    position: relative;
    top: 33%;
    transform: scale(0);
    transition: all 0.55s ease 0s;
}

.box:hover .icon {
    transform: scale(1);
    transition-delay: 0.55s;
}

.box .icon li {
    display: inline-block;
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    font-size: 18px;
    color: #1e1818;
    transition: all 0.5s ease 0s;
}

.box .icon li a:hover {
    background: #1e1818;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .box {
        margin-bottom: 30px;
    }
}

/* ---------- 5.2 Revolution Slider ---------- */
.rev_slider {
    overflow-x: hidden !important;
}

.full_slider {
    position: relative;
    margin: 0;
    padding: 0;
}

.rev_slider {
    overflow: hidden;
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    border: none !important;
}

.sub_title_bg {
    font-size: 48px !important;
}

.sub_title_md {
    font-size: 32px !important;
}

.sub_title_sm {
    font-size: 22px !important;
}

.sub_title_xs {
    font-size: 16px !important;
}

.sub_title_xxs {
    font-size: 14px !important;
}

.my-text-wrap {
    white-space: normal !important;
}

.my-text-center {
    text-align: center !important;
}

#hero .tp_b_title {
    margin-bottom: 50px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(22, 22, 22, 0.05);
}

.tp_m_title {
    color: #ffffff;
    line-height: 2em;
    font-family: 'Raleway', sans-serif;
}

.tp_m_title i {
    font-size: 1em;
    margin-right: 5px;
}

#hero .tp_s_title {
    font-family: 'Lato', sans-serif;
    color: #fff;
    line-height: 2em;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: 1px;
}

#hero .f_item .icon_box {
    float: left;
    display: inline-block;
    width: 50px;
    height: 45px;
    background: #ffb600;
    border-radius: 1px 0 0 1px;
    text-align: center;
    border-radius: 1px 0 0 1px;
}

#hero .f_item .icon_box i {
    color: #fff;
    font-size: 1.5em;
    line-height: 50px;
}

#hero .f_item .icon_box i:before {
    margin: 0;
    font-size: 22px;
}

#hero .f_item .text_box {
    display: inline-block !important;
    background: #f2f2f4;
    height: 45px;
    width: 220px;
    border-radius: 0 2px 2px 0;
    color: #8f99ac;
    padding: 4px 10px;
    font-size: 1.1em;
    line-height: 1.3em;
    font-family: "Raleway";
    font-weight: 500;
}

#hero .f_item .text_box span {
    color: #8f99ac;
    font-family: 'Lato', sans-serif;
    font-size: .8em;
    font-weight: 500;
    display: block;
}

.dione.tparrows:before {
    position: absolute;
    line-height: 30px;
    margin-left: -30px;
    top: 50%;
    left: 50%;
    font-size: 60px;
    margin-top: -15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
    margin-left: 0px;
}

.gradient_overlay {
    position: relative;
}

.gradient_slider .slotholder:after,
.gradient_overlay:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(147, 0, 17, .75);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(64, 97, 237, 0.5)), color-stop(100%, rgba(86, 20, 147, .5)));
    background: -webkit-linear-gradient(145deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: -webkit-linear-gradient(315deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: linear-gradient(135deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#930011', endColorstr='#561493', GradientType=1);
}

.gradient_overlay.opac8:after {
    background: rgba(147, 0, 17, .8);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(64, 97, 237, 0.8)), color-stop(100%, rgba(86, 20, 147, .5)));
    background: -webkit-linear-gradient(145deg, rgba(147, 0, 17, .8) 0, rgba(86, 20, 147, .8) 100%);
    background: -webkit-linear-gradient(315deg, rgba(147, 0, 17, .8) 0, rgba(86, 20, 147, .8) 100%);
    background: linear-gradient(135deg, rgba(147, 0, 17, .8) 0, rgba(86, 20, 147, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#930011', endColorstr='#561493', GradientType=1);
}

.dotted_overlay:before {
    content: '';
    background: url("../images/icons/gridtile.png");
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}


/* ---------- 5.3 Rooms ---------- */
.room {
    background: #fafafa;
}

.room figure {
    position: relative;
}

.room figure img {
    width: 100%;
}

.room figcaption {
    padding: 15px 10px;
    border: 1px solid #f0f2f6;
    border-top: none;
}

.room figcaption h4,
.room figcaption h5 {
    display: inline-block;
    font-weight: 600;
}

.room figcaption h4 a,
.room figcaption h5 a {
    color: #a1b1c1;
}

.room figure .price {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
    text-align: center;
    padding: 4px 12px;
    background: #444;
    border-radius: 0 0 10px 0;
    color: #fff;
    z-index: 9;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
}

/* ---------- 5.4 Features ---------- */
#features .owl-thumb-item {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 2px;
    padding: 9px;
    -webkit-transition: .2s;
    transition: .2s;
}

#features .owl-thumb-item.active {
    background: #333;
    color: #fff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#features .owl-thumb-item.active:before {
    content: '\f0d9';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -14px;
    margin-top: 22px;
    font-size: 25px;
    color: #333;
}

#features .owl-thumb-item:hover {
    cursor: pointer;
}

#features .owl-thumb-item .media {
    cursor: pointer;
    padding-bottom: 48px;
}

#features .owl-thumb-item .media-body h5 {
    font-weight: 600;
    color: #a1b1c1;
}

#features .owl-thumb-item.active .media-body h5 {
    color: #fff;
}

#features .owl-thumb-item .media-body p {
    font-size: .98em;
    color: #acbac4;
    margin: 7px 0;
}

#features .owl-thumb-item.active .media-body p {
    color: #fff;
}

#features .owl-thumb-item .media-left {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    display: block;
    vertical-align: middle;
    width: 50px;
}

#features .owl-thumb-item .media-left {
    color: #ffb600;
    font-size: 2em;
    line-height: 2em;
    text-align: center;
    margin-left: 14px;
}

#features .owl-thumb-item .media-left i:before {
    font-size: 38px;
    margin: 0;
}

.slick-slide {
    outline: none;
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}

.main_menu_text_slider .slick-slide {
    /*color: #000000;*/
    /*opacity: .6;*/
}

.main_menu_text_slider .slick-slide a:hover {
    font-weight: bold;
    color: #000000;
    opacity: 1;
}

.main_menu_text_slider .slick-slide.slick-current {
    font-family: 'Raleway', serif;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #000000;
    opacity: 1;
}

.main_menu_text_slider .slick-slide.slick-current:focus {
    outline: none;
}


.slick-prev {
    left: 0;
    z-index: 10;
}

.slick-next:before {
    right: 0;
}

.slick-prev:before {
    content: none;
}

.slick-next:before {
    content: none;
}

.suite_slider .slick-prev, .suite_slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 28%;
    display: block;
    width: 0px;
    height: 28px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.suite_slider .slick-prev > svg, .suite_slider .slick-next > svg {
    height: 30px;
}

.suite_slider .slick-prev {
    left: -35px;
}


/* ---------- 5.5 Blog ---------- */
#blog .blog_item {
    background: #f6f7fb;
    border: 1px solid #f0f2f6;
    border-radius: 2px;
    min-height: 200px;
    margin-bottom: 30px;
}

#blog .blog_item figure img {
    width: 100%;
}

#blog .blog_item .main {
    padding: 15px;
}

#blog .blog_item .main h3 a {
    color: #a1b1c1;
    font-size: .8em;
    font-weight: 600;
}

#blog .blog_item .main p {
    color: #98a9b8;
    line-height: 1.7em;
}

#blog .blog_item .main .info {
    margin-top: 20px;
}

#blog .blog_item .main .info a {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    color: #98a9b8;
}

#blog .blog_item .main .info i {
    margin-left: 10px;
    margin-right: 4px;
}

#blog .blog_item .main .info i:first-child {
    margin-left: 0;
}

.comments {
    padding-bottom: 50px;
}

.comments .comments_text {
    padding-bottom: 40px;
    font-weight: 600;
    color: #98959E;
}

.comments ol.comments_list li {
    list-style: none;
}

.comments .comment-box {
    background: #ffffff;
    border: 1px solid #e6eff2;
    margin-bottom: 20px;
    padding: 22px;
}

.comments .trees_number {
    background: #FFF;
    border: 1px solid #EEE;
    color: #C1C1C1;
    float: right;
    padding: 0 7px;
    font-size: 11px;
    display: none;
}

.comments .avatar {
    background: #FFF;
    border: 1px solid #e6eff2;
    float: left;
    margin: 4px 15px 0 4px;
    padding: 4px;
    border-radius: 100%;
    -webkit-transition: all ease 0.30s;
    transition: all ease 0.30s;
}

.comments .avatar:hover {
    border: 1px solid #1dc1f8;
}

.comments .avatar img {
    border-radius: 100%;
}

.comments .comment_content {
    margin-left: 110px;
}

.comments .comment_content .reply_link:before {
    content: "\f112";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 0.8em;
}

.comments .comment_content .reply_link {
    float: right;
    padding: 0px 15px;
    color: #a9a9a9;
    border-radius: 2px;
    font-size: .9em;
    -webkit-transition: all ease 0.30s;
    transition: all ease 0.30s;
}

.comments .author_name {
    display: inline-block;
}

.comments .author_name a {
    float: left;
    color: #a1b1c1;
    font-weight: 600;
}

.comments .author_name a:hover {
    color: #ffb600;
}

.comments .comment_info {
    display: block;
}

.comments .comment_info a {
    color: #a9a9a9;
    font-weight: 600;
    font-size: .8em;
    text-transform: uppercase;
}

.comments .comment_info i {
    padding-right: 5px;
    font-size: .8em;
    color: #a9a9a9;
}

.comments .children {
    padding-left: 40px;
    position: relative;
}

.comments .comment-form input {
    display: inline-block;
    border: 1px solid #E6EFF2;
    margin-bottom: 40px;
    box-shadow: none;
    border-radius: 1px;
    width: 100%;
    height: 40px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.comments .comment-form textarea {
    border: 1px solid #E6EFF2;
    margin-bottom: 40px;
    box-shadow: none;
    border-radius: 1px;
    width: 100%;
    height: 140px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

/* ---------- 5.6 Video ---------- */
#video {
    position: relative;
    padding: 0;
    margin: 0;
    background-image: url(../images/video_bg.jpg);
}

#video .inner {
    padding: 100px 0;
}

#video .video_popup {
    padding: 100px 0;
    text-align: center;
}

#video .video_popup a {
    position: relative;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    display: block;
    background: transparent;
    border: 6px solid #fff;
    margin: 0 auto;
    opacity: .5;
    text-align: center;
    z-index: 9;
}

#video .video_popup a i {
    color: #fff;
    margin-left: 8px;
    font-size: 2.8em;
    line-height: 2.8em;
}

#video .video_popup a:after {
    position: absolute;
    content: '';
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.3;
    border-radius: 200px;
}

#video .video_popup a:hover {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

#video .video_popup a:hover:after {
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    -webkit-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
    opacity: 0;
    background: white;
}

.coral-popup {
    position: relative;
    background: #CB9B75;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
    color: white;
}

.coral-popup a {
    color: white;
    text-decoration: underline;
}

.coral-popup a:hover {
    color: #707070;
}

/* ---------- 5.7 Testimonials ---------- */
#testimonials .item {
    position: relative;
    margin-top: 35px;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 2px;
    text-align: center;
}

#testimonials .item img {
    max-width: 80px;
    margin: 0 auto;
    border-radius: 50%;
}

#testimonials .review_content {
    padding: 15px 0;
}

#testimonials .review_content .review_rating {
    text-align: center;
}

#testimonials .review_content .review_rating i {
    color: #ffb600;
    margin: 4px 0;
}

#testimonials .review_content .review_author {
    padding-top: 30px;
}

#testimonials #testimonials_slider .owl-dots {
    margin-top: 40px;
    position: relative;
    text-align: center;
}

#testimonials #testimonials_slider .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    margin: 0 8px;
}

#testimonials #testimonials_slider .owl-dots .owl-dot span {
    position: absolute;
    bottom: 0;
    border-radius: 20px;
    border: solid 3px;
    display: block;
    width: 2px;
    height: 15px;
    margin: 5px 7px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#testimonials #testimonials_slider .owl-dots .owl-dot.active span,
#testimonials #testimonials_slider .owl-dots .owl-dot:hover span {
    color: #1dc1f8;
    height: 25px;
}

/* ---------- 5.8 Testimonials Style 2 ---------- */
#testimonials_style_2 .review_content {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 20px 30px;
    position: relative;
    border: 1px solid #eef1f5;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#testimonials_style_2 .review_item .review_content:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: -115px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-right: 1px solid #eef1f5;
    border-bottom: 1px solid #eef1f5;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#testimonials_style_2 .review_item .review_content:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, .15);
}

#testimonials_style_2 .review_item .review_content h3 {
    text-align: center;
}

#testimonials_style_2 .review_content .review_rating {
    text-align: center;
    margin-top: 10px;
}

#testimonials_style_2 .review_content .review_rating i {
    margin: 4px 0;
    color: #ffb600;
}

#testimonials_style_2 .review_item p {
    margin: 15px 0;
    font-weight: 300;
}

#testimonials_style_2 .review_author {
    text-align: center;
}

#testimonials_style_2 .review_author img {
    display: inline-block;
    border-radius: 50%;
}

#testimonials_style_2 .review_item .review_author .author_info {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    top: 15px;
    text-align: left;
}

#testimonials_style_2 .review_author h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

#testimonials_style_2 .review_author .place {
    font-size: 14px;
    font-weight: 300;
    color: #8f939d;
    display: block;
}


#slider_review .slick-dots li button:before {
    font-size: 35px;
    color: #cb9b75;
    opacity: .5;
    transition: all .3s;
}

#slider_review .slick-dots li.slick-active button:before {
    color: #cb9b75;
    opacity: 1;
}

/* ---------- 5.9 Places ---------- */
#places .places_item {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 5;
    transition: 5;
}

#places .places_item:after {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(147, 0, 17, .75);
    background: -moz-liznear-gradient(145deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(147, 0, 17, .5)), color-stop(100%, rgba(86, 20, 147, .5)));
    background: -webkit-linear-gradient(145deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: -webkit-linear-gradient(315deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: linear-gradient(135deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#930011', endColorstr='#561493', GradientType=1);
}

#places .places_item img {
    width: 100%;
    border-radius: 4px;
}

#places .places_item .place_name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
}

#places .places_item .place_name h2 {
    color: #fff;
    font-size: 16px;
}

/* ---------- 5.10 Location - Contact Us ---------- */
#contact #map-canvas {
    border: 1px solid #cfd7da;
    border-radius: 2px;
    width: 100%;
    height: 380px;
}

.contact-items .contact-item {
    background: #ffb600;
    border: 1px solid #efac14;
    padding: 5px;
    color: #fff;
    margin-bottom: 8px;
    border-radius: 1px;
}

.contact-items .last {
    margin-right: 0px;
}

.contact-item h6 {
    font-size: .9em;
    color: #fff;
    letter-spacing: 0.01em;
}

.contact-item i {
    float: left;
    font-size: 1em;
    color: #ffffff;
    margin-right: 5px;
    line-height: .7em;
}

#contact-form {
    margin-top: 20px;
}

#contact .form-control {
    height: 52px;
    border-radius: 1px;
    border: 1px solid #dfdfdf;
    background-color: #fcfcfc;
    margin-bottom: 15px;
}

#contact textarea.form-control {
    min-height: 128px;
}

/* ---------- 5.11 Gallery ---------- */
#gallery {
    overflow: hidden;
    position: relative;
}

#gallery .main_title h2 {
    color: #fff;
}


#gallery .s_description.a_center {
    color: #fff;
}

#gallery_slider .item {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
}

#gallery_slider .owl-stage {
    margin: 0 auto;
}


#gallery_slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery_item_info {
    text-align: center;
    padding: 15px 0;
}

.gallery_item_info h4 {
    font-size: 1.4em;
}

.gallery_item_info p {
    font-size: .8em;
    margin: 0;
    margin-top: 4px;
}

#gallery .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

#gallery .owl-theme .owl-controls .owl-dots .owl-dot span {
    margin: 5px;
    border-radius: 7px;
    background-color: rgb(45, 160, 200);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    width: 14px;
    height: 14px;
}

#gallery .owl-theme .owl-controls .owl-dot.active span,
#gallery .owl-theme .owl-controls .owl-dot span:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

/* ---------- 5.12 Gallery Style 2 ---------- */
#gallery_style_2 .gs2_item {
    margin-bottom: 50px;
}

#gallery_style_2 .gs2_item {
    box-sizing: border-box;
    position: relative;
}

#gallery_style_2 .gs2_item:after {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-bottom: 50px solid #fefefe;
    bottom: -70px;
    right: -70px;
    box-shadow: 0px 7px 6px -9px black;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 9;
}

#gallery_style_2 .gs2_item:before {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-top: 50px solid #fefefe;
    top: -70px;
    left: -70px;
    box-shadow: 0px -7px 6px -9px black;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 9;
}

/* ---------- 5.13 About ---------- */
#about {
    height: 100%;
    padding: 10px 20px;
    border: 5px double #f2f2f2;
    background: #f7f8f9;
}

/* ---------- 5.14 About Style 2 ---------- */
#about_style_2 .about_img_1,
#about_style_2 .about_img_2 {
    padding: 0px;
    margin-top: 25px;
    display: inline-block;
    border: 10px solid #1dc2f8;
    border-radius: 50%;
    overflow: hidden;
}

#about_style_2 .about_img_2_col {
    margin-left: -80px;
}

#about_style_2 .about_img_1 .about_img_inner,
#about_style_2 .about_img_2 .about_img_inner {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    border: 10px solid #39cdff;
    overflow: hidden;
}

#about_style_2 .about_img_1 .about_img_inner img {
    z-index: 9;
}

/* ---------- 5.15 Subscribe Form ---------- */
#subscribe {
    background: url("../images/subscribe_bg.jpg");
}

#subscribe .inner {
    position: relative;
    padding: 24px 0;
    z-index: 9;
}

#subscribe .inner .main_title {
    margin-bottom: 10px;
}

#subscribe .inner .form-group {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

#subscribe .inner .form-control {
    display: inline-block;
    float: left;
    padding: 28px;
    border-radius: 50px;
}

#subscribe .inner button {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

#subscribe .inner button i {
    position: relative;
    right: 7px;
    font-size: 1.5em;
    text-align: center;
}


/* ========== 6 BOOKING FORMS ========== */

/* ---------- 6.1 Vertical Booking Form ---------- */
.vbf {
    background-color: #fcfcfc;
    border-radius: 3px;
    border: 1px solid #F4F4F4;
}

.vbf .form_title {
    background: #f5f5f5;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #ededed;
    text-align: center;
    letter-spacing: 0.2px;
    color: #8a959e;
    font-size: 22px !important;
    font-family: 'Raleway', sans-serif;
    line-height: 1em;
    font-weight: 700;
    padding: 12px 0;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}

.vbf .form_title i {
    font-size: 0.9em;
    position: relative;
    top: -2px;
}

.vbf .inner {
    padding: 20px;
}

.vbf .form-control {
    font-size: .9em;
    padding: 6px 10px;
    border-radius: 1px;
    height: 42px;
    border: 1px solid #dfdfdf;
    color: #b3b3b3;
    margin-bottom: 15px !important;
}


.vbf .form-control:focus {
    border: 1px solid #bcc4c8 !important;
}

.vbf .form_date {
    position: relative;
    overflow: hidden;
    padding: 0px 0px !important;
}

.vbf .form_date .form-control {
    background: none;
}

.vbf .form_date .form-control:hover {
    cursor: pointer;
}

.vbf .button {
    margin-top: 5px;
    padding: 9px 20px;
    display: block;
}

.vbf .a_b_f {
    color: #a1b1c1;
    font-size: 13px;
}

/* ---------- 6.2 Horizontal Booking Form 1 ---------- */
.hbf {
    margin-top: -60px;
    position: relative;
    z-index: 99;
    width: 100%;
}

.hbf .inner {
    min-height: 120px;
    background: #fff;
    border-radius: 2px;
    padding: 15px 0;
    border: 1px solid #E6EFF2;
    border-bottom: 4px solid #E6EFF2;
    border-top: none;
}

.hbf .inner {
    border: none;
    border-radius: 2px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
}

.hbf .inner .form-control {
    width: 100%;
    font-size: 0.9em;
    padding: 6px 10px;
    background: transparent;
    color: #b3b3b3;
    border: 1px solid #cfd7da;
    box-shadow: none;
    border-radius: 1px;
    height: 42px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hbf .inner .button {
    margin-top: 30px;
}

.hbf .inner .advanced_form_link {
    text-align: center;
    margin-top: 5px;
}

.hbf .inner .advanced_form_link a {
    font-weight: 400;
    color: #a1b1c1;
    font-size: .9em;
}

.hbf .inner .form_select,
.hbf .inner .form_date {
    position: relative;
    overflow: hidden;
    padding: 0px 0px !important;
}

.hbf .inner .form_select select {
    width: 100%;
    outline: none;
    padding: 6px 12px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
}

.hbf .inner .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    top: -4px;
}

.form_date:after {
    position: absolute;
    display: block;
    content: "\f107";
    top: 50%;
    right: 0;
    margin: -6px 13px 0 0;
    font-family: FontAwesome;
    line-height: 12px;
    font-size: 15px;
    color: #707070;
}

.hbf .inner .form_date .datepicker {
    width: 100%;
    outline: none;
    padding: 6px 12px;
    margin: 0;
}

/* ---------- 6.3 Horizontal Booking Form 2 ---------- */
.hbf_2 {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.hbf_2 .inner {
    min-height: 110px;
    background: #f7f8f9;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding: 35px 0;
}

.hbf_2 .inner .form-control {
    height: 42px;
    background: #e4e5e7;
    border: 1px solid #dadbdd;
    color: #a9a9a9;
}

.hbf_2 .inner .form-control .btn-select {
    padding: 10px 12px;
}

.hbf_2 .inner .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    top: -4px;
    right: 0;
}

.hbf_2 .inner .arrival_date .form-control {
    border-radius: 1px 0 0 1px;
}

.hbf_2 .inner .departure_date .form-control {
    border-radius: 0 1px 1px 0;
}

.hbf_2 .inner .adults .form-control {
    border-radius: 1px 0 0 1px;
}

.hbf_2 .inner .children .form-control {
    border-radius: 0 1px 1px 0;
}

/* ---------- 6.4 Horizontal Booking Form 3 ---------- */
.hbf_3 {
    background: #f2f2f4;
    border-bottom: 1px solid #ededed;
    position: relative;
}

.hbf_3 .inner {
    min-height: 110px;
    padding: 35px 0;
}

.hbf_3 .inner .form-control {
    height: 42px;
    background: #fff;
    border: 1px solid #cfd7da;
    color: #a9a9a9;
}

.hbf_3 .inner .form-control .btn-select {
    padding: 10px 12px;
}

.hbf_3 .inner .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    top: -4px;
    right: 0;
}

.hbf_3 .inner .arrival_date .form-control {
    border-radius: 1px 0 0 1px;
}

.hbf_3 .inner .departure_date .form-control {
    border-radius: 0 1px 1px 0;
}

.hbf_3 .inner .adults .form-control {
    border-radius: 1px 0 0 1px;
}

.hbf_3 .inner .children .form-control {
    border-radius: 0 1px 1px 0;
}

/* ========== 7 FOOTER ========== */

/* ---------- 7.1 Footer ---------- */
footer {

    background-color: #ffffff;
    color: #777777;
}

footer.dark {
    background-color: #272727;
    border-top-color: #272727;
    color: #aaa;
}

footer .inner {
    padding-top: 50px;
    padding-bottom: 30px;
}

footer .inner {
    border-bottom: 1px solid #f5f5f5;
}

footer.dark .inner {
    border-bottom: none;
}

/* ---------- 7.2 Footer Widgets ---------- */
footer .widget {
    padding-bottom: 20px;
}

footer .widget h5 {
    color: #a1b1c1;
    /*text-transform: uppercase;*/
    /*font-weight: 700;*/
    letter-spacing: 1px;
    padding: 10px 0;
}

footer.dark .widget h5 {
    color: #fff;
}

footer .widget a {
    color: #929292;
}

footer .widget a:hover {
    color: #1dc1f8;
}

footer .about p {
    margin-top: 8px;
}

footer .logo {
    margin-bottom: 22px;
}

footer .blog_posts,
footer .useful_links,
address {
    padding-top: 15px;
}

footer ul {
    list-style: none;
}

footer li {
    border-bottom: 1px dotted rgba(228, 228, 228, 0.5);
}

footer.dark li {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

footer .blog_posts li {
    padding: 8px 0;
}

footer .blog_posts li small {
    color: #acbac4;
    display: block;
    padding-top: 4px;
}

footer .useful_links li {
    padding: 6.1px 0;
}

footer .useful_links li a:before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 12px;
    color: #acbac4;
    display: block;
    float: left;
    font-size: 0.8em;
    line-height: 1.8em;
}

footer .useful_links li a:hover:before {
    color: #1dc1f8;
}

footer .address_details li {
    padding: 6px 0;
}

footer .address_details li i {
    margin-right: 12px;
    font-size: 1em;
    color: #acbac4;
}

/* ---------- 7.3 Subfooter ---------- */
footer .subfooter {
    padding: 12px 0;
}

footer.dark .subfooter {
    background: #222;
    color: #aaa;
}

footer .copyrights {
    line-height: 3em;
}

footer .subfooter .social_media {
    float: right;
    padding: 2px 0;
}

footer .subfooter .social_media a {
    background: #f4f4f4;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    border: none;
}

footer.dark .subfooter .social_media a {
    border: none;
    color: #aaa;
}

/* ========== 8 PAGES ========== */

/* ---------- 8.1 Page Title ---------- */
.page_title {
    position: relative;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_title .inner {
    position: relative;
    z-index: 9;
}

.page_title h1 {
    color: #fff;
    font-size: 2.6em;
    font-weight: 400;
    display: inline-block;
}

.page_title .price {
    float: right;
    width: 70px;
    height: 70px;
    margin-top: 10px;
    border-radius: 4px;
    background: rgba(255, 182, 0, 0.3);
}

.page_title .price .inner {
    margin: -5px;
    background-color: #ffb600;
    width: 70px;
    height: 70px;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    padding: 10px 8px;
    color: #ffffff;
    font-weight: 400;
}

.page_title .price span {
    display: block;
    font-size: 12px;
}

.page_title .breadcrumb {
    font-size: .9em;
    background: none;
    color: #a9a9a9;
    margin: 0;
    padding: 0;
}

.page_title .breadcrumb li {
    padding: 5px 0px;
    color: #fff;
}

.page_title .breadcrumb li:after {
    content: '/';
    padding: 0px 10px 0px 16px;
    color: #fff;
}

.page_title .breadcrumb li:before {
    display: none;
}

.page_title .breadcrumb li:last-child {
    padding: 5px 5px;
    border-radius: 2px;
    color: #ffb600;
}

.page_title .breadcrumb li:last-child:after {
    display: none;
}

.page_title .breadcrumb a {
    color: #fff;
}

/* ---------- 8.2 Sidebar ---------- */
.sidebar .widget {
    margin-bottom: 30px;
}

.sidebar .widget h4 {
    font-size: 1.2em;
    color: #585858;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    word-spacing: 1px;
    position: relative;
    padding-left: 35px;
}

.sidebar .widget h4:before {
    background: #1DC1F8;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    content: "\f105";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 0.6em;
    line-height: 1.7em;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 0;
}

.sidebar .widget .search {
    height: 40px;
    position: relative;
}

.sidebar .widget .search input {
    background: #FFF;
    border: 1px solid #E5E5E5;
    color: #888;
    float: left;
    font-size: 13px;
    height: 39px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px;
    width: 100%;
    outline: none;
}

.sidebar .widget .search button {
    background: none;
    border: none;
    color: #ffb600;
    float: left;
    right: 0;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    min-width: 40px;
    position: absolute;
    vertical-align: bottom;
}

.sidebar .widget .search button:after {
    background: #ffb600;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 25%;
    width: 1px;
}

.sidebar .widget .categories li,
.sidebar .widget .archive li {
    border-bottom: 1px dotted #E5E5E5;
    list-style: none;
    padding: 7px 0;
}

.sidebar .widget .categories li a,
.sidebar .widget .archive li a {
    color: #a1b1c1;
    display: list-item;
    font-size: 1em;
    font-weight: 600;
}

.sidebar .widget .categories li a:hover,
.sidebar .widget .archive li a:hover {
    color: #1dc1f8;
}

.sidebar .widget .categories li .num_posts,
.sidebar .widget .archive li .num_posts {
    width: 30px;
    float: right;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #ffb600;
    border-radius: 10px;
    margin-top: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sidebar .widget .categories a:hover .num_posts,
.sidebar .widget .archive a:hover .num_posts {
    background: #1dc1f8;
}

.sidebar .widget .latest_posts .latest_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dotted #e5e5e5;
}

.sidebar .widget .latest_posts .latest_post figure {
    display: inline-block;
}

.sidebar .widget .latest_posts .latest_post .details {
    display: inline-block;
    margin-left: 10px;
}

.sidebar .widget .latest_posts .latest_post .details h6 a {
    color: #a1b1c1;
    font-weight: 600;
}

.sidebar .widget .latest_posts .latest_post .details h6 a:hover {
    color: #1dc1f8;
}

.sidebar .widget .latest_posts .latest_post .details span {
    display: block;
    font-size: .85em;
    margin-top: 10px;
    color: #a9a9a9;
}

.sidebar .widget .latest_posts .latest_post .details span i {
    margin-right: 5px;
    font-size: .8em;
}

.sidebar .widget .tagcloud a {
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}

.sidebar .widget .tagcloud a .tag {
    background: #a1b1c1;
    color: #FFF;
    display: inline-block;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.sidebar .widget .tagcloud .num {
    background: #ffb600;
    display: inline-block;
    font-size: .8em;
    padding: 6px 10px;
    color: #FFF;
    position: relative;
    margin-left: -2px;
}

.sidebar .widget .tagcloud .num:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a1b1c1;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 10px;
}

.help {
    background: #f7eecd;
    border: 5px double #d2c38f;
    color: #ada277;
    padding: 15px;
    position: relative;
}

.help a {
    color: #ada277;
}

.help .phone,
.help .email {
    font-size: .9em;
    margin: 10px 0;
}

.help .phone i,
.help .email i {
    margin-right: 10px;
}

/* ---------- 8.3 404 ---------- */
#error404_page {
    min-height: 600px;
    padding-top: 50px;
}

#error404_page .error_number {
    font-size: 150px;
    text-align: center;
    font-weight: 600;
    color: #cb9b75;
    line-height: 1.5;
}

/* ---------- 8.4 404 Style 2 ---------- */
#error404_fullscreen_page {
    height: 100%;
    background: url("../images/404_bg.jpg");
    background-size: cover;
    background-position: center center;
    padding: 0;
}

#error404_fullscreen_page .inner {
    position: relative;
    top: 18%;
    z-index: 9;
}

#error404_fullscreen_page .error_number {
    font-size: 200px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    opacity: .3;
}

#error404_fullscreen_page .content_title .c_inner .c_title {
    color: #fff;
}

#error404_fullscreen_page .or {
    margin: 0 10px;
    color: #fff;
}

#error404_fullscreen_page .social_media a,
#error404_fullscreen_page .button,
#error404_fullscreen_page .or {
    margin-bottom: 10px;
}

/* ---------- 8.5 About Us  ---------- */
#about_us_page .about_img {
    margin-top: 5px;
    position: relative;
}

#about_us_page .about_img .img1 {
    border-radius: 4px;
    opacity: .3;
}

#about_us_page .about_img .img2 {
    position: absolute;
    top: 0;
    margin: -5px;
    border-radius: 4px;
}

/* ---------- 8.6 Blog  ---------- */
.blog .blog_list {
    margin-bottom: 50px;
    border-bottom: 3px double #F5F5F5;
}

.blog .blog_list .details {
    margin: 30px 0;
}

.blog .blog_list .details h2 a {
    font-size: 1.3em;
    color: #585858;
    font-weight: 600;
}

.blog .blog_list .details h2 a:hover {
    color: #1dc1f8;
}

.blog .blog_list .details .info {
    margin-top: 10px;
    margin-bottom: 25px;
}

.blog .blog_list .details .info .meta_part {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 25px;
}

.blog .blog_list .details .info .meta_part a {
    color: #a9a9a9;
    text-transform: uppercase;
}

.blog .blog_list .details .info .meta_part a:hover {
    color: #a9a9a9;
}

.blog .blog_list .details .info .meta_part i {
    margin-right: 5px;
    color: #a9a9a9;
}

.blog .blog_list .details p {
    font-size: 1em;
    line-height: 1.6;
}

.blog .blog_list .details .button {
    margin: 10px 0;
}

.blog_post .details {
    margin: 30px 0;
}

.blog_post .details h2 a {
    font-size: 1.3em;
    color: #585858;
    font-weight: 600;
}

.blog_post .details h2 a:hover {
    color: #1dc1f8;
}

.blog_post .details .info {
    margin-top: 10px;
    margin-bottom: 25px;
}

.blog_post .details .info .meta_part {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 25px;
}

.blog_post .details .info .meta_part a {
    color: #a9a9a9;
    text-transform: uppercase;
}

.blog_post .details .info .meta_part a:hover {
    color: #a9a9a9;
}

.blog_post .details .info .meta_part i {
    margin-right: 5px;
    color: #a9a9a9;
}

.blog_post .details p {
    font-size: 1em;
    line-height: 1.6;
}

.blog_post .details .meta_post {
    margin: 50px 0;
}

.blog_post .details .meta_post span {
    margin-right: 10px;
}

.blog_post .details .tags {
    display: inline-block;
    margin-bottom: 15px;
    padding-top: 15px;
}

.blog_post .details .tags a {
    background: #ffb600;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px 5px 0;
    padding: 2px 12px;
    text-transform: uppercase;
    -webkit-transition: all ease 0.30s;
    transition: all ease 0.30s;
}

.blog_post .details .tags a:hover {
    background: #1dc1f8;
}

.blog_post .details .meta_post .tags span i {
    margin-right: 5px;
}

.blog_post .details .share {
    display: inline-block;
    float: right;
    margin-bottom: 15px;
}

.blog_post .details .meta_post .share span i {
    margin-right: 5px;
}

.blog_post .details .share .social_media {
    display: inline-block;
}

/* ---------- 8.7 Booking Form  ---------- */
#booking_form_advanced {
    margin-top: 20px;
}

#booking_form_advanced .form-group {
    padding-bottom: 30px;
    position: relative;
}

#booking_form_advanced .form-control {
    height: 52px;
    border-radius: 0px;
    border: 1px solid #dfdfdf;
    background-color: #fcfcfc;
    box-shadow: none;
}

#booking_form_advanced textarea.form-control {
    height: 152px;
}

#booking_form_advanced .form-control .btn-select {
    padding: 15px 12px;
}

#booking_form_advanced .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    top: -4px;
    right: 0;
}

#booking_form_advanced .form_date:after {
    position: absolute;
    display: block;
    content: "\f073";
    top: 50%;
    right: 0;
    margin: -6px 8px 0 0;
    font-family: FontAwesome;
    line-height: 12px;
    color: #b3b3b3;
}

#booking_form_advanced .form_date .datepicker {
    width: 100%;
    outline: none;
    padding: 6px 12px;
    margin: 0;
}

/* ---------- 8.8 Coming Soon  ---------- */
#hero_coming_soon {
    margin: 0;
    padding: 0;
}

#hero_coming_soon #countdown {
    margin-top: 50px;
}

#hero_coming_soon #countdown .count_box:first-child {
    margin-left: 5px;
}

#hero_coming_soon #countdown .count_box {
    display: inline-block;
    margin-right: 80px;
    width: 80px;
    height: 80px;
    margin-top: 10px;
    border-radius: 4px;
    background: rgba(255, 182, 0, 0.3);
}

#hero_coming_soon #countdown .count_box .inner {
    background: #ffb600;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    text-align: center;
    padding-top: 25px;
    margin: -5px;
}

#hero_coming_soon #countdown .count_box .count_number {
    display: block;
    color: #fff;
    font-size: 3em;
    font-weight: 500;
}

#hero_coming_soon #countdown .count_box .count_text {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
}

#hero_coming_soon #subscribe_form {
    position: relative;
}

#hero_coming_soon .form-control {
    padding: 28px;
    border-radius: 50px;
}

#hero_coming_soon button {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

#hero_coming_soon button i {
    position: relative;
    right: 7px;
    font-size: 1.5em;
    text-align: center;
}

.countup_box {
    display: inline-block;
    width: 100%;
    height: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 4px;
    background: rgba(255, 182, 0, 0.3);
}

.countup_box .inner {
    background: #ffb600;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    padding-top: 20px;
    margin: -5px;
}

.countup_box .inner .number {
    font-size: 2em;
    color: #fff;
}

.countup_box .inner .text {
    font-size: .9em;
    text-transform: uppercase;
    color: #fff;
}

/* ---------- 8.9 Contact  ---------- */
#map {
    padding: 0;
    min-height: 570px;
}

#map #google-map {
    position: absolute;
    margin-top: 20px;
    left: 50%;
    margin-left: -80px;
    z-index: 5;
}

#map #map-canvas {
    width: 100%;
    height: 400px;
}

#google-map .openmap-btn {
    position: relative;
    top: 100px;
    background: #fff;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
}

#google-map .openmap-btn:hover {
    background-color: rgb(247, 247, 247);
}

#contact-form-page {
    margin-top: 30px;
}

#contact-form-page .form-control {
    height: 52px;
    border-radius: 1px;
    border: 1px solid #dfdfdf;
    background-color: #fcfcfc;
}

#contact-form-page .form-group {
    padding-bottom: 30px;
}

#contact-form-page .form-group textarea {
    height: 135px;
}

#contact_page .contact-info,
#contact_page_style_2 .contact-info {
    list-style: none;
}

#contact_page .contact-info li,
#contact_page_style_2 .contact-info li {
    padding: 8px 0;
    font-weight: 700;
}

#contact_page .contact-info li span,
#contact_page_style_2 .contact-info li span {
    display: block;
    font-size: 1em;
    color: #ffb600;
    font-weight: 900;
    margin-bottom: 10px;
}

#contact_page .contact-info .social-media,
#contact_page_style_2 .contact-info .social-media {
    padding-top: 30px;
}

#contact_page .contact-info .social-media i,
#contact_page_style_2 .contact-info .social-media i {
    background-color: #fff;
    -webkit-transition: all ease 0.45s;
    transition: all ease 0.45s;
    width: 35px;
    height: 35px;
    line-height: 2.6em;
    color: #8a959e;
    border-bottom: 1px solid #8A959E;
}

#contact_page .contact-info .social-media i:hover,
#contact_page_style_2 .contact-info .social-media i:hover {
    color: #ffffff;
    -webkit-transition: all ease 0.45s;
    transition: all ease 0.45s;
}

#contact_page_style_2 #map-canvas {
    width: 100%;
    height: 168px;
}

#contact_page_style_2 .contact-info {
    padding-top: 0px !important;
}

/* ---------- 8.10 Events  ---------- */
#events_page .item {
    margin-bottom: 30px;
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    border-radius: 1px;
}

#events_page .item .time-from {
    color: #ffb606;
    text-align: center;
    padding-top: 55px;
    padding-left: 15px;
}

#events_page .item .time-from .date {
    font-size: 72px;
    font-weight: 700;
    line-height: 73px;
    margin-top: 0;
}

#events_page .item .time-from .month {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
}

#events_page .item .image img {
    width: 100%;
}

#events_page .item .event-wrapper {
    color: #999;
    padding: 20px;
    position: relative;
}

#events_page .item .event-wrapper h5 {
    margin-top: 10px;
    margin-bottom: 20px;
}

#events_page .item .event-wrapper h5 a {
    font-size: 1.2em;
    color: #a1b1c1;
}

#events_page .item .event-wrapper .meta {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #999;
    line-height: 25px;
}

#events_page .item .event-wrapper .meta .time,
#events_page .item .event-wrapper .meta .location {
    display: inline-block;
    background: #eee;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #e9e8e7;
    margin-right: 10px;
    font-size: .9em;
}

#events_page .item .event-wrapper .meta .time i,
#events_page .item .event-wrapper .meta .location i {
    margin-right: 5px;
}

#events_page .item .event-wrapper .description {
    margin-top: 25px;
}

#hero_event #countdown .count_box {
    padding: 10px 60px;
    display: inline-block;
    margin: 0 40px;
    text-align: center;
    border: 1px solid #fff;
    border-bottom: none;
}

#hero_event #countdown .count_box .count_number {
    display: block;
    color: #fff;
    font-size: 1.8em;
    font-weight: 500;
}

#hero_event #countdown .count_box .count_text {
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
}

/* ---------- 8.11 Gallery  ---------- */
#gallery_page_style_2 figure {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

#gallery_page_style_2 figure:before {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-top: 50px solid #fefefe;
    top: -70px;
    left: -70px;
    box-shadow: 0px -7px 6px -9px black;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 9;
}

#gallery_page_style_2 figure:after {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-bottom: 50px solid #fefefe;
    bottom: -70px;
    right: -70px;
    box-shadow: 0px 7px 6px -9px black;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 9;
}

.grid_filters {
    float: left;
    margin-bottom: 40px;
}

.grid_filters .button {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.grid_filters .button.active {
    background: #2c88c0;
    border: 1px solid #2c88c0;
}

.gallery_items figure {
    margin-bottom: 30px;
}

.gallery_items figure figcaption {
    padding: 15px;
    text-align: center;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.gallery_items figure figcaption h4 {
    font-size: 1.2em;
    color: #a1b1c1;
}

.gallery_items figure figcaption span {
    display: block;
    font-size: 0.8em;
    color: #acbac4;
    margin-top: 5px;
}

/* ---------- 8.12 Location  ---------- */
#location {
    margin: 0;
    padding: 0;
}

#location #map-canvas {
    width: 100%;
    height: 474px;
}

/* ---------- 8.13 Our Staff  ---------- */
#our_staff_page .item {
    padding: 15px;
    background: #fafafa;
    border: 1px solid #f0f2f6;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#our_staff_page .item h5 {
    padding-top: 20px;
    text-align: center;
}

#our_staff_page .item h5 small {
    text-align: center;
    display: block;
    font-size: .7em;
    padding-top: 10px;
}

#our_staff_page .item {
    margin-bottom: 30px;
}

#our_staff_page .item p {
    text-align: center;
}

#our_staff_page .item img {
    width: 100%;
}

#our_staff_page .item .social-media {
    text-align: center;
    margin-top: 15px;
}

#our_staff_page .item .social-media a i {
    margin: 5px;
    background: #eeeeee;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    border: 1px solid #e9e8e7;
    color: #a1b1c1;
}

/* ---------- 8.14 Places  ---------- */
#places_page .places_item {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 5;
    transition: 5;
}

#places_page .places_item:after {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(147, 0, 17, .75);
    background: -moz-liznear-gradient(145deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(147, 0, 17, .5)), color-stop(100%, rgba(86, 20, 147, .5)));
    background: -webkit-linear-gradient(145deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: -webkit-linear-gradient(315deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: linear-gradient(135deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#930011', endColorstr='#561493', GradientType=1);
}

#places_page .places_item img {
    border-radius: 4px;
    width: 100%;
}

#places_page .places_item .place_name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
}

#places_page .places_item .place_name h2 {
    color: #fff;
    font-size: 16px;
}

/* ---------- 8.15 Restaurant  ---------- */
#restaurant_page .restaurant_img {
    padding-bottom: 10px;
}

#restaurant_page .restaurant_img img {
    border-radius: 5px;
}

.menu_item {
    margin-bottom: 60px;
    border: 1px solid #f5f5f5;
}

.menu_item .info p {
    margin-top: 2px;
}

.menu_item .title {
    position: relative;
    padding-top: 17px;
    padding-bottom: 15px;
    overflow: hidden;
    font-size: 1.2em;
    font-weight: 900;
    text-transform: uppercase;
}

.menu_item .title a.name {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #fff;
    padding-right: 5px;
}

.menu_item .title span.price {
    color: #ffb600;
}

.menu_item .title span.price:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 34px;
    border-bottom: 2px dotted #f5f5f5;
}

.menu_item .title span.price span.amount {
    position: absolute;
    right: 15px;
    padding-left: 8px;
    background: #fff;
    z-index: 2;
}

/* ---------- 8.16 Rooms List View  ---------- */
.room_list {
    background: #f5f5f5;
    margin-bottom: 50px;
    border: 1px solid #eeeeee;
    border-radius: 1px;
}

.room_list img {
    width: 100%;
}

.room_list .room_list_slider .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.room_list_slider .owl-nav {
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: 40%;
    width: 100%;
}

.room_list_slider .owl-nav .owl-prev,
.room_list_slider .owl-nav .owl-next {
    background: #1dc1f8;
    color: #fff;
    margin: 0;
    padding: 10px;
    opacity: 1;
    font-size: 2em;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .5;
}

figure:hover .room_list_slider .owl-nav .owl-prev,
figure:hover .room_list_slider .owl-nav .owl-next {
    opacity: 1;
}

.room_list_slider .owl-nav div:hover {
    background: #2c88c0;
}

.room_list_slider .owl-nav .owl-prev {
    float: left;
    border-radius: 0px 2px 2px 0px;
}

.room_list_slider .owl-nav .owl-next {
    float: right;
    border-radius: 2px 0px 0px 2px;
}

.room_list .room_details .room_desc {
    padding: 15px 0;
}

.room_list .room_details .room_desc h3 a {
    font-family: 'Raleway', sans-serif;
    color: #a1b1c1;
    font-weight: 400;
    font-size: 1.2em;
}

.room_list .room_details .room_desc p {
    color: #a1b1c1;
    padding-top: 10px;
}

.room_list .room_details .room_services {
    padding-top: 30px;
}

.room_list .room_details .room_services i {
    background: #ffb600;
    padding: 5px 14px;
    font-size: 1.2em;
    color: #fff;
    margin: 5px;
    border: 1px solid #efac14;
    border-radius: 2px;
    cursor: pointer;
}

.room_list .room_details .room_services i:hover {
    background: #efac14;
}

.room_list .room_price {
    text-align: center;
    background: #eee;
    border-left: 1px solid #e9e8e7;
}

.room_list .room_price .room_price_inner {
    padding-top: 36px;
    padding-bottom: 37px;
}

.room_list .room_price .room_price_number {
    font-size: 2em;
    color: #8a959e;
}

.room_list .room_price small {
    font-size: 1em;
    color: #aaafb2;
    display: block;
    padding-top: 10px;
}

.room_list .room_price .button {
    clear: both;
    display: block;
    position: relative;
    margin-top: 50px;
}

/* ---------- 8.17 Rooms Grid View  ---------- */
#rooms_grid .room_grid_item {
    margin-bottom: 50px;
    border: 1px solid #fff;
    border-radius: 1px;
}

#rooms_grid .room_grid_item .room_info {
    padding: 10px;

}

#rooms_grid .room_grid_item .room_info .room_services {
    text-align: center;
}

#rooms_grid .room_grid_item .room_info .room_services i {
    background: #ffb600;
    padding: 5px 14px;
    font-size: 1.2em;
    color: #fff;
    margin: 5px;
    border: 1px solid #efac14;
    border-radius: 2px;
    cursor: pointer;
}

#rooms_grid .room_grid_item .room_info .room_services i:hover {
    background: #efac14;
}


#rooms_grid .room_grid_item .room_info h3 a {
    font-family: 'BauerBodoni-Roman', sans-serif;
    color: #707070;
    font-weight: 400;
    font-size: 1em;

}

#rooms_grid .room_grid_item .room_info span {
    float: right;
    margin-top: 8px;
    background: #eeeeee;
    font-size: .9em;
    padding: 4px 8px;
    border-radius: 20px;
    border: 1px solid #e9e8e7;
}

#rooms_grid .room_grid_item .room_info p {
    clear: both;
}

/* ---------- 8.18 Rooms Block View  ---------- */
#rooms_block_view .room_block_item {
    background: #f5f5f5;
    margin-bottom: 50px;
    border: 1px solid #eeeeee;
    border-radius: 1px;
}

#rooms_block_view .room_block_item .room_info {
    padding: 10px 0;
}

#rooms_block_view .room_block_item .room_info h3 {
    float: left;
}

#rooms_block_view .room_block_item .room_info h3 a {
    color: #a1b1c1;
    font-weight: 400;
    font-size: 1em;
}

#rooms_block_view .room_block_item .room_info span {
    float: right;
    margin-top: 0px;
    margin-right: 6px;
    background: #eeeeee;
    padding: 4px 8px;
    border-radius: 20px;
    border: 1px solid #e9e8e7;
}

#rooms_block_view .room_block_item .room_info p {
    clear: both;
    padding-top: 10px;
}

#rooms_block_view .room_block_item .room_info .room_services i {
    background: #ffb600;
    padding: 5px 10px;
    font-size: 1em;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #efac14;
    border-radius: 2px;
    cursor: pointer;

}

/* ---------- 8.19 Room Details  ---------- */
#room_page .slider #slider-larg {
    padding: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

#room_page .slider #thumbs {
    margin-top: 15px;
}

#room_page .slider #thumbs .owl-item .item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #f1f1f1;
    padding: 3px;
    margin: 2px;
    border-radius: 1px;
    -webkit-transition: .3s;
    transition: .3s;
}

#room_page .slider #thumbs .owl-item.active-item .item {
    border: 1px solid #a1b1c1;
}

#room_page .slider #thumbs .owl-item .item img {
}

#room_page .slider #thumbs .owl-item .item img:hover {
    opacity: .8;
}

.room_facilitys_list {
    margin-top: 35px;
    padding-bottom: 10px;
}

.room_facilitys_list h2 span {
    float: right;
}

.room_facilitys_list h2 span span {
    text-transform: none;
}

.all_facility_list {
    overflow: hidden;
    width: 100%;
    border-top: none;
}

.all_facility_list ul li {
    color: #a9a9a9;
    margin-bottom: 15px;
}

.all_facility_list ul li i {
    color: #82B73A;
    margin-right: 8px;
}

.all_facility_list ul .no i {
    color: #F1572F !important;
}

.single_room_details > p {
    font-size: 17px;
    line-height: 30px;
    margin-top: 20px;
}

.similar_rooms {
    margin-top: 50px;
}

.similar_rooms article figure {
    position: relative;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.similar_rooms article figure img {
    border-radius: 2px;
}

.similar_rooms article figcaption {
    padding: 10px;
    background: #fff;
}

.similar_rooms article figcaption h4 a {
    font-size: 1em;
    color: #a1b1c1;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 15px;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.similar_rooms article figcaption h4 a:hover {
    color: #1dc1f8;
}

.similar_rooms article .price {
    background: #ffb600;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.similar_rooms article .price span {
    display: block;
    font-size: .7em;
}

#icons .col-md-3 {
    display: block;
    color: #a1b1c1;
    line-height: 32px;
    height: 32px;
}

#icons .col-md-3 i {
    color: #a1b1c1;
}

#icons .col-md-3 i {
    padding-right: 10px;
}

.buttons_block {
    margin-bottom: 80px;
}

.buttons_block button {
    margin-top: 20px;
    display: block;
}

.buttons_block .social_media {
    margin-top: 50px;
}

#page_titles_page .page_title {
    margin-bottom: 80px;
}

.block {
    margin: 40px 0;
}

.block:first-child {
    margin-top: 0;
}


#cookieBanner {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    background-color: #F4F0EA;
    border-bottom: solid 1px #707070;
    position: fixed;
    top: 0;
}


.lavora-con-noi-form .btn-group.bootstrap-select {
    width: 100%;
    height: auto !important;
    border: none !important;
    background-color: #f6f6f6 !important;
}

.lavora-con-noi-form .btn-group.bootstrap-select > button {
    padding: 18px 11px 18px 11px;
}

@media (min-width: 576px) {
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
}

.language-switcher {
    padding: 35px 10px
}

@media (max-width: 769px) {
    .language-switcher {
        padding: 12px 10px !important;
        top: auto!important;
    }
}

@media (max-width: 1700px) {
    .language-switcher {
        position: absolute !important;
        right: 35px;
        top: 65px;
        padding: 0;
    }
}

.bs-container.btn-group.bootstrap-select.open {
    top: 174px !important;
}

