div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #415075;
   color: #FFFFFF;
   font-family: Tahoma;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a
{
   color: #FFFFFF;
   text-decoration: underline;
}
a:hover
{
   color: #FF0000;
   text-decoration: underline;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#Extension1
{
   font-size: 0;
   text-align: left;
}
.Extension1, .Extension1 *
{
   box-sizing: border-box;
   margin: 0 !important;	
}
.Extension1
{
   background: #FFFFFF;
   background-clip: padding-box;
   display: inline-block;
   border: 5px solid transparent;
   font-size: 0;
   height: auto;
   padding: 1px;
   position: relative;
   width: 14.2857%;
}
.Extension1 > div
{
   background-position: center center;
   background-size: cover;
   cursor: pointer;
   display: block;
   overflow: hidden;
   perspective: 1000px;
   position: absolute;
   width: calc(100% - 
2px);
   height: calc(100% - 
2px);
}
.Extension1::after
{
   content: "";
   display: block;
   padding-bottom: 100%;
}
.Extension1 .info
{
   background-color: rgba(0,0,0,0.78);
   height: 100%;
   left: 0;
   padding: 20px;
   pointer-events: none;
   position: absolute;
   top: 0;
   transform: rotate3d(1, 0, 0, 90deg);
   width: 100%;
}
.Extension1 .info .title
{
   color: #FFFFFF;
   font-size: 16px;
   margin: 0;
}
.Extension1 .info .description
{
   color: #FFFFFF;
   font-size: 13px;
   line-height: 1.5;
}
.Extension1 .in-top .info
{
   -webkit-animation: in-top 500ms ease 0ms 1 forwards;
   animation: in-top 500ms ease 0ms 1 forwards;
   transform-origin: 50% 0%;
}
.Extension1 .in-right .info
{
   -webkit-animation: in-right 500ms ease 0ms 1 forwards;
   animation: in-right 500ms ease 0ms 1 forwards;
   transform-origin: 100% 0%;
}
.Extension1 .in-bottom .info
{
   -webkit-animation: in-bottom 500ms ease 0ms 1 forwards;
   animation: in-bottom 500ms ease 0ms 1 forwards;
   transform-origin: 50% 100%;
}
.Extension1 .in-left .info
{
   -webkit-animation: in-left 500ms ease 0ms 1 forwards;
   animation: in-left 500ms ease 0ms 1 forwards;
   transform-origin: 0% 0%;
}
.Extension1 .out-top .info
{
   -webkit-animation: out-top 500ms ease 0ms 1 forwards;
   animation: out-top 500ms ease 0ms 1 forwards;
   transform-origin: 50% 0%;
}
.Extension1 .out-right .info
{
   -webkit-animation: out-right 500ms ease 0ms 1 forwards;
   animation: out-right 500ms ease 0ms 1 forwards;
   transform-origin: 100% 50%;
}
.Extension1 .out-bottom .info
{
   -webkit-animation: out-bottom 500ms ease 0ms 1 forwards;
   animation: out-bottom 500ms ease 0ms 1 forwards;
   transform-origin: 50% 100%;
}
.Extension1 .out-left .info
{
   -webkit-animation: out-left 500ms ease 0ms 1 forwards;
   animation: out-left 500ms ease 0ms 1 forwards;
   transform-origin: 0% 0%;
}
@-webkit-keyframes in-top
{
   from
   {
      transform: rotate3d(-1, 0, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@keyframes in-top
{
   from
   {
      transform: rotate3d(-1, 0, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@-webkit-keyframes in-right
{
   from
   {
      transform: rotate3d(0, -1, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@keyframes in-right
{
   from
   {
      transform: rotate3d(0, -1, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@-webkit-keyframes in-bottom
{
   from
   {
      transform: rotate3d(1, 0, 0, 90deg);
   }
   to 
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@keyframes in-bottom
{
   from
   {
      transform: rotate3d(1, 0, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@-webkit-keyframes in-left
{
   from
   {
      transform: rotate3d(0, 1, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@keyframes in-left
{
   from
   {
      transform: rotate3d(0, 1, 0, 90deg);
   }
   to
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
}
@-webkit-keyframes out-top
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to 
   {
      transform: rotate3d(-1, 0, 0, 104deg);
   }
}
@keyframes out-top
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to
   {
      transform: rotate3d(-1, 0, 0, 104deg);
   }
}
@-webkit-keyframes out-right 
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to
   {
      transform: rotate3d(0, -1, 0, 104deg);
   }
}
@keyframes out-right
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to 
   {
      transform: rotate3d(0, -1, 0, 104deg);
   }
}
@-webkit-keyframes out-bottom
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to
   {
      transform: rotate3d(1, 0, 0, 104deg);
   }
}
@keyframes out-bottom
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to 
   {
      transform: rotate3d(1, 0, 0, 104deg);
   }
}
@-webkit-keyframes out-left
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to
   {
      transform: rotate3d(0, 1, 0, 104deg);
   }
}
@keyframes out-left
{
   from
   {
      transform: rotate3d(0, 0, 0, 0deg);
   }
   to 
   {
      transform: rotate3d(0, 1, 0, 104deg);
   }
}
#lightcase-overlay
{
   background: #000000 !important;
}
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus
{
   color: rgba(255,255,255,0.59) !important;
}
a[class*='lightcase-icon-']:hover 
{
   color: rgba(255,255,255,1.00) !important;
   text-shadow: none;
}
#lightcase-info #lightcase-title 
{
   font-size: 16px !important;
   font-weight: bold !important;
   color: #FFFFFF !important;
}
#lightcase-info #lightcase-caption
{
   font-size: 13px !important;
   color: #FFFFFF !important;
}
#lightcase-info
{
   font-family: "Arial";
   text-align: left;
   text-shadow: none !important;
}
#lightcase-content
{
   box-shadow: 0px 0px 30px rgba(0,0,0,0.50) !important;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Heading1
{
   color: #415075;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: left;
   text-transform: none;
   -webkit-text-stroke: 1px #9EBEFF;
   text-stroke: 1px #9EBEFF;
}
#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 transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: center;
}
#LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#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, #LayoutGrid1 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_PanelMenu1 a, #PanelMenu1_markup li a
{
   display: block;
   text-align: center;
   vertical-align: middle;
}
#PanelMenu1_markup
{
   display: none;
   margin: 0;
   padding: 0;
}
#PanelMenu1_panel #PanelMenu1_markup
{
   display: block;
}
#PanelMenu1_markup ul
{
   list-style: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#PanelMenu1_markup li a, #PanelMenu1_markup li a:hover
{
   padding: 10px 10px 10px 10px;
   box-shadow: none;
}
#PanelMenu1_markup .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #415075;
}
#PanelMenu1_panel
{
   display: none;
   position: fixed;
   top: 0;
   height: 100%;
   width: 250px;
   z-index: 9999;
}
#PanelMenu1_markup li a
{
   color: #FFFFFF;
   border: 0px solid transparent;
   background-color: #415075;
   font-family: Verdana;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#wb_PanelMenu1 a
{
   color: #FFFFFF;
   border: 1px solid transparent;
   border-radius: 0px;
   background-color: #415075;
   font-family: Verdana;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-align: center;
   text-transform: none;
}
#PanelMenu1_markup li a:hover
{
   color: #FFFFFF;
   background-color: #1E90FF;
   border: 0px solid transparent;
}
#PanelMenu1_markup li a .icon
{
   fill: currentColor;
   margin-right: 4px;
   height: 50px;
   width: 50px;
   vertical-align: middle;
}
#PanelMenu1_markup li a:hover .icon
{
   fill: currentColor;
}
#PanelMenu1 .button-icon
{
   fill: currentColor;
}
#PanelMenu1:hover .button-icon
{
   fill: currentColor;
}
#wb_PanelMenu1 a:hover
{
   color: #FFFFFF;
   background-color: #415075;
   border: 1px solid transparent;
}
#PanelMenu1_panel
{
   background-color: #415075;
   overflow-y: auto;
}
#PanelMenu1
{
   padding-left: 41px;
}
#PanelMenu1 .button-icon
{
   position: absolute;
   top: 50%;
   left: 16px;
   width: 25px;
   height: 25px;
   margin-top: -12px;
}
#PanelMenu1
{
   line-height: 64px;
   width: 24px;
   height: 64px;
   position: absolute;
   z-index: 999;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   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 transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 91.66666667%;
   text-align: left;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Heading2
{
   color: #415075;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
   -webkit-text-stroke: 1px #9EBEFF;
   text-stroke: 1px #9EBEFF;
}
#wb_Line1
{
   font-size: 0;
}
#Line1
{
   border-width: 0;
   height: 9px;
   width: 975px;
}
