body
{
   background-color: #000000;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_welcome, #wb_LayoutGrid5
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #wb_welcome, #wb_LayoutGrid5
   {
      background-attachment: scroll !important;
   }
}
#wb_floatingHeader
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#floatingHeader
{
   box-sizing: border-box;
   padding: 4px 15px 4px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#floatingHeader > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#floatingHeader > .row > .col-1, #floatingHeader > .row > .col-2, #floatingHeader > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#floatingHeader > .row > .col-1, #floatingHeader > .row > .col-2, #floatingHeader > .row > .col-3
{
   float: left;
}
#floatingHeader > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: left;
}
#floatingHeader > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 25%;
   text-align: left;
}
#floatingHeader > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 41.66666667%;
   text-align: left;
}
#floatingHeader:before,
#floatingHeader:after,
#floatingHeader .row:before,
#floatingHeader .row:after
{
   display: table;
   content: " ";
}
#floatingHeader:after,
#floatingHeader .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#floatingHeader > .row > .col-1, #floatingHeader > .row > .col-2, #floatingHeader > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#headerLogo
{
   padding: 8px 15px 8px 0px;
   list-style: none;
   background-color: #000000;
   background-image: none;
   border: 0px solid #C0C0C0;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#headerLogo > li
{
   display: inline-block;
   font-size: 24px;
}
#headerLogo a
{
   color: #FF8000;
   text-decoration: none;
}
#headerLogo a:hover
{
   color: #FF8000;
   text-decoration: none;
}
#headerLogo > .active
{
   color: #FF8000;
}
#headerLogo > li + li:before
{
   content: "";
   padding: 0 5px;
   color: #C0C0C0;
}
#wb_welcome
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/pixabay001.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#welcome
{
   box-sizing: border-box;
   height: 100vh;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 50px 0px 50px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#welcome > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#welcome > .col-1
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#welcome > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 100%;
   max-width: 100%;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: center;
   -webkit-align-self: stretch;
   -webkit-align-items: center;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#wb_welcome, #welcome
{
   height: auto;
}
#welcome > div[class^="col-"]
{
   height: 100vh;
}
#welcome > .col-1
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#welcome-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #696969;
   opacity: 0.49;
}
#wb_intro
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#intro
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#intro > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#intro > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#intro > .row > .col-1
{
   float: left;
}
#intro > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#intro > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0px 10px 0px;
}
#intro:before,
#intro:after,
#intro .row:before,
#intro .row:after
{
   display: table;
   content: " ";
}
#intro:after,
#intro .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#intro > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#upStickyLayer
{
   background-color: #696969;
   background-image: none;
   opacity: 0.77;
}
#wb_upIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_upIcon:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
}
#upIcon
{
   height: 24px;
   width: 24px;
}
#upIcon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 14px;
}
#wb_upIcon:hover i
{
   color: #FF8000;
}
#wb_introText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 20px 0px;
   margin: 20px 0px 0px 0px;
   text-align: center;
}
#wb_introText
{
   color: #D3D3D3;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   line-height: 16px;
}
#wb_introText p, #wb_introText ul
{
   margin: 0;
   padding: 0;
}
#wb_introText
{
   display: block;
   margin: 20px 0px 0px 0px;
   box-sizing: border-box;
   width: 100%;
}
#wb_headerMenu
{
   background-color: rgba(0,0,0,1.00);
   display: block;
   font-family: Arial;
   font-weight: bold;
   text-align: right;
   width: 100%;
   z-index: 1111 !important;
}
#headerMenu
{
   background-color: #000000;
   display: inline-block;
   height: 54px;
}
#wb_headerMenu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_headerMenu ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_headerMenu ul li
{
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_headerMenu ul li i
{
   font-size: 0px;
   width: 0px;
}
#wb_headerMenu ul li a
{
   background-color: #000000;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   font-style: normal;
   padding: 13px 12px 13px 12px;
   text-align: center;
   text-decoration: none;
}
#wb_headerMenu > ul > li > a 
{
   height: 28px;
}
.headerMenu a 
{
   display: block;
}
#wb_headerMenu li a:hover, #wb_headerMenu li .active
{
   background-color: #000000;
   color: #D3D3D3;
}
#wb_headerMenu ul ul
{
   display: none;
   position: absolute;
   top: 54px;
}
#wb_headerMenu ul li:hover > ul
{
   display: list-item;
}
#wb_headerMenu ul ul li 
{
   float: none;
   position: relative;
   width: 87px;
}
#wb_headerMenu ul ul li a
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul ul li a:hover, #wb_headerMenu ul ul li .active
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_headerMenu ul ul li i 
{
   margin-right: 0px;
   vertical-align: middle;
}
#wb_headerMenu ul ul li a 
{
   color: #FFFFFF;
   padding-top: 15px;
   padding-right: 10px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_headerMenu ul ul ul li 
{
   left: 87px;
   position: relative;
   top: -54px;
}
#wb_headerMenu .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_headerMenu .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_headerMenu li a:hover .arrow-down
{ 
   border-top-color: #D3D3D3;
}
#wb_headerMenu ul ul li a:hover .arrow-left, #wb_headerMenu ul ul li .active .arrow-left
{ 
   border-left-color: #424242;
}
#wb_headerMenu .toggle,[id^=headerMenu-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_headerMenu
{
   margin: 0;
   text-align: left;
}
#wb_headerMenu ul li a, #wb_headerMenu .toggle
{
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   padding: 15px 10px 15px 10px;
}
#wb_headerMenu .toggle + a
{
   display: none !important;
}
.headerMenu 
{
   display: none;
   z-index: 9999;
}
#headerMenu 
{
   background-color: transparent;
   display: none;
}
#wb_headerMenu > ul > li > a 
{
   height: auto !important;   margin: 0;
}
#wb_headerMenu .toggle 
{
   display: block;
   background-color: #000000;
   color: #FFFFFF;
   padding: 0px 10px 0px 10px;
   line-height: 30px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_headerMenu .toggle:hover 
{
   background-color: #000000;
   color: #D3D3D3;
}
[id^=headerMenu-submenu]:checked + ul 
{
   display: block !important;
}
#headerMenu-title
{
   height: 54px !important;
   line-height: 54px !important;
   text-align: center;
}
#wb_headerMenu ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_headerMenu ul ul .toggle,
#wb_headerMenu ul ul a 
{
   padding: 0 20px;
}
#wb_headerMenu a:hover,
#wb_headerMenu ul ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul li ul li .toggle,
#wb_headerMenu ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul ul ul a 
{
   padding: 15px 10px 15px 30px;
}
#wb_headerMenu ul li a 
{
   text-align: left;
}
#wb_headerMenu ul li a br 
{
   display: none;
}
#wb_headerMenu ul li i 
{
   margin-right: 0px;
}
#wb_headerMenu ul ul 
{
   float: none;
   position: static;
}
#wb_headerMenu ul ul li:hover > ul,
#wb_headerMenu ul li:hover > ul 
{
   display: none;
}
#wb_headerMenu ul ul li 
{
   display: block;
   width: 100%;
}
#wb_headerMenu ul ul ul li 
{
   position: static;
}
#headerMenu-icon 
{
   display: block;
   position: absolute;
   right: 12px;
   top: 15px;
}
#headerMenu-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_headerMenu ul li ul li .toggle:hover
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_headerMenu .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu .toggle:hover .arrow-down, #wb_headerMenu li .active .arrow-down
{
   border-top-color: #D3D3D3;
}
#wb_headerMenu ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu ul li ul li .toggle:hover .arrow-down, #wb_headerMenu ul li ul li .active .arrow-down
{
   border-top-color: #424242;
}
}
#wb_TextArt1
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#TextArt1{
   opacity: 0;
}
#wb_FontAwesomeIcon6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   -webkit-animation: slide-down-in 2000ms cubic-bezier(0.075, 0.82, 0.165, 1) 5000ms 1 normal both;
   animation: slide-down-in 2000ms cubic-bezier(0.075, 0.82, 0.165, 1) 5000ms 1 normal both;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon6:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#FontAwesomeIcon6
{
   height: 40px;
   width: 42px;
}
#FontAwesomeIcon6 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 25px;
}
#wb_FontAwesomeIcon6:hover i
{
   color: #FF8000;
}
#Line1
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-style: solid;
   border-bottom-width: 5px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#wb_IconFont7
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #C3442B;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont7:hover
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #C3442B;
}
#IconFont7
{
   height: 51px;
   width: 50px;
}
#IconFont7 i
{
   color: #FF8000;
   display: inline-block;
   font-size: 50px;
   line-height: 51px;
   vertical-align: middle;
   width: 31px;
}
#wb_IconFont7:hover i
{
   color: #FF8000;
}
#wb_TextArt4
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#TextArt4
{
   border-width: 0;
   vertical-align: top;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 30px 15px 30px 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: 0px;
   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;
   width: 100%;
   text-align: center;
}
#LayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0px 10px 0px;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_TextArt2
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#TextArt2
{
   border-width: 0;
   vertical-align: top;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text7 div
{
   text-align: center;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0px 15px 0px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_news
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#news
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#news > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#news > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#news > .row > .col-1
{
   float: left;
}
#news > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#news > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0px 10px 0px;
}
#news:before,
#news:after,
#news .row:before,
#news .row:after
{
   display: table;
   content: " ";
}
#news:after,
#news .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#news > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_TextArt3
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#TextArt3
{
   border-width: 0;
   vertical-align: top;
}
#wb_LayoutGrid11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid11
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 0px 0px 10px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid11 > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid11 > .col-1
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#LayoutGrid11 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 10px solid #000000;
   flex-basis: 100%;
   max-width: 100%;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: flex-start;
   -webkit-align-self: stretch;
   -webkit-align-items: flex-start;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid11 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 10px 0px 0px;
}
@media (max-width: 480px)
{
#LayoutGrid11 > .col-1
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#Line2
{
   border-color: #000000;
   border-style: solid;
   border-bottom-width: 20px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#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;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 10px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#LayoutGrid8 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0px 10px 0px;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_TextArt5
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#TextArt5
{
   border-width: 0;
   vertical-align: top;
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FF8000;
   background: linear-gradient(225deg, #FF8000 0%, #FFA500 100%);
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 25%;
   text-align: left;
}
#LayoutGrid4 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 75%;
   text-align: left;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_IconFont2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #C3442B;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #C3442B;
}
#IconFont2
{
   height: 40px;
   width: 40px;
}
#IconFont2 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 36px;
}
#wb_IconFont2:hover i
{
   color: #000000;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 10px 0px;
   margin: 0px 0px 10px 0px;
   text-align: left;
}
#wb_Text2
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   line-height: 16px;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: block;
   margin: 0px 0px 10px 0px;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0px 0px 20px 0px;
   text-align: left;
}
#wb_Text3
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 12px;
   line-height: 15px;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text3
{
   display: block;
   margin: 0px 0px 20px 0px;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 2px solid #000000;
   border-radius: 50%;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFA500;
   background: linear-gradient(225deg, #FFA500 0%, #FF8000 100%);
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 75%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 25%;
   text-align: left;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_IconFont5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont5:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont5
{
   height: 40px;
   width: 40px;
}
#IconFont5 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 36px;
}
#wb_IconFont5:hover i
{
   color: #000000;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 10px 0px;
   margin: 0px 0px 10px 0px;
   text-align: left;
}
#wb_Text4
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   line-height: 16px;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text4
{
   display: block;
   margin: 0px 0px 10px 0px;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0px 0px 20px 0px;
   text-align: left;
}
#wb_Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 12px;
   line-height: 15px;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 0px 0px 20px 0px;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 2px solid #000000;
   border-radius: 50%;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FF8000;
   background: linear-gradient(225deg, #FF8000 0%, #FFA500 100%);
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 25%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 75%;
   text-align: left;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_IconFont6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont6:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont6
{
   height: 40px;
   width: 40px;
}
#IconFont6 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 36px;
}
#wb_IconFont6:hover i
{
   color: #000000;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 10px 0px;
   margin: 0px 0px 10px 0px;
   text-align: left;
}
#wb_Text6
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   line-height: 16px;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: block;
   margin: 0px 0px 10px 0px;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0px 0px 20px 0px;
   text-align: left;
}
#wb_Text8
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 12px;
   line-height: 15px;
}
#wb_Text8 div
{
   text-align: left;
}
#wb_Text8
{
   display: block;
   margin: 0px 0px 20px 0px;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 2px solid #000000;
   border-radius: 50%;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/NatterRadio_banner.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 100px 0px 0px 0px;
}
#LayoutGrid5
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 50px 0px 50px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2, #LayoutGrid5 > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2, #LayoutGrid5 > .col-3
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#LayoutGrid5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 25%;
   max-width: 25%;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: flex-start;
   -webkit-align-self: stretch;
   -webkit-align-items: flex-start;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid5 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 50%;
   max-width: 50%;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: flex-start;
   -webkit-align-self: stretch;
   -webkit-align-items: flex-start;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid5 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0px 25px 0px;
}
#LayoutGrid5 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 25%;
   max-width: 25%;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: flex-start;
   -webkit-align-self: stretch;
   -webkit-align-items: flex-start;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2, #LayoutGrid5 > .col-3
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid5-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.58;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 20px 0px 20px 0px;
   text-align: center;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text5
{
   display: block;
   margin: 20px 0px 20px 0px;
   box-sizing: border-box;
   width: 100%;
}
#Button5
{
   box-sizing: border-box;
   line-height: 32px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #FF8000;
   background-color: #FF8000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#wb_IconFont1
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   text-align: center;
   margin: 0px 2px 0px 0px;
   padding: 4px 10px 4px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont1
{
   height: 28px;
   width: 20px;
}
#IconFont1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont1:hover i
{
   color: #FFFFFF;
}
#wb_IconFont3
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   text-align: center;
   margin: 0px 2px 0px 0px;
   padding: 6px 4px 6px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont3:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont3
{
   height: 20px;
   width: 25px;
}
#IconFont3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
   width: 10px;
}
#wb_IconFont3:hover i
{
   color: #000000;
}
#wb_IconFont12
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   text-align: center;
   margin: 0px 2px 0px 0px;
   padding: 6px 4px 6px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont12:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont12
{
   height: 20px;
   width: 27px;
}
#IconFont12 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont12:hover i
{
   color: #000000;
}
#wb_IconFont13
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   text-align: center;
   margin: 0px 2px 0px 0px;
   padding: 6px 4px 6px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont13:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont13
{
   height: 20px;
   width: 27px;
}
#IconFont13 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
   width: 16px;
}
#wb_IconFont13:hover i
{
   color: #000000;
}
#Line3
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-style: solid;
   border-bottom-width: 29px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#wb_TextArt6
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#TextArt6
{
   border-width: 0;
   vertical-align: top;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 40px 15px 40px 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: 0px;
   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;
   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_footerText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerText2
{
   color: #DCDCDC;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   line-height: 16px;
}
#wb_footerText2 p, #wb_footerText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_footerText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_TextArt7
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#TextArt7
{
   border-width: 0;
   vertical-align: top;
}
#Line4
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 14px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#Html3
{
   display: inline-block;
   width: 939px;
   height: 679px;
   z-index: 16;
}
#wb_TextArt7
{
   display: inline-block;
   width: 500px;
   height: 58px;
   z-index: 15;
   position: relative;
}
#wb_TextArt4
{
   display: inline-block;
   width: 229px;
   height: 49px;
   z-index: 6;
   position: relative;
}
#wb_Image1
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 18;
}
#wb_TextArt5
{
   display: inline-block;
   width: 182px;
   height: 43px;
   z-index: 17;
   position: relative;
}
#Html1
{
   display: inline-block;
   width: 940px;
   height: 927px;
   z-index: 11;
}
#wb_Image2
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 25;
}
#Line4
{
   display: inline-block;
   width: 940px;
   z-index: 14;
}
#wb_upIcon
{
   position: absolute;
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 8;
}
#wb_Image3
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 26;
}
#Line1
{
   display: block;
   width: 100%;
   z-index: 4;
}
#TextArt5
{
   width: 182px;
   height: 43px;
}
#Line3
{
   display: block;
   width: 100%;
   z-index: 34;
}
#TextArt4
{
   width: 229px;
   height: 49px;
}
#TextArt7
{
   width: 500px;
   height: 58px;
}
#wb_headerMenu
{
   display: inline-block;
   width: 374px;
   height: 54px;
   z-index: 2;
}
#TextArt6
{
   width: 322px;
   height: 32px;
}
#wb_IconFont3
{
   display: inline-block;
   width: 25px;
   height: 20px;
   z-index: 35;
}
#wb_IconFont1
{
   display: inline-block;
   width: 20px;
   height: 28px;
   z-index: 32;
}
#wb_IconFont6
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 27;
}
#wb_IconFont5
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 22;
}
#wb_IconFont2
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 19;
}
#wb_IconFont7
{
   display: inline-block;
   width: 50px;
   height: 51px;
   text-align: center;
   z-index: 0;
}
#wb_IconFont13
{
   display: inline-block;
   width: 27px;
   height: 20px;
   z-index: 37;
}
#wb_TextArt2
{
   display: inline-block;
   width: 705px;
   height: 78px;
   z-index: 9;
   position: relative;
}
#wb_IconFont12
{
   display: inline-block;
   width: 27px;
   height: 20px;
   z-index: 36;
}
#TextArt3
{
   width: 424px;
   height: 49px;
}
#wb_TextArt3
{
   display: inline-block;
   width: 424px;
   height: 49px;
   z-index: 12;
   position: relative;
}
#wb_FontAwesomeIcon6
{
   display: inline-block;
   width: 42px;
   height: 40px;
   text-align: center;
   z-index: 5;
}
#TextArt2
{
   width: 705px;
   height: 78px;
}
#upStickyLayer
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 25px;
   top: auto;
   bottom: 25px;
   width: 50px;
   height: 50px;
   z-index: 42;
}
#wb_TextArt1
{
   display: inline-block;
   width: 465px;
   height: 94px;
   z-index: 3;
   position: relative;
}
#wb_headerLogo
{
   display: inline-block;
   width: 212px;
   height: 34px;
   z-index: 1;
   vertical-align: top;
}
#Button5
{
   display: inline-block;
   width: 95px;
   height: 36px;
   z-index: 33;
}
#wb_TextArt6
{
   display: inline-block;
   width: 322px;
   height: 32px;
   z-index: 30;
   position: relative;
}
#Html2
{
   display: inline-block;
   width: 500px;
   height: 713px;
   z-index: 13;
}
@media only screen and (min-width: 480px) and (max-width: 969px)
{
body
{
   background-color: #000000;
   background-image: none;
}
#wb_floatingHeader
{
   visibility: visible;
   display: table;
}
#wb_floatingHeader
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#floatingHeader
{
   padding: 4px 15px 4px 15px;
}
#floatingHeader .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#floatingHeader > .row > .col-1, #floatingHeader > .row > .col-2, #floatingHeader > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#floatingHeader > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#floatingHeader > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#floatingHeader > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_headerLogo
{
   width: 130px;
   height: 47px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#headerLogo
{
   font-family: Arial;
   font-weight: bold;
   padding: 8px 15px 8px 0px;
   text-align: left;
}
#headerLogo > li
{
   font-size: 20px;
}
#wb_welcome
{
   visibility: visible;
   display: table;
}
#wb_welcome
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#welcome
{
   padding: 50px 0px 50px 0px;
}
#welcome > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#welcome > .col-1
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_intro
{
   visibility: visible;
   display: table;
}
#wb_intro
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#intro
{
   padding: 50px 15px 50px 15px;
}
#intro .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#intro > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#intro > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#intro > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 10px 0px 10px 0px;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline;
}
#wb_upIcon
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon
{
   width: 24px;
   height: 24px;
}
#upIcon i
{
   line-height: 24px;
   font-size: 24px;
   width: 14px;
}
#wb_introText
{
   visibility: visible;
   display: block;
}
#wb_introText
{
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   margin: 20px 0px 0px 0px;
   padding: 0px 0px 20px 0px;
   text-align: center;
   line-height: 16px;
}
#wb_headerMenu
{
   width: 290px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: right;
}
#wb_TextArt1
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_FontAwesomeIcon6
{
   width: 42px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#FontAwesomeIcon6
{
   width: 42px;
   height: 40px;
}
#FontAwesomeIcon6 i
{
   line-height: 40px;
   font-size: 40px;
   width: 25px;
}
#Line1
{
   width: 100%;
   height: 5px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-bottom-width: 5px;
}
#wb_IconFont7
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#IconFont7
{
   width: 40px;
   height: 40px;
}
#IconFont7 i
{
   line-height: 40px;
   font-size: 40px;
   width: 25px;
}
#wb_TextArt4
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
}
@media only screen and (max-width: 479px)
{
body
{
   background-color: #000000;
   background-image: none;
}
#wb_floatingHeader
{
   visibility: visible;
   display: table;
}
#wb_floatingHeader
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#floatingHeader
{
   padding: 4px 15px 4px 15px;
}
#floatingHeader .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#floatingHeader > .row > .col-1, #floatingHeader > .row > .col-2, #floatingHeader > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#floatingHeader > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#floatingHeader > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#floatingHeader > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_headerLogo
{
   width: 231px;
   height: 47px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#headerLogo
{
   font-family: Arial;
   font-weight: bold;
   padding: 8px 15px 8px 0px;
   text-align: left;
}
#headerLogo > li
{
   font-size: 20px;
}
#wb_welcome
{
   visibility: visible;
   display: table;
}
#wb_welcome
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#welcome
{
   padding: 50px 0px 50px 0px;
}
#welcome > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#welcome > .col-1
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_intro
{
   visibility: visible;
   display: table;
}
#wb_intro
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#intro
{
   padding: 50px 15px 50px 15px;
}
#intro .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#intro > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#intro > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#intro > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 10px 0px 10px 0px;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline;
}
#wb_upIcon
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon
{
   width: 24px;
   height: 24px;
}
#upIcon i
{
   line-height: 24px;
   font-size: 24px;
   width: 14px;
}
#wb_introText
{
   visibility: visible;
   display: block;
}
#wb_introText
{
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   margin: 20px 0px 0px 0px;
   padding: 0px 0px 20px 0px;
   text-align: center;
   line-height: 16px;
}
#wb_headerMenu
{
   width: 290px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: right;
}
#wb_TextArt1
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_FontAwesomeIcon6
{
   width: 42px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#FontAwesomeIcon6
{
   width: 42px;
   height: 40px;
}
#FontAwesomeIcon6 i
{
   line-height: 40px;
   font-size: 40px;
   width: 25px;
}
#Line1
{
   width: 100%;
   height: 5px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-bottom-width: 5px;
}
#wb_IconFont7
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#IconFont7
{
   width: 40px;
   height: 40px;
}
#IconFont7 i
{
   line-height: 40px;
   font-size: 40px;
   width: 25px;
}
#wb_TextArt4
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
}
