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;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#masterLayer1
{
   background-color: rgba(0,0,0,0.59);
   background-image: none;
   border-radius: 0px;
}
#masterLayer3
{
   background-color: #FBFBFB;
   background-image: none;
   border-radius: 0px;
}
#master_m1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   margin: 0;
}
#master_m1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#master_m1
{
   display: block;
   width: 50px;
   height: 40px;
   position: absolute;
   overflow: hidden;
}
#master_m1 .line
{
   width: 30px;
   height: 6px;
   position: relative;
   top: 1px;
   background: #FFFFFF;
   display: block;
   margin: 6px auto;
}
#master_m1:hover .line
{
   background: #424242;
}
#master_m1-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#master_m1-close:before, #master_m1-close:after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#master_m1-close span
{
   background: #FFFFFF;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#master_m1-close span::after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   -webkit-transform-origin: 50% 50%;
   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;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
#master_m1-close span:after
{
   background: #FFFFFF;
   -webkit-transform: rotate(-90deg);
   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: 27px;
   list-style: none;
   margin: 0;
   padding: 0;
}
.master_m1
{
   height: 60%;
   width: 100%;
   max-width: 400px;
   margin: 0 auto 0 auto;
}
.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%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
   transition: width 400ms 0.3s, visibility 0s 700ms;
}
#master_m1-overlay.show
{
   visibility: visible;
   width: 100%;
   -webkit-transition: width 400ms;
   transition: width 400ms;
}
#master_m1-overlay .master_m1
{
   opacity: 0;
   -webkit-transition: opacity 0.3s 400ms;
   transition: opacity 0.3s 400ms;
}
#master_m1-overlay.show .master_m1
{
   opacity: 1;
   -webkit-transition-delay: 400ms;
   transition-delay: 400ms;
}
#master_m1-overlay.hide .master_m1
{
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}
.master_m1 li.drilldown-back > a 
{
   padding-left: 40px;
   background: rgba(0,0,0,0.1);
}
.master_m1 li.drilldown-back > a:hover
{
   background-color: #696969;
}
.master_m1 li.drilldown-back:after,
.master_m1 li > a:not(:only-child):after
{
   position: absolute;
   top: 17px;
   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: " ";
}
.master_m1 li.drilldown-back:after
{
   left: 13px;
   color: #FFFFFF;
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}
.master_m1 li.drilldown-back: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 10px 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: 27px;
   margin: 0 .5em;
   padding: 10px;
   -webkit-transition: all .2s linear 0s;
   transition: all .2s linear 0s;
   width: 27px;
}
#master_m1-social .social-icon:hover 
{
   background-color: #424242;
   color: #696969;
}
.master_m1-effect
{
   -webkit-transition: all 500ms linear;
   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;
}
#master_fb1
{
   height: 40px;
   width: 40px;
}
#master_fb1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 39px;
}
#master_fb1:hover i
{
   color: #696969;
}
#wb_malone_lodge_grid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/wedding_dj_venue_malone_lodge.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#malone_lodge_grid1
{
   box-sizing: border-box;
   padding: 200px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#malone_lodge_grid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#malone_lodge_grid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#malone_lodge_grid1 > .row > .col-1
{
   float: left;
}
#malone_lodge_grid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#malone_lodge_grid1:before,
#malone_lodge_grid1:after,
#malone_lodge_grid1 .row:before,
#malone_lodge_grid1 .row:after
{
   display: table;
   content: " ";
}
#malone_lodge_grid1:after,
#malone_lodge_grid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#malone_lodge_grid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#malone_lodge_grid1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.71;
}
#wb_malone_lodge_heading1
{
   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;
}
#malone_lodge_heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
}
#malone_lodge_line1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 53px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#malone_lodge_heading3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
}
#wb_malone_lodge_grid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#malone_lodge_grid2
{
   box-sizing: border-box;
   padding: 50px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#malone_lodge_grid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#malone_lodge_grid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#malone_lodge_grid2 > .row > .col-1
{
   float: left;
}
#malone_lodge_grid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#malone_lodge_grid2:before,
#malone_lodge_grid2:after,
#malone_lodge_grid2 .row:before,
#malone_lodge_grid2 .row:after
{
   display: table;
   content: " ";
}
#malone_lodge_grid2:after,
#malone_lodge_grid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#malone_lodge_grid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#malone_lodge_line2
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 20px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#malone_lodge_line3
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 20px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#malone_lodge_youtube3
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border-width: 0;
}
#wb_malone_lodge_youtube3
{
   display: block;
   position: relative;
   margin: 0;
   height: 0;
   overflow: hidden;
   box-sizing: border-box;
   padding-bottom: 56.25%;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
}
#wb_malone_lodge_text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_malone_lodge_text3 div
{
   text-align: center;
}
#wb_malone_lodge_text3
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_malone_lodge_text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_malone_lodge_text2 div
{
   text-align: center;
}
#wb_malone_lodge_text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#malone_lodge_gallery
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#malone_lodge_gallery .thumbnails
{
   margin: 0;
}
#malone_lodge_gallery .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   float: left;
   margin: 0;
   padding: 3px 3px 3px 3px;
   width: 33.33333333%;
   text-align: center;
   vertical-align: top;
}
#malone_lodge_gallery .thumbnail img
{
   border: 3px #000000 solid;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#malone_lodge_gallery .clearfix:before,
#malone_lodge_gallery .clearfix:after,
#malone_lodge_gallery .thumbnails:before,
#malone_lodge_gallery .thumbnails:after
{
   display: table;
   content: " ";
}
#malone_lodge_gallery .clearfix:after,
#malone_lodge_gallery .thumbnails:after
{
   clear: both;
}
#malone_lodge_gallery .visible-col3
{
   display: block;
}
#malone_lodge_gallery .visible-col2
{
   display: none;
}
#malone_lodge_line4
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 20px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_grid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#malone_lodge_grid3
{
   box-sizing: border-box;
   padding: 10px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 600px;
}
#malone_lodge_grid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#malone_lodge_grid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#malone_lodge_grid3 > .row > .col-1
{
   float: left;
}
#malone_lodge_grid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#malone_lodge_grid3:before,
#malone_lodge_grid3:after,
#malone_lodge_grid3 .row:before,
#malone_lodge_grid3 .row:after
{
   display: table;
   content: " ";
}
#malone_lodge_grid3:after,
#malone_lodge_grid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#malone_lodge_grid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_malone_lodge_text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_malone_lodge_text4 div
{
   text-align: center;
}
#wb_malone_lodge_text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#malone_lodge_line5
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 20px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_wedding_dj_disco_belfastText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_malone_lodge_wedding_dj_disco_belfastText1 div
{
   text-align: center;
}
#wb_malone_lodge_wedding_dj_disco_belfastText1
{
   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;
}
#master_icon6 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 50px;
}
#master_icon6:hover i
{
   color: #000000;
}
#wb_master_icon5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#master_icon5
{
   height: 40px;
   width: 40px;
}
#master_icon5 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 50px;
}
#master_icon5:hover i
{
   color: #000000;
}
#wb_master_icon4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#master_icon4
{
   height: 40px;
   width: 40px;
}
#master_icon4 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 50px;
}
#master_icon4:hover 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;
   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;
   box-sizing: border-box;
   margin: 0;
}
#master_g9
{
   box-sizing: border-box;
   padding: 5px 15px 5px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 480px;
}
#master_g9 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#master_g9 > .row > .col-1, #master_g9 > .row > .col-2, #master_g9 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#master_g9 > .row > .col-1, #master_g9 > .row > .col-2, #master_g9 > .row > .col-3
{
   float: left;
}
#master_g9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#master_g9 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#master_g9 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#master_g9:before,
#master_g9:after,
#master_g9 .row:before,
#master_g9 .row:after
{
   display: table;
   content: " ";
}
#master_g9:after,
#master_g9 .row:after
{
   clear: both;
}
@media (max-width: 0px)
{
#master_g9 > .row > .col-1, #master_g9 > .row > .col-2, #master_g9 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_master_g5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DAA520;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#master_g5
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   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
{
   -webkit-flex: 0 0 auto;
   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: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: center;
   -webkit-align-self: stretch;
   -webkit-align-items: center;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   -webkit-justify-content: flex-start;
   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: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: flex-start;
   -webkit-align-self: stretch;
   -webkit-align-items: flex-start;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 320px)
{
#master_g5 > .col-1, #master_g5 > .col-2
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_master_inst1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#master_inst1
{
   height: 40px;
   width: 40px;
}
#master_inst1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 39px;
}
#master_inst1:hover i
{
   color: #696969;
}
#masterLayer2
{
   background-color: rgba(0,0,0,0.69);
   background-image: none;
   border-radius: 0px;
}
#masterOverlayMenu1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   margin: 0;
}
#masterOverlayMenu1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#masterOverlayMenu1
{
   display: block;
   width: 35px;
   height: 35px;
   position: absolute;
   overflow: hidden;
}
#masterOverlayMenu1 .line
{
   width: 30px;
   height: 6px;
   position: relative;
   top: -2px;
   background: #FFFFFF;
   display: block;
   margin: 6px auto;
}
#masterOverlayMenu1:hover .line
{
   background: #424242;
}
#masterOverlayMenu1-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#masterOverlayMenu1-close:before, #masterOverlayMenu1-close:after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#masterOverlayMenu1-close span
{
   background: #FFFFFF;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#masterOverlayMenu1-close span::after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   -webkit-transform-origin: 50% 50%;
   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;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
#masterOverlayMenu1-close span:after
{
   background: #FFFFFF;
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
#masterOverlayMenu1-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: rgba(79,79,79,0.87);
}
#masterOverlayMenu1-overlay ul
{
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
   list-style: none;
   margin: 0;
   padding: 0;
}
.masterOverlayMenu1
{
   height: 60%;
   width: 100%;
   max-width: 400px;
   margin: 0 auto 0 auto;
}
.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%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
   transition: width 400ms 0.3s, visibility 0s 700ms;
}
#masterOverlayMenu1-overlay.show
{
   visibility: visible;
   width: 100%;
   -webkit-transition: width 400ms;
   transition: width 400ms;
}
#masterOverlayMenu1-overlay .masterOverlayMenu1
{
   opacity: 0;
   -webkit-transition: opacity 0.3s 400ms;
   transition: opacity 0.3s 400ms;
}
#masterOverlayMenu1-overlay.show .masterOverlayMenu1
{
   opacity: 1;
   -webkit-transition-delay: 400ms;
   transition-delay: 400ms;
}
#masterOverlayMenu1-overlay.hide .masterOverlayMenu1
{
   -webkit-transition-delay: 0s;
   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:after,
.masterOverlayMenu1 li > a:not(:only-child):after
{
   position: absolute;
   top: 17px;
   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:after
{
   left: 13px;
   color: #FFFFFF;
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}
.masterOverlayMenu1 li.drilldown-back: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;
   -webkit-transition: all .2s linear 0s;
   transition: all .2s linear 0s;
   width: 27px;
}
#masterOverlayMenu1-social .social-icon:hover 
{
   background-color: #424242;
   color: #696969;
}
.masterOverlayMenu1-effect
{
   -webkit-transition: all 500ms linear;
   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;
}
#masterIconFont1
{
   height: 36px;
   width: 36px;
}
#masterIconFont1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 36px;
   line-height: 36px;
   vertical-align: middle;
   width: 35px;
}
#masterIconFont1:hover 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;
}
#masterIconFont3
{
   height: 36px;
   width: 36px;
}
#masterIconFont3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 36px;
   line-height: 36px;
   vertical-align: middle;
   width: 35px;
}
#masterIconFont3:hover 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;
}
#masterIconFont2
{
   height: 36px;
   width: 36px;
}
#masterIconFont2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 36px;
   line-height: 36px;
   vertical-align: middle;
   width: 35px;
}
#masterIconFont2:hover i
{
   color: #FFFFFF;
}
#wb_masterImage2
{
   vertical-align: top;
}
#masterImage2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_masterImage1
{
   vertical-align: top;
}
#masterImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_masterText4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText4 div
{
   text-align: center;
}
#wb_masterText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText1 div
{
   text-align: center;
}
#wb_masterText6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText6 div
{
   text-align: center;
}
#wb_masterImage4
{
   margin: 0;
   vertical-align: top;
}
#masterImage4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 130px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_masterImage5
{
   margin: 0;
   vertical-align: top;
}
#masterImage5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 130px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_masterImage6
{
   margin: 0;
   vertical-align: top;
}
#masterImage6
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 130px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_masterText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText3 div
{
   text-align: center;
}
#wb_masterText3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_masterText7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText7 div
{
   text-align: center;
}
#wb_masterText7
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_masterText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_masterText2 div
{
   text-align: left;
}
#wb_masterText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_masterLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#masterLayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#masterLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#masterLayoutGrid1 > .row > .col-1
{
   float: left;
}
#masterLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#masterLayoutGrid1:before,
#masterLayoutGrid1:after,
#masterLayoutGrid1 .row:before,
#masterLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#masterLayoutGrid1:after,
#masterLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#masterLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_masterText5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_masterText5 div
{
   text-align: center;
}
#wb_masterText5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#masterLayer2_Container
{
   width: 1280px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_master_icon6
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 30;
}
#wb_masterText6
{
   position: absolute;
   left: 488px;
   top: 8px;
   width: 304px;
   height: 39px;
   text-align: center;
   z-index: 6;
}
#master_l6
{
   display: inline-block;
   width: 22px;
   z-index: 27;
}
#wb_masterIconFont1
{
   position: absolute;
   left: 1205px;
   top: 3px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 31;
}
#master_l7
{
   display: inline-block;
   width: 22px;
   z-index: 29;
}
#wb_master_fb1
{
   position: absolute;
   left: 1139px;
   top: 21px;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 2;
}
#wb_masterIconFont2
{
   position: absolute;
   left: 1244px;
   top: 3px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 34;
}
#wb_masterIconFont3
{
   position: absolute;
   left: 1166px;
   top: 3px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 33;
}
#masterLayer1_Container
{
   width: 1280px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_malone_lodge_gallery
{
   display: inline-block;
   width: 100%;
   z-index: 16;
}
#malone_lodge_line1
{
   display: block;
   width: 100%;
   z-index: 8;
}
#wb_master_m1
{
   position: absolute;
   left: 1225px;
   top: 19px;
   width: 50px;
   height: 40px;
   z-index: 0;
}
#wb_masterImage1
{
   position: absolute;
   left: 50px;
   top: 1px;
   width: 65px;
   height: 40px;
   z-index: 35;
}
#malone_lodge_line2
{
   display: block;
   width: 100%;
   z-index: 10;
}
#masterBookmark1
{
   visibility: hidden;
}
#malone_lodge_line3
{
   display: none;
   width: 100%;
   z-index: 12;
}
#wb_masterImage2
{
   position: absolute;
   left: 23px;
   top: 4px;
   width: 123px;
   height: 76px;
   z-index: 3;
}
#masterLayer1
{
   position: absolute;
   text-align: center;
   left: 0%;
   top: 0px;
   width: 100%;
   height: 80px;
   z-index: 39;
}
#masterBookmark2
{
   visibility: hidden;
}
#masterLayer2
{
   position: fixed;
   text-align: center;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 42px;
   z-index: 41;
}
#malone_lodge_line4
{
   display: none;
   width: 100%;
   z-index: 15;
}
#wb_malone_lodge_heading1
{
   display: inline-block;
   width: 100%;
   z-index: 7;
}
#wb_masterImage4
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 22;
}
#wb_malone_lodge_youtube3
{
   display: inline-block;
   width: 100%;
   z-index: 19;
}
#malone_lodge_line5
{
   display: block;
   width: 100%;
   z-index: 17;
}
#masterLayer3
{
   position: absolute;
   text-align: left;
   left: 0%;
   top: 80px;
   width: 100%;
   height: 2px;
   z-index: 40;
}
#wb_masterImage5
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 23;
}
#wb_malone_lodge_heading3
{
   display: none;
   width: 100%;
   z-index: 11;
}
#wb_masterImage6
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 24;
}
#wb_masterText1
{
   position: absolute;
   left: 47px;
   top: 40px;
   width: 250px;
   height: 9px;
   visibility: hidden;
   text-align: center;
   z-index: 5;
}
#wb_masterOverlayMenu1
{
   position: absolute;
   left: 6px;
   top: 2px;
   width: 35px;
   height: 35px;
   z-index: 32;
}
#wb_master_icon4
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 26;
}
#wb_masterText4
{
   position: absolute;
   left: 447px;
   top: 53px;
   width: 386px;
   height: 21px;
   text-align: center;
   z-index: 4;
}
#wb_masterBookmark1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 20px;
   height: 26px;
   z-index: 37;
}
#wb_master_icon5
{
   display: inline-block;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 28;
}
#wb_master_inst1
{
   position: absolute;
   left: 1185px;
   top: 21px;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 1;
}
#wb_masterBookmark2
{
   position: absolute;
   left: 0px;
   top: 79px;
   width: 20px;
   height: 20px;
   z-index: 38;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
div#container
{
   width: 1024px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#masterLayer1
{
   left: 0px;
   top: 0px;
   height: 80px;
   visibility: visible;
   display: block;
}
#masterLayer1
{
   left: 0%;
   width: 100%;
}
#masterLayer1_Container
{
   width: 1024px;
}
#masterLayer3
{
   left: 0px;
   top: 80px;
   height: 2px;
   visibility: visible;
   display: block;
}
#masterLayer3
{
   left: 0%;
   width: 100%;
}
#wb_master_m1
{
   left: 949px;
   top: 16px;
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#master_m1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 50px;
   height: 40px;
}
#master_m1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#master_m1 .line
{
   background: #FFFFFF;
}
#master_m1:hover .line
{
   background: #424242;
}
#master_m1 .line
{
   top: 1px;
}
#master_m1-overlay ul
{
   font-size: 27px;
   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_malone_lodge_grid1
{
   visibility: visible;
   display: table;
}
#wb_malone_lodge_grid1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#malone_lodge_grid1
{
   padding: 200px 15px 80px 15px;
}
#malone_lodge_grid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_malone_lodge_heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#malone_lodge_line1
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#malone_lodge_line1
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_malone_lodge_heading3
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_grid2
{
   visibility: visible;
   display: table;
}
#wb_malone_lodge_grid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#malone_lodge_grid2
{
   padding: 50px 15px 10px 15px;
}
#malone_lodge_grid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#malone_lodge_line2
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#malone_lodge_line2
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#malone_lodge_line3
{
   width: 100%;
   height: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#malone_lodge_line3
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_malone_lodge_youtube3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_malone_lodge_text3
{
   visibility: hidden;
   display: none;
}
#wb_malone_lodge_text3
{
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_text2
{
   visibility: visible;
   display: block;
}
#wb_malone_lodge_text2
{
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_gallery
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   color: #000000;
   border: 0px solid transparent;
}
#malone_lodge_gallery .thumbnail
{
   width: 33.33333333%;
}
#malone_lodge_gallery .visible-col3
{
   display: block;
}
#malone_lodge_gallery .visible-col2
{
   display: none;
}
#malone_lodge_line4
{
   width: 100%;
   height: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#malone_lodge_line4
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_malone_lodge_grid3
{
   visibility: visible;
   display: table;
}
#wb_malone_lodge_grid3
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#malone_lodge_grid3
{
   padding: 10px 15px 20px 15px;
}
#malone_lodge_grid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_malone_lodge_text4
{
   visibility: visible;
   display: block;
}
#wb_malone_lodge_text4
{
   margin: 0;
   padding: 0;
}
#malone_lodge_line5
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#malone_lodge_line5
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#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
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g8
{
   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
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g9
{
   padding: 5px 15px 5px 15px;
}
#master_g9 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_master_g5
{
   visibility: visible;
   display: table;
}
#wb_master_g5
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g5
{
   padding: 4px 0 4px 0;
}
#wb_master_inst1
{
   left: 909px;
   top: 19px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#master_inst1
{
   width: 40px;
   height: 40px;
}
#master_inst1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#masterLayer2
{
   height: 42px;
   visibility: visible;
   display: block;
}
#masterLayer2
{
   width: 100%;
}
#masterLayer2_Container
{
   width: 1024px;
}
#wb_masterOverlayMenu1
{
   left: 6px;
   top: 2px;
   width: 35px;
   height: 35px;
   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: 35px;
   height: 35px;
}
#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: -2px;
}
#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: 988px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont2
{
   width: 36px;
   height: 36px;
}
#masterIconFont2 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterImage2
{
   left: 23px;
   top: 4px;
   width: 123px;
   height: 76px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_masterImage1
{
   left: 50px;
   top: 1px;
   width: 65px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_masterText4
{
   left: 330px;
   top: 53px;
   width: 365px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_masterText4
{
   margin: 0;
   padding: 0;
}
#wb_masterText1
{
   left: 47px;
   top: 40px;
   width: 250px;
   height: 9px;
   visibility: hidden;
   display: none;
}
#wb_masterText1
{
   margin: 0;
   padding: 0;
}
#wb_masterText6
{
   left: 360px;
   top: 8px;
   width: 304px;
   height: 36px;
   visibility: visible;
   display: inline;
}
#wb_masterText6
{
   margin: 0;
   padding: 0;
}
#wb_masterImage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterText3
{
   visibility: visible;
   display: block;
}
#wb_masterText3
{
   margin: 0;
   padding: 0;
}
#wb_masterText7
{
   visibility: hidden;
   display: none;
}
#wb_masterText7
{
   margin: 0;
   padding: 0;
}
#wb_masterText2
{
   visibility: visible;
   display: block;
}
#wb_masterText2
{
   margin: 0;
   padding: 0;
}
#wb_masterLayoutGrid1
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_masterLayoutGrid1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#masterLayoutGrid1
{
   padding: 0 15px 0 15px;
}
#masterLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_masterText5
{
   visibility: visible;
   display: block;
}
#wb_masterText5
{
   margin: 0;
   padding: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
div#container
{
   width: 768px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#masterLayer1
{
   left: 0px;
   top: 0px;
   height: 80px;
   visibility: visible;
   display: block;
}
#masterLayer1
{
   left: 0%;
   width: 100%;
}
#masterLayer1_Container
{
   width: 768px;
}
#masterLayer3
{
   left: 0px;
   top: 80px;
   height: 2px;
   visibility: visible;
   display: block;
}
#masterLayer3
{
   left: 0%;
   width: 100%;
}
#wb_master_m1
{
   left: 705px;
   top: 16px;
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#master_m1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 50px;
   height: 40px;
}
#master_m1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#master_m1 .line
{
   background: #FFFFFF;
}
#master_m1:hover .line
{
   background: #424242;
}
#master_m1 .line
{
   top: 1px;
}
#master_m1-overlay ul
{
   font-size: 27px;
   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_malone_lodge_grid1
{
   visibility: visible;
   display: table;
}
#wb_malone_lodge_grid1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#malone_lodge_grid1
{
   padding: 150px 15px 80px 15px;
}
#malone_lodge_grid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_malone_lodge_heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#malone_lodge_line1
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#malone_lodge_line1
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_malone_lodge_heading3
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_grid2
{
   visibility: visible;
   display: table;
}
#wb_malone_lodge_grid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#malone_lodge_grid2
{
   padding: 50px 15px 10px 15px;
}
#malone_lodge_grid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#malone_lodge_line2
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#malone_lodge_line2
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#malone_lodge_line3
{
   width: 100%;
   height: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#malone_lodge_line3
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_malone_lodge_youtube3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_malone_lodge_text3
{
   visibility: hidden;
   display: none;
}
#wb_malone_lodge_text3
{
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_text2
{
   visibility: visible;
   display: block;
}
#wb_malone_lodge_text2
{
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_gallery
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   color: #000000;
   border: 0px solid transparent;
}
#malone_lodge_gallery .thumbnail
{
   width: 33.33333333%;
}
#malone_lodge_gallery .visible-col3
{
   display: block;
}
#malone_lodge_gallery .visible-col2
{
   display: none;
}
#malone_lodge_line4
{
   width: 100%;
   height: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#malone_lodge_line4
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_malone_lodge_grid3
{
   visibility: visible;
   display: table;
}
#wb_malone_lodge_grid3
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#malone_lodge_grid3
{
   padding: 10px 15px 20px 15px;
}
#malone_lodge_grid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_malone_lodge_text4
{
   visibility: visible;
   display: block;
}
#wb_malone_lodge_text4
{
   margin: 0;
   padding: 0;
}
#malone_lodge_line5
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#malone_lodge_line5
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#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
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g8
{
   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
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g9
{
   padding: 5px 15px 5px 15px;
}
#master_g9 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_master_g5
{
   visibility: visible;
   display: table;
}
#wb_master_g5
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g5
{
   padding: 4px 0 4px 0;
}
#wb_master_inst1
{
   left: 665px;
   top: 19px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#master_inst1
{
   width: 40px;
   height: 40px;
}
#master_inst1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#masterLayer2
{
   height: 42px;
   visibility: visible;
   display: block;
}
#masterLayer2
{
   width: 100%;
}
#masterLayer2_Container
{
   width: 768px;
}
#wb_masterOverlayMenu1
{
   left: 6px;
   top: 2px;
   width: 35px;
   height: 35px;
   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: 35px;
   height: 35px;
}
#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: -2px;
}
#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: 732px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont2
{
   width: 36px;
   height: 36px;
}
#masterIconFont2 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterImage2
{
   left: 23px;
   top: 4px;
   width: 123px;
   height: 76px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_masterImage1
{
   left: 50px;
   top: 1px;
   width: 65px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_masterText4
{
   left: 199px;
   top: 53px;
   width: 371px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_masterText4
{
   margin: 0;
   padding: 0;
}
#wb_masterText1
{
   left: 47px;
   top: 40px;
   width: 250px;
   height: 9px;
   visibility: hidden;
   display: none;
}
#wb_masterText1
{
   margin: 0;
   padding: 0;
}
#wb_masterText6
{
   left: 232px;
   top: 8px;
   width: 304px;
   height: 36px;
   visibility: visible;
   display: inline;
}
#wb_masterText6
{
   margin: 0;
   padding: 0;
}
#wb_masterImage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterText3
{
   visibility: visible;
   display: block;
}
#wb_masterText3
{
   margin: 0;
   padding: 0;
}
#wb_masterText7
{
   visibility: hidden;
   display: none;
}
#wb_masterText7
{
   margin: 0;
   padding: 0;
}
#wb_masterText2
{
   visibility: visible;
   display: block;
}
#wb_masterText2
{
   margin: 0;
   padding: 0;
}
#wb_masterLayoutGrid1
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_masterLayoutGrid1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#masterLayoutGrid1
{
   padding: 0 15px 0 15px;
}
#masterLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_masterText5
{
   visibility: visible;
   display: block;
}
#wb_masterText5
{
   margin: 0;
   padding: 0;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
div#container
{
   width: 480px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#masterLayer1
{
   left: 0px;
   top: 0px;
   height: 67px;
   visibility: visible;
   display: block;
}
#masterLayer1
{
   left: 0%;
   width: 100%;
}
#masterLayer1_Container
{
   width: 480px;
}
#masterLayer3
{
   left: 0px;
   top: 67px;
   height: 2px;
   visibility: visible;
   display: block;
}
#masterLayer3
{
   left: 0%;
   width: 100%;
}
#wb_master_m1
{
   left: 426px;
   top: 13px;
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#master_m1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 50px;
   height: 40px;
}
#master_m1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#master_m1 .line
{
   background: #FFFFFF;
}
#master_m1:hover .line
{
   background: #424242;
}
#master_m1 .line
{
   top: 1px;
}
#master_m1-overlay ul
{
   font-size: 27px;
   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_malone_lodge_grid1
{
   visibility: visible;
   display: table;
}
#wb_malone_lodge_grid1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#malone_lodge_grid1
{
   padding: 120px 15px 50px 15px;
}
#malone_lodge_grid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_malone_lodge_heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#malone_lodge_line1
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#malone_lodge_line1
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_malone_lodge_heading3
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_grid2
{
   visibility: visible;
   display: table;
}
#wb_malone_lodge_grid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#malone_lodge_grid2
{
   padding: 50px 15px 10px 15px;
}
#malone_lodge_grid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#malone_lodge_line2
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#malone_lodge_line2
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#malone_lodge_line3
{
   width: 100%;
   height: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#malone_lodge_line3
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_malone_lodge_youtube3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_malone_lodge_text3
{
   visibility: hidden;
   display: none;
}
#wb_malone_lodge_text3
{
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_text2
{
   visibility: visible;
   display: block;
}
#wb_malone_lodge_text2
{
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_gallery
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   color: #000000;
   border: 0px solid transparent;
}
#malone_lodge_gallery .thumbnail
{
   width: 50%;
}
#malone_lodge_gallery .visible-col3
{
   display: none;
}
#malone_lodge_gallery .visible-col2
{
   display: block;
}
#malone_lodge_line4
{
   width: 100%;
   height: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#malone_lodge_line4
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_malone_lodge_grid3
{
   visibility: visible;
   display: table;
}
#wb_malone_lodge_grid3
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#malone_lodge_grid3
{
   padding: 10px 15px 20px 15px;
}
#malone_lodge_grid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_malone_lodge_text4
{
   visibility: visible;
   display: block;
}
#wb_malone_lodge_text4
{
   margin: 0;
   padding: 0;
}
#malone_lodge_line5
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#malone_lodge_line5
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#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
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g8
{
   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
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g9
{
   padding: 5px 10px 5px 10px;
}
#master_g9 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#wb_master_g5
{
   visibility: hidden;
   display: none;
}
#wb_master_g5
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g5
{
   padding: 4px 0 4px 0;
}
#wb_master_inst1
{
   left: 386px;
   top: 13px;
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#master_inst1
{
   width: 40px;
   height: 40px;
}
#master_inst1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#masterLayer2
{
   height: 42px;
   visibility: visible;
   display: block;
}
#masterLayer2
{
   width: 100%;
}
#masterLayer2_Container
{
   width: 480px;
}
#wb_masterOverlayMenu1
{
   left: 6px;
   top: 2px;
   width: 35px;
   height: 35px;
   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: 35px;
   height: 35px;
}
#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: -2px;
}
#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: 444px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont2
{
   width: 36px;
   height: 36px;
}
#masterIconFont2 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterImage2
{
   left: 23px;
   top: 4px;
   width: 123px;
   height: 76px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_masterImage1
{
   left: 50px;
   top: 1px;
   width: 65px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_masterText4
{
   left: 54px;
   top: 42px;
   width: 373px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_masterText4
{
   margin: 0;
   padding: 0;
}
#wb_masterText1
{
   left: 47px;
   top: 40px;
   width: 250px;
   height: 9px;
   visibility: hidden;
   display: none;
}
#wb_masterText1
{
   margin: 0;
   padding: 0;
}
#wb_masterText6
{
   left: 88px;
   top: 8px;
   width: 304px;
   height: 36px;
   visibility: visible;
   display: inline;
}
#wb_masterText6
{
   margin: 0;
   padding: 0;
}
#wb_masterImage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterText3
{
   visibility: visible;
   display: block;
}
#wb_masterText3
{
   margin: 0;
   padding: 0;
}
#wb_masterText7
{
   visibility: hidden;
   display: none;
}
#wb_masterText7
{
   margin: 0;
   padding: 0;
}
#wb_masterText2
{
   visibility: visible;
   display: block;
}
#wb_masterText2
{
   margin: 0;
   padding: 0;
}
#wb_masterLayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: #DAA520;
   background-image: none;
   background-image: none;
}
#wb_masterLayoutGrid1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#masterLayoutGrid1
{
   padding: 5px 15px 5px 15px;
}
#masterLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_masterText5
{
   visibility: visible;
   display: block;
}
#wb_masterText5
{
   margin: 0;
   padding: 0;
}
}
@media only screen and (max-width: 479px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#masterLayer1
{
   left: 0px;
   top: 0px;
   height: 67px;
   visibility: visible;
   display: block;
}
#masterLayer1
{
   left: 0%;
   width: 100%;
}
#masterLayer1_Container
{
   width: 320px;
}
#masterLayer3
{
   left: 0px;
   top: 67px;
   height: 2px;
   visibility: visible;
   display: block;
}
#masterLayer3
{
   left: 0%;
   width: 100%;
}
#wb_master_m1
{
   left: 278px;
   top: 4px;
   width: 35px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#master_m1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   width: 35px;
   height: 35px;
}
#master_m1:hover
{
   background-color: rgba(204,204,204,0.00);
   background-image: none;
   border-color: #424242;
}
#master_m1 .line
{
   background: #FFFFFF;
}
#master_m1:hover .line
{
   background: #424242;
}
#master_m1 .line
{
   top: -2px;
}
#master_m1-overlay ul
{
   font-size: 27px;
   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: 33px;
}
#wb_malone_lodge_grid1
{
   visibility: visible;
   display: table;
}
#wb_malone_lodge_grid1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#malone_lodge_grid1
{
   padding: 100px 15px 50px 15px;
}
#malone_lodge_grid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_malone_lodge_heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#malone_lodge_line1
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#malone_lodge_line1
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_malone_lodge_heading3
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_grid2
{
   visibility: visible;
   display: table;
}
#wb_malone_lodge_grid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#malone_lodge_grid2
{
   padding: 50px 15px 10px 15px;
}
#malone_lodge_grid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#malone_lodge_line2
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#malone_lodge_line2
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#malone_lodge_line3
{
   width: 100%;
   height: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#malone_lodge_line3
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_malone_lodge_youtube3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_malone_lodge_text3
{
   visibility: hidden;
   display: none;
}
#wb_malone_lodge_text3
{
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_text2
{
   visibility: visible;
   display: block;
}
#wb_malone_lodge_text2
{
   margin: 0;
   padding: 0;
}
#wb_malone_lodge_gallery
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   color: #000000;
   border: 0px solid transparent;
}
#malone_lodge_gallery .thumbnail
{
   width: 50%;
}
#malone_lodge_gallery .visible-col3
{
   display: none;
}
#malone_lodge_gallery .visible-col2
{
   display: block;
}
#malone_lodge_line4
{
   width: 100%;
   height: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#malone_lodge_line4
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#wb_malone_lodge_grid3
{
   visibility: visible;
   display: table;
}
#wb_malone_lodge_grid3
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#malone_lodge_grid3
{
   padding: 10px 15px 20px 15px;
}
#malone_lodge_grid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_malone_lodge_text4
{
   visibility: visible;
   display: block;
}
#wb_malone_lodge_text4
{
   margin: 0;
   padding: 0;
}
#malone_lodge_line5
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#malone_lodge_line5
{
   border-color: transparent;
   border-bottom-width: 20px;
}
#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
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g8
{
   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
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g9
{
   padding: 5px 0 5px 0;
}
#master_g9 .row
{
   margin-right: -0px;
   margin-left: -0px;
}
#wb_master_g5
{
   visibility: hidden;
   display: none;
}
#wb_master_g5
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_g5
{
   padding: 4px 0 4px 0;
}
#wb_master_inst1
{
   left: 0px;
   top: 0px;
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#master_inst1
{
   width: 40px;
   height: 40px;
}
#master_inst1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 33px;
}
#masterLayer2
{
   height: 42px;
   visibility: visible;
   display: block;
}
#masterLayer2
{
   width: 100%;
}
#masterLayer2_Container
{
   width: 320px;
}
#wb_masterOverlayMenu1
{
   left: 6px;
   top: 2px;
   width: 35px;
   height: 35px;
   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: 35px;
   height: 35px;
}
#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: -2px;
}
#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: 284px;
   top: 3px;
   width: 36px;
   height: 36px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#masterIconFont2
{
   width: 36px;
   height: 36px;
}
#masterIconFont2 i
{
   line-height: 36px;
   font-size: 36px;
   width: 35px;
}
#wb_masterImage2
{
   left: 23px;
   top: 4px;
   width: 123px;
   height: 76px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_masterImage1
{
   left: 50px;
   top: 1px;
   width: 65px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_masterText4
{
   left: 0px;
   top: 39px;
   width: 313px;
   height: 42px;
   visibility: hidden;
   display: none;
}
#wb_masterText4
{
   margin: 0;
   padding: 0;
}
#wb_masterText1
{
   left: 0px;
   top: 45px;
   width: 320px;
   height: 18px;
   visibility: visible;
   display: inline;
}
#wb_masterText1
{
   margin: 0;
   padding: 0;
}
#wb_masterText6
{
   left: 6px;
   top: 10px;
   width: 272px;
   height: 27px;
   visibility: visible;
   display: inline;
}
#wb_masterText6
{
   margin: 0;
   padding: 0;
}
#wb_masterImage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterImage6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_masterText3
{
   visibility: hidden;
   display: none;
}
#wb_masterText3
{
   margin: 0;
   padding: 0;
}
#wb_masterText7
{
   visibility: visible;
   display: block;
}
#wb_masterText7
{
   margin: 0;
   padding: 0;
}
#wb_masterText2
{
   visibility: visible;
   display: block;
}
#wb_masterText2
{
   margin: 0;
   padding: 0;
}
#wb_masterLayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: #DAA520;
   background-image: none;
   background-image: none;
}
#wb_masterLayoutGrid1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#masterLayoutGrid1
{
   padding: 5px 15px 5px 15px;
}
#masterLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#masterLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_masterText5
{
   visibility: visible;
   display: block;
}
#wb_masterText5
{
   margin: 0;
   padding: 0;
}
}
