html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline: none;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul,ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
	outline: none;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

input:focus, textarea:focus
{
    outline: none;
}
.block
{
    display: block;
}
.hidden
{
    display: none;
}
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.line-height
{
    line-height: 0;
}
.clear-right
{
    clear: right;
}
.clear-left
{
    clear: left;
}
.center-relative
{
    margin-left: auto;
    margin-right: auto;
}
.center-absolute
{
    left: 50%;
}
.center-text
{
    text-align: center !important;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.absolute
{
    position: absolute;
}
.fixed
{
    position: fixed;
}
.relative
{
    position: relative;
}
.sticky
{
    height: auto;
}
.margin-0, .margin-0 img
{
    margin: 0 !important;
    line-height: 0;
}
.top-0
{
    margin-top: 0 !important;
}
.top-5
{
    margin-top: 5px !important;
}
.top-10
{
    margin-top: 10px;
}
.top-15
{
    margin-top: 15px;
}
.top-20
{
    margin-top: 20px;
}
.top-25
{
    margin-top: 25px;
}
.top-30
{
    margin-top: 30px;
}
.top-50
{
    margin-top: 50px;
}
.top-60
{
    margin-top: 60px;
}
.top-70
{
    margin-top: 70px;
}
.top-75
{
    margin-top: 75px;
}
.top-80
{
    margin-top: 80px;
}
.top-100
{
    margin-top: 100px;
}
.top-105
{
    margin-top: 105px;
}
.top-120
{
    margin-top: 120px;
}
.top-150
{
    margin-top: 150px;
}
.top-200
{
    margin-top: 200px;
}
.top-negative-30
{
    margin-top: -30px;
}
.left-35
{
    margin-left:35px;
}
.right-35
{
    margin-right:35px;
}
.bottom-0
{
    margin-bottom: 0 !important;
}
.bottom-10
{
    margin-bottom: 10px !important;
}
.bottom-20
{
    margin-bottom: 20px !important;
}
.bottom-25
{
    margin-bottom: 25px !important;
}
.bottom-30
{
    margin-bottom: 30px !important;
}
.bottom-50
{
    margin-bottom: 50px !important;
}
.bottom-100
{
    margin-bottom: 100px !important;
}
.bottom-150
{
    margin-bottom: 150px !important;
}
.bottom-200
{
    margin-bottom: 200px !important;
}
.width-25
{
    width: 25%;
}
.width-50
{
    width: 50%;
}
.width-75
{
    width: 75%;
}
.width-85
{
    width: 85%;
}
.width-100
{
    width: 100%;
}
blockquote:before
{
    content: '\201C';
    font-size: 180px;
    line-height: 0;
    font-family: 'Montserrat', sans-serif, Arial;
    vertical-align: -65px;
    color: #0697ae;
    text-align: center;
    display: block;
}
blockquote
{
    margin-top: 110px;
    margin-bottom: 60px;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 22px;
    line-height: 35px;
    color: #b0c2c2;
}
blockquote.inline-blockquote
{
    width: 395px;
    float: left;
    margin-left: -170px;
    margin-right: 70px;
}
.wrap-blockquote
{
    display: inline;
}
address
{
    font-size: 32px;
    line-height: 50px;
    font-style: normal;
}
iframe
{
    width: 100%;
}
a.button
{
    display: inline-block;
    border: 3px solid;
    text-align: center;
    padding: 15px 40px;
    cursor: pointer;
    margin-bottom: 25px;
    vertical-align: middle;
    text-decoration: none;
}
.button-link{
    border: none !important;
    color: #801620;
    padding: 0px !important;
}

.button-link:hover{
    color: #8B2B34;
}
.content-card{
    color: #242424 !important;
    font-family: 'Chivo-Light', sans-serif, Arial;
}

.image-card{
        transition: all .4s;
    transform: scale(1);
}
.image-card:hover{
    transition: all .4s;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    border-radius: 5px;
}

.gallery-imagen{
 transition: all .4s;
    transform: scale(1);
}
.gallery-imagen:hover{
    transition: all .4s;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}


a.button:active
{
    position: relative;
    top: 1px;
}
h1,h2,h3,h4,h5,h6
{
    padding: 20px 0;
}
h1
{
    font-size: 38px;
    line-height: 38px;
}
h2
{
    font-size: 34px;
    line-height: 34px;
}
h3
{
    font-size: 32px;
    line-height: 32px;
}
h4
{
    font-size: 30px;
}
h5
{
    font-size: 28px;
}
h6
{
    font-size: 26px;
}
em
{
    font-style: italic;
}
ol
{
    list-style-type: decimal;
}
pre
{
    word-wrap: break-word;
}
.single-content table, .single-content th, .single-content td, .page-content table, .page-content th, .page-content td
{
    border:1px solid black;
    padding: 10px;
    vertical-align: middle;
}
sup
{
    vertical-align: super;
    font-size: smaller;
}
sub
{
    vertical-align: sub;
    font-size: smaller;
}
.single-content ol
{
    display: block;
    list-style-type: decimal;
    margin: 0 0 14px 17px;
}
.single-content ul
{
    display: block;
    list-style-type: disc;
    margin: 0 0 14px 17px;
}

/* COLUMNS */

.one,  .one_half,  .one_third,  .two_third,  .three_fourth,
.one_fourth{
    margin-right: 100px;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.last{
    margin-right: 0 !important;
    clear: right;
}

.one{
    float: none;
    display: block;
    clear: both;
    margin-right: 0;
}

.one_half{
    width: 400px;
}

.one_third{
    width: 233px;
}

.two_third{
    width: 566px;
}

.one_fourth{
    width: 150px;
}

.three_fourth{
    width: 650px;
}

.one img,  .one_half img,  .one_third img,  .two_third img,
.three_fourth img,  .one_fourth img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
}

.team-holder .one
{
    margin: 0;
}

.team-holder .one_half
{
    width: 50%;
    width: calc(100% / 2);
    margin: 0;
}

.team-holder .one_third
{
    width: 33%;
    width: calc(100% / 3);
    margin: 0;
}

.team-holder .one_fourth
{
    width: 25%;
    width: calc(100% / 4);
    margin: 0;
}

/* MENU */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;-webkit-tap-highlight-color:rgba(0,0,0,0);line-height: 1.4;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}




/* WP DEFAULT CLASSES */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 20px 0px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif, Arial;
}

.wp-caption.alignnone {
    margin: 20px 0px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    text-align: left;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
    text-align: right;
}

.wp-caption img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 18px;
    margin-bottom: 50px;
    padding: 5px 50px;
    background-color: #8f939e;
    display: inline-block;
    color: #fff;
}
.gallery-caption
{
    font-size: 100%;
}
.bypostauthor
{
    font-size: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}



.cbp-bislideshow {
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
}

.cbp-bislideshow li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}


/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
    display: none;
}

.cbp-bislideshow li img {
    display: block;
    width: 100%;
}

.cbp-bicontrols {
    position: fixed;
    width: 300px;
    height: 100px;
    margin: -50px 0 0 -150px;
    bottom: 0;
    right: 0;
}

.cbp-bicontrols span {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cbp-bicontrols span:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 100px;
    font-size: 80px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
    opacity: 1;
}

.cbp-bicontrols span:active:before {
    top: 2px;
}

span.cbp-biplay:before {
    content: "\f01d";
}

span.cbp-bipause:before {
    content: "\f28c";
}

span.cbp-binext:before {
    content: "\f105";
}

span.cbp-biprev:before {
    content: "\f104";
}

.cbp-bicontrols span.cbp-binext {
    float: right;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
    opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
    display: block;
}

ul.breadcrumb {
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
    color: #801620;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #801620;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #801620;
}
ul.breadcrumb li a:hover {
  color: #8B2B34;
}

.subtitle{
    color:#242423;
}

.owl-prev {
  background: url('/static/img/left-arrow.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('/static/img/right-arrow.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.popuptext {
  display: table;
}
.popuptext p {
  margin-bottom: 10px;
}
.popuptext span {
  font-weight: bold;
  float: right;
}
/* Popup Text */

/* Icon CSS */
.item {
  position: relative;
}
.item i {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.item a {
  display: block;
  width: 100%;
}
.item a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.item a:hover i {
  display: block;
  z-index: 2;
}
.block
{
    display: block;
}
.hidden
{
    display: none;
}
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.line-height
{
    line-height: 0;
}
.clear-right
{
    clear: right;
}
.clear-left
{
    clear: left;
}
.center-relative
{
    margin-left: auto;
    margin-right: auto;
}
.center-absolute
{
    left: 50%;
}
.center-text
{
    text-align: center !important;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.absolute
{
    position: absolute;
}
.fixed
{
    position: fixed;
}
.relative
{
    position: relative;
}
.sticky
{
    height: auto;
}
.margin-0, .margin-0 img
{
    margin: 0 !important;
    line-height: 0;
}
.top-0
{
    margin-top: 0 !important;
}
.top-5
{
    margin-top: 5px !important;
}
.top-10
{
    margin-top: 10px;
}
.top-15
{
    margin-top: 15px;
}
.top-20
{
    margin-top: 20px;
}
.top-25
{
    margin-top: 25px;
}
.top-30
{
    margin-top: 30px;
}
.top-50
{
    margin-top: 50px;
}
.top-60
{
    margin-top: 60px;
}
.top-70
{
    margin-top: 70px;
}
.top-75
{
    margin-top: 75px;
}
.top-80
{
    margin-top: 80px;
}
.top-100
{
    margin-top: 100px;
}
.top-105
{
    margin-top: 105px;
}
.top-120
{
    margin-top: 120px;
}
.top-150
{
    margin-top: 150px;
}
.top-200
{
    margin-top: 200px;
}
.top-negative-30
{
    margin-top: -30px;
}
.left-35
{
    margin-left:35px;
}
.right-35
{
    margin-right:35px;
}
.bottom-0
{
    margin-bottom: 0 !important;
}
.bottom-10
{
    margin-bottom: 10px !important;
}
.bottom-20
{
    margin-bottom: 20px !important;
}
.bottom-25
{
    margin-bottom: 25px !important;
}
.bottom-30
{
    margin-bottom: 30px !important;
}
.bottom-50
{
    margin-bottom: 50px !important;
}
.bottom-100
{
    margin-bottom: 100px !important;
}
.bottom-150
{
    margin-bottom: 150px !important;
}
.bottom-200
{
    margin-bottom: 200px !important;
}
.width-25
{
    width: 25%;
}
.width-50
{
    width: 50%;
}
.width-75
{
    width: 75%;
}
.width-85
{
    width: 85%;
}
.width-100
{
    width: 100%;
}
blockquote:before
{
    content: '\201C';
    font-size: 180px;
    line-height: 0;
    font-family: 'Montserrat', sans-serif, Arial;
    vertical-align: -65px;
    color: #0697ae;
    text-align: center;
    display: block;
}
blockquote
{
    margin-top: 110px;
    margin-bottom: 60px;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 22px;
    line-height: 35px;
    color: #b0c2c2;
}
blockquote.inline-blockquote
{
    width: 395px;
    float: left;
    margin-left: -170px;
    margin-right: 70px;
}
.wrap-blockquote
{
    display: inline;
}
address
{
    font-size: 32px;
    line-height: 50px;
    font-style: normal;
}
iframe
{
    width: 100%;
}
a.button
{
    display: inline-block;
    border: 3px solid;
    text-align: center;
    padding: 15px 40px;
    cursor: pointer;
    margin-bottom: 25px;
    vertical-align: middle;
    text-decoration: none;
}
.button-link{
    border: none !important;
    color: #801620;
    padding: 0px !important;
}

.button-link:hover{
    color: #8B2B34;
}
.content-card{
    color: #242424 !important;
    font-family: 'Chivo-Light', sans-serif, Arial;
}

.image-card{
        transition: all .4s;
    transform: scale(1);
}
.image-card:hover{
    transition: all .4s;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    border-radius: 5px;
}

.gallery-imagen{
 transition: all .4s;
    transform: scale(1);
}
.gallery-imagen:hover{
    transition: all .4s;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}


a.button:active
{
    position: relative;
    top: 1px;
}
h1,h2,h3,h4,h5,h6
{
    padding: 20px 0;
}
h1
{
    font-size: 38px;
    line-height: 38px;
}
h2
{
    font-size: 34px;
    line-height: 34px;
}
h3
{
    font-size: 32px;
    line-height: 32px;
}
h4
{
    font-size: 30px;
}
h5
{
    font-size: 28px;
}
h6
{
    font-size: 26px;
}
em
{
    font-style: italic;
}
ol
{
    list-style-type: decimal;
}
pre
{
    word-wrap: break-word;
}
.single-content table, .single-content th, .single-content td, .page-content table, .page-content th, .page-content td
{
    border:1px solid black;
    padding: 10px;
    vertical-align: middle;
}
sup
{
    vertical-align: super;
    font-size: smaller;
}
sub
{
    vertical-align: sub;
    font-size: smaller;
}
.single-content ol
{
    display: block;
    list-style-type: decimal;
    margin: 0 0 14px 17px;
}
.single-content ul
{
    display: block;
    list-style-type: disc;
    margin: 0 0 14px 17px;
}

/* COLUMNS */

.one,  .one_half,  .one_third,  .two_third,  .three_fourth,
.one_fourth{
    margin-right: 100px;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.last{
    margin-right: 0 !important;
    clear: right;
}

.one{
    float: none;
    display: block;
    clear: both;
    margin-right: 0;
}

.one_half{
    width: 400px;
}

.one_third{
    width: 233px;
}

.two_third{
    width: 566px;
}

.one_fourth{
    width: 150px;
}

.three_fourth{
    width: 650px;
}

.one img,  .one_half img,  .one_third img,  .two_third img,
.three_fourth img,  .one_fourth img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
}

.team-holder .one
{
    margin: 0;
}

.team-holder .one_half
{
    width: 50%;
    width: calc(100% / 2);
    margin: 0;
}

.team-holder .one_third
{
    width: 33%;
    width: calc(100% / 3);
    margin: 0;
}

.team-holder .one_fourth
{
    width: 25%;
    width: calc(100% / 4);
    margin: 0;
}

/* MENU */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;-webkit-tap-highlight-color:rgba(0,0,0,0);line-height: 1.4;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}




/* WP DEFAULT CLASSES */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 20px 0px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif, Arial;
}

.wp-caption.alignnone {
    margin: 20px 0px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    text-align: left;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
    text-align: right;
}

.wp-caption img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 18px;
    margin-bottom: 50px;
    padding: 5px 50px;
    background-color: #8f939e;
    display: inline-block;
    color: #fff;
}
.gallery-caption
{
    font-size: 100%;
}
.bypostauthor
{
    font-size: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}



.cbp-bislideshow {
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
}

.cbp-bislideshow li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}


/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
    display: none;
}

.cbp-bislideshow li img {
    display: block;
    width: 100%;
}

.cbp-bicontrols {
    position: fixed;
    width: 300px;
    height: 100px;
    margin: -50px 0 0 -150px;
    bottom: 0;
    right: 0;
}

.cbp-bicontrols span {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cbp-bicontrols span:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 100px;
    font-size: 80px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
    opacity: 1;
}

.cbp-bicontrols span:active:before {
    top: 2px;
}

span.cbp-biplay:before {
    content: "\f01d";
}

span.cbp-bipause:before {
    content: "\f28c";
}

span.cbp-binext:before {
    content: "\f105";
}

span.cbp-biprev:before {
    content: "\f104";
}

.cbp-bicontrols span.cbp-binext {
    float: right;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
    opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
    display: block;
}

ul.breadcrumb {
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
    color: #570F16;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #801620;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #801620;
}
ul.breadcrumb li a:hover {
  color: #8B2B34;
}

.subtitle{
    color:#242423;
}

.owl-prev {
  background: url('/static/img/left-arrow.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('/static/img/right-arrow.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.popuptext {
  display: table;
}
.popuptext p {
  margin-bottom: 10px;
}
.popuptext span {
  font-weight: bold;
  float: right;
}
/* Popup Text */

/* Icon CSS */
.item {
  position: relative;
}
.item i {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.item a {
  display: block;
  width: 100%;
}
.item a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.item a:hover i {
  display: block;
  z-index: 2;
}

@font-face {
    font-family: 'Chivo-Regular';
    font-display: swap;
    src: url('/static/fonts/Chivo-Regular.woff2') format('woff2'),
        url('/static/fonts/Chivo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chivo-Light';
    font-display: swap;
    src: url('/static/fonts/Chivo-Light.woff2') format('woff2'),
        url('/static/fonts/Chivo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Chivo-Bold';
    font-display: swap;
    src: url('/static/fonts/Chivo-Bold.woff2') format('woff2'),
        url('/static/fonts/Chivo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-BoldItalic';
    font-display: swap;
    src: url('/static/fonts/PlayfairDisplay-BoldItalic.woff2') format('woff2'),
        url('/static/fonts/PlayfairDisplay-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'PlayfairDisplay-Italic';
    font-display: swap;
    src: url('/static/fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('/static/fonts/PlayfairDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

body {
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #fff;
    background-color: #fff;
    width: 100%;
}

.montserrat {
    font-family: 'Chivo-Light', sans-serif, Arial;
}

body a {
    text-decoration: none;
    color: #404040;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
}

.menu-item {
    font-size: 16pt;
    font-family: 'Chivo-Light', sans-serif, Arial;
    padding-bottom: 10px !important;
    line-height: 16pt !important;
}

.menu-item > a {
    color: #5E1118 !important;
}

body a:hover {
    color: #8B2B34;
}

input, textarea, select {
    -webkit-appearance: none;
}

.carousel_pagination a {
    background-color: #C0D3D3;
}

.carousel_pagination a:hover {
    background-color: #FFD700;
}

.carousel_pagination a.selected {
    background-color: #FFD700;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: white;
}

.doc-loader td {
    text-align: center;
    vertical-align: middle;
}

.doc-loader img {
    width: 150px;
}

.nicescroll-rails {
    z-index: 2 !important;
}

.nicescroll-rails-vr:hover {
    cursor: pointer !important;
}

.nicescroll-rails-hr {
    display: none !important;
}

.content-660 {
    max-width: 660px;
}

.content-900 {
    max-width: 900px;
}

.content-1070 {
    max-width: 1070px;
}

.content-660 img, .content-1070 img, .content-900 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.scroll-top {
    display: none;
    line-height: 0;
    z-index: 2;
    overflow: hidden;
    margin-left: 34px;
    bottom: 35px;
}

.scroll-top:hover {
    cursor: pointer;
}

.scroll-top .fa {
    font-size: 36px;
    width: 32px;
    color: #FFD700;
}

.scroll-top .fa:hover {
    color: #E4CC3F;
}

.sidebar {
    position: fixed;
    background-color: #fff;
    height: 100% !important;
    width: 420px;
    left: -340px;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 7;
}

.sidebar.open {
    left: 0;
}

.menu-left-part {
    width: 320px;
    position: absolute;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3;
}

.search-field {
    font-family: 'Chivo-Light', sans-serif, Arial;
    width: 100%;
    height: 100px;
    font-size: 18px;
    padding-left: 50px;
    background-color: #2D2D2D;
    color: #5B5B5B;
    border: none;
}

.search-field::-webkit-input-placeholder {
    font-family: 'Chivo-Light', sans-serif, Arial;
    color: #5B5B5B;
}

.search-field::-moz-placeholder {
    font-family: 'Chivo-Light', sans-serif, Arial;
    color: #5B5B5B;
    opacity: 1;
}

.search-field:-ms-input-placeholder {
    font-family: 'Chivo-Light', sans-serif, Arial;
    color: #5B5B5B;
    opacity: 1;
}

.search-field:-moz-placeholder {
    font-family: 'Chivo-Light', sans-serif, Arial;
    color: #5B5B5B;
    opacity: 1;
}

.site-title {
    font-family: 'PlayfairDisplay-BoldItalic';
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    padding: 20px 0;
}

.site-description {
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-size: 15px;
    line-height: 20px;
    max-width: 200px;
}

#header-main-menu {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
}

.main-menu.sm-clean {
    background-color: transparent;
    display: inline-block;
}

.sm-clean a {
    color: #FFD700;
}

.sm-clean a.current, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active,
.sm-clean a.highlighted, .sm-clean ul a:hover, .sm-clean ul a:focus,
.sm-clean ul a:active, .sm-clean ul a.highlighted {
    color: #FFD700;
}

.current {
    color: #801620 !important;
    font-family: 'Chivo-Regular', sans-serif, Arial;
}

.sm-clean a span.sub-arrow {
    color: #FFD700;
}

.main-menu.sm-clean .sub-menu li a {
    color: #848484;
    text-transform: uppercase;
    font-size: 14px;
}

.menu-right-part {
    float: right;
    width: 80px;
    min-height: 100%;
    background-color: #801620;
}

.logo-holder {
    line-height: 0;
    font-size: 0;
}

.logo-holder img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
    width: 85%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 5px;
}

#toggle {
    height: 20px;
    padding: 20px 0;
    position: relative;
    background-color: #FFD700;
}

#toggle:hover {
    cursor: pointer;
}

#toggle:before, #toggle:after {
    content: '';
    height: 2px;
    width: 26px;
    background: #801620;
    left: 26px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    top: 28px;
}

#toggle:before {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

#toggle.on:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

#toggle.on:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

#toggle:after {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

#toggle .menu-line {
    width: 26px;
    height: 2px;
    background: #801620;
    left: 26px;
    position: absolute;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    top: 28px;
}

#toggle.on .menu-line {
    opacity: 0;
}

.social-list {
    text-align: center;
    color: #999;
    font-size: 16px;
}

.social-list a {
    padding-top: 80px;
    display: block;
    color: #FFD700;
}

.social-list a:hover {
    color: #E4CC3F;
}

.site-content {
    width: 100%;
    position: relative;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

.subcontent {
    margin-left: 80px;
}

#site-wrapper {
    width: 50%;
    margin-left: 0;
    float: left;
}

.site-holder {
    padding-top: 100px;
    max-width: 470px;
    padding-bottom: 85px;
}

.site-item-holder {
    transition: .2s filter ease-in-out;
    -webkit-transition: .2s -webkit-filter ease-in-out;
}

.featured-post {
    padding-bottom: 105px;
}

.title {
    font-family: 'PlayfairDisplay-BoldItalic', sans-serif, Arial;
    font-size: 56px;
    line-height: 50px;
    padding-bottom: 40px;
    color: #242424;
}

.subtitle {
    font-family: 'PlayfairDisplay-Italic', sans-serif, Arial;
    font-size: 46px;
    text-align: center;
    line-height: 50px;
    color: #242424;
}

.subtitle2 {
    font-family: 'Chivo-Regular', sans-serif, Arial;
    font-size: 26px;
    padding: 0px;
    text-align: center;
    line-height: 50px;
    color: #242424;
}

.title-tile {
    font-family: 'PlayfairDisplay-Italic', sans-serif, Arial;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    color: #242424;
}

.title-review {
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-size: 26px;
    color: #242424;
}

.views {
    margin-top: 20vh;
    text-align: center !important;
    color: #fff !important;
}

.section-rooms {
    text-align: center !important;
    color: #fff !important;
}

.site-item-holder .entry-content .title a {
    color: #242424;
}

.site-item-holder .entry-content .title a:hover {
    color: #FFD700;
}


.excerpt {
    font-size: 16px;
    font-family: 'Chivo-Light', sans-serif, Arial;
    line-height: 28px;
    color: #5d5d5d;
}

.read-more {
    background-image: url('images/arrow.png');
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: -11px;
    margin-left: 15px;
}

.load-more-holder {
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-size: 18px;
    font-weight: 700;
    color: #c0d3d3;
    display: block;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

.more-posts {
    display: block;
}

.more-posts {
    color: #C0D3D3;
}

.more-posts:hover {
    cursor: pointer;
    color: #aabdbd;
}

.featured-image-holder {
    width: 50%;
    float: right;
}

.featured-post-image {
    position: fixed;
    height: 100%;
    width: 50%;
    width: calc(50% - 50px);
    background-size: cover;
    background-position: center center;
}

.cat-links {
    font-family: 'Chivo-Light', sans-serif, Arial;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.cat-links ul li {
    display: inline-block;
    margin-right: 5px;
}

.cat-links ul li a {
    color: #D8588C;
    font-size: 14px;
}

.cat-links ul li:after {
    content: ",";
}

.cat-links ul li:last-child:after {
    display: none;
}

.published {
    font-family: 'Chivo-Light', sans-serif, Arial;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #aabdbd;
}

.published:before {
    content: "\2022";
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.site .excerpt {
    font-size: 16px;
    line-height: 28px;
    color: #5d5d5d;
}

/* END site */


/* FEATURED POSTS SCROLL PAGE */


.page-scroll .cbp-bislideshow li img {
    display: none;
}

.page-scroll .nicescroll-rails-hr {
    display: block !important;
}

.full-screen-scroll .cbp-bislideshow {
    width: 100%;
    width: calc(100% - 100px);
    left: 100px;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

.open .full-screen-scroll .cbp-bislideshow {
    left: 420px;
}

#cbp-bislideshow.scroll {
    overflow: auto;
}

.cbp-bislideshow.scroll li {
    opacity: 1 !important;
    width: 45%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: cover;
}

.cbp-bislideshow.scroll li:last-child {
    border: 0;
}

.cbp-bislideshow.scroll li ul li {
    position: relative;
    border: 0;
}

.full-screen-scroll article {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    padding: 50px;
    max-width: 600px;
    z-index: 1;
}

.full-screen-scroll article {
    padding: 0;
    width: 100%;
    max-width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.cbp-bislideshow.scroll li:hover article {
    opacity: 1;
}

.full-screen-scroll article .title, .full-screen-scroll article .excerpt, .full-screen-scroll .info-holder {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
}

.full-screen-scroll .info-holder {
    margin-bottom: 50px;
}

.full-screen-scroll h1.title {
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-size: 50px;
    line-height: 54px;
    margin-top: 150px;
}

.full-screen-scroll h1.title {
    margin-top: 160px;
}


/* END FEATURED POST SCROLL */


/* SINGLE POST */

.single-post article {
    margin: 0 auto;
    text-align: justify;
}

.single-post h1.title {
    font-family: 'Chivo-Light', sans-serif, Arial;
    margin-bottom: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 48px;
    line-height: 50px;
    padding-top: 120px;
    text-align: left;
    width: 660px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.post-info {
    font-family: 'Chivo-Light', sans-serif, Arial;
    padding-bottom: 70px;
}

/* END SINGLE POST */


/* DEFAULT PAGE */

.page .page-header-image {
    line-height: 0;
}

.page .page-header-image img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.page-template-default article {
    padding-top: 110px;
}

.page h1.title {
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-size: 22px;
    line-height: 35px;
}

/* END DEFAULT PAGE */


/* ABOUT PAGE */

.team-holder .member {
    line-height: 0;
    font-size: 0;
}

.team-holder .member img {
    width: 100%;
}

.team-holder .member-info {
    text-align: center;
    background-color: #F1F1F1;
    color: #FFD700;
}

.team-holder .member-name {
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-size: 20px;
    line-height: 28px;
    padding: 40px 60px 0px 60px;
}

.team-holder .member-position {
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 60px 0px 60px;
}

.team-holder .member-content {
    font-size: 16px;
    line-height: 27px;
    color: #404040;
    padding: 40px 60px 40px 60px;
}

.team-holder .member.one img {
    width: 50%;
    display: inline-block;
}

.team-holder .member.one .member-info {
    display: inline-block;
    width: 50%;
    position: absolute;
    height: 100%;
    text-align: left;
}

/* END ABOUT PAGE */


/* CONTACT */

.page-header-map #map {
    height: 450px;
}

.contact-form {
    max-width: 100%;
    margin: 0 auto;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
    border: 0;
    border-bottom: 2px solid;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 30px 0;
    height: 28px;
    font-size: 16px;
    font-family: 'Chivo-Light', sans-serif, Arial;
    width: 100%;
    line-height: 25px;
}

.contact-form input[name="your-name"] {
    margin-top: 0;
    padding-top: 0;
}

.contact-form textarea {
    height: 150px;
}

.contact-form input[type=submit] {
    display: inline-block;
    border: 2px solid;
    text-align: center;
    padding: 30px 0px;
    cursor: pointer;
    margin-bottom: 25px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-weight: 700;
    width: 100%;
    font-size: 20px;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
}

.contact-form input[type=submit]:hover {
    color: #FFD700;
}

.contact-form input[type=text]::-webkit-input-placeholder, .contact-form input[type=email]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
    font-family: 'Chivo-Light', sans-serif, Arial;
    color: #404040;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}

.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
    font-family: 'Chivo-Light', sans-serif, Arial;
    color: #404040;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    opacity: 1;
    text-transform: uppercase;
}

.contact-form input[type=text]:-ms-input-placeholder, .contact-form input[type=email]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
    font-family: 'Chivo-Light', sans-serif, Arial;
    color: #404040;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}

.contact-form input[type=text]:-moz-placeholder, .contact-form input[type=email]:-moz-placeholder, .contact-form textarea:-moz-placeholder {
    font-family: 'Chivo-Light', sans-serif, Arial;
    color: #404040;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    opacity: 1;
    text-transform: uppercase;
}

/* END CONTACT */


/* FOOTER */

.footer-info {
    font-family: 'Chivo-Light', sans-serif, Arial;
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 60px;
    color: #848484;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
}

.footer-bottom, a.footer-bottom {
    font-family: 'Chivo-Light', sans-serif, Arial;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 25px;
    color: #999 !important;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    margin-left: 50px;
    text-align: center;
}

.footer-info a {
    color: #848484;
}

.footer-info .fa-heart {
    color: #d8588c;
    padding-left: 3px;
    padding-right: 2px;
    -webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(0.8, 0.8);
    }
    80% {
        transform: scale(0.9, 0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

@-moz-keyframes pulse {
    0% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(0.8, 0.8);
    }
    80% {
        transform: scale(0.9, 0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(0.8, 0.8);
    }
    80% {
        transform: scale(0.9, 0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

@-ms-keyframes pulse {
    0% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(0.8, 0.8);
    }
    80% {
        transform: scale(0.9, 0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

/* END FOOTER */

/* RESPONSIVE PART */

@media screen and (max-width: 1650px) {

    .content-1070 {
        width: 1070px;
        max-width: 90%;
    }

    .site-holder {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .cbp-bislideshow.scroll li {
        width: 55%;
    }

    .page-template-default article {
        padding-top: 70px;
    }

}

@media screen and (max-height: 900px) {
    .social-list {
        font-size: 23px;
    }

    .social-list a {
        padding-top: 30px;
    }
}

@media screen and (max-height: 700px) {
    .social-list {
        font-size: 19px;
    }

    .social-list a {
        padding-top: 0px;
    }
}


@media screen and (max-width: 1340px) {

    blockquote.inline-blockquote {
        display: block !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

}

@media screen and (max-width: 1220px) {

    .one_half {
        width: 48%;
    }

    .one_third {
        width: 30.6%;
    }

    .two_third {
        width: 65.1332%;
    }

    .one_fourth {
        width: 21.8%;
    }

    .three_fourth {
        width: 73.8%;
    }

    .one, .one_half, .one_third, .two_third, .three_fourth, .one_fourth {
        margin-right: 4%;
    }

    .header-holder {
        padding-top: 85px;
    }

    .header-logo {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 60px;
    }

    .header-menu {
        float: none;
    }

    .main-menu ul {
        width: 12em;
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        padding-right: 0;
        padding-left: 0;
    }

    #site-wrapper {
        margin-top: 300px;
    }

    .featured-post-image {
        top: 0;
        left: 0;
        height: 300px;
        width: 100%;
        position: absolute;
    }

    #site-wrapper {
        width: 100%;
    }

    .site-holder {
        padding-top: 50px;
    }

    .site-holder, .load-more-holder {
        padding-left: 10%;
        padding-right: 10%;
    }

    .featured-post {
        padding-bottom: 15px;
    }

    .team-holder .member.one .member-info {
        position: relative;
        vertical-align: top;
    }

}

@media screen and (max-width: 1020px) {

    .one_half, .one_third, .one_fourth, .two_third, .three_fourth {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    .content-660 {
        width: 660px;
        max-width: 90%;
    }

    .single-post article {
        padding: 0;
    }

    .single-post h1.title {
        padding-top: 50px;
    }

    .full-screen-scroll .cbp-bislideshow {
        position: relative;
        width: 100%;
        left: 0;
        z-index: 1;
    }

    .open .full-screen-scroll .cbp-bislideshow {
        left: 0;
    }

    .page-scroll .nicescroll-rails-hr {
        display: none !important;
    }

    .cbp-bislideshow.scroll li {
        position: relative;
        width: 100%;
        height: auto;
        left: 0 !important;
        border-right: 0;
        border-bottom: 10px solid #2d2d2d;
    }

    .full-screen-scroll article {
        opacity: 0.9 !important;
        position: relative;
        padding: 50px 0px;
    }

    .full-screen-scroll h1.title {
        margin-top: 0;
        font-size: 33px;
        line-height: 40px;
    }

    .team-holder .member.one img {
        display: block;
        margin: 0 auto;
        width: 400px;
        max-width: 90%;
    }

    .team-holder .member.one .member-info {
        display: block;
        width: 400px;
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    div.contact-form {
        margin-top: 100px;
    }

    .page-header-map #map {
        height: 250px;
    }

    .page-template-default article {
        padding-top: 50px;
    }

    .site-holder {
        padding-top: 50px;
    }

    .site-item-holder.featured-post .entry-content .title {
        padding-top: 0;
    }

}
.logo {
        width: 9em;
    }
@media screen and (max-width: 767px) {
.map{
    height: 400px !important;
}
}
@media screen and (max-width: 500px) {
    .booking-form {
    width: 90% !important;
    left: 9% !important;
    top: 10vh !important;
    position: fixed;
    z-index: 5;
}

.vegas-container{
    height: 330px !important;
}
.title.views{
    margin-top: 0 !important;
    font-size: 36px;
}
.title{
    font-size: 36px;
}
.subtitle{
    font-size: 29px;
}
.title-tile{
    font-size: 26px;
}
.booking-form>div{
    margin-top: 5% !important;
}
.input-check-in-date {
    margin-top: -4em !important;
}
.date-box {
    width: 100% !important;
    height: auto !important;
}
    .site-item-holder.featured-post .entry-content .title {
        font-size: 40px;
        line-height: 43px;
    }
    .logo {
        width: 6em;
    }
    .i_phone {
        display: none;
    }

    .sidebar {
        width: 375px;
    }

    .menu-right-part {
        width: 35px;
        background: #801620;
    }

    #toggle {
        padding: 0;
        height: 40px;
    }

    .view-container {
        margin: 0px;
        padding: 0.5em !important;
    }

    #toggle .menu-line, #toggle:before, #toggle:after {
        width: 20px;
        left: 8px;
        top: 19px;
        height: 1px;
    }

    #toggle:before {
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    #toggle:after {
        -webkit-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0);
    }

    .social-list {
        font-size: 16px;
    }

    .social-list a {
        padding-top: 0px;
    }

    .sidebar.open {
        width: 100%;
    }

    .open .menu-left-part {
        width: calc(100% - 35px) !important;
    }

    .site-content {
        width: 100%;
    }

    .subcontent {
        margin-left: 34px;
        width: calc(100% - 34px);
    }

    body.open .site-content {
        z-index: -1;
        margin-left: 40px;
    }

    .search-field {
        height: 40px;
        font-size: 14px;
    }

    .cat-links {
        display: block;
        line-height: 22px;
        margin-top: 10px;
    }

    .cat-links:first-child {
        margin-top: 0;
    }

    .published {
        display: block;
        line-height: 22px;
    }

    .published:before {
        display: none;
    }

    .cat-links ul li:after {
        display: none;
    }

    .team-holder .member-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    .scroll-top {
        margin-left: 4px;
    }

}

.info {
    width: 100%;
}

.info_content {
    padding-left: 21px;
    padding-top: 23px;
}

.has_children {
    z-index: 1;
}

.info_languages {
    cursor: pointer;
    padding-bottom: 5px;
    padding-right: 20px;
    position: relative;
    display: block;
}

.info_combo {
    cursor: pointer;
    position: relative;
    display: block;
    text-align: center;
}

.info_currencies {
    margin-left: 28px;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
    display: block;
}

.language_flag {
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-right: 6px;
    vertical-align: center;
}

.language_flag img {
    max-width: 100%;
}

.dropdown_text_booking {
    display: inline-block;
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: .75;
    vertical-align: center;
    margin-right: 15px;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.dropdown_arrow_booking i {
    color: #fff !important;
}

.dropdown_text {
    display: inline-block;
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-size: 14px;
    color: #FFD700;
    text-transform: uppercase;
    line-height: .75;
    vertical-align: center;
    margin-right: 15px;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.dropdown_arrow {
    display: inline-block;
    vertical-align: center;
}

.dropdown_arrow i {
    font-size: 12px;
    color: #801620
}

.has_children ul {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    background: #801620;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

ul {
    list-style: none;
    margin-bottom: 0;
}

.has_children ul li:not(:last-child) {
    margin-bottom: 8px;
}

.has_children ul li a {
    display: block;
}

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.has_children ul li a .dropdown_text {
    margin-right: 0;
}

.dropdown_text {
    display: inline-block;
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-size: 14px;
    color: #801620;
    text-transform: uppercase;
    line-height: .75;
    vertical-align: center;
    margin-right: 15px;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.drop_select {
    color: #FFD700;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

.has_children:hover > .dropdown_text, .has_children ul .dropdown_text:hover {
    color: #FFD700
}

.has_children:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.has_children:hover i {
    color: #FFD700
}

.has_children ul li:not(:last-child) {
    margin-bottom: 8px
}

.has_children ul li a {
    display: block
}

.has_children ul li a .dropdown_text {
    margin-right: 0
}

::-moz-selection { /* Code for Firefox */
    color: #FFD700;
    background: #801620;
}

::selection {
    color: #FFD700;
    background: #801620;
}

.topbar {
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
}

.topbar .items {
    float: right;
    margin: 10px 0px;
    padding-left: 15px;
    padding-right: 5px;
    line-height: 34px;
    font-family: 'Chivo-Regular', sans-serif, Arial;
    font-size: 12pt;
    color: #FFD700;
    background: #801620;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.topbar .items:hover {
    color: #E1C62A;
}

.booking {
    background: #801620 !important;
    color: #FFD700 !important;
    font-size: 13pt !important;
    margin-right: 20px !important;
    padding-right: 15px !important;
    cursor: pointer;
}

.booking:hover {
    color: #E4CC3F !important;
}

.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
}

.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 42px;
    height: 42px;
    border: 2px solid #FFF;
    opacity: 0.5;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/*Booking Form */
.booking-form {
    width: 22.000em;
    height: auto;
    top: 25%;
    left: 35%;
    background: rgba(128, 22, 32, 0.8);
    position: fixed;
    z-index: 5;
}

.booking-form-title {
    font-size: 19pt;
    text-align: center;
    padding: 0;
    color: #FFD700;
    font-family: 'Chivo-Light', sans-serif, Arial;
}

.booking-now-form {
    bottom: 0;
    padding: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: #FFD700;
    color: #801620;
    font-size: 16pt;
    cursor: pointer;
}

.date-box {
    flex-grow: 1;
    width: 50%;
    height: 60px;
    vertical-align: middle;
}

.label-date-box {
    text-align: center;
    font-size: 11pt;
    color: #fff;
}

.item-date {
    display: flex;
    flex-wrap: wrap;
    border-width: 2px;
    border-style: solid;
    border-color: #FFD700;
    margin: 0px 15px;
}

.date-booking {
    font-family: 'PlayfairDisplay-BoldItalic', sans-serif, Arial;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    font-size: 36pt;
    color: #801620;
}

.label-date {
    font-size: 14pt;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-family: 'Chivo-Light', sans-serif, Arial;
    font-weight: 100;
    line-height: 1;
}

.booking-form-close {
    position: absolute;
    background: #FFD700;
    width: 30px;
    height: 30px;
    text-align: center;
    right: 0;
    color: #801620;
    cursor: pointer;
}

/*
Start Ribbon
 */
.overlay-ribbon {
    position: absolute;
    width: 10em;
    height: 5em;
    z-index: 9999;
    top: -5.6em;
    left: 2%;
    background: #801620;
    padding: 5px 0;
    animation: slidein 3s ease-in-out forwards;
}

.ribbon-content {
    z-index: 99999;
    position: relative;
    margin: 0 5px;
}

.ribbon-content > p,
.ribbon-content > p span {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
}

.ribbon-content p span {
    display: block;
}

.close-x {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
}

.close-x a:link,
.close-x a:visited {
    background: #2ec4b6;
    color: #fff;
    padding: 0 4px;
    font-weight: normal;
    text-decoration: none;
}

.close-x a:hover {
    background: #FFD700;
}

.overlay-ribbon:before {
    content: "";
    position: absolute;
    bottom: -6em;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10em solid #801620;
    border-right: 10em solid transparent;
    z-index: 997;
}

.discount {
    font-family: 'PlayfairDisplay-BoldItalic', sans-serif, Arial;
    font-size: 19pt !important;
    color: #FFD700 !important;
}

.overlay-ribbon:after {
    content: "";
    position: absolute;
    bottom: -6em;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10em solid #801620;
    border-left: 10em solid transparent;
    z-index: 998;
}

.slideout {
    animation: slideout 1s ease-in-out forwards;
}

@-webkit-keyframes slidein {
    from {
        transform: translate(0, -400px);
    }
    to {
        transform: translate(0, 100px);
    }
}

@-o-keyframes slidein {
    from {
        transform: translate(0, -400px);
    }
    to {
        transform: translate(0, 100px);
    }
}

@-moz-keyframes slidein {
    from {
        transform: translate(0, -400px);
    }
    to {
        transform: translate(0, 100px);
    }
}

@keyframes slidein {
    from {
        transform: translate(0, -400px);
    }
    to {
        transform: translate(0, 100px);
    }
}

@-webkit-keyframes slideout {
    from {
        transform: translate(0, 100px);
    }
    to {
        transform: translate(0, -400px);
    }
}

@-o-keyframes slideout {
    from {
        transform: translate(0, 100px);
    }
    to {
        transform: translate(0, -400px);
    }
}

@-moz-keyframes slideout {
    from {
        transform: translate(0, 100px);
    }
    to {
        transform: translate(0, -400px);
    }
}

@keyframes slideout {
    from {
        transform: translate(0, 100px);
    }
    to {
        transform: translate(0, -400px);
    }
}

/*
En ribbon
 */

.content {
    color: #242424 !important;
    font-family: 'Chivo-Light', sans-serif, Arial;
    margin-bottom: 20px;
}

.link {
    font-family: 'Chivo-Bold', sans-serif, Arial;
    border: 0 !important;
}

.hero-section {
    width: 100% !important;
    float: left !important;
    padding: 100px 0 !important;
    text-align: center !important;
    background-attachment: fixed !important;
}

.view-container {
    margin: 0px;
    padding: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn-fluid {
    width: 100%;
    background: #801620;
    color: #FFD700;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 20px;
    font-family: "Chivo-Light", sans-serif, Arial;
    border: solid 1px #80161F;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-font-smoothing: auto !important;
    font-smoothing: auto !important;
}

.btn-fluid:hover {
    background-color: #801620;
    border: solid 1px #80161F;
    color: #FFD700;
}

.btn-white {
    width: 100%;
    background: transparent;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #fff;
    cursor: pointer;
    font-family: "Chivo-Light", sans-serif, Arial;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.btn-black {
    width: 100%;
    background: transparent;
    color: #242424;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #242424;
    cursor: pointer;
    font-family: "Chivo-Light", sans-serif, Arial;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.btn-white:hover {
    color: #fff;
}

.logo-menu {
    width: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

hr {
    border-top: 1px dashed #8c8b8b;
}


/*Form*/
input, select, textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.label, .checkbox-label, .radio-label {
    display: block;
    margin-bottom: 0.25em;
}

.label2 {
    font-size: 11pt;
}

.label3 {
    font-size: 15pt;
    font-family: "Chivo-Bold", sans-serif, Arial;
}

.label4 {
    font-size: 12pt;
    font-family: "Chivo-Regular", sans-serif, Arial;
}

.label5 {
    font-size: 12pt;
    font-family: "Chivo-Light", sans-serif, Arial;
}

.input, .checkbox-label:before, .radio-label:before, .checkbox-label:after, .radio-label:after, .select, .textarea {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #242424;
    background-color: white;
}

.input:focus, .checkbox-label:focus:before, .radio-label:focus:before, .checkbox-label:focus:after, .radio-label:focus:after, .select:focus, .textarea:focus {
    border-color: #24242490;
}

.input::-webkit-input-placeholder, .select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
    color: gray;
}

.input:-ms-input-placeholder, .select:-ms-input-placeholder, .textarea:-ms-input-placeholder {
    color: gray;
}

.input::-ms-input-placeholder, .select::-ms-input-placeholder, .textarea::-ms-input-placeholder {
    color: gray;
}

.input::placeholder, .select::placeholder, .textarea::placeholder {
    color: gray;
}

.checkbox, .radio {
    width: auto;
}

.checkbox:focus + .checkbox-label:before, .radio:focus + .checkbox-label:before, .checkbox:focus + .radio-label:before, .radio:focus + .radio-label:before, .checkbox:focus + .checkbox-label:after, .radio:focus + .checkbox-label:after, .checkbox:focus + .radio-label:after, .radio:focus + .radio-label:after {
    border-color: #24242480;
}

.checkbox:checked + .checkbox-label:after, .radio:checked + .checkbox-label:after, .checkbox:checked + .radio-label:after, .radio:checked + .radio-label:after {
    opacity: 1;
}

label {
    color: #242424;
}

.checkbox-label, .radio-label {
    position: relative;
    display: inline-block;
    margin-right: 0.5em;
    padding-left: 28px;
}

.checkbox-label:before, .radio-label:before, .checkbox-label:after, .radio-label:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: -9px;
    padding: 0;
    width: 18px;
    height: 18px;
    content: "";
}

.checkbox-label:after, .radio-label:after {
    border-color: transparent;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2013%2010.5%22%20enable-background%3D%22new%200%200%2013%2010.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M4.8%205.8L2.4%203.3%200%205.7l4.8%204.8L13%202.4c0%200-2.4-2.4-2.4-2.4L4.8%205.8z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 13px;
    background-repeat: no-repeat;
    opacity: 0;
}

.radio-label:before, .radio-label:after {
    border-radius: 50%;
}

.radio-label:after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
    background-size: 8px;
}
.select {
    position: relative;
    z-index: 1;
    padding-right: 40px;
}

.select::-ms-expand {
    display: none;
}

.select-wrap {
    position: relative;
}

.select-wrap:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 15px;
    width: 10px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23424242%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
}

.textarea {
    min-height: 100px;
    resize: vertical;
}

.input-check-in-date {
    z-index: 5;
    cursor: pointer;
    margin-left: 1.4em;
    margin-top: -6em;
    height: 5.8em;
    color: transparent;
    background: transparent;
    position: relative;
}

.input-check-out-date {
    z-index: 5;
    cursor: pointer;
    right: 0;
    margin-top: -6em;
    height: 5.8em;
    color: transparent;
    background: transparent;
    position: relative;
}

.datepicker--day-name {
    color: #801620 !important;
}

.datepicker--nav {
    border-bottom: 1px solid #801620;
    background: #801620;
}

.datepicker--cell.-current- {
    color: #801620 !important;
}

.datepicker {
    box-shadow: none !important;
    border-radius: 0px !important;
    border: 2px solid #FFD700 !important;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
    background: #8B2B34 !important;
}

.datepicker--nav-title i {
    color: #FFD700 !important;
}

.datepicker--nav-title {
    color: #FFD700 !important;
}

.datepicker--nav-action path {
    stroke: #FFD700 !important;
}

.datepicker--pointer {
    background: #FFD700 !important;
    border-top: 1px solid #FFD700 !important;
    border-right: 1px solid #FFD700 !important;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    background: #FFD700 !important;
}

.datepicker--cell.-in-range- {
    background: #E7D154 !important;
}

.datepicker--cell.-range-to- {
    border-radius: 0px !important;
    border: #FFD700 !important;
    background-color: #FFD700 !important;
    color: #801620 !important;
}

.datepicker--cell.-range-from- {
    border-radius: 0px !important;
    color: #801620 !important;
}

.-focus- {
    border-radius: 0px !important;
}

.datepicker--cell.-range-from- {
    border-radius: 0px !important;
    border: #FFD700 !important;
    background-color: #FFD700 !important;
    color: #801620 !important;
}

.select-booking {
    border-color: #801620;
    background-color: #FFD700 !important;
    color: #801620;
    font-size: 12pt;
    background-image: linear-gradient(45deg, transparent 50%, #801620 50%), linear-gradient(135deg, #801620 50%, transparent 50%), linear-gradient(to right, #801620, #801620);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.booking_form_ {
    border-color: #242424;
    background-color: #fff !important;
    color: #242424;
    background-image: linear-gradient(45deg, transparent 50%, #242424 50%), linear-gradient(135deg, #242424 50%, transparent 50%), linear-gradient(to right, #242424, #242424) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em !important;
    background-size: 5px 5px, 5px 5px, 1px 1.5em !important;
    background-repeat: no-repeat;
}


.select-booking:focus {
    border-color: #FFD700 !important;
    background-image: linear-gradient(45deg, #801620 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #801620 50%), linear-gradient(to right, #801620, #801620);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #fff;
    outline: 0;
}

.booking_form_:focus {
    border-color: #242424 !important;
    background-image: linear-gradient(45deg, #242424 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #242424 50%), linear-gradient(to right, #242424, #242424);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #242424;
    outline: 0;
}

.sentence {
    background: #FFD700;
    color: #801620;
    text-align: center;
    font-size: 26pt;
    padding: 20px 0px;
    font-family: "Chivo-Light", sans-serif, Arial;
}

.sentence .hotel {
    font-family: "Chivo-Regular", sans-serif, Arial;
    font-weight: 600;
}

#button_down a {
    padding-top: 60px;
}

#button_down a span {
    position: absolute;
    top: 33vh;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1.5px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

#button_down a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

#button_down a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


#button_down {
    position: relative;
}

#button_down::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}


.vegas-timer {
    height: 0px !important;
}

@media screen and (orientation: portrait) {
    .slide {
        height: 100vh;
    }

    #slide {
        width: calc(100%);
    }

    .slide-rooms {
        height: 60vh;
        width: 100%;
    }

    .slide-halls {
        height: 60vh;
        width: 100%;
    }

    .slide-reviews {
        height: 60vh;
        width: 100%;
    }

    .slide-weddings {
        height: 60vh;
        width: 100%;
    }
}

@media screen and (orientation: landscape) {
    .slide {
        height: 100vh;
        width: 100%;
    }

    .slide-rooms {
        height: 60vh;
        width: 100%;
    }

    .slide-halls {
        height: 60vh;
        width: 100%;
    }

    .slide-reviews {
        height: 60vh;
        width: 100%;
    }

    .slide-weddings {
        height: 60vh;
        width: 100%;
    }
}

.checkbox input[type="checkbox"] {
    opacity: 1;
}

.checkbox label {
    position: relative;
    
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 22px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 16px;
    width: 16px;
    
    border: 1px solid;
    left: 0px;
    
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 3px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    
    transform: rotate(-45deg);
    
    left: 4px;
    top: 7px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    border-color: #24242490;
}

.select.black{
    background-image: linear-gradient(45deg, transparent 50%, #242424 50%), linear-gradient(135deg, #242424 50%, transparent 50%), linear-gradient(to right, #242424, #242424);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.topbar-s1 {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 50%;
    right: 0;
}

.topbar-s1 .items {
    float: right;
    margin: 10px 0px;
    padding-left: 15px;
    padding-right: 5px;
    line-height: 66px;
    font-family: 'Chivo-Regular', sans-serif, Arial;
    font-size: 12pt;
    color: #FFD700;
    border: 2px solid;
    background: #801620;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.topbar-s1 .items:hover {
    color: #E1C62A;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#hor-minimalist-a
{
	font-size: 13px;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#hor-minimalist-a th
{
	font-size: 15px;
	font-family: 'Chivo-Regular', sans-serif, Arial;
	color: #242424;
	padding: 10px 8px;
	border-bottom: 2px solid #801620;
}
#hor-minimalist-a td
{
	color: #242424;
}

.accordion {
  background-color: #f0f0f0;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active-close:after {
  content: "\2796";
}

.accordion.title-tile.active, .accordion:hover {
  background-color: #DBDBDB;
}

.panel {
  padding: 0 18px;
    display: none;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: rgb(128, 22, 32);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
}
#gdpr-cookie-message span {
    color: #FFD700;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: var(--red);
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: #FFD700;
    color: rgb(128, 22, 32);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

#gdpr-cookie-types>ul>li>label{
    color: #fff !important;
}


.mapboxgl-popup-content{
  color: #242424 !important;
}

.social-holder{
    height: 90vh;
}

.social-list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.read-more-text{
    font-size: 12pt;
    cursor: pointer;
    color: #801620;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25D366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

.whatsapp:hover{
    color:#103928;
}

.btn-fluid-transparent{
    background:transparent;color: #801620;
}

.btn-yellow {
    background: #FFD700;
    color: #801620;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px 20px;
    font-family: "Chivo-Light", sans-serif, Arial;
    border: solid 1px #FFD700;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-font-smoothing: auto !important;
    font-smoothing: auto !important;
}

.btn-yellow:hover {
    background-color: #801620;
    border: solid 1px #80161F;
    color: #FFD700;
}