div#container
{
   width: 1540px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: transparent;
   color: #4F4F4F;
   font-family: "Roboto";
   font-weight: 400;
   font-weight: 300;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a
{
   color: #000000;
   text-decoration: none;
}
a:hover
{
   color: #000000;
   text-decoration: none;
}
#Picture
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading
{
   color: #4F4F4F;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 64px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_OverlayMenu
{
   margin: 0;
}
#OverlayMenu
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
}
#OverlayMenu:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#OverlayMenu
{
   display: block;
   width: 75px;
   height: 75px;
   position: absolute;
   overflow: hidden;
}
#OverlayMenu .line
{
   width: 20px;
   height: 4px;
   background: #4F4F4F;
   display: block;
   margin: 4px auto;
   transition: all 0.3s ease-in-out;
}
#OverlayMenu:hover .line
{
   background: #00BFFF;
}
#OverlayMenu .line:first-child
{
   margin-top: 27px;
}
#OverlayMenu-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#OverlayMenu-close:before, #OverlayMenu-close:after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#OverlayMenu-close span
{
   background: #FFFFFF;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu-close span::after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu-close:before
{
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#OverlayMenu-close:after
{
   bottom: 50%;
   opacity: 0;
}
#OverlayMenu-close span
{
   background: #FFFFFF;
   transform: rotate(-45deg);
}
#OverlayMenu-close span:after
{
   background: #FFFFFF;
   transform: rotate(-90deg);
}
#OverlayMenu-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: -100%;
   width: 100%;
   z-index: -1;
   background-color: rgba(0,0,0,0.87);
}
#OverlayMenu-overlay ul
{
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 21px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.OverlayMenu
{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   width: 100%;
   max-width: 300px;
}
.OverlayMenu a
{
   text-decoration: none;
}
.OverlayMenu ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.OverlayMenu li
{
   position: relative;
}
.OverlayMenu li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #FFFFFF;
   outline: none;
}
.OverlayMenu li a:hover
{
   color: #0000FF;
   background-color: #CCCCCC;
}
#OverlayMenu-overlay.show
{
   top: 0;
   z-index: 7778 !important;
}
.OverlayMenu li.drilldown-back > a 
{
   padding-left: 40px;
   background: rgba(0,0,0,0.1);
}
.OverlayMenu li.drilldown-back > a:hover
{
   background-color: #CCCCCC;
}
.OverlayMenu li.drilldown-back a:after,
.OverlayMenu li > a:not(:only-child):after
{
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 10px;
   border-left: 10px solid #FFFFFF;
   border-top: 8px solid transparent;
   border-bottom: 8px solid transparent;
   border-right: 0 dotted;
   content: " ";
}
.OverlayMenu li.drilldown-back a:after
{
   left: 10px;
   color: #FFFFFF;
   transform: translateY(-50%) rotate(180deg);
}
.OverlayMenu li.drilldown-back a:hover:after,
.OverlayMenu li > a:not(:only-child):hover:after
{
   border-left-color: #0000FF;
}
.OverlayMenu li > a:after
{
   color: rgba(0,0,0,0.15);
   right: 10px;
}
.OverlayMenu .drilldown-menu 
{
   margin: 0;
   width: 100%;
}
.OverlayMenu li .drilldown-submenu 
{
   display: none;
}
.drilldown-menu.drilldown-subview li,
.drilldown-menu.drilldown-subview li.drilldown-subviewopen > a,
.drilldown-menu.drilldown-subview li.drilldown-subview > a 
{
   display: none;
}
.drilldown-menu.drilldown-subview li.drilldown-subview,
.drilldown-menu.drilldown-subview li.drilldown-subview .drilldown-submenu,
.drilldown-menu.drilldown-subview li.drilldown-subviewopen,
.drilldown-menu.drilldown-subview li.drilldown-subviewopen > .drilldown-submenu,
.drilldown-menu.drilldown-subview li.drilldown-subviewopen > .drilldown-submenu > li 
{
   display: block;
}
.OverlayMenu > .drilldown-submenu
{
   left: 0;
   margin: 0;
   position: absolute;
   top: 50px;
   width: 100%;
}
#OverlayMenu-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
#OverlayMenu-social
{
   padding: 40px 0 0 0;
}
#OverlayMenu-social .social-icon 
{
   border-radius: 50%;
   background-color: #FFFFFF;
   color: #000000;
   display: inline-block;
   font-size: 21px;
   margin: 0 .5em;
   padding: 8px;
   transition: all .2s linear 0s;
   width: 21px;
}
#OverlayMenu-social .social-icon:hover 
{
   background-color: #0000FF;
   color: #CCCCCC;
}
.OverlayMenu-effect
{
   transition: all 500ms linear;
}
#PhotoGallery
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery .thumbnails
{
   margin: 0;
}
#PhotoGallery .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   float: left;
   padding: 3px 3px 3px 3px;
   width: 20%;
   text-align: center;
   vertical-align: top;
}
#PhotoGallery .thumbnail img
{
   border: 0px #000000 solid;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoGallery .clearfix:before,
#PhotoGallery .clearfix:after,
#PhotoGallery .thumbnails:before,
#PhotoGallery .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery .clearfix:after,
#PhotoGallery .thumbnails:after
{
   clear: both;
}
#PhotoGallery .visible-col5
{
   display: block;
}
#PhotoGallery .visible-col4
{
   display: none;
}
#PhotoGallery .visible-col3
{
   display: none;
}
#PhotoGallery .visible-col2
{
   display: none;
}
#wb_Picture
{
   position: absolute;
   left: 80px;
   top: 20px;
   width: 110px;
   height: 110px;
   z-index: 0;
}
#wb_PhotoGallery
{
   position: absolute;
   left: 0px;
   top: 150px;
   width: 1540px;
   height: 628px;
   z-index: 3;
}
#wb_Heading
{
   position: absolute;
   left: 340px;
   top: 40px;
   width: 860px;
   height: 75px;
   z-index: 1;
}
#wb_OverlayMenu
{
   position: absolute;
   left: 1400px;
   top: 40px;
   width: 75px;
   height: 75px;
   z-index: 2;
}
@media only screen and (min-width: 1170px) and (max-width: 1539px)
{
div#container
{
   width: 1170px;
}
body
{
   background-color: transparent;
   background-image: none;
}
#wb_Picture
{
   left: 80px;
   top: 20px;
   width: 110px;
   height: 110px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Heading
{
   left: 260px;
   top: 45px;
   width: 650px;
   height: 60px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   font-size: 48px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading
{
   color: #4F4F4F;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 48px;
   text-align: center;
   text-transform: none;
}
#wb_OverlayMenu
{
   left: 1050px;
   top: 40px;
   width: 75px;
   height: 75px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#OverlayMenu
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 75px;
   height: 75px;
}
#OverlayMenu:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#OverlayMenu .line
{
   background: #4F4F4F;
}
#OverlayMenu:hover .line
{
   background: #00BFFF;
}
#OverlayMenu .line
{
   top: 24px;
}
#OverlayMenu .line:first-child
{
   margin-top: 27px;
}
#OverlayMenu-overlay ul
{
   font-size: 21px;
   text-align: center;
}
#wb_PhotoGallery
{
   left: 1px;
   top: 150px;
   width: 1170px;
   height: 745px;
   visibility: visible;
   display: inline;
   margin: 0;
   color: #808080;
   border: 0px solid transparent;
}
#PhotoGallery .thumbnail
{
   width: 25%;
}
#PhotoGallery .visible-col5
{
   display: none;
}
#PhotoGallery .visible-col4
{
   display: block;
}
#PhotoGallery .visible-col3
{
   display: none;
}
#PhotoGallery .visible-col2
{
   display: none;
}
}
@media only screen and (min-width: 810px) and (max-width: 1169px)
{
div#container
{
   width: 810px;
}
body
{
   background-color: transparent;
   background-image: none;
}
#wb_Picture
{
   left: 40px;
   top: 20px;
   width: 110px;
   height: 110px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Heading
{
   left: 190px;
   top: 50px;
   width: 430px;
   height: 45px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   font-size: 37px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading
{
   color: #4F4F4F;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 37px;
   text-align: center;
   text-transform: none;
}
#wb_OverlayMenu
{
   left: 690px;
   top: 35px;
   width: 75px;
   height: 75px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#OverlayMenu
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 75px;
   height: 75px;
}
#OverlayMenu:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#OverlayMenu .line
{
   background: #4F4F4F;
}
#OverlayMenu:hover .line
{
   background: #00BFFF;
}
#OverlayMenu .line
{
   top: 24px;
}
#OverlayMenu .line:first-child
{
   margin-top: 27px;
}
#OverlayMenu-overlay ul
{
   font-size: 21px;
   text-align: center;
}
#wb_PhotoGallery
{
   left: 0px;
   top: 150px;
   width: 810px;
   height: 966px;
   visibility: visible;
   display: inline;
   margin: 0;
   color: #808080;
   border: 0px solid transparent;
}
#PhotoGallery .thumbnail
{
   width: 33.33333333%;
}
#PhotoGallery .visible-col5
{
   display: none;
}
#PhotoGallery .visible-col4
{
   display: none;
}
#PhotoGallery .visible-col3
{
   display: block;
}
#PhotoGallery .visible-col2
{
   display: none;
}
}
@media only screen and (max-width: 809px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: transparent;
   background-image: none;
}
#wb_Picture
{
   left: 10px;
   top: 10px;
   width: 65px;
   height: 65px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Heading
{
   left: 85px;
   top: 30px;
   width: 150px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading
{
   color: #4F4F4F;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#wb_OverlayMenu
{
   left: 240px;
   top: 7px;
   width: 75px;
   height: 75px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#OverlayMenu
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 75px;
   height: 75px;
}
#OverlayMenu:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#OverlayMenu .line
{
   background: #4F4F4F;
}
#OverlayMenu:hover .line
{
   background: #00BFFF;
}
#OverlayMenu .line
{
   top: 24px;
}
#OverlayMenu .line:first-child
{
   margin-top: 27px;
}
#OverlayMenu-overlay ul
{
   font-size: 21px;
   text-align: center;
}
#wb_PhotoGallery
{
   left: 0px;
   top: 85px;
   width: 320px;
   height: 830px;
   visibility: visible;
   display: inline;
   margin: 0;
   color: #808080;
   border: 0px solid transparent;
}
#PhotoGallery .thumbnail
{
   width: 50%;
}
#PhotoGallery .visible-col5
{
   display: none;
}
#PhotoGallery .visible-col4
{
   display: none;
}
#PhotoGallery .visible-col3
{
   display: none;
}
#PhotoGallery .visible-col2
{
   display: block;
}
}
#OverlayMenu-overlay ul{overflow-y:auto;max-height:calc(100vh - 50px);margin-top:50px;}
