body
{
   background-color: #000000;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #E9E9E9;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #333333;
   --background-color: rgba(233,233,233,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #333333;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #333333;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #333333;
   --icon-color: #444444;
   --colorize: invert(28%) sepia(0%) saturate(0%) hue-rotate(49deg) brightness(92%) contrast(93%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #F6F6F6;
   background-image: none;
   border: 1px solid #C5C5C5;
   border-radius: 0px;
   color: #454545;
   --background-color: rgba(246,246,246,1.00);
   --border-color: #C5C5C5;
   --border-width: 1px;
   --color: #454545;
}
.wb-theme-button:hover
{
   background-color: #EDEDED;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   color: #2B2B2B;
   --background-color: rgba(237,237,237,1.00);
   --border-color: #CCCCCC;
   --border-width: 1px;
   --color: #2B2B2B;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #3370B7;
   background-image: none;
   border: 1px solid #2E6DA4;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(51,112,183,1.00);
   --border-color: #2E6DA4;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #272B2F;
   background-image: none;
   border: 1px solid #424549;
   border-radius: 0px;
   color: #CCCCCC;
   --background-color: rgba(39,43,47,1.00);
   --border-color: #424549;
   --border-width: 1px;
   --color: #CCCCCC;
}
.darktheme .wb-theme-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #495057;
   border-radius: 0px;
   color: #CCCCCC;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #495057;
   --border-width: 1px;
   --color: #CCCCCC;
   --icon-color: #3370B7;
   --colorize: invert(36%) sepia(100%) saturate(353%) hue-rotate(170deg) brightness(94%) contrast(97%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #090909;
   background-image: none;
   border: 1px solid #3A3A3A;
   border-radius: 0px;
   color: #BABABA;
   --background-color: rgba(9,9,9,1.00);
   --border-color: #3A3A3A;
   --border-width: 1px;
   --color: #BABABA;
}
.darktheme .wb-theme-button:hover
{
   background-color: #121212;
   background-image: none;
   border: 1px solid #333333;
   border-radius: 0px;
   color: #D4D4D4;
   --background-color: rgba(18,18,18,1.00);
   --border-color: #333333;
   --border-width: 1px;
   --color: #D4D4D4;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #3370B7;
   background-image: none;
   border: 1px solid #2E6DA4;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(51,112,183,1.00);
   --border-color: #2E6DA4;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.87);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid2 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid2 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 320px)
{
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#front
{
   background-clip: padding-box;
   background-color: #F8F9FA;
   background-image: none;
   border-radius: 0px;
   padding: 0;
   margin: 0;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0 0 25px 0;
   text-align: center;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#gallery12SlideShow .image
{
   border-width: 0;
   border-radius: inherit;
   display: block;
   float: left;
   height: auto;
   width: 100%;
}
#gallery12SlideShow li
{
   border-radius: inherit;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#gallery12SlideShow
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   padding: 0;
   margin: 0;
}
#gallery12SlideShow .pagination
{
   bottom: 0;
   left: 0;
   position: absolute;
   text-align: center;
   vertical-align: middle;
   width: 100%;
   z-index: 998;
}
#gallery12SlideShow .pagination a
{
   display: inline-block;
   margin: 12px 12px 12px 12px;
   width: 11px;
   height: 11px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: rgba(255,255,255,1.00);
   border: 1px solid rgba(128,128,128,1.00);
}
#gallery12SlideShow .pagination a.active
{
   background-color: rgba(128,128,128,1.00);
}
#gallery12SlideShow
{
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
}
#wb_about
{
   border: 0px solid #F5F5F5;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
   z-index: 0;
}
#about
{
   display: flex;
   position: relative;
   padding: 50px 10px 50px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: center;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
   box-sizing: border-box;
   font-size: 0;
}
#about-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.5;
}
#wb_about .parallax
{
   background-color: transparent;
   background-image: url('../images/dreamstime_m_144861652.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   position: fixed;
   top: 0;
   transform: translate3d(0, 0, 0);
   transform-style: preserve-3d;
   width: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
#wb_about .parallax__container
{
   clip: rect(0, auto, auto, 0);
   height: 100%;
   left: 0;
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: -100;
}
#wb_gallery4LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/dreamstime_l_31700575.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#gallery4LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 200px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#gallery4LayoutGrid > .col-1, #gallery4LayoutGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#gallery4LayoutGrid > .col-1, #gallery4LayoutGrid > .col-2
{
   flex: 0 0 auto;
}
#gallery4LayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#gallery4LayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 768px)
{
#gallery4LayoutGrid > .col-1, #gallery4LayoutGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#gallery4LayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-image: radial-gradient(circle, rgba(220,220,220,0.00) 0%, #DCDCDC 100%);
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   padding: 8px 15px 8px 15px;
   margin: 0;
   text-align: center;
}
#wb_Text3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 16px;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   padding: 0;
   margin: 0 0 50px 0 ;
   text-align: center;
}
#wb_Text1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   padding: 0;
   margin: 0 0 50px 0 ;
   text-align: center;
}
#wb_Text2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 29px;
   line-height: 33px;
}
#wb_Text2 div
{
   text-align: center;
}
#Button1
{
   box-sizing: border-box;
   line-height: 33px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #A52A2A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #A52A2A;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
#wb_FerrisWheel1
{
   height: auto !important;
}
#FerrisWheel1
{
   width: 100%;
   border-radius: 100%;
   position: relative;
   padding: 100% 0 0 0;
   height: 0;
   display: block;
   overflow: hidden
}
#FerrisWheel1 .nav
{ 
   width: 100%;
   height: 100%;
   position: absolute;
   margin: auto; top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border-radius: 100%;
   pointer-events: none;
   z-index: 9;
}
#FerrisWheel1 .nav .nav-item
{ 
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100px;
   height: 100px;
   position: absolute;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 50%;
   text-align: center; 
   z-index: 3;
   cursor: pointer;
   border: 1px solid var(--border-color);
   transition: all 600ms ease-in;
   pointer-events: all;
}
#FerrisWheel1 .circle
{ 
   position: absolute;
   left: 10%;
   top: 10%;
   width: 80%;
   height: 80%;
   box-sizing: border-box;
   border: 4px dotted var(--border-color);
   border-radius: 100%; 
   animation: rotation 100s infinite linear; 
}
#FerrisWheel1 .nav .nav-item:hover, #FerrisWheel1 .nav .nav-item.active
{
   border: 1px solid var(--border-color); 
}
#FerrisWheel1 .content
{
   border-radius: 100%;
   position: absolute;
   top: 0%;
   left: 0%;
   height: 100%;
   width: 100%;
   display: flex;
   justify-content: center;
   align-content: center;
   align-items: center;
}
#FerrisWheel1 .content .content-item
{
   border-radius: 100%;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   background: inherit;
   border: none;
   position: absolute;
   text-align: center;
   bottom: 0;
   left: 0;
   opacity: 0;
   transform: scale(0);
   transition: all 600ms ease-in;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   width: 100%;
   height: 100%;
   top: 0;
   right: 0;
   display: flex;
   flex-direction: column;
   align-content: center;
   justify-content: center;
   align-items: center;
}
#FerrisWheel1 .content-item.active
{
   z-index: 1;
   opacity: 1;
   transform: scale(1);
   transition: all 600ms ease-in;
}
#FerrisWheel1 .content .content-item .svg-icon
{
   position: absolute;   width: 100%;
   height: 100%;
   left: 0%;
   top: 0%;
   fill: currentColor;
   opacity: 0.1;
   pointer-events: none;
}
#FerrisWheel1 .content-item-overlay
{
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   background-color: rgba(255,255,255,1.00);
   border-radius: 100%;
   z-index: -1;
}
#FerrisWheel1 .content-item .title
{
   font-weight: bold;
   letter-spacing: 2px;
   position: relative;
   z-index: -1;
   font-size: 19px;
}
#FerrisWheel1 .content-item p
{
   font-size: 16px;
   margin: 5px 0;
}
#FerrisWheel1 .content-item a
{ 
   color: inherit;
   font-weight: bold;
   text-decoration: inherit;
}
#FerrisWheel1 .content-item-1, #FerrisWheel1 .nav-item-1
{
   background-image: url("../images/dreamstime_m_9508678.jpg");
}
#FerrisWheel1 .content-item-2, #FerrisWheel1 .nav-item-2
{
   background-image: url("../images/dreamstime_l_63738624.jpg");
}
#FerrisWheel1 .content-item-3, #FerrisWheel1 .nav-item-3
{
   background-image: url("../images/dreamstime_m_7680283.jpg");
}
#FerrisWheel1 .content-item-4, #FerrisWheel1 .nav-item-4
{
   background-image: url("../images/dreamstime_m_144861369.jpg");
}
.ThemeableMenu2 .nav
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   color: #2B2B2B;
   text-align: left;
   text-transform: none;
}
#ThemeableMenu2, .ThemeableMenu2 .nav, .ThemeableMenu2 *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.ThemeableMenu2 .nav:before,
.ThemeableMenu2 .nav:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu2 .nav:after 
{
   clear: both;
}
.ThemeableMenu2 .nav a 
{
   text-decoration: none;
}
.ThemeableMenu2 .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.ThemeableMenu2 .nav ul ul
{
   margin-bottom: 0;
}
.ThemeableMenu2 .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.ThemeableMenu2 .container:before,
.ThemeableMenu2 .container:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu2 .container:after 
{
   clear: both;
}
.ThemeableMenu2 .collapse 
{
   display: none;
}
.ThemeableMenu2 .collapse.show 
{
   display: block;
}
.ThemeableMenu2 .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.ThemeableMenu2 .arrow, .ThemeableMenu2 .arrow-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.ThemeableMenu2 .dropdown 
{
   position: relative;
}
.ThemeableMenu2 .dropdown-toggle:focus 
{
   outline: 0;
}
.ThemeableMenu2 .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 16px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(197,197,197,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.ThemeableMenu2 .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.ThemeableMenu2 .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #2B2B2B;
   text-transform: none;
   white-space: nowrap;
}
.ThemeableMenu2 .dropdown-menu > li > a:hover,
.ThemeableMenu2 .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #904A92;
   background-color: #FFFFFF;
   background-image: none;
}
.ThemeableMenu2 .dropdown-menu > li > a.active,
.ThemeableMenu2 .dropdown-menu > li > a.active:hover,
.ThemeableMenu2 .dropdown-menu > li > a.active:focus
{
   color: #904A92;
   background-color: #FFFFFF;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.ThemeableMenu2 .show > .dropdown-menu
{
   display: block;
}
.ThemeableMenu2 .show > a
{
   outline: 0;
}
.ThemeableMenu2 .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.ThemeableMenu2 .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.ThemeableMenu2 .nav > li 
{
   position: relative;
   display: block;
}
.ThemeableMenu2 .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 15px 15px;
}
.ThemeableMenu2 .nav .show > a,
.ThemeableMenu2 .nav .show > a:hover,
.ThemeableMenu2 .nav .show > a:focus
{
    border-color: #343A40;
}
.ThemeableMenu2 .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.ThemeableMenu2 .nav .arrow
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.ThemeableMenu2
{
   position: relative;
}
.ThemeableMenu2:before,
.ThemeableMenu2:after
{
   content: " ";
   display: table;
}
.ThemeableMenu2:after
{
   clear: both;
}
.ThemeableMenu2 .navbar-header:before,
.ThemeableMenu2 .navbar-header:after
{
   content: " ";
   display: table;
}
.ThemeableMenu2 .navbar-header:after
{
   clear: both;
}
.ThemeableMenu2-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.ThemeableMenu2-navbar-collapse:before,
.ThemeableMenu2-navbar-collapse:after
{
   content: " ";
   display: table;
}
.ThemeableMenu2-navbar-collapse:after
{
   clear: both;
}
.ThemeableMenu2-navbar-collapse.show
{
   overflow-y: auto;
}
.ThemeableMenu2 .navbar-toggle 
{
   position: relative;
   float: right;
   width: 52px;
   height: 52px;
   padding: 15px 15px 15px 15px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.ThemeableMenu2 .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.ThemeableMenu2 .navbar-toggle .line
{
   margin: 4px auto;
}
.ThemeableMenu2 .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.ThemeableMenu2 .navbar-nav
{
   margin: 6px -15px;
}
.ThemeableMenu2 .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.ThemeableMenu2 .navbar-nav > li > a
{
   color: #2B2B2B;
}
.ThemeableMenu2 .navbar-nav > li > a:hover,
.ThemeableMenu2 .navbar-nav > li > a:focus
{
   background-color: #FFFFFF;
   background-image: none;
   color: #904A92;
   text-decoration: none;
}
.ThemeableMenu2 .navbar-nav > li > a.active,
.ThemeableMenu2 .navbar-nav > li > a.active:hover,
.ThemeableMenu2 .navbar-nav > li > a.active:focus
{
   color: #904A92;
   background-color: #FFFFFF;
   background-image: none;
}
.ThemeableMenu2 .navbar-toggle
{
   border: 1px solid transparent;
}
.ThemeableMenu2 .navbar-toggle:hover,
.ThemeableMenu2 .navbar-toggle:focus
{
   background-color: transparent;
}
.ThemeableMenu2 .navbar-toggle .line
{
   background-color: #EFDEEF;
}
.ThemeableMenu2-navbar-collapse
{
   border-color: rgba(197,197,197,1.00);
}
.ThemeableMenu2 .navbar-nav > .dropdown > a:hover .arrow,
.ThemeableMenu2 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #904A92;
   border-bottom-color: #904A92;
}
.ThemeableMenu2 .navbar-nav > .show > a,
.ThemeableMenu2 .navbar-nav > .show > a:hover,
.ThemeableMenu2 .navbar-nav > .show > a:focus
{
   background-color: #FFFFFF;
   background-image: none;
   color: #904A92;
}
.ThemeableMenu2 .navbar-nav > .show > a .arrow,
.ThemeableMenu2 .navbar-nav > .show > a:hover .arrow,
.ThemeableMenu2 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #904A92;
   border-bottom-color: #904A92;
}
.ThemeableMenu2 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.ThemeableMenu2 .navbar-link
{
   color: #2B2B2B;
}
.ThemeableMenu2 .navbar-link:hover
{
   color: #904A92;
}
.ThemeableMenu2 .navbar-header
{
   color: #EFDEEF;
}
@media (min-width: 600px) 
{
.ThemeableMenu2 .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.ThemeableMenu2 .navbar-header
{
   float: left;
}
.ThemeableMenu2-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.ThemeableMenu2-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.ThemeableMenu2-navbar-collapse.show
{
   overflow-y: auto;
}
.ThemeableMenu2 .navbar-toggle
{
   display: none;
}
.ThemeableMenu2 .navbar-nav
{
   float: right;
   margin: 0;
}
.ThemeableMenu2 .navbar-nav > li
{
   float: left;
}
.ThemeableMenu2 .container > .navbar-header,
.ThemeableMenu2 .container > .ThemeableMenu2-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.ThemeableMenu2 .navbar-nav > .dropdown > a:hover .arrow,
.ThemeableMenu2 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
}
@media (max-width: 600px) 
{
.ThemeableMenu2 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(144,74,146,0.00);
}
.ThemeableMenu2 .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.ThemeableMenu2 .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.ThemeableMenu2 .navbar-nav .show .dropdown-menu > li > a,
.ThemeableMenu2 .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.ThemeableMenu2 .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 600px) 
{
.ThemeableMenu2 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(144,74,146,0.00);
   border-radius: 0px;
}
.ThemeableMenu2 .navbar-nav > li > a
{
   color: #EFDEEF;
}
.ThemeableMenu2 .navbar-nav > li > a:hover,
.ThemeableMenu2 .navbar-nav > li > a:focus
{
   color: transparent;
   background-color: transparent;
   background-image: none;
}
.ThemeableMenu2 .navbar-nav > li > a.active,
.ThemeableMenu2 .navbar-nav > li > a.active:hover,
.ThemeableMenu2 .navbar-nav > li > a.active:focus
{
   color: transparent;
   background-color: transparent;
   background-image: none;
}
.ThemeableMenu2 .navbar-nav > .show > a,
.ThemeableMenu2 .navbar-nav > .show > a:hover,
.ThemeableMenu2 .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: transparent;
}
.ThemeableMenu2 .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu2 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #EFDEEF;
   border-bottom-color: #EFDEEF;
}
.ThemeableMenu2 .navbar-nav > li > a.active > .arrow,
.ThemeableMenu2 .navbar-nav > li > a.active:hover > .arrow,
.ThemeableMenu2 .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu2 .navbar-nav > .show > a .arrow,
.ThemeableMenu2 .navbar-nav > .show > a:hover .arrow,
.ThemeableMenu2 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu2 .navbar-link
{
   color: #EFDEEF;
}
.ThemeableMenu2 .navbar-link:hover 
{
   color: #fff;
}
}
#ThemeableMenu2 i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_ThemeableMenu2
{
   z-index: 1111 !important;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text10 div
{
   text-align: center;
}
#wb_Text10
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_social5Icon1
{
   background-color: #1778F2;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_social5Icon1 a
{
   text-decoration: none;
}
#wb_social5Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#social5Icon1
{
   height: 32px;
   width: 32px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#social5Icon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 32px;
   line-height: 32px;
   vertical-align: middle;
}
#wb_social5Icon1:hover #social5Icon1 i
{
   color: #FFFFFF;
}
#wb_social5Icon3
{
   background-color: #F00075;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_social5Icon3 a
{
   text-decoration: none;
}
#wb_social5Icon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#social5Icon3
{
   height: 32px;
   width: 32px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#social5Icon3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 32px;
   line-height: 32px;
   vertical-align: middle;
}
#wb_social5Icon3:hover #social5Icon3 i
{
   color: #FFFFFF;
}
#wb_social5Icon4
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_social5Icon4 a
{
   text-decoration: none;
}
#wb_social5Icon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#social5Icon4
{
   height: 32px;
   width: 32px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#social5Icon4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 32px;
   line-height: 32px;
   vertical-align: middle;
}
#wb_social5Icon4:hover #social5Icon4 i
{
   color: #FFFFFF;
}
#wb_contact7LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contact7LayoutGrid1
{
   box-sizing: border-box;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contact7LayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#contact7LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#contact7LayoutGrid1 > .row > .col-1
{
   float: left;
}
#contact7LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#contact7LayoutGrid1:before,
#contact7LayoutGrid1:after,
#contact7LayoutGrid1 .row:before,
#contact7LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#contact7LayoutGrid1:after,
#contact7LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#contact7LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#footer
{
   display: flex;
   width: 100%;
   position: relative;
   height: 783px;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
   margin: 0;
   background-color: #000000;
   background-image: none;
   border: 0px solid #414A4F;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_contact7LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contact7LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#contact7LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contact7LayoutGrid2 > .row > .col-1
{
   float: left;
}
#contact7LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#contact7LayoutGrid2:before,
#contact7LayoutGrid2:after,
#contact7LayoutGrid2 .row:before,
#contact7LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#contact7LayoutGrid2:after,
#contact7LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#contact7LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Html1
{
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Html1
{
   display: inline-block;
   width: 733px;
   height: 546px;
   z-index: 13;
}
#Button1
{
   display: inline-block;
   width: 223px;
   height: 37px;
   z-index: 8;
}
#wb_social5Icon3
{
   display: inline-block;
   width: 32px;
   height: 32px;
   text-align: center;
   z-index: 11;
}
#wb_social5Icon1
{
   display: inline-block;
   width: 32px;
   height: 32px;
   text-align: center;
   z-index: 9;
}
#gallery12SlideShow
{
   z-index: 2;
}
#wb_Heading2
{
   display: block;
   z-index: 3;
}
#wb_social5Icon4
{
   display: inline-block;
   width: 32px;
   height: 32px;
   text-align: center;
   z-index: 10;
}
#front
{
   position: relative;
   text-align: left;
   width: 100%;
   height: 19.11%;
   float: none;
   clear: both;
   vertical-align: top;
   display: block;
   z-index: 20;
}
#wb_FerrisWheel1
{
   display: block;
   width: 100%;
   z-index: 6;
}
#wb_ThemeableMenu2
{
   display: block;
   width: 100%;
   z-index: 1;
}
@media only screen and (max-width: 780px)
{
body
{
   background-color: #000000;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 5px 0 10px 0;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .col-1
{
   display: flex;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid2 > .col-2
{
   display: flex;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#front
{
   visibility: visible;
   display: block;
   margin: 0;
}
#front
{
   width: 100%;
   margin: 0;
}
#front
{
    width: 100%;
    height: 397px;
}
#front
{
   padding: 0;
}
#wb_Heading2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0 0 25px 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#gallery12SlideShow
{
   visibility: visible;
   display: inline-block;
}
#wb_about
{
   visibility: visible;
   display: block;
}
#about
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 50px 10px 50px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: center;
}
#wb_gallery4LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_gallery4LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#gallery4LayoutGrid
{
   height: auto;
   padding: 200px 0 30px 0;
}
#gallery4LayoutGrid > .col-1, #gallery4LayoutGrid > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#gallery4LayoutGrid > .col-1
{
   display: flex;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#gallery4LayoutGrid > .col-2
{
   display: flex;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_Text3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 13px;
   margin: 0;
   padding: 8px 15px 8px 15px;
   text-align: center;
   line-height: 16px;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-size: 13px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   font-size: 17px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 22px;
}
#Button1
{
   width: 223px;
   height: 26px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 22px;
}
#wb_FerrisWheel1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#FerrisWheel1 .nav .nav-item
{
   width: 100px;
   height: 100px;
}
#FerrisWheel1 .content .content-item
{
   font-size: 19px;
}
#FerrisWheel1 .content-item .title
{
   font-size: 19px;
}
#FerrisWheel1 .content-item p
{
   font-size: 16px;
}
#wb_ThemeableMenu2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu2, .ThemeableMenu2 .nav, .ThemeableMenu2 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   margin: 0;
   padding: 0;
}
#wb_social5Icon1
{
   width: 35px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon1
{
   width: 35px;
   height: 40px;
}
#social5Icon1 i
{
   line-height: 40px;
   font-size: 35px;
   width: 34px;
}
#wb_social5Icon3
{
   width: 43px;
   height: 44px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon3
{
   width: 43px;
   height: 44px;
}
#social5Icon3 i
{
   line-height: 44px;
   font-size: 43px;
   width: 42px;
}
#wb_social5Icon4
{
   width: 50px;
   height: 39px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon4
{
   width: 50px;
   height: 39px;
}
#social5Icon4 i
{
   line-height: 39px;
   font-size: 39px;
   width: 38px;
}
#wb_contact7LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contact7LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid1
{
   height: auto;
   padding: 30px 0 30px 0;
}
#contact7LayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#footer
{
   visibility: visible;
   display: flex;
}
#footer
{
   height: 543px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#wb_contact7LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_contact7LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contact7LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Html1
{
   width: 436px;
   height: 325px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 720px)
{
body
{
   background-color: #000000;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 5px 0 10px 0;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .col-1
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid2 > .col-2
{
   display: flex;
   flex-basis: 75%;
   max-width: 75%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#front
{
   visibility: visible;
   display: block;
   margin: 0;
}
#front
{
   width: 100%;
   margin: 0;
}
#front
{
    width: 100%;
    height: 366px;
}
#front
{
   padding: 0;
}
#wb_Heading2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0 0 25px 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#gallery12SlideShow
{
   visibility: visible;
   display: inline-block;
}
#wb_about
{
   visibility: visible;
   display: block;
}
#about
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 50px 10px 50px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: center;
}
#wb_gallery4LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_gallery4LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#gallery4LayoutGrid
{
   height: auto;
   padding: 200px 0 30px 0;
}
#gallery4LayoutGrid > .col-1, #gallery4LayoutGrid > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#gallery4LayoutGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#gallery4LayoutGrid > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_Text3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 13px;
   margin: 0;
   padding: 8px 15px 8px 15px;
   text-align: center;
   line-height: 16px;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-size: 13px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   font-size: 24px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 29px;
}
#Button1
{
   width: 134px;
   height: 26px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 22px;
}
#wb_FerrisWheel1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#FerrisWheel1 .nav .nav-item
{
   width: 100px;
   height: 100px;
}
#FerrisWheel1 .content .content-item
{
   font-size: 19px;
}
#FerrisWheel1 .content-item .title
{
   font-size: 19px;
}
#FerrisWheel1 .content-item p
{
   font-size: 16px;
}
#wb_ThemeableMenu2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu2, .ThemeableMenu2 .nav, .ThemeableMenu2 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   margin: 0;
   padding: 0;
}
#wb_social5Icon1
{
   width: 66px;
   height: 63px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon1
{
   width: 66px;
   height: 63px;
}
#social5Icon1 i
{
   line-height: 63px;
   font-size: 63px;
   width: 62px;
}
#wb_social5Icon3
{
   width: 49px;
   height: 61px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon3
{
   width: 49px;
   height: 61px;
}
#social5Icon3 i
{
   line-height: 61px;
   font-size: 49px;
   width: 48px;
}
#wb_social5Icon4
{
   width: 51px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon4
{
   width: 51px;
   height: 58px;
}
#social5Icon4 i
{
   line-height: 58px;
   font-size: 51px;
   width: 50px;
}
#wb_contact7LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contact7LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid1
{
   height: auto;
   padding: 30px 0 30px 0;
}
#contact7LayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#footer
{
   visibility: visible;
   display: flex;
}
#footer
{
   height: 537px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#wb_contact7LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_contact7LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contact7LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Html1
{
   width: 402px;
   height: 300px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 650px)
{
body
{
   background-color: #000000;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 5px 0 10px 0;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .col-1
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid2 > .col-2
{
   display: flex;
   flex-basis: 75%;
   max-width: 75%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#front
{
   visibility: visible;
   display: block;
   margin: 0;
}
#front
{
   width: 100%;
   margin: 0;
}
#front
{
    width: 100%;
    height: 330px;
}
#front
{
   padding: 0;
}
#wb_Heading2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0 0 25px 0;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
   text-transform: none;
}
#gallery12SlideShow
{
   visibility: visible;
   display: inline-block;
}
#wb_about
{
   visibility: visible;
   display: block;
}
#about
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 50px 10px 50px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: center;
}
#wb_gallery4LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_gallery4LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#gallery4LayoutGrid
{
   height: auto;
   padding: 200px 0 30px 0;
}
#gallery4LayoutGrid > .col-1, #gallery4LayoutGrid > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#gallery4LayoutGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#gallery4LayoutGrid > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_Text3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 13px;
   margin: 0;
   padding: 8px 15px 8px 15px;
   text-align: center;
   line-height: 16px;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-size: 13px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   font-size: 24px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#Button1
{
   width: 60px;
   height: 26px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 22px;
}
#wb_FerrisWheel1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#FerrisWheel1 .nav .nav-item
{
   width: 100px;
   height: 100px;
}
#FerrisWheel1 .content .content-item
{
   font-size: 19px;
}
#FerrisWheel1 .content-item .title
{
   font-size: 19px;
}
#FerrisWheel1 .content-item p
{
   font-size: 16px;
}
#wb_ThemeableMenu2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu2, .ThemeableMenu2 .nav, .ThemeableMenu2 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   margin: 0;
   padding: 0;
}
#wb_social5Icon1
{
   width: 111px;
   height: 90px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon1
{
   width: 111px;
   height: 90px;
}
#social5Icon1 i
{
   line-height: 90px;
   font-size: 90px;
   width: 89px;
}
#wb_social5Icon3
{
   width: 113px;
   height: 116px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon3
{
   width: 113px;
   height: 116px;
}
#social5Icon3 i
{
   line-height: 116px;
   font-size: 113px;
   width: 112px;
}
#wb_social5Icon4
{
   width: 83px;
   height: 94px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon4
{
   width: 83px;
   height: 94px;
}
#social5Icon4 i
{
   line-height: 94px;
   font-size: 83px;
   width: 82px;
}
#wb_contact7LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contact7LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid1
{
   height: auto;
   padding: 30px 0 30px 0;
}
#contact7LayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#footer
{
   visibility: visible;
   display: flex;
}
#footer
{
   height: 560px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#wb_contact7LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_contact7LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contact7LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Html1
{
   width: 362px;
   height: 270px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 540px)
{
body
{
   background-color: #000000;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 5px 0 10px 0;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid2 > .col-2
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#front
{
   visibility: visible;
   display: block;
   margin: 0;
}
#front
{
   width: 100%;
   margin: 0;
}
#front
{
    width: 100%;
    height: 274px;
}
#front
{
   padding: 0;
}
#wb_Heading2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0 0 25px 0;
   font-size: 20px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
   text-align: center;
   text-transform: none;
}
#gallery12SlideShow
{
   visibility: visible;
   display: inline-block;
}
#wb_about
{
   visibility: visible;
   display: block;
}
#about
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 50px 10px 50px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: center;
}
#wb_gallery4LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_gallery4LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#gallery4LayoutGrid
{
   height: auto;
   padding: 200px 0 30px 0;
}
#gallery4LayoutGrid > .col-1, #gallery4LayoutGrid > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#gallery4LayoutGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#gallery4LayoutGrid > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_Text3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 13px;
   margin: 0;
   padding: 8px 15px 8px 15px;
   text-align: center;
   line-height: 16px;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-size: 13px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   font-size: 24px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 32px;
}
#Button1
{
   width: 49px;
   height: 26px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 22px;
}
#wb_FerrisWheel1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#FerrisWheel1 .nav .nav-item
{
   width: 100px;
   height: 100px;
}
#FerrisWheel1 .content .content-item
{
   font-size: 19px;
}
#FerrisWheel1 .content-item .title
{
   font-size: 19px;
}
#FerrisWheel1 .content-item p
{
   font-size: 16px;
}
#wb_ThemeableMenu2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu2, .ThemeableMenu2 .nav, .ThemeableMenu2 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   margin: 0;
   padding: 0;
}
#wb_social5Icon1
{
   width: 66px;
   height: 52px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon1
{
   width: 66px;
   height: 52px;
}
#social5Icon1 i
{
   line-height: 52px;
   font-size: 52px;
   width: 51px;
}
#wb_social5Icon3
{
   width: 65px;
   height: 52px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon3
{
   width: 65px;
   height: 52px;
}
#social5Icon3 i
{
   line-height: 52px;
   font-size: 52px;
   width: 51px;
}
#wb_social5Icon4
{
   width: 40px;
   height: 46px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon4
{
   width: 40px;
   height: 46px;
}
#social5Icon4 i
{
   line-height: 46px;
   font-size: 40px;
   width: 39px;
}
#wb_contact7LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_contact7LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid1
{
   height: auto;
   padding: 30px 0 30px 0;
}
#contact7LayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#footer
{
   visibility: visible;
   display: flex;
}
#footer
{
   height: 593px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#wb_contact7LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_contact7LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contact7LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Html1
{
   width: 334px;
   height: 367px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 400px)
{
body
{
   background-color: #000000;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 5px 0 10px 0;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid2 > .col-2
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#front
{
   visibility: visible;
   display: block;
   margin: 0;
}
#front
{
   width: 100%;
   margin: 0;
}
#front
{
    width: 100%;
    height: 202px;
}
#front
{
   padding: 0;
}
#wb_Heading2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0 0 25px 0;
   font-size: 15px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   text-align: center;
   text-transform: none;
}
#gallery12SlideShow
{
   visibility: visible;
   display: inline-block;
}
#wb_about
{
   visibility: visible;
   display: block;
}
#about
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 50px 10px 50px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: center;
}
#wb_gallery4LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_gallery4LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#gallery4LayoutGrid
{
   height: auto;
   padding: 200px 0 30px 0;
}
#gallery4LayoutGrid > .col-1, #gallery4LayoutGrid > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#gallery4LayoutGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#gallery4LayoutGrid > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_Text3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 13px;
   margin: 0;
   padding: 8px 15px 8px 15px;
   text-align: center;
   line-height: 16px;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-size: 13px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   font-size: 21px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#Button1
{
   width: 36px;
   height: 26px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 22px;
}
#wb_FerrisWheel1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#FerrisWheel1 .nav .nav-item
{
   width: 100px;
   height: 100px;
}
#FerrisWheel1 .content .content-item
{
   font-size: 19px;
}
#FerrisWheel1 .content-item .title
{
   font-size: 19px;
}
#FerrisWheel1 .content-item p
{
   font-size: 16px;
}
#wb_ThemeableMenu2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu2, .ThemeableMenu2 .nav, .ThemeableMenu2 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   margin: 0;
   padding: 0;
}
#wb_social5Icon1
{
   width: 47px;
   height: 35px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon1
{
   width: 47px;
   height: 35px;
}
#social5Icon1 i
{
   line-height: 35px;
   font-size: 35px;
   width: 34px;
}
#wb_social5Icon3
{
   width: 49px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon3
{
   width: 49px;
   height: 50px;
}
#social5Icon3 i
{
   line-height: 50px;
   font-size: 49px;
   width: 48px;
}
#wb_social5Icon4
{
   width: 30px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon4
{
   width: 30px;
   height: 37px;
}
#social5Icon4 i
{
   line-height: 37px;
   font-size: 30px;
   width: 29px;
}
#wb_contact7LayoutGrid1
{
   visibility: hidden;
   display: none;
}
#wb_contact7LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid1
{
   height: auto;
   padding: 30px 0 30px 0;
}
#contact7LayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#footer
{
   visibility: visible;
   display: flex;
}
#footer
{
   height: 532px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#wb_contact7LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_contact7LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contact7LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Html1
{
   width: 268px;
   height: 292px;
   visibility: hidden;
   display: none;
}
}
@media only screen and (max-width: 370px)
{
body
{
   background-color: #000000;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 5px 0 10px 0;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .col-1
{
   display: flex;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid2 > .col-2
{
   display: flex;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#front
{
   visibility: visible;
   display: block;
   margin: 0;
}
#front
{
   width: 100%;
   margin: 0;
}
#front
{
    width: 100%;
    height: 187px;
}
#front
{
   padding: 0;
}
#wb_Heading2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0 0 25px 0;
   font-size: 20px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
   text-align: center;
   text-transform: none;
}
#gallery12SlideShow
{
   visibility: visible;
   display: inline-block;
}
#wb_about
{
   visibility: visible;
   display: block;
}
#about
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 50px 10px 50px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: center;
}
#wb_gallery4LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_gallery4LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#gallery4LayoutGrid
{
   height: auto;
   padding: 200px 0 30px 0;
}
#gallery4LayoutGrid > .col-1, #gallery4LayoutGrid > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#gallery4LayoutGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#gallery4LayoutGrid > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_Text3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 13px;
   margin: 0;
   padding: 8px 15px 8px 15px;
   text-align: center;
   line-height: 16px;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-size: 24px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   font-size: 24px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#Button1
{
   width: 196px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 36px;
}
#wb_FerrisWheel1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#FerrisWheel1 .nav .nav-item
{
   width: 100px;
   height: 100px;
}
#FerrisWheel1 .content .content-item
{
   font-size: 19px;
}
#FerrisWheel1 .content-item .title
{
   font-size: 19px;
}
#FerrisWheel1 .content-item p
{
   font-size: 16px;
}
#wb_ThemeableMenu2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu2, .ThemeableMenu2 .nav, .ThemeableMenu2 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   margin: 0;
   padding: 0;
}
#wb_social5Icon1
{
   width: 27px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon1
{
   width: 27px;
   height: 17px;
}
#social5Icon1 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_social5Icon3
{
   width: 28px;
   height: 29px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon3
{
   width: 28px;
   height: 29px;
}
#social5Icon3 i
{
   line-height: 29px;
   font-size: 28px;
   width: 27px;
}
#wb_social5Icon4
{
   width: 13px;
   height: 19px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon4
{
   width: 13px;
   height: 19px;
}
#social5Icon4 i
{
   line-height: 19px;
   font-size: 13px;
   width: 12px;
}
#wb_contact7LayoutGrid1
{
   visibility: hidden;
   display: none;
}
#wb_contact7LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid1
{
   height: auto;
   padding: 30px 0 30px 0;
}
#contact7LayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#footer
{
   visibility: visible;
   display: flex;
}
#footer
{
   height: 482px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#wb_contact7LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_contact7LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contact7LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Html1
{
   width: 236px;
   height: 233px;
   visibility: hidden;
   display: none;
}
}
@media only screen and (max-width: 320px)
{
body
{
   background-color: #000000;
   background-image: none;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 5px 0 10px 0;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid2 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#front
{
   visibility: visible;
   display: block;
   margin: 0;
}
#front
{
   width: 100%;
   margin: 0;
}
#front
{
    width: 100%;
    height: 160px;
}
#front
{
   padding: 0;
}
#wb_Heading2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0 0 25px 0;
   font-size: 20px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
   text-align: center;
   text-transform: none;
}
#gallery12SlideShow
{
   visibility: visible;
   display: inline-block;
}
#wb_about
{
   visibility: visible;
   display: block;
}
#about
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 50px 10px 50px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: center;
}
#wb_gallery4LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_gallery4LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#gallery4LayoutGrid
{
   height: auto;
   padding: 200px 0 30px 0;
}
#gallery4LayoutGrid > .col-1, #gallery4LayoutGrid > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#gallery4LayoutGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#gallery4LayoutGrid > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_Text3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 13px;
   margin: 0;
   padding: 8px 15px 8px 15px;
   text-align: center;
   line-height: 16px;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-size: 19px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 21px;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   font-size: 21px;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
   line-height: 25px;
}
#Button1
{
   width: 196px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 36px;
}
#wb_FerrisWheel1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#FerrisWheel1 .nav .nav-item
{
   width: 100px;
   height: 100px;
}
#FerrisWheel1 .content .content-item
{
   font-size: 19px;
}
#FerrisWheel1 .content-item .title
{
   font-size: 19px;
}
#FerrisWheel1 .content-item p
{
   font-size: 16px;
}
#wb_ThemeableMenu2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu2, .ThemeableMenu2 .nav, .ThemeableMenu2 .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   margin: 0;
   padding: 0;
}
#wb_social5Icon1
{
   width: 27px;
   height: 17px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon1
{
   width: 27px;
   height: 17px;
}
#social5Icon1 i
{
   line-height: 17px;
   font-size: 17px;
   width: 16px;
}
#wb_social5Icon3
{
   width: 28px;
   height: 29px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon3
{
   width: 28px;
   height: 29px;
}
#social5Icon3 i
{
   line-height: 29px;
   font-size: 28px;
   width: 27px;
}
#wb_social5Icon4
{
   width: 13px;
   height: 19px;
   visibility: visible;
   display: inline-block;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
}
#social5Icon4
{
   width: 13px;
   height: 19px;
}
#social5Icon4 i
{
   line-height: 19px;
   font-size: 13px;
   width: 12px;
}
#wb_contact7LayoutGrid1
{
   visibility: hidden;
   display: none;
}
#wb_contact7LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid1
{
   height: auto;
   padding: 30px 0 30px 0;
}
#contact7LayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#contact7LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#footer
{
   visibility: visible;
   display: flex;
}
#footer
{
   height: 430px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#wb_contact7LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_contact7LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact7LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#contact7LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#contact7LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Html1
{
   width: 248px;
   height: 181px;
   visibility: hidden;
   display: none;
}
}
.darktheme #wb_LayoutGrid2
{
   filter: invert(100%);
}
