body
{
   background-color: #202020;
   color: #202020;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#wb_header
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFD899;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 4px 15px 4px 15px;
   margin-right: auto;
   margin-left: auto;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2, #header > .row > .col-3, #header > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .row > .col-1, #header > .row > .col-2, #header > .row > .col-3, #header > .row > .col-4
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#header > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#header > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: right;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#header > .row > .col-1, #header > .row > .col-2, #header > .row > .col-3, #header > .row > .col-4
{
   float: none;
   width: 100%;
}
}
#wb_navigation
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#navigation
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#navigation > .col-1, #navigation > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 25px;
   padding-left: 25px;
   position: relative;
}
#navigation > .col-1, #navigation > .col-2
{
   flex: 0 0 auto;
}
#navigation > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#navigation > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 320px)
{
#navigation > .col-1, #navigation > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_welcome
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/barber-port.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#welcome
{
   box-sizing: border-box;
   height: 100vh;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#welcome > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#welcome > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#welcome > .row > .col-1
{
   float: left;
}
#welcome > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#welcome:before,
#welcome:after,
#welcome .row:before,
#welcome .row:after
{
   display: table;
   content: " ";
}
#welcome:after,
#welcome .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#welcome > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/barber-port.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   height: 100vh;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#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
{
   float: none;
   width: 100%;
}
}
#wb_news
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#news
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#news > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#news > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#news > .row > .col-1
{
   float: left;
}
#news > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#news:before,
#news:after,
#news .row:before,
#news .row:after
{
   display: table;
   content: " ";
}
#news:after,
#news .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#news > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_SERVICIOS
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFD899;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#SERVICIOS
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#SERVICIOS > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#SERVICIOS > .row > .col-1, #SERVICIOS > .row > .col-2, #SERVICIOS > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#SERVICIOS > .row > .col-1, #SERVICIOS > .row > .col-2, #SERVICIOS > .row > .col-3
{
   float: left;
}
#SERVICIOS > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#SERVICIOS > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#SERVICIOS > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: right;
}
#SERVICIOS > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#SERVICIOS > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#SERVICIOS > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#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, #SERVICIOS > .row > .col-2, #SERVICIOS > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_about
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#about
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#about > .col-1, #about > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#about > .col-1, #about > .col-2
{
   flex: 0 0 auto;
}
#about > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#about > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#about > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-end;
   text-align: right;
}
#about > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
@media (max-width: 480px)
{
#about > .col-1, #about > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/barber-fondo2.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   height: 100vh;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   height: 33vh;
   background-color: transparent;
   background-image: url('../images/barber-fondo2.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   height: 33vh;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_contact
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#contact
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 40px 0 40px 0;
   margin-right: auto;
   margin-left: auto;
}
#contact > .col-1, #contact > .col-2, #contact > .col-3, #contact > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contact > .col-1, #contact > .col-2, #contact > .col-3, #contact > .col-4
{
   flex: 0 0 auto;
}
#contact > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#contact > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#contact > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#contact > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#contact > .col-1, #contact > .col-2, #contact > .col-3, #contact > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
.navigationMenu .hide 
{
   display: none!important;
}
.navigationMenu .hidden
{
   display: none!important;
   visibility: hidden!important;
}
.navigationMenu .nav
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   color: #777777;
   text-align: left;
}
#navigationMenu, .navigationMenu .nav, .navigationMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.navigationMenu .nav:before,
.navigationMenu .nav:after 
{
   content: " ";
   display: table;
}
.navigationMenu .nav:after 
{
   clear: both;
}
.navigationMenu .nav a 
{
   text-decoration: none;
}
.navigationMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.navigationMenu .nav ul ul
{
   margin-bottom: 0;
}
.navigationMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.navigationMenu .container:before,
.navigationMenu .container:after 
{
   content: " ";
   display: table;
}
.navigationMenu .container:after 
{
   clear: both;
}
.navigationMenu .collapse 
{
   display: none;
}
.navigationMenu .collapse.show 
{
   display: block;
}
.navigationMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   -webkit-transition: height .35s ease;
   transition: height .35s ease;
}
.navigationMenu .caret, .navigationMenu .caret-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.navigationMenu .dropdown 
{
   position: relative;
}
.navigationMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.navigationMenu .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 13px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(197,197,197,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.navigationMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.navigationMenu .dropdown-menu>li>a 
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #777777;
   white-space: nowrap;
}
.navigationMenu .dropdown-menu>li>a:hover,
.navigationMenu .dropdown-menu>li>a:focus 
{
   text-decoration: none;
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.navigationMenu .dropdown-menu>li>a.active,
.navigationMenu .dropdown-menu>li>a.active:hover,
.navigationMenu .dropdown-menu>li>a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.navigationMenu .show>.dropdown-menu 
{
   display: block;
}
.navigationMenu .show>a 
{
   outline: 0;
}
.navigationMenu .dropdown-header 
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.navigationMenu .dropdown-backdrop 
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.navigationMenu .nav>li 
{
   position: relative;
   display: block;
}
.navigationMenu .nav>li>a
{
   position: relative;
   display: block;
   padding: 10px 15px 10px 15px;
}
.navigationMenu .nav .show>a,
.navigationMenu .nav .show>a:hover,
.navigationMenu .nav .show>a:focus 
{
   background-color: #ccc;
   border-color: #343A40;
}
.navigationMenu .nav .nav-divider 
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.navigationMenu .nav>li>a>img 
{
   max-width: none;
}
.navigationMenu .nav .caret 
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.navigationMenu
{
   position: relative;
}
.navigationMenu:before,
.navigationMenu:after
{
   content: " ";
   display: table;
}
.navigationMenu:after
{
   clear: both;
}
.navigationMenu .navbar-header:before,
.navigationMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.navigationMenu .navbar-header:after
{
   clear: both;
}
.navigationMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.navigationMenu-navbar-collapse:before,
.navigationMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.navigationMenu-navbar-collapse:after
{
   clear: both;
}
.navigationMenu-navbar-collapse.show 
{
   overflow-y: auto;
}
.navigationMenu .navbar-toggle 
{
   position: relative;
   float: right;
   padding: 9px 10px 8px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.navigationMenu .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.navigationMenu .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.navigationMenu .navbar-nav
{
   margin: 6px -15px;
}
.navigationMenu .navbar-nav>li>.dropdown-menu
{
   margin-top: 0;
}
.navigationMenu .navbar-nav>li>a
{
   color: #777777;
}
.navigationMenu .navbar-nav>li>a:hover,
.navigationMenu .navbar-nav>li>a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
   text-decoration: none;
}
.navigationMenu .navbar-nav>li>a.active,
.navigationMenu .navbar-nav>li>a.active:hover,
.navigationMenu .navbar-nav>li>a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.navigationMenu .navbar-toggle
{
   border: 1px solid rgba(43,43,43,0.10);
}
.navigationMenu .navbar-toggle:hover,
.navigationMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.navigationMenu .navbar-toggle .icon-bar
{
   background-color: #DDBA82;
}
.navigationMenu-navbar-collapse
{
   border-color: rgba(197,197,197,1.00);
}
.navigationMenu .navbar-nav>.dropdown>a:hover .caret,
.navigationMenu .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.navigationMenu .navbar-nav>.show>a,
.navigationMenu .navbar-nav>.show>a:hover,
.navigationMenu .navbar-nav>.show>a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
}
.navigationMenu .navbar-nav>.show>a .caret,
.navigationMenu .navbar-nav>.show>a:hover .caret,
.navigationMenu .navbar-nav>.show>a:focus .caret
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.navigationMenu .navbar-nav>.dropdown>a .caret
{
   border-top-color: #777777;
   border-bottom-color: #777777;
}
.navigationMenu .navbar-link
{
   color: #777777;
}
.navigationMenu .navbar-link:hover
{
   color: #2B2B2B;
}
.navigationMenu .navbar-header
{
   color: #DDBA82;
}
@media (min-width: 480px) 
{
.navigationMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.navigationMenu .navbar-header
{
   float: left;
}
.navigationMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.navigationMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.navigationMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.navigationMenu .navbar-toggle
{
   display: none;
}
.navigationMenu .navbar-nav 
{
   float: right;
   margin: 0;
}
.navigationMenu .navbar-nav>li 
{
   float: left;
}
.navigationMenu .container>.navbar-header,
.navigationMenu .container>.navigationMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.navigationMenu .navbar-nav>.dropdown>a:hover .caret,
.navigationMenu .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #FFD899;
   border-bottom-color: #FFD899;
}
}
@media (max-width: 480px) 
{
.navigationMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.navigationMenu .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.navigationMenu .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.navigationMenu .navbar-nav .show .dropdown-menu>li>a,
.navigationMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.navigationMenu .navbar-nav .show .dropdown-menu>li>a 
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.navigationMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 0px;
}
.navigationMenu .navbar-nav>li>a
{
   color: #DDBA82;
}
.navigationMenu .navbar-nav>li>a:hover,
.navigationMenu .navbar-nav>li>a:focus
{
   color: #FFD899;
   background-color: #343A40;
   background-image: none;
}
.navigationMenu .navbar-nav>li>a.active,
.navigationMenu .navbar-nav>li>a.active:hover,
.navigationMenu .navbar-nav>li>a.active:focus
{
   color: #FFD899;
   background-color: #343A40;
   background-image: none;
}
.navigationMenu .navbar-nav>.show>a,
.navigationMenu .navbar-nav>.show>a:hover,
.navigationMenu .navbar-nav>.show>a:focus
{
   background-color: #343A40;
   background-image: none;
   color: #FFD899;
}
.navigationMenu .navbar-nav>.dropdown>a:hover .caret
{
   border-top-color: #FFD899;
   border-bottom-color: #FFD899;
}
.navigationMenu .navbar-nav>.dropdown>a .caret
{
   border-top-color: #DDBA82;
   border-bottom-color: #DDBA82;
}
.navigationMenu .navbar-nav > li > a.active > .caret,
.navigationMenu .navbar-nav > li > a.active:hover > .caret,
.navigationMenu .navbar-nav > li > a.active:focus > .caret
{
   border-top-color: #FFD899;
   border-bottom-color: #FFD899;
}
.navigationMenu .navbar-nav>.show>a .caret,
.navigationMenu .navbar-nav>.show>a:hover .caret,
.navigationMenu .navbar-nav>.show>a:focus .caret
{
   border-top-color: #FFD899;
   border-bottom-color: #FFD899;
}
.navigationMenu .navbar-link
{
   color: #DDBA82;
}
.navigationMenu .navbar-link:hover 
{
   color: #fff;
}
}
#navigationMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_navigationMenu
{
   z-index: 1111 !important;
}
#wb_headerIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#headerIcon1
{
   height: 33px;
   width: 24px;
}
#headerIcon1 i
{
   color: #202020;
   display: inline-block;
   font-size: 24px;
   line-height: 33px;
   vertical-align: middle;
   width: 23px;
}
#headerIcon1:hover i
{
   color: #FFFFFF;
}
#wb_headerIcon1
{
   -webkit-transition: all 500ms linear 0ms;
   transition: all 500ms linear 0ms;
}
#headerLabel1
{
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Poppins;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   box-sizing: border-box;
   padding: 8px 4px 8px 4px;
   margin: 0;
   text-align: left;
   vertical-align: top;
}
#wb_headerIcon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#headerIcon2
{
   height: 33px;
   width: 24px;
}
#headerIcon2 i
{
   color: #202020;
   display: inline-block;
   font-size: 24px;
   line-height: 33px;
   vertical-align: middle;
   width: 23px;
}
#headerIcon2:hover i
{
   color: #FFFFFF;
}
#wb_headerIcon2
{
   -webkit-transition: all 500ms linear 0ms;
   transition: all 500ms linear 0ms;
}
#headerLabel2
{
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #202020;
   font-family: Poppins;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   box-sizing: border-box;
   padding: 8px 4px 8px 4px;
   margin: 0;
   text-align: left;
   vertical-align: top;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 40px 0 40px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3, #LayoutGrid1 > .col-4, #LayoutGrid1 > .col-5, #LayoutGrid1 > .col-6
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3, #LayoutGrid1 > .col-4, #LayoutGrid1 > .col-5, #LayoutGrid1 > .col-6
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .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-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3, #LayoutGrid1 > .col-4, #LayoutGrid1 > .col-5, #LayoutGrid1 > .col-6
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 40px 0 40px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2, #LayoutGrid6 > .col-3, #LayoutGrid6 > .col-4, #LayoutGrid6 > .col-5, #LayoutGrid6 > .col-6
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2, #LayoutGrid6 > .col-3, #LayoutGrid6 > .col-4, #LayoutGrid6 > .col-5, #LayoutGrid6 > .col-6
{
   flex: 0 0 auto;
}
#LayoutGrid6 > .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-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid6 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid6 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid6 > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid6 > .col-5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid6 > .col-6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2, #LayoutGrid6 > .col-3, #LayoutGrid6 > .col-4, #LayoutGrid6 > .col-5, #LayoutGrid6 > .col-6
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid7
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 40px 0 40px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid7 > .col-1, #LayoutGrid7 > .col-2, #LayoutGrid7 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid7 > .col-1, #LayoutGrid7 > .col-2, #LayoutGrid7 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid7 > .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-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid7 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid7 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid7 > .col-1, #LayoutGrid7 > .col-2, #LayoutGrid7 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid10
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid10
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2, #LayoutGrid10 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 2px;
   padding-left: 2px;
   position: relative;
}
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2, #LayoutGrid10 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid10 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid10 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid10 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2, #LayoutGrid10 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_UBICA
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #202020;
   background-image: none;
   border-top-width: 2px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: double;
   border-right-style: double;
   border-bottom-style: double;
   border-left-style: double;
   border-top-color: #FFD899;
   border-right-color: #FFD899;
   border-bottom-color: #FFD899;
   border-left-color: #FFD899;
   box-sizing: border-box;
   margin: 0;
}
#UBICA
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
}
#UBICA > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#UBICA > .row > .col-1, #UBICA > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#UBICA > .row > .col-1, #UBICA > .row > .col-2
{
   float: left;
}
#UBICA > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#UBICA > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #ECF0F1;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#UBICA:before,
#UBICA:after,
#UBICA .row:before,
#UBICA .row:after
{
   display: table;
   content: " ";
}
#UBICA:after,
#UBICA .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#UBICA > .row > .col-1, #UBICA > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_headerIcon3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#headerIcon3
{
   height: 40px;
   width: 24px;
}
#headerIcon3 i
{
   color: #202020;
   display: inline-block;
   font-size: 24px;
   line-height: 40px;
   vertical-align: middle;
   width: 23px;
}
#headerIcon3:hover i
{
   color: #FFFFFF;
}
#wb_headerIcon4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#headerIcon4
{
   height: 40px;
   width: 24px;
}
#headerIcon4 i
{
   color: #202020;
   display: inline-block;
   font-size: 24px;
   line-height: 40px;
   vertical-align: middle;
   width: 23px;
}
#headerIcon4:hover i
{
   color: #FFFFFF;
}
#wb_headerIcon6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#headerIcon6
{
   height: 40px;
   width: 24px;
}
#headerIcon6 i
{
   color: #202020;
   display: inline-block;
   font-size: 24px;
   line-height: 40px;
   vertical-align: middle;
   width: 23px;
}
#headerIcon6:hover i
{
   color: #FFFFFF;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFD899;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #202020;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 57px;
   height: 52px;
   vertical-align: top;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 3px 10px rgba(0,0,0,1.00));
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 3px 10px rgba(0,0,0,1.00));
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 3px 10px rgba(0,0,0,1.00));
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#Line1-divider
{
   font-size: 0;
   line-height: 0;
}
#Line1-divider-separator
{
   align-items: center;
   display: flex;
   margin: 0;
}
#Line1-text
{
   color: #FFD899;
   flex-shrink: 0;
   font-family: Taviraj;
   font-weight: normal;
   font-size: 43px;
   font-style: normal;
   line-height: 1;
   margin: 0 10px 0 10px;
}
#Line1-divider-separator:before, #Line1-divider-separator:after
{
   display: block;
   content: "";
   flex-grow: 1;
   border-color: #FFD899;
   border-style: double;
   border-bottom-width: 6px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
}
#Line1
{
   margin: 0;
   padding: 0;
}
#wb_Image5
{
   margin: 0;
   vertical-align: top;
}
#Image5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#Line2-divider
{
   font-size: 0;
   line-height: 0;
}
#Line2-divider-separator
{
   align-items: center;
   display: flex;
   margin: 0;
}
#Line2-text
{
   color: #FFD899;
   flex-shrink: 0;
   font-family: Taviraj;
   font-weight: normal;
   font-size: 43px;
   font-style: normal;
   line-height: 1;
   margin: 0 10px 0 10px;
}
#Line2-divider-separator:before, #Line2-divider-separator:after
{
   display: block;
   content: "";
   flex-grow: 1;
   border-color: #FFD899;
   border-style: double;
   border-bottom-width: 6px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
}
#Line2
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1
{
   color: #FFFFFF;
   font-family: Taviraj;
   font-weight: normal;
   font-size: 21px;
   line-height: 36px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: right;
}
#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, #LayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2
{
   color: #FFFFFF;
   font-family: Taviraj;
   font-weight: normal;
   font-size: 21px;
   line-height: 36px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Button1
{
   box-sizing: border-box;
   line-height: 33px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #FFD899;
   border-radius: 4px;
   background-color: #FFD899;
   background-image: none;
   color: #202020;
   font-family: Taviraj;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 25px 0 0 0 ;
}
#Line3-divider
{
   font-size: 0;
   line-height: 0;
}
#Line3-divider-separator
{
   align-items: center;
   display: flex;
   margin: 0;
}
#Line3-text
{
   color: #FFD899;
   flex-shrink: 0;
   font-family: Taviraj;
   font-weight: normal;
   font-size: 43px;
   font-style: normal;
   line-height: 1;
   margin: 0 10px 0 10px;
}
#Line3-divider-separator:before, #Line3-divider-separator:after
{
   display: block;
   content: "";
   flex-grow: 1;
   border-color: #FFD899;
   border-style: double;
   border-bottom-width: 6px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
}
#Line3
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3
{
   color: #FFD899;
   font-family: Taviraj;
   font-weight: normal;
   font-size: 43px;
   line-height: 71px;
}
#wb_Text3 p, #wb_Text3 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   border-radius: 0px;
   padding: 0;
   margin: 25px 0 0 0 ;
   text-align: left;
}
#wb_Text4
{
   color: #FFD899;
   font-family: Taviraj;
   font-weight: normal;
   font-size: 43px;
   line-height: 71px;
}
#wb_Text4 p, #wb_Text4 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text4
{
   display: block;
   margin: 25px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#Button2
{
   box-sizing: border-box;
   line-height: 33px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #FFD899;
   border-radius: 4px;
   background-color: rgba(255,216,153,0.00);
   background-image: none;
   color: #FFD899;
   font-family: Taviraj;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 25px 0 0 0 ;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5
{
   color: #FFFFFF;
   font-family: Taviraj;
   font-weight: normal;
   font-size: 35px;
   line-height: 58px;
}
#wb_Text5 p, #wb_Text5 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text6
{
   color: #FFFFFF;
   font-family: Taviraj;
   font-weight: normal;
   font-size: 35px;
   line-height: 58px;
}
#wb_Text6 p, #wb_Text6 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Line4
{
   border-color: #FFD899;
   border-style: double;
   border-bottom-width: 6px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 15px 0 15px 0 ;
   padding: 0;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #202020;
   font-family: Taviraj;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
}
#Line5-divider
{
   font-size: 0;
   line-height: 0;
}
#Line5-divider-separator
{
   align-items: center;
   display: flex;
   margin: 0;
}
#Line5-text
{
   color: #FFD899;
   flex-shrink: 0;
   font-family: Taviraj;
   font-weight: normal;
   font-size: 43px;
   font-style: normal;
   line-height: 1;
   margin: 0 10px 0 10px;
}
#Line5-divider-separator:before, #Line5-divider-separator:after
{
   display: block;
   content: "";
   flex-grow: 1;
   border-color: #FFD899;
   border-style: dotted;
   border-bottom-width: 6px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
}
#Line5
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text7
{
   color: #FFFFFF;
   font-family: Taviraj;
   font-weight: normal;
   font-size: 21px;
   line-height: 36px;
}
#wb_Text7 p, #wb_Text7 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text9 div
{
   text-align: center;
}
#wb_Text9
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text10 div
{
   text-align: center;
}
#wb_Text10
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text11 div
{
   text-align: center;
}
#wb_Text11
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text12 div
{
   text-align: center;
}
#wb_Text12
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 5px 10px 5px 10px;
}
#Card1{
   background-color: #202020;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 48px;
   width: 100%;
   height: 48px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
   text-align: right;
}
#Card1-card-item1 i
{
   color: #FFD899;
   margin-left: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: -40px 0 0 0 ;
   padding: 0 10px 2px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card1-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
}
#Card1-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card1-card-item6
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0 0 5px 20px;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item7
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item8
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item9
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item9 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item10
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item10 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 16px 20px;
   border-top: 1px #FFD899 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item12
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item12 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card1-card-item13
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 10px 0 ;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item13 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card1-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1 .arrow
{
   position: absolute;
   display: block;
   width: 19px;
   height: 9.5px;
   margin: 0;
}
#Card1 .arrow::before, #Card1 .arrow::after
{
   position: absolute;
   display: block;
   content: "";
   border-color: transparent;
   border-style: solid;
}
#Card1, .Card1.bs-popover-auto[x-placement^="right"]
{
   margin-left: 9.5px;
}
#Card1 > .arrow, .Card1.bs-popover-auto[x-placement^="right"] > .arrow 
{
   left: 0;
   width: 9.5px;
   height: 19px;
   margin: 0;
}
#Card1 > .arrow::before, .Card1.bs-popover-auto[x-placement^="right"] > .arrow::before
{
   left: 0;
   border-width: 9.5px 9.5px 9.5px 0;
   border-right-color: #DEDEDE;
}
#Card1 > .arrow::after, .Card1.bs-popover-auto[x-placement^="right"] > .arrow::after
{
   left: 1px;
   border-width: 9.5px 9.5px 9.5px 0;
   border-right-color: #202020;
}
#Card1 .arrow{
   top: 9.5px;
}
#Card1{
   height: 100%;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 5px 10px 5px 10px;
}
#Card2{
   background-color: #202020;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 48px;
   width: 100%;
   height: 48px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
   text-align: right;
}
#Card2-card-item1 i
{
   color: #FFD899;
   margin-left: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: -40px 0 0 0 ;
   padding: 0 10px 2px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card2-card-item6
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0 0 5px 20px;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item7
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item8
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item9
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item9 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item10
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item10 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 16px 20px;
   border-top: 1px #FFD899 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item12
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item12 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item13
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 10px 0 ;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item13 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2 .arrow
{
   position: absolute;
   display: block;
   width: 19px;
   height: 9.5px;
   margin: 0;
}
#Card2 .arrow::before, #Card2 .arrow::after
{
   position: absolute;
   display: block;
   content: "";
   border-color: transparent;
   border-style: solid;
}
#Card2, .Card2.bs-popover-auto[x-placement^="right"]
{
   margin-left: 9.5px;
}
#Card2 > .arrow, .Card2.bs-popover-auto[x-placement^="right"] > .arrow 
{
   left: 0;
   width: 9.5px;
   height: 19px;
   margin: 0;
}
#Card2 > .arrow::before, .Card2.bs-popover-auto[x-placement^="right"] > .arrow::before
{
   left: 0;
   border-width: 9.5px 9.5px 9.5px 0;
   border-right-color: #DEDEDE;
}
#Card2 > .arrow::after, .Card2.bs-popover-auto[x-placement^="right"] > .arrow::after
{
   left: 1px;
   border-width: 9.5px 9.5px 9.5px 0;
   border-right-color: #202020;
}
#Card2 .arrow{
   top: 9.5px;
}
#Card2{
   height: 100%;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 5px 10px 5px 10px;
}
#Card3{
   background-color: #202020;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 48px;
   width: 100%;
   height: 48px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
   text-align: right;
}
#Card3-card-item1 i
{
   color: #FFD899;
   margin-left: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: -40px 0 0 0 ;
   padding: 0 10px 2px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
}
#Card3-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card3-card-item6
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0 0 5px 20px;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item7
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item8
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item9
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item9 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item10
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item10 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 16px 20px;
   border-top: 1px #FFD899 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item12
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item12 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card3-card-item13
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 10px 0 ;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item13 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card3-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3 .arrow
{
   position: absolute;
   display: block;
   width: 19px;
   height: 9.5px;
   margin: 0;
}
#Card3 .arrow::before, #Card3 .arrow::after
{
   position: absolute;
   display: block;
   content: "";
   border-color: transparent;
   border-style: solid;
}
#Card3, .Card3.bs-popover-auto[x-placement^="right"]
{
   margin-left: 9.5px;
}
#Card3 > .arrow, .Card3.bs-popover-auto[x-placement^="right"] > .arrow 
{
   left: 0;
   width: 9.5px;
   height: 19px;
   margin: 0;
}
#Card3 > .arrow::before, .Card3.bs-popover-auto[x-placement^="right"] > .arrow::before
{
   left: 0;
   border-width: 9.5px 9.5px 9.5px 0;
   border-right-color: #DEDEDE;
}
#Card3 > .arrow::after, .Card3.bs-popover-auto[x-placement^="right"] > .arrow::after
{
   left: 1px;
   border-width: 9.5px 9.5px 9.5px 0;
   border-right-color: #202020;
}
#Card3 .arrow{
   top: 9.5px;
}
#Card3{
   height: 100%;
}
#wb_Image6
{
   margin: 0;
   vertical-align: top;
}
#Image6
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image7
{
   margin: 0;
   vertical-align: top;
}
#Image7
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image8
{
   margin: 0;
   vertical-align: top;
}
#Image8
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image9
{
   margin: 0;
   vertical-align: top;
}
#Image9
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#Layer1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   -webkit-animation: push 1000ms linear 5000ms infinite normal both;
   animation: push 1000ms linear 5000ms infinite normal both;
}
#wb_Image10
{
   vertical-align: top;
}
#Image10
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image11
{
   margin: 0;
   vertical-align: top;
}
#Image11
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 170px;
   height: 170px;
   vertical-align: top;
}
#wb_Image12
{
   margin: 0;
   vertical-align: top;
}
#Image12
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 170px;
   height: 170px;
   vertical-align: top;
}
#wb_Image13
{
   margin: 0;
   vertical-align: top;
}
#Image13
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 170px;
   height: 170px;
   vertical-align: top;
}
#wb_Image14
{
   margin: 0;
   vertical-align: top;
}
#Image14
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_Text8
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image15
{
   margin: 0;
   vertical-align: top;
}
#Image15
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 80px;
   height: 80px;
   vertical-align: top;
}
#PhotoGallery1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery1 .thumbnails
{
   margin: 0;
}
#PhotoGallery1 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   float: left;
   margin: 0;
   padding: 3px 3px 3px 3px;
   width: 100%;
   text-align: center;
   vertical-align: top;
}
#PhotoGallery1 .thumbnail img
{
   border: 0px #000000 solid;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoGallery1 .clearfix:before,
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:before,
#PhotoGallery1 .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:after
{
   clear: both;
}
#PhotoGallery1 .visible-col3
{
   display: none;
}
#wb_Card1
{
   display: flex;
   width: calc(100% - 20px);
   z-index: 41;
}
#Line5
{
   display: block;
   width: 100%;
   z-index: 45;
}
#Button2
{
   display: inline-block;
   width: 220px;
   height: 37px;
   z-index: 27;
}
#wb_Image1
{
   display: inline-block;
   width: 57px;
   height: 52px;
   z-index: 7;
}
#wb_Card3
{
   display: flex;
   width: calc(100% - 20px);
   z-index: 43;
}
#Line4
{
   display: block;
   width: 100%;
   z-index: 29;
}
#Button1
{
   display: inline-block;
   width: 220px;
   height: 37px;
   z-index: 17;
}
#wb_Image2
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 11;
}
#wb_Card2
{
   display: flex;
   width: calc(100% - 20px);
   z-index: 42;
}
#wb_Image3
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 12;
}
#wb_PhotoGallery1
{
   display: inline-block;
   width: 100%;
   z-index: 40;
}
#wb_Image4
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 13;
}
#wb_Extension1
{
   display: inline-block;
   width: 100%;
   z-index: 28;
}
#wb_Image5
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 14;
}
#Line1
{
   display: block;
   width: 100%;
   z-index: 9;
}
#wb_Extension2
{
   display: inline-block;
   width: 100%;
   z-index: 47;
}
#wb_Image6
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 30;
}
#wb_Image7
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 31;
}
#Line3
{
   display: block;
   width: 100%;
   z-index: 22;
}
#Line2
{
   display: block;
   width: 100%;
   z-index: 19;
}
#wb_Image8
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 32;
}
#wb_Image9
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 33;
}
#Layer1
{
   position: fixed;
   text-align: right;
   left: 2px;
   top: auto;
   bottom: 2px;
   width: 302px;
   height: 111px;
   z-index: 69;
}
#wb_Heading1
{
   display: inline-block;
   width: 100%;
   z-index: 48;
}
#headerLabel2
{
   display: inline-block;
   width: 347px;
   line-height: 26px;
   z-index: 3;
}
#headerLabel1
{
   display: inline-block;
   width: 169px;
   line-height: 26px;
   z-index: 1;
}
#Layer1_Container
{
   width: 302px;
   position: relative;
   margin-left: auto;
   margin-right: 0;
   text-align: left;
}
#wb_footer
{
   z-index: 10000 !important;
}
#Extension2
{
   position: relative;
   display: block;
   width: 100%;
   height: 445px;
}
#wb_Image10
{
   position: absolute;
   left: 17px;
   top: 12px;
   width: 232px;
   height: 87px;
   z-index: 52;
}
#wb_Image14
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 39;
}
#wb_Image15
{
   display: inline-block;
   width: 80px;
   height: 80px;
   z-index: 38;
}
#wb_Image13
{
   display: inline-block;
   width: 170px;
   height: 170px;
   z-index: 37;
}
#wb_Image12
{
   display: inline-block;
   width: 170px;
   height: 170px;
   z-index: 36;
}
#wb_Image11
{
   display: inline-block;
   width: 170px;
   height: 170px;
   z-index: 35;
}
#wb_navigationMenu
{
   display: inline-block;
   width: 100%;
   z-index: 8;
}
#wb_headerIcon6
{
   display: inline-block;
   width: 24px;
   height: 40px;
   text-align: center;
   z-index: 6;
}
#wb_headerIcon4
{
   display: inline-block;
   width: 24px;
   height: 40px;
   text-align: center;
   z-index: 5;
}
#wb_headerIcon3
{
   display: inline-block;
   width: 24px;
   height: 40px;
   text-align: center;
   z-index: 4;
}
#wb_headerIcon2
{
   display: inline-block;
   width: 24px;
   height: 33px;
   text-align: center;
   z-index: 2;
}
#wb_headerIcon1
{
   display: inline-block;
   width: 24px;
   height: 33px;
   text-align: center;
   z-index: 0;
}
@media only screen and (min-width: 480px) and (max-width: 1199px)
{
body
{
   background-color: #000000;
   background-image: none;
}
#wb_header
{
   visibility: hidden;
   display: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 4px 15px 4px 15px;
}
#header .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2, #header > .row > .col-3, #header > .row > .col-4
{
   padding-right: 15px;
   padding-left: 15px;
}
#header > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#header > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#header > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#header > .row > .col-4
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_navigation
{
   visibility: visible;
   display: table;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_navigation
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#navigation
{
   height: auto;
   padding: 10px 0 10px 0;
}
#navigation > .col-1, #navigation > .col-2
{
   padding-right: 25px;
   padding-left: 25px;
}
#navigation > .col-1
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#navigation > .col-2
{
   display: flex;
   flex-basis: 75%;
   max-width: 75%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_welcome
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/barber-port.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_welcome
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#welcome
{
   height: 100vh;
   padding: 100px 15px 100px 15px;
}
#welcome .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#welcome > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#welcome > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid4
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: url('../images/barber-port.jpg');
   background-repeat: no-repeat;
   background-position: center center !important;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid4
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: 100vh;
   padding: 100px 15px 100px 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_news
{
   visibility: visible;
   display: table;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_news
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#news
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#news .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#news > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#news > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_SERVICIOS
{
   visibility: visible;
   display: table;
   background-color: #FFD899;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_SERVICIOS
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#SERVICIOS
{
   height: auto;
   padding: 0 15px 0 15px;
}
#SERVICIOS .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_about
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_about
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about
{
   height: auto;
   padding: 0;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/barber-fondo2.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid3
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: 100vh;
   padding: 100px 15px 100px 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/barber-fondo2.jpg');
   background-repeat: no-repeat;
   background-position: center center !important;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid5
{
   height: 33vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: 33vh;
   padding: 100px 15px 100px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_contact
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_contact
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact
{
   height: auto;
   padding: 40px 0 40px 0;
}
#contact > .col-1, #contact > .col-2, #contact > .col-3, #contact > .col-4
{
   padding-right: 15px;
   padding-left: 15px;
}
#contact > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#contact > .col-2
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#contact > .col-3
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#contact > .col-4
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_navigationMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#navigationMenu, .navigationMenu .nav, .navigationMenu .dropdown-menu
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
}
#wb_headerIcon1
{
   width: 24px;
   height: 33px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   color: #18264D;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #000000;
}
#headerIcon1
{
   width: 24px;
   height: 33px;
}
#headerIcon1 i
{
   line-height: 33px;
   font-size: 24px;
   width: 18px;
   color: #18264D;
}
#headerIcon1:hover i
{
   color: #FFFFFF;
}
#wb_headerIcon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#headerLabel1
{
   width: 169px;
   height: 33px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 4px 8px 4px;
   text-align: left;
   color: #18264D;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#headerLabel1
{
   line-height: 17px;
}
#wb_headerIcon2
{
   width: 24px;
   height: 33px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   color: #28A7E9;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #000000;
}
#headerIcon2
{
   width: 24px;
   height: 33px;
}
#headerIcon2 i
{
   line-height: 33px;
   font-size: 24px;
   width: 23px;
   color: #28A7E9;
}
#headerIcon2:hover i
{
   color: #FFFFFF;
}
#wb_headerIcon2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#headerLabel2
{
   width: 250px;
   height: 33px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 4px 8px 4px;
   text-align: left;
   color: #FFFFFF;
   font-size: 15px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#headerLabel2
{
   line-height: 17px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 40px 0 40px 0;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3, #LayoutGrid1 > .col-4, #LayoutGrid1 > .col-5, #LayoutGrid1 > .col-6
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-2
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid1 > .col-3
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid1 > .col-4
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid1 > .col-5
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid1 > .col-6
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid6
{
   visibility: hidden;
   display: none;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 40px 0 40px 0;
}
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2, #LayoutGrid6 > .col-3, #LayoutGrid6 > .col-4, #LayoutGrid6 > .col-5, #LayoutGrid6 > .col-6
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid6 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid6 > .col-2
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-3
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-4
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-5
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-6
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 40px 0 40px 0;
}
#LayoutGrid7 > .col-1, #LayoutGrid7 > .col-2, #LayoutGrid7 > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid7 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid7 > .col-2
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid7 > .col-3
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid10
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid10
{
   height: auto;
   padding: 25px 0 25px 0;
}
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2, #LayoutGrid10 > .col-3
{
   padding-right: 2px;
   padding-left: 2px;
}
#LayoutGrid10 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid10 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid10 > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_UBICA
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border-top-width: 2px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: double;
   border-right-style: double;
   border-bottom-style: double;
   border-left-style: double;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   box-shadow: 0px 0px 0px #000000;
}
#wb_UBICA
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#UBICA
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#UBICA .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_headerIcon3
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
   color: #18264D;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #000000;
}
#headerIcon3
{
   width: 24px;
   height: 40px;
}
#headerIcon3 i
{
   line-height: 40px;
   font-size: 24px;
   width: 19px;
   color: #18264D;
}
#headerIcon3:hover i
{
   color: #FFFFFF;
}
#wb_headerIcon3:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_headerIcon4
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
   color: #FFFFFF;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #000000;
}
#headerIcon4
{
   width: 24px;
   height: 40px;
}
#headerIcon4 i
{
   line-height: 40px;
   font-size: 24px;
   width: 19px;
   color: #FFFFFF;
}
#headerIcon4:hover i
{
   color: #28A7E9;
}
#wb_headerIcon4:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_headerIcon6
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
   color: #FFFFFF;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #000000;
}
#headerIcon6
{
   width: 24px;
   height: 40px;
}
#headerIcon6 i
{
   line-height: 40px;
   font-size: 24px;
   width: 21px;
   color: #FFFFFF;
}
#headerIcon6:hover i
{
   color: #28A7E9;
}
#wb_headerIcon6:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_footer
{
   visibility: visible;
   display: table;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Image1
{
   width: 57px;
   height: 52px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   border: 0px solid #000000;
   width: 57px;
   height: 52px;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image4
{
   border-radius: 40px;
}
#Line1
{
   width: 100%;
   height: 6px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   border-color: #FFD899;
   border-bottom-width: 6px;
}
#wb_Image5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Line2
{
   width: 100%;
   height: 6px;
   visibility: hidden;
   display: none;
   margin: 0 0 50px 0 ;
}
#Line2
{
   border-color: #FFD899;
   border-bottom-width: -44px;
}
#wb_Text1
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text1
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #000000;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid2 > .row > .col-2
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text2
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text2
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#Button1
{
   width: 220px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 25px 0 0 0 ;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 33px;
}
#Line3
{
   width: 100%;
   height: 6px;
   visibility: visible;
   display: block;
   margin: 0 0 50px 0 ;
}
#Line3
{
   border-color: #FFD899;
   border-bottom-width: -44px;
}
#wb_Text3
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text3
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 43px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 72px;
}
#wb_Text4
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text4
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 43px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 72px;
}
#Button2
{
   width: 220px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 25px 0 0 0 ;
   padding: 1px 6px 1px 6px;
}
#Button2
{
   line-height: 33px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text5
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 35px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 59px;
}
#wb_Text6
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text6
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 35px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 59px;
}
#wb_Extension1
{
   visibility: visible;
   display: block;
}
#Line4
{
   width: 100%;
   height: 6px;
   visibility: visible;
   display: block;
   margin: 15px 0 15px 0 ;
}
#Line4
{
   border-color: #FFD899;
   border-bottom-width: -24px;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Line5
{
   width: 100%;
   height: 6px;
   visibility: visible;
   display: block;
   margin: 0 0 50px 0 ;
}
#Line5
{
   border-color: #FFD899;
   border-bottom-width: -44px;
}
#wb_Text7
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-shadow: 0px 0px 0px #000000;
}
#wb_Text7
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_Extension2
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   visibility: hidden;
   display: none;
}
#wb_Text9
{
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   visibility: hidden;
   display: none;
}
#wb_Text10
{
   margin: 0;
   padding: 0;
}
#wb_Text11
{
   visibility: hidden;
   display: none;
}
#wb_Text11
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   visibility: hidden;
   display: none;
}
#wb_Text12
{
   margin: 0;
   padding: 0;
}
#wb_Card1
{
   width: calc(100% - 20px);
   visibility: visible;
   display: flex;
   margin: 5px 10px 5px 10px;
}
#Card1
{
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 48px;
   width: 100%;
   height: 48px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
   text-align: right;
}
#Card1-card-item1 i
{
   color: #FFD899;
   margin-left: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: -40px 0 0 0 ;
   padding: 0 10px 2px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card1-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
}
#Card1-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card1-card-item6
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0 0 5px 20px;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item7
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item8
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item9
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item9 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item10
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item10 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 16px 20px;
   border-top: 1px #FFD899 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item12
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item12 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card1-card-item13
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 10px 0 ;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item13 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card1-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card2
{
   width: calc(100% - 20px);
   visibility: visible;
   display: flex;
   margin: 5px 10px 5px 10px;
}
#Card2
{
   color: #000000;
   background-color: #FFFFFF;
   background-image: none;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 48px;
   width: 100%;
   height: 48px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
   text-align: right;
}
#Card2-card-item1 i
{
   color: #FFD899;
   margin-left: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: -40px 0 0 0 ;
   padding: 0 10px 2px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card2-card-item6
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0 0 5px 20px;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item7
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item8
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item9
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item9 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item10
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item10 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 16px 20px;
   border-top: 1px #FFD899 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item12
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item12 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item13
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 10px 0 ;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item13 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card3
{
   width: calc(100% - 20px);
   visibility: visible;
   display: flex;
   margin: 5px 10px 5px 10px;
}
#Card3
{
   color: #000000;
   background-color: #FFFFFF;
   background-image: none;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 48px;
   width: 100%;
   height: 48px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
   text-align: right;
}
#Card3-card-item1 i
{
   color: #FFD899;
   margin-left: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: -40px 0 0 0 ;
   padding: 0 10px 2px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
}
#Card3-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card3-card-item6
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0 0 5px 20px;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item7
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item8
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item9
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item9 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item10
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item10 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 16px 20px;
   border-top: 1px #FFD899 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item12
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item12 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card3-card-item13
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 10px 0 ;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item13 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card3-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Image6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image9
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Layer1
{
   width: 302px;
   height: 111px;
   visibility: visible;
   display: block;
}
#Layer1_Container
{
   width: 302px;
}
#wb_Image10
{
   left: 17px;
   top: 12px;
   width: 232px;
   height: 87px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image11
{
   width: 170px;
   height: 170px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image11
{
   width: 170px;
   height: 170px;
}
#wb_Image12
{
   width: 170px;
   height: 170px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image12
{
   width: 170px;
   height: 170px;
}
#wb_Image13
{
   width: 170px;
   height: 170px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image13
{
   width: 170px;
   height: 170px;
}
#wb_Image14
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Text8
{
   visibility: hidden;
   display: none;
}
#wb_Text8
{
   margin: 0;
   padding: 0;
}
#wb_Image15
{
   width: 170px;
   height: 170px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image15
{
   width: 170px;
   height: 170px;
}
#wb_PhotoGallery1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   color: #202020;
}
#PhotoGallery1 .thumbnail
{
   width: 100%;
}
#PhotoGallery1 .visible-col3
{
   display: none;
}
}
@media only screen and (max-width: 479px)
{
body
{
   background-color: #202020;
   background-image: none;
}
#wb_header
{
   visibility: visible;
   display: table;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 4px 15px 4px 15px;
}
#header .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2, #header > .row > .col-3, #header > .row > .col-4
{
   padding-right: 15px;
   padding-left: 15px;
}
#header > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#header > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#header > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#header > .row > .col-4
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_navigation
{
   visibility: visible;
   display: table;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_navigation
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#navigation
{
   height: auto;
   padding: 10px 0 10px 0;
}
#navigation > .col-1, #navigation > .col-2
{
   padding-right: 25px;
   padding-left: 25px;
}
#navigation > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#navigation > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_welcome
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: url('../images/barber-port.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_welcome
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#welcome
{
   height: 100vh;
   padding: 100px 15px 100px 15px;
}
#welcome .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#welcome > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#welcome > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/barber-port.jpg');
   background-repeat: no-repeat;
   background-position: center center !important;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_LayoutGrid4
{
   height: 33vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: 33vh;
   padding: 100px 15px 100px 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_news
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_news
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#news
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#news .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#news > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#news > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_SERVICIOS
{
   visibility: visible;
   display: table;
   background-color: #FFD899;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_SERVICIOS
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#SERVICIOS
{
   height: auto;
   padding: 0 15px 0 15px;
}
#SERVICIOS .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_about
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_about
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about
{
   height: auto;
   padding: 0;
}
#wb_LayoutGrid3
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: url('../images/barber-fondo2.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_LayoutGrid3
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: 100vh;
   padding: 100px 15px 100px 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/barber-fondo2.jpg');
   background-repeat: no-repeat;
   background-position: center center !important;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_LayoutGrid5
{
   height: 33vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: 33vh;
   padding: 100px 15px 100px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_contact
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_contact
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact
{
   height: auto;
   padding: 40px 0 40px 0;
}
#contact > .col-1, #contact > .col-2, #contact > .col-3, #contact > .col-4
{
   padding-right: 15px;
   padding-left: 15px;
}
#contact > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#contact > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#contact > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#contact > .col-4
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_navigationMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#navigationMenu, .navigationMenu .nav, .navigationMenu .dropdown-menu
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
}
#wb_headerIcon1
{
   width: 24px;
   height: 33px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   color: #202020;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #202020;
}
#headerIcon1
{
   width: 24px;
   height: 33px;
}
#headerIcon1 i
{
   line-height: 33px;
   font-size: 24px;
   width: 23px;
   color: #202020;
}
#headerIcon1:hover i
{
   color: #FFFFFF;
}
#wb_headerIcon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#headerLabel1
{
   width: 169px;
   height: 42px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 4px 8px 4px;
   text-align: left;
   color: #202020;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#headerLabel1
{
   line-height: 26px;
}
#wb_headerIcon2
{
   width: 24px;
   height: 33px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
   color: #202020;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #202020;
}
#headerIcon2
{
   width: 24px;
   height: 33px;
}
#headerIcon2 i
{
   line-height: 33px;
   font-size: 24px;
   width: 23px;
   color: #202020;
}
#headerIcon2:hover i
{
   color: #FFFFFF;
}
#wb_headerIcon2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#headerLabel2
{
   width: 290px;
   height: 42px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 8px 4px 8px 4px;
   text-align: left;
   color: #202020;
   font-size: 15px;
   font-family: Poppins;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#headerLabel2
{
   line-height: 26px;
}
#wb_LayoutGrid1
{
   visibility: hidden;
   display: none;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 40px 0 40px 0;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3, #LayoutGrid1 > .col-4, #LayoutGrid1 > .col-5, #LayoutGrid1 > .col-6
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid1 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid1 > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-4
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid1 > .col-5
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid1 > .col-6
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 40px 0 40px 0;
}
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2, #LayoutGrid6 > .col-3, #LayoutGrid6 > .col-4, #LayoutGrid6 > .col-5, #LayoutGrid6 > .col-6
{
   padding-right: 5px;
   padding-left: 5px;
}
#LayoutGrid6 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid6 > .col-3
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid6 > .col-4
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-5
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-6
{
   display: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 40px 0 40px 0;
}
#LayoutGrid7 > .col-1, #LayoutGrid7 > .col-2, #LayoutGrid7 > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid7 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid7 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid7 > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid10
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid10
{
   height: auto;
   padding: 25px 0 25px 0;
}
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2, #LayoutGrid10 > .col-3
{
   padding-right: 2px;
   padding-left: 2px;
}
#LayoutGrid10 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid10 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid10 > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_UBICA
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border-top-width: 2px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: double;
   border-right-style: double;
   border-bottom-style: double;
   border-left-style: double;
   border-top-color: #FFD899;
   border-right-color: #FFD899;
   border-bottom-color: #FFD899;
   border-left-color: #FFD899;
   box-shadow: 0px 0px 0px #202020;
}
#wb_UBICA
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#UBICA
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#UBICA .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_headerIcon3
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
   color: #202020;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #202020;
}
#headerIcon3
{
   width: 24px;
   height: 40px;
}
#headerIcon3 i
{
   line-height: 40px;
   font-size: 24px;
   width: 23px;
   color: #202020;
}
#headerIcon3:hover i
{
   color: #FFFFFF;
}
#wb_headerIcon3:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_headerIcon4
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
   color: #202020;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #202020;
}
#headerIcon4
{
   width: 24px;
   height: 40px;
}
#headerIcon4 i
{
   line-height: 40px;
   font-size: 24px;
   width: 23px;
   color: #202020;
}
#headerIcon4:hover i
{
   color: #FFFFFF;
}
#wb_headerIcon4:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_headerIcon6
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
   color: #202020;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #202020;
}
#headerIcon6
{
   width: 24px;
   height: 40px;
}
#headerIcon6 i
{
   line-height: 40px;
   font-size: 24px;
   width: 23px;
   color: #202020;
}
#headerIcon6:hover i
{
   color: #FFFFFF;
}
#wb_headerIcon6:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_footer
{
   visibility: visible;
   display: table;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Image1
{
   width: 57px;
   height: 52px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 57px;
   height: 52px;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Line1
{
   width: 100%;
   height: 6px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Line1
{
   border-color: #FFD899;
   border-bottom-width: 6px;
}
#wb_Image5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Line2
{
   width: 100%;
   height: 6px;
   visibility: hidden;
   display: none;
   margin: 0 0 50px 0 ;
}
#Line2
{
   border-color: #FFD899;
   border-bottom-width: -44px;
}
#wb_Text1
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   box-shadow: 0px 0px 0px #202020;
}
#wb_Text1
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 0px 0px #202020;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 40px 0 40px 0;
}
#LayoutGrid2 .row
{
   margin-right: -0px;
   margin-left: -0px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid2 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text2
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   box-shadow: 0px 0px 0px #202020;
}
#wb_Text2
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#Button1
{
   width: 220px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 25px 0 0 0 ;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 33px;
}
#Line3
{
   width: 100%;
   height: 6px;
   visibility: hidden;
   display: none;
   margin: 0 0 50px 0 ;
}
#Line3
{
   border-color: #FFD899;
   border-bottom-width: -44px;
}
#wb_Text3
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   box-shadow: 0px 0px 0px #202020;
}
#wb_Text3
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_Text4
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   box-shadow: 0px 0px 0px #202020;
}
#wb_Text4
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 21px;
   margin: 25px 0 0 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#Button2
{
   width: 220px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 25px 0 20px 0 ;
   padding: 1px 6px 1px 6px;
}
#Button2
{
   line-height: 33px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   box-shadow: 0px 0px 0px #202020;
}
#wb_Text5
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_Text6
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   box-shadow: 0px 0px 0px #202020;
}
#wb_Text6
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_Extension1
{
   visibility: visible;
   display: block;
}
#Line4
{
   width: 100%;
   height: 6px;
   visibility: visible;
   display: block;
   margin: 15px 0 15px 0 ;
}
#Line4
{
   border-color: #FFD899;
   border-bottom-width: -24px;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Line5
{
   width: 100%;
   height: 6px;
   visibility: hidden;
   display: none;
   margin: 0 0 50px 0 ;
}
#Line5
{
   border-color: #FFD899;
   border-bottom-width: -44px;
}
#wb_Text7
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #202020;
   box-shadow: 0px 0px 0px #202020;
}
#wb_Text7
{
   font-family: Taviraj;
   font-weight: normal;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 31px;
}
#wb_Extension2
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   margin: 0;
   padding: 0;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   margin: 0;
   padding: 0;
}
#wb_Card1
{
   width: calc(100% - 20px);
   visibility: visible;
   display: flex;
   margin: 5px 10px 5px 10px;
}
#Card1
{
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 48px;
   width: 100%;
   height: 48px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
   text-align: right;
}
#Card1-card-item1 i
{
   color: #FFD899;
   margin-left: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: -40px 0 0 0 ;
   padding: 0 10px 2px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card1-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
}
#Card1-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card1-card-item6
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0 0 5px 20px;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item7
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item8
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item9
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item9 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item10
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item10 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 16px 20px;
   border-top: 1px #FFD899 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item12
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item12 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card1-card-item13
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 10px 0 ;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item13 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card1-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card2
{
   width: calc(100% - 20px);
   visibility: visible;
   display: flex;
   margin: 5px 10px 5px 10px;
}
#Card2
{
   color: #FFD899;
   background-color: #202020;
   background-image: none;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 48px;
   width: 100%;
   height: 48px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
   text-align: right;
}
#Card2-card-item1 i
{
   color: #FFD899;
   margin-left: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: -40px 0 0 0 ;
   padding: 0 10px 2px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card2-card-item6
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0 0 5px 20px;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item7
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item8
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item9
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item9 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item10
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item10 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card2-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 16px 20px;
   border-top: 1px #FFD899 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item12
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item12 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item13
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 10px 0 ;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item13 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card3
{
   width: calc(100% - 20px);
   visibility: visible;
   display: flex;
   margin: 5px 10px 5px 10px;
}
#Card3
{
   color: #FFD899;
   background-color: #202020;
   background-image: none;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 15px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 48px;
   width: 100%;
   height: 48px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
   text-align: right;
}
#Card3-card-item1 i
{
   color: #FFD899;
   margin-left: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: -40px 0 0 0 ;
   padding: 0 10px 2px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 80px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
}
#Card3-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card3-card-item6
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0 0 5px 20px;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item7
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item8
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item9
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item9 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item10
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFD700;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD700;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item10 i
{
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card3-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 16px 20px;
   border-top: 1px #FFD899 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item12
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item12 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card3-card-item13
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0 20px 10px 0 ;
   padding: 0;
   border: 0px solid #FFD899;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFD899;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item13 i
{
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card3-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Image6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image8
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image9
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Layer1
{
   width: 259px;
   height: 134px;
   visibility: visible;
   display: block;
}
#Layer1_Container
{
   width: 259px;
}
#wb_Image10
{
   left: 16px;
   top: 27px;
   width: 178px;
   height: 66px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image11
{
   width: 80px;
   height: 80px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image11
{
   width: 80px;
   height: 80px;
}
#wb_Image12
{
   width: 80px;
   height: 80px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image12
{
   width: 80px;
   height: 80px;
}
#wb_Image13
{
   width: 80px;
   height: 80px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image13
{
   width: 80px;
   height: 80px;
}
#wb_Image14
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0 0 15px 0 ;
   padding: 0;
}
#wb_Image15
{
   width: 80px;
   height: 80px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image15
{
   width: 80px;
   height: 80px;
}
#wb_PhotoGallery1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   color: #202020;
}
#PhotoGallery1 .thumbnail
{
   width: 100%;
}
#PhotoGallery1 .visible-col3
{
   display: none;
}
}
