body
{
   background-color: #FFDDBB;
   color: #110000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #110000;
   text-decoration: underline;
}
a:hover
{
   color: #110000;
   text-decoration: underline;
}
#wb_headerLayoutGird
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFDDBB;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGird
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerLayoutGird > .col-1, #headerLayoutGird > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#headerLayoutGird > .col-1, #headerLayoutGird > .col-2
{
   flex: 0 0 auto;
}
#headerLayoutGird > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#headerLayoutGird > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   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)
{
#headerLayoutGird > .col-1, #headerLayoutGird > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_welcomeLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 75vh;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#welcomeLayoutGrid
{
   box-sizing: border-box;
   height: 75vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#welcomeLayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#welcomeLayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#welcomeLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#welcomeLayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_welcomeCarousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_welcomeCarousel
{
   box-sizing: border-box;
   width: 100%;
   height: 75vh;
}
#welcomeCarousel
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#welcomeCarousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#welcomeCarousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#welcomeCarousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   opacity: 0;
   transition: opacity 500ms ease-in-out;
   height: 100%;
   text-align: left;
}
#welcomeCarousel .carousel-item-inner
{
   padding: 20px 200px 50px 20px;
   display: flex;
   align-items: flex-start;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#welcomeCarousel .carousel-inner > .carousel-item > img, #welcomeCarousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#welcomeCarousel .carousel-inner > .active, #welcomeCarousel .carousel-inner > .carousel-item-next, #welcomeCarousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#welcomeCarousel .carousel-inner > .active
{
   opacity: 1;
   z-index: 1;
}
#welcomeCarousel .carousel-inner > .carousel-item-next, #welcomeCarousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#welcomeCarousel .carousel-inner > .carousel-item-next.carousel-item-start, #welcomeCarousel .carousel-inner > .carousel-item-prev.carousel-item-end
{
   opacity: 1;
   z-index: 1;
}
#welcomeCarousel .carousel-inner > .active.carousel-item-start, #welcomeCarousel .carousel-inner > .active.carousel-item-end
{
   opacity: 0;
   z-index: 0;
   transition: opacity 1000ms;
}
#welcomeCarousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -45px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#welcomeCarousel .carousel-indicators li
{
   display: block;
   float: left;
   margin: 10px 10px 10px 10px;
   width: 9px;
   height: 9px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: rgba(255,221,187,1.00);
   border: 1px solid rgba(170,153,170,1.00);
   box-shadow: inset 0 0 0 0 rgba(170,153,170,1.00);
   transition: box-shadow 0.3s ease;
}
#welcomeCarousel .carousel-indicators .active
{
   box-shadow: inset 0 0 0 5px rgba(170,153,170,1.00);
}
#welcomeCarousel .frame
{
   width: 970px;
   display: inline-block;
   float: left;
   height: 508px;
}
#welcomeCarousel .frame-1
{
   background-color: transparent;
   background-image: url('../images/comicbooksalon01.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#welcomeCarousel .frame-2
{
   background-color: transparent;
   background-image: url('../images/comicbooksalon02.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#welcomeCarousel .frame-3
{
   background-color: transparent;
   background-image: url('../images/comicbooksalon03.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#wb_introLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,221,187,0.87);
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#introLayoutGrid1
{
   box-sizing: border-box;
   padding: 75px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#introLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#introLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#introLayoutGrid1 > .row > .col-1
{
   float: left;
}
#introLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#introLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#introLayoutGrid1:before,
#introLayoutGrid1:after,
#introLayoutGrid1 .row:before,
#introLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#introLayoutGrid1:after,
#introLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#introLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_introLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#introLayoutGrid2
{
   box-sizing: border-box;
   padding: 50px 15px 75px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#introLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#introLayoutGrid2 > .row > .col-1, #introLayoutGrid2 > .row > .col-2, #introLayoutGrid2 > .row > .col-3, #introLayoutGrid2 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#introLayoutGrid2 > .row > .col-1, #introLayoutGrid2 > .row > .col-2, #introLayoutGrid2 > .row > .col-3, #introLayoutGrid2 > .row > .col-4
{
   float: left;
}
#introLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#introLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#introLayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#introLayoutGrid2 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#introLayoutGrid2:before,
#introLayoutGrid2:after,
#introLayoutGrid2 .row:before,
#introLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#introLayoutGrid2:after,
#introLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#introLayoutGrid2 > .row > .col-1, #introLayoutGrid2 > .row > .col-2, #introLayoutGrid2 > .row > .col-3, #introLayoutGrid2 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_servicesLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,221,187,0.87);
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#servicesLayoutGrid1
{
   box-sizing: border-box;
   padding: 75px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#servicesLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#servicesLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#servicesLayoutGrid1 > .row > .col-1
{
   float: left;
}
#servicesLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#servicesLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#servicesLayoutGrid1:before,
#servicesLayoutGrid1:after,
#servicesLayoutGrid1 .row:before,
#servicesLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#servicesLayoutGrid1:after,
#servicesLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#servicesLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_servicesLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFDDBB;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#servicesLayoutGrid2
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#servicesLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#servicesLayoutGrid2 > .row > .col-1, #servicesLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#servicesLayoutGrid2 > .row > .col-1, #servicesLayoutGrid2 > .row > .col-2
{
   float: left;
}
#servicesLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#servicesLayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#servicesLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 58.33333333%;
   text-align: center;
}
#servicesLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#servicesLayoutGrid2:before,
#servicesLayoutGrid2:after,
#servicesLayoutGrid2 .row:before,
#servicesLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#servicesLayoutGrid2:after,
#servicesLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#servicesLayoutGrid2 > .row > .col-1, #servicesLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#galleryLayoutGrid1
{
   box-sizing: border-box;
   padding: 75px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galleryLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#galleryLayoutGrid1 > .row > .col-1
{
   float: left;
}
#galleryLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#galleryLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#galleryLayoutGrid1:before,
#galleryLayoutGrid1:after,
#galleryLayoutGrid1 .row:before,
#galleryLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid1:after,
#galleryLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#galleryLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#galleryLayoutGrid2
{
   box-sizing: border-box;
   padding: 0 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid2 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#galleryLayoutGrid2 > .row > .col-1, #galleryLayoutGrid2 > .row > .col-2, #galleryLayoutGrid2 > .row > .col-3, #galleryLayoutGrid2 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#galleryLayoutGrid2 > .row > .col-1, #galleryLayoutGrid2 > .row > .col-2, #galleryLayoutGrid2 > .row > .col-3, #galleryLayoutGrid2 > .row > .col-4
{
   float: left;
}
#galleryLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#galleryLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#galleryLayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#galleryLayoutGrid2 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#galleryLayoutGrid2:before,
#galleryLayoutGrid2:after,
#galleryLayoutGrid2 .row:before,
#galleryLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid2:after,
#galleryLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#galleryLayoutGrid2 > .row > .col-1, #galleryLayoutGrid2 > .row > .col-2, #galleryLayoutGrid2 > .row > .col-3, #galleryLayoutGrid2 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryLayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#galleryLayoutGrid3
{
   box-sizing: border-box;
   padding: 0 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galleryLayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#galleryLayoutGrid3 > .row > .col-1
{
   float: left;
}
#galleryLayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#galleryLayoutGrid3 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#galleryLayoutGrid3:before,
#galleryLayoutGrid3:after,
#galleryLayoutGrid3 .row:before,
#galleryLayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid3:after,
#galleryLayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#galleryLayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_callusLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFDDBB;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#callusLayoutGrid
{
   box-sizing: border-box;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#callusLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#callusLayoutGrid > .row > .col-1, #callusLayoutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#callusLayoutGrid > .row > .col-1, #callusLayoutGrid > .row > .col-2
{
   float: left;
}
#callusLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#callusLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#callusLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 58.33333333%;
   text-align: center;
}
#callusLayoutGrid > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#callusLayoutGrid:before,
#callusLayoutGrid:after,
#callusLayoutGrid .row:before,
#callusLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#callusLayoutGrid:after,
#callusLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#callusLayoutGrid > .row > .col-1, #callusLayoutGrid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_aboutLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#aboutLayoutGrid1
{
   box-sizing: border-box;
   padding: 75px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#aboutLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#aboutLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#aboutLayoutGrid1 > .row > .col-1
{
   float: left;
}
#aboutLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#aboutLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#aboutLayoutGrid1:before,
#aboutLayoutGrid1:after,
#aboutLayoutGrid1 .row:before,
#aboutLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#aboutLayoutGrid1:after,
#aboutLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#aboutLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_aboutLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#aboutLayoutGrid2
{
   box-sizing: border-box;
   padding: 50px 30px 50px 30px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#aboutLayoutGrid2 > .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#aboutLayoutGrid2 > .row > .col-1, #aboutLayoutGrid2 > .row > .col-2, #aboutLayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 30px;
   padding-left: 30px;
   position: relative;
}
#aboutLayoutGrid2 > .row > .col-1, #aboutLayoutGrid2 > .row > .col-2, #aboutLayoutGrid2 > .row > .col-3
{
   float: left;
}
#aboutLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#aboutLayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#aboutLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#aboutLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#aboutLayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#aboutLayoutGrid2 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#aboutLayoutGrid2:before,
#aboutLayoutGrid2:after,
#aboutLayoutGrid2 .row:before,
#aboutLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#aboutLayoutGrid2:after,
#aboutLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#aboutLayoutGrid2 > .row > .col-1, #aboutLayoutGrid2 > .row > .col-2, #aboutLayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#upStickyLayer
{
   background-color: #777788;
   background-image: none;
   border-radius: 50%;
   opacity: 0.77;
}
#wb_upIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #665566;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_upIcon a
{
   text-decoration: none;
}
#wb_upIcon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#upIcon i
{
   color: #FFDDBB;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_upIcon:hover #upIcon i
{
   color: #446677;
}
#wb_introText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #110000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_introText2
{
   color: #222233;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 21.5px;
}
#wb_introText2 p, #wb_introText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_introText2
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_galleryHeading
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#galleryHeading
{
   color: #665566;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
   -webkit-text-stroke: 1px #FFDDBB;
   text-stroke: 1px #FFDDBB;
}
#wb_introText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #110000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_introText1
{
   color: #444455;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 27px;
   line-height: 36.5px;
}
#wb_introText1 p, #wb_introText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_introText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_introCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   text-align: center;
}
#introCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#introCard1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 6px solid #777788;
   border-radius: 50%;
   width: 100%;
   height: auto;
}
#introCard1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_introCard1:hover #introCard1-card-item0
{
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 250ms ease-out 0ms;
}
#introCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #110000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_aboutCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 3px;
   text-align: center;
}
#aboutCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#aboutCard1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #110000;
   border-radius: 50%;
   width: 100%;
   height: auto;
}
#aboutCard1-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #666677;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: center;
}
#aboutCard1-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0;
   color: #110000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#wb_aboutCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 3px;
   text-align: center;
}
#aboutCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#aboutCard2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #110000;
   border-radius: 50%;
   width: 100%;
   height: auto;
}
#aboutCard2-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #666677;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: center;
}
#aboutCard2-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0;
   color: #110000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#wb_aboutCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 3px;
   text-align: center;
}
#aboutCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#aboutCard3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #110000;
   border-radius: 50%;
   width: 100%;
   height: auto;
}
#aboutCard3-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #666677;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: center;
}
#aboutCard3-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0;
   color: #110000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#wb_headerMenu
{
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   background-color: transparent;
   margin: 20px 0 20px 0 ;
   text-align: center;
   position: relative;
   z-index: 1111 !important;
}
#wb_headerMenu::after
{
   content: "";
   display: table;
clear: both;
}
#wb_headerMenu ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#wb_headerMenu > ul
{
   display: flex;
   justify-content: space-between;
}
#wb_headerMenu li
{
   margin: 0;
   padding: 0px 0px 0px 0px;
}
#wb_headerMenu a
{
   display: block;
   color: #110000;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: uppercase;
   text-align: center;
   vertical-align: middle;
}
#wb_headerMenu > ul > li > a
{
   height: 40px;
   line-height: 40px;
   padding: 0px 5px 0px 5px;
}
#wb_headerMenu li:hover a, #wb_headerMenu a:hover
{
   color: #777788;
}
.headerMenu-effect:before
{
   border: 0px solid #FFDDBB;
   background-color: transparent;
   background-image: none;
}
#wb_headerMenu li.firstmain
{
   padding-left: 0px;
}
#wb_headerMenu li.lastmain
{
   padding-right: 0px;
}
#wb_headerMenu br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
.headerMenu-effect
{
   display: inline-block;
   position: relative;
   transform: perspective(0px) translateX(0);
   transition: color 500ms linear;
}
.headerMenu-effect:before
{
   content: "";
   position: absolute;
   top: 0;
   height: 0px;
   right: 0;
   left: 0;
   z-index: -1;
   opacity: 0;
   transform: scaleX(0);
   transform-origin: 50%;
   transition: all 500ms linear;
}
.headerMenu-effect:hover:before, .headerMenu-effect:focus:before, .headerMenu-effect.active:before
{
   transform: scaleX(1);
   opacity: 1;
}
#wb_welcomeCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 400px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: rgba(119,119,136,0.75);
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(17,0,0,0.20);
   text-align: left;
}
#welcomeCard1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#welcomeCard1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFDDBB;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 48px;
}
#welcomeCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFDDBB;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   line-height: 27.3px;
}
#wb_introCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   text-align: center;
}
#introCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#introCard2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 6px solid #777788;
   border-radius: 50%;
   width: 100%;
   height: auto;
}
#introCard2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_introCard2:hover #introCard2-card-item0
{
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 250ms ease-out 0ms;
}
#introCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #110000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_introCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   text-align: center;
}
#introCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#introCard3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 6px solid #777788;
   border-radius: 50%;
   width: 100%;
   height: auto;
}
#introCard3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_introCard3:hover #introCard3-card-item0
{
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 250ms ease-out 0ms;
}
#introCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #110000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_introCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   text-align: center;
}
#introCard4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#introCard4-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 6px solid #777788;
   border-radius: 50%;
   width: 100%;
   height: auto;
}
#introCard4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_introCard4:hover #introCard4-card-item0
{
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 250ms ease-out 0ms;
}
#introCard4-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #110000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#introLine1
{
   min-height: 26px;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10' stroke='%23FFDDBB' d='M0,6c6,0,0.9,11.1,6.9,11.1S18,6,24,6'/%3e%3c/svg%3e");
   background-size: 26px 100%;
   background-repeat: repeat-x;
   border: 0 none transparent;
   margin: 0;
   padding: 0;
}
#wb_galleryImage1
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage1
{
   border: 0px solid #110000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage1
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryImage2
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage2
{
   border: 0px solid #110000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage2
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage2:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryImage3
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage3
{
   border: 0px solid #110000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage3
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage3:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryImage4
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage4
{
   border: 0px solid #110000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage4
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage4:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryButton
{
   box-sizing: border-box;
   line-height: 43px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #777788;
   border-radius: 0px;
   background-color: #777788;
   background-image: none;
   color: #FFDDBB;
   box-shadow: 0px 0px 10px rgba(17,0,0,0.20);
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#galleryButton:focus
{
   outline: 0;
}
#wb_aboutHeading1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#aboutHeading1
{
   color: #665566;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
   -webkit-text-stroke: 1px #FFDDBB;
   text-stroke: 1px #FFDDBB;
}
#wb_servicesText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #110000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_servicesText1
{
   color: #594B3E;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 19px;
   line-height: 23px;
}
#wb_servicesText1 p, #wb_servicesText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_servicesText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_servicesImage1
{
   margin: 0;
   vertical-align: top;
}
#servicesImage1
{
   border: 0px solid #110000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 0px 25px rgba(17,0,0,0.12));
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_servicesCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#servicesCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard1-card-item0
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #110000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #777788;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#servicesCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#servicesCard1-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
}
#servicesCard1-card-item1 h1
{
   color: #110000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#servicesCard1-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#servicesCard1-card-item2 h1
{
   color: #110000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   margin: 0;
}
#wb_servicesCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#servicesCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard2-card-item0
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #110000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #777788;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#servicesCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#servicesCard2-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
}
#servicesCard2-card-item1 h1
{
   color: #110000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#servicesCard2-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#servicesCard2-card-item2 h1
{
   color: #110000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   margin: 0;
}
#wb_servicesCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#servicesCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard3-card-item0
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #110000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #777788;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#servicesCard3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#servicesCard3-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
}
#servicesCard3-card-item1 h1
{
   color: #110000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#servicesCard3-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#servicesCard3-card-item2 h1
{
   color: #110000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   margin: 0;
}
#wb_callusText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #110000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: center;
}
#wb_callusText
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 21.5px;
}
#wb_callusText p, #wb_callusText ul
{
   margin: 0;
   padding: 0;
}
#wb_callusText
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_callusHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #110000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: center;
}
#callusHeading1
{
   color: #110000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#callusButton
{
   box-sizing: border-box;
   line-height: 44px;
   text-decoration: none;
   vertical-align: top;
   border: 2px solid #777788;
   border-radius: 0px;
   background-color: #777788;
   background-image: none;
   color: #FFDDBB;
   box-shadow: 0px 0px 10px rgba(17,0,0,0.20);
   cursor: pointer;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#callusButton:focus
{
   outline: 0;
}
#wb_callusImage
{
   margin: 0;
   vertical-align: top;
}
#callusImage
{
   border: 0px solid #110000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 0px 25px rgba(17,0,0,0.12));
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_callusHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #110000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#callusHeading2
{
   color: #110000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_footerLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFDDBB;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footerLayoutGrid
{
   box-sizing: border-box;
   padding: 25px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footerLayoutGrid > .row > .col-1, #footerLayoutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerLayoutGrid > .row > .col-1, #footerLayoutGrid > .row > .col-2
{
   float: left;
}
#footerLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#footerLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   width: 75%;
   text-align: left;
}
#footerLayoutGrid:before,
#footerLayoutGrid:after,
#footerLayoutGrid .row:before,
#footerLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#footerLayoutGrid:after,
#footerLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#footerLayoutGrid > .row > .col-1, #footerLayoutGrid > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_footerHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #110000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 25px 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#footerHeading
{
   color: #110000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#footerButton
{
   box-sizing: border-box;
   line-height: 46px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #777788;
   border-radius: 0px;
   background-color: #777788;
   background-image: none;
   color: #FFDDBB;
   box-shadow: 0px 0px 10px rgba(17,0,0,0.20);
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#footerButton:focus
{
   outline: 0;
}
#wb_headerLogo
{
   -webkit-background-clip: text;
   background-clip: text;
   background-color: #665566;
   background-image: none;
   border: 0px solid #110000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#headerLogo
{
   color: transparent;
   font-family: "Open Sans";
   font-weight: 800;
   font-style: normal;
   font-size: 29px;
   margin: 0;
   text-align: left;
   text-transform: none;
   text-shadow: 2px 2px 4px rgba(0,0,0,0.13);
}
#wb_servicesText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #110000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_servicesText2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 21.5px;
}
#wb_servicesText2 p, #wb_servicesText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_servicesText2
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_galleryText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #110000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_galleryText
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 21.5px;
}
#wb_galleryText p, #wb_galleryText ul
{
   margin: 0;
   padding: 0;
}
#wb_galleryText
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_aboutText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #110000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_aboutText
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 21.5px;
}
#wb_aboutText p, #wb_aboutText ul
{
   margin: 0;
   padding: 0;
}
#wb_aboutText
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 25px 0 0 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #777788;
   border-radius: 0px;
   text-align: left;
}
#footerCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footerCard1-card-item0
{
   display: inline-block;
   height: 40px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #110000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #777788;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#footerCard1-card-item0 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#footerCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#footerCard1-card-item1
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #110000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #777788;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#footerCard1-card-item1 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#footerCard1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#footerCard1-card-item2
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #110000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #777788;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#footerCard1-card-item2 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#footerCard1-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#footerCard1-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #110000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #777788;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#footerCard1-card-item3 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#footerCard1-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#wb_servicesCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#servicesCard4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard4-card-item0
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #110000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #777788;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#servicesCard4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#servicesCard4-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
}
#servicesCard4-card-item1 h1
{
   color: #110000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#servicesCard4-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#servicesCard4-card-item2 h1
{
   color: #110000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   margin: 0;
}
#wb_footerText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #110000;
   border-radius: 0px;
   padding: 0;
   margin: 25px 0 0 0 ;
   text-align: left;
}
#wb_footerText
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
}
#wb_footerText div
{
   text-align: left;
}
#wb_footerText
{
   display: block;
   margin: 25px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcomeCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 400px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: rgba(119,119,136,0.75);
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(17,0,0,0.20);
   text-align: left;
}
#welcomeCard2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#welcomeCard2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFDDBB;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 48px;
}
#welcomeCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFDDBB;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   line-height: 27.3px;
}
#wb_welcomeCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 400px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: rgba(119,119,136,0.75);
   background-image: none;
   border: 0px solid #FFDDBB;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(17,0,0,0.20);
   text-align: left;
}
#welcomeCard3-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#welcomeCard3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFDDBB;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 48px;
}
#welcomeCard3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFDDBB;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   line-height: 27.3px;
}
#servicesLine1
{
   min-height: 26px;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10' stroke='%23FFDDBB' d='M0,6c6,0,0.9,11.1,6.9,11.1S18,6,24,6'/%3e%3c/svg%3e");
   background-size: 26px 100%;
   background-repeat: repeat-x;
   border: 0 none transparent;
   margin: 0;
   padding: 0;
}
#galleryLine1
{
   min-height: 26px;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10' stroke='%23FFDDBB' d='M0,6c6,0,0.9,11.1,6.9,11.1S18,6,24,6'/%3e%3c/svg%3e");
   background-size: 26px 100%;
   background-repeat: repeat-x;
   border: 0 none transparent;
   margin: 0;
   padding: 0;
}
#callusLine
{
   min-height: 26px;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10' stroke='%23FFDDBB' d='M0,6c6,0,0.9,11.1,6.9,11.1S18,6,24,6'/%3e%3c/svg%3e");
   background-size: 26px 100%;
   background-repeat: repeat-x;
   border: 0 none transparent;
   margin: 0;
   padding: 0;
}
#aboutLine
{
   min-height: 26px;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10' stroke='%23FFDDBB' d='M0,6c6,0,0.9,11.1,6.9,11.1S18,6,24,6'/%3e%3c/svg%3e");
   background-size: 26px 100%;
   background-repeat: repeat-x;
   border: 0 none transparent;
   margin: 0;
   padding: 0;
}
