body
{
   background-color: #000000;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
*
{
   scrollbar-color: rgba(0,255,127,1.00) rgba(0,0,0,1.00);
}
*::-webkit-scrollbar
{
   width: 16px;
}
*::-webkit-scrollbar-track
{
   background: rgba(0,0,0,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(0,255,127,1.00);
   border: 2px solid rgba(0,0,0,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(0,0,0,1.00);
}
*::-webkit-scrollbar-thumb:hover
{
   background-color: rgba(255,255,255,1.00);
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #00FF7F;
}
a:active
{
   color: #696969;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
#wb_home
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/radio_acoust.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#home
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 188px 0 100px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#home > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#home > .col-1
{
   flex: 0 0 auto;
}
#home > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 580px)
{
#home > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#home-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.5;
}
#wb_header
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.80);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .row > .col-1, #header > .row > .col-2
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#header > .row > .col-1, #header > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_services
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/verner_djservice.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#services
{
   box-sizing: border-box;
   padding: 50px 40px 50px 40px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#services > .row
{
   margin-right: -40px;
   margin-left: -40px;
}
#services > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 40px;
   padding-left: 40px;
   position: relative;
}
#services > .row > .col-1
{
   float: left;
}
#services > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#services:before,
#services:after,
#services .row:before,
#services .row:after
{
   display: table;
   content: " ";
}
#services:after,
#services .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#services > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#services-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #FFFFFF;
   opacity: 0.69;
}
#services-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 36px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.0);
}
#services-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#services-divider-top .divider-fill
{
   fill: #000000;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_DjpartyGallery
{
   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;
}
#DjpartyGallery
{
   box-sizing: border-box;
   padding: 50px 5px 50px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#DjpartyGallery > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#DjpartyGallery > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#DjpartyGallery > .row > .col-1
{
   float: left;
}
#DjpartyGallery > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#DjpartyGallery > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#DjpartyGallery:before,
#DjpartyGallery:after,
#DjpartyGallery .row:before,
#DjpartyGallery .row:after
{
   display: table;
   content: " ";
}
#DjpartyGallery:after,
#DjpartyGallery .row:after
{
   clear: both;
}
@media (max-width: 620px)
{
#DjpartyGallery > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#upStickyLayer
{
   background-color: rgba(0,255,127,0.85);
   background-image: none;
   border: 1px solid #000000;
   border-radius: 2px;
   opacity: 0.77;
}
#wb_upIcon
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_upIcon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon
{
   height: 24px;
   width: 24px;
}
#upIcon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_upIcon:hover #upIcon i
{
   color: #FFFFFF;
}
#wb_party
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #292929;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#party
{
   box-sizing: border-box;
   padding: 0 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#party > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#party > .row > .col-1, #party > .row > .col-2, #party > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#party > .row > .col-1, #party > .row > .col-2, #party > .row > .col-3
{
   float: left;
}
#party > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#party > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#party > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#party > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 100px 0 50px 0;
}
#party > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#party > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#party:before,
#party:after,
#party .row:before,
#party .row:after
{
   display: table;
   content: " ";
}
#party:after,
#party .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#party > .row > .col-1, #party > .row > .col-2, #party > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#party-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 200px;
   line-height: 0;
   left: 0;
}
#party-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#party-divider-top .divider-fill
{
   fill: #32CD32;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_pricesCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: url('../images/disc.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 2px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#pricesCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#pricesCard2-card-item0
{
   box-sizing: border-box;
   margin: 50px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#pricesCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
}
#pricesCard2-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#pricesCard2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#pricesCard2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#pricesCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   border-top: 2px rgba(255,255,255,0.00) solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#pricesCard2-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 20px 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#pricesCard2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#pricesCard2-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#pricesCard2-card-item5
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#pricesCard2-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#pricesCard2-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px rgba(255,255,255,0.00) solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#pricesCard2-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px rgba(255,255,255,0.00) solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#pricesCard2-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px rgba(255,255,255,0.00) solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#pricesCard2-card-item9
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 25px 20px 50px 20px;
   border: 1px solid #000000;
   border-radius: 1px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#pricesCard2-card-item9:hover
{
   background-color: #FFFFFF;
   color: #0275D8;
   border-color: #0275D8;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#pricesCard2-card-item9
{
   background-color: #0275D8;
   color: #FFFFFF;
   border-color: #0275D8;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#pricesCard2-card-item9 a
{
   color: inherit;
   display: block;
   padding: 10px 25px 10px 25px;
   text-decoration: none;
}
#wb_Card14
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   animation: transform-scale-in 2000ms linear 0ms 1 normal both;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card14-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #00FF7F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Card15
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card15-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card15-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #32CD32;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_djparty
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#djparty
{
   box-sizing: border-box;
   padding: 3px 45px 3px 45px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#djparty > .row
{
   margin-right: -45px;
   margin-left: -45px;
}
#djparty > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 45px;
   padding-left: 45px;
   position: relative;
}
#djparty > .row > .col-1
{
   float: left;
}
#djparty > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#djparty:before,
#djparty:after,
#djparty .row:before,
#djparty .row:after
{
   display: table;
   content: " ";
}
#djparty:after,
#djparty .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#djparty > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_headerIcon3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_headerIcon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#headerIcon3
{
   height: 40px;
   width: 24px;
}
#headerIcon3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 40px;
   vertical-align: middle;
   width: 23px;
}
#wb_headerIcon3:hover #headerIcon3 i
{
   color: #7FFF00;
}
#wb_headerIcon4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_headerIcon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#headerIcon4
{
   height: 40px;
   width: 24px;
}
#headerIcon4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 40px;
   vertical-align: middle;
   width: 23px;
}
#wb_headerIcon4:hover #headerIcon4 i
{
   color: #7FFF00;
}
#wb_headerIcon5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_headerIcon5 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#headerIcon5
{
   height: 40px;
   width: 24px;
}
#headerIcon5 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 40px;
   vertical-align: middle;
   width: 23px;
}
#wb_headerIcon5:hover #headerIcon5 i
{
   color: #7FFF00;
}
#wb_headerIcon6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_headerIcon6 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#headerIcon6
{
   height: 40px;
   width: 24px;
}
#headerIcon6 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 40px;
   vertical-align: middle;
   width: 23px;
}
#wb_headerIcon6:hover #headerIcon6 i
{
   color: #7FFF00;
}
#wb_headerMenu2
{
   position: relative;
}
#wb_headerMenu2
{
   margin: 0;
}
#headerMenu2
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 1px solid #7FFF00;
   border-radius: 0px;
}
#headerMenu2:hover
{
   background-color: #7FFF00;
   background-image: none;
   border-color: #424242;
}
#headerMenu2
{
   display: block;
   width: 100%;
   height: 38px;
   position: relative;
   overflow: hidden;
}
#headerMenu2 .line
{
   width: 30px;
   height: 6px;
   background: #C0C0C0;
   display: block;
   margin: 6px auto;
   transition: all 0.3s ease-in-out;
}
#headerMenu2:hover .line
{
   background: #4F4F4F;
}
#headerMenu2 .line:first-child
{
   margin-top: 4px;
}
#headerMenu2.open .line:nth-child(1)
{
   opacity: 0;
   transform: translateX(-100%);
}
#headerMenu2.open .line:nth-child(2)
{
}
#headerMenu2.open .line:nth-child(3)
{
   opacity: 0;
   transform: translateX(+100%);
}
#headerMenu2-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: #000000;
}
#headerMenu2-overlay ul
{
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.headerMenu2
{
   width: 100%;
   max-width: 350px;
}
.headerMenu2 a
{
   text-decoration: none;
}
.headerMenu2 ul
{
   list-style: none;
   padding: 0;
   text-align: left;
}
.headerMenu2 li
{
   position: relative;
}
.headerMenu2 li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #FFFFFF;
   outline: none;
}
.headerMenu2 li a:hover, .headerMenu2 li a.active
{
   color: #424242;
   background-color: #CCCCCC;
}
#headerMenu2-overlay
{
   visibility: hidden;
   width: 0;
   transition: width 370ms 0.3s, visibility 0s 670ms;
}
#headerMenu2-overlay.show
{
   visibility: visible;
   width: 400px;
   transition: width 370ms;
}
#headerMenu2-overlay .headerMenu2
{
   opacity: 0;
   transition: opacity 0.3s 370ms;
}
#headerMenu2-overlay.show .headerMenu2
{
   opacity: 1;
   transition-delay: 370ms;
}
#headerMenu2-overlay.hide .headerMenu2
{
   transition-delay: 0s;
}
#headerMenu2-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
.headerMenu2 i
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Bootstrap Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.headerMenu2 .disc:before
{
   content: "\f2ff";
}
.headerMenu2 .phone-vibrate:before
{
   content: "\f4e6";
}
.headerMenu2 .app-indicator:before
{
   content: "\f10a";
}
.headerMenu2-effect
{
   transition: all 500ms linear;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #7FFF00;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Heading3
{
   background-color: rgba(105,105,105,0.24);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading4
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading5
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 8px 0;
   margin: 0;
   text-align: left;
}
#wb_Text10
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   line-height: 21px;
}
#wb_Text10 div
{
   text-align: left;
}
#wb_Text10
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_CssMenu5
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_CssMenu5 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_CssMenu5 li
{
   float: left;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_CssMenu5 a
{
   display: block;
   color: #CACACA;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_CssMenu5 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 25px;
   padding: 0 0px 0px 0px;
   line-height: 25px;
}
#wb_CssMenu5 li:hover a, #wb_CssMenu5 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu5 .firstmain a
{
   margin-top: 0px;
}
#wb_CssMenu5 li.lastmain
{
   padding-bottom: 0px;
}
#wb_CssMenu5 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 8px 0;
   margin: 0;
   text-align: left;
}
#wb_Text11
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 19px;
   line-height: 24px;
}
#wb_Text11 div
{
   text-align: left;
}
#wb_Text11
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 8px 0;
   margin: 0;
   text-align: left;
}
#wb_Text13
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 19px;
   line-height: 24px;
}
#wb_Text13 div
{
   text-align: left;
}
#wb_Text13
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 80px;
   width: 100%;
   height: 80px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: -80px 20px 0 92px;
   padding: 12px 20px 12px 20px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 10px 92px;
   padding: 12px 20px 12px 20px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item3
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #696969;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card5-card-item3 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#Card5-card-item4
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card5-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 80px;
   width: 100%;
   height: 80px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: -80px 20px 0 92px;
   padding: 12px 20px 12px 20px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 10px 92px;
   padding: 12px 20px 12px 20px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card6-card-item3
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #696969;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item3 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card6-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card6-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #696969;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card6-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 199px;
   height: 77px;
   vertical-align: top;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 4px 0 0 0;
   margin: 0;
   text-align: left;
}
#wb_Text12
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text12 div
{
   text-align: left;
}
#wb_Text12
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 245px;
   height: 57px;
   vertical-align: top;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text9
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 16px;
   line-height: 22px;
}
#wb_Text9 div
{
   text-align: center;
}
#wb_Text9
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_location-icon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_location-icon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#location-icon2
{
   height: 48px;
   width: 38px;
}
#location-icon2 i
{
   color: #000000;
   display: inline-block;
   font-size: 38px;
   line-height: 48px;
   vertical-align: middle;
   width: 37px;
}
#wb_location-icon2:hover #location-icon2 i
{
   color: #7FFF00;
}
#wb_location-icon3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_location-icon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#location-icon3
{
   height: 48px;
   width: 38px;
}
#location-icon3 i
{
   color: #000000;
   display: inline-block;
   font-size: 38px;
   line-height: 48px;
   vertical-align: middle;
   width: 37px;
}
#wb_location-icon3:hover #location-icon3 i
{
   color: #7FFF00;
}
#wb_location-icon4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_location-icon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#location-icon4
{
   height: 48px;
   width: 38px;
}
#location-icon4 i
{
   color: #000000;
   display: inline-block;
   font-size: 38px;
   line-height: 48px;
   vertical-align: middle;
   width: 37px;
}
#wb_location-icon4:hover #location-icon4 i
{
   color: #7FFF00;
}
#wb_location-icon5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_location-icon5 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#location-icon5
{
   height: 48px;
   width: 38px;
}
#location-icon5 i
{
   color: #000000;
   display: inline-block;
   font-size: 38px;
   line-height: 48px;
   vertical-align: middle;
   width: 37px;
}
#wb_location-icon5:hover #location-icon5 i
{
   color: #7FFF00;
}
#wb_location-icon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_location-icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#location-icon1
{
   height: 48px;
   width: 38px;
}
#location-icon1 i
{
   color: #000000;
   display: inline-block;
   font-size: 38px;
   line-height: 48px;
   vertical-align: middle;
   width: 37px;
}
#wb_location-icon1:hover #location-icon1 i
{
   color: #7FFF00;
}
#wb_IconFont1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#IconFont1
{
   height: 48px;
   width: 38px;
}
#IconFont1 i
{
   color: #000000;
   display: inline-block;
   font-size: 38px;
   line-height: 48px;
   vertical-align: middle;
   width: 37px;
}
#wb_IconFont1:hover #IconFont1 i
{
   color: #7FFF00;
}
#wb_Text16 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 25px 0;
   margin: 0;
   text-align: center;
}
#wb_Text16
{
   color: #000000;
   font-family: "Open Sans Condensed";
   font-weight: 300;
   font-size: 15px;
   line-height: 19px;
}
#wb_Text16 div
{
   text-align: center;
}
#wb_Text16
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 10px 0;
   text-align: center;
}
#Heading6
{
   color: #DCDCDC;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image7
{
   margin: 0;
   vertical-align: top;
}
#Image7
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 220px;
   height: 201px;
   vertical-align: top;
}
#wb_banner3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/animated_h.gif');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#banner3
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#banner3 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#banner3 > .col-1
{
   flex: 0 0 auto;
}
#banner3 > .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)
{
#banner3 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#banner3-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.2;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.10);
   text-align: left;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 1px 2px 1px 2px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_LayoutGrid5
{
   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;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 10px 15px 2px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_portfolio1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FEFEFE;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#portfolio1
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#portfolio1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#portfolio1 > .row > .col-1, #portfolio1 > .row > .col-2, #portfolio1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#portfolio1 > .row > .col-1, #portfolio1 > .row > .col-2, #portfolio1 > .row > .col-3
{
   float: left;
}
#portfolio1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#portfolio1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#portfolio1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#portfolio1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#portfolio1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#portfolio1 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#portfolio1:before,
#portfolio1:after,
#portfolio1 .row:before,
#portfolio1 .row:after
{
   display: table;
   content: " ";
}
#portfolio1:after,
#portfolio1 .row:after
{
   clear: both;
}
@media (max-width: 620px)
{
#portfolio1 > .row > .col-1, #portfolio1 > .row > .col-2, #portfolio1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 100px 15px 60px 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: 620px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid1-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.0);
}
#LayoutGrid1-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid1-divider-top .divider-fill
{
   fill: #FFFFFF;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.50);
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #FFFFFF;
   border-radius: 50%;
   max-width: 120px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 120px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #292B2C;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00ABF1;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card1-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #3B5998;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_LayoutGrid2
{
   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;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 15px 5px 15px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid2 > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: url('../images/animated_d.gif');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 620px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #7FFF00;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.10);
   text-align: left;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card7-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card7-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(0,0,0,0.40);
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.10);
   text-align: left;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card2-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item0 i
{
   color: #FFFFFF;
   margin-left: 5px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #7FFF00;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.10);
   text-align: left;
}
#Card10-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 10px;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card10-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card10-card-item0 i
{
   color: #FFFFFF;
   margin-left: 4px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 1px 2px 1px 2px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_LayoutGrid3
{
   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;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 15px 5px 15px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid3 > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   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: 620px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #7FFF00;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.10);
   text-align: left;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card8-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card8-card-item0 i
{
   color: #FFFFFF;
   margin-left: 7px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #7FFF00;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.10);
   text-align: left;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card9-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card9-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #7FFF00;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.10);
   text-align: left;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card11-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card11-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 1px 2px 1px 2px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 15px 5px 15px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid4 > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid4 > .row > .col-2
{
   background-color: transparent;
   background-image: url('../images/djparty_lights.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid4 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   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: 620px)
{
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(105,105,105,0.40);
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.10);
   text-align: left;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card3-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #7FFF00;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.10);
   text-align: left;
}
#Card12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card12-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card12-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #7FFF00;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.10);
   text-align: left;
}
#Card13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card13-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card13-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 10px 5px 15px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid6 > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2, #LayoutGrid6 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2, #LayoutGrid6 > .row > .col-3
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#LayoutGrid6 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid6 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 520px)
{
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2, #LayoutGrid6 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card16
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #7FFF00;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.10);
   text-align: left;
}
#Card16-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card16-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#portfolioCollage
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
   position: relative;
}
#portfolioCollage .thumbnail img
{
   border: 0px #000000 solid;
   box-sizing: border-box;
   border-radius: 0px;
}
#portfolioCollage .thumbnail
{
   position: absolute;
}
#portfolioCollage .thumbnail img
{
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   object-fit: cover;
}
#wb_djpartycompany
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/verner_djservice.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#djpartycompany
{
   box-sizing: border-box;
   padding: 75px 15px 75px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#djpartycompany > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#djpartycompany > .row > .col-1, #djpartycompany > .row > .col-2, #djpartycompany > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#djpartycompany > .row > .col-1, #djpartycompany > .row > .col-2, #djpartycompany > .row > .col-3
{
   float: left;
}
#djpartycompany > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: center;
}
#djpartycompany > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#djpartycompany > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#djpartycompany:before,
#djpartycompany:after,
#djpartycompany .row:before,
#djpartycompany .row:after
{
   display: table;
   content: " ";
}
#djpartycompany:after,
#djpartycompany .row:after
{
   clear: both;
}
@media (max-width: 580px)
{
#djpartycompany > .row > .col-1, #djpartycompany > .row > .col-2, #djpartycompany > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#djpartycompany-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #FFFFFF;
   opacity: 0.55;
}
#wb_footer
{
   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;
}
#footer
{
   box-sizing: border-box;
   padding: 10px 15px 2px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_maps
{
   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;
}
#maps
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#maps > .col-1, #maps > .col-2, #maps > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 4px;
   padding-left: 4px;
   position: relative;
}
#maps > .col-1, #maps > .col-2, #maps > .col-3
{
   flex: 0 0 auto;
}
#maps > .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: center;
   text-align: center;
}
#maps > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#maps > .col-3
{
   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: center;
   text-align: center;
}
@media (max-width: 580px)
{
#maps > .col-1, #maps > .col-2, #maps > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#maps-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.0);
}
#maps-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#maps-divider-top .divider-fill
{
   fill: #FFFFFF;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_Card6
{
   display: flex;
   width: 100%;
   z-index: 31;
}
#wb_location-icon4
{
   display: inline-block;
   width: 38px;
   height: 48px;
   text-align: center;
   z-index: 39;
}
#wb_Card1
{
   display: flex;
   width: 100%;
   z-index: 17;
}
#wb_portfolioCollage
{
   display: block;
   width: 100%;
   z-index: 9;
}
#Html1
{
   display: inline-block;
   width: 350px;
   height: 350px;
   z-index: 44;
}
#wb_location-icon5
{
   display: inline-block;
   width: 38px;
   height: 48px;
   text-align: center;
   z-index: 40;
}
#wb_Image1
{
   display: inline-block;
   width: 199px;
   height: 77px;
   z-index: 32;
}
#wb_location-icon2
{
   display: inline-block;
   width: 38px;
   height: 48px;
   text-align: center;
   z-index: 37;
}
#wb_Card3
{
   display: flex;
   width: 100%;
   z-index: 26;
}
#wb_Card14
{
   display: flex;
   width: 100%;
   z-index: 13;
}
#wb_upIcon
{
   position: absolute;
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 10;
}
#wb_location-icon3
{
   display: inline-block;
   width: 38px;
   height: 48px;
   text-align: center;
   z-index: 38;
}
#wb_Card2
{
   display: flex;
   width: 100%;
   z-index: 20;
}
#wb_Card15
{
   display: flex;
   width: 100%;
   z-index: 8;
}
#wb_Image4
{
   display: inline-block;
   width: 245px;
   height: 57px;
   z-index: 36;
}
#wb_Card16
{
   display: flex;
   width: 100%;
   z-index: 28;
}
#wb_location-icon1
{
   display: inline-block;
   width: 38px;
   height: 48px;
   text-align: center;
   z-index: 41;
}
#wb_Heading6
{
   display: block;
   width: 100%;
   z-index: 0;
}
#wb_Card10
{
   display: flex;
   width: 100%;
   z-index: 19;
}
#wb_pricesCard2
{
   display: flex;
   width: 100%;
   z-index: 11;
}
#wb_Card11
{
   display: flex;
   width: 100%;
   z-index: 22;
}
#wb_Heading4
{
   display: block;
   width: 100%;
   z-index: 16;
}
#wb_Image7
{
   display: inline-block;
   width: 220px;
   height: 201px;
   z-index: 2;
}
#wb_Card12
{
   display: flex;
   width: 100%;
   z-index: 25;
}
#wb_Card9
{
   display: flex;
   width: 100%;
   z-index: 23;
}
#wb_Heading5
{
   display: block;
   width: 100%;
   z-index: 18;
}
#wb_headerMenu2
{
   display: block;
   width: 100%;
   z-index: 7;
}
#wb_Card13
{
   display: flex;
   width: 100%;
   z-index: 27;
}
#wb_Card8
{
   display: flex;
   width: 100%;
   z-index: 24;
}
#wb_Heading2
{
   display: block;
   width: 100%;
   z-index: 12;
}
#wb_IconFont1
{
   display: inline-block;
   width: 38px;
   height: 48px;
   text-align: center;
   z-index: 42;
}
#wb_Heading3
{
   display: block;
   width: 100%;
   z-index: 14;
}
#wb_Card5
{
   display: flex;
   width: 100%;
   z-index: 30;
}
#wb_Card4
{
   display: flex;
   width: 100%;
   z-index: 15;
}
#upStickyLayer
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 25px;
   top: auto;
   bottom: 25px;
   width: 50px;
   height: 50px;
   z-index: 49;
}
#wb_Card7
{
   display: flex;
   width: 100%;
   z-index: 21;
}
#wb_headerIcon6
{
   display: inline-block;
   width: 24px;
   height: 40px;
   text-align: center;
   z-index: 6;
}
#wb_headerIcon5
{
   display: inline-block;
   width: 24px;
   height: 40px;
   text-align: center;
   z-index: 5;
}
#wb_headerIcon4
{
   display: inline-block;
   width: 24px;
   height: 40px;
   text-align: center;
   z-index: 4;
}
#wb_headerIcon3
{
   display: inline-block;
   width: 24px;
   height: 40px;
   text-align: center;
   z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1099px)
{
body
{
   background-color: #000000;
   background-image: none;
}
#wb_home
{
   visibility: visible;
   display: table;
}
#wb_home
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#home
{
   height: 100vh;
   padding: 188px 0 100px 0;
}
#wb_header
{
   visibility: visible;
   display: table;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#header .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_services
{
   visibility: visible;
   display: table;
}
#wb_services
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#services
{
   height: auto;
   padding: 40px 40px 40px 40px;
}
#services .row
{
   margin-right: -40px;
   margin-left: -40px;
}
#services-divider-top
{
   height: 36px;
}
#services-divider-top
{
   top: 0%;
   left: 0;
}
#wb_DjpartyGallery
{
   visibility: visible;
   display: table;
}
#wb_DjpartyGallery
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#DjpartyGallery
{
   height: auto;
   padding: 50px 5px 50px 5px;
}
#DjpartyGallery .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: hidden;
   display: none;
}
#wb_upIcon
{
   left: 9px;
   top: 8px;
   width: 22px;
   height: 22px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon
{
   width: 22px;
   height: 22px;
}
#upIcon i
{
   line-height: 22px;
   font-size: 22px;
   width: 21px;
}
#wb_party
{
   visibility: visible;
   display: table;
}
#wb_party
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#party
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#party .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#party-divider-top
{
   height: 200px;
}
#party-divider-top
{
   top: 0%;
   left: 0;
}
#wb_pricesCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#pricesCard2-card-item0
{
   box-sizing: border-box;
   margin: 50px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#pricesCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
}
#pricesCard2-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#pricesCard2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#pricesCard2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#pricesCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   border-top: 2px rgba(255,255,255,0.00) solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#pricesCard2-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 20px 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#pricesCard2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#pricesCard2-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#pricesCard2-card-item5
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#pricesCard2-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#pricesCard2-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px rgba(255,255,255,0.00) solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#pricesCard2-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px rgba(255,255,255,0.00) solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#pricesCard2-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px rgba(255,255,255,0.00) solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#pricesCard2-card-item9
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 25px 20px 50px 20px;
   border: 1px solid #000000;
   border-radius: 1px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#pricesCard2-card-item9:hover
{
   background-color: #FFFFFF;
   color: #0275D8;
   border-color: #0275D8;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#pricesCard2-card-item9
{
   background-color: #0275D8;
   color: #FFFFFF;
   border-color: #0275D8;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#pricesCard2-card-item9 a
{
   color: inherit;
   display: block;
   padding: 10px 25px 10px 25px;
   text-decoration: none;
}
#wb_pricesCard2
{
   text-align: center;
}
#wb_Card14
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #00FF7F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Card14
{
   text-align: center;
}
#wb_Card15
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card15-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #32CD32;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Card15
{
   text-align: center;
}
#wb_djparty
{
   visibility: visible;
   display: table;
}
#wb_djparty
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#djparty
{
   height: auto;
   padding: 3px 45px 3px 45px;
}
#djparty .row
{
   margin-right: -45px;
   margin-left: -45px;
}
#wb_headerIcon3
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#headerIcon3
{
   width: 24px;
   height: 40px;
}
#headerIcon3 i
{
   line-height: 40px;
   font-size: 24px;
   width: 23px;
}
#wb_headerIcon4
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#headerIcon4
{
   width: 24px;
   height: 40px;
}
#headerIcon4 i
{
   line-height: 40px;
   font-size: 24px;
   width: 23px;
}
#wb_headerIcon5
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#headerIcon5
{
   width: 24px;
   height: 40px;
}
#headerIcon5 i
{
   line-height: 40px;
   font-size: 24px;
   width: 23px;
}
#wb_headerIcon6
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#headerIcon6
{
   width: 24px;
   height: 40px;
}
#headerIcon6 i
{
   line-height: 40px;
   font-size: 24px;
   width: 23px;
}
#wb_headerMenu2
{
   width: 736px;
   height: 38px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#headerMenu2
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 1px solid #7FFF00;
   border-radius: 0px;
   width: 736px;
   height: 38px;
}
#headerMenu2:hover
{
   background-color: #7FFF00;
   background-image: none;
   border-color: #424242;
}
#headerMenu2 .line
{
   background: #C0C0C0;
}
#headerMenu2:hover .line
{
   background: #4F4F4F;
}
#headerMenu2 .line
{
   top: 0px;
}
#headerMenu2 .line:first-child
{
   margin-top: 4px;
}
#headerMenu2-overlay ul
{
   font-size: 20px;
   text-align: left;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading3
{
   background-color: rgba(105,105,105,0.24);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 24px;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading4
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 24px;
   text-align: center;
   text-transform: none;
}
#wb_Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 19px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
   line-height: 21px;
}
#wb_CssMenu5
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: left;
}
#wb_CssMenu5 li
{
   width: 100%;
}
#wb_CssMenu5 a
{
   color: #CACACA;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_CssMenu5 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 25px;
   padding: 0 0px 0px 0px;
   line-height: 25px;
}
#wb_CssMenu5 li:hover a, #wb_CssMenu5 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu5 li
{
   padding-bottom: 0px !important;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 19px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
   line-height: 24px;
}
#wb_Text13
{
   visibility: visible;
   display: block;
}
#wb_Text13
{
   font-size: 19px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: center;
   line-height: 24px;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 10px 0 ;
   color: transparent;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 80px;
   width: 100%;
   height: 80px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: -80px 20px 0 92px;
   padding: 12px 20px 12px 20px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 10px 92px;
   padding: 12px 20px 12px 20px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item3
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #696969;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card5-card-item3 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#Card5-card-item4
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card5-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#wb_Card5
{
   text-align: left;
}
#wb_Card6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 10px 0 ;
   color: transparent;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 80px;
   width: 100%;
   height: 80px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: -80px 20px 0 92px;
   padding: 12px 20px 12px 20px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 10px 92px;
   padding: 12px 20px 12px 20px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card6-card-item3
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #696969;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item3 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card6-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card6-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #696969;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card6-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_Card6
{
   text-align: left;
}
#wb_Image1
{
   width: 199px;
   height: 77px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 199px;
   height: 77px;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 15px;
   margin: 0;
   padding: 4px 0 0 0;
   text-align: left;
   line-height: 19px;
}
#wb_Image4
{
   width: 182px;
   height: 42px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image4
{
   width: 182px;
   height: 42px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 23px;
}
#wb_location-icon2
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#location-icon2
{
   width: 38px;
   height: 48px;
}
#location-icon2 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_location-icon3
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#location-icon3
{
   width: 38px;
   height: 48px;
}
#location-icon3 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_location-icon4
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#location-icon4
{
   width: 38px;
   height: 48px;
}
#location-icon4 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_location-icon5
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#location-icon5
{
   width: 38px;
   height: 48px;
}
#location-icon5 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_location-icon5:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_location-icon1
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#location-icon1
{
   width: 38px;
   height: 48px;
}
#location-icon1 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_location-icon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_IconFont1
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#IconFont1
{
   width: 38px;
   height: 48px;
}
#IconFont1 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   font-size: 15px;
   margin: 0;
   padding: 25px 0 25px 0;
   text-align: center;
   line-height: 19px;
}
#Html1
{
   width: 350px;
   height: 350px;
   visibility: visible;
   display: inline-block;
}
#wb_Heading6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 10px 0;
   font-size: 32px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading6
{
   color: #DCDCDC;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_Image7
{
   width: 220px;
   height: 201px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image7
{
   width: 220px;
   height: 201px;
}
#StructuredData2
{
   left: 30px;
   top: 11690px;
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_banner3
{
   visibility: visible;
   display: table;
}
#wb_banner3
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#banner3
{
   height: 100vh;
   padding: 20px 0 20px 0;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 1px 2px 1px 2px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card4
{
   text-align: left;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 10px 15px 2px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_portfolio1
{
   visibility: visible;
   display: table;
}
#wb_portfolio1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#portfolio1
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#portfolio1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 100px 15px 60px 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1-divider-top
{
   height: 50px;
}
#LayoutGrid1-divider-top
{
   top: 0%;
   left: 0;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #FFFFFF;
   border-radius: 50%;
   max-width: 120px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 120px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #292B2C;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00ABF1;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card1-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #3B5998;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_Card1
{
   text-align: center;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 15px 5px 15px 5px;
}
#LayoutGrid2 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#wb_Card7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card7-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card7-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card7
{
   text-align: left;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card2-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item0 i
{
   color: #FFFFFF;
   margin-left: 5px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card2
{
   text-align: left;
}
#wb_Card10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 10px;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card10-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card10-card-item0 i
{
   color: #FFFFFF;
   margin-left: 4px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 1px 2px 1px 2px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card10
{
   text-align: left;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 15px 5px 15px 5px;
}
#LayoutGrid3 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#wb_Card8
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card8-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card8-card-item0 i
{
   color: #FFFFFF;
   margin-left: 7px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8
{
   text-align: left;
}
#wb_Card9
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card9-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card9-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card9
{
   text-align: left;
}
#wb_Card11
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card11-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card11-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 1px 2px 1px 2px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card11
{
   text-align: left;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 15px 5px 15px 5px;
}
#LayoutGrid4 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card3-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card3
{
   text-align: left;
}
#wb_Card12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card12-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card12-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card12
{
   text-align: left;
}
#wb_Card13
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card13-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card13-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card13
{
   text-align: left;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 5px 15px 5px;
}
#LayoutGrid6 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#wb_Card16
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card16-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card16
{
   text-align: left;
}
#wb_portfolioCollage
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_djpartycompany
{
   visibility: visible;
   display: table;
}
#wb_djpartycompany
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#djpartycompany
{
   height: auto;
   padding: 75px 5px 75px 5px;
}
#djpartycompany .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#djpartycompany > .row > .col-1, #djpartycompany > .row > .col-2, #djpartycompany > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#djpartycompany > .row > .col-1
{
   display: block;
   width: 41.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#djpartycompany > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#djpartycompany > .row > .col-3
{
   display: block;
   width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 10px 15px 2px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_maps
{
   visibility: visible;
   display: table;
}
#wb_maps
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#maps
{
   height: auto;
   padding: 15px 0 15px 0;
}
#maps-divider-top
{
   height: 50px;
}
#maps-divider-top
{
   top: 0%;
   left: 0;
}
}
@media only screen and (max-width: 767px)
{
body
{
   background-color: #000000;
   background-image: none;
}
#wb_home
{
   visibility: visible;
   display: table;
}
#wb_home
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#home
{
   height: 100vh;
   padding: 188px 0 100px 0;
}
#wb_header
{
   visibility: visible;
   display: table;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#header .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_services
{
   visibility: visible;
   display: table;
}
#wb_services
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#services
{
   height: auto;
   padding: 12px 10px 12px 10px;
}
#services .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#services-divider-top
{
   height: 36px;
}
#services-divider-top
{
   top: 0%;
   left: 0;
}
#wb_DjpartyGallery
{
   visibility: visible;
   display: table;
}
#wb_DjpartyGallery
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#DjpartyGallery
{
   height: auto;
   padding: 50px 5px 50px 5px;
}
#DjpartyGallery .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: hidden;
   display: none;
}
#wb_upIcon
{
   left: 9px;
   top: 8px;
   width: 22px;
   height: 22px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon
{
   width: 22px;
   height: 22px;
}
#upIcon i
{
   line-height: 22px;
   font-size: 22px;
   width: 21px;
}
#wb_party
{
   visibility: visible;
   display: table;
}
#wb_party
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#party
{
   height: auto;
   padding: 0 5px 5px 5px;
}
#party .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#party-divider-top
{
   height: 200px;
}
#party-divider-top
{
   top: 0%;
   left: 0;
}
#wb_pricesCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#pricesCard2-card-item0
{
   box-sizing: border-box;
   margin: 50px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#pricesCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
}
#pricesCard2-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#pricesCard2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#pricesCard2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#pricesCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   border-top: 2px rgba(255,255,255,0.00) solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#pricesCard2-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 20px 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#pricesCard2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#pricesCard2-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#pricesCard2-card-item5
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#pricesCard2-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#pricesCard2-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px rgba(255,255,255,0.00) solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#pricesCard2-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px rgba(255,255,255,0.00) solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#pricesCard2-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px rgba(255,255,255,0.00) solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#pricesCard2-card-item9
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 25px 20px 50px 20px;
   border: 1px solid #000000;
   border-radius: 1px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#pricesCard2-card-item9:hover
{
   background-color: #FFFFFF;
   color: #0275D8;
   border-color: #0275D8;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#pricesCard2-card-item9
{
   background-color: #0275D8;
   color: #FFFFFF;
   border-color: #0275D8;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#pricesCard2-card-item9 a
{
   color: inherit;
   display: block;
   padding: 10px 25px 10px 25px;
   text-decoration: none;
}
#wb_pricesCard2
{
   text-align: center;
}
#wb_Card14
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #00FF7F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Card14
{
   text-align: center;
}
#wb_Card15
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card15-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #32CD32;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Card15
{
   text-align: center;
}
#wb_djparty
{
   visibility: visible;
   display: table;
}
#wb_djparty
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#djparty
{
   height: auto;
   padding: 3px 7px 3px 7px;
}
#djparty .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#wb_headerIcon3
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#headerIcon3
{
   width: 24px;
   height: 40px;
}
#headerIcon3 i
{
   line-height: 40px;
   font-size: 24px;
   width: 23px;
}
#wb_headerIcon4
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#headerIcon4
{
   width: 24px;
   height: 40px;
}
#headerIcon4 i
{
   line-height: 40px;
   font-size: 24px;
   width: 23px;
}
#wb_headerIcon5
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#headerIcon5
{
   width: 24px;
   height: 40px;
}
#headerIcon5 i
{
   line-height: 40px;
   font-size: 24px;
   width: 23px;
}
#wb_headerIcon6
{
   width: 24px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#headerIcon6
{
   width: 24px;
   height: 40px;
}
#headerIcon6 i
{
   line-height: 40px;
   font-size: 24px;
   width: 23px;
}
#wb_headerMenu2
{
   width: 348px;
   height: 38px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#headerMenu2
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 1px solid #7FFF00;
   border-radius: 0px;
   width: 348px;
   height: 38px;
}
#headerMenu2:hover
{
   background-color: #7FFF00;
   background-image: none;
   border-color: #424242;
}
#headerMenu2 .line
{
   background: #C0C0C0;
}
#headerMenu2:hover .line
{
   background: #4F4F4F;
}
#headerMenu2 .line
{
   top: 0px;
}
#headerMenu2 .line:first-child
{
   margin-top: 4px;
}
#headerMenu2-overlay ul
{
   font-size: 20px;
   text-align: left;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 27px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading3
{
   background-color: rgba(105,105,105,0.24);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 21px;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading4
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 19px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
   line-height: 21px;
}
#wb_CssMenu5
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: left;
}
#wb_CssMenu5 li
{
   width: 100%;
}
#wb_CssMenu5 a
{
   color: #CACACA;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_CssMenu5 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 25px;
   padding: 0 0px 0px 0px;
   line-height: 25px;
}
#wb_CssMenu5 li:hover a, #wb_CssMenu5 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu5 li
{
   padding-bottom: 0px !important;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 19px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
   line-height: 24px;
}
#wb_Text13
{
   visibility: visible;
   display: block;
}
#wb_Text13
{
   font-size: 19px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
   line-height: 24px;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 10px 0 ;
   color: #000000;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 80px;
   width: 100%;
   height: 80px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: -80px 20px 0 92px;
   padding: 12px 20px 12px 20px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 10px 92px;
   padding: 12px 20px 12px 20px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item3
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #696969;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card5-card-item3 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#Card5-card-item4
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card5-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#wb_Card5
{
   text-align: left;
}
#wb_Card6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 10px 0 ;
   color: #000000;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 80px;
   width: 100%;
   height: 80px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: -80px 20px 0 92px;
   padding: 12px 20px 12px 20px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 10px 92px;
   padding: 12px 20px 12px 20px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card6-card-item3
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #696969;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item3 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card6-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card6-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #696969;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card6-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_Card6
{
   text-align: left;
}
#wb_Image1
{
   width: 199px;
   height: 77px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 199px;
   height: 77px;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 20px;
   margin: 0;
   padding: 4px 0 0 0;
   text-align: left;
   line-height: 27px;
}
#wb_Image4
{
   width: 182px;
   height: 42px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image4
{
   width: 182px;
   height: 42px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 24px;
}
#wb_location-icon2
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#location-icon2
{
   width: 38px;
   height: 48px;
}
#location-icon2 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_location-icon3
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#location-icon3
{
   width: 38px;
   height: 48px;
}
#location-icon3 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_location-icon4
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#location-icon4
{
   width: 38px;
   height: 48px;
}
#location-icon4 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_location-icon5
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#location-icon5
{
   width: 38px;
   height: 48px;
}
#location-icon5 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_location-icon5:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_location-icon1
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#location-icon1
{
   width: 38px;
   height: 48px;
}
#location-icon1 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_location-icon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_IconFont1
{
   width: 38px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 0;
}
#IconFont1
{
   width: 38px;
   height: 48px;
}
#IconFont1 i
{
   line-height: 48px;
   font-size: 38px;
   width: 37px;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   font-size: 15px;
   margin: 0;
   padding: 25px 0 25px 0;
   text-align: center;
   line-height: 19px;
}
#Html1
{
   width: 350px;
   height: 350px;
   visibility: visible;
   display: inline-block;
}
#wb_Heading6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 10px 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading6
{
   color: #DCDCDC;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_Image7
{
   width: 220px;
   height: 201px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image7
{
   width: 220px;
   height: 201px;
}
#StructuredData2
{
   left: 20px;
   top: 17680px;
   width: 109px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_banner3
{
   visibility: visible;
   display: table;
}
#wb_banner3
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#banner3
{
   height: 100vh;
   padding: 20px 0 20px 0;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 1px 2px 1px 2px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card4
{
   text-align: left;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 10px 15px 2px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_portfolio1
{
   visibility: visible;
   display: table;
}
#wb_portfolio1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#portfolio1
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#portfolio1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 100px 15px 60px 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1-divider-top
{
   height: 50px;
}
#LayoutGrid1-divider-top
{
   top: 0%;
   left: 0;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #FFFFFF;
   border-radius: 50%;
   max-width: 120px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 120px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #292B2C;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00ABF1;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card1-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #3B5998;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_Card1
{
   text-align: center;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 15px 5px 15px 5px;
}
#LayoutGrid2 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#wb_Card7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card7-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card7-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card7
{
   text-align: left;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card2-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item0 i
{
   color: #FFFFFF;
   margin-left: 5px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card2
{
   text-align: left;
}
#wb_Card10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 10px;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card10-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card10-card-item0 i
{
   color: #FFFFFF;
   margin-left: 4px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 1px 2px 1px 2px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card10
{
   text-align: left;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 15px 5px 15px 5px;
}
#LayoutGrid3 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#wb_Card8
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card8-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card8-card-item0 i
{
   color: #FFFFFF;
   margin-left: 7px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8
{
   text-align: left;
}
#wb_Card9
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card9-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card9-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card9
{
   text-align: left;
}
#wb_Card11
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card11-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card11-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 1px 2px 1px 2px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card11
{
   text-align: left;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 15px 5px 15px 5px;
}
#LayoutGrid4 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card3-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card3
{
   text-align: left;
}
#wb_Card12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card12-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card12-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card12
{
   text-align: left;
}
#wb_Card13
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card13-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card13-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card13
{
   text-align: left;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 5px 15px 5px;
}
#LayoutGrid6 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#wb_Card16
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card16-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item0 i
{
   color: #FFFFFF;
   margin-left: 6px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 1px 2px 1px 2px;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card16
{
   text-align: left;
}
#wb_portfolioCollage
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_djpartycompany
{
   visibility: visible;
   display: table;
}
#wb_djpartycompany
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#djpartycompany
{
   height: auto;
   padding: 75px 5px 75px 5px;
}
#djpartycompany .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#djpartycompany > .row > .col-1, #djpartycompany > .row > .col-2, #djpartycompany > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#djpartycompany > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#djpartycompany > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#djpartycompany > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 10px 15px 2px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_maps
{
   visibility: visible;
   display: table;
}
#wb_maps
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#maps
{
   height: auto;
   padding: 15px 0 15px 0;
}
#maps-divider-top
{
   height: 50px;
}
#maps-divider-top
{
   top: 0%;
   left: 0;
}
}
