div#container
{
   width: 1280px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#masterLayer1
{
   background-color: rgba(0,0,0,0.59);
   background-image: none;
   border-radius: 0px;
}
#masterLayer3
{
   background-color: #FBFBFB;
   background-image: none;
   border-radius: 0px;
}
#master_m1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   margin: 0;
}
#master_m1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#master_m1
{
   display: block;
   width: 50px;
   height: 40px;
   position: absolute;
   overflow: hidden;
}
#master_m1 .line
{
   width: 30px;
   height: 6px;
   position: relative;
   top: 1px;
   background: #FFFFFF;
   display: block;
   margin: 6px auto;
}
#master_m1:hover .line
{
   background: #424242;
}
#master_m1-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#master_m1-close:before, #master_m1-close:after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#master_m1-close span
{
   background: #FFFFFF;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#master_m1-close span::after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   transform-origin: 50% 50%;
   width: 100%;
}
#master_m1-close:before
{
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#master_m1-close:after
{
   bottom: 50%;
   opacity: 0;
}
#master_m1-close span
{
   background: #FFFFFF;
   transform: rotate(-45deg);
}
#master_m1-close span:after
{
   background: #FFFFFF;
   transform: rotate(-90deg);
}
#master_m1-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: rgba(79,79,79,0.87);
}
#master_m1-overlay ul
{
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   list-style: none;
   margin: 0;
   padding: 0;
}
.master_m1
{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   width: 100%;
   max-width: 400px;
}
.master_m1 a
{
   text-decoration: none;
}
.master_m1 ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.master_m1 li
{
   position: relative;
}
.master_m1 li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #FFFFFF;
   outline: none;
}
.master_m1 li a:hover
{
   color: #424242;
   background-color: #696969;
}
#master_m1-overlay
{
   visibility: hidden;
   width: 0;
   left: 50%;
   transform: translateX(-50%);
   transition: width 500ms 0.3s, visibility 0s 800ms;
}
#master_m1-overlay.show
{
   visibility: visible;
   width: 100%;
   transition: width 500ms;
}
#master_m1-overlay .master_m1
{
   opacity: 0;
   transition: opacity 0.3s 500ms;
}
#master_m1-overlay.show .master_m1
{
   opacity: 1;
   transition-delay: 500ms;
}
#master_m1-overlay.hide .master_m1
{
   transition-delay: 0s;
}
.master_m1 li.drilldown-back > a 
{
   padding-left: 38px;
   background: rgba(0,0,0,0.1);
}
.master_m1 li.drilldown-back > a:hover
{
   background-color: #696969;
}
.master_m1 li.drilldown-back a:after,
.master_m1 li > a:not(:only-child):after
{
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 12px;
   border-left: 12px solid #FFFFFF;
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
   border-right: 0 dotted;
   content: " ";
}
.master_m1 li.drilldown-back a:after
{
   left: 12px;
   color: #FFFFFF;
   transform: translateY(-50%) rotate(180deg);
}
.master_m1 li.drilldown-back a:hover:after,
.master_m1 li > a:not(:only-child):hover:after
{
   border-left-color: #424242;
}
.master_m1 li > a:after
{
   color: rgba(0,0,0,0.15);
   right: 10px;
}
.master_m1 .drilldown-menu 
{
   margin: 0;
   width: 100%;
}
.master_m1 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;
}
.master_m1 > .drilldown-submenu
{
   left: 0;
   margin: 0;
   position: absolute;
   top: 50px;
   width: 100%;
}
#master_m1-overlay .overlay-icon
{
   margin: 0 8px 0 0 ;
}
#master_m1-social
{
   padding: 40px 0 0 0;
}
#master_m1-social .social-icon 
{
   border-radius: 50%;
   background-color: #FFFFFF;
   color: #4F4F4F;
   display: inline-block;
   font-size: 24px;
   margin: 0 .5em;
   padding: 9px;
   transition: all .2s linear 0s;
   width: 24px;
}
#master_m1-social .social-icon:hover 
{
   background-color: #424242;
   color: #696969;
}
.master_m1-effect
{
   transition: all 500ms linear;
}
#wb_master_fb1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_master_fb1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#master_fb1
{
   height: 40px;
   width: 40px;
}
#master_fb1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 39px;
}
#wb_master_fb1:hover #master_fb1 i
{
   color: #696969;
}
#wb_blog_grid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/Gaz-DJ-blog.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#blog_grid1
{
   box-sizing: border-box;
   padding: 100px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#blog_grid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#blog_grid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#blog_grid1 > .row > .col-1
{
   float: left;
}
#blog_grid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#blog_grid1:before,
#blog_grid1:after,
#blog_grid1 .row:before,
#blog_grid1 .row:after
{
   display: table;
   content: " ";
}
#blog_grid1:after,
#blog_grid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#blog_grid1 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#blog_grid1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.71;
}
#wb_blog_header1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#blog_header1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
   margin: 0;
   text-align: center;
}
#wb_blog_header2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#blog_header2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
}
#blog_line1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 20px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_blog_grid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.71);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#blog_grid2
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#blog_grid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#blog_grid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#blog_grid2 > .row > .col-1
{
   float: left;
}
#blog_grid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#blog_grid2:before,
#blog_grid2:after,
#blog_grid2 .row:before,
#blog_grid2 .row:after
{
   display: table;
   content: " ";
}
#blog_grid2:after,
#blog_grid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#blog_grid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#blog
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   margin: 0;
   text-align: left;
   line-height: 1.2;
   display: inline-block;
   position: relative;
   width: 100%;
}
#blog .blogitem
{
   background-color: #EEEEEE;
   margin-bottom: 6px;
   padding: 0px;
   text-align: left;
}
#blog .blogdate
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   color: #000000;
   font-style: normal;
   text-decoration: none;
}
#blog .blogsubject
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   color: #666666;
   font-style: normal;
   text-decoration: none;
}
#blog .blogcomments
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   color: #000000;
   font-style: normal;
   text-decoration: underline;
}
#blog .blogsubject a:link, #blog .blogsubject a:visited, #blog .blogsubject a:hover
{
   color: inherit;
   text-decoration: inherit;
}
#blog .blogcomments a:link, #blog .blogcomments a:visited, #blog .blogcomments a:hover
{
   color: inherit;
   text-decoration: inherit;
}
#blog .blogcomments
{
   text-decoration: none;
}
#blog .no-thumb
{
   display: none;
}
#blog .blogitem
{
   display: block;
   font-family: Arial;
   font-size: 13px;
}
#blog .bloginfo > p 
{
   margin-top: 0;
}
#blog .blogsubject
{
   margin: 0 0 0.2em 0;
   display: block;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   width: 100%;
   color: #666666;
   font-size: 13px;
}
#blog .blogdate
{
   font-style: italic;
}
#blog hr
{
    margin-top: 1em;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #337AB7;
}

#wb_master_icon6
{
   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;
}
#master_icon6
{
   height: 40px;
   width: 40px;
}
#master_icon6 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 50px;
}
#wb_master_icon6:hover #master_icon6 i
{
   color: #000000;
}
#wb_master_icon5
{
   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;
}
#master_icon5
{
   height: 40px;
   width: 40px;
}
#master_icon5 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 50px;
}
#wb_master_icon5:hover #master_icon5 i
{
   color: #000000;
}
#wb_master_icon4
{
   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;
}
#master_icon4
{
   height: 40px;
   width: 40px;
}
#master_icon4 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 50px;
}
#wb_master_icon4:hover #master_icon4 i
{
   color: #000000;
}
#master_l7
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 18px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#master_l6
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 18px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_master_g8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DAA520;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master_g8
{
   box-sizing: border-box;
   padding: 5px 15px 2px 15px;
   margin-right: auto;
   margin-left: auto;
}
#master_g8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#master_g8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#master_g8 > .row > .col-1
{
   float: left;
}
#master_g8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#master_g8:before,
#master_g8:after,
#master_g8 .row:before,
#master_g8 .row:after
{
   display: table;
   content: " ";
}
#master_g8:after,
#master_g8 .row:after
{
   clear: both;
}
@media (max-width: 0px)
{
#master_g8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_master_g9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #DAA520;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master_g9
{
   box-sizing: border-box;
   padding: 5px 15px 5px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 480px;
}
#master_g9 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#master_g9 > .row > .col-1, #master_g9 > .row > .col-2, #master_g9 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#master_g9 > .row > .col-1, #master_g9 > .row > .col-2, #master_g9 > .row > .col-3
{
   float: left;
}
#master_g9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#master_g9 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#master_g9 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#master_g9:before,
#master_g9:after,
#master_g9 .row:before,
#master_g9 .row:after
{
   display: table;
   content: " ";
}
#master_g9:after,
#master_g9 .row:after
{
   clear: both;
}
@media (max-width: 0px)
{
#master_g9 > .row > .col-1, #master_g9 > .row > .col-2, #master_g9 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_master_g5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DAA520;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master_g5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 4px 0 4px 0;
   margin-right: auto;
   margin-left: auto;
}
#master_g5 > .col-1, #master_g5 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 30px;
   padding-left: 30px;
   position: relative;
}
#master_g5 > .col-1, #master_g5 > .col-2
{
   flex: 0 0 auto;
}
#master_g5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#master_g5 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 320px)
{
#master_g5 > .col-1, #master_g5 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_master_inst1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_master_inst1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#master_inst1
{
   height: 40px;
   width: 40px;
}
#master_inst1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 39px;
}
#wb_master_inst1:hover #master_inst1 i
{
   color: #696969;
}
#masterLayer2
{
   background-color: rgba(0,0,0,0.69);
   background-image: none;
   border-radius: 0px;
}
#masterOverlayMenu1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   margin: 0;
}
#masterOverlayMenu1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#masterOverlayMenu1
{
   display: block;
   width: 32px;
   height: 32px;
   position: absolute;
   overflow: hidden;
}
#masterOverlayMenu1 .line
{
   width: 30px;
   height: 6px;
   position: relative;
   top: -3px;
   background: #FFFFFF;
   display: block;
   margin: 6px auto;
}
#masterOverlayMenu1:hover .line
{
   background: #424242;
}
#masterOverlayMenu1-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#masterOverlayMenu1-close:before, #masterOverlayMenu1-close:after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#masterOverlayMenu1-close span
{
   background: #FFFFFF;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#masterOverlayMenu1-close span::after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   transform-origin: 50% 50%;
   width: 100%;
}
#masterOverlayMenu1-close:before
{
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#masterOverlayMenu1-close:after
{
   bottom: 50%;
   opacity: 0;
}
#masterOverlayMenu1-close span
{
   background: #FFFFFF;
   transform: rotate(-45deg);
}
#masterOverlayMenu1-close span:after
{
   background: #FFFFFF;
   transform: rotate(-90deg);
}
#masterOverlayMenu1-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: rgba(79,79,79,0.87);
}
#masterOverlayMenu1-overlay ul
{
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
   list-style: none;
   margin: 0;
   padding: 0;
}
.masterOverlayMenu1
{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   width: 100%;
   max-width: 400px;
}
.masterOverlayMenu1 a
{
   text-decoration: none;
}
.masterOverlayMenu1 ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.masterOverlayMenu1 li
{
   position: relative;
}
.masterOverlayMenu1 li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #FFFFFF;
   outline: none;
}
.masterOverlayMenu1 li a:hover
{
   color: #424242;
   background-color: #696969;
}
#masterOverlayMenu1-overlay
{
   visibility: hidden;
   width: 0;
   left: 50%;
   transform: translateX(-50%);
   transition: width 400ms 0.3s, visibility 0s 700ms;
}
#masterOverlayMenu1-overlay.show
{
   visibility: visible;
   width: 100%;
   transition: width 400ms;
}
#masterOverlayMenu1-overlay .masterOverlayMenu1
{
   opacity: 0;
   transition: opacity 0.3s 400ms;
}
#masterOverlayMenu1-overlay.show .masterOverlayMenu1
{
   opacity: 1;
   transition-delay: 400ms;
}
#masterOverlayMenu1-overlay.hide .masterOverlayMenu1
{
   transition-delay: 0s;
}
.masterOverlayMenu1 li.drilldown-back > a 
{
   padding-left: 40px;
   background: rgba(0,0,0,0.1);
}
.masterOverlayMenu1 li.drilldown-back > a:hover
{
   background-color: #696969;
}
.masterOverlayMenu1 li.drilldown-back a:after,
.masterOverlayMenu1 li > a:not(:only-child):after
{
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 13px;
   border-left: 13px solid #FFFFFF;
   border-top: 11px solid transparent;
   border-bottom: 11px solid transparent;
   border-right: 0 dotted;
   content: " ";
}
.masterOverlayMenu1 li.drilldown-back a:after
{
   left: 13px;
   color: #FFFFFF;
   transform: translateY(-50%) rotate(180deg);
}
.masterOverlayMenu1 li.drilldown-back a:hover:after,
.masterOverlayMenu1 li > a:not(:only-child):hover:after
{
   border-left-color: #424242;
}
.masterOverlayMenu1 li > a:after
{
   color: rgba(0,0,0,0.15);
   right: 10px;
}
.masterOverlayMenu1 .drilldown-menu 
{
   margin: 0;
   width: 100%;
}
.masterOverlayMenu1 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;
}
.masterOverlayMenu1 > .drilldown-submenu
{
   left: 0;
   margin: 0;
   position: absolute;
   top: 50px;
   width: 100%;
}
#masterOverlayMenu1-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
#masterOverlayMenu1-social
{
   padding: 40px 0 0 0;
}
#masterOverlayMenu1-social .social-icon 
{
   border-radius: 50%;
   background-color: #FFFFFF;
   color: #4F4F4F;
   display: inline-block;
   font-size: 27px;
   margin: 0 .5em;
   padding: 10px;
   transition: all .2s linear 0s;
   width: 27px;
}
#masterOverlayMenu1-social .social-icon:hover 
{
   background-color: #424242;
   color: #696969;
}
.masterOverlayMenu1-effect
{
   transition: all 500ms linear;
}
#wb_masterIconFont1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_masterIconFont1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#masterIconFont1
{
   height: 36px;
   width: 36px;
}
#masterIconFont1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 36px;
   line-height: 36px;
   vertical-align: middle;
   width: 35px;
}
#wb_masterIconFont1:hover #masterIconFont1 i
{
   color: #FFFFFF;
}
#wb_masterIconFont3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_masterIconFont3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#masterIconFont3
{
   height: 36px;
   width: 36px;
}
#masterIconFont3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 36px;
   line-height: 36px;
   vertical-align: middle;
   width: 35px;
}
#wb_masterIconFont3:hover #masterIconFont3 i
{
   color: #FFFFFF;
}
#wb_masterIconFont2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_masterIconFont2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#masterIconFont2
{
   height: 36px;
   width: 36px;
}
#masterIconFont2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 36px;
   line-height: 36px;
   vertical-align: middle;
   width: 35px;
}
#wb_masterIconFont2:hover #masterIconFont2 i
{
   color: #FFFFFF;
}
#wb_masterImage2
{
   vertical-align: top;
}
#masterImage2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_masterImage1
{
   vertical-align: top;
}
#masterImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_masterText4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText4 div
{
   text-align: center;
}
#wb_masterText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText1 div
{
   text-align: center;
}
#wb_masterText6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText6 div
{
   text-align: center;
}
#wb_masterImage4
{
   margin: 0;
   vertical-align: top;
}
#masterImage4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 130px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_masterImage5
{
   margin: 0;
   vertical-align: top;
}
#masterImage5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 130px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_masterImage6
{
   margin: 0;
   vertical-align: top;
}
#masterImage6
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 130px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_masterText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText3 div
{
   text-align: center;
}
#wb_masterText3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_masterText7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText7 div
{
   text-align: center;
}
#wb_masterText7
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_masterText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_masterText2 div
{
   text-align: left;
}
#wb_masterText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_masterLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#masterLayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#masterLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#masterLayoutGrid1 > .row > .col-1
{
   float: left;
}
#masterLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#masterLayoutGrid1:before,
#masterLayoutGrid1:after,
#masterLayoutGrid1 .row:before,
#masterLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#masterLayoutGrid1:after,
#masterLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#masterLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_masterText5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText5 div
{
   text-align: center;
}
#wb_masterText5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#master_l6
{
   display: inline-block;
   width: 22px;
   z-index: 18;
}
#wb_master_fb1
{
   position: absolute;
   left: 1139px;
   top: 21px;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 2;
}
#wb_masterImage1
{
   position: absolute;
   left: 50px;
   top: 1px;
   width: 65px;
   height: 40px;
   z-index: 24;
}
#master_l7
{
   display: inline-block;
   width: 22px;
   z-index: 20;
}
#wb_blog_header1
{
   display: inline-block;
   width: 100%;
   z-index: 7;
}
#wb_master_m1
{
   position: absolute;
   left: 1225px;
   top: 19px;
   width: 50px;
   height: 40px;
   z-index: 0;
}
#wb_master_icon6
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 21;
}
#wb_masterImage6
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 15;
}
#wb_masterIconFont2
{
   position: absolute;
   left: 4px;
   top: 3px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 25;
}
#wb_masterIconFont3
{
   position: absolute;
   left: 1166px;
   top: 3px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 23;
}
#wb_masterIconFont1
{
   position: absolute;
   left: 1205px;
   top: 3px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 22;
}
#masterBookmark2
{
   visibility: hidden;
}
#wb_master_icon4
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 17;
}
#wb_masterImage4
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 13;
}
#wb_masterOverlayMenu1
{
   position: absolute;
   left: 1245px;
   top: 4px;
   width: 32px;
   height: 32px;
   z-index: 26;
}
#wb_master_icon5
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 19;
}
#wb_masterImage5
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 14;
}
#masterBookmark1
{
   visibility: hidden;
}
#wb_masterBookmark2
{
   position: absolute;
   left: 0px;
   top: 79px;
   width: 20px;
   height: 20px;
   z-index: 29;
}
#wb_masterBookmark1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 20px;
   height: 26px;
   z-index: 28;
}
#masterLayer2_Container
{
   width: 1280px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#masterLayer1_Container
{
   width: 1280px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_master_inst1
{
   position: absolute;
   left: 1185px;
   top: 21px;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 1;
}
#masterLayer2
{
   position: fixed;
   text-align: center;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 42px;
   z-index: 32;
}
#masterLayer3
{
   position: absolute;
   text-align: left;
   left: 0%;
   top: 80px;
   width: 100%;
   height: 2px;
   z-index: 31;
}
#masterLayer1
{
   position: absolute;
   text-align: center;
   left: 0%;
   top: 0px;
   width: 100%;
   height: 80px;
   z-index: 30;
}
#wb_masterText6
{
   position: absolute;
   left: 488px;
   top: 8px;
   width: 304px;
   height: 39px;
   text-align: center;
   z-index: 6;
}
#wb_masterText1
{
   position: absolute;
   left: 47px;
   top: 40px;
   width: 250px;
   height: 9px;
   visibility: hidden;
   text-align: center;
   z-index: 5;
}
#wb_masterText4
{
   position: absolute;
   left: 447px;
   top: 53px;
   width: 386px;
   height: 21px;
   text-align: center;
   z-index: 4;
}
#blog_line1
{
   display: none;
   width: 100%;
   z-index: 8;
}
#blog
{
   overflow: hidden;
}
#wb_blog_header2
{
   display: inline-block;
   width: 100%;
   z-index: 9;
}
#wb_masterImage2
{
   position: absolute;
   left: 23px;
   top: 4px;
   width: 123px;
   height: 76px;
   z-index: 3;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
div#container
{
   width: 1024px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#masterLayer1
{
   left: 0px;
   top: 0px;
   height: 80px;
   visibility: visible;
   display: block;
}
#masterLayer1
{
   left: 0%;
   width: 100%;
}
#masterLayer1_Container
{
   width: 1024px;
}
#masterLayer3
{
   left: 0px;
   top: 80px;
   height: 2px;
   visibility: visible;
   display: block;
}
#masterLayer3
{
   left: 0%;
   width: 100%;
}
#wb_master_m1
{
   left: 949px;
   top: 16px;
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#master_m1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 50px;
   height: 40px;
}
#master_m1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#master_m1 .line
{
   background: #FFFFFF;
}
#master_m1:hover .line
{
   background: #424242;
}
#master_m1 .line
{
   top: 1px;
}
#master_m1-overlay ul
{
   font-size: 24px;
   text-align: center;
}
#wb_master_fb1
{
   left: 863px;
   top: 19px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#master_fb1
{
   width: 40px;
   height: 40px;
}
#master_fb1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_blog_grid1
{
   visibility: visible;
   display: table;
}
#wb_blog_grid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#blog_grid1
{
   height: auto;
   padding: 100px 15px 80px 15px;
}
#blog_grid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#blog_grid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#blog_grid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_blog_header1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_blog_header2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#blog_line1
{
   width: 100%;
   height: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#blog_line1
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_blog_grid2
{
   visibility: visible;
   display: table;
}
#wb_blog_grid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#blog_grid2
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#blog_grid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#blog
{
   visibility: visible;
   display: block;
}
#blog .blogcolumn
{
   width: 100%;
}
#blog .visible-col1
{
   display: block;
}
#wb_master_icon6
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_icon6
{
   width: 40px;
   height: 40px;
}
#master_icon6 i
{
   line-height: 40px;
   font-size: 40px;
   width: 50px;
}
#wb_master_icon5
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_icon5
{
   width: 40px;
   height: 40px;
}
#master_icon5 i
{
   line-height: 40px;
   font-size: 40px;
   width: 50px;
}
#wb_master_icon4
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_icon4
{
   width: 40px;
   height: 40px;
}
#master_icon4 i
{
   line-height: 40px;
   font-size: 40px;
   width: 50px;
}
#master_l7
{
   width: 22px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master_l7
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#master_l6
{
   width: 22px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master_l6
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#wb_master_g8
{
   visibility: visible;
   display: table;
}
#wb_master_g8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g8
{
   height: auto;
   padding: 5px 15px 2px 15px;
}
#master_g8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_master_g9
{
   visibility: visible;
   display: table;
   background-color: #000000;
   background-image: none;
}
#wb_master_g9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g9
{
   height: auto;
   padding: 5px 15px 5px 15px;
}
#master_g9 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_master_g5
{
   visibility: visible;
   display: table;
}
#wb_master_g5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g5
{
   height: auto;
   padding: 4px 0 4px 0;
}
#wb_master_inst1
{
   left: 909px;
   top: 19px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#master_inst1
{
   width: 40px;
   height: 40px;
}
#master_inst1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#masterLayer2
{
   height: 42px;
   visibility: visible;
   display: block;
}
#masterLayer2
{
   width: 100%;
}
#masterLayer2_Container
{
   width: 1024px;
}
#wb_masterOverlayMenu1
{
   left: 989px;
   top: 4px;
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#masterOverlayMenu1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 32px;
   height: 32px;
}
#masterOverlayMenu1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#masterOverlayMenu1 .line
{
   background: #FFFFFF;
}
#masterOverlayMenu1:hover .line
{
   background: #424242;
}
#masterOverlayMenu1 .line
{
   top: -3px;
}
#masterOverlayMenu1-overlay ul
{
   font-size: 27px;
   text-align: center;
}
#wb_masterIconFont1
{
   left: 949px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont1
{
   width: 36px;
   height: 36px;
}
#masterIconFont1 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterBookmark1
{
   left: 1024px;
   top: 0px;
   width: 20px;
   height: 26px;
   visibility: visible;
   display: inline;
}
#wb_masterBookmark2
{
   left: 0px;
   top: 79px;
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline;
}
#wb_masterIconFont3
{
   left: 910px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont3
{
   width: 36px;
   height: 36px;
}
#masterIconFont3 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterIconFont2
{
   left: 2px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont2
{
   width: 36px;
   height: 36px;
}
#masterIconFont2 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterImage2
{
   left: 23px;
   top: 4px;
   width: 123px;
   height: 76px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_masterImage1
{
   left: 50px;
   top: 1px;
   width: 65px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_masterText4
{
   left: 330px;
   top: 53px;
   width: 365px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_masterText4
{
   margin: 0;
   padding: 0;
}
#wb_masterText1
{
   left: 47px;
   top: 40px;
   width: 250px;
   height: 9px;
   visibility: hidden;
   display: none;
}
#wb_masterText1
{
   margin: 0;
   padding: 0;
}
#wb_masterText6
{
   left: 360px;
   top: 8px;
   width: 304px;
   height: 36px;
   visibility: visible;
   display: inline;
}
#wb_masterText6
{
   margin: 0;
   padding: 0;
}
#wb_masterImage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterText3
{
   visibility: visible;
   display: block;
}
#wb_masterText3
{
   margin: 0;
   padding: 0;
}
#wb_masterText7
{
   visibility: hidden;
   display: none;
}
#wb_masterText7
{
   margin: 0;
   padding: 0;
}
#wb_masterText2
{
   visibility: visible;
   display: block;
}
#wb_masterText2
{
   margin: 0;
   padding: 0;
}
#wb_masterLayoutGrid1
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_masterLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masterLayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#masterLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_masterText5
{
   visibility: visible;
   display: block;
}
#wb_masterText5
{
   margin: 0;
   padding: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
div#container
{
   width: 768px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#masterLayer1
{
   left: 0px;
   top: 0px;
   height: 80px;
   visibility: visible;
   display: block;
}
#masterLayer1
{
   left: 0%;
   width: 100%;
}
#masterLayer1_Container
{
   width: 768px;
}
#masterLayer3
{
   left: 0px;
   top: 80px;
   height: 2px;
   visibility: visible;
   display: block;
}
#masterLayer3
{
   left: 0%;
   width: 100%;
}
#wb_master_m1
{
   left: 705px;
   top: 16px;
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#master_m1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 50px;
   height: 40px;
}
#master_m1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#master_m1 .line
{
   background: #FFFFFF;
}
#master_m1:hover .line
{
   background: #424242;
}
#master_m1 .line
{
   top: 1px;
}
#master_m1-overlay ul
{
   font-size: 24px;
   text-align: center;
}
#wb_master_fb1
{
   left: 619px;
   top: 19px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#master_fb1
{
   width: 40px;
   height: 40px;
}
#master_fb1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_blog_grid1
{
   visibility: visible;
   display: table;
}
#wb_blog_grid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#blog_grid1
{
   height: auto;
   padding: 100px 15px 80px 15px;
}
#blog_grid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#blog_grid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#blog_grid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_blog_header1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_blog_header2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#blog_line1
{
   width: 100%;
   height: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#blog_line1
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_blog_grid2
{
   visibility: visible;
   display: table;
}
#wb_blog_grid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#blog_grid2
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#blog_grid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#blog
{
   visibility: visible;
   display: block;
}
#blog
{
   font-family: Arial;
   font-size: 13px;
}
#blog .blogitem
{
   font-family: Arial;
   font-size: 13px;
}
#blog .blogdate
{
   font-family: Arial;
   font-size: 13px;
}
#blog .blogsubject
{
   font-family: Arial;
   font-size: 13px;
}
#blog .blogcomments
{
   font-family: Arial;
   font-size: 13px;
}
#blog .blogcolumn
{
   width: 100%;
}
#blog .visible-col1
{
   display: block;
}
#wb_master_icon6
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_icon6
{
   width: 40px;
   height: 40px;
}
#master_icon6 i
{
   line-height: 40px;
   font-size: 40px;
   width: 50px;
}
#wb_master_icon5
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_icon5
{
   width: 40px;
   height: 40px;
}
#master_icon5 i
{
   line-height: 40px;
   font-size: 40px;
   width: 50px;
}
#wb_master_icon4
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_icon4
{
   width: 40px;
   height: 40px;
}
#master_icon4 i
{
   line-height: 40px;
   font-size: 40px;
   width: 50px;
}
#master_l7
{
   width: 22px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master_l7
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#master_l6
{
   width: 22px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master_l6
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#wb_master_g8
{
   visibility: visible;
   display: table;
}
#wb_master_g8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g8
{
   height: auto;
   padding: 5px 15px 2px 15px;
}
#master_g8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_master_g9
{
   visibility: visible;
   display: table;
   background-color: #000000;
   background-image: none;
}
#wb_master_g9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g9
{
   height: auto;
   padding: 5px 15px 5px 15px;
}
#master_g9 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_master_g5
{
   visibility: visible;
   display: table;
}
#wb_master_g5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g5
{
   height: auto;
   padding: 4px 0 4px 0;
}
#wb_master_inst1
{
   left: 665px;
   top: 19px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#master_inst1
{
   width: 40px;
   height: 40px;
}
#master_inst1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#masterLayer2
{
   height: 42px;
   visibility: visible;
   display: block;
}
#masterLayer2
{
   width: 100%;
}
#masterLayer2_Container
{
   width: 768px;
}
#wb_masterOverlayMenu1
{
   left: 732px;
   top: 4px;
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#masterOverlayMenu1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 32px;
   height: 32px;
}
#masterOverlayMenu1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#masterOverlayMenu1 .line
{
   background: #FFFFFF;
}
#masterOverlayMenu1:hover .line
{
   background: #424242;
}
#masterOverlayMenu1 .line
{
   top: -3px;
}
#masterOverlayMenu1-overlay ul
{
   font-size: 27px;
   text-align: center;
}
#wb_masterIconFont1
{
   left: 693px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont1
{
   width: 36px;
   height: 36px;
}
#masterIconFont1 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterBookmark1
{
   left: 768px;
   top: 0px;
   width: 20px;
   height: 26px;
   visibility: visible;
   display: inline;
}
#wb_masterBookmark2
{
   left: 0px;
   top: 79px;
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline;
}
#wb_masterIconFont3
{
   left: 654px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont3
{
   width: 36px;
   height: 36px;
}
#masterIconFont3 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterIconFont2
{
   left: 3px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont2
{
   width: 36px;
   height: 36px;
}
#masterIconFont2 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterImage2
{
   left: 23px;
   top: 4px;
   width: 123px;
   height: 76px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_masterImage1
{
   left: 50px;
   top: 1px;
   width: 65px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_masterText4
{
   left: 199px;
   top: 53px;
   width: 371px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_masterText4
{
   margin: 0;
   padding: 0;
}
#wb_masterText1
{
   left: 47px;
   top: 40px;
   width: 250px;
   height: 9px;
   visibility: hidden;
   display: none;
}
#wb_masterText1
{
   margin: 0;
   padding: 0;
}
#wb_masterText6
{
   left: 232px;
   top: 8px;
   width: 304px;
   height: 36px;
   visibility: visible;
   display: inline;
}
#wb_masterText6
{
   margin: 0;
   padding: 0;
}
#wb_masterImage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterText3
{
   visibility: visible;
   display: block;
}
#wb_masterText3
{
   margin: 0;
   padding: 0;
}
#wb_masterText7
{
   visibility: hidden;
   display: none;
}
#wb_masterText7
{
   margin: 0;
   padding: 0;
}
#wb_masterText2
{
   visibility: visible;
   display: block;
}
#wb_masterText2
{
   margin: 0;
   padding: 0;
}
#wb_masterLayoutGrid1
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_masterLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masterLayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#masterLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_masterText5
{
   visibility: visible;
   display: block;
}
#wb_masterText5
{
   margin: 0;
   padding: 0;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
div#container
{
   width: 480px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#masterLayer1
{
   left: 0px;
   top: 0px;
   height: 67px;
   visibility: visible;
   display: block;
}
#masterLayer1
{
   left: 0%;
   width: 100%;
}
#masterLayer1_Container
{
   width: 480px;
}
#masterLayer3
{
   left: 0px;
   top: 67px;
   height: 2px;
   visibility: visible;
   display: block;
}
#masterLayer3
{
   left: 0%;
   width: 100%;
}
#wb_master_m1
{
   left: 426px;
   top: 13px;
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#master_m1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 50px;
   height: 40px;
}
#master_m1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#master_m1 .line
{
   background: #FFFFFF;
}
#master_m1:hover .line
{
   background: #424242;
}
#master_m1 .line
{
   top: 1px;
}
#master_m1-overlay ul
{
   font-size: 24px;
   text-align: center;
}
#wb_master_fb1
{
   left: 339px;
   top: 12px;
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#master_fb1
{
   width: 40px;
   height: 40px;
}
#master_fb1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_blog_grid1
{
   visibility: visible;
   display: table;
}
#wb_blog_grid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#blog_grid1
{
   height: auto;
   padding: 120px 15px 80px 15px;
}
#blog_grid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#blog_grid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#blog_grid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_blog_header1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_blog_header2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#blog_line1
{
   width: 100%;
   height: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#blog_line1
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_blog_grid2
{
   visibility: visible;
   display: table;
}
#wb_blog_grid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#blog_grid2
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#blog_grid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#blog
{
   visibility: visible;
   display: block;
}
#blog .blogcolumn
{
   width: 100%;
}
#blog .visible-col1
{
   display: block;
}
#wb_master_icon6
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_icon6
{
   width: 40px;
   height: 40px;
}
#master_icon6 i
{
   line-height: 40px;
   font-size: 40px;
   width: 50px;
}
#wb_master_icon5
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_icon5
{
   width: 40px;
   height: 40px;
}
#master_icon5 i
{
   line-height: 40px;
   font-size: 40px;
   width: 50px;
}
#wb_master_icon4
{
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_icon4
{
   width: 40px;
   height: 40px;
}
#master_icon4 i
{
   line-height: 40px;
   font-size: 40px;
   width: 50px;
}
#master_l7
{
   width: 22px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master_l7
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#master_l6
{
   width: 22px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#master_l6
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#wb_master_g8
{
   visibility: visible;
   display: table;
}
#wb_master_g8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g8
{
   height: auto;
   padding: 5px 15px 2px 15px;
}
#master_g8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_master_g9
{
   visibility: visible;
   display: table;
   background-color: #000000;
   background-image: none;
}
#wb_master_g9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g9
{
   height: auto;
   padding: 5px 10px 5px 10px;
}
#master_g9 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#wb_master_g5
{
   visibility: hidden;
   display: none;
}
#wb_master_g5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g5
{
   height: auto;
   padding: 4px 0 4px 0;
}
#wb_master_inst1
{
   left: 386px;
   top: 13px;
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#master_inst1
{
   width: 40px;
   height: 40px;
}
#master_inst1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#masterLayer2
{
   height: 42px;
   visibility: visible;
   display: block;
}
#masterLayer2
{
   width: 100%;
}
#masterLayer2_Container
{
   width: 480px;
}
#wb_masterOverlayMenu1
{
   left: 447px;
   top: 5px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#masterOverlayMenu1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 30px;
   height: 30px;
}
#masterOverlayMenu1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#masterOverlayMenu1 .line
{
   background: #FFFFFF;
}
#masterOverlayMenu1:hover .line
{
   background: #424242;
}
#masterOverlayMenu1 .line
{
   top: -4px;
}
#masterOverlayMenu1-overlay ul
{
   font-size: 27px;
   text-align: center;
}
#wb_masterIconFont1
{
   left: 405px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont1
{
   width: 36px;
   height: 36px;
}
#masterIconFont1 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterBookmark1
{
   left: 480px;
   top: 0px;
   width: 20px;
   height: 26px;
   visibility: visible;
   display: inline;
}
#wb_masterBookmark2
{
   left: 0px;
   top: 69px;
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline;
}
#wb_masterIconFont3
{
   left: 366px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont3
{
   width: 36px;
   height: 36px;
}
#masterIconFont3 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterIconFont2
{
   left: 4px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont2
{
   width: 36px;
   height: 36px;
}
#masterIconFont2 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterImage2
{
   left: 23px;
   top: 4px;
   width: 123px;
   height: 76px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_masterImage1
{
   left: 50px;
   top: 1px;
   width: 65px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_masterText4
{
   left: 54px;
   top: 42px;
   width: 373px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_masterText4
{
   margin: 0;
   padding: 0;
}
#wb_masterText1
{
   left: 47px;
   top: 40px;
   width: 250px;
   height: 9px;
   visibility: hidden;
   display: none;
}
#wb_masterText1
{
   margin: 0;
   padding: 0;
}
#wb_masterText6
{
   left: 88px;
   top: 8px;
   width: 304px;
   height: 36px;
   visibility: visible;
   display: inline;
}
#wb_masterText6
{
   margin: 0;
   padding: 0;
}
#wb_masterImage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterText3
{
   visibility: visible;
   display: block;
}
#wb_masterText3
{
   margin: 0;
   padding: 0;
}
#wb_masterText7
{
   visibility: hidden;
   display: none;
}
#wb_masterText7
{
   margin: 0;
   padding: 0;
}
#wb_masterText2
{
   visibility: visible;
   display: block;
}
#wb_masterText2
{
   margin: 0;
   padding: 0;
}
#wb_masterLayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: #DAA520;
   background-image: none;
   background-image: none;
}
#wb_masterLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masterLayoutGrid1
{
   height: auto;
   padding: 5px 15px 5px 15px;
}
#masterLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_masterText5
{
   visibility: visible;
   display: block;
}
#wb_masterText5
{
   margin: 0;
   padding: 0;
}
}
@media only screen and (max-width: 479px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#masterLayer1
{
   left: 0px;
   top: 0px;
   height: 67px;
   visibility: visible;
   display: block;
}
#masterLayer1
{
   left: 0%;
   width: 100%;
}
#masterLayer1_Container
{
   width: 320px;
}
#masterLayer3
{
   left: 0px;
   top: 67px;
   height: 2px;
   visibility: visible;
   display: block;
}
#masterLayer3
{
   left: 0%;
   width: 100%;
}
#wb_master_m1
{
   left: 278px;
   top: 4px;
   width: 35px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#master_m1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 35px;
   height: 35px;
}
#master_m1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#master_m1 .line
{
   background: #FFFFFF;
}
#master_m1:hover .line
{
   background: #424242;
}
#master_m1 .line
{
   top: -2px;
}
#master_m1-overlay ul
{
   font-size: 24px;
   text-align: center;
}
#wb_master_fb1
{
   left: 0px;
   top: 0px;
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#master_fb1
{
   width: 40px;
   height: 40px;
}
#master_fb1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_blog_grid1
{
   visibility: visible;
   display: table;
}
#wb_blog_grid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#blog_grid1
{
   height: auto;
   padding: 100px 15px 80px 15px;
}
#blog_grid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#blog_grid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#blog_grid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_blog_header1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_blog_header2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#blog_line1
{
   width: 100%;
   height: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#blog_line1
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_blog_grid2
{
   visibility: visible;
   display: table;
}
#wb_blog_grid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#blog_grid2
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#blog_grid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#blog
{
   visibility: visible;
   display: block;
}
#blog .blogcolumn
{
   width: 100%;
}
#blog .visible-col1
{
   display: block;
}
#wb_master_icon6
{
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#master_icon6
{
   width: 40px;
   height: 40px;
}
#master_icon6 i
{
   line-height: 40px;
   font-size: 40px;
   width: 91px;
}
#wb_master_icon5
{
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#master_icon5
{
   width: 40px;
   height: 40px;
}
#master_icon5 i
{
   line-height: 40px;
   font-size: 40px;
   width: 91px;
}
#wb_master_icon4
{
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#master_icon4
{
   width: 40px;
   height: 40px;
}
#master_icon4 i
{
   line-height: 40px;
   font-size: 40px;
   width: 91px;
}
#master_l7
{
   width: 22px;
   height: 18px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#master_l7
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#master_l6
{
   width: 22px;
   height: 18px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#master_l6
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#wb_master_g8
{
   visibility: visible;
   display: table;
}
#wb_master_g8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g8
{
   height: auto;
   padding: 5px 0 2px 0;
}
#master_g8 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_master_g9
{
   visibility: visible;
   display: table;
   background-color: #000000;
   background-image: none;
}
#wb_master_g9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g9
{
   height: auto;
   padding: 5px 0 5px 0;
}
#master_g9 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_master_g5
{
   visibility: hidden;
   display: none;
}
#wb_master_g5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g5
{
   height: auto;
   padding: 4px 0 4px 0;
}
#wb_master_inst1
{
   left: 0px;
   top: 0px;
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#master_inst1
{
   width: 40px;
   height: 40px;
}
#master_inst1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#masterLayer2
{
   height: 42px;
   visibility: visible;
   display: block;
}
#masterLayer2
{
   width: 100%;
}
#masterLayer2_Container
{
   width: 320px;
}
#wb_masterOverlayMenu1
{
   left: 286px;
   top: 5px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#masterOverlayMenu1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 30px;
   height: 30px;
}
#masterOverlayMenu1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#masterOverlayMenu1 .line
{
   background: #FFFFFF;
}
#masterOverlayMenu1:hover .line
{
   background: #424242;
}
#masterOverlayMenu1 .line
{
   top: -4px;
}
#masterOverlayMenu1-overlay ul
{
   font-size: 27px;
   text-align: center;
}
#wb_masterIconFont1
{
   left: 245px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont1
{
   width: 36px;
   height: 36px;
}
#masterIconFont1 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterBookmark1
{
   left: 0px;
   top: 0px;
   width: 20px;
   height: 26px;
   visibility: visible;
   display: inline;
}
#wb_masterBookmark2
{
   left: 0px;
   top: 69px;
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline;
}
#wb_masterIconFont3
{
   left: 206px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont3
{
   width: 36px;
   height: 36px;
}
#masterIconFont3 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterIconFont2
{
   left: 4px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont2
{
   width: 36px;
   height: 36px;
}
#masterIconFont2 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterImage2
{
   left: 23px;
   top: 4px;
   width: 123px;
   height: 76px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_masterImage1
{
   left: 50px;
   top: 1px;
   width: 65px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_masterText4
{
   left: 0px;
   top: 39px;
   width: 313px;
   height: 42px;
   visibility: hidden;
   display: none;
}
#wb_masterText4
{
   margin: 0;
   padding: 0;
}
#wb_masterText1
{
   left: 0px;
   top: 45px;
   width: 320px;
   height: 18px;
   visibility: visible;
   display: inline;
}
#wb_masterText1
{
   margin: 0;
   padding: 0;
}
#wb_masterText6
{
   left: 6px;
   top: 10px;
   width: 272px;
   height: 27px;
   visibility: visible;
   display: inline;
}
#wb_masterText6
{
   margin: 0;
   padding: 0;
}
#wb_masterImage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterText3
{
   visibility: hidden;
   display: none;
}
#wb_masterText3
{
   margin: 0;
   padding: 0;
}
#wb_masterText7
{
   visibility: visible;
   display: block;
}
#wb_masterText7
{
   margin: 0;
   padding: 0;
}
#wb_masterText2
{
   visibility: visible;
   display: block;
}
#wb_masterText2
{
   margin: 0;
   padding: 0;
}
#wb_masterLayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: #DAA520;
   background-image: none;
   background-image: none;
}
#wb_masterLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masterLayoutGrid1
{
   height: auto;
   padding: 5px 15px 5px 15px;
}
#masterLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_masterText5
{
   visibility: visible;
   display: block;
}
#wb_masterText5
{
   margin: 0;
   padding: 0;
}
}
