.sidebar>img {
    padding: 0;
}
.sidebar ul.book-now {
    margin-bottom: 0;
}
.content {
    padding-top: 40px;
}
.reserve-btn {
    display: flex;
    justify-content: center;
}
.reserve-btn a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    background-color: #BAAA65;
    padding: 10px 25px;
    font-size: 19px;
}
.reserve-btn a:hover {
    background-color: #a99b5b;
    text-decoration: none;
}
.nightstayatsea a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 5px;
    color: white;
    background-color: #BAAA65;
    padding: 5px;
    width: 100%;
    font-size: 13px;
}
.nightstayatsea a:hover {
    background-color: #a99b5b;
    text-decoration: none;
}
.nightstayatsea svg {
    width: 24px;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"),local("OpenSans-Light"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_300.eot?#iefix") format("embedded-opentype"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_300.woff") format("woff"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_300.woff2") format("woff2"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_300.svg#OpenSans") format("svg"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_300.ttf") format("truetype")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"),local("OpenSans-Regular"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_400.eot?#iefix") format("embedded-opentype"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_400.woff") format("woff"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_400.woff2") format("woff2"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_400.svg#OpenSans") format("svg"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_400.ttf") format("truetype")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans__600.eot?#iefix") format("embedded-opentype"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans__600.woff") format("woff"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans__600.woff2") format("woff2"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans__600.svg#OpenSans") format("svg"),url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans__600.ttf") format("truetype")
}

.spacer {
    border: 3px dotted #5f6f7e
}

.no-spacer-border .spacer {
    border: 0
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, :host {
    background: url(https://cdnacp.com/uploads/randduin/bg/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 100%;
}
html {
    padding-bottom: 60px;
}

body, :host {
    font-size: 14px;
    background: none;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
    overflow-y: scroll;
    font-family: "Open Sans","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
    color: #222;
    line-height: 24px
}

body {
    padding-top: 40px;
}

.content {
    background-color: rgba(255,255,255,0.8);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

@media (max-width: 991px) {
    .content {
        padding-top:20px;
        padding: 20px
    }
}

.content ul {
    list-style-type: none;
    padding: 0;
    position: relative
}

.content ul li {
    margin-bottom: 5px;
    margin-left: 20px
}

.content ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 6 Pro';
    color: white;
    position: absolute;
    left: 0
}

h1,h2,h3,h4,h5,h6 {
    color: #151515
}

body,input,textarea,select,button,:host {
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility
}

@media (max-width: 991px) {
    video {
        width:100%;
        height: auto
    }
}

img.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s
}

img.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-badge {
    position: relative;
    display: block
}

.img-badge .badge {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #BAAA65;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    color: white;
    font-size: 1.6em;
    font-weight: bolder;
    text-align: center
}

@media (max-width: 767px) {
    .img-badge .badge {
        width:60px;
        height: 60px;
        line-height: 60px;
        font-size: 1.3em
    }
}

.img-badge .badge.left {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    right: auto;
    left: 20px
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>[class^="col-"],.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0
}

.scroll-top {
    display: none;
    position: fixed;
    cursor: pointer;
    bottom: 5px;
    right: 5px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #222;
    border: 2px solid #222;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.scroll-top:hover,.scroll-top:active {
    color: #BAAA65;
    border-color: #BAAA65
}

.scroll-top .fa {
    font-size: 15px;
    left: 0;
    position: relative;
    top: -3px
}

.spacer {
    display: block;
    height: 70px
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.line-through {
    text-decoration: line-through
}

.borderless,.borderless td,.borderless th,.borderless tr {
    border: none !important
}

.bold {
    font-weight: bolder
}

ul.circle {
    list-style-type: circle;
    padding-left: 20px
}

.tpl {
    display: none
}

.preload {
    display: none
}

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

.horizontal-circle-list {
    list-style: circle;
    margin-left: 10px
}

.horizontal-circle-list li {
    float: left;
    margin-right: 25px
}

.horizontal-circle-list li:last-child {
    margin-right: 0
}

.horizontal-circle-list:after {
    clear: both;
    content: '';
    display: block
}

.text-xs {
    font-size: 0.5em
}

.text-sm {
    font-size: 0.8em
}

.text-md {
    font-size: 0.9em
}

.text-lg {
    font-size: 1.2em
}

p,dd,dt {
    margin: 0;
    padding: 0
}

.css-table {
    width: 100%;
    display: table;
    vertical-align: top;
    border-collapse: collapse
}

.css-table>div {
    display: table-row;
    vertical-align: top
}

.css-table>div>div {
    display: table-cell;
    vertical-align: top
}

.table-responsive {
    border-collapse: collapse
}

@media (max-width: 767px) {
    .table-responsive thead {
        display:none
    }

    .table-responsive tbody td {
        display: block
    }

    .table-responsive tbody td:before {
        content: attr(data-th);
        display: inline-block;
        width: 11rem;
        font-weight: bolder
    }

    .table-responsive tbody td:first-child {
        background-color: #6f6f6f
    }
}

.pull-none {
    float: none !important
}

a:hover,a:active {
    color: #3470B7
}

.center {
    margin: 0 auto;
    text-align: center;
    display: block
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.display-block {
    display: block !important
}

ol,ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.full-width {
    width: 100%
}

.full-height {
    height: 100%
}

.uppercase {
    text-transform: uppercase
}

.no-margin {
    margin: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.margin-xs {
    margin: 5px !important
}

.margin-top-xs {
    margin-top: 5px !important
}

.margin-right-xs {
    margin-right: 5px !important
}

.margin-bottom-xs {
    margin-bottom: 5px !important
}

.margin-left-xs {
    margin-left: 5px !important
}

.padding-xs {
    padding: 5px !important
}

.padding-top-xs {
    padding-top: 5px !important
}

.padding-right-xs {
    padding-right: 5px !important
}

.padding-bottom-xs {
    padding-bottom: 5px !important
}

.padding-left-xs {
    padding-left: 5px !important
}

.margin-sm {
    margin: 10px !important
}

.margin-top-sm {
    margin-top: 10px !important
}

.margin-right-sm {
    margin-right: 10px !important
}

.margin-bottom-sm {
    margin-bottom: 10px !important
}

.margin-left-sm {
    margin-left: 10px !important
}

.padding-sm {
    padding: 10px !important
}

.padding-top-sm {
    padding-top: 10px !important
}

.padding-right-sm {
    padding-right: 10px !important
}

.padding-bottom-sm {
    padding-bottom: 10px !important
}

.padding-left-sm {
    padding-left: 10px !important
}

.margin-md {
    margin: 20px !important
}

.margin-top-md {
    margin-top: 20px !important
}

.margin-right-md {
    margin-right: 20px !important
}

.margin-bottom-md {
    margin-bottom: 20px !important
}

.margin-left-md {
    margin-left: 20px !important
}

.padding-md {
    padding: 20px !important
}

.padding-top-md {
    padding-top: 20px !important
}

.padding-right-md {
    padding-right: 20px !important
}

.padding-bottom-md {
    padding-bottom: 20px !important
}

.padding-left-md {
    padding-left: 20px !important
}

.margin-lg {
    margin: 30px !important
}

.margin-top-lg {
    margin-top: 30px !important
}

.margin-right-lg {
    margin-right: 30px !important
}

.margin-bottom-lg {
    margin-bottom: 30px !important
}

.margin-left-lg {
    margin-left: 30px !important
}

.padding-lg {
    padding: 30px !important
}

.padding-top-lg {
    padding-top: 30px !important
}

.padding-right-lg {
    padding-right: 30px !important
}

.padding-bottom-lg {
    padding-bottom: 30px !important
}

.padding-left-lg {
    padding-left: 30px !important
}

.blue-color {
    color: #3470B7 !important
}

.light-blue-color {
    color: #1ea9e3 !important
}

.silver-color {
    color: #78828c !important
}

.brown-color {
    color: #bd7f12 !important
}

.green-color {
    color: #90c43f !important
}

.purple-color {
    color: #9f60b5 !important
}

.red-color {
    color: #371722 !important
}

.orange-color {
    color: #f2711c !important
}

.yellow-color {
    color: #ffd200 !important
}

.gray-color {
    color: #5f6f7e !important
}

.blue-background-color {
    background-color: #3470B7 !important
}

.light-blue-background-color {
    background-color: #1ea9e3 !important
}

.silver-background-color {
    background-color: #78828c !important
}

.brown-background-color {
    background-color: #bd7f12 !important
}

.green-background-color {
    background-color: #90c43f !important
}

.purple-background-color {
    background-color: #9f60b5 !important
}

.red-background-color {
    background-color: #371722 !important
}

.orange-background-color {
    background-color: #f2711c !important
}

.yellow-background-color {
    background-color: #ffd200 !important
}

.gray-background-color {
    background-color: #5f6f7e !important
}

strong {
    font-weight: 600
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    margin: 0 0 10px;
    text-align: center
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {
    color: white
}

h1 {
    font-size: 1.8em;
    line-height: 1.25em;
    border-bottom: 2px solid #BAAA65
}

h2 {
    font-size: 1.55em;
    line-height: 2em;
    text-transform: uppercase;
    border-bottom: 2px solid #BAAA65
}

h3 {
    font-size: 1.5em;
    line-height: 1.22em
}

h4 {
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 40px
}

h5 {
    font-size: 1.02em;
    line-height: 1.14em
}

h6 {
    font-size: 1em
}

.spacing {
    letter-spacing: .04em
}

.floating-submenu {
    z-index: 9998;
    position: fixed;
    top: 40px;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.95) none repeat scroll 0 0;
    box-shadow: 0 1px 4px rgba(228,228,228,0.95);
    min-height: 40px;
    line-height: 40px;
    font-size: 0.95em;
    text-align: center
}

.floating-submenu a {
    color: #78828c;
    height: 40px;
    padding: 0 8px;
    display: inline-block;
    border-left: 1px solid #ddd
}

.floating-submenu a .fa {
    font-size: 16px
}

.floating-submenu a:hover,.floating-submenu a:active {
    background-color: #BAAA65;
    text-decoration: none;
    color: white
}

.floating-submenu a:last-child {
    border-right: 1px solid #ddd;
    margin-left: 0
}

header {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0
}

header #header-top-right {
    color: #fff;
    float: right;
    padding: 8px 24px 6px 24px;
    display: block;
    line-height: 21px
}

header #header-top-right a {
    color: white
}

header #header-top-right .header-contact {
    float: right;
    font-size: 12px;
    margin-right: 20px
}

header #header-top-right .header-contact span {
    margin-right: 10px
}

header #header-top-right .header-contact span:last-child {
    margin-right: 0
}

header #header-top-right .header-contact i {
    margin-right: 5px;
    color: white
}

header #header-top-right .languages {
    float: right;
    font-size: 12px;
    margin-right: 20px
}

header #header-top-right .languages a {
    margin-right: 10px
}

header #header-top-right .languages a:after {
    content: '|';
    margin-left: 10px
}

header #header-top-right .languages a:last-child {
    margin-right: 0px;
    padding-right: 0px
}

header #header-top-right .languages a:last-child:after {
    content: ''
}

header #header-top-right .cart-btn {
    z-index: 999999;
    float: right;
    font-size: 15px;
    line-height: 12px;
    text-decoration: none;
    padding: 3px;
    position: relative;
    top: -3px
}

header #header-top-right .cart-btn:hover {
    background-color: #f2711c;
    color: white;
    border-radius: 4px
}

header #header-top-right .cart-btn .cart-items {
    font-size: 12px
}

header #header-top-right .cart-btn .cart-items:not(:empty):before {
    content: ' ('
}

header #header-top-right .cart-btn .cart-items:not(:empty):after {
    content: ')'
}

header .header-top {
    background: rgba(255,255,255,0.95) none repeat scroll 0 0;
    height: 100px;
    position: relative
}

header .header-top a.logo img {
    height: 80px;
    margin-top: 10px
}

header .header-top .container {
    position: relative
}

header .header-top img.pull-right {
    margin: 5px 0px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 4px;
    margin-right: 10px
}

header .header-top img.pull-right:first-child {
    margin-right: 0
}

header .header-top a:hover,header .header-top a:active {
    text-decoration: none
}

header .header-top .show-navigation {
    position: absolute;
    right: 20px;
    top: 40px;
    display: none
}

header .header-top div>ul {
    position: absolute;
    display: block;
    top: 40px;
    right: 0;
    margin-left: 200px;
    text-align: right
}

header .header-top div>ul>li {
    float: left;
    display: block;
    height: 36px;
    margin-bottom: 5px
}

header .header-top div>ul>li>a {
    color: #666;
    padding: 5px 20px;
    line-height: 20px;
    font-size: 1.11em
}

header .header-top div>ul>li>a:hover,header .header-top div>ul>li>a.active {
    color: #BAAA65;
    border-bottom: 2px solid #BAAA65
}

header .header-top div>ul>li>a.active {
    color: #f2711c;
    border-bottom: 2px solid #f2711c
}

header .header-top div>ul>li.submenu {
    z-index: 99999;
    position: relative
}

header .header-top div>ul>li.submenu>a:after {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 2px;
    content: "\f0d7";
    font-family: Font Awesome 6 Pro;
    color: #BAAA65
}

header .header-top div>ul>li.submenu:hover>ul {
    top: 26px;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

header .header-top div>ul>li.submenu ul {
    margin-left: 0
}

header .header-top div>ul>li.submenu>ul {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    position: absolute;
    top: -9999px;
    z-index: 99999;
    left: 0;
    visibility: hidden;
    min-width: 300px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    border-top: 0;
    background: #fff none repeat scroll 0 0;
    padding: 5px 5px 5px 0
}

header .header-top div>ul>li.submenu>ul li {
    float: none;
    margin: 0;
    min-height: 36px;
    padding-left: 5px
}

header .header-top div>ul>li.submenu>ul li a {
    box-sizing: border-box;
    display: block;
    padding: 2px 10px;
    line-height: 30px;
    text-align: left;
    color: #78828c;
    font-size: 0.92em;
    position: relative;
    border-bottom: 2px solid white
}

header .header-top div>ul>li.submenu>ul li a:hover,header .header-top div>ul>li.submenu>ul li a.active {
    color: white;
    background-color: #BAAA65
}

header .header-top div>ul>li.submenu>ul li a.active {
    color: #f2711c;
    border-bottom: 2px solid #f2711c
}

header .header-top div>ul>li.submenu>ul li ul {
    margin-left: 20px
}

header .header-top div>ul>li.submenu>ul:after {
    display: table;
    content: '';
    clear: both
}

header .header-top div>ul>li:nth-last-child(2).submenu>ul,header .header-top div>ul>li:last-child.submenu>ul {
    right: 0;
    left: auto
}

@media (max-width: 1199px) {
    header .header-top .show-navigation {
        display:inline-block
    }

    header .header-top div>ul {
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
        position: absolute;
        right: 92px;
        left: 200px;
        text-align: left;
        display: none;
        margin-left: 0;
        background-color: #c2b477
    }

    header .header-top div>ul>li {
        display: block;
        float: none;
        height: auto;
        border-top: 1px solid white;
        margin-bottom: 0
    }

    header .header-top div>ul>li:first-child {
        border-top: 0
    }

    header .header-top div>ul>li>a {
        padding: 10px 0;
        padding-left: 10px;
        width: 100%;
        display: block;
        color: white !important
    }

    header .header-top div>ul>li>a:hover,header .header-top div>ul>li>a.active {
        color: white;
        border-bottom: 0;
        background-color: #BAAA65
    }

    header .header-top div>ul>li>a.active {
        color: white;
        border-bottom: 0;
        background-color: #f2711c
    }
}

@media (max-width: 767px) {
    header .header-top div>ul {
        box-shadow:0;
        position: absolute;
        right: 0;
        left: 0;
        top: 100px;
        text-align: left
    }
}

header .header-heading {
    background: linear-gradient(to bottom, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    box-shadow: 0 1px 4px rgba(228,228,228,0.95);
    min-height: 40px;
    line-height: 40px
}

header .header-heading img {
    height: 20px;
    margin-top: -6px
}

footer {
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0
}

footer .bottom {
    background-color: #000;
    opacity: .9
}

footer .bottom .copyright {
    font-size: 0.8em
}

footer ul {
    float: right
}

footer ul li {
    float: left
}

footer ul a,footer ul button {
    font-size: 1.1em;
    margin-right: 20px;
    color: #2f2f2f;
    text-decoration: none
}

footer ul a:hover,footer ul button:hover {
    text-decoration: none;
    color: #fff
}

footer ul a.active,footer ul button.active {
    color: #BAAA65
}

footer ul a.active:hover,footer ul button.active:hover {
    color: #fff
}

footer .social-icons a,footer .social-icons button {
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 25px;
    margin-right: 10px;
    color: #222
}

footer .social-icons a:hover,footer .social-icons button:hover {
    color: #fff
}

footer .languages {
    margin-bottom: 10px
}

footer .languages a {
    margin-right: 20px
}

footer .languages a:last-child {
    margin-right: 0
}

.sidebar {
    background-color: rgba(255,255,255,0.3);
    color: white
}

.sidebar>img {
    max-width: 100%;
    padding: 30px
}

.sidebar ul {
    background-color: rgba(0,0,0,0.9)
}

.sidebar ul li a {
    display: block;
    padding: 10px 20px;
    color: white
}

.sidebar ul li a:hover,.sidebar ul li a:active,.sidebar ul li a.active {
    background-color: #BAAA65;
    text-decoration: none
}

.sidebar ul ul li {
    margin-left: 20px
}

.sidebar ul.book-now {
    margin-bottom: 20px
}

.sidebar ul.book-now li a {
    text-align: center;
    background-color: #BAAA65
}

.sidebar ul.book-now li a:hover,.sidebar ul.book-now li a:active,.sidebar ul.book-now li a.active {
    background-color: #b2a053
}

button.btn {
    text-decoration: none;
    font-size: 0.9167em;
    font-weight: bold;
    background: #BAAA65;
    color: #fff
}

button.btn:hover {
    background: #a39249
}

a.btn {
    text-decoration: none;
    display: inline-block;
    background: #BAAA65;
    font-size: 0.8333em;
    line-height: 1.8333em;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    color: #fff
}

a.btn:hover {
    background: #a39249;
    color: #fff
}

a.btn.btn-xs,a.btn.btn-xxs {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal
}

button.btn,a.btn {
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    white-space: nowrap;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 1em
}

button.btn.btn-lg,a.btn.btn-lg {
    padding: 0 32px;
    height: 40px;
    font-size: 1.1667em;
    line-height: 40px
}

button.btn.btn-sm,a.btn.btn-sm {
    height: 28px;
    padding: 0 18px;
    line-height: 28px;
    font-size: 0.93em
}

button.btn.btn-xs,a.btn.btn-xs {
    padding: 0 14px;
    height: 18px;
    line-height: 18px
}

button.btn.btn-xxs,a.btn.btn-xxs {
    height: 14px;
    padding: 0 10px;
    line-height: 14px;
    font-size: 0.8em
}

button.btn.btn-block,a.btn.btn-block {
    padding-left: 0;
    padding-right: 0
}

button.white,a.btn.white {
    background: #fff;
    color: inherit
}

button.white:hover,a.btn.white:hover {
    background: #e6e6e6
}

button.blue,a.btn.blue {
    background: #3470B7
}

button.blue:hover,a.btn.blue:hover {
    background: #29588f
}

button.light-blue,a.btn.light-blue {
    background: #1ea9e3
}

button.light-blue:hover,a.btn.light-blue:hover {
    background: #1788b7
}

button.silver,a.btn.silver {
    background: #78828c
}

button.silver:hover,a.btn.silver:hover {
    background: #606971
}

button.brown,a.btn.brown {
    background: #bd7f12
}

button.brown:hover,a.btn.brown:hover {
    background: #8e600e
}

button.green,a.btn.green {
    background: #90c43f
}

button.green:hover,a.btn.green:hover {
    background: #749f31
}

button.purple,a.btn.purple {
    background: #9f60b5
}

button.purple:hover,a.btn.purple:hover {
    background: #85489a
}

button.red,a.btn.red {
    background: #371722
}

button.red:hover,a.btn.red:hover {
    background: #13080c
}

button.orange,a.btn.orange {
    background: #f2711c
}

button.orange:hover,a.btn.orange:hover {
    background: #cf590c
}

button.yellow,a.btn.yellow {
    background: #ffd200
}

button.yellow:hover,a.btn.yellow:hover {
    background: #cca800
}

button.gray,a.btn.gray {
    background: #5f6f7e
}

button.gray:hover,a.btn.gray:hover {
    background: #495561
}

.columns-table {
    margin-left: -10px;
    margin-right: -10px
}

.columns-table table {
    width: 100%;
    table-layout: fixed
}

.columns-table table tr {
    width: 100%
}

.columns-table table tr td {
    vertical-align: top;
    padding: 0 10px
}

.columns-table ul,.columns-table ol {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px
}

.columns-table ul li,.columns-table ol li {
    margin-left: 18px
}

.columns-table ul li:before,.columns-table ol li:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    color: green;
    position: absolute;
    left: 0
}

.list {
    list-style-type: none;
    padding: 0
}

.list li {
    margin-bottom: 20px;
    margin-left: 5px
}

.list li:before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    color: #BAAA65;
    position: absolute;
    left: 0
}

.img-list {
    list-style-type: none;
    padding: 0
}

.img-list li {
    margin-bottom: 20px
}

.img-list li .fa {
    color: #BAAA65;
    font-size: 30px;
    text-align: center;
    width: 35px;
    position: relative;
    top: 8px
}

.img-list li h4 {
    text-align: left;
    margin-bottom: 0;
    font-weight: bolder;
    font-size: 1.15em
}

.img-list li p {
    margin-left: 40px
}

.full-width-banner,.banner {
    background-color: #000
}

.full-width-banner.light,.banner.light {
    background-color: #6f6f6f
}

.full-width-banner em,.banner em {
    font-size: 0.7em;
    text-transform: none;
    color: #222
}

@media (max-width: 767px) {
    .full-width-banner em,.banner em {
        display:block
    }
}

.full-width-banner h2,.banner h2 {
    line-height: 38px;
    text-align: left;
    margin: 0;
    font-size: 1.6em;
    color: #fff
}

.full-width-banner h2:after,.banner h2:after {
    display: none
}

.full-width-banner .btn,.banner .btn {
    position: relative;
    top: 50%
}

.full-width-banner .row {
    margin: 30px 0
}

.banner {
    padding: 30px
}

.testimonials blockquote {
    font-size: 22px;
    font-style: italic;
    width: 50%;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 767px) {
    .testimonials blockquote {
        width:100%
    }
}

.testimonials blockquote a {
    display: block;
    margin-top: 20px;
    font-size: 18px
}

.input-spacer {
    line-height: normal;
    padding-left: 12px;
    padding-right: 12px;
    height: 32px;
    margin-bottom: 20px
}

.input-spacer.input-lg {
    height: 40px;
    font-size: 1.17em
}

.input-spacer.input-sm {
    height: 28px
}

.input-spacer.input-xs {
    height: 19px
}

.input-spacer.white {
    background: #fff
}

.input-spacer.input-block {
    width: 100%;
    display: block
}

input[type="text"],input[type="password"],input[type="number"],input[type="email"],input[type="tel"],select,textarea,span.select,span.input {
    display: block;
    color: #444;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #a2a2a2;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    height: 32px;
    margin-bottom: 20px
}

input[type="text"].input-lg,input[type="password"].input-lg,input[type="number"].input-lg,input[type="email"].input-lg,input[type="tel"].input-lg,select.input-lg,textarea.input-lg,span.select.input-lg,span.input.input-lg {
    height: 40px;
    font-size: 1.17em
}

input[type="text"].input-sm,input[type="password"].input-sm,input[type="number"].input-sm,input[type="email"].input-sm,input[type="tel"].input-sm,select.input-sm,textarea.input-sm,span.select.input-sm,span.input.input-sm {
    height: 28px
}

input[type="text"].input-xs,input[type="password"].input-xs,input[type="number"].input-xs,input[type="email"].input-xs,input[type="tel"].input-xs,select.input-xs,textarea.input-xs,span.select.input-xs,span.input.input-xs {
    height: 19px
}

input[type="text"].white,input[type="password"].white,input[type="number"].white,input[type="email"].white,input[type="tel"].white,select.white,textarea.white,span.select.white,span.input.white {
    background: #fff
}

input[type="text"].input-block,input[type="password"].input-block,input[type="number"].input-block,input[type="email"].input-block,input[type="tel"].input-block,select.input-block,textarea.input-block,span.select.input-block,span.input.input-block {
    width: 100%;
    display: block
}

input[type="text"].error,input[type="password"].error,input[type="number"].error,input[type="email"].error,input[type="tel"].error,select.error,textarea.error,span.select.error,span.input.error {
    border: 1px solid #371722
}

textarea {
    min-height: 107px;
    resize: vertical;
    padding-top: 10px;
    padding-bottom: 10px
}

select option {
    padding: 2px 10px
}

label {
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.91em
}

label small {
    text-transform: none
}

.checkbox,.radio {
    display: block;
    line-height: 32px;
    min-height: 32px;
    margin-bottom: 20px
}

.checkbox.error,.radio.error {
    border: 1px solid #371722
}

.checkbox:after,.radio:after {
    clear: both;
    content: '';
    display: block
}

.checkbox label,label.checkbox {
    font-size: 1.08em;
    text-transform: none;
    margin-bottom: 0
}

.radio label,label.radio {
    margin-bottom: 0;
    font-size: 0.91em;
    text-transform: none;
    float: left;
    margin-left: 40px
}

.radio label:first-child,label.radio:first-child {
    margin-left: 0
}

.radio label input,label.radio input {
    margin-right: 2px
}

.form-group {
    margin-bottom: 15px
}

.input-group {
    border-collapse: separate;
    display: table;
    margin-bottom: 20px;
    position: relative
}

.input-group:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group:last-child * {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group .input {
    display: table-cell;
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2
}

.input-group-btn {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%
}

.pricing-table>div {
    margin-bottom: 40px;
    border-right: 1px solid #555;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555
}

.pricing-table>div:hover .header h3 {
    color: #fff;
    background-color: #000
}

.pricing-table>div:hover .footer a,.pricing-table>div:hover .footer button {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.pricing-table>div:first-child {
    border-left: 1px solid #555
}

.pricing-table>div .header {
    margin-bottom: 70px;
    position: relative
}

.pricing-table>div .header h3 {
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    background-color: #6f6f6f;
    height: 105px;
    padding-top: 10px;
    font-size: 1.9em
}

.pricing-table>div .header em {
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: -50px;
    right: 50%;
    margin-right: -50px;
    font-size: 1.2em;
    text-align: center;
    line-height: 100px;
    background-color: #BAAA65;
    color: white;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%
}

.pricing-table>div .header em span {
    font-size: 2.0em
}

.pricing-table>div .pricing ul {
    list-style-type: none;
    padding: 0
}

.pricing-table>div .pricing ul li {
    margin-bottom: 10px;
    text-align: center
}

.pricing-table>div .footer {
    border-top: 1px solid #555;
    margin: 40px 10px 10px 10px;
    padding-top: 10px
}

.pricing-table>div .footer span {
    font-size: 0.9em
}

.pricing-table>div .footer a,.pricing-table>div .footer button {
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    margin-top: 20px;
    display: block;
    background-color: #fff;
    color: #222;
    border: 1px solid #5f6f7e;
    position: relative
}

.pricing-table>div .footer a:after,.pricing-table>div .footer button:after {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 5px
}

@media (max-width: 991px) {
    .pricing-table>div {
        border:1px solid #555
    }

    .pricing-table>div .footer a,.pricing-table>div .footer button {
        color: #fff;
        background-color: #000
    }
}

.row .item {
    text-align: center;
    border-right: 1px solid #d8dbde;
    margin-bottom: 20px;
    text-decoration: none;
    color: #222
}

.row .item:last-child {
    border-right: 0
}

@media (max-width: 991px) {
    .row .item {
        border-right:0
    }
}

.row .item .fa {
    color: #fff;
    background-color: #BAAA65;
    width: 100px;
    height: 100px;
    font-size: 38px;
    line-height: 100px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -moz-transition: .3s all linear;
    -o-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    transition: .3s all linear
}

.row .item h3 {
    margin-top: 40px
}

@media (max-width: 991px) {
    .row .item h3 {
        margin-top:20px
    }
}

.row .item:hover .fa,.row .item:active .fa {
    font-size: 50px
}

.row .item:hover h3,.row .item:active h3 {
    font-weight: bolder
}

.row .item:hover p,.row .item:active p {
    text-decoration: none
}

.pika-single * {
    box-sizing: border-box
}

.pika-single select {
    font-family: inherit;
    font: inherit;
    font-size: 13px;
    line-height: initial;
    color: initial
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single:before,.pika-single:after {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-single {
    *zoom:1}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5)
}

.pika-lendar {
    float: left;
    width: 300px
}

.pika-title {
    height: 40px;
    position: relative;
    text-align: center;
    padding: 5px 10px 0
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    color: white;
    text-shadow: 0px -1px 0px #000
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-prev,.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0
}

.pika-prev:hover,.pika-next:hover {
    opacity: 1
}

.pika-prev,.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.pika-next,.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

.pika-prev.is-disabled,.pika-next.is-disabled {
    cursor: default;
    opacity: .2
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    background-color: #fff;
    padding: 10px;
    color: #363739;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    box-shadow: 0 2px 2px rgba(0,0,0,0.4)
}

.pika-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table th,.pika-table td {
    padding: 0
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 7px 11px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #f5f5f5 !important
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

.pika-button:hover {
    background-color: #cbcccc;
    color: #fff
}

.pika-table th {
    font-size: 12px;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}

.pika-table th abbr {
    text-decoration: none
}

.pika-single .pika-title {
    background-color: #3470B7 !important
}

.pika-single .pika-table th {
    color: #3470B7 !important
}

.pika-single .is-selected .pika-button {
    color: #fff;
    background-color: #3470B7 !important
}

.pika-single.red .pika-title {
    background-color: #371722
}

.pika-single.red .pika-table th {
    color: #371722 !important
}

.pika-single.red .is-selected .pika-button {
    color: #fff;
    background-color: #371722 !important
}

.pika-single.green .pika-title {
    background-color: #90c43f !important
}

.pika-single.green .pika-table th {
    color: #90c43f !important
}

.pika-single.green .is-selected .pika-button {
    color: #fff;
    background-color: #90c43f !important
}

.pika-single.blue .pika-title {
    background-color: #3470B7 !important
}

.pika-single.blue .pika-table th {
    color: #3470B7 !important
}

.pika-single.blue .is-selected .pika-button {
    color: #fff;
    background-color: #3470B7 !important
}

.pika-single.purple .pika-title {
    background-color: #9f60b5 !important
}

.pika-single.purple .pika-table th {
    color: #9f60b5 !important
}

.pika-single.purple .is-selected .pika-button {
    color: #fff;
    background-color: #9f60b5 !important
}

.pika-single.orange .pika-title {
    background-color: #f2711c !important
}

.pika-single.orange .pika-table th {
    color: #f2711c !important
}

.pika-single.orange .is-selected .pika-button {
    color: #fff;
    background-color: #f2711c !important
}

.pika-single.yellow .pika-title {
    background-color: #ffd200 !important
}

.pika-single.yellow .pika-table th {
    color: #ffd200 !important
}

.pika-single.yellow .is-selected .pika-button {
    color: #fff;
    background-color: #ffd200 !important
}

@media (max-width: 991px) {
    .pika-single {
        right:0 !important;
        left: 0 !important
    }

    .pika-lendar {
        width: 100%
    }

    .pika-title {
        border-radius: 0
    }

    .pika-table {
        border-radius: 0
    }
}

.price_package {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #dad1ab;
    border-radius: 4px
}

.price_package h3 {
    text-align: left
}

.price_package h3 small {
    display: block;
    font-size: 0.6em
}

.price_package .price_package_description {
    display: block
}

.price_package .price_package_description_large {
    margin-top: 10px;
    padding: 20px
}

.price_package button {
    margin-top: 20px
}

.price_package ul,.price_package ol {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px
}

.price_package ul li,.price_package ol li {
    margin-left: 18px
}

.price_package ul li:before,.price_package ol li:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    color: green;
    position: absolute;
    left: 0
}

.price_package .price_package_price {
    font-size: 1.1em
}

.price_package .price_package_price span {
    font-size: 1.2em;
    font-weight: bolder
}
