body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #888888;
   background-image: none;
   border: 1px solid #404040;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(136,136,136,1.00);
   --border-color: #404040;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-content
{
   background-color: #121212;
   background-image: none;
   border: 1px solid #404040;
   border-radius: 0px;
   color: #EEEEEE;
   --background-color: rgba(18,18,18,1.00);
   --border-color: #404040;
   --border-width: 1px;
   --color: #EEEEEE;
   --icon-color: #BBBBBB;
   --colorize: invert(84%) sepia(10%) saturate(15%) hue-rotate(332deg) brightness(90%) contrast(85%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #ADADAD;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   color: #333333;
   --background-color: rgba(173,173,173,1.00);
   --border-color: #CCCCCC;
   --border-width: 1px;
   --color: #333333;
}
.wb-theme-button:hover
{
   background-color: #DDDDDD;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #000000;
   --background-color: rgba(221,221,221,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #000000;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #121212;
   background-image: none;
   border: 1px solid #000000;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(18,18,18,1.00);
   --border-color: #000000;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #888888;
   background-image: none;
   border: 1px solid #404040;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(136,136,136,1.00);
   --border-color: #404040;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-content
{
   background-color: #121212;
   background-image: none;
   border: 1px solid #404040;
   border-radius: 0px;
   color: #EEEEEE;
   --background-color: rgba(18,18,18,1.00);
   --border-color: #404040;
   --border-width: 1px;
   --color: #EEEEEE;
   --icon-color: #BBBBBB;
   --colorize: invert(79%) sepia(12%) saturate(8%) hue-rotate(7deg) brightness(95%) contrast(87%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #ADADAD;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   color: #333333;
   --background-color: rgba(173,173,173,1.00);
   --border-color: #CCCCCC;
   --border-width: 1px;
   --color: #333333;
}
.darktheme .wb-theme-button:hover
{
   background-color: #333333;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #DDDDDD;
   --background-color: rgba(51,51,51,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #DDDDDD;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #121212;
   background-image: none;
   border: 1px solid #000000;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(18,18,18,1.00);
   --border-color: #000000;
   --border-width: 1px;
   --color: #FFFFFF;
}
#SlideShow1 .image
{
   border-width: 0;
   border-radius: inherit;
   display: block;
   float: left;
   height: auto;
   width: 100%;
}
#SlideShow1 li
{
   border-radius: inherit;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#SlideShow1
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   padding: 0;
   margin: 0;
}
#SlideShow1 .caption
{
   margin: 0;
   padding: 0;
   z-index: 10;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 40px;
   overflow: hidden;
}
#SlideShow1 .caption_background
{
   background-color: #696969;
   opacity: 0.70;
   position: absolute;
   bottom: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}
#SlideShow1 .caption_text
{
   margin: 4px;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-align: left;
}
#SlideShow1 .carousel-control-next, #SlideShow1 .carousel-control-prev
{
   cursor: pointer;
   position: absolute;
   text-align: center;
   top: 0;
   left: 0;
   opacity: 0.5;
   transition: opacity 0.3s ease;
}
#SlideShow1 .carousel-control-next-icon, #SlideShow1 .carousel-control-prev-icon
{
   display: inline-block;
   width: 32px;
   height: 32px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#SlideShow1 .carousel-control-next:hover, #SlideShow1 .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#SlideShow1 .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23404040%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M128%2064%20C128%2052%2c%20125%2041%2c%20120%2032%20L120%2032%20L120%2032%20C114%2022%2c%20106%2014%2c%2096%208%20C86%203%2c%2075%200%2c%2064%200%20C53%200%2c%2042%203%2c%2032%208%20C22%2014%2c%2014%2022%2c%209%2032%20C3%2041%2c%200%2052%2c%200%2064%20C0%2075%2c%203%2086%2c%209%2096%20C14%20105%2c%2022%20113%2c%2032%20119%20C42%20125%2c%2053%20128%2c%2064%20128%20C75%20128%2c%2086%20125%2c%2096%20119%20C106%20113%2c%20114%20105%2c%20120%2096%20C125%2086%2c%20128%2075%2c%20128%2064%20Z%20M68%2034%20C71%2031%2c%2074%2031%2c%2077%2034%20C79%2036%2c%2079%2039%2c%2077%2042%20L55%2064%20L55%2064%20L77%2086%20L77%2086%20C79%2088%2c%2079%2091%2c%2077%2094%20C74%2096%2c%2071%2096%2c%2068%2094%20L42%2068%20L42%2068%20C40%2065%2c%2040%2062%2c%2042%2060%20L68%2034Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#SlideShow1 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23404040%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M0%2064%20C0%2075%2c%203%2086%2c%209%2096%20L9%2096%20L9%2096%20C14%20105%2c%2022%20113%2c%2032%20119%20C42%20125%2c%2053%20128%2c%2064%20128%20C75%20128%2c%2086%20125%2c%2096%20119%20C106%20113%2c%20114%20105%2c%20120%2096%20C125%2086%2c%20128%2075%2c%20128%2064%20C128%2052%2c%20125%2041%2c%20120%2032%20C114%2022%2c%20106%2014%2c%2096%208%20C86%203%2c%2075%200%2c%2064%200%20C53%200%2c%2042%203%2c%2032%208%20C22%2014%2c%2014%2022%2c%209%2032%20C3%2041%2c%200%2052%2c%200%2064%20Z%20M61%2094%20C58%2096%2c%2055%2096%2c%2052%2094%20C50%2091%2c%2050%2088%2c%2052%2086%20L74%2064%20L74%2064%20L52%2042%20L52%2042%20C50%2039%2c%2050%2036%2c%2052%2034%20C55%2031%2c%2058%2031%2c%2061%2034%20L87%2060%20L87%2060%20C89%2062%2c%2089%2065%2c%2087%2068%20L61%2094Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#SlideShow1
{
   box-sizing: border-box;
}
#wb_headerLayoutGrid2
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #333333;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGrid2
{
   box-sizing: border-box;
   padding: 15px 15px 15px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#headerLayoutGrid2 > .row > .col-1, #headerLayoutGrid2 > .row > .col-2, #headerLayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#headerLayoutGrid2 > .row > .col-1, #headerLayoutGrid2 > .row > .col-2, #headerLayoutGrid2 > .row > .col-3
{
   float: left;
}
#headerLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#headerLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: right;
}
#headerLayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#headerLayoutGrid2:before,
#headerLayoutGrid2:after,
#headerLayoutGrid2 .row:before,
#headerLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#headerLayoutGrid2:after,
#headerLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#headerLayoutGrid2 > .row > .col-1, #headerLayoutGrid2 > .row > .col-2, #headerLayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_heroLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4F4F4F;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#heroLayoutGrid
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#heroLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#heroLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#heroLayoutGrid > .row > .col-1
{
   float: left;
}
#heroLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#heroLayoutGrid:before,
#heroLayoutGrid:after,
#heroLayoutGrid .row:before,
#heroLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#heroLayoutGrid:after,
#heroLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#heroLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_heroHeading1
{
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#heroHeading1
{
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: uppercase;
   text-shadow: 4px 4px 4px rgba(0,0,0,1.00);
}
#heroHeading1
{
   height: 100%;
   margin: 0;
   width: 100%;
   background: transparent !important;
   border: none !important;
}
#wb_heroHeading3
{
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#heroHeading3
{
   font-family: "Arial Black";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: uppercase;
   text-shadow: 4px 4px 4px rgba(0,0,0,1.00);
}
#heroHeading3
{
   height: 100%;
   margin: 0;
   width: 100%;
   background: transparent !important;
   border: none !important;
}
#wb_galleryLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#galleryLayoutGrid
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galleryLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#galleryLayoutGrid > .row > .col-1
{
   float: left;
}
#galleryLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#galleryLayoutGrid:before,
#galleryLayoutGrid:after,
#galleryLayoutGrid .row:before,
#galleryLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid:after,
#galleryLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#galleryLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_footerCopyright 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerCopyright div
{
   text-align: center;
}
#wb_footerCopyright
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#FlexContainer1
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #404040;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#Html1
{
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_OverlayMenu1
{
   position: relative;
}
#wb_OverlayMenu1
{
   margin: 0;
}
#OverlayMenu1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #C5C5C5;
   border-radius: 0px;
}
#OverlayMenu1:hover
{
   background-color: #C0C0C0;
   background-image: none;
   border-color: #CCCCCC;
}
#OverlayMenu1
{
   display: block;
   width: 47px;
   height: 47px;
   position: relative;
   overflow: hidden;
}
#OverlayMenu1 .line
{
   width: 24px;
   height: 4px;
   background: #454545;
   display: block;
   margin: 4px auto;
   transition: all 0.3s ease-in-out;
}
#OverlayMenu1:hover .line
{
   background: #2B2B2B;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 11px;
}
#OverlayMenu1-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   left: 0;
   overflow-y: auto;
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 400px;
   z-index: 9998 !important;
   background-color: rgba(192,192,192,0.87);
   -webkit-backdrop-filter: blur(2px);
   backdrop-filter: blur(2px);
}
#OverlayMenu1-overlay ul
{
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.OverlayMenu1
{
   width: 100%;
   max-width: 480px;
}
.OverlayMenu1 a
{
   text-decoration: none;
}
.OverlayMenu1 ul
{
   direction: rtl;
   list-style: none;
   padding: 0;
   text-align: center;
}
.OverlayMenu1 li
{
   position: relative;
}
.OverlayMenu1 li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #454545;
   outline: none;
}
.OverlayMenu1 li a:hover
{
   color: #2B2B2B;
   background-color: #FFFFFF;
}
#OverlayMenu1-overlay
{
   opacity: 0;
   visibility: hidden;
   transition: opacity 400ms, visibility 0s 400ms;
}
#OverlayMenu1-overlay.show
{
   opacity: 1;
   visibility: visible;
   transition: opacity 400ms;
}
#OverlayMenu1-overlay ul li a
{
   opacity: 0;
   transform: translateY(100px);
   transition: transform 400ms, opacity 400ms;
}
#OverlayMenu1-overlay.show ul li a
{
   opacity: 1;
   transform: translateY(0);
}
#OverlayMenu1-overlay.show ul li:nth-child(2) a
{
   transition-delay: 50ms;
}
#OverlayMenu1-overlay.show ul li:nth-child(3) a
{
   transition-delay: 100ms;
}
#OverlayMenu1-overlay.show ul li:nth-child(4) a
{
   transition-delay: 150ms;
}
#OverlayMenu1-overlay .overlay-icon
{
   margin: 0 0 0 10px;
}
.OverlayMenu1-effect
{
   transition: all 500ms linear;
}
#homeTextArt{
   opacity: 0;
}
#wb_homeTextArt
{
   margin: 0;
   vertical-align: top;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4F4F4F;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 0px 2px #000000;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading1
{
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Heading1
{
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: uppercase;
   text-shadow: 4px 4px 4px rgba(0,0,0,1.00);
}
#Heading1
{
   height: 100%;
   margin: 0;
   width: 100%;
   background: transparent !important;
   border: none !important;
}
#wb_Heading2
{
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading2
{
   font-family: "Arial Black";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: uppercase;
   text-shadow: 4px 4px 4px rgba(0,0,0,1.00);
}
#Heading2
{
   height: 100%;
   margin: 0;
   width: 100%;
   background: transparent !important;
   border: none !important;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#SlideShow2 .image
{
   border-width: 0;
   border-radius: inherit;
   display: block;
   float: left;
   height: auto;
   width: 100%;
}
#SlideShow2 li
{
   border-radius: inherit;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#SlideShow2
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   padding: 0;
   margin: 0;
}
#SlideShow2 .caption
{
   margin: 0;
   padding: 0;
   z-index: 10;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 40px;
   overflow: hidden;
}
#SlideShow2 .caption_background
{
   background-color: #696969;
   opacity: 0.70;
   position: absolute;
   bottom: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}
#SlideShow2 .caption_text
{
   margin: 4px;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-align: left;
}
#SlideShow2 .carousel-control-next, #SlideShow2 .carousel-control-prev
{
   cursor: pointer;
   position: absolute;
   text-align: center;
   top: 0;
   left: 0;
   opacity: 0.5;
   transition: opacity 0.3s ease;
}
#SlideShow2 .carousel-control-next-icon, #SlideShow2 .carousel-control-prev-icon
{
   display: inline-block;
   width: 32px;
   height: 32px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#SlideShow2 .carousel-control-next:hover, #SlideShow2 .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#SlideShow2 .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23404040%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M128%2064%20C128%2052%2c%20125%2041%2c%20120%2032%20L120%2032%20L120%2032%20C114%2022%2c%20106%2014%2c%2096%208%20C86%203%2c%2075%200%2c%2064%200%20C53%200%2c%2042%203%2c%2032%208%20C22%2014%2c%2014%2022%2c%209%2032%20C3%2041%2c%200%2052%2c%200%2064%20C0%2075%2c%203%2086%2c%209%2096%20C14%20105%2c%2022%20113%2c%2032%20119%20C42%20125%2c%2053%20128%2c%2064%20128%20C75%20128%2c%2086%20125%2c%2096%20119%20C106%20113%2c%20114%20105%2c%20120%2096%20C125%2086%2c%20128%2075%2c%20128%2064%20Z%20M68%2034%20C71%2031%2c%2074%2031%2c%2077%2034%20C79%2036%2c%2079%2039%2c%2077%2042%20L55%2064%20L55%2064%20L77%2086%20L77%2086%20C79%2088%2c%2079%2091%2c%2077%2094%20C74%2096%2c%2071%2096%2c%2068%2094%20L42%2068%20L42%2068%20C40%2065%2c%2040%2062%2c%2042%2060%20L68%2034Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#SlideShow2 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23404040%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M0%2064%20C0%2075%2c%203%2086%2c%209%2096%20L9%2096%20L9%2096%20C14%20105%2c%2022%20113%2c%2032%20119%20C42%20125%2c%2053%20128%2c%2064%20128%20C75%20128%2c%2086%20125%2c%2096%20119%20C106%20113%2c%20114%20105%2c%20120%2096%20C125%2086%2c%20128%2075%2c%20128%2064%20C128%2052%2c%20125%2041%2c%20120%2032%20C114%2022%2c%20106%2014%2c%2096%208%20C86%203%2c%2075%200%2c%2064%200%20C53%200%2c%2042%203%2c%2032%208%20C22%2014%2c%2014%2022%2c%209%2032%20C3%2041%2c%200%2052%2c%200%2064%20Z%20M61%2094%20C58%2096%2c%2055%2096%2c%2052%2094%20C50%2091%2c%2050%2088%2c%2052%2086%20L74%2064%20L74%2064%20L52%2042%20L52%2042%20C50%2039%2c%2050%2036%2c%2052%2034%20C55%2031%2c%2058%2031%2c%2061%2034%20L87%2060%20L87%2060%20C89%2062%2c%2089%2065%2c%2087%2068%20L61%2094Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#SlideShow2
{
   box-sizing: border-box;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4F4F4F;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#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% !important;
}
}
#wb_Heading3
{
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Heading3
{
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: uppercase;
   text-shadow: 4px 4px 4px rgba(0,0,0,1.00);
}
#Heading3
{
   height: 100%;
   margin: 0;
   width: 100%;
   background: transparent !important;
   border: none !important;
}
#wb_Heading4
{
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading4
{
   font-family: "Arial Black";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: uppercase;
   text-shadow: 4px 4px 4px rgba(0,0,0,1.00);
}
#Heading4
{
   height: 100%;
   margin: 0;
   width: 100%;
   background: transparent !important;
   border: none !important;
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#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% !important;
}
}
#SlideShow3 .image
{
   border-width: 0;
   border-radius: inherit;
   display: block;
   float: left;
   height: auto;
   width: 100%;
}
#SlideShow3 li
{
   border-radius: inherit;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#SlideShow3
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   padding: 0;
   margin: 0;
}
#SlideShow3 .caption
{
   margin: 0;
   padding: 0;
   z-index: 10;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 40px;
   overflow: hidden;
}
#SlideShow3 .caption_background
{
   background-color: #696969;
   opacity: 0.70;
   position: absolute;
   bottom: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}
#SlideShow3 .caption_text
{
   margin: 4px;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-align: left;
}
#SlideShow3 .carousel-control-next, #SlideShow3 .carousel-control-prev
{
   cursor: pointer;
   position: absolute;
   text-align: center;
   top: 0;
   left: 0;
   opacity: 0.5;
   transition: opacity 0.3s ease;
}
#SlideShow3 .carousel-control-next-icon, #SlideShow3 .carousel-control-prev-icon
{
   display: inline-block;
   width: 32px;
   height: 32px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#SlideShow3 .carousel-control-next:hover, #SlideShow3 .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#SlideShow3 .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23404040%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M128%2064%20C128%2052%2c%20125%2041%2c%20120%2032%20L120%2032%20L120%2032%20C114%2022%2c%20106%2014%2c%2096%208%20C86%203%2c%2075%200%2c%2064%200%20C53%200%2c%2042%203%2c%2032%208%20C22%2014%2c%2014%2022%2c%209%2032%20C3%2041%2c%200%2052%2c%200%2064%20C0%2075%2c%203%2086%2c%209%2096%20C14%20105%2c%2022%20113%2c%2032%20119%20C42%20125%2c%2053%20128%2c%2064%20128%20C75%20128%2c%2086%20125%2c%2096%20119%20C106%20113%2c%20114%20105%2c%20120%2096%20C125%2086%2c%20128%2075%2c%20128%2064%20Z%20M68%2034%20C71%2031%2c%2074%2031%2c%2077%2034%20C79%2036%2c%2079%2039%2c%2077%2042%20L55%2064%20L55%2064%20L77%2086%20L77%2086%20C79%2088%2c%2079%2091%2c%2077%2094%20C74%2096%2c%2071%2096%2c%2068%2094%20L42%2068%20L42%2068%20C40%2065%2c%2040%2062%2c%2042%2060%20L68%2034Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#SlideShow3 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23404040%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M0%2064%20C0%2075%2c%203%2086%2c%209%2096%20L9%2096%20L9%2096%20C14%20105%2c%2022%20113%2c%2032%20119%20C42%20125%2c%2053%20128%2c%2064%20128%20C75%20128%2c%2086%20125%2c%2096%20119%20C106%20113%2c%20114%20105%2c%20120%2096%20C125%2086%2c%20128%2075%2c%20128%2064%20C128%2052%2c%20125%2041%2c%20120%2032%20C114%2022%2c%20106%2014%2c%2096%208%20C86%203%2c%2075%200%2c%2064%200%20C53%200%2c%2042%203%2c%2032%208%20C22%2014%2c%2014%2022%2c%209%2032%20C3%2041%2c%200%2052%2c%200%2064%20Z%20M61%2094%20C58%2096%2c%2055%2096%2c%2052%2094%20C50%2091%2c%2050%2088%2c%2052%2086%20L74%2064%20L74%2064%20L52%2042%20L52%2042%20C50%2039%2c%2050%2036%2c%2052%2034%20C55%2031%2c%2058%2031%2c%2061%2034%20L87%2060%20L87%2060%20C89%2062%2c%2089%2065%2c%2087%2068%20L61%2094Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#SlideShow3
{
   box-sizing: border-box;
}
#wb_footerBottom
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #323232;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footerBottom
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerBottom > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerBottom > .col-1
{
   flex: 0 0 auto;
}
#footerBottom > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#footerBottom > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
