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;
}
#wb_master_m1
{
   margin: 0;
}
#master_m1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   cursor: pointer;
   user-select: none;
}
#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;
   background: #FFFFFF;
   display: block;
   margin: 6px auto;
   transition: all 500ms linear;
}
#master_m1:hover .line
{
   background: #424242;
}
#master_m1 .line:first-child
{
   margin-top: 5px;
}
#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;
   text-decoration: none;
   text-transform: none;
   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
{
   text-decoration: none;
}
#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;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#master_fb1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_master_fb1:hover #master_fb1 i
{
   color: #696969;
}
#wb_wedding_grid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/wedding_dj_orange_tree_house_we.jpg');
   background-repeat: repeat;
   background-position: center top;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#wedding_grid1
{
   box-sizing: border-box;
   padding: 170px 15px 75px 15px;
   margin-right: auto;
   margin-left: auto;
}
#wedding_grid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wedding_grid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#wedding_grid1 > .row > .col-1
{
   float: left;
}
#wedding_grid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#wedding_grid1:before,
#wedding_grid1:after,
#wedding_grid1 .row:before,
#wedding_grid1 .row:after
{
   display: table;
   content: " ";
}
#wedding_grid1:after,
#wedding_grid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#wedding_grid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wedding_grid1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.7;
}
#wedding_l1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 10px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wedding_l2
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 25px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_wedding_t2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_wedding_t2 div
{
   text-align: center;
}
#wb_wedding_t2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_wedding_grid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#wedding_grid2
{
   box-sizing: border-box;
   padding: 30px 30px 30px 30px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1450px;
}
#wedding_grid2 > .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#wedding_grid2 > .row > .col-1, #wedding_grid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 30px;
   padding-left: 30px;
   position: relative;
}
#wedding_grid2 > .row > .col-1, #wedding_grid2 > .row > .col-2
{
   float: left;
}
#wedding_grid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#wedding_grid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#wedding_grid2:before,
#wedding_grid2:after,
#wedding_grid2 .row:before,
#wedding_grid2 .row:after
{
   display: table;
   content: " ";
}
#wedding_grid2:after,
#wedding_grid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#wedding_grid2 > .row > .col-1, #wedding_grid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wedding_slide1 .image
{
   border-width: 0;
   border-radius: inherit;
   display: block;
   float: left;
   height: auto;
   width: 100%;
}
#wedding_slide1 li
{
   border-radius: inherit;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#wedding_slide1
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   padding: 0;
   margin: 0;
}
#wedding_slide1
{
   margin: 0;
   box-shadow: 4px 4px 10px #000000;
}
.wedding_slide1_ShowAnimation
{
   animation: animate-fade-in 2000ms linear 0s 1 normal both;
}
.wedding_slide1_HideAnimation
{
   animation: animate-fade-out 2000ms linear 0s 1 normal both;
}
#wedding_slide1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
}
#wedding_l5
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 25px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wedding_l6
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 35px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wedding_l3
{
   border-color: #FF0000;
   border-style: solid;
   border-bottom-width: 2px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   animation: scale-in-horizontal-center 3000ms ease-in 0ms 1 normal forwards;
}
#wedding_l4
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 25px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_wedding_t3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_wedding_t3 div
{
   text-align: left;
}
#wb_wedding_t3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_wedding_t4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_wedding_t4 div
{
   text-align: left;
}
#wb_wedding_t4
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_wedding_t5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_wedding_t5 div
{
   text-align: left;
}
#wb_wedding_t5
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_wedding_t6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_wedding_t6 div
{
   text-align: left;
}
#wb_wedding_t6
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_wedding_grid3
{
   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;
}
#wedding_grid3
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#wedding_grid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wedding_grid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#wedding_grid3 > .row > .col-1
{
   float: left;
}
#wedding_grid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#wedding_grid3:before,
#wedding_grid3:after,
#wedding_grid3 .row:before,
#wedding_grid3 .row:after
{
   display: table;
   content: " ";
}
#wedding_grid3:after,
#wedding_grid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#wedding_grid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_wedding_grid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#wedding_grid4
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#wedding_grid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wedding_grid4 > .row > .col-1, #wedding_grid4 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#wedding_grid4 > .row > .col-1, #wedding_grid4 > .row > .col-2
{
   float: left;
}
#wedding_grid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#wedding_grid4 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#wedding_grid4:before,
#wedding_grid4:after,
#wedding_grid4 .row:before,
#wedding_grid4 .row:after
{
   display: table;
   content: " ";
}
#wedding_grid4:after,
#wedding_grid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#wedding_grid4 > .row > .col-1, #wedding_grid4 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_wedding_grid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/wedding_dj_entertainment_ballydugan_mill_we.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#wedding_grid5
{
   box-sizing: border-box;
   padding: 60px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1600px;
}
#wedding_grid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wedding_grid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#wedding_grid5 > .row > .col-1
{
   float: left;
}
#wedding_grid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#wedding_grid5:before,
#wedding_grid5:after,
#wedding_grid5 .row:before,
#wedding_grid5 .row:after
{
   display: table;
   content: " ";
}
#wedding_grid5:after,
#wedding_grid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#wedding_grid5 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wedding_grid5-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.73;
}
#wb_wedding_t7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_wedding_t7 div
{
   text-align: center;
}
#wb_wedding_t7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_wedding_t8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_wedding_t8 div
{
   text-align: left;
}
#wb_wedding_t8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wedding_l9
{
   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;
}
#wedding_l7
{
   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;
}
#wedding_l8
{
   border-color: #FF0000;
   border-style: solid;
   border-bottom-width: 2px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_wedding_grid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#wedding_grid6
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1600px;
}
#wedding_grid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wedding_grid6 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#wedding_grid6 > .row > .col-1
{
   float: left;
}
#wedding_grid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#wedding_grid6:before,
#wedding_grid6:after,
#wedding_grid6 .row:before,
#wedding_grid6 .row:after
{
   display: table;
   content: " ";
}
#wedding_grid6:after,
#wedding_grid6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#wedding_grid6 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_wedding_t9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_wedding_t9 div
{
   text-align: center;
}
#wb_wedding_t9
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText1 div
{
   text-align: center;
}
#wb_indexText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText2 div
{
   text-align: center;
}
#wb_indexText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#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;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#master_icon6 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
}
#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;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#master_icon5 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
}
#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;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#master_icon4 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
}
#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, #master_g9 > .row > .col-4
{
   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, #master_g9 > .row > .col-4
{
   float: left;
}
#master_g9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#master_g9 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#master_g9 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#master_g9 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#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, #master_g9 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_masterLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#masterLayoutGrid2
{
   box-sizing: border-box;
   padding: 2px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}
#masterLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#masterLayoutGrid2 > .row > .col-1
{
   float: left;
}
#masterLayoutGrid2 > .row > .col-1
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#masterLayoutGrid2:before,
#masterLayoutGrid2:after,
#masterLayoutGrid2 .row:before,
#masterLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#masterLayoutGrid2:after,
#masterLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#masterLayoutGrid2 > .row > .col-1
{
   float: none;
   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
{
   text-decoration: none;
}
#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;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#master_inst1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
}
#wb_master_inst1:hover #master_inst1 i
{
   color: #696969;
}
#masterLayer2
{
   background-color: rgba(0,0,0,0.69);
   background-image: none;
   border-radius: 0px;
}
#wb_masterOverlayMenu1
{
   margin: 0;
}
#masterOverlayMenu1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   cursor: pointer;
   user-select: none;
}
#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;
   background: #FFFFFF;
   display: block;
   margin: 6px auto;
   transition: all 500ms linear;
}
#masterOverlayMenu1:hover .line
{
   background: #424242;
}
#masterOverlayMenu1 .line:first-child
{
   margin-top: 1px;
}
#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;
   text-decoration: none;
   text-transform: none;
   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
{
   text-decoration: none;
}
#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;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#masterIconFont1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 36px;
   line-height: 36px;
   vertical-align: middle;
}
#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
{
   text-decoration: none;
}
#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;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#masterIconFont3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 36px;
   line-height: 36px;
   vertical-align: middle;
}
#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
{
   text-decoration: none;
}
#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;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#masterIconFont2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 36px;
   line-height: 36px;
   vertical-align: middle;
}
#wb_masterIconFont2:hover #masterIconFont2 i
{
   color: #FFFFFF;
}
#wb_masterImage2
{
   vertical-align: top;
}
#masterImage2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   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;
   box-sizing: border-box;
   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_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_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%;
}
#wb_masterText8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText8 div
{
   text-align: center;
}
#wb_masterText8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_masterImage3
{
   margin: 0;
   vertical-align: top;
}
#masterImage3
{
   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_masterImage3
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 32;
}
#master_l6
{
   display: inline-block;
   width: 22px;
   z-index: 42;
}
#wb_master_fb1
{
   position: absolute;
   left: 1139px;
   top: 21px;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 2;
}
#master_l7
{
   display: inline-block;
   width: 22px;
   z-index: 44;
}
#wb_masterImage1
{
   position: absolute;
   left: 50px;
   top: 1px;
   width: 65px;
   height: 40px;
   z-index: 36;
}
#wedding_l9
{
   display: block;
   width: 100%;
   z-index: 24;
}
#wedding_l8
{
   display: inline-block;
   width: 250px;
   z-index: 23;
}
#wedding_l7
{
   display: block;
   width: 100%;
   z-index: 22;
}
#wedding_l6
{
   display: block;
   width: 100%;
   z-index: 16;
}
#wedding_l5
{
   display: none;
   width: 100%;
   z-index: 15;
}
#wedding_l4
{
   display: block;
   width: 100%;
   z-index: 12;
}
#wedding_l3
{
   display: inline-block;
   width: 500px;
   z-index: 11;
}
#wedding_l2
{
   display: block;
   width: 100%;
   z-index: 10;
}
#wedding_l1
{
   display: block;
   width: 100%;
   z-index: 8;
}
#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: 45;
}
#wb_masterImage6
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 31;
}
#wb_masterIconFont2
{
   position: absolute;
   left: 4px;
   top: 3px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 37;
}
#wb_masterIconFont3
{
   position: absolute;
   left: 1166px;
   top: 3px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 35;
}
#wb_masterIconFont1
{
   position: absolute;
   left: 1205px;
   top: 3px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 34;
}
#masterBookmark2
{
   visibility: hidden;
}
#wb_master_icon4
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 41;
}
#wb_masterImage4
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 29;
}
#wb_master_icon5
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 43;
}
#wb_masterOverlayMenu1
{
   position: absolute;
   left: 1245px;
   top: 4px;
   width: 32px;
   height: 32px;
   z-index: 38;
}
#wb_masterImage5
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 30;
}
#masterBookmark1
{
   visibility: hidden;
}
#wb_masterBookmark2
{
   position: absolute;
   left: 0px;
   top: 79px;
   width: 20px;
   height: 20px;
   z-index: 47;
}
#wb_masterBookmark1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 20px;
   height: 26px;
   z-index: 46;
}
#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: 50;
}
#wedding_slide1
{
   z-index: 14;
}
#masterLayer3
{
   position: absolute;
   text-align: left;
   left: 0%;
   top: 80px;
   width: 100%;
   height: 2px;
   z-index: 49;
}
#masterLayer1
{
   position: absolute;
   text-align: center;
   left: 0%;
   top: 0px;
   width: 100%;
   height: 80px;
   z-index: 48;
}
#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;
}
#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 .line:first-child
{
   margin-top: 5px;
}
#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_wedding_grid1
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid1
{
   height: auto;
   padding: 170px 15px 75px 15px;
}
#wedding_grid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wedding_l1
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l1
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#wedding_l2
{
   width: 100%;
   height: 27px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l2
{
   border-color: transparent;
   border-bottom-width: 27px;
}
#wb_wedding_t2
{
   visibility: visible;
   display: block;
}
#wb_wedding_t2
{
   margin: 0;
   padding: 0;
}
#wb_wedding_grid2
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid2
{
   height: auto;
   padding: 30px 30px 30px 30px;
}
#wedding_grid2 .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#wedding_slide1
{
   visibility: visible;
   display: inline-block;
}
#wedding_l5
{
   width: 100%;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wedding_l5
{
   border-color: transparent;
   border-bottom-width: 25px;
}
#wedding_l6
{
   width: 100%;
   height: 100px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wedding_l6
{
   border-color: transparent;
   border-bottom-width: 100px;
}
#wedding_l3
{
   width: 500px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wedding_l3
{
   border-color: #FF0000;
   border-bottom-width: 2px;
}
#wedding_l4
{
   width: 100%;
   height: 25px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l4
{
   border-color: transparent;
   border-bottom-width: 25px;
}
#wb_wedding_t3
{
   visibility: visible;
   display: block;
}
#wb_wedding_t3
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t4
{
   visibility: hidden;
   display: none;
}
#wb_wedding_t4
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t5
{
   visibility: hidden;
   display: none;
}
#wb_wedding_t5
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t6
{
   visibility: hidden;
   display: none;
}
#wb_wedding_t6
{
   margin: 0;
   padding: 0;
}
#wb_wedding_grid3
{
   visibility: hidden;
   display: none;
}
#wb_wedding_grid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#wedding_grid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_grid4
{
   visibility: hidden;
   display: none;
}
#wb_wedding_grid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid4
{
   height: auto;
   padding: 0 15px 0 15px;
}
#wedding_grid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_grid5
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid5
{
   height: auto;
   padding: 60px 15px 30px 15px;
}
#wedding_grid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_t7
{
   visibility: visible;
   display: block;
}
#wb_wedding_t7
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t8
{
   visibility: visible;
   display: block;
}
#wb_wedding_t8
{
   margin: 0;
   padding: 0;
}
#wedding_l9
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l9
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wedding_l7
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l7
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wedding_l8
{
   width: 250px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wedding_l8
{
   border-color: #FF0000;
   border-bottom-width: 2px;
}
#wb_wedding_grid6
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid6
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#wedding_grid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_t9
{
   visibility: visible;
   display: block;
}
#wb_wedding_t9
{
   margin: 0;
   padding: 0;
}
#wb_indexText1
{
   visibility: visible;
   display: block;
}
#wb_indexText1
{
   margin: 0;
   padding: 0;
}
#wb_indexText2
{
   visibility: visible;
   display: block;
}
#wb_indexText2
{
   margin: 0;
   padding: 0;
}
#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_masterLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_masterLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masterLayoutGrid2
{
   height: auto;
   padding: 2px 15px 10px 15px;
}
#masterLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#masterLayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#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 .line:first-child
{
   margin-top: 1px;
}
#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;
   background-color: transparent;
   background-image: none;
}
#masterIconFont2
{
   width: 36px;
   height: 36px;
}
#masterIconFont2 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterIconFont2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#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;
}
#masterImage4
{
   margin-left: auto;
   margin-right: auto;
}
#wb_masterImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#masterImage5
{
   margin-left: auto;
   margin-right: auto;
}
#wb_masterImage6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#masterImage6
{
   margin-left: auto;
   margin-right: auto;
}
#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_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_masterText5
{
   visibility: visible;
   display: block;
}
#wb_masterText5
{
   margin: 0;
   padding: 0;
}
#wb_masterText8
{
   visibility: visible;
   display: block;
}
#wb_masterText8
{
   margin: 0;
   padding: 0;
}
#wb_masterImage3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#masterImage3
{
   margin-left: auto;
   margin-right: auto;
}
}
@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 .line:first-child
{
   margin-top: 5px;
}
#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_wedding_grid1
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid1
{
   height: auto;
   padding: 170px 15px 75px 15px;
}
#wedding_grid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wedding_l1
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l1
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#wedding_l2
{
   width: 100%;
   height: 25px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l2
{
   border-color: transparent;
   border-bottom-width: 25px;
}
#wb_wedding_t2
{
   visibility: visible;
   display: block;
}
#wb_wedding_t2
{
   margin: 0;
   padding: 0;
}
#wb_wedding_grid2
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid2
{
   height: auto;
   padding: 30px 30px 30px 30px;
}
#wedding_grid2 .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#wedding_slide1
{
   visibility: visible;
   display: inline-block;
}
#wedding_l5
{
   width: 100%;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wedding_l5
{
   border-color: transparent;
   border-bottom-width: 25px;
}
#wedding_l6
{
   width: 100%;
   height: 100px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wedding_l6
{
   border-color: transparent;
   border-bottom-width: 100px;
}
#wedding_l3
{
   width: 500px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wedding_l3
{
   border-color: #FF0000;
   border-bottom-width: 2px;
}
#wedding_l4
{
   width: 100%;
   height: 25px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l4
{
   border-color: transparent;
   border-bottom-width: 25px;
}
#wb_wedding_t3
{
   visibility: hidden;
   display: none;
}
#wb_wedding_t3
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t4
{
   visibility: hidden;
   display: none;
}
#wb_wedding_t4
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t5
{
   visibility: visible;
   display: block;
}
#wb_wedding_t5
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t6
{
   visibility: visible;
   display: block;
}
#wb_wedding_t6
{
   margin: 0;
   padding: 0;
}
#wb_wedding_grid3
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid3
{
   height: auto;
   padding: 10px 15px 50px 15px;
}
#wedding_grid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_grid4
{
   visibility: hidden;
   display: none;
}
#wb_wedding_grid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid4
{
   height: auto;
   padding: 0 15px 0 15px;
}
#wedding_grid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_grid5
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid5
{
   height: auto;
   padding: 60px 15px 30px 15px;
}
#wedding_grid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_t7
{
   visibility: visible;
   display: block;
}
#wb_wedding_t7
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t8
{
   visibility: visible;
   display: block;
}
#wb_wedding_t8
{
   margin: 0;
   padding: 0;
}
#wedding_l9
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l9
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wedding_l7
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l7
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wedding_l8
{
   width: 250px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wedding_l8
{
   border-color: #FF0000;
   border-bottom-width: 2px;
}
#wb_wedding_grid6
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid6
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#wedding_grid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_t9
{
   visibility: visible;
   display: block;
}
#wb_wedding_t9
{
   margin: 0;
   padding: 0;
}
#wb_indexText1
{
   visibility: visible;
   display: block;
}
#wb_indexText1
{
   margin: 0;
   padding: 0;
}
#wb_indexText2
{
   visibility: visible;
   display: block;
}
#wb_indexText2
{
   margin: 0;
   padding: 0;
}
#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_masterLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_masterLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masterLayoutGrid2
{
   height: auto;
   padding: 2px 15px 10px 15px;
}
#masterLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#masterLayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#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 .line:first-child
{
   margin-top: 1px;
}
#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;
   background-color: transparent;
   background-image: none;
}
#masterIconFont2
{
   width: 36px;
   height: 36px;
}
#masterIconFont2 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterIconFont2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#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;
}
#masterImage4
{
   margin-left: auto;
   margin-right: auto;
}
#wb_masterImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#masterImage5
{
   margin-left: auto;
   margin-right: auto;
}
#wb_masterImage6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#masterImage6
{
   margin-left: auto;
   margin-right: auto;
}
#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_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_masterText5
{
   visibility: visible;
   display: block;
}
#wb_masterText5
{
   margin: 0;
   padding: 0;
}
#wb_masterText8
{
   visibility: visible;
   display: block;
}
#wb_masterText8
{
   margin: 0;
   padding: 0;
}
#wb_masterImage3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#masterImage3
{
   margin-left: auto;
   margin-right: auto;
}
}
@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 .line:first-child
{
   margin-top: 5px;
}
#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_wedding_grid1
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid1
{
   height: auto;
   padding: 170px 15px 75px 15px;
}
#wedding_grid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wedding_l1
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l1
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#wedding_l2
{
   width: 100%;
   height: 18px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l2
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#wb_wedding_t2
{
   visibility: visible;
   display: block;
}
#wb_wedding_t2
{
   margin: 0;
   padding: 0;
}
#wb_wedding_grid2
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid2
{
   height: auto;
   padding: 30px 30px 30px 30px;
}
#wedding_grid2 .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#wedding_slide1
{
   visibility: visible;
   display: inline-block;
}
#wedding_l5
{
   width: 100%;
   height: 25px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l5
{
   border-color: transparent;
   border-bottom-width: 25px;
}
#wedding_l6
{
   width: 100%;
   height: 100px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wedding_l6
{
   border-color: transparent;
   border-bottom-width: 100px;
}
#wedding_l3
{
   width: 450px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wedding_l3
{
   border-color: #FF0000;
   border-bottom-width: 2px;
}
#wedding_l4
{
   width: 100%;
   height: 16px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l4
{
   border-color: transparent;
   border-bottom-width: 16px;
}
#wb_wedding_t3
{
   visibility: hidden;
   display: none;
}
#wb_wedding_t3
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t4
{
   visibility: visible;
   display: block;
}
#wb_wedding_t4
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t5
{
   visibility: hidden;
   display: none;
}
#wb_wedding_t5
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t6
{
   visibility: hidden;
   display: none;
}
#wb_wedding_t6
{
   margin: 0;
   padding: 0;
}
#wb_wedding_grid3
{
   visibility: hidden;
   display: none;
}
#wb_wedding_grid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#wedding_grid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_grid4
{
   visibility: hidden;
   display: none;
}
#wb_wedding_grid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid4
{
   height: auto;
   padding: 0 15px 0 15px;
}
#wedding_grid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_grid5
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid5
{
   height: auto;
   padding: 60px 15px 30px 15px;
}
#wedding_grid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_t7
{
   visibility: visible;
   display: block;
}
#wb_wedding_t7
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t8
{
   visibility: visible;
   display: block;
}
#wb_wedding_t8
{
   margin: 0;
   padding: 0;
}
#wedding_l9
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l9
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wedding_l7
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l7
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wedding_l8
{
   width: 250px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wedding_l8
{
   border-color: #FF0000;
   border-bottom-width: 2px;
}
#wb_wedding_grid6
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid6
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#wedding_grid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_t9
{
   visibility: visible;
   display: block;
}
#wb_wedding_t9
{
   margin: 0;
   padding: 0;
}
#wb_indexText1
{
   visibility: visible;
   display: block;
}
#wb_indexText1
{
   margin: 0;
   padding: 0;
}
#wb_indexText2
{
   visibility: visible;
   display: block;
}
#wb_indexText2
{
   margin: 0;
   padding: 0;
}
#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_masterLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_masterLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masterLayoutGrid2
{
   height: auto;
   padding: 2px 15px 10px 15px;
}
#masterLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#masterLayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#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 .line:first-child
{
   margin-top: 0px;
}
#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;
   background-color: transparent;
   background-image: none;
}
#masterIconFont2
{
   width: 36px;
   height: 36px;
}
#masterIconFont2 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterIconFont2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#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;
}
#masterImage4
{
   margin-left: auto;
   margin-right: auto;
}
#wb_masterImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#masterImage5
{
   margin-left: auto;
   margin-right: auto;
}
#wb_masterImage6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#masterImage6
{
   margin-left: auto;
   margin-right: auto;
}
#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_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_masterText5
{
   visibility: visible;
   display: block;
}
#wb_masterText5
{
   margin: 0;
   padding: 0;
}
#wb_masterText8
{
   visibility: visible;
   display: block;
}
#wb_masterText8
{
   margin: 0;
   padding: 0;
}
#wb_masterImage3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#masterImage3
{
   margin-left: auto;
   margin-right: auto;
}
}
@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 .line:first-child
{
   margin-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_wedding_grid1
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid1
{
   height: auto;
   padding: 130px 15px 75px 15px;
}
#wedding_grid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wedding_l1
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l1
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#wedding_l2
{
   width: 100%;
   height: 18px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l2
{
   border-color: transparent;
   border-bottom-width: 18px;
}
#wb_wedding_t2
{
   visibility: visible;
   display: block;
}
#wb_wedding_t2
{
   margin: 0;
   padding: 0;
}
#wb_wedding_grid2
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid2
{
   height: auto;
   padding: 30px 30px 30px 30px;
}
#wedding_grid2 .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#wedding_slide1
{
   visibility: visible;
   display: inline-block;
}
#wedding_l5
{
   width: 100%;
   height: 25px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l5
{
   border-color: transparent;
   border-bottom-width: 25px;
}
#wedding_l6
{
   width: 100%;
   height: 60px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wedding_l6
{
   border-color: transparent;
   border-bottom-width: 60px;
}
#wedding_l3
{
   width: 290px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wedding_l3
{
   border-color: #FF0000;
   border-bottom-width: 2px;
}
#wedding_l4
{
   width: 100%;
   height: 17px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l4
{
   border-color: transparent;
   border-bottom-width: 17px;
}
#wb_wedding_t3
{
   visibility: hidden;
   display: none;
}
#wb_wedding_t3
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t4
{
   visibility: visible;
   display: block;
}
#wb_wedding_t4
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t5
{
   visibility: hidden;
   display: none;
}
#wb_wedding_t5
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t6
{
   visibility: hidden;
   display: none;
}
#wb_wedding_t6
{
   margin: 0;
   padding: 0;
}
#wb_wedding_grid3
{
   visibility: hidden;
   display: none;
}
#wb_wedding_grid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#wedding_grid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_grid4
{
   visibility: hidden;
   display: none;
}
#wb_wedding_grid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid4
{
   height: auto;
   padding: 0 15px 0 15px;
}
#wedding_grid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_grid5
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid5
{
   height: auto;
   padding: 60px 15px 30px 15px;
}
#wedding_grid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_t7
{
   visibility: visible;
   display: block;
}
#wb_wedding_t7
{
   margin: 0;
   padding: 0;
}
#wb_wedding_t8
{
   visibility: visible;
   display: block;
}
#wb_wedding_t8
{
   margin: 0;
   padding: 0;
}
#wedding_l9
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l9
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wedding_l7
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#wedding_l7
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wedding_l8
{
   width: 250px;
   height: 2px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wedding_l8
{
   border-color: #FF0000;
   border-bottom-width: 2px;
}
#wb_wedding_grid6
{
   visibility: visible;
   display: table;
}
#wb_wedding_grid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#wedding_grid6
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#wedding_grid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_wedding_t9
{
   visibility: visible;
   display: block;
}
#wb_wedding_t9
{
   margin: 0;
   padding: 0;
}
#wb_indexText1
{
   visibility: visible;
   display: block;
}
#wb_indexText1
{
   margin: 0;
   padding: 0;
}
#wb_indexText2
{
   visibility: visible;
   display: block;
}
#wb_indexText2
{
   margin: 0;
   padding: 0;
}
#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_masterLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_masterLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masterLayoutGrid2
{
   height: auto;
   padding: 2px 15px 10px 15px;
}
#masterLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#masterLayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#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 .line:first-child
{
   margin-top: 0px;
}
#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;
   background-color: transparent;
   background-image: none;
}
#masterIconFont2
{
   width: 36px;
   height: 36px;
}
#masterIconFont2 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterIconFont2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#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;
}
#masterImage4
{
   margin-left: auto;
   margin-right: auto;
}
#wb_masterImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#masterImage5
{
   margin-left: auto;
   margin-right: auto;
}
#wb_masterImage6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#masterImage6
{
   margin-left: auto;
   margin-right: auto;
}
#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_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_masterText5
{
   visibility: visible;
   display: block;
}
#wb_masterText5
{
   margin: 0;
   padding: 0;
}
#wb_masterText8
{
   visibility: visible;
   display: block;
}
#wb_masterText8
{
   margin: 0;
   padding: 0;
}
#wb_masterImage3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#masterImage3
{
   margin-left: auto;
   margin-right: auto;
}
}
