body
{
   background-color: #202020;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
.visibility-hidden
{
   visibility: hidden;
}
#preloader
{
   background: #FFFFFF url("../images/turning-dots.gif") no-repeat center center;
   bottom: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_services, #wb_HABITACIONES
   {
      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_services, #wb_HABITACIONES
   {
      background-attachment: scroll !important;
   }
}
#wb_header
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#header > .col-1, #header > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#header > .col-1, #header > .col-2
{
   flex: 0 0 auto;
   height: 48px;
}
#header > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#header > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 320px)
{
#header > .col-1, #header > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_aboutMeMenu
{
   border: 0px solid #202020;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: right;
   position: relative;
   z-index: 1111 !important;
}
#wb_aboutMeMenu ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#wb_aboutMeMenu li
{
   float: left;
   margin: 0;
   padding: 8px 0px 8px 0px;
   width: 16.66%;
}
#wb_aboutMeMenu a
{
   display: block;
   float: left;
   color: #FFFFFF;
   border: 0px solid rgba(255,255,255,0.00);
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Kodchasan;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: right;
   vertical-align: middle;
}
#wb_aboutMeMenu > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 28px;
   padding: 0 10px 0px 10px;
   line-height: 28px;
}
#wb_aboutMeMenu li:hover a, #wb_aboutMeMenu a:hover
{
   color: #DC143C;
   border: 0px solid #BF1F66;
   background-color: transparent;
   background-image: none;
}
#wb_aboutMeMenu li.firstmain
{
   padding-left: 0px;
}
#wb_aboutMeMenu li.lastmain
{
   padding-right: 8px;
}
#wb_aboutMeMenu li:hover, #wb_aboutMeMenu li a:hover
{
   position: relative;
}
#wb_aboutMeMenu a.withsubmenu
{
   padding: 0 5px 0 5px;
   background-image: none;
}
#wb_aboutMeMenu li:hover a.withsubmenu, #wb_aboutMeMenu a.withsubmenu:hover
{
   background-image: none;
}
#wb_aboutMeMenu ul ul
{
   position: absolute;
   z-index: 9999;
   left: 0;
   top: 0;
   visibility: hidden;
   width: 222px;
   height: auto;
   border: none;
   background-color: #202020;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.16);
}
#wb_aboutMeMenu ul :hover ul
{
   left: -9px;
   top: 44px;
   padding-top: 0px;
   visibility: visible;
}
#wb_aboutMeMenu .firstmain:hover ul
{
   left: -1px;
}
#wb_aboutMeMenu li li
{
   width: 200px;
   padding: 0 10px 0px 10px;
   border: 1px solid #202020;
   border-width: 0 1px;
}
#wb_aboutMeMenu li li.firstitem
{
   border-top: 1px #202020 solid;
}
#wb_aboutMeMenu li li.lastitem
{
   border-bottom: 1px #202020 solid;
}
#wb_aboutMeMenu li li.lastitem
{
   padding-bottom: 10px;
}
#wb_aboutMeMenu ul ul a, #wb_aboutMeMenu ul :hover ul a
{
   float: none;
   margin: 0;
   width: 170px;
   height: auto;
   white-space: normal;
   padding: 6px 20px 6px 10px;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   line-height: 16px;
   text-align: left;
   text-decoration: none;
   text-transform: none;
}
#wb_aboutMeMenu ul :hover ul .firstitem a
{
   margin-top: 10px;
}
#wb_aboutMeMenu ul ul :hover a, #wb_aboutMeMenu ul ul a:hover, #wb_aboutMeMenu ul ul :hover ul :hover a, #wb_aboutMeMenu ul ul :hover ul a:hover
{
   background-color: rgba(222,25,148,0.00);
   background-image: none;
   border: 0px solid #DE1994;
   color: #DC143C;
}
#wb_aboutMeMenu br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
@media all and (max-width:320px) 
{
#wb_aboutMeMenu ul
{
   width: 100%;
}
#wb_aboutMeMenu li
{
   padding: 0 8px 0px 8px !important;
   width: 100% !important;
}
#wb_aboutMeMenu a
{
   box-sizing: border-box;
   float: none !important;
   width: 100% !important;
}
#wb_aboutMeMenu a.withsubmenu
{
   width: 100% !important;
}
}
#wb_contactText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_contactText3
{
   color: #BABABA;
   font-family: Kodchasan;
   font-weight: bold;
   font-size: 15px;
   line-height: 25px;
}
#wb_contactText3 p, #wb_contactText3 ul
{
   margin: 0;
   padding: 0;
}
#wb_contactText3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   height: 75vh;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   height: 75vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 200px 0 200px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid3 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid3 > .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)
{
#LayoutGrid3 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid3-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
}
#LayoutGrid3-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid3-divider-bottom .divider-fill
{
   fill: #202020;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_welcome
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#welcome
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#welcome > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#welcome > .col-1
{
   flex: 0 0 auto;
}
#welcome > .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)
{
#welcome > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#welcome-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 90px;
}
#welcome-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#welcome-divider-bottom .divider-fill
{
   fill: #202020;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Carousel1
{
   background-color: #F2F5F7;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_Carousel1
{
   box-sizing: border-box;
   width: 100%;
   height: 100vh;
}
#Carousel1
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#Carousel1 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#Carousel1 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#Carousel1 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 500ms ease-in-out;
   height: 100%;
   text-align: center;
}
#Carousel1 .carousel-item-next:not(.carousel-item-start), #Carousel1 .active.carousel-item-end
{
   transform: translateX(100%);
}
#Carousel1 .carousel-item-prev:not(.carousel-item-end), #Carousel1 .active.carousel-item-start
{
   transform: translateX(-100%);
}
#Carousel1 .carousel-item-inner
{
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#Carousel1 .carousel-inner > .carousel-item > img, #Carousel1 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#Carousel1 .carousel-inner > .active, #Carousel1 .carousel-inner > .carousel-item-next, #Carousel1 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#Carousel1 .carousel-inner > .carousel-item-next, #Carousel1 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#Carousel1 .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -18px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#Carousel1 .carousel-indicators li
{
   display: block;
   float: left;
   margin: 12px 12px 12px 12px;
   width: 11px;
   height: 11px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: rgba(255,255,255,1.00);
   border: 1px solid rgba(0,0,0,1.00);
}
#Carousel1 .carousel-indicators .active
{
   background-color: rgba(0,0,0,1.00);
}
#Carousel1 .carousel-control
{
   display: flex;
   position: absolute;
   align-items: center;
   justify-content: center;
   left: 0;
   top: 0;
   bottom: 0;
   width: 15%;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
   cursor: pointer;
   z-index: 7776;
}
#Carousel1 .carousel-control.carousel-item-end
{
   left: auto;
   right: 0;
}
#Carousel1 .carousel-control .carousel-control-prev-icon, #Carousel1 .carousel-control .carousel-control-next-icon
{
   display: inline-block;
   position: absolute;
   width: 20px;
   height: 20px;
   z-index: 5;
}
#Carousel1 .carousel-control:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
.sr-only
{
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0px, 0px, 0px, 0px);
   border: 0;
}
#Carousel1 .frame
{
   width: 1190px;
   display: inline-block;
   float: left;
   height: 450px;
}
#Carousel1 .carousel-control-next, #Carousel1 .carousel-control-prev
{
   cursor: pointer;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
}
#Carousel1 .carousel-control-next-icon, #Carousel1 .carousel-control-prev-icon
{
   display: inline-block;
   width: 20px;
   height: 20px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#Carousel1 .carousel-control-next:hover, #Carousel1 .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#Carousel1 .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23000000%22%20viewBox%3d%220%200%2080%2080%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M63%2016%20L39%2040%20L63%2064%20C63%2064%2c%2063%2065%2c%2063%2066%20C63%2067%2c%2063%2067%2c%2063%2068%20L55%2075%20C55%2076%2c%2054%2076%2c%2053%2076%20C52%2076%2c%2052%2076%2c%2051%2075%20L18%2042%20C17%2042%2c%2017%2041%2c%2017%2040%20C17%2039%2c%2017%2039%2c%2018%2038%20L51%205%20C52%204%2c%2052%204%2c%2053%204%20C54%204%2c%2055%204%2c%2055%205%20L63%2012%20C63%2013%2c%2063%2014%2c%2063%2014%20C63%2015%2c%2063%2016%2c%2063%2016%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#Carousel1 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23000000%22%20viewBox%3d%220%200%2080%2080%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M63%2042%20L30%2075%20C29%2076%2c%2028%2076%2c%2028%2076%20C27%2076%2c%2026%2076%2c%2026%2075%20L18%2068%20C18%2067%2c%2017%2067%2c%2017%2066%20C17%2065%2c%2018%2064%2c%2018%2064%20L42%2040%20L18%2016%20C18%2016%2c%2017%2015%2c%2017%2014%20C17%2014%2c%2018%2013%2c%2018%2012%20L26%205%20C26%204%2c%2027%204%2c%2028%204%20C28%204%2c%2029%204%2c%2030%205%20L63%2038%20C63%2039%2c%2064%2039%2c%2064%2040%20C64%2041%2c%2063%2042%2c%2063%2042%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#Carousel1 .frame-1
{
   background-color: rgba(0,0,0,0.40);
   background-image: url('../images/edit.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
}
#wb_NOSOTROS
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#NOSOTROS
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
}
#NOSOTROS > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#NOSOTROS > .col-1
{
   flex: 0 0 auto;
   height: 593px;
}
#NOSOTROS > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#NOSOTROS > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_services
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/hotel-princesa-interior8692.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#services
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
}
#services > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#services > .col-1
{
   flex: 0 0 auto;
}
#services > .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;
}
#services > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
@media (max-width: 480px)
{
#services > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#services-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.2;
}
#wb_servicesCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 16px;
   text-align: center;
}
#servicesCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard2-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC143C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#servicesCard2-card-item0:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#servicesCard2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#servicesCard2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#servicesCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#servicesCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #DC143C;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#servicesCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: -15px 0 20px 0;
   color: #000000;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_servicesLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#servicesLayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#servicesLayoutGrid1 > .col-1, #servicesLayoutGrid1 > .col-2, #servicesLayoutGrid1 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#servicesLayoutGrid1 > .col-1, #servicesLayoutGrid1 > .col-2, #servicesLayoutGrid1 > .col-3
{
   flex: 0 0 auto;
}
#servicesLayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#servicesLayoutGrid1 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 0 0;
}
#servicesLayoutGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#servicesLayoutGrid1 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 0 0;
}
#servicesLayoutGrid1 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#servicesLayoutGrid1 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 0 0;
}
@media (max-width: 480px)
{
#servicesLayoutGrid1 > .col-1, #servicesLayoutGrid1 > .col-2, #servicesLayoutGrid1 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_servicesCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   border-top-width: 5px;
   border-right-width: 0px;
   border-bottom-width: 5px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #DC143C;
   border-right-color: #DC143C;
   border-bottom-color: #DC143C;
   border-left-color: #DC143C;
   text-align: center;
}
#servicesCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard1-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC143C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#servicesCard1-card-item0:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#servicesCard1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#servicesCard1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#servicesCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#servicesCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #DC143C;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#servicesCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: -30px 0 20px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_servicesCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 16px;
   text-align: center;
}
#servicesCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard3-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC143C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#servicesCard3-card-item0:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#servicesCard3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#servicesCard3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#servicesCard3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#servicesCard3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #DC143C;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#servicesCard3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: -20px 0 20px 0;
   color: #000000;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_servicesHeading
{
   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;
}
#servicesHeading
{
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#servicesHeading a
{
   color: inherit;
   text-decoration: none;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2, #LayoutGrid6 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2, #LayoutGrid6 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid6 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid6 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 0 0;
}
#LayoutGrid6 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid6 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 0 0;
}
#LayoutGrid6 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 0 0;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2, #LayoutGrid6 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_HABITACIONES
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/hotel-princesa-interior8667.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;
}
#HABITACIONES
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
}
#HABITACIONES > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#HABITACIONES > .col-1
{
   flex: 0 0 auto;
   height: 86px;
}
#HABITACIONES > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#HABITACIONES > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#HABITACIONES-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.33;
}
#wb_blogGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 50vh;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#blogGrid
{
   box-sizing: border-box;
   height: 50vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#blogGrid > .col-1, #blogGrid > .col-2, #blogGrid > .col-3, #blogGrid > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 1px;
   padding-left: 1px;
   position: relative;
}
#blogGrid > .col-1, #blogGrid > .col-2, #blogGrid > .col-3, #blogGrid > .col-4
{
   flex: 0 0 auto;
}
#blogGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#blogGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#blogGrid > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#blogGrid > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#blogGrid > .col-1, #blogGrid > .col-2, #blogGrid > .col-3, #blogGrid > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3, #LayoutGrid4 > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 1px;
   padding-left: 1px;
   position: relative;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3, #LayoutGrid4 > .col-4
{
   flex: 0 0 auto;
   height: 60px;
}
#LayoutGrid4 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid4 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid4 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid4 > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3, #LayoutGrid4 > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_IconFont1
{
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_IconFont1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont1
{
   height: 28px;
   width: 28px;
}
#IconFont1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_IconFont1:hover #IconFont1 i
{
   color: #DC143C;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 0 0;
   margin: 0;
   text-align: center;
}
#wb_Text9
{
   color: #BABABA;
   font-family: Kodchasan;
   font-weight: normal;
   font-size: 24px;
   line-height: 43px;
}
#wb_Text9 div
{
   text-align: center;
}
#wb_Text9
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 16px;
   text-align: center;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC143C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card5-card-item0:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #DC143C;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: -20px 0 20px 0;
   color: #000000;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_blogCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #000000;
   background-image: none;
   border: 1px solid #DC143C;
   border-radius: 3px;
   text-align: center;
}
#blogCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#blogCard1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_blogCard1:hover #blogCard1-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#blogCard1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#blogCard1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#blogCard1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#blogCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#blogCard1-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 0 0 15px 0 ;
   border: 2px solid #DC143C;
   border-radius: 0px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#blogCard1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #000000;
   background-image: none;
   border: 1px solid #DC143C;
   border-radius: 3px;
   text-align: center;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card6:hover #Card6-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card6-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card6-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 8px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card6-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #000000;
   background-image: none;
   border: 1px solid #DC143C;
   border-radius: 3px;
   text-align: center;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card7:hover #Card7-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card7-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card7-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 20px 0 15px 0 ;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #000000;
   background-image: none;
   border: 1px solid #DC143C;
   border-radius: 3px;
   text-align: center;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card8:hover #Card8-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card8-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card8-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 20px 0 15px 0 ;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Layer1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#Picture1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #000000;
   background-image: none;
   border: 1px solid #DC143C;
   border-radius: 3px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card1:hover #Card1-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card1-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #000000;
   background-image: none;
   border: 1px solid #DC143C;
   border-radius: 3px;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card2-card-item4
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #000000;
   background-image: none;
   border: 1px solid #DC143C;
   border-radius: 3px;
   text-align: center;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card9:hover #Card9-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card9-card-item4
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card9-card-item4 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #000000;
   background-image: none;
   border: 1px solid #DC143C;
   border-radius: 3px;
   text-align: center;
}
#Card10-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card10:hover #Card10-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card10-card-item4
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item4 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#wb_location
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 150px 0 0 0 ;
}
#location
{
   box-sizing: border-box;
   padding: 80px 0 80px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#location > .row
{
   margin-right: 0;
   margin-left: 0;
}
#location > .row > .col-1, #location > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#location > .row > .col-1, #location > .row > .col-2
{
   float: left;
}
#location > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#location > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#location > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#location > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#location:before,
#location:after,
#location .row:before,
#location .row:after
{
   display: table;
   content: " ";
}
#location:after,
#location .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#location > .row > .col-1, #location > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_location-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 15px 0 ;
   text-align: left;
}
#wb_location-text
{
   color: #DC143C;
   font-family: Kodchasan;
   font-weight: normal;
   font-size: 17px;
   line-height: 30px;
}
#wb_location-text div
{
   text-align: left;
}
#wb_location-text
{
   display: block;
   margin: 0 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 150px 0 0 0 ;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 80px 0 80px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid5 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid5 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid5 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid5 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 15px 0 ;
   text-align: left;
}
#wb_Text3
{
   color: #BABABA;
   font-family: Kodchasan;
   font-weight: normal;
   font-size: 17px;
   line-height: 30px;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text3
{
   display: block;
   margin: 0 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#Breadcrumb1
{
   list-style: none;
   padding: 8px 0 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #696969;
   border-radius: 4px;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: center;
}
#Breadcrumb1 > li
{
   display: inline-block;
   font-size: 15px;
   text-transform: none;
}
#Breadcrumb1 a
{
   color: #FFFFFF;
   text-decoration: underline;
}
#Breadcrumb1 a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
#Breadcrumb1 > .active
{
   color: #1C1313;
}
#Breadcrumb1 > .active a
{
   color: inherit;
   pointer-events: none;
}
#Breadcrumb1 > li + li:before
{
   content: "";
   padding: 0 10px;
   color: #000080;
}
#Breadcrumb1 li i
{
   font-size: 15px;
   width: 17px;
}
#Breadcrumb2
{
   list-style: none;
   padding: 8px 0 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #696969;
   border-radius: 4px;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: center;
}
#Breadcrumb2 > li
{
   display: inline-block;
   font-size: 15px;
   text-transform: none;
}
#Breadcrumb2 a
{
   color: #FFFFFF;
   text-decoration: underline;
}
#Breadcrumb2 a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
#Breadcrumb2 > .active
{
   color: #1C1313;
}
#Breadcrumb2 > .active a
{
   color: inherit;
   pointer-events: none;
}
#Breadcrumb2 > li + li:before
{
   content: "";
   padding: 0 10px;
   color: #000080;
}
#Breadcrumb2 li i
{
   font-size: 15px;
   width: 17px;
}
#wb_IconFont4
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#IconFont4
{
   height: 28px;
   width: 28px;
}
#IconFont4 i
{
   color: #0C0C0C;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 15px;
}
#wb_IconFont4:hover #IconFont4 i
{
   color: #DC143C;
}
#wb_IconFont5
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont5 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#IconFont5
{
   height: 28px;
   width: 28px;
}
#IconFont5 i
{
   color: #0C0C0C;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 25px;
}
#wb_IconFont5:hover #IconFont5 i
{
   color: #DC143C;
}
#wb_IconFont6
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont6 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#IconFont6
{
   height: 28px;
   width: 28px;
}
#IconFont6 i
{
   color: #0C0C0C;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 23px;
}
#wb_IconFont6:hover #IconFont6 i
{
   color: #DC143C;
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border-top-width: 5px;
   border-right-width: 0px;
   border-bottom-width: 5px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #DC143C;
   border-right-color: #DC143C;
   border-bottom-color: #DC143C;
   border-left-color: #DC143C;
   text-align: center;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC143C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card11-card-item0:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card11-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card11-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card11-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #DC143C;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: -20px 0 20px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 50px 0 0 0 ;
   text-align: center;
}
#wb_Text4
{
   color: #BABABA;
   font-family: Kodchasan;
   font-weight: normal;
   font-size: 37px;
   line-height: 66px;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text4
{
   display: block;
   margin: 50px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Carousel2
{
   background-color: #F2F5F7;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_Carousel2
{
   box-sizing: border-box;
   width: 100%;
   height: 100vh;
}
#Carousel2
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#Carousel2 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#Carousel2 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#Carousel2 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 500ms ease-in-out;
   height: 100%;
   text-align: center;
}
#Carousel2 .carousel-item-next:not(.carousel-item-start), #Carousel2 .active.carousel-item-end
{
   transform: translateX(100%);
}
#Carousel2 .carousel-item-prev:not(.carousel-item-end), #Carousel2 .active.carousel-item-start
{
   transform: translateX(-100%);
}
#Carousel2 .carousel-item-inner
{
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#Carousel2 .carousel-inner > .carousel-item > img, #Carousel2 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#Carousel2 .carousel-inner > .active, #Carousel2 .carousel-inner > .carousel-item-next, #Carousel2 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#Carousel2 .carousel-inner > .carousel-item-next, #Carousel2 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#Carousel2 .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -54px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#Carousel2 .carousel-indicators li
{
   display: block;
   float: left;
   margin: 12px 12px 12px 12px;
   width: 11px;
   height: 11px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: rgba(255,255,255,1.00);
   border: 1px solid rgba(0,0,0,1.00);
}
#Carousel2 .carousel-indicators .active
{
   background-color: rgba(0,0,0,1.00);
}
#Carousel2 .carousel-control
{
   display: flex;
   position: absolute;
   align-items: center;
   justify-content: center;
   left: 0;
   top: 0;
   bottom: 0;
   width: 15%;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
   cursor: pointer;
   z-index: 7776;
}
#Carousel2 .carousel-control.carousel-item-end
{
   left: auto;
   right: 0;
}
#Carousel2 .carousel-control .carousel-control-prev-icon, #Carousel2 .carousel-control .carousel-control-next-icon
{
   display: inline-block;
   position: absolute;
   width: 20px;
   height: 20px;
   z-index: 5;
}
#Carousel2 .carousel-control:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
.sr-only
{
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0px, 0px, 0px, 0px);
   border: 0;
}
#Carousel2 .frame
{
   width: 320px;
   display: inline-block;
   float: left;
   height: 450px;
}
#Carousel2 .carousel-control-next, #Carousel2 .carousel-control-prev
{
   cursor: pointer;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
}
#Carousel2 .carousel-control-next-icon, #Carousel2 .carousel-control-prev-icon
{
   display: inline-block;
   width: 20px;
   height: 20px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#Carousel2 .carousel-control-next:hover, #Carousel2 .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#Carousel2 .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23000000%22%20viewBox%3d%220%200%2080%2080%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M63%2016%20L39%2040%20L63%2064%20C63%2064%2c%2063%2065%2c%2063%2066%20C63%2067%2c%2063%2067%2c%2063%2068%20L55%2075%20C55%2076%2c%2054%2076%2c%2053%2076%20C52%2076%2c%2052%2076%2c%2051%2075%20L18%2042%20C17%2042%2c%2017%2041%2c%2017%2040%20C17%2039%2c%2017%2039%2c%2018%2038%20L51%205%20C52%204%2c%2052%204%2c%2053%204%20C54%204%2c%2055%204%2c%2055%205%20L63%2012%20C63%2013%2c%2063%2014%2c%2063%2014%20C63%2015%2c%2063%2016%2c%2063%2016%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#Carousel2 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23000000%22%20viewBox%3d%220%200%2080%2080%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M63%2042%20L30%2075%20C29%2076%2c%2028%2076%2c%2028%2076%20C27%2076%2c%2026%2076%2c%2026%2075%20L18%2068%20C18%2067%2c%2017%2067%2c%2017%2066%20C17%2065%2c%2018%2064%2c%2018%2064%20L42%2040%20L18%2016%20C18%2016%2c%2017%2015%2c%2017%2014%20C17%2014%2c%2018%2013%2c%2018%2012%20L26%205%20C26%204%2c%2027%204%2c%2028%204%20C28%204%2c%2029%204%2c%2030%205%20L63%2038%20C63%2039%2c%2064%2039%2c%2064%2040%20C64%2041%2c%2063%2042%2c%2063%2042%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#Carousel2 .frame-1
{
   background-color: transparent;
   background-image: url('../images/hotel-princesa-fachada8521.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
}
#Carousel2 .frame-2
{
   background-color: transparent;
   background-image: url('../images/hotel-princesa-fachada8652.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
}
#Carousel2 .frame-3
{
   background-color: transparent;
   background-image: url('../images/hotel-princesa-fachada8744.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_Text8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Line2-divider
{
   font-size: 0;
   line-height: 0;
}
#Line2-divider-separator
{
   align-items: center;
   display: flex;
   margin: 0;
}
#Line2-icon
{
   flex-shrink: 0;
   margin: 0 10px 0 10px;
}
#Line2-divider-separator:before, #Line2-divider-separator:after
{
   display: block;
   content: "";
   flex-grow: 1;
   border-color: #DC143C;
   border-style: solid;
   border-bottom-width: 2px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
}
#Line2
{
   margin: 15px 0 0 0 ;
   padding: 0;
}
#Line2 i
{
   color: #DC143C;
   font-size: 30px;
   width: 30px;
}
#NewsFeedTicker1
{
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   margin: 0;
   text-align: center;
}
#NewsFeedTicker1 .headline
{
   position: absolute;
   padding: 0px;
   height: 100%;
   margin: 0 0 8px 0;
   top: 110%;
   box-sizing: border-box;
   padding: 8px;
   width: 100%;
   overflow: hidden;
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   color: #FFFFFF;
   font-style: normal;
   text-decoration: none;
}
#NewsFeedTicker1 .headline-title
{
   margin-top: 0;
   display: block;
   margin: 0;
   font-family: Kodchasan;
   font-weight: bold;
   font-size: 20px;
   color: #BABABA;
   font-style: normal;
   text-decoration: none;
}
#NewsFeedTicker1 .headline-title a
{
   color: inherit;
   text-decoration: none;
}
#NewsFeedTicker1 .news-wait
{
   position: absolute;
   top: 30%;
   left: 50%;
   width: 32px;
   height: 32px;
   margin-left: -10px;
   z-index: 4;
}
#NewsFeedTicker1
{
   display: block;
   float: left;
   position: relative;
   width: 100%;
   box-sizing: border-box;
   height: 100px;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 147px;
   height: 43px;
   vertical-align: top;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 64px;
   margin: 0;
   text-align: center;
   text-transform: none;
   text-shadow: 2px 2px 0px rgba(220,20,60,0.70);
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 15px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #DC143C;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading3
{
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_LayoutGrid1
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.20);
   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: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
   height: 60px;
}
#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-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 320px)
{
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_CssMenu1
{
   border: 0px solid #202020;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: right;
   position: relative;
   z-index: 1111 !important;
}
#wb_CssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#wb_CssMenu1 li
{
   float: left;
   margin: 0;
   padding: 8px 0px 8px 0px;
   width: 20%;
}
#wb_CssMenu1 a
{
   display: block;
   float: left;
   color: #FFFFFF;
   border: 0px solid rgba(255,255,255,0.00);
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Kodchasan;
   font-weight: bold;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: right;
   vertical-align: middle;
}
#wb_CssMenu1 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 28px;
   padding: 0 10px 0px 10px;
   line-height: 28px;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #DC143C;
   border: 0px solid #BF1F66;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu1 li.firstmain
{
   padding-left: 0px;
}
#wb_CssMenu1 li.lastmain
{
   padding-right: 8px;
}
#wb_CssMenu1 li:hover, #wb_CssMenu1 li a:hover
{
   position: relative;
}
#wb_CssMenu1 a.withsubmenu
{
   padding: 0 5px 0 5px;
   background-image: none;
}
#wb_CssMenu1 li:hover a.withsubmenu, #wb_CssMenu1 a.withsubmenu:hover
{
   background-image: none;
}
#wb_CssMenu1 ul ul
{
   position: absolute;
   z-index: 9999;
   left: 0;
   top: 0;
   visibility: hidden;
   width: 222px;
   height: auto;
   border: none;
   background-color: #202020;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.16);
}
#wb_CssMenu1 ul :hover ul
{
   left: -9px;
   top: 44px;
   padding-top: 0px;
   visibility: visible;
}
#wb_CssMenu1 .firstmain:hover ul
{
   left: -1px;
}
#wb_CssMenu1 li li
{
   width: 200px;
   padding: 0 10px 0px 10px;
   border: 1px solid #202020;
   border-width: 0 1px;
}
#wb_CssMenu1 li li.firstitem
{
   border-top: 1px #202020 solid;
}
#wb_CssMenu1 li li.lastitem
{
   border-bottom: 1px #202020 solid;
}
#wb_CssMenu1 li li.lastitem
{
   padding-bottom: 10px;
}
#wb_CssMenu1 ul ul a, #wb_CssMenu1 ul :hover ul a
{
   float: none;
   margin: 0;
   width: 170px;
   height: auto;
   white-space: normal;
   padding: 6px 20px 6px 10px;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   line-height: 16px;
   text-align: left;
   text-decoration: none;
   text-transform: none;
}
#wb_CssMenu1 ul :hover ul .firstitem a
{
   margin-top: 10px;
}
#wb_CssMenu1 ul ul :hover a, #wb_CssMenu1 ul ul a:hover, #wb_CssMenu1 ul ul :hover ul :hover a, #wb_CssMenu1 ul ul :hover ul a:hover
{
   background-color: rgba(222,25,148,0.00);
   background-image: none;
   border: 0px solid #DE1994;
   color: #DC143C;
}
#wb_CssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
@media all and (max-width:320px) 
{
#wb_CssMenu1 ul
{
   width: 100%;
}
#wb_CssMenu1 li
{
   padding: 0 8px 0px 8px !important;
   width: 100% !important;
}
#wb_CssMenu1 a
{
   box-sizing: border-box;
   float: none !important;
   width: 100% !important;
}
#wb_CssMenu1 a.withsubmenu
{
   width: 100% !important;
}
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 102px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_ResponsiveMenu1
{
   display: block;
   font-family: Arial;
   font-weight: normal;
   text-align: left;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#ResponsiveMenu1
{
   background-color: rgba(66,66,66,0.80);
   height: 69px;
}
#wb_ResponsiveMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu1 ul li i
{
   font-size: 24px;
   width: 24px;
   margin-bottom: 0px;
}
#wb_ResponsiveMenu1 ul li a
{
   background-color: rgba(66,66,66,0.80);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 30px 15px 30px;
   text-align: center;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: 39px;
}
.ResponsiveMenu1 a 
{
   display: block;
}
#wb_ResponsiveMenu1 li:hover > a, #wb_ResponsiveMenu1 li .active
{
   background-color: rgba(204,204,204,0.00);
   color: #DC143C;
}
#wb_ResponsiveMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 69px;
}
#wb_ResponsiveMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 236px;
}
#wb_ResponsiveMenu1 ul ul li a
{
   background-color: #000000;
   border: 0px solid #7A7A7A;
   color: #BABABA;
}
#wb_ResponsiveMenu1 ul ul li:hover > a, #wb_ResponsiveMenu1 ul ul li .active
{
   background-color: rgba(0,0,0,0.00);
   color: #DC143C;
}
#wb_ResponsiveMenu1 ul ul li i 
{
   margin-right: 8px;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   left: 236px;
   position: relative;
   top: -69px;
}
#wb_ResponsiveMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #BABABA;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu1 li:hover > a .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{ 
   border-top-color: #DC143C;
}
#wb_ResponsiveMenu1 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #DC143C;
}
#wb_ResponsiveMenu1 .toggle,[id^=ResponsiveMenu1-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_ResponsiveMenu1
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a, #wb_ResponsiveMenu1 .toggle
{
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_ResponsiveMenu1 .toggle + a
{
   display: none !important;
}
.ResponsiveMenu1 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu1 
{
   background-color: transparent;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu1 .toggle 
{
   display: block;
   background-color: rgba(66,66,66,0.80);
   color: #FFFFFF;
   padding: 0 20px 0 20px;
   line-height: 54px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu1 .toggle:hover
{
   background-color: rgba(204,204,204,0.00);
   color: #DC143C;
}
[id^=ResponsiveMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu1-title
{
   height: 69px !important;
   line-height: 69px !important;
   text-align: center;
}
#wb_ResponsiveMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu1 ul ul .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   padding: 0 40px;
}
#wb_ResponsiveMenu1 a:hover,
#wb_ResponsiveMenu1 ul ul ul a 
{
   background-color: #000000;
   color: #BABABA;
}
#wb_ResponsiveMenu1 ul li ul li .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   background-color: #000000;
   color: #BABABA;
}
#wb_ResponsiveMenu1 ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_ResponsiveMenu1 ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu1 ul li i 
{
   margin-right: 8px;
}
#wb_ResponsiveMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu1 ul ul li:hover > ul,
#wb_ResponsiveMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   position: static;
}
#ResponsiveMenu1-icon 
{
   display: block;
   position: absolute;
   left: 30px;
   top: 22px;
   user-select: none;
}
#ResponsiveMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover
{
   background-color: #000000;
   color: #DC143C;
}
#wb_ResponsiveMenu1 .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle:hover .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{
   border-top-color: #DC143C;
}
#wb_ResponsiveMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #BABABA;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #DC143C;
}
}
#ThemeableButton1
{
   font-family: Kodchasan;
   font-weight: bold;
   font-size: 15px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButton1
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#ThemeableButton1
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_ThemeableButton1 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
   box-sizing: border-box;
}
#ThemeableButton1
{
   color: inherit;
}
#wb_ThemeableButton1 .ui-corner-all, #wb_ThemeableButton1 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_ThemeableButton1 .ui-corner-all, #wb_ThemeableButton1 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#wb_ThemeableButton1 .ui-button
{
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(197,197,197,0.00);
   color: #BABABA;
}
#wb_ThemeableButton1 .ui-state-hover, #wb_ThemeableButton1 .ui-button:hover
{
   border-color: #CCCCCC;
   background-color: rgba(220,20,60,0.00);
   background-image: none;
   color: #DC143C;
}
#wb_ThemeableButton1 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton1 .ui-state-active, #wb_ThemeableButton1 .ui-button:active
{
   border-color: rgba(46,109,164,0.00);
   background-color: #FFFFFF;
   background-image: none;
   color: #FFFFFF;
}
#upStickyLayer
{
   background-color: #DC143C;
   background-image: none;
   border-radius: 50%;
   opacity: 0.77;
}
#wb_up-arrow
{
   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_up-arrow a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_up-arrow:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #BABABA;
}
#up-arrow
{
   height: 24px;
   width: 24px;
}
#up-arrow i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_up-arrow:hover #up-arrow i
{
   color: #BABABA;
}
#ThemeableButton2
{
   font-family: Kodchasan;
   font-weight: bold;
   font-size: 15px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButton2
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#ThemeableButton2
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_ThemeableButton2 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
   box-sizing: border-box;
}
#ThemeableButton2
{
   color: inherit;
}
#wb_ThemeableButton2 .ui-corner-all, #wb_ThemeableButton2 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_ThemeableButton2 .ui-corner-all, #wb_ThemeableButton2 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#wb_ThemeableButton2 .ui-button
{
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(197,197,197,0.00);
   color: #FFFFFF;
}
#wb_ThemeableButton2 .ui-state-hover, #wb_ThemeableButton2 .ui-button:hover
{
   border-color: #CCCCCC;
   background-color: rgba(220,20,60,0.00);
   background-image: none;
   color: #DC143C;
}
#wb_ThemeableButton2 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton2 .ui-state-active, #wb_ThemeableButton2 .ui-button:active
{
   border-color: rgba(46,109,164,0.00);
   background-color: #FFFFFF;
   background-image: none;
   color: #FFFFFF;
}
#wb_IconFont3
{
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 10px;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_IconFont3:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont3
{
   height: 28px;
   width: 28px;
}
#IconFont3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_IconFont3:hover #IconFont3 i
{
   color: #DC143C;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
}
#footer > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footer > .col-1
{
   flex: 0 0 auto;
}
#footer > .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)
{
#footer > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_ThemeableButton1
{
   display: block;
   width: 100%;
   height: 32px;
   z-index: 50;
}
#wb_Breadcrumb2
{
   display: block;
   width: 100%;
   z-index: 41;
   vertical-align: top;
}
#wb_Breadcrumb1
{
   display: block;
   width: 100%;
   z-index: 35;
   vertical-align: top;
}
#wb_Card6
{
   display: flex;
   width: 100%;
   z-index: 23;
}
#wb_Card1
{
   display: flex;
   width: 100%;
   z-index: 26;
}
#wb_ResponsiveMenu1
{
   display: inline-block;
   width: 181px;
   height: 102px;
   z-index: 45;
}
#wb_Image1
{
   display: inline-block;
   width: 147px;
   height: 43px;
   z-index: 33;
}
#wb_servicesHeading
{
   display: block;
   width: 100%;
   z-index: 15;
}
#wb_Image3
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 44;
}
#wb_Picture1
{
   position: absolute;
   left: 17px;
   top: 8px;
   width: 143px;
   height: 45px;
   z-index: 30;
}
#wb_Card2
{
   display: flex;
   width: 100%;
   z-index: 27;
}
#wb_up-arrow
{
   position: absolute;
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 46;
}
#wb_blogCard1
{
   display: flex;
   width: 100%;
   z-index: 22;
}
#wb_Extension1
{
   display: block;
   position: relative;
   width: 100%;
   z-index: 34;
}
#wb_Extension2
{
   display: block;
   position: relative;
   width: 100%;
   z-index: 40;
}
#wb_Card10
{
   display: flex;
   width: 100%;
   z-index: 29;
}
#wb_Carousel1
{
}
#wb_Carousel2
{
}
#ThemeableButton1
{
   width: 100%;
   height: 100%;
}
#ThemeableButton2
{
   width: 100%;
   height: 100%;
}
#wb_Card11
{
   display: flex;
   width: 100%;
   z-index: 18;
}
#wb_Card9
{
   display: flex;
   width: 100%;
   z-index: 28;
}
#Line2
{
   display: inline-block;
   width: 594px;
   z-index: 11;
}
#wb_Card8
{
   display: flex;
   width: 100%;
   z-index: 25;
}
#NewsFeedTicker1
{
   overflow: hidden;
   height: 100px;
   z-index: 14;
}
#wb_Heading2
{
   display: block;
   width: 100%;
   z-index: 12;
}
#wb_IconFont6
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 39;
}
#wb_IconFont5
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 38;
}
#wb_IconFont4
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 37;
}
#wb_IconFont1
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 32;
}
#wb_Heading3
{
   display: block;
   width: 100%;
   z-index: 21;
}
#wb_IconFont3
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 0;
}
#Layer1
{
   position: fixed;
   text-align: right;
   left: 1px;
   top: auto;
   bottom: 25px;
   width: 177px;
   height: 60px;
   z-index: 62;
}
#wb_Heading1
{
   display: block;
   width: 100%;
   z-index: 9;
}
#wb_ThemeableButton2
{
   display: block;
   width: 100%;
   height: 32px;
   z-index: 48;
}
#wb_Card5
{
   display: flex;
   width: 100%;
   z-index: 20;
}
#upStickyLayer
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 25px;
   top: auto;
   bottom: 25px;
   width: 50px;
   height: 50px;
   z-index: 66;
}
#Extension2
{
   position: relative;
   display: block;
   width: 100%;
   height: 390px;
}
#Extension1
{
   position: relative;
   display: block;
   width: 100%;
   height: 390px;
}
#Layer1_Container
{
   width: 177px;
   position: relative;
   margin-left: auto;
   margin-right: 0;
   text-align: left;
}
#wb_servicesCard3
{
   display: flex;
   width: 100%;
   z-index: 19;
}
#wb_servicesCard2
{
   display: flex;
   width: 100%;
   z-index: 17;
}
#wb_servicesCard1
{
   display: flex;
   width: 100%;
   z-index: 16;
}
#wb_Card7
{
   display: flex;
   width: 100%;
   z-index: 24;
}
#wb_aboutMeMenu
{
   display: block;
   width: 100%;
   z-index: 2;
}
@media only screen and (max-width: 1199px)
{
body
{
   background-color: #202020;
   background-image: none;
}
#wb_header
{
   visibility: hidden;
   display: none;
}
#wb_header
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   padding: 10px 0 10px 0;
}
#wb_aboutMeMenu
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   text-align: right;
}
#wb_aboutMeMenu li
{
   width: 16.66%;
}
#wb_aboutMeMenu a
{
   color: #FFFFFF;
   border: 0px solid rgba(255,255,255,0.00);
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Kodchasan;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: right;
}
#wb_aboutMeMenu > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 28px;
   padding: 0 10px 0px 10px;
   line-height: 28px;
}
#wb_aboutMeMenu li:hover a, #wb_aboutMeMenu a:hover
{
   color: #DC143C;
   border: 0px solid #BF1F66;
   background-color: transparent;
   background-image: none;
}
#wb_aboutMeMenu a.withsubmenu
{
   padding: 0 5px 0 5px;
}
#wb_aboutMeMenu ul :hover ul
{
   left: -9px;
   top: 44px;
   padding-top: 0px;
   visibility: visible;
}
#wb_aboutMeMenu .firstmain:hover ul
{
   left: -1px;
}
#wb_aboutMeMenu li li
{
   width: 200px;
}
#wb_aboutMeMenu ul ul a, #wb_aboutMeMenu ul :hover ul a
{
   width: 170px;
   padding: 6px 20px 6px 10px;
   background-color: #202020;
   border: 0px solid #CCCCCC;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   line-height: 16px;
   text-decoration: none;
   text-transform: none;
}
#wb_aboutMeMenu ul ul :hover a, #wb_aboutMeMenu ul ul a:hover, #wb_aboutMeMenu ul ul :hover ul :hover a, #wb_aboutMeMenu ul ul :hover ul a:hover
{
   background-color: rgba(222,25,148,0.00);
   border: 0px solid #DE1994;
   color: #DC143C;
}
#wb_aboutMeMenu li
{
   padding-bottom: 0px !important;
}
#wb_contactText3
{
   visibility: visible;
   display: block;
}
#wb_contactText3
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 26px;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/hotel-princesa-fachada8527.jpg');
   background-repeat: repeat;
   background-position: center center;
}
#wb_LayoutGrid3
{
   height: 75vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: 75vh;
   padding: 0;
}
#LayoutGrid3-divider-bottom
{
   height: 90px;
}
#LayoutGrid3-divider-bottom
{
   bottom: 0%;
}
#wb_welcome
{
   visibility: hidden;
   display: none;
}
#wb_welcome
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#welcome
{
   height: 100vh;
   padding: 0;
}
#welcome-divider-bottom
{
   height: 90px;
}
#welcome-divider-bottom
{
   bottom: 0%;
}
#wb_Carousel1
{
   width: 100%;
   visibility: visible;
   display: block;
}
#Carousel1_back
{
   top: 47%;
}
#Carousel1_next
{
   top: 47%;
}
#wb_Carousel1
{
   margin: 0;
   height: 100vh;
}
#Carousel1 .carousel-item-inner
{
   padding: 0;
}
#Carousel1 .carousel-control .carousel-control-prev-icon, #Carousel1 .carousel-control .carousel-control-next-icon
{
   width: 20px;
   height: 20px;
}
#wb_NOSOTROS
{
   visibility: visible;
   display: table;
}
#wb_NOSOTROS
{
   margin-top: 25px;
   margin-bottom: 0px;
}
#NOSOTROS
{
   padding: 100px 0 100px 0;
}
#wb_services
{
   visibility: visible;
   display: table;
}
#wb_services
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#services
{
   height: auto;
   padding: 50px 0 50px 0;
}
#wb_servicesCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#servicesCard2-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC143C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#servicesCard2-card-item0:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#servicesCard2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#servicesCard2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#servicesCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#servicesCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #DC143C;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#servicesCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: -15px 0 20px 0;
   color: #000000;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_servicesCard2
{
   text-align: center;
}
#wb_servicesLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_servicesLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#servicesLayoutGrid1
{
   height: auto;
   padding: 0;
}
#wb_servicesCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#servicesCard1-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC143C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#servicesCard1-card-item0:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#servicesCard1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#servicesCard1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#servicesCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#servicesCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #DC143C;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#servicesCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: -30px 0 20px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_servicesCard1
{
   text-align: center;
}
#wb_servicesCard3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
   background-color: transparent;
   background-image: none;
   background-image: none;
}
#servicesCard3-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC143C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#servicesCard3-card-item0:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#servicesCard3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#servicesCard3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#servicesCard3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#servicesCard3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #DC143C;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#servicesCard3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: -20px 0 20px 0;
   color: #000000;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_servicesCard3
{
   text-align: center;
}
#wb_servicesHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_servicesHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#servicesHeading
{
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   text-transform: none;
}
#servicesHeading a
{
   color: inherit;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 25px;
}
#LayoutGrid6
{
   height: auto;
   padding: 0;
}
#wb_HABITACIONES
{
   visibility: visible;
   display: table;
}
#wb_HABITACIONES
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#HABITACIONES
{
   padding: 50px 0 50px 0;
}
#wb_blogGrid
{
   visibility: hidden;
   display: none;
}
#wb_blogGrid
{
   height: 50vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#blogGrid
{
   height: 50vh;
   padding: 50px 0 10px 0;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   padding: 50px 0 10px 0;
}
#wb_IconFont1
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 15px;
   padding: 6px 6px 6px 6px;
}
#IconFont1
{
   width: 28px;
   height: 28px;
}
#IconFont1 i
{
   line-height: 28px;
   font-size: 28px;
   width: 15px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   font-size: 13px;
   margin: 0;
   padding: 10px 0 0 0;
   text-align: center;
   line-height: 23px;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card5-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC143C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card5-card-item0:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #DC143C;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: -20px 0 20px 0;
   color: #000000;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card5
{
   text-align: center;
}
#wb_blogCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#blogCard1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_blogCard1:hover #blogCard1-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#blogCard1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#blogCard1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#blogCard1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#blogCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#blogCard1-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 0 0 15px 0 ;
   border: 2px solid #DC143C;
   border-radius: 0px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#blogCard1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_blogCard1
{
   text-align: center;
}
#wb_Card6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card6-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card6:hover #Card6-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card6-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card6-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 8px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card6-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_Card6
{
   text-align: center;
}
#wb_Card7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card7:hover #Card7-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card7-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card7-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 20px 0 15px 0 ;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_Card7
{
   text-align: center;
}
#wb_Card8
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card8-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card8:hover #Card8-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card8-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card8-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 20px 0 15px 0 ;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_Card8
{
   text-align: center;
}
#StructuredData1
{
   left: 1286px;
   top: 207px;
   width: 154px;
   height: 152px;
   visibility: visible;
   display: inline;
}
#Layer1
{
   width: 177px;
   height: 60px;
   visibility: visible;
   display: block;
}
#Layer1_Container
{
   width: 177px;
}
#wb_Picture1
{
   left: 17px;
   top: 8px;
   width: 143px;
   height: 45px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card1:hover #Card1-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card1-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 0 0 15px 0 ;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card2-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card2-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 0 0 15px 0 ;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_Card2
{
   text-align: center;
}
#wb_Card9
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card9-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card9:hover #Card9-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card9-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 0 0 15px 0 ;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_Card9
{
   text-align: center;
}
#wb_Card10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card10-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card10:hover #Card10-card-item0
{
   transform: rotate(10deg) scale(1.2,1.2) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px -25px 20px;
   padding: 0 0 5px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: left;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DC143C solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: left;
}
#Card10-card-item4
{
   display: inline-block;
   height: 20px;
   box-sizing: border-box;
   margin: 0 0 15px 0 ;
   border: 2px solid #DC143C;
   border-radius: 1px;
   background-color: #DC143C;
   background-image: none;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card10-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_Card10
{
   text-align: center;
}
#wb_location
{
   visibility: hidden;
   display: none;
}
#wb_location
{
   height: auto;
   margin-top: 150px;
   margin-bottom: 0px;
}
#location
{
   height: auto;
   padding: 80px 0 80px 0;
}
#location .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_location-text
{
   visibility: visible;
   display: block;
}
#wb_location-text
{
   font-size: 16px;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#wb_Extension1
{
   visibility: visible;
   display: block;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 40px 0 40px 0;
}
#LayoutGrid5 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   font-size: 16px;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#wb_Extension2
{
   visibility: visible;
   display: block;
}
#wb_Breadcrumb1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#Breadcrumb1
{
   padding: 8px 0 8px 15px;
   text-align: center;
}
#Breadcrumb1 > li + li:before
{
   padding: 0 10px;
}
#wb_Breadcrumb2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#Breadcrumb2
{
   padding: 8px 0 8px 15px;
   text-align: center;
}
#Breadcrumb2 > li + li:before
{
   padding: 0 10px;
}
#wb_IconFont4
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
}
#IconFont4
{
   width: 28px;
   height: 28px;
}
#IconFont4 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_IconFont5
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
}
#IconFont5
{
   width: 28px;
   height: 28px;
}
#IconFont5 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_IconFont6
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
}
#IconFont6
{
   width: 28px;
   height: 28px;
}
#IconFont6 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Card11
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card11-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC143C;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card11-card-item0:hover
{
   transform: rotate(0deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card11-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card11-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card11-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #DC143C;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: -20px 0 20px 0;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card11
{
   text-align: center;
}
#wb_Text5
{
   visibility: hidden;
   display: none;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   font-size: 24px;
   margin: 50px 0 0 0 ;
   padding: 0 0 10px 0;
   text-align: center;
   line-height: 43px;
}
#wb_Carousel2
{
   width: 100%;
   visibility: visible;
   display: block;
}
#Carousel2_back
{
   top: 47%;
}
#Carousel2_next
{
   top: 47%;
}
#wb_Carousel2
{
   margin: 0;
   height: 100vh;
}
#Carousel2 .carousel-item-inner
{
   padding: 0;
}
#Carousel2 .carousel-control .carousel-control-prev-icon, #Carousel2 .carousel-control .carousel-control-next-icon
{
   width: 20px;
   height: 20px;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   margin: 0;
   padding: 0;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0;
   padding: 0;
}
#Line2
{
   width: 320px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 15px 0 0 0 ;
}
#Line2
{
   border-color: #DC143C;
   border-bottom-width: -13px;
}
#NewsFeedTicker1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Image1
{
   width: 147px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 147px;
   height: 43px;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
   text-shadow: 2px 2px 0px rgba(220,20,60,0.70);
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 15px 0 0 0 ;
   padding: 0;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading3
{
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: rgba(0,0,0,0.28);
   background-image: none;
}
#wb_LayoutGrid1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   padding: 10px 0 10px 0;
}
#wb_CssMenu1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   text-align: right;
}
#wb_CssMenu1 li
{
   width: 20%;
}
#wb_CssMenu1 a
{
   color: #FFFFFF;
   border: 0px solid rgba(255,255,255,0.00);
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Kodchasan;
   font-weight: bold;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: right;
}
#wb_CssMenu1 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 28px;
   padding: 0 10px 0px 10px;
   line-height: 28px;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #DC143C;
   border: 0px solid #BF1F66;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu1 a.withsubmenu
{
   padding: 0 5px 0 5px;
}
#wb_CssMenu1 ul :hover ul
{
   left: -9px;
   top: 44px;
   padding-top: 0px;
   visibility: visible;
}
#wb_CssMenu1 .firstmain:hover ul
{
   left: -1px;
}
#wb_CssMenu1 li li
{
   width: 200px;
}
#wb_CssMenu1 ul ul a, #wb_CssMenu1 ul :hover ul a
{
   width: 170px;
   padding: 6px 20px 6px 10px;
   background-color: #202020;
   border: 0px solid #CCCCCC;
   color: #FFFFFF;
   font-family: Kodchasan;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   line-height: 16px;
   text-decoration: none;
   text-transform: none;
}
#wb_CssMenu1 ul ul :hover a, #wb_CssMenu1 ul ul a:hover, #wb_CssMenu1 ul ul :hover ul :hover a, #wb_CssMenu1 ul ul :hover ul a:hover
{
   background-color: rgba(222,25,148,0.00);
   border: 0px solid #DE1994;
   color: #DC143C;
}
#wb_CssMenu1 li
{
   padding-bottom: 0px !important;
}
#wb_Image3
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_ResponsiveMenu1
{
   width: 290px;
   height: 82px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a
{
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
}
#wb_ResponsiveMenu1 ul li a, #wb_ResponsiveMenu1 .toggle
{
   font-weight: normal;
   font-size: 16px;
}
#ResponsiveMenu1
{
   height: 69px;
}
#wb_ResponsiveMenu1 ul ul
{
   top: 69px;
}
#wb_ResponsiveMenu1 ul ul ul li
{
   left: 236px;
   top: -69px;
}
#wb_ResponsiveMenu1 > ul > li > a
{
   height: 39px;
}
#wb_ResponsiveMenu1 ul ul li
{
   width: 236px;
}
#wb_ThemeableButton1
{
   width: 100%;
   height: 32px;
   visibility: visible;
   display: block;
   margin: 0 0 80px 0 ;
}
#ThemeableButton1
{
   font-size: 15px;
}
#wb_ThemeableButton1 .ui-button
{
   line-height: 32px;
   padding: 0;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#wb_up-arrow
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#up-arrow
{
   width: 24px;
   height: 24px;
}
#up-arrow i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_ThemeableButton2
{
   width: 100%;
   height: 32px;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableButton2
{
   font-size: 15px;
}
#wb_ThemeableButton2 .ui-button
{
   line-height: 32px;
   padding: 0;
}
#wb_IconFont3
{
   width: 18px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 10px;
   padding: 6px 6px 6px 6px;
}
#IconFont3
{
   width: 18px;
   height: 28px;
}
#IconFont3 i
{
   line-height: 28px;
   font-size: 18px;
   width: 15px;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 25px 0 80px 0;
}
#footer > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#footer > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
}
@media all and (max-width:480px)
{
*
{
   transition-property: none !important;
   animation: none !important;
}
}
