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_indexLayoutGrid4
{
   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 center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid4
{
   box-sizing: border-box;
   padding: 200px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#indexLayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid4 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid4:before,
#indexLayoutGrid4:after,
#indexLayoutGrid4 .row:before,
#indexLayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid4:after,
#indexLayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#indexLayoutGrid4-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.71;
}
#wb_indexHeading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#indexHeading5
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#indexLine7
{
   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;
}
#wb_about-usLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.71);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#about-usLayoutGrid2
{
   box-sizing: border-box;
   padding: 50px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#about-usLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#about-usLayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#about-usLayoutGrid2 > .row > .col-1
{
   float: left;
}
#about-usLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#about-usLayoutGrid2:before,
#about-usLayoutGrid2:after,
#about-usLayoutGrid2 .row:before,
#about-usLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#about-usLayoutGrid2:after,
#about-usLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#about-usLayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_about-usLayoutGrid1
{
   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;
}
#about-usLayoutGrid1
{
   box-sizing: border-box;
   padding: 10px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#about-usLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#about-usLayoutGrid1 > .row > .col-1, #about-usLayoutGrid1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#about-usLayoutGrid1 > .row > .col-1, #about-usLayoutGrid1 > .row > .col-2
{
   float: left;
}
#about-usLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#about-usLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#about-usLayoutGrid1:before,
#about-usLayoutGrid1:after,
#about-usLayoutGrid1 .row:before,
#about-usLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#about-usLayoutGrid1:after,
#about-usLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#about-usLayoutGrid1 > .row > .col-1, #about-usLayoutGrid1 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_eventsLayoutGrid1
{
   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;
}
#eventsLayoutGrid1
{
   box-sizing: border-box;
   padding: 10px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#eventsLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#eventsLayoutGrid1 > .row > .col-1, #eventsLayoutGrid1 > .row > .col-2, #eventsLayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#eventsLayoutGrid1 > .row > .col-1, #eventsLayoutGrid1 > .row > .col-2, #eventsLayoutGrid1 > .row > .col-3
{
   float: left;
}
#eventsLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#eventsLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#eventsLayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#eventsLayoutGrid1:before,
#eventsLayoutGrid1:after,
#eventsLayoutGrid1 .row:before,
#eventsLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#eventsLayoutGrid1:after,
#eventsLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#eventsLayoutGrid1 > .row > .col-1, #eventsLayoutGrid1 > .row > .col-2, #eventsLayoutGrid1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#eventsLine3
{
   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;
}
#eventsLine1
{
   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;
}
#eventsLine2
{
   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;
}
#wb_v_orange 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_orange div
{
   text-align: center;
}
#wb_v_orange
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_ballydugan 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_ballydugan div
{
   text-align: center;
}
#wb_v_ballydugan
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_clandeboye 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_clandeboye div
{
   text-align: center;
}
#wb_v_clandeboye
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_corrs 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_corrs div
{
   text-align: center;
}
#wb_v_corrs
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_crawfordsburn 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_crawfordsburn div
{
   text-align: center;
}
#wb_v_crawfordsburn
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_culloden 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_culloden div
{
   text-align: center;
}
#wb_v_culloden
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_dunadry 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_dunadry div
{
   text-align: center;
}
#wb_v_dunadry
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_dunsilly 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_dunsilly div
{
   text-align: center;
}
#wb_v_dunsilly
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_galgorm 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_galgorm div
{
   text-align: center;
}
#wb_v_galgorm
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_hugh 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_hugh div
{
   text-align: center;
}
#wb_v_hugh
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_lamon 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_lamon div
{
   text-align: center;
}
#wb_v_lamon
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_leighinmohr 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_leighinmohr div
{
   text-align: center;
}
#wb_v_leighinmohr
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_lougherne 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_lougherne div
{
   text-align: center;
}
#wb_v_lougherne
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_marine 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_marine div
{
   text-align: center;
}
#wb_v_marine
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_merchant 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_merchant div
{
   text-align: center;
}
#wb_v_merchant
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_millbrook 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_millbrook div
{
   text-align: center;
}
#wb_v_millbrook
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_queens 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_queens div
{
   text-align: center;
}
#wb_v_queens
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_scrabo 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_scrabo div
{
   text-align: center;
}
#wb_v_scrabo
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_seagoe 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_seagoe div
{
   text-align: center;
}
#wb_v_seagoe
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_stormont 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_stormont div
{
   text-align: center;
}
#wb_v_stormont
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_strangford 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_strangford div
{
   text-align: center;
}
#wb_v_strangford
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_tensquare 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_tensquare div
{
   text-align: center;
}
#wb_v_tensquare
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_tullylagan 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_tullylagan div
{
   text-align: center;
}
#wb_v_tullylagan
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_malone_lodge 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_malone_lodge div
{
   text-align: center;
}
#wb_v_malone_lodge
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_belfastcastle 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_belfastcastle div
{
   text-align: center;
}
#wb_v_belfastcastle
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_v_rosspark 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_v_rosspark div
{
   text-align: center;
}
#wb_v_rosspark
{
   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: 45;
}
#wb_indexHeading5
{
   display: block;
   width: 100%;
   z-index: 7;
}
#master_l6
{
   display: inline-block;
   width: 22px;
   z-index: 55;
}
#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: 57;
}
#wb_masterImage1
{
   position: absolute;
   left: 50px;
   top: 1px;
   width: 65px;
   height: 40px;
   z-index: 49;
}
#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: 58;
}
#wb_masterImage6
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 44;
}
#wb_masterIconFont2
{
   position: absolute;
   left: 4px;
   top: 3px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 50;
}
#wb_masterIconFont3
{
   position: absolute;
   left: 1166px;
   top: 3px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 48;
}
#wb_masterIconFont1
{
   position: absolute;
   left: 1205px;
   top: 3px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 47;
}
#masterBookmark2
{
   visibility: hidden;
}
#wb_master_icon4
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 54;
}
#wb_masterImage4
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 42;
}
#wb_master_icon5
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 56;
}
#wb_masterOverlayMenu1
{
   position: absolute;
   left: 1245px;
   top: 4px;
   width: 32px;
   height: 32px;
   z-index: 51;
}
#wb_masterImage5
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 43;
}
#masterBookmark1
{
   visibility: hidden;
}
#wb_masterBookmark2
{
   position: absolute;
   left: 0px;
   top: 79px;
   width: 20px;
   height: 20px;
   z-index: 60;
}
#wb_masterBookmark1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 20px;
   height: 26px;
   z-index: 59;
}
#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;
}
#indexLine7
{
   display: block;
   width: 100%;
   z-index: 8;
}
#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: 63;
}
#eventsLine1
{
   display: none;
   width: 100%;
   z-index: 25;
}
#masterLayer3
{
   position: absolute;
   text-align: left;
   left: 0%;
   top: 80px;
   width: 100%;
   height: 2px;
   z-index: 62;
}
#masterLayer1
{
   position: absolute;
   text-align: center;
   left: 0%;
   top: 0px;
   width: 100%;
   height: 80px;
   z-index: 61;
}
#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;
}
#eventsLine3
{
   display: none;
   width: 100%;
   z-index: 11;
}
#eventsLine2
{
   display: none;
   width: 100%;
   z-index: 39;
}
#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_indexLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid4
{
   height: auto;
   padding: 200px 15px 80px 15px;
}
#indexLayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexHeading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#indexLine7
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine7
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_about-usLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_about-usLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about-usLayoutGrid2
{
   height: auto;
   padding: 50px 15px 20px 15px;
}
#about-usLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_about-usLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_about-usLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about-usLayoutGrid1
{
   height: auto;
   padding: 10px 15px 30px 15px;
}
#about-usLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_eventsLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_eventsLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#eventsLayoutGrid1
{
   height: auto;
   padding: 10px 15px 50px 15px;
}
#eventsLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#eventsLine3
{
   width: 100%;
   height: 10px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#eventsLine3
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#eventsLine1
{
   width: 100%;
   height: 10px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#eventsLine1
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#eventsLine2
{
   width: 100%;
   height: 10px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#eventsLine2
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#wb_v_orange
{
   visibility: visible;
   display: block;
}
#wb_v_orange
{
   margin: 0;
   padding: 0;
}
#wb_v_ballydugan
{
   visibility: visible;
   display: block;
}
#wb_v_ballydugan
{
   margin: 0;
   padding: 0;
}
#wb_v_clandeboye
{
   visibility: visible;
   display: block;
}
#wb_v_clandeboye
{
   margin: 0;
   padding: 0;
}
#wb_v_corrs
{
   visibility: hidden;
   display: none;
}
#wb_v_corrs
{
   margin: 0;
   padding: 0;
}
#wb_v_crawfordsburn
{
   visibility: visible;
   display: block;
}
#wb_v_crawfordsburn
{
   margin: 0;
   padding: 0;
}
#wb_v_culloden
{
   visibility: hidden;
   display: none;
}
#wb_v_culloden
{
   margin: 0;
   padding: 0;
}
#wb_v_dunadry
{
   visibility: hidden;
   display: none;
}
#wb_v_dunadry
{
   margin: 0;
   padding: 0;
}
#wb_v_dunsilly
{
   visibility: hidden;
   display: none;
}
#wb_v_dunsilly
{
   margin: 0;
   padding: 0;
}
#wb_v_galgorm
{
   visibility: hidden;
   display: none;
}
#wb_v_galgorm
{
   margin: 0;
   padding: 0;
}
#wb_v_hugh
{
   visibility: visible;
   display: block;
}
#wb_v_hugh
{
   margin: 0;
   padding: 0;
}
#wb_v_lamon
{
   visibility: hidden;
   display: none;
}
#wb_v_lamon
{
   margin: 0;
   padding: 0;
}
#wb_v_leighinmohr
{
   visibility: visible;
   display: block;
}
#wb_v_leighinmohr
{
   margin: 0;
   padding: 0;
}
#wb_v_lougherne
{
   visibility: hidden;
   display: none;
}
#wb_v_lougherne
{
   margin: 0;
   padding: 0;
}
#wb_v_marine
{
   visibility: hidden;
   display: none;
}
#wb_v_marine
{
   margin: 0;
   padding: 0;
}
#wb_v_merchant
{
   visibility: hidden;
   display: none;
}
#wb_v_merchant
{
   margin: 0;
   padding: 0;
}
#wb_v_millbrook
{
   visibility: visible;
   display: block;
}
#wb_v_millbrook
{
   margin: 0;
   padding: 0;
}
#wb_v_queens
{
   visibility: hidden;
   display: none;
}
#wb_v_queens
{
   margin: 0;
   padding: 0;
}
#wb_v_scrabo
{
   visibility: hidden;
   display: none;
}
#wb_v_scrabo
{
   margin: 0;
   padding: 0;
}
#wb_v_seagoe
{
   visibility: hidden;
   display: none;
}
#wb_v_seagoe
{
   margin: 0;
   padding: 0;
}
#wb_v_stormont
{
   visibility: hidden;
   display: none;
}
#wb_v_stormont
{
   margin: 0;
   padding: 0;
}
#wb_v_strangford
{
   visibility: visible;
   display: block;
}
#wb_v_strangford
{
   margin: 0;
   padding: 0;
}
#wb_v_tensquare
{
   visibility: hidden;
   display: none;
}
#wb_v_tensquare
{
   margin: 0;
   padding: 0;
}
#wb_v_tullylagan
{
   visibility: hidden;
   display: none;
}
#wb_v_tullylagan
{
   margin: 0;
   padding: 0;
}
#wb_v_malone_lodge
{
   visibility: visible;
   display: block;
}
#wb_v_malone_lodge
{
   margin: 0;
   padding: 0;
}
#wb_v_belfastcastle
{
   visibility: visible;
   display: block;
}
#wb_v_belfastcastle
{
   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_indexLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid4
{
   height: auto;
   padding: 200px 15px 80px 15px;
}
#indexLayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexHeading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#indexLine7
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine7
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_about-usLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_about-usLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about-usLayoutGrid2
{
   height: auto;
   padding: 50px 15px 20px 15px;
}
#about-usLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_about-usLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_about-usLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about-usLayoutGrid1
{
   height: auto;
   padding: 10px 15px 30px 15px;
}
#about-usLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_eventsLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_eventsLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#eventsLayoutGrid1
{
   height: auto;
   padding: 10px 15px 50px 15px;
}
#eventsLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#eventsLine3
{
   width: 100%;
   height: 10px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#eventsLine3
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#eventsLine1
{
   width: 100%;
   height: 10px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#eventsLine1
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#eventsLine2
{
   width: 100%;
   height: 10px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#eventsLine2
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#wb_v_orange
{
   visibility: visible;
   display: block;
}
#wb_v_orange
{
   margin: 0;
   padding: 0;
}
#wb_v_ballydugan
{
   visibility: visible;
   display: block;
}
#wb_v_ballydugan
{
   margin: 0;
   padding: 0;
}
#wb_v_clandeboye
{
   visibility: visible;
   display: block;
}
#wb_v_clandeboye
{
   margin: 0;
   padding: 0;
}
#wb_v_corrs
{
   visibility: hidden;
   display: none;
}
#wb_v_corrs
{
   margin: 0;
   padding: 0;
}
#wb_v_crawfordsburn
{
   visibility: visible;
   display: block;
}
#wb_v_crawfordsburn
{
   margin: 0;
   padding: 0;
}
#wb_v_culloden
{
   visibility: hidden;
   display: none;
}
#wb_v_culloden
{
   margin: 0;
   padding: 0;
}
#wb_v_dunadry
{
   visibility: hidden;
   display: none;
}
#wb_v_dunadry
{
   margin: 0;
   padding: 0;
}
#wb_v_dunsilly
{
   visibility: hidden;
   display: none;
}
#wb_v_dunsilly
{
   margin: 0;
   padding: 0;
}
#wb_v_galgorm
{
   visibility: hidden;
   display: none;
}
#wb_v_galgorm
{
   margin: 0;
   padding: 0;
}
#wb_v_hugh
{
   visibility: visible;
   display: block;
}
#wb_v_hugh
{
   margin: 0;
   padding: 0;
}
#wb_v_lamon
{
   visibility: hidden;
   display: none;
}
#wb_v_lamon
{
   margin: 0;
   padding: 0;
}
#wb_v_leighinmohr
{
   visibility: visible;
   display: block;
}
#wb_v_leighinmohr
{
   margin: 0;
   padding: 0;
}
#wb_v_lougherne
{
   visibility: hidden;
   display: none;
}
#wb_v_lougherne
{
   margin: 0;
   padding: 0;
}
#wb_v_marine
{
   visibility: hidden;
   display: none;
}
#wb_v_marine
{
   margin: 0;
   padding: 0;
}
#wb_v_merchant
{
   visibility: hidden;
   display: none;
}
#wb_v_merchant
{
   margin: 0;
   padding: 0;
}
#wb_v_millbrook
{
   visibility: visible;
   display: block;
}
#wb_v_millbrook
{
   margin: 0;
   padding: 0;
}
#wb_v_queens
{
   visibility: hidden;
   display: none;
}
#wb_v_queens
{
   margin: 0;
   padding: 0;
}
#wb_v_scrabo
{
   visibility: hidden;
   display: none;
}
#wb_v_scrabo
{
   margin: 0;
   padding: 0;
}
#wb_v_seagoe
{
   visibility: hidden;
   display: none;
}
#wb_v_seagoe
{
   margin: 0;
   padding: 0;
}
#wb_v_stormont
{
   visibility: hidden;
   display: none;
}
#wb_v_stormont
{
   margin: 0;
   padding: 0;
}
#wb_v_strangford
{
   visibility: visible;
   display: block;
}
#wb_v_strangford
{
   margin: 0;
   padding: 0;
}
#wb_v_tensquare
{
   visibility: hidden;
   display: none;
}
#wb_v_tensquare
{
   margin: 0;
   padding: 0;
}
#wb_v_tullylagan
{
   visibility: hidden;
   display: none;
}
#wb_v_tullylagan
{
   margin: 0;
   padding: 0;
}
#wb_v_malone_lodge
{
   visibility: visible;
   display: block;
}
#wb_v_malone_lodge
{
   margin: 0;
   padding: 0;
}
#wb_v_belfastcastle
{
   visibility: visible;
   display: block;
}
#wb_v_belfastcastle
{
   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_indexLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid4
{
   height: auto;
   padding: 120px 15px 80px 15px;
}
#indexLayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexHeading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#indexLine7
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine7
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_about-usLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_about-usLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about-usLayoutGrid2
{
   height: auto;
   padding: 50px 15px 20px 15px;
}
#about-usLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_about-usLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_about-usLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about-usLayoutGrid1
{
   height: auto;
   padding: 10px 15px 30px 15px;
}
#about-usLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_eventsLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_eventsLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#eventsLayoutGrid1
{
   height: auto;
   padding: 10px 15px 50px 15px;
}
#eventsLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#eventsLine3
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#eventsLine3
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#eventsLine1
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#eventsLine1
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#eventsLine2
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#eventsLine2
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#wb_v_orange
{
   visibility: visible;
   display: block;
}
#wb_v_orange
{
   margin: 0;
   padding: 0;
}
#wb_v_ballydugan
{
   visibility: visible;
   display: block;
}
#wb_v_ballydugan
{
   margin: 0;
   padding: 0;
}
#wb_v_clandeboye
{
   visibility: visible;
   display: block;
}
#wb_v_clandeboye
{
   margin: 0;
   padding: 0;
}
#wb_v_corrs
{
   visibility: hidden;
   display: none;
}
#wb_v_corrs
{
   margin: 0;
   padding: 0;
}
#wb_v_crawfordsburn
{
   visibility: visible;
   display: block;
}
#wb_v_crawfordsburn
{
   margin: 0;
   padding: 0;
}
#wb_v_culloden
{
   visibility: hidden;
   display: none;
}
#wb_v_culloden
{
   margin: 0;
   padding: 0;
}
#wb_v_dunadry
{
   visibility: hidden;
   display: none;
}
#wb_v_dunadry
{
   margin: 0;
   padding: 0;
}
#wb_v_dunsilly
{
   visibility: hidden;
   display: none;
}
#wb_v_dunsilly
{
   margin: 0;
   padding: 0;
}
#wb_v_galgorm
{
   visibility: hidden;
   display: none;
}
#wb_v_galgorm
{
   margin: 0;
   padding: 0;
}
#wb_v_hugh
{
   visibility: visible;
   display: block;
}
#wb_v_hugh
{
   margin: 0;
   padding: 0;
}
#wb_v_lamon
{
   visibility: hidden;
   display: none;
}
#wb_v_lamon
{
   margin: 0;
   padding: 0;
}
#wb_v_leighinmohr
{
   visibility: visible;
   display: block;
}
#wb_v_leighinmohr
{
   margin: 0;
   padding: 0;
}
#wb_v_lougherne
{
   visibility: hidden;
   display: none;
}
#wb_v_lougherne
{
   margin: 0;
   padding: 0;
}
#wb_v_marine
{
   visibility: hidden;
   display: none;
}
#wb_v_marine
{
   margin: 0;
   padding: 0;
}
#wb_v_merchant
{
   visibility: hidden;
   display: none;
}
#wb_v_merchant
{
   margin: 0;
   padding: 0;
}
#wb_v_millbrook
{
   visibility: visible;
   display: block;
}
#wb_v_millbrook
{
   margin: 0;
   padding: 0;
}
#wb_v_queens
{
   visibility: hidden;
   display: none;
}
#wb_v_queens
{
   margin: 0;
   padding: 0;
}
#wb_v_scrabo
{
   visibility: hidden;
   display: none;
}
#wb_v_scrabo
{
   margin: 0;
   padding: 0;
}
#wb_v_seagoe
{
   visibility: hidden;
   display: none;
}
#wb_v_seagoe
{
   margin: 0;
   padding: 0;
}
#wb_v_stormont
{
   visibility: hidden;
   display: none;
}
#wb_v_stormont
{
   margin: 0;
   padding: 0;
}
#wb_v_strangford
{
   visibility: visible;
   display: block;
}
#wb_v_strangford
{
   margin: 0;
   padding: 0;
}
#wb_v_tensquare
{
   visibility: hidden;
   display: none;
}
#wb_v_tensquare
{
   margin: 0;
   padding: 0;
}
#wb_v_tullylagan
{
   visibility: hidden;
   display: none;
}
#wb_v_tullylagan
{
   margin: 0;
   padding: 0;
}
#wb_v_malone_lodge
{
   visibility: visible;
   display: block;
}
#wb_v_malone_lodge
{
   margin: 0;
   padding: 0;
}
#wb_v_belfastcastle
{
   visibility: visible;
   display: block;
}
#wb_v_belfastcastle
{
   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_indexLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid4
{
   height: auto;
   padding: 100px 15px 80px 15px;
}
#indexLayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexHeading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#indexLine7
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine7
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_about-usLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_about-usLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about-usLayoutGrid2
{
   height: auto;
   padding: 50px 15px 20px 15px;
}
#about-usLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_about-usLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_about-usLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#about-usLayoutGrid1
{
   height: auto;
   padding: 10px 15px 30px 15px;
}
#about-usLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_eventsLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_eventsLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#eventsLayoutGrid1
{
   height: auto;
   padding: 10px 15px 50px 15px;
}
#eventsLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#eventsLine3
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#eventsLine3
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#eventsLine1
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#eventsLine1
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#eventsLine2
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#eventsLine2
{
   border-color: transparent;
   border-bottom-width: 10px;
}
#wb_v_orange
{
   visibility: visible;
   display: block;
}
#wb_v_orange
{
   margin: 0;
   padding: 0;
}
#wb_v_ballydugan
{
   visibility: visible;
   display: block;
}
#wb_v_ballydugan
{
   margin: 0;
   padding: 0;
}
#wb_v_clandeboye
{
   visibility: visible;
   display: block;
}
#wb_v_clandeboye
{
   margin: 0;
   padding: 0;
}
#wb_v_corrs
{
   visibility: hidden;
   display: none;
}
#wb_v_corrs
{
   margin: 0;
   padding: 0;
}
#wb_v_crawfordsburn
{
   visibility: visible;
   display: block;
}
#wb_v_crawfordsburn
{
   margin: 0;
   padding: 0;
}
#wb_v_culloden
{
   visibility: hidden;
   display: none;
}
#wb_v_culloden
{
   margin: 0;
   padding: 0;
}
#wb_v_dunadry
{
   visibility: hidden;
   display: none;
}
#wb_v_dunadry
{
   margin: 0;
   padding: 0;
}
#wb_v_dunsilly
{
   visibility: hidden;
   display: none;
}
#wb_v_dunsilly
{
   margin: 0;
   padding: 0;
}
#wb_v_galgorm
{
   visibility: hidden;
   display: none;
}
#wb_v_galgorm
{
   margin: 0;
   padding: 0;
}
#wb_v_hugh
{
   visibility: visible;
   display: block;
}
#wb_v_hugh
{
   margin: 0;
   padding: 0;
}
#wb_v_lamon
{
   visibility: hidden;
   display: none;
}
#wb_v_lamon
{
   margin: 0;
   padding: 0;
}
#wb_v_leighinmohr
{
   visibility: visible;
   display: block;
}
#wb_v_leighinmohr
{
   margin: 0;
   padding: 0;
}
#wb_v_lougherne
{
   visibility: hidden;
   display: none;
}
#wb_v_lougherne
{
   margin: 0;
   padding: 0;
}
#wb_v_marine
{
   visibility: hidden;
   display: none;
}
#wb_v_marine
{
   margin: 0;
   padding: 0;
}
#wb_v_merchant
{
   visibility: hidden;
   display: none;
}
#wb_v_merchant
{
   margin: 0;
   padding: 0;
}
#wb_v_millbrook
{
   visibility: visible;
   display: block;
}
#wb_v_millbrook
{
   margin: 0;
   padding: 0;
}
#wb_v_queens
{
   visibility: hidden;
   display: none;
}
#wb_v_queens
{
   margin: 0;
   padding: 0;
}
#wb_v_scrabo
{
   visibility: hidden;
   display: none;
}
#wb_v_scrabo
{
   margin: 0;
   padding: 0;
}
#wb_v_seagoe
{
   visibility: hidden;
   display: none;
}
#wb_v_seagoe
{
   margin: 0;
   padding: 0;
}
#wb_v_stormont
{
   visibility: hidden;
   display: none;
}
#wb_v_stormont
{
   margin: 0;
   padding: 0;
}
#wb_v_strangford
{
   visibility: visible;
   display: block;
}
#wb_v_strangford
{
   margin: 0;
   padding: 0;
}
#wb_v_tensquare
{
   visibility: hidden;
   display: none;
}
#wb_v_tensquare
{
   margin: 0;
   padding: 0;
}
#wb_v_tullylagan
{
   visibility: hidden;
   display: none;
}
#wb_v_tullylagan
{
   margin: 0;
   padding: 0;
}
#wb_v_malone_lodge
{
   visibility: visible;
   display: block;
}
#wb_v_malone_lodge
{
   margin: 0;
   padding: 0;
}
#wb_v_belfastcastle
{
   visibility: visible;
   display: block;
}
#wb_v_belfastcastle
{
   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;
}
}
