div#container
{
   width: 1200px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #202020;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
.visibility-hidden
{
   visibility: hidden;
}
#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: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .col-1, #header > .col-2
{
   flex: 0 0 auto;
   height: 69px;
}
#header > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   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: 83.33333333%;
   max-width: 83.33333333%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@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: 20%;
}
#wb_aboutMeMenu a
{
   display: block;
   float: left;
   color: #F5F5F5;
   border: 0px solid rgba(0,0,0,0.00);
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Righteous;
   font-weight: bold;
   font-size: 17px;
   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: #F69829;
   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: #F5F5F5;
   font-family: Righteous;
   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: #F69829;
}
#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_LOGO
{
   margin: 0;
   vertical-align: top;
}
#LOGO
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 108px;
   height: 69px;
   vertical-align: top;
}
#wb_home
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('images/HOTEL-BIKOS-FACHADA-7242.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#home
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#home > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#home > .col-1
{
   flex: 0 0 auto;
}
#home > .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)
{
#home > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#home-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-image: linear-gradient(to top, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.00) 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
{
   color: #FFFFFF;
   font-family: Righteous;
   font-weight: normal;
   font-size: 85px;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_Text8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#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: 300px 0 100px 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;
}
#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-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#nosotros > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text18 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
}
#wb_Text18
{
   color: #BABABA;
   font-family: Righteous;
   font-weight: normal;
   font-size: 43px;
   line-height: 53px;
}
#wb_Text18 div
{
   text-align: center;
}
#wb_Text18
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 0 0;
   margin: 0;
   text-align: center;
}
#wb_Text19
{
   color: #BABABA;
   font-family: Righteous;
   font-weight: normal;
   font-size: 24px;
   line-height: 31px;
}
#wb_Text19 div
{
   text-align: center;
}
#wb_Text19
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Line6-divider
{
   font-size: 0;
   line-height: 0;
}
#Line6-divider-separator
{
   align-items: center;
   display: flex;
   margin: 0;
}
#Line6-icon
{
   flex-shrink: 0;
   margin: 0 10px 0 10px;
}
#Line6-divider-separator:before, #Line6-divider-separator:after
{
   display: block;
   content: "";
   flex-grow: 1;
   border-color: #BABABA;
   border-style: outset;
   border-bottom-width: 3px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
}
#Line6
{
   margin: 0;
   padding: 0;
}
#Line6 i
{
   color: #BABABA;
   font-size: 20px;
   width: 20px;
}
#wb_LayoutGrid4
{
   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;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid4 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_servicios
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('HOTEL-BIKOS-INTERIOR-6894.JPEG');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#servicios
{
   box-sizing: border-box;
   padding: 125px 15px 125px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#servicios > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#servicios > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#servicios > .row > .col-1
{
   float: left;
}
#servicios > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#servicios:before,
#servicios:after,
#servicios .row:before,
#servicios .row:after
{
   display: table;
   content: " ";
}
#servicios:after,
#servicios .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#servicios > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#servicios-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.69;
}
#wb_services1
{
   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;
}
#services1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#services1 > .col-1, #services1 > .col-2, #services1 > .col-3, #services1 > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#services1 > .col-1, #services1 > .col-2, #services1 > .col-3, #services1 > .col-4
{
   flex: 0 0 auto;
}
#services1 > .col-1
{
   background-color: #F69829;
   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;
}
#services1 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#services1 > .col-2
{
   background-color: #F37D31;
   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;
}
#services1 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#services1 > .col-3
{
   background-color: #C7263C;
   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;
}
#services1 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#services1 > .col-4
{
   background-color: #F69829;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#services1 > .col-1, #services1 > .col-2, #services1 > .col-3, #services1 > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card8-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card8-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_services2
{
   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;
}
#services2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#services2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#services2 > .row > .col-1, #services2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#services2 > .row > .col-1, #services2 > .row > .col-2
{
   float: left;
}
#services2 > .row > .col-1
{
   background-color: #C7263C;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#services2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#services2 > .row > .col-2
{
   background-color: #F69829;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#services2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#services2:before,
#services2:after,
#services2 .row:before,
#services2 .row:after
{
   display: table;
   content: " ";
}
#services2:after,
#services2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#services2 > .row > .col-1, #services2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#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: 64px;
   width: 64px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_habitaciones
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('HOTEL-BIKOS-INTERIOR-7265.JPEG');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: -15px 0 0 0 ;
}
#habitaciones
{
   box-sizing: border-box;
   padding: 125px 15px 125px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#habitaciones > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#habitaciones > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#habitaciones > .row > .col-1
{
   float: left;
}
#habitaciones > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#habitaciones:before,
#habitaciones:after,
#habitaciones .row:before,
#habitaciones .row:after
{
   display: table;
   content: " ";
}
#habitaciones:after,
#habitaciones .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#habitaciones > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#habitaciones-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.69;
}
#wb_portfolio
{
   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;
}
#portfolio
{
   box-sizing: border-box;
   padding: 40px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
}
#portfolio > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#portfolio > .row > .col-1, #portfolio > .row > .col-2, #portfolio > .row > .col-3, #portfolio > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#portfolio > .row > .col-1, #portfolio > .row > .col-2, #portfolio > .row > .col-3, #portfolio > .row > .col-4
{
   float: left;
}
#portfolio > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#portfolio > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#portfolio > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#portfolio > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#portfolio > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#portfolio > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#portfolio:before,
#portfolio:after,
#portfolio .row:before,
#portfolio .row:after
{
   display: table;
   content: " ";
}
#portfolio:after,
#portfolio .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#portfolio > .row > .col-1, #portfolio > .row > .col-2, #portfolio > .row > .col-3, #portfolio > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Card12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card12:hover #Card12-card-item0
{
   transform: rotate(0deg) scale(2.0,2.0) ;
   transition: transform 500ms ease-out 0ms;
}
#Card12-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card11:hover #Card11-card-item0
{
   transform: rotate(0deg) scale(2.0,2.0) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#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 #FFFFFF;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card10:hover #Card10-card-item0
{
   transform: rotate(0deg) scale(2.0,2.0) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3
{
   color: #BABABA;
   font-family: Righteous;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text4
{
   color: #F69829;
   font-family: Righteous;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5
{
   color: #F69829;
   font-family: Righteous;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2
{
   color: #D8504D;
   font-family: Righteous;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#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 #FFFFFF;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card7:hover #Card7-card-item0
{
   transform: rotate(0deg) scale(2.0,2.0) ;
   transition: transform 500ms ease-out 0ms;
}
#Card7-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text11
{
   color: #BABABA;
   font-family: Righteous;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text11 div
{
   text-align: left;
}
#wb_Text11
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text12
{
   color: #BABABA;
   font-family: Righteous;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text12 div
{
   text-align: left;
}
#wb_Text12
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text13
{
   color: #F37D31;
   font-family: Righteous;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text13 div
{
   text-align: left;
}
#wb_Text13
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Line2
{
   border-color: #BABABA;
   border-style: double;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Line3
{
   border-color: #F69027;
   border-style: double;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Line4
{
   border-color: #F37D31;
   border-style: double;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Line5
{
   border-color: #DC143C;
   border-style: double;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#wb_Text14 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text14
{
   color: #BABABA;
   font-family: Righteous;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text14 div
{
   text-align: left;
}
#wb_Text14
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text15
{
   color: #F69829;
   font-family: Righteous;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text15 div
{
   text-align: left;
}
#wb_Text15
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text16 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text16
{
   color: #F37D31;
   font-family: Righteous;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text16 div
{
   text-align: left;
}
#wb_Text16
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text17
{
   color: #C7263C;
   font-family: Righteous;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text17 div
{
   text-align: left;
}
#wb_Text17
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#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;
   padding: 0 5px 100px 5px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid6 > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#LayoutGrid6 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #F5F5F5;
   border-right-color: #F5F5F5;
   border-bottom-color: #F5F5F5;
   border-left-color: #F5F5F5;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid5 > .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)
{
#LayoutGrid5 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('HOTEL-BIKOS-INTERIOR-6910.JPEG');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 125px 15px 125px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#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: center;
}
#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;
}
}
#LayoutGrid2-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.69;
}
#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: 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: #F69829;
   font-family: Righteous;
   font-weight: normal;
   font-size: 21px;
   line-height: 27px;
}
#wb_location-text div
{
   text-align: left;
}
#wb_location-text
{
   display: block;
   margin: 0 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_location-icon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_location-icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#location-icon1
{
   height: 48px;
   width: 38px;
}
#location-icon1 i
{
   color: #BABABA;
   display: inline-block;
   font-size: 38px;
   line-height: 48px;
   vertical-align: middle;
   width: 37px;
}
#wb_location-icon1:hover #location-icon1 i
{
   color: #F69829;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading1
{
   color: #BABABA;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#Heading1 a
{
   color: inherit;
   text-decoration: none;
}
#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_Heading2
{
   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;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   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: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading4
{
   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;
}
#Heading4
{
   color: #FFFFFF;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#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_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: center;
   justify-content: center;
   text-align: center;
}
@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;
}
#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: #BABABA;
   border: 0px solid rgba(0,0,0,0.00);
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Righteous;
   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: #F69829;
   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;
   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: #BABABA;
   font-family: Righteous;
   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: #F69829;
}
#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_ResponsiveMenu1
{
   display: block;
   font-family: Arial;
   font-weight: normal;
   text-align: left;
   width: 100%;
   margin: 0 0 0 50px;
   z-index: 1111 !important;
}
#ResponsiveMenu1
{
   background-color: rgba(66,66,66,0.68);
   height: 50px;
}
#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: 5px;
   width: 5px;
   margin-bottom: 0px;
}
#wb_ResponsiveMenu1 ul li a
{
   background-color: rgba(66,66,66,0.68);
   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: 20px;
}
.ResponsiveMenu1 a 
{
   display: block;
}
#wb_ResponsiveMenu1 li:hover > a, #wb_ResponsiveMenu1 li .active
{
   background-color: rgba(0,0,0,0.00);
   color: #F69829;
}
#wb_ResponsiveMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 50px;
}
#wb_ResponsiveMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 210px;
}
#wb_ResponsiveMenu1 ul ul li a
{
   background-color: #000000;
   border: 0px solid #7A7A7A;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li:hover > a, #wb_ResponsiveMenu1 ul ul li .active
{
   background-color: rgba(204,204,204,0.00);
   color: #F37D31;
}
#wb_ResponsiveMenu1 ul ul li i 
{
   margin-right: 1px;
   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: 210px;
   position: relative;
   top: -50px;
}
#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 #FFFFFF;
   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: #F69829;
}
#wb_ResponsiveMenu1 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #F37D31;
}
#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.68);
   color: #FFFFFF;
   padding: 0 20px 0 20px;
   line-height: 46px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu1 .toggle:hover
{
   background-color: rgba(0,0,0,0.00);
   color: #F69829;
}
[id^=ResponsiveMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu1-title
{
   height: 50px !important;
   line-height: 50px !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: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   background-color: #000000;
   color: #FFFFFF;
}
#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: 1px;
}
#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: 13px;
   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: #CCCCCC;
   color: #F37D31;
}
#wb_ResponsiveMenu1 .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle:hover .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{
   border-top-color: #F69829;
}
#wb_ResponsiveMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #F37D31;
}
}
#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(246,152,41,0.00);
   background-image: none;
   color: #F69829;
}
#wb_ThemeableButton1 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton1 .ui-state-active, #wb_ThemeableButton1 .ui-button:active
{
   border-color: #000000;
   background-color: #FFFFFF;
   background-image: none;
   color: #FFFFFF;
}
#Layer2
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   animation: push 1000ms linear 5000ms infinite normal both;
}
#Picture1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Layer1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   animation: push 1000ms linear 5000ms infinite normal both;
}
#Breadcrumb1
{
   list-style: none;
   padding: 8px 0 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #696969;
   border-radius: 4px;
   font-family: Poppins;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: right;
}
#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;
}
#StickyLayer
{
   background-color: #C7263C;
   background-image: none;
   border-radius: 0px;
   opacity: 0.90;
}
#wb_up-arrow
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   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: "";
}
#up-arrow
{
   height: 34px;
   width: 33px;
}
#up-arrow i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 33px;
   line-height: 34px;
   vertical-align: middle;
   width: 32px;
}
#wb_up-arrow:hover #up-arrow i
{
   color: #FFFFFF;
}
#Picture3
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#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: #FFA07A;
}
#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_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: 15px;
   padding-left: 15px;
   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: 49;
}
#wb_Breadcrumb1
{
   display: block;
   width: 100%;
   z-index: 42;
   vertical-align: top;
}
#wb_Breadcrumb2
{
   display: block;
   width: 100%;
   z-index: 41;
   vertical-align: top;
}
#wb_CssMenu1
{
   position: absolute;
   left: 215px;
   top: 109px;
   width: 970px;
   height: 48px;
   visibility: hidden;
   z-index: 51;
}
#wb_Card1
{
   display: flex;
   width: 100%;
   z-index: 8;
}
#wb_Picture3
{
   position: absolute;
   left: 15px;
   top: 11px;
   width: 110px;
   height: 39px;
   z-index: 45;
}
#wb_ResponsiveMenu1
{
   display: inline-block;
   width: 20px;
   height: 75px;
   z-index: 43;
}
#Line5
{
   display: block;
   width: 100%;
   z-index: 32;
}
#Line4
{
   display: block;
   width: 100%;
   z-index: 27;
}
#wb_Card3
{
   display: flex;
   width: 100%;
   z-index: 10;
}
#wb_Picture1
{
   position: absolute;
   left: 10px;
   top: 0px;
   width: 179px;
   height: 65px;
   z-index: 44;
}
#wb_Card2
{
   display: flex;
   width: 100%;
   z-index: 9;
}
#wb_up-arrow
{
   position: absolute;
   left: 5px;
   top: 4px;
   width: 33px;
   height: 34px;
   text-align: center;
   z-index: 46;
}
#Line6
{
   display: block;
   width: 100%;
   z-index: 4;
}
#wb_Extension1
{
   display: block;
   position: relative;
   width: 100%;
   z-index: 40;
}
#wb_location-icon1
{
   display: inline-block;
   width: 38px;
   height: 48px;
   text-align: center;
   z-index: 38;
}
#wb_Card10
{
   display: flex;
   width: 100%;
   z-index: 30;
}
#wb_LOGO
{
   display: inline-block;
   width: 108px;
   height: 69px;
   z-index: 0;
}
#ThemeableButton1
{
   width: 100%;
   height: 100%;
}
#ThemeableButton2
{
   width: 100%;
   height: 100%;
}
#wb_Heading4
{
   display: block;
   width: 100%;
   z-index: 35;
}
#Line3
{
   display: block;
   width: 100%;
   z-index: 22;
}
#wb_Card11
{
   display: flex;
   width: 100%;
   z-index: 20;
}
#Line2
{
   display: block;
   width: 100%;
   z-index: 17;
}
#wb_Card12
{
   display: flex;
   width: 100%;
   z-index: 15;
}
#wb_Card8
{
   display: flex;
   width: 100%;
   z-index: 11;
}
#wb_Heading2
{
   display: block;
   width: 100%;
   z-index: 7;
}
#wb_Heading3
{
   display: block;
   width: 100%;
   z-index: 14;
}
#Layer1
{
   position: fixed;
   text-align: center;
   visibility: hidden;
   left: 20px;
   top: auto;
   bottom: 10px;
   width: 167px;
   height: 80px;
   z-index: 53;
}
#StickyLayer
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 25px;
   top: auto;
   bottom: 25px;
   width: 50px;
   height: 50px;
   z-index: 54;
}
#Layer2
{
   position: fixed;
   text-align: center;
   left: 20px;
   top: auto;
   bottom: 10px;
   width: 190px;
   height: 90px;
   z-index: 52;
}
#wb_Heading1
{
   display: block;
   width: 100%;
   z-index: 36;
}
#wb_ThemeableButton2
{
   display: block;
   width: 100%;
   height: 32px;
   z-index: 47;
}
#wb_Card5
{
   display: flex;
   width: 100%;
   z-index: 13;
}
#Layer1_Container
{
   width: 167px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#Layer2_Container
{
   width: 190px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#Extension1
{
   position: relative;
   display: block;
   width: 100%;
   height: 390px;
}
#wb_Card4
{
   display: flex;
   width: 100%;
   z-index: 12;
}
#wb_Card7
{
   display: flex;
   width: 100%;
   z-index: 25;
}
#wb_aboutMeMenu
{
   display: block;
   width: 100%;
   z-index: 1;
}
@media only screen and (max-width: 1199px)
{
div#container
{
   width: 320px;
}
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: visible;
   display: inline-block;
   margin: 0;
   text-align: right;
}
#wb_aboutMeMenu li
{
   width: 20%;
}
#wb_aboutMeMenu a
{
   color: #F5F5F5;
   border: 0px solid rgba(0,0,0,0.00);
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Righteous;
   font-weight: bold;
   font-size: 17px;
   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: #F69829;
   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: #F5F5F5;
   font-family: Righteous;
   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: #F69829;
}
#wb_aboutMeMenu li
{
   padding-bottom: 0px !important;
}
#wb_LOGO
{
   width: 108px;
   height: 69px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#LOGO
{
   width: 108px;
   height: 69px;
}
#StructuredData1
{
   left: 1238px;
   top: 188px;
   width: 140px;
   height: 110px;
   visibility: visible;
   display: inline;
}
#wb_home
{
   visibility: visible;
   display: table;
}
#wb_home
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#home
{
   height: 100vh;
   padding: 20px 0 20px 0;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-size: 32px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_nosotros
{
   visibility: visible;
   display: table;
}
#wb_nosotros
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#nosotros
{
   height: auto;
   padding: 100px 0 100px 0;
}
#wb_Text18
{
   visibility: visible;
   display: block;
}
#wb_Text18
{
   font-size: 24px;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: center;
   line-height: 31px;
}
#wb_Text19
{
   visibility: visible;
   display: block;
}
#wb_Text19
{
   font-size: 11px;
   margin: 0;
   padding: 10px 0 0 0;
   text-align: center;
   line-height: 13px;
}
#Line6
{
   width: 100%;
   height: 3px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line6
{
   border-color: #BABABA;
   border-bottom-width: 3px;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 20px 15px 0 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid4 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_servicios
{
   visibility: visible;
   display: table;
}
#wb_servicios
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#servicios
{
   height: auto;
   padding: 125px 15px 125px 15px;
}
#servicios .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_services1
{
   visibility: visible;
   display: table;
}
#wb_services1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#services1
{
   height: auto;
   padding: 0;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card2-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card1-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card3-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card8
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card8-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card8-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card8-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card8
{
   text-align: center;
}
#wb_services2
{
   visibility: visible;
   display: table;
}
#wb_services2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#services2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#services2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card4-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card4
{
   text-align: center;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card5-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#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: 64px;
   width: 64px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   color: #202020;
   font-family: Righteous;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card5
{
   text-align: center;
}
#wb_habitaciones
{
   visibility: visible;
   display: table;
}
#wb_habitaciones
{
   height: auto;
   margin-top: -15px;
   margin-bottom: 0px;
}
#habitaciones
{
   height: auto;
   padding: 125px 15px 125px 15px;
}
#habitaciones .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_portfolio
{
   visibility: visible;
   display: table;
}
#wb_portfolio
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#portfolio
{
   height: auto;
   padding: 40px 15px 50px 15px;
}
#portfolio .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Card12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card12-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card12:hover #Card12-card-item0
{
   transform: rotate(0deg) scale(2.0,2.0) ;
   transition: transform 500ms ease-out 0ms;
}
#Card12-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_Card12
{
   text-align: left;
}
#wb_Card11
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card11-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card11:hover #Card11-card-item0
{
   transform: rotate(0deg) scale(2.0,2.0) ;
   transition: transform 500ms ease-out 0ms;
}
#Card11-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_Card11
{
   text-align: left;
}
#wb_Card10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 10px 0 0 0 ;
   color: transparent;
}
#Card10-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card10:hover #Card10-card-item0
{
   transform: rotate(0deg) scale(2.0,2.0) ;
   transition: transform 500ms ease-out 0ms;
}
#Card10-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_Card10
{
   text-align: left;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Card7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 10px 0 0 0 ;
   color: transparent;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card7:hover #Card7-card-item0
{
   transform: rotate(0deg) scale(2.0,2.0) ;
   transition: transform 500ms ease-out 0ms;
}
#Card7-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_Card7
{
   text-align: left;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text13
{
   visibility: visible;
   display: block;
}
#wb_Text13
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Line2
{
   width: 100%;
   height: 5px;
   visibility: visible;
   display: block;
   margin: 10px 0 0 0 ;
}
#Line2
{
   border-color: #BABABA;
   border-bottom-width: -5px;
}
#Line3
{
   width: 100%;
   height: 5px;
   visibility: visible;
   display: block;
   margin: 10px 0 0 0 ;
}
#Line3
{
   border-color: #F69027;
   border-bottom-width: -5px;
}
#Line4
{
   width: 100%;
   height: 5px;
   visibility: visible;
   display: block;
   margin: 10px 0 0 0 ;
}
#Line4
{
   border-color: #F37D31;
   border-bottom-width: -5px;
}
#Line5
{
   width: 100%;
   height: 5px;
   visibility: visible;
   display: block;
   margin: 10px 0 0 0 ;
}
#Line5
{
   border-color: #DC143C;
   border-bottom-width: -5px;
}
#wb_Text14
{
   visibility: visible;
   display: block;
}
#wb_Text14
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text15
{
   visibility: visible;
   display: block;
}
#wb_Text15
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 0 5px 100px 5px;
}
#LayoutGrid6 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#LayoutGrid6 > .row > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#LayoutGrid6 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid5 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 125px 15px 125px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_location
{
   visibility: visible;
   display: table;
}
#wb_location
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#location
{
   height: auto;
   padding: 40px 0 4px 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 15px;
   padding: 0;
   text-align: left;
   line-height: 21px;
}
#wb_location-icon1
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#location-icon1
{
   width: 38px;
   height: 48px;
}
#location-icon1 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_Extension1
{
   visibility: visible;
   display: block;
}
#wb_Heading1
{
   width: calc(100% - 15px);
   visibility: visible;
   display: block;
   margin: 0 0 15px 15px;
   padding: 0;
   font-size: 19px;
   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: left;
}
#Heading1
{
   color: #BABABA;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   text-transform: none;
}
#Heading1 a
{
   color: inherit;
}
#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;
}
#Extension2
{
   width: 117px;
   height: 119px;
   visibility: hidden;
   display: none;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#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: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading4
{
   color: #FFFFFF;
   font-family: Righteous;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_contactText3
{
   visibility: visible;
   display: block;
}
#wb_contactText3
{
   font-size: 12px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 21px;
}
#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
{
   left: 30px;
   top: 855px;
   width: 290px;
   height: 156px;
   visibility: hidden;
   display: none;
   margin: 0;
   text-align: right;
}
#wb_CssMenu1 li
{
   width: 20%;
}
#wb_CssMenu1 a
{
   color: #BABABA;
   border: 0px solid rgba(0,0,0,0.00);
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Righteous;
   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: #F69829;
   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: #BABABA;
   font-family: Righteous;
   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: #F69829;
}
#wb_CssMenu1 li
{
   padding-bottom: 0px !important;
}
#wb_ResponsiveMenu1
{
   width: 240px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 0 50px;
   text-align: left;
}
#wb_ThemeableButton1
{
   width: 100%;
   height: 32px;
   visibility: visible;
   display: block;
   margin: 0 0 50px 0 ;
}
#ThemeableButton1
{
   font-size: 15px;
}
#wb_ThemeableButton1 .ui-button
{
   line-height: 32px;
   padding: 0;
}
#Layer2
{
   width: 167px;
   height: 134px;
   visibility: hidden;
   display: none;
}
#Layer2_Container
{
   width: 167px;
}
#wb_Picture1
{
   left: 11px;
   top: 11px;
   width: 150px;
   height: 50px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Layer1
{
   width: 140px;
   height: 60px;
   visibility: visible;
   display: block;
}
#Layer1_Container
{
   width: 140px;
}
#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;
}
#StickyLayer
{
   width: 50px;
   height: 50px;
   visibility: hidden;
   display: none;
}
#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: 18px;
}
#wb_Picture3
{
   left: 15px;
   top: 11px;
   width: 110px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#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_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 40px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 25px 0 85px 0;
}
#footer > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#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;
}
}
.am-wrapper
{
   float: left;
   position: relative;
   overflow: hidden;
}
.am-wrapper img
{
   border-width: 0;
   opacity: 1.0;
   outline: none;
   position: absolute;
}
.am-wrapper img:hover
{
   opacity: 1.0;
}
