body
{
   background-color: #FFFFFF;
   background-image: url('../images/rand.jpg');
   background-attachment: fixed;
   background-position: left top;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   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;
}
#wb_floatingHeader
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #EBEBEB;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#floatingHeader
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 4px 0 4px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#floatingHeader > .col-1, #floatingHeader > .col-2, #floatingHeader > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#floatingHeader > .col-1, #floatingHeader > .col-2, #floatingHeader > .col-3
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#floatingHeader > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   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;
}
#floatingHeader > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   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: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#floatingHeader > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: none;
   -webkit-flex-basis: 0;
   flex-basis: 0;
   max-width: 0;
   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)
{
#floatingHeader > .col-1, #floatingHeader > .col-2, #floatingHeader > .col-3
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_header
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #EBEBEB;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #6AC32E;
   border-right-color: #000000;
   border-bottom-color: #6AC32E;
   border-left-color: #000000;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#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: 8.33333333%;
   text-align: left;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 91.66666667%;
   text-align: right;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#header > .row > .col-1, #header > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#FlexGrid2
{
   display: grid;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-column-gap: 50px;
   grid-row-gap: 20px;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
   grid-template-rows: 100px auto auto auto auto auto auto auto;
   grid-template-areas:
      "marge1 tekst1 tekst1 tekst1 tekst1 marge2"
      "marge1 foto1 foto2 foto3 foto4 marge2"
      "marge1 foto1 foto2 foto3 foto4 marge2"
      "marge1 foto1 foto2 foto3 foto4 marge2"
      "marge1 foto1 foto2 foto3 foto4 marge2"
      "marge1 tekst2 tekst3 tekst4 tekst5 marge2"
      "marge1 tekst2 tekst3 tekst4 tekst5 marge2"
      "marge1 marge3 marge3 marge3 marge3 marge2";
}
#FlexGrid2 .marge1
{
   display: flex;
   grid-area: marge1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid2 .tekst1
{
   display: flex;
   grid-area: tekst1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 40px 0 0 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .marge2
{
   display: flex;
   grid-area: marge2;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid2 .foto1
{
   display: flex;
   grid-area: foto1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid2 .foto2
{
   display: flex;
   grid-area: foto2;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid2 .foto3
{
   display: flex;
   grid-area: foto3;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid2 .foto4
{
   display: flex;
   grid-area: foto4;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid2 .tekst2
{
   display: flex;
   grid-area: tekst2;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 40px 0 0 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .tekst3
{
   display: flex;
   grid-area: tekst3;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 40px 0 0 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .tekst4
{
   display: flex;
   grid-area: tekst4;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 40px 0 0 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .tekst5
{
   display: flex;
   grid-area: tekst5;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 40px 0 0 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .marge3
{
   display: flex;
   grid-area: marge3;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid1
{
   display: grid;
   background-color: #EBEBEB;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: none;
   border-bottom-style: solid;
   border-left-style: none;
   border-top-color: #6AC32E;
   border-right-color: #6AC32E;
   border-bottom-color: #6AC32E;
   border-left-color: #6AC32E;
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 0 15px;
   font-size: 0;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
   grid-template-rows: 100px auto;
   grid-template-areas:
      "margin1 section1 header icon1 margin2 margin2 margin2 ."
      "margin1 section1 header icon2 margin2 margin2 margin2 .";
}
#FlexGrid1 .margin1
{
   display: flex;
   grid-area: margin1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid1 .section1
{
   display: flex;
   grid-area: section1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid1 .header
{
   display: flex;
   grid-area: header;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid1 .icon1
{
   display: flex;
   grid-area: icon1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid1 .margin2
{
   display: flex;
   grid-area: margin2;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   -webkit-align-items: flex-end;
   align-items: flex-end;
   -webkit-align-content: flex-end;
   align-content: flex-end;
}
#FlexGrid1 .icon2
{
   display: flex;
   grid-area: icon2;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#wb_Image1
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 0 30px;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #EBEBEB;
   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: 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_footerText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerText2
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   line-height: 15px;
}
#wb_footerText2 p, #wb_footerText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_footerText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#upStickyLayer
{
   background-color: #1A3785;
   background-image: none;
   border-radius: 0px;
   opacity: 0.77;
}
#wb_upIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #1A3785;
   border-radius: 0px;
   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 #6AC32E;
}
#upIcon
{
   height: 24px;
   width: 24px;
}
#upIcon i
{
   color: #6AC32E;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#upIcon:hover i
{
   color: #EBEBEB;
}
#wb_headerMenu
{
   background-color: rgba(235,235,235,1.00);
   display: block;
   font-family: Arial;
   font-weight: bold;
   text-align: right;
   width: 100%;
   z-index: 1111 !important;
}
#headerMenu
{
   background-color: #EBEBEB;
   display: inline-block;
   height: 52px;
}
#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: 20px;
   width: 20px;
}
#wb_headerMenu ul li a
{
   background-color: #EBEBEB;
   color: #1A3785;
   font-family: Arial;
   font-weight: bold;
   font-size: 15px;
   font-style: normal;
   padding: 13px 12px 4px 12px;
   text-align: center;
   text-decoration: none;
}
#wb_headerMenu > ul > li > a 
{
   height: 35px;
}
.headerMenu a 
{
   display: block;
}
#wb_headerMenu li a:hover, #wb_headerMenu li .active
{
   background-color: #1A3785;
   color: #6AC32E;
}
#wb_headerMenu ul ul
{
   display: none;
   position: absolute;
   top: 52px;
}
#wb_headerMenu ul li:hover > ul
{
   display: list-item;
}
#wb_headerMenu ul ul li 
{
   float: none;
   position: relative;
   width: 442px;
}
#wb_headerMenu ul ul li a
{
   background-color: #EBEBEB;
   color: #1A3785;
}
#wb_headerMenu ul ul li a:hover, #wb_headerMenu ul ul li .active
{
   background-color: #1A3785;
   color: #6AC32E;
}
#wb_headerMenu ul ul li i 
{
   margin-right: 6px;
   vertical-align: middle;
}
#wb_headerMenu ul ul li a 
{
   color: #1A3785;
   padding-top: 15px;
   padding-right: 10px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_headerMenu ul ul ul li 
{
   left: 442px;
   position: relative;
   top: -52px;
}
#wb_headerMenu .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #1A3785;
   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: 2px;
   vertical-align: middle;
   border-left: 4px solid #1A3785;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_headerMenu li a:hover .arrow-down, #wb_headerMenu li .active .arrow-down
{ 
   border-top-color: #6AC32E;
}
#wb_headerMenu ul ul li a:hover .arrow-left, #wb_headerMenu ul ul li .active .arrow-left
{ 
   border-left-color: #6AC32E;
}
#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: 15px;
   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: #EBEBEB;
   color: #1A3785;
   padding: 0 10px 0 10px;
   line-height: 50px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_headerMenu .toggle:hover 
{
   background-color: #1A3785;
   color: #6AC32E;
}
[id^=headerMenu-submenu]:checked + ul 
{
   display: block !important;
}
#headerMenu-title
{
   height: 52px !important;
   line-height: 52px !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: #EBEBEB;
   color: #1A3785;
}
#wb_headerMenu ul li ul li .toggle,
#wb_headerMenu ul ul a 
{
   background-color: #EBEBEB;
   color: #1A3785;
}
#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: 6px;
}
#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: 14px;
}
#headerMenu-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #1A3785;
   color: #1A3785;
   width: 24px;
}
#wb_headerMenu ul li ul li .toggle:hover
{
   background-color: #1A3785;
   color: #6AC32E;
}
#wb_headerMenu .toggle .arrow-down 
{
   border-top-color: #1A3785;
}
#wb_headerMenu .toggle:hover .arrow-down, #wb_headerMenu li .active .arrow-down
{
   border-top-color: #6AC32E;
}
#wb_headerMenu ul li ul li .toggle .arrow-down 
{
   border-top-color: #1A3785;
}
#wb_headerMenu ul li ul li .toggle:hover .arrow-down, #wb_headerMenu ul li ul li .active .arrow-down
{
   border-top-color: #6AC32E;
}
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 25px 0;
   margin: 0 0 0 35px;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: block;
   margin: 0 0 0 35px;
   box-sizing: border-box;
   width: calc(100% - 35px);
}
#wb_IconFont1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont1
{
   height: 48px;
   width: 48px;
}
#IconFont1 i
{
   color: #0963AD;
   display: inline-block;
   font-size: 48px;
   line-height: 48px;
   vertical-align: middle;
   width: 47px;
}
#IconFont1:hover i
{
   color: #6AC32E;
}
#wb_IconFont2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont2
{
   height: 48px;
   width: 48px;
}
#IconFont2 i
{
   color: #0963AD;
   display: inline-block;
   font-size: 48px;
   line-height: 48px;
   vertical-align: middle;
   width: 47px;
}
#IconFont2:hover i
{
   color: #6AC32E;
}
#wb_CssMenu1
{
   border: 0px solid #C0C0C0;
   background-color: transparent;
   margin: 0 152px 43px 0 ;
   text-align: right;
   z-index: 1111 !important;
}
#wb_CssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_CssMenu1 li
{
   float: left;
   margin: 0;
   padding: 0px 0px 0px 4px;
   width: 80px;
}
#wb_CssMenu1 a
{
   display: block;
   float: left;
   color: #1A3785;
   border: 0px none #CCCCCC;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 70px;
   height: 28px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   line-height: 28px;
   text-align: right;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #6AC32E;
   border: 0px none #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu1 li.firstmain
{
   padding-left: 0px;
}
#wb_CssMenu1 li.lastmain
{
   padding-right: 0px;
}
#wb_CssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_Image3
{
   height: 100%;
   margin: 25px 0 0 15px;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_Image21
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#Image21
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#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: 0;
   width: 100%;
   text-align: center;
   vertical-align: bottom;
}
#PhotoGallery1 .thumbnail img
{
   border: 1px #DDDDDD solid;
   box-sizing: border-box;
   border-radius: 0px;
}
#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-col1
{
   display: block;
}
#PhotoGallery1_img0
{
   width: 182px;
   height: 182px;
}
#PhotoGallery2
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery2 .thumbnails
{
   margin: 0;
   font-size: 0;
}
#PhotoGallery2 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   display: inline-block;
   padding: 0;
   width: 100%;
   text-align: center;
   vertical-align: bottom;
}
#PhotoGallery2 .thumbnail img
{
   border: 1px #DDDDDD solid;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoGallery2 .clearfix:before,
#PhotoGallery2 .clearfix:after,
#PhotoGallery2 .thumbnails:before,
#PhotoGallery2 .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery2 .clearfix:after,
#PhotoGallery2 .thumbnails:after
{
   clear: both;
}
#PhotoGallery2 .visible-col1
{
   display: block;
}
#PhotoGallery2_img0
{
   width: 182px;
   height: 182px;
}
#PhotoGallery2_img1
{
   width: 182px;
   height: 182px;
}
#PhotoGallery2_img2
{
   width: 182px;
   height: 182px;
}
#PhotoGallery2_img3
{
   width: 182px;
   height: 182px;
}
#PhotoGallery3
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery3 .thumbnails
{
   margin: 0;
   font-size: 0;
}
#PhotoGallery3 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   display: inline-block;
   padding: 0;
   width: 100%;
   text-align: center;
   vertical-align: bottom;
}
#PhotoGallery3 .thumbnail img
{
   border: 1px #DDDDDD solid;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoGallery3 .clearfix:before,
#PhotoGallery3 .clearfix:after,
#PhotoGallery3 .thumbnails:before,
#PhotoGallery3 .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery3 .clearfix:after,
#PhotoGallery3 .thumbnails:after
{
   clear: both;
}
#PhotoGallery3 .visible-col1
{
   display: block;
}
#PhotoGallery3_img0
{
   width: 182px;
   height: 182px;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: -35px 0 0 0 ;
   text-align: center;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text5
{
   display: block;
   margin: -35px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: -35px 0 0 0 ;
   text-align: center;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_Text3
{
   display: block;
   margin: -35px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#PhotoGallery4
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery4 .thumbnails
{
   margin: 0;
   font-size: 0;
}
#PhotoGallery4 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   display: inline-block;
   padding: 0;
   width: 100%;
   text-align: center;
   vertical-align: bottom;
}
#PhotoGallery4 .thumbnail img
{
   border: 1px #DDDDDD solid;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoGallery4 .clearfix:before,
#PhotoGallery4 .clearfix:after,
#PhotoGallery4 .thumbnails:before,
#PhotoGallery4 .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery4 .clearfix:after,
#PhotoGallery4 .thumbnails:after
{
   clear: both;
}
#PhotoGallery4 .visible-col1
{
   display: block;
}
#PhotoGallery4_img0
{
   width: 182px;
   height: 182px;
}
#PhotoGallery4_img1
{
   width: 182px;
   height: 182px;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: -35px 0 0 0 ;
   text-align: center;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_Text6
{
   display: block;
   margin: -35px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: -35px 0 0 0 ;
   text-align: center;
}
#wb_Text7 div
{
   text-align: center;
}
#wb_Text7
{
   display: block;
   margin: -35px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_IconFont3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #1A3785;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0 20px 0 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont3:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #6AC32E;
}
#IconFont3
{
   height: 80px;
   width: 43px;
}
#IconFont3 i
{
   color: #1A3785;
   display: inline-block;
   font-size: 43px;
   line-height: 80px;
   vertical-align: middle;
   width: 42px;
}
#IconFont3:hover i
{
   color: #6AC32E;
}
#wb_IconFont4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont4
{
   height: 48px;
   width: 48px;
}
#IconFont4 i
{
   color: #0963AD;
   display: inline-block;
   font-size: 48px;
   line-height: 48px;
   vertical-align: middle;
   width: 47px;
}
#IconFont4:hover i
{
   color: #6AC32E;
}
#wb_CssMenu1
{
   display: inline-block;
   width: 336px;
   height: 28px;
   z-index: 18;
}
#wb_Bookmark1
{
   position: absolute;
   left: 970px;
   top: 2px;
   width: 19px;
   height: 20px;
   z-index: 28;
}
#wb_Image1
{
   display: inline-block;
   width: 105px;
   height: 91px;
   z-index: 13;
}
#wb_Image21
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 1;
}
#wb_upIcon
{
   position: absolute;
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 20;
}
#wb_Image3
{
   display: inline-block;
   width: 197px;
   height: 93px;
   z-index: 0;
}
#wb_PhotoGallery4
{
   display: inline-block;
   width: 100%;
   z-index: 8;
}
#wb_PhotoGallery3
{
   display: inline-block;
   width: 100%;
   z-index: 7;
}
#wb_PhotoGallery1
{
   display: inline-block;
   width: 100%;
   z-index: 6;
}
#wb_PhotoGallery2
{
   display: inline-block;
   width: 100%;
   z-index: 5;
}
#wb_headerMenu
{
   display: inline-block;
   width: 859px;
   height: 61px;
   z-index: 2;
}
#wb_IconFont4
{
   display: inline-block;
   width: 48px;
   height: 48px;
   text-align: center;
   z-index: 17;
}
#wb_IconFont2
{
   display: inline-block;
   width: 48px;
   height: 48px;
   text-align: center;
   z-index: 16;
}
#wb_IconFont1
{
   display: inline-block;
   width: 48px;
   height: 48px;
   text-align: center;
   z-index: 15;
}
#wb_IconFont3
{
   display: inline-block;
   width: 43px;
   height: 80px;
   text-align: center;
   z-index: 3;
}
#Bookmark1
{
   visibility: hidden;
}
#upStickyLayer
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 25px;
   top: auto;
   bottom: 25px;
   width: 50px;
   height: 50px;
   z-index: 26;
}
@media only screen and (max-width: 969px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_floatingHeader
{
   visibility: hidden;
   display: none;
}
#wb_floatingHeader
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#floatingHeader
{
   padding: 4px 0 4px 0;
}
#floatingHeader > .col-1, #floatingHeader > .col-2, #floatingHeader > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#floatingHeader > .col-1
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#floatingHeader > .col-2
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#floatingHeader > .col-3
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_header
{
   visibility: visible;
   display: table;
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   padding: 10px 15px 10px 15px;
}
#header .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#header > .row > .col-1
{
   display: block;
   width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#header > .row > .col-2
{
   display: block;
   width: 75%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#FlexGrid2
{
   visibility: visible;
   display: grid;
}
#FlexGrid2
{
   margin: 0;
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-template-rows: 100px auto 100px;
   grid-template-areas:
      "header header header header"
      "nav main main sidebar"
      "footer footer footer footer";
}
#FlexGrid2 .header
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .nav
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .main
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .sidebar
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: flex-end;
   align-items: flex-end;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .footer
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid1
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
   background-image: none;
   border: 0px solid #CCCCCC;
}
#FlexGrid1
{
   margin: 0;
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-template-rows: 100px auto 100px;
   grid-template-areas:
      "header header header header"
      "nav main main sidebar"
      "footer footer footer footer";
}
#FlexGrid1 .header
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .nav
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .main
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .sidebar
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: flex-end;
   align-items: flex-end;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .footer
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#wb_Image1
{
   width: 75px;
   height: 91px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0 0 0 30px;
}
#Image1
{
   width: 75px;
   height: 91px;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   padding: 40px 15px 40px 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_footerText2
{
   visibility: visible;
   display: block;
}
#wb_footerText2
{
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#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_headerMenu
{
   width: 330px;
   height: 52px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: right;
}
#BuildWith1
{
   left: 441px;
   top: 2353px;
   width: 88px;
   height: 31px;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   margin: 0;
   padding: 5px 0 5px 0;
}
#wb_IconFont1
{
   width: 48px;
   height: 83px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#IconFont1
{
   width: 48px;
   height: 83px;
}
#IconFont1 i
{
   line-height: 83px;
   font-size: 48px;
   width: 48px;
}
#wb_IconFont2
{
   width: 48px;
   height: 95px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#IconFont2
{
   width: 48px;
   height: 95px;
}
#IconFont2 i
{
   line-height: 95px;
   font-size: 48px;
   width: 48px;
}
#wb_Bookmark1
{
   left: 970px;
   top: 2px;
   width: 19px;
   height: 20px;
   visibility: visible;
   display: inline;
}
#wb_CssMenu1
{
   visibility: visible;
   display: inline-block;
   margin: 0 152px 43px 0 ;
   text-align: right;
}
#wb_CssMenu1 li
{
   width: 80px;
}
#wb_CssMenu1 a
{
   color: #1A3785;
   border: 0px none #CCCCCC;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 70px;
   height: 28px;
   padding: 0px 5px 0px 5px;
   line-height: 28px;
   text-align: right;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #6AC32E;
   border: 0px none #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu1 li
{
   padding: 0px 0px 0px 4px;
}
#wb_Image3
{
   width: 197px;
   height: 93px;
   visibility: visible;
   display: inline-block;
   margin: 25px 0 0 15px;
   padding: 0;
}
#Image3
{
   width: 197px;
   height: 93px;
}
#wb_Image21
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
}
