body
{
   background-color: #3B4656;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_header
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #3B4656;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 25px 0px 5px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#header > .col-1, #header > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .col-1, #header > .col-2
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#header > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 50%;
   max-width: 50%;
   -webkit-align-self: center;
   align-self: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#header > .col-1 > .col-1-padding
{
   padding: 0px 0px 0px 20px;
}
#header > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 50%;
   max-width: 50%;
   -webkit-align-self: flex-start;
   align-self: flex-start;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 480px)
{
#header > .col-1, #header > .col-2
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_headerText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_headerText
{
   color: #F5F5F5;
   font-family: Tahoma;
   font-weight: normal;
   font-size: 15px;
   line-height: 17.5px;
}
#wb_headerText p, #wb_headerText ul
{
   margin: 0;
   padding: 0;
}
#wb_carouselGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   box-sizing: border-box;
   margin: 0;
}
#carouselGrid
{
   box-sizing: border-box;
   padding: 20px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#carouselGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#carouselGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#carouselGrid > .row > .col-1
{
   float: left;
}
#carouselGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#carouselGrid > .row > .col-1 > .col-1-padding
{
   padding: 0px 0px 35px 0px;
}
#carouselGrid:before,
#carouselGrid:after,
#carouselGrid .row:before,
#carouselGrid .row:after
{
   display: table;
   content: " ";
}
#carouselGrid:after,
#carouselGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#carouselGrid > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#menuLayer
{
   background-color: transparent;
   background-image: none;
   opacity: 0.77;
}
#wb_menuPanel a, #menuPanel_markup li a
{
   display: block;
   text-align: left;
   vertical-align: middle;
}
#menuPanel_markup
{
   display: none;
   margin: 0;
   padding: 75px 25px 0px 25px;
}
#menuPanel_panel #menuPanel_markup
{
   display: block;
}
#menuPanel_markup ul
{
   list-style: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#menuPanel_markup li a, #menuPanel_markup li a:hover
{
   padding: 10px 10px 10px 10px;
   box-shadow: none;
}
#menuPanel_markup .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #000000;
}
#menuPanel_panel
{
   display: none;
   position: absolute;
   position: fixed;
   top: 0;
   height: 100%;
   width: 250px;
   z-index: 9999;
}
#menuPanel_markup li a
{
   color: #FFFFFF;
   border: 0px solid #000000;
   background-color: #808080;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
}
#wb_menuPanel a
{
   color: #FF8C00;
   border: 1px solid #FF8C00;
   background-color: #808080;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
}
#menuPanel_markup li a:hover
{
   color: #FF8C00;
   background-color: #808080;
   border: 0px solid #00BFFF;
}
#wb_menuPanel a:hover
{
   color: #F7F7F7;
   background-color: #FFFFFF;
   border: 1px solid #FF8C00;
}
#menuPanel_panel
{
   background-color: #808080;
   overflow-y: auto;
}
#menuPanel .line
{
   width: 16px;
   height: 3px;
   background: #FF8C00;
   display: block;
   margin: 3px auto;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
#menuPanel .line:first-child
{
   margin-top: 16px;
}
#menuPanel.open .line:nth-child(1)
{
   -webkit-transform: translateY(6px) rotate(45deg);
   -moz-transform: translateY(6px) rotate(45deg);
   transform: translateY(6px) rotate(45deg);
}
#menuPanel.open .line:nth-child(2)
{
   opacity: 0;
}
#menuPanel.open .line:nth-child(3)
{
   -webkit-transform: translateY(-6px) rotate(-45deg);
   -moz-transform: translateY(-6px) rotate(-45deg);
   transform: translateY(-6px) rotate(-45deg);
}
#menuPanel
{
   line-height: 48px;
   width: 48px;
   height: 48px;
   position: absolute;
   z-index: 999;
}
#menuPanel_markup ul li i
{
   font-size: 16px;
   padding: 0px 10px 0px 0px;
   vertical-align: middle;
   width: 16px;
}
#menuPanel_markup span
{
   display: inline-block;
   height: 16px;
   vertical-align: middle;
   line-height: 16px;
}
#menuPanel-close
{
   display: none;
   text-align: right;
}
#menuPanel-close a
{
   color: #FF8C00;
   display: inline-block;
   font-size: 32px;
   font-weight: bold;
   padding: 5px 10px 5px 10px;
   text-decoration: none;
}
#menuPanel-close a:hover
{
   color: #F7F7F7;
}
@media all and (max-width:320px) 
{
#menuPanel_panel
{
   width: 100%;
}
body
{
   margin-left: 0 !important;
}
#menuPanel-close
{
   display: block;
}
}
#wb_service
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   box-sizing: border-box;
   margin: 0;
}
#service
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#service > .row
{
   margin-right: 0;
   margin-left: 0;
}
#service > .row > .col-1, #service > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#service > .row > .col-1, #service > .row > .col-2
{
   float: left;
}
#service > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 50%;
   text-align: center;
}
#service > .row > .col-1 > .col-1-padding
{
   padding: 10px 0px 5px 0px;
}
#service > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 50%;
   text-align: center;
}
#service > .row > .col-2 > .col-2-padding
{
   padding: 10px 0px 5px 0px;
}
#service:before,
#service:after,
#service .row:before,
#service .row:after
{
   display: table;
   content: " ";
}
#service:after,
#service .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#service > .row > .col-1, #service > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_gallery
{
   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;
}
#gallery
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#gallery > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#gallery > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#gallery > .row > .col-1
{
   float: left;
}
#gallery > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#gallery:before,
#gallery:after,
#gallery .row:before,
#gallery .row:after
{
   display: table;
   content: " ";
}
#gallery:after,
#gallery .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#gallery > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_sendform
{
   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;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
}
#sendform
{
   box-sizing: border-box;
   padding: 10px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
}
#sendform > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#sendform > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#sendform > .row > .col-1
{
   float: left;
}
#sendform > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#sendform:before,
#sendform:after,
#sendform .row:before,
#sendform .row:after
{
   display: table;
   content: " ";
}
#sendform:after,
#sendform .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#sendform > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_social
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #808080;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#social
{
   box-sizing: border-box;
   padding: 20px 15px 15px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#social > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#social > .row > .col-1, #social > .row > .col-2, #social > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#social > .row > .col-1, #social > .row > .col-2, #social > .row > .col-3
{
   float: left;
}
#social > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: center;
}
#social > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: center;
}
#social > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: center;
}
#social:before,
#social:after,
#social .row:before,
#social .row:after
{
   display: table;
   content: " ";
}
#social:after,
#social .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#social > .row > .col-1, #social > .row > .col-2, #social > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#wb_Yhteystiedot
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F9F9F9;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#Yhteystiedot
{
   box-sizing: border-box;
   padding: 50px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#Yhteystiedot > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Yhteystiedot > .row > .col-1, #Yhteystiedot > .row > .col-2, #Yhteystiedot > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Yhteystiedot > .row > .col-1, #Yhteystiedot > .row > .col-2, #Yhteystiedot > .row > .col-3
{
   float: left;
}
#Yhteystiedot > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: left;
}
#Yhteystiedot > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: left;
}
#Yhteystiedot > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: left;
}
#Yhteystiedot:before,
#Yhteystiedot:after,
#Yhteystiedot .row:before,
#Yhteystiedot .row:after
{
   display: table;
   content: " ";
}
#Yhteystiedot:after,
#Yhteystiedot .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Yhteystiedot > .row > .col-1, #Yhteystiedot > .row > .col-2, #Yhteystiedot > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#Yhteystiedot-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
}
#Yhteystiedot-divider-top svg
{
   display: block;
   width: 200%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%); 
}
#Yhteystiedot-divider-top .divider-fill
{
   fill: #4F4F4F;
   transform-origin: center;
   transform: rotateY(0deg);
}
#wb_linksText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 8px 0px;
   margin: 0;
   text-align: center;
}
#wb_linksText1
{
   color: #F05F40;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
}
#wb_linksText1 div
{
   text-align: center;
}
#wb_linksText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 8px 0px;
   margin: 0;
   text-align: left;
}
#wb_linksText2
{
   color: #F05F40;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
}
#wb_linksText2 div
{
   text-align: left;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 8px 0px;
   margin: 0;
   text-align: left;
}
#wb_Text1
{
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 8px 0px;
   margin: 0;
   text-align: left;
}
#wb_Text3
{
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 8px 0px;
   margin: 0;
   text-align: left;
}
#wb_Text4
{
   color: #F05F40;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 8px 0px;
   margin: 0;
   text-align: left;
}
#wb_Text5
{
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 5px 0px 5px 0px;
   margin: 0;
   text-align: center;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_LayoutGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #9DA3AB;
   background-image: none;
   border: 0px solid #D3D3D3;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid9
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid9 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid9 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid9 > .row > .col-1
{
   float: left;
}
#LayoutGrid9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#LayoutGrid9:before,
#LayoutGrid9:after,
#LayoutGrid9 .row:before,
#LayoutGrid9 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid9:after,
#LayoutGrid9 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid9 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_socialIcon2
{
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 16px 16px 16px 16px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_socialIcon2:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#socialIcon2
{
   height: 40px;
   width: 40px;
}
#socialIcon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 36px;
}
#wb_socialIcon2:hover i
{
   color: #4F4F4F;
}
#wb_socialIcon2
{
   -webkit-transition: all 500ms linear 0ms;
   -moz-transition: all 500ms linear 0ms;
   transition: all 500ms linear 0ms;
}
#wb_socialIcon4
{
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 16px 16px 16px 16px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_socialIcon4:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#socialIcon4
{
   height: 40px;
   width: 40px;
}
#socialIcon4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 36px;
}
#wb_socialIcon4:hover i
{
   color: #4F4F4F;
}
#wb_socialIcon4
{
   -webkit-transition: all 500ms linear 0ms;
   -moz-transition: all 500ms linear 0ms;
   transition: all 500ms linear 0ms;
}
#wb_homeHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   margin: 0;
   padding: 15px 0px 15px 0px;
   -webkit-animation: shadow-top-bottom 2500ms linear 200ms 1 normal both, animate-fade-in 2000ms linear 2000ms 1 normal both;
   -moz-animation: shadow-top-bottom 2500ms linear 200ms 1 normal both, animate-fade-in 2000ms linear 2000ms 1 normal both;
   animation: shadow-top-bottom 2500ms linear 200ms 1 normal both, animate-fade-in 2000ms linear 2000ms 1 normal both;
   text-align: center;
}
#homeHeading1
{
   color: #F5F5F5;
   font-family: Tahoma;
   font-weight: bold;
   font-size: 24px;
   margin: 0;
   text-align: center;
}
#wb_homeHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   margin: 0;
   padding: 20px 0px 30px 0px;
   -webkit-animation: animate-fade-in 2000ms linear 2000ms 1 normal both;
   -moz-animation: animate-fade-in 2000ms linear 2000ms 1 normal both;
   animation: animate-fade-in 2000ms linear 2000ms 1 normal both;
   text-align: center;
}
#homeHeading2
{
   color: #F5F5F5;
   font-family: Tahoma;
   font-weight: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
}
#Table1
{
   border: 2px solid transparent;
   background-color: transparent;
   background-image: none;
   border-collapse: separate;
   border-spacing: 1px;
   margin: 0;
}
#Table1 td
{
   padding: 0;
}
#Table1 p, #Table1 ul
{
   margin: 0;
   padding: 0;
}
#Table1 .cell0
{
   background-color: transparent;
   background-image: none;
   border: 0px #C0C0C0 solid;
   text-align: right;
   vertical-align: middle;
   font-size: 0;
}
#Table1 .cell1
{
   background-color: transparent;
   background-image: none;
   border: 0px #C0C0C0 solid;
   text-align: center;
   vertical-align: middle;
   font-size: 0;
}
#Table1 .cell2
{
   background-color: transparent;
   background-image: none;
   border: 0px #C0C0C0 solid;
   text-align: left;
   vertical-align: middle;
   font-size: 0;
}
#Table1 .cell3
{
   background-color: transparent;
   background-image: none;
   border: 0px #C0C0C0 solid;
   text-align: right;
   vertical-align: middle;
}
#Table1 .cell4
{
   background-color: transparent;
   background-image: none;
   border: 0px #C0C0C0 solid;
   text-align: center;
   vertical-align: middle;
}
#Table1 .cell5
{
   background-color: transparent;
   background-image: none;
   border: 0px #C0C0C0 solid;
   text-align: left;
   vertical-align: middle;
}
#Table1 .cell6
{
   background-color: transparent;
   background-image: none;
   border: 0px #C0C0C0 solid;
   text-align: center;
   vertical-align: bottom;
   font-size: 0;
}
#wb_FontAwesomeIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   -webkit-animation: animate-fade-in 3000ms linear 3500ms 1 normal both, transform-tada 4000ms linear 0ms infinite normal both;
   -moz-animation: animate-fade-in 3000ms linear 3500ms 1 normal both, transform-tada 4000ms linear 0ms infinite normal both;
   animation: animate-fade-in 3000ms linear 3500ms 1 normal both, transform-tada 4000ms linear 0ms infinite normal both;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#FontAwesomeIcon1
{
   height: 39px;
   width: 42px;
}
#FontAwesomeIcon1 i
{
   color: #87CEFA;
   display: inline-block;
   font-size: 39px;
   line-height: 39px;
   vertical-align: middle;
   width: 29px;
}
#wb_FontAwesomeIcon1:hover i
{
   color: #008B8B;
}
#wb_FontAwesomeIcon5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   -webkit-animation: animate-fade-in 3000ms linear 3000ms 1 normal both;
   -moz-animation: animate-fade-in 3000ms linear 3000ms 1 normal both;
   animation: animate-fade-in 3000ms linear 3000ms 1 normal both;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon5:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#FontAwesomeIcon5
{
   height: 39px;
   width: 42px;
}
#FontAwesomeIcon5 i
{
   color: #1E90FF;
   display: inline-block;
   font-size: 39px;
   line-height: 39px;
   vertical-align: middle;
   width: 35px;
}
#wb_FontAwesomeIcon5:hover i
{
   color: #00BFFF;
}
#wb_FontAwesomeIcon6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   -webkit-animation: animate-fade-in 3000ms linear 4000ms 1 normal both;
   -moz-animation: animate-fade-in 3000ms linear 4000ms 1 normal both;
   animation: animate-fade-in 3000ms linear 4000ms 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: 42px;
   width: 43px;
}
#FontAwesomeIcon6 i
{
   color: #1E90FF;
   display: inline-block;
   font-size: 42px;
   line-height: 42px;
   vertical-align: middle;
   width: 41px;
}
#wb_FontAwesomeIcon6:hover i
{
   color: #00BFFF;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: url(../images/logo_!.png);
   background-repeat: no-repeat;
   background-position: center top;
   background-size: contain;
   border: 0px solid #000000;
   box-sizing: border-box;
   margin: 0;
   padding: 80px 0px 80px 0px;
   -webkit-animation: transform-3d-flip-in-x 2500ms linear 200ms 1 normal both;
   -moz-animation: transform-3d-flip-in-x 2500ms linear 200ms 1 normal both;
   animation: transform-3d-flip-in-x 2500ms linear 200ms 1 normal both;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#wb_FontAwesomeIcon7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   -webkit-animation: animate-fade-in 3000ms linear 4000ms 1 normal both;
   -moz-animation: animate-fade-in 3000ms linear 4000ms 1 normal both;
   animation: animate-fade-in 3000ms linear 4000ms 1 normal both;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon7:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#FontAwesomeIcon7
{
   height: 42px;
   width: 43px;
}
#FontAwesomeIcon7 i
{
   color: #696969;
   display: inline-block;
   font-size: 42px;
   line-height: 42px;
   vertical-align: middle;
   width: 26px;
}
#wb_FontAwesomeIcon7:hover i
{
   color: #D3D3D3;
}
#PhotoGallery1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery1 .thumbnails
{
   margin: 0;
   font-size: 0;
}
#PhotoGallery1 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   display: inline-block;
   padding: 5px 5px 5px 5px;
   width: 25%;
   text-align: center;
   vertical-align: middle;
}
#PhotoGallery1 .frame
{
   padding: 2px;
   background-color: #fff;
   border: 1px #DDDDDD solid;
   border-radius: 4px;
}
#PhotoGallery1 .thumbnail img
{
   border-width: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
}
#PhotoGallery1 .clearfix:before,
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:before,
#PhotoGallery1 .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:after
{
   clear: both;
}
#PhotoGallery1 .visible-col4
{
   display: block;
}
#wb_galleryHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   margin: 0;
   padding: 40px 0px 0px 0px;
   text-align: center;
}
#galleryHeading1
{
   color: #F5F5F5;
   font-family: Tahoma;
   font-weight: bold;
   font-size: 29px;
   margin: 0;
   text-align: center;
}
#wb_galleryHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 0px 20px 0px;
   text-align: center;
}
#galleryHeading2
{
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   margin: 0;
   text-align: center;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   margin: 0;
   padding: 60px 0px 10px 0px;
   text-align: center;
}
#Heading1
{
   color: #F5F5F5;
   font-family: Tahoma;
   font-weight: bold;
   font-size: 29px;
   margin: 0;
   text-align: center;
}
#Line1
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 10px 0px 10px 0px;
   padding: 0;
}
#Editbox1
{
   border: 0px solid #808080;
   background-color: #FFFFFF;
   background-image: none;
   color :#696969;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   box-sizing: border-box;
   line-height: 24px;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: left;
}
#Line2
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 10px 0px 10px 0px;
   padding: 0;
}
#Editbox2
{
   border: 0px solid #CCCCCC;
   background-color: #FFFFFF;
   background-image: none;
   color :#555555;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   box-sizing: border-box;
   line-height: 24px;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: left;
}
#Line3
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 10px 0px 10px 0px;
   padding: 0;
}
#Editbox3
{
   border: 0px solid #CCCCCC;
   background-color: #FFFFFF;
   background-image: none;
   color :#555555;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   box-sizing: border-box;
   line-height: 24px;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: left;
}
#Line4
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 10px 0px 10px 0px;
   padding: 0;
}
#TextArea1
{
   border: 0px solid #CCCCCC;
   background-color: #FFFFFF;
   background-image: none;
   color :#555555;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   box-sizing: border-box;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: left;
   overflow: auto;
   resize: none;
}
#Line5
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 10px 0px 10px 0px;
   padding: 0;
}
#Button2
{
   border: 1px solid #18BC9C;
   border-radius: 4px;
   background-color: #F05F40;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   margin: 0;
}
#wb_Card1
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Card1-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card1-card-item0
{
   display: inline-block;
   height: 75px;
   box-sizing: border-box;
   margin: 0px 0px 0px 20px;
   padding: 0;
   border: 0px solid #F5F5F5;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-size: 75px;
}
#Card1-card-item0 a
{
   color: #F5F5F5;
   text-decoration: none;
}
#Card1-card-item0 i
{
   text-align: center;
   font-size: 75px;
   width: 75px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: -36px 0px 0px 48px;
   padding: 0;
   color: #F5F5F5;
   font-family: Tahoma;
   font-weight: bold;
   font-size: 29px;
   text-align: center;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 48px;
   padding: 0;
   color: #9DA3AB;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Card2
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Card2-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card2-card-item0
{
   display: inline-block;
   height: 75px;
   box-sizing: border-box;
   margin: 0px 0px 0px 20px;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-size: 75px;
}
#Card2-card-item0 a
{
   color: #F5F5F5;
   text-decoration: none;
}
#Card2-card-item0 i
{
   text-align: center;
   font-size: 75px;
   width: 75px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -36px 0px 0px 48px;
   padding: 0;
   color: #F5F5F5;
   font-family: Tahoma;
   font-weight: bold;
   font-size: 29px;
   text-align: center;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 48px;
   padding: 0;
   color: #9DA3AB;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
