div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #EDE9E1;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
   overflow-x: hidden;
}
.visibility-hidden
{
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_intro
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #wb_intro
   {
      background-attachment: scroll !important;
   }
}
#wb_header
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #0F1821;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 15px 15px 15px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .row > .col-1, #header > .row > .col-2
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: right;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#header > .row > .col-1, #header > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#upStickyLayer
{
   background-color: #403832;
   background-image: none;
   border-radius: 0px;
   opacity: 0.77;
}
#wb_upIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_upIcon a
{
   text-decoration: none;
}
#wb_upIcon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#upIcon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_upIcon:hover #upIcon i
{
   color: #EC9C29;
}
.headerMenu .nav
{
   font-family: "Lora";
   font-weight: 500;
   font-size: 16px;
   font-style: normal;
   color: #0F1821;
   text-align: right;
   text-transform: none;
}
#headerMenu, .headerMenu .nav, .headerMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.headerMenu .nav:before,
.headerMenu .nav:after 
{
   content: " ";
   display: table;
}
.headerMenu .nav:after 
{
   clear: both;
}
.headerMenu .nav a 
{
   text-decoration: none;
}
.headerMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.headerMenu .nav ul ul
{
   margin-bottom: 0;
}
.headerMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.headerMenu .container:before,
.headerMenu .container:after 
{
   content: " ";
   display: table;
}
.headerMenu .container:after 
{
   clear: both;
}
.headerMenu .collapse 
{
   display: none;
}
.headerMenu .collapse.show 
{
   display: block;
}
.headerMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.headerMenu .arrow, .headerMenu .arrow-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.headerMenu .dropdown 
{
   position: relative;
}
.headerMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.headerMenu .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 16px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 6px;
   background-clip: padding-box;
}
.headerMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #0F1821;
   text-transform: none;
   white-space: nowrap;
}
.headerMenu .dropdown-menu > li > a:hover,
.headerMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #191970;
   background-color: #EDEDED;
   background-image: none;
}
.headerMenu .dropdown-menu > li > a.active,
.headerMenu .dropdown-menu > li > a.active:hover,
.headerMenu .dropdown-menu > li > a.active:focus
{
   color: #191970;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.headerMenu .show > .dropdown-menu
{
   display: block;
}
.headerMenu .show > a
{
   outline: 0;
}
.headerMenu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.headerMenu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.headerMenu .dropdown.show .dropdown-menu
{
   animation-name: headerMenu-animation;
   animation-duration: 500ms;
   animation-iteration-count: 1;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
   animation-fill-mode: forwards;
}
@keyframes headerMenu-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.headerMenu .nav > li 
{
   position: relative;
   display: block;
}
.headerMenu .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 15px 15px;
}
.headerMenu .nav .show > a,
.headerMenu .nav .show > a:hover,
.headerMenu .nav .show > a:focus
{
    border-color: #343A40;
}
.headerMenu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .nav .arrow
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.headerMenu
{
   position: relative;
}
.headerMenu:before,
.headerMenu:after
{
   content: " ";
   display: table;
}
.headerMenu:after
{
   clear: both;
}
.headerMenu .navbar-header:before,
.headerMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.headerMenu .navbar-header:after
{
   clear: both;
}
.headerMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.headerMenu-navbar-collapse:before,
.headerMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.headerMenu-navbar-collapse:after
{
   clear: both;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle 
{
   position: relative;
   float: right;
   width: 52px;
   height: 52px;
   padding: 15px 15px 15px 15px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.headerMenu .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.headerMenu .navbar-toggle .line
{
   margin: 4px auto;
}
.headerMenu .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.headerMenu .navbar-nav
{
   margin: 6px -15px;
}
.headerMenu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.headerMenu .navbar-nav > li > a
{
   color: #0F1821;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #191970;
   text-decoration: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #191970;
   background-color: #EDEDED;
   background-image: none;
}
.headerMenu .navbar-toggle
{
   border: 1px solid transparent;
}
.headerMenu .navbar-toggle:hover,
.headerMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.headerMenu .navbar-toggle .line
{
   background-color: #F4A460;
}
.headerMenu-navbar-collapse
{
   border-color: rgba(255,255,255,1.00);
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #191970;
   border-bottom-color: #191970;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #191970;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #191970;
   border-bottom-color: #191970;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #0F1821;
   border-bottom-color: #0F1821;
}
.headerMenu .navbar-link
{
   color: #0F1821;
}
.headerMenu .navbar-link:hover
{
   color: #191970;
}
.headerMenu .navbar-header
{
   color: #F4A460;
}
@media (min-width: 480px) 
{
.headerMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.headerMenu .navbar-header
{
   float: left;
}
.headerMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.headerMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle
{
   display: none;
}
.headerMenu .navbar-nav
{
   display: flex;
   flex-direction: row;
   justify-content: center;
   margin: 0;
}
.headerMenu .navbar-nav > li
{
   float: left;
}
.headerMenu .container > .navbar-header,
.headerMenu .container > .headerMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #9B643A;
   border-bottom-color: #9B643A;
}
}
@media (max-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.headerMenu .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.headerMenu .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.headerMenu .navbar-nav .show .dropdown-menu > li > a,
.headerMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.headerMenu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
}
.headerMenu .navbar-nav > li > a
{
   color: #F4A460;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   color: #9B643A;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #9B643A;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #9B643A;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #9B643A;
   border-bottom-color: #9B643A;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #F4A460;
   border-bottom-color: #F4A460;
}
.headerMenu .navbar-nav > li > a.active > .arrow,
.headerMenu .navbar-nav > li > a.active:hover > .arrow,
.headerMenu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #9B643A;
   border-bottom-color: #9B643A;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #9B643A;
   border-bottom-color: #9B643A;
}
.headerMenu .navbar-link
{
   color: #F4A460;
}
.headerMenu .navbar-link:hover 
{
   color: #fff;
}
}
.headerMenu .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.headerMenu .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#headerMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_headerMenu
{
   z-index: 1111 !important;
}
#wb_headerIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 5px 0 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_headerIcon1 a
{
   text-decoration: none;
}
#wb_headerIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#headerIcon1
{
   height: 37px;
   width: 43px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#headerIcon1 i
{
   color: #9F8276;
   display: inline-block;
   font-size: 37px;
   line-height: 37px;
   vertical-align: middle;
}
#wb_headerIcon1:hover #headerIcon1 i
{
   color: #FFFFFF;
}
#wb_headerIcon1
{
   transition: all 500ms linear 0ms;
}
#headerButton
{
   box-sizing: border-box;
   line-height: 35px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #403832;
   border-radius: 0px;
   background-color: #403832;
   background-image: none;
   color: #EDE9E1;
   font-family: "Lora";
   font-weight: 700;
   font-style: normal;
   font-size: 15px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 0 0 0 ;
}
#headerButton:focus
{
   outline: 0;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 5px 0 5px 0;
   text-align: left;
}
#Heading3
{
   color: #EDE9E1;
   font-family: "Lora";
   font-weight: 500;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#Heading3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_intro
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/Hotel Casa Isabel Cartagena (5).jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#intro
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 75px 0 75px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#intro > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 200px;
   padding-left: 200px;
   position: relative;
}
#intro > .col-1
{
   flex: 0 0 auto;
}
#intro > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#intro > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_introLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #0F1821;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#introLayoutGrid
{
   box-sizing: border-box;
   padding: 80px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#introLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#introLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#introLayoutGrid > .row > .col-1
{
   float: left;
}
#introLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#introLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#introLayoutGrid:before,
#introLayoutGrid:after,
#introLayoutGrid .row:before,
#introLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#introLayoutGrid:after,
#introLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#introLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_texto_his
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #0F1821;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#texto_his
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1500px;
}
#texto_his > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#texto_his
{
   width: 970px;
}
#texto_his > .col-1
{
   flex: 0 0 auto;
}
#texto_his > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#texto_his > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
@media (max-width: 480px)
{
#texto_his
{
   width: 100%;
}
#texto_his > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_introHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#introHeading
{
   color: #FFFFFF;
   font-family: "Lora";
   font-weight: 500;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_Text1
{
   color: #F5F5F5;
   font-family: Lora;
   font-weight: 600;
   font-size: 27px;
   line-height: 40px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_aboutText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 15px 0 0 0;
   margin: 0 0 20px 0 ;
   text-align: left;
}
#wb_aboutText
{
   color: #F5F5F5;
   font-family: Lora;
   font-weight: 700;
   font-size: 24px;
   line-height: 36px;
}
#wb_aboutText p, #wb_aboutText ul
{
   margin: 0;
   padding: 0;
}
#wb_aboutText
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#aboutButton
{
   box-sizing: border-box;
   line-height: 34px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #9B643A;
   border-radius: 0px;
   background-color: #9B643A;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#aboutButton:focus
{
   outline: 0;
}
#wb_logo_voila
{
   margin: 0;
   vertical-align: top;
}
#logo_voila
{
   border: 20px solid transparent;
   border-radius: 20px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 142px;
   height: 130px;
   vertical-align: top;
}
#wb_Text2 
{
   background-color: rgba(31,18,9,0.50);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 75px 50px 75px 50px;
   margin: 0;
   text-align: center;
}
#wb_Text2
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: 700;
   font-size: 21px;
   line-height: 32.5px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#hotels
{
   background-color: #F8F9FA;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_Text3 
{
   background-color: rgba(31,18,9,0.50);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 75px 50px 75px 50px;
   margin: 0;
   text-align: center;
}
#wb_Text3
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: 700;
   font-size: 21px;
   line-height: 32.5px;
}
#wb_Text3 p, #wb_Text3 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text4 
{
   background-color: rgba(31,18,9,0.50);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 75px 50px 75px 50px;
   margin: 0;
   text-align: center;
}
#wb_Text4
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: 700;
   font-size: 21px;
   line-height: 32.5px;
}
#wb_Text4 p, #wb_Text4 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: inline-block;
   margin: 0;
   width: 940px;
   height: 27px;
}
#Layer5
{
   background-color: transparent;
   background-image: url('../images/hotel-getsemani-cartagena.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   border-radius: 0px;
}
#wb_Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading6
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading7
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Layer6
{
   background-color: transparent;
   background-image: url('../images/hotel-pedregal-cartagena.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   border-radius: 0px;
}
#wb_Heading8
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading8
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading9
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading9
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_about
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#about
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#about > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#about > .row > .col-1, #about > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#about > .row > .col-1, #about > .row > .col-2
{
   float: left;
}
#about > .row > .col-1
{
   background-color: #0F1821;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#about > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#about > .row > .col-2
{
   background-color: #696969;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#about > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#about:before,
#about:after,
#about .row:before,
#about .row:after
{
   display: table;
   content: " ";
}
#about:after,
#about .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#about > .row > .col-1, #about > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #0F1821;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1500px;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1
{
   width: 970px;
}
#LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
@media (max-width: 480px)
{
#LayoutGrid1
{
   width: 100%;
}
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text7 div
{
   text-align: left;
}
#wb_Text7
{
   display: inline-block;
   margin: 0;
   width: 940px;
   height: 31px;
}
#Layer2
{
   background-color: transparent;
   background-image: url('../images/hotel-centro-historico-cartagena.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   border-radius: 0px;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading4
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#PhotoGallery1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery1 .thumbnails
{
   margin: 0;
}
#PhotoGallery1 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   float: left;
   padding: 4px 4px 4px 4px;
   width: 25%;
   text-align: center;
   vertical-align: top;
}
#PhotoGallery1 .thumbnail img
{
   border: 0px solid #DDDDDD;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoGallery1 .clearfix:before,
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:before,
#PhotoGallery1 .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:after
{
   clear: both;
}
#PhotoGallery1 .visible-col4
{
   display: block;
}
#wb_contact
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #0F1821;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #C2C1C1;
   border-right-color: #C2C1C1;
   border-bottom-color: #C2C1C1;
   border-left-color: #C2C1C1;
   box-sizing: border-box;
   margin: 0;
}
#contact
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contact > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contact > .row > .col-1, #contact > .row > .col-2, #contact > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contact > .row > .col-1, #contact > .row > .col-2, #contact > .row > .col-3
{
   float: left;
}
#contact > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#contact > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#contact > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#contact:before,
#contact:after,
#contact .row:before,
#contact .row:after
{
   display: table;
   content: " ";
}
#contact:after,
#contact .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#contact > .row > .col-1, #contact > .row > .col-2, #contact > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_contactIcon2
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #EDE9E1;
   border-radius: 50%;
   text-align: center;
   margin: 0 0 0 6px;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_contactIcon2 a
{
   text-decoration: none;
}
#wb_contactIcon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_contactIcon2:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #645E59;
}
#contactIcon2
{
   height: 28px;
   width: 28px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#contactIcon2 i
{
   color: #EDE9E1;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
}
#wb_contactIcon2:hover #contactIcon2 i
{
   color: #645E59;
}
#wb_contactIcon3
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #EDE9E1;
   border-radius: 50%;
   text-align: center;
   margin: 0 0 0 6px;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_contactIcon3 a
{
   text-decoration: none;
}
#wb_contactIcon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_contactIcon3:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #645E59;
}
#contactIcon3
{
   height: 28px;
   width: 28px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#contactIcon3 i
{
   color: #EDE9E1;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
}
#wb_contactIcon3:hover #contactIcon3 i
{
   color: #645E59;
}
#wb_contactIcon4
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #EDE9E1;
   border-radius: 50%;
   text-align: center;
   margin: 0 0 0 6px;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_contactIcon4 a
{
   text-decoration: none;
}
#wb_contactIcon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_contactIcon4:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #645E59;
}
#contactIcon4
{
   height: 28px;
   width: 28px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#contactIcon4 i
{
   color: #EDE9E1;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
}
#wb_contactIcon4:hover #contactIcon4 i
{
   color: #645E59;
}
#contactLabel1
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Lora";
   font-weight: 700;
   font-style: normal;
   font-size: 17px;
   text-align: center;
   vertical-align: top;
   padding: 0 0 20px 0;
}
#contactLabel1:focus
{
   outline: 0;
}
#contactLabel4
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Lora";
   font-weight: 700;
   font-style: normal;
   font-size: 17px;
   text-align: center;
   vertical-align: top;
   padding: 0 0 10px 0;
}
#contactLabel4:focus
{
   outline: 0;
}
#wb_contactAddress 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_contactAddress
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: 400;
   font-size: 19px;
   line-height: 28px;
}
#wb_contactAddress p, #wb_contactAddress ul
{
   margin: 0;
   padding: 0;
}
#wb_contactAddress
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 97px;
   height: 90px;
   vertical-align: top;
}
#scrolls
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_xwxd12xsa
{
   vertical-align: top;
}
#xwxd12xsa
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Label1
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Lora";
   font-weight: 700;
   font-style: normal;
   font-size: 17px;
   text-align: center;
   vertical-align: top;
   padding: 0 0 10px 0;
}
#Label1:focus
{
   outline: 0;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 5px 0 5px 0;
   text-align: center;
}
#Heading1
{
   color: #EDE9E1;
   font-family: "Lora";
   font-weight: 500;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
.ui-dialog.ui-widget
{
      z-index: 9999 !important;
}
.newsLetterPopup.ui-dialog
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   display: none;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
.newsLetterPopup.ui-dialog .ui-dialog-title
{
   color: #800000;
   font-family: Arial;
   font-weight: normal;
   font-size: 27px;
   font-style: normal;
   text-align: left;
   margin: 0;
}
.newsLetterPopup.ui-dialog .ui-dialog-titlebar
{
   background-color: rgba(0,0,0,0.40);
   background-image: none;
   border: 1px solid #4F4F4F;
   font-weight: normal;
   padding: 10px 10px 10px 10px;
}
.newsLetterPopup.ui-dialog .ui-dialog-titlebar-close
{
   background: none;
   border: none;
   outline: 0;
   right: 10px;
   font-family: Arial;
   font-size: 27px;
}
.newsLetterPopup.ui-dialog .ui-dialog-titlebar-close:after
{
   align-items: center;
   color: #800000;
   content: "\00d7";
   display: flex;
   font-size: 1.5em;
   font-weight: bold;
   height: 100%;
   justify-content: center;
   position: absolute;
   left: 0;
   text-indent: 0;
   top: 0;
   width: 100%;
}
.newsLetterPopup.ui-dialog .ui-dialog-titlebar-close .ui-icon
{
   display: none;
}
.newsLetterPopup, .newsLetterPopup .ui-corner-all
{
   border-radius: 0px;
}
#newsLetterPopup.ui-dialog-content
{
   overflow: visible;
   padding: 16px 16px 16px 16px;
   font-size: 0;
   text-align: center;
}
.newsLetterPopup .ui-dialog-buttonpane .ui-dialog-buttonset
{
   float: right;
}
.newsLetterPopup .ui-dialog-buttonpane
{
   text-align: left;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 245px;
   height: 490px;
   vertical-align: top;
}
#Button1
{
   box-sizing: border-box;
   line-height: 35px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #403832;
   border-radius: 0px;
   background-color: #403832;
   background-image: none;
   color: #EDE9E1;
   font-family: "Lora";
   font-weight: 700;
   font-style: normal;
   font-size: 15px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 0 0 0 ;
}
#Button1:focus
{
   outline: 0;
}
#Button2
{
   box-sizing: border-box;
   line-height: 35px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #403832;
   border-radius: 0px;
   background-color: #403832;
   background-image: none;
   color: #EDE9E1;
   font-family: "Lora";
   font-weight: 700;
   font-style: normal;
   font-size: 15px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 0 0 0 ;
}
#Button2:focus
{
   outline: 0;
}
#Layer6
{
   position: absolute;
   text-align: center;
   left: 732px;
   top: 16px;
   width: 235px;
   height: 337px;
   z-index: 20;
}
#contactLabel1
{
   display: block;
   width: 100%;
   line-height: 25px;
   z-index: 33;
}
#aboutButton
{
   display: inline-block;
   width: 116px;
   height: 36px;
   z-index: 28;
}
#Button2
{
   display: inline-block;
   width: 180px;
   height: 37px;
   z-index: 5;
}
#wb_Image1
{
   display: inline-block;
   width: 97px;
   height: 90px;
   z-index: 0;
}
#wb_Heading8
{
   position: absolute;
   left: 15px;
   top: 162px;
   width: 205px;
   height: 86px;
   z-index: 15;
}
#hotels_Container
{
   width: 970px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_upIcon
{
   position: absolute;
   left: 9px;
   top: 9px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 8;
}
#Button1
{
   display: inline-block;
   width: 180px;
   height: 37px;
   z-index: 6;
}
#wb_Image2
{
   display: inline-block;
   width: 245px;
   height: 490px;
   z-index: 43;
}
#wb_Heading9
{
   position: absolute;
   left: 7px;
   top: 234px;
   width: 220px;
   height: 86px;
   z-index: 16;
}
#scrolls_Container
{
   width: 121px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_PhotoGallery1
{
   display: block;
   width: 100%;
   z-index: 30;
}
#wb_introHeading
{
   display: block;
   width: 100%;
   z-index: 10;
}
#wb_logo_voila
{
   display: inline-block;
   width: 182px;
   height: 170px;
   z-index: 9;
}
#contactLabel4
{
   display: inline-block;
   width: 275px;
   line-height: 25px;
   z-index: 37;
}
#wb_Heading6
{
   position: absolute;
   left: 15px;
   top: 162px;
   width: 205px;
   height: 86px;
   z-index: 13;
}
#wb_Heading7
{
   position: absolute;
   left: 7px;
   top: 234px;
   width: 220px;
   height: 86px;
   z-index: 14;
}
#wb_Heading4
{
   position: absolute;
   left: 7px;
   top: 234px;
   width: 220px;
   height: 86px;
   z-index: 18;
}
#wb_headerMenu
{
   display: inline-block;
   width: 507px;
   height: 78px;
   text-align: right;
   z-index: 1;
}
#wb_Heading2
{
   position: absolute;
   left: 15px;
   top: 162px;
   width: 205px;
   height: 86px;
   z-index: 17;
}
#scrolls
{
   position: fixed;
   text-align: center;
   left: 50%;
   margin-left: -60px;
   top: auto;
   bottom: 0px;
   width: 121px;
   height: 52px;
   z-index: 50;
}
#headerButton
{
   display: inline-block;
   width: 180px;
   height: 37px;
   z-index: 7;
}
#wb_Heading3
{
   display: inline-block;
   width: 119px;
   height: 37px;
   z-index: 3;
}
#ContentPlaceHolder1
{
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   z-index: 44;
}
#opne_desk
{
   display: inline-block;
   width: 293px;
   height: 386px;
   z-index: 40;
}
#wb_contactIcon4
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 36;
}
#Layer2
{
   position: absolute;
   text-align: center;
   left: 4px;
   top: 16px;
   width: 235px;
   height: 337px;
   z-index: 21;
}
#hotels
{
   position: relative;
   text-align: center;
   width: 100%;
   height: 377px;
   float: left;
   display: inline-block;
   z-index: 49;
}
#wb_Heading1
{
   display: inline-block;
   width: 119px;
   height: 37px;
   z-index: 4;
}
#wb_contactIcon3
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 35;
}
#wb_xwxd12xsa
{
   position: absolute;
   left: 4px;
   top: 15px;
   width: 112px;
   height: 37px;
   z-index: 41;
}
#wb_contactIcon2
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 34;
}
#Layer2_Container
{
   width: 235px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#Layer6_Container
{
   width: 235px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#Layer5_Container
{
   width: 235px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#upStickyLayer
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 25px;
   top: auto;
   bottom: 25px;
   width: 50px;
   height: 50px;
   z-index: 48;
}
#Label1
{
   display: inline-block;
   width: 275px;
   line-height: 25px;
   z-index: 39;
}
#Layer5
{
   position: absolute;
   text-align: center;
   left: 368px;
   top: 16px;
   width: 235px;
   height: 337px;
   z-index: 19;
}
#wb_headerIcon1
{
   display: inline-block;
   width: 43px;
   height: 37px;
   text-align: center;
   z-index: 2;
}
@media only screen and (max-width: 969px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #EDE9E1;
   background-image: none;
}
#wb_header
{
   visibility: visible;
   display: table;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 15px 15px 15px 15px;
}
#header .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#wb_upIcon
{
   left: 9px;
   top: 9px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
   background-color: transparent;
   background-image: none;
}
#upIcon
{
   width: 24px;
   height: 24px;
}
#upIcon i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_upIcon:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
}
#wb_headerMenu
{
   width: 160px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#headerMenu, .headerMenu .nav, .headerMenu .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_headerIcon1
{
   width: 43px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0 0 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#headerIcon1
{
   width: 43px;
   height: 37px;
}
#headerIcon1 i
{
   line-height: 37px;
   font-size: 37px;
   width: 36px;
}
#wb_headerIcon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#headerButton
{
   width: 125px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#headerButton
{
   line-height: 35px;
}
#wb_Heading3
{
   width: 119px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 0 5px 0;
}
#ContentPlaceHolder1
{
   left: 0px;
   top: 214px;
   width: 320px;
   height: 467px;
   visibility: visible;
   display: inline;
}
#wb_intro
{
   visibility: visible;
   display: table;
}
#wb_intro
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#intro
{
   height: 100vh;
   padding: 75px 0 75px 0;
}
#wb_introLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_introLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#introLayoutGrid
{
   height: auto;
   padding: 80px 15px 80px 15px;
}
#introLayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_texto_his
{
   visibility: visible;
   display: table;
}
#wb_texto_his
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#texto_his
{
   height: auto;
   padding: 5px 0 5px 0;
}
#texto_his
{
   width: 100%;
}
#wb_introHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 15px;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: center;
}
#wb_aboutText
{
   visibility: visible;
   display: block;
}
#wb_aboutText
{
   margin: 0 0 20px 0 ;
   padding: 15px 0 0 0;
}
#aboutButton
{
   width: 116px;
   height: 36px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#aboutButton
{
   line-height: 34px;
}
#wb_logo_voila
{
   width: 171px;
   height: 160px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#logo_voila
{
   width: 171px;
   height: 160px;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   margin: 0;
   padding: 75px 50px 75px 50px;
}
#hotels
{
   height: 1194px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   background-color: #0F1821;
   background-image: none;
}
#hotels
{
   width: 100%;
   margin: 0;
}
#hotels_Container
{
   width: 320px;
}
#hotels
{
    width: 100%;
    height: 1194px;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 75px 50px 75px 50px;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 75px 50px 75px 50px;
}
#wb_Text6
{
   width: 290px;
   height: 459px;
   visibility: visible;
   display: inline-block;
}
#wb_Text6
{
   margin: 0;
   padding: 0;
}
#Layer5
{
   left: 43px;
   top: 465px;
   width: 235px;
   height: 337px;
   visibility: visible;
   display: block;
}
#Layer5_Container
{
   width: 235px;
}
#wb_Heading6
{
   left: 15px;
   top: 162px;
   width: 205px;
   height: 86px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading6
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#wb_Heading7
{
   left: 7px;
   top: 234px;
   width: 220px;
   height: 86px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Layer6
{
   left: 43px;
   top: 823px;
   width: 235px;
   height: 337px;
   visibility: visible;
   display: block;
}
#Layer6_Container
{
   width: 235px;
}
#wb_Heading8
{
   left: 15px;
   top: 162px;
   width: 205px;
   height: 86px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading8
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading8
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#wb_Heading9
{
   left: 7px;
   top: 234px;
   width: 220px;
   height: 86px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_about
{
   visibility: visible;
   display: table;
}
#wb_about
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about
{
   height: auto;
   padding: 0 15px 0 15px;
}
#about .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid1
{
   width: 100%;
}
#wb_Text7
{
   width: 290px;
   height: 2033px;
   visibility: visible;
   display: inline-block;
}
#wb_Text7
{
   margin: 0;
   padding: 0;
}
#Layer2
{
   left: 43px;
   top: 99px;
   width: 235px;
   height: 337px;
   visibility: visible;
   display: block;
}
#Layer2_Container
{
   width: 235px;
}
#wb_Heading2
{
   left: 15px;
   top: 162px;
   width: 205px;
   height: 86px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Lora;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#Heading2 a
{
   color: inherit;
}
#wb_Heading4
{
   left: 7px;
   top: 234px;
   width: 220px;
   height: 86px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_PhotoGallery1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#PhotoGallery1 .thumbnail
{
   width: 25%;
}
#PhotoGallery1 .visible-col4
{
   display: block;
}
#wb_contact
{
   visibility: visible;
   display: table;
}
#wb_contact
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact
{
   height: auto;
   padding: 30px 15px 30px 15px;
}
#contact .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_contactIcon2
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 6px;
   padding: 6px 6px 6px 6px;
   background-color: transparent;
   background-image: none;
}
#contactIcon2
{
   width: 28px;
   height: 28px;
}
#contactIcon2 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_contactIcon2:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #645E59;
}
#wb_contactIcon3
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 6px;
   padding: 6px 6px 6px 6px;
   background-color: transparent;
   background-image: none;
}
#contactIcon3
{
   width: 28px;
   height: 28px;
}
#contactIcon3 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_contactIcon3:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #645E59;
}
#wb_contactIcon4
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 6px;
   padding: 6px 6px 6px 6px;
   background-color: transparent;
   background-image: none;
}
#contactIcon4
{
   width: 28px;
   height: 28px;
}
#contactIcon4 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_contactIcon4:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #645E59;
}
#contactLabel1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: center;
}
#contactLabel1
{
   line-height: 25px;
}
#contactLabel4
{
   width: 275px;
   height: 35px;
   visibility: visible;
   display: inline-block;
   margin: 30px 0 0 0 ;
   padding: 0 0 10px 0;
   text-align: center;
}
#contactLabel4
{
   line-height: -5px;
}
#wb_contactAddress
{
   visibility: visible;
   display: block;
}
#wb_contactAddress
{
   margin: 0;
   padding: 0 0 20px 0;
}
#wb_Image1
{
   width: 97px;
   height: 90px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 97px;
   height: 90px;
}
#opne_desk
{
   width: 170px;
   height: 182px;
   visibility: visible;
   display: inline-block;
}
#scrolls
{
   width: 121px;
   height: 52px;
   visibility: visible;
   display: block;
}
#scrolls_Container
{
   width: 121px;
}
#wb_xwxd12xsa
{
   left: 4px;
   top: 15px;
   width: 112px;
   height: 37px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Label1
{
   width: 275px;
   height: 35px;
   visibility: visible;
   display: inline-block;
   margin: 30px 0 0 0 ;
   padding: 0 0 10px 0;
   text-align: center;
}
#Label1
{
   line-height: -5px;
}
#wb_Heading1
{
   width: 119px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 5px 0 5px 0;
}
#newsLetterPopup
{
}
#wb_Image2
{
   width: 245px;
   height: 490px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image2
{
   width: 245px;
   height: 490px;
}
#Button1
{
   width: 125px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Button1
{
   line-height: 35px;
}
#Button2
{
   width: 125px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Button2
{
   line-height: 35px;
}
}
