body {
    /*min-height: 75rem;*/ /* Can be removed; just added for demo purposes */
}

.navbar {
    margin-bottom: 0;
}

.jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-bottom: 0;
    background-color: #fff;
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

.album {
    min-height: 50rem; /* Can be removed; just added for demo purposes */
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f7f7f7;
}

.card {
    float: left;
    width: 33.333%;
    padding: .75rem;
    margin-bottom: 2rem;
    border: 0;
}

.card > img {
    margin-bottom: .75rem;
}

.card-text {
    font-size: 85%;
}
ul.contact.CardList {
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    list-style: none;
}
ul.contact.CardList li {
    list-style: none;
}
footer {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

footer p {
    margin-bottom: .25rem;
}

/*font-face*/
@font-face {
    font-family: heavydock;
    src: url(/_assets/fonts/heavy_dock11.otf);
}

@font-face {
    font-family: myriadreg;
    src: url(/_assets/fonts/MyriadPro-Regular_0.otf);
}

@font-face {
    font-family: sean;
    src: url(/_assets/fonts/SEAN.TTF);
}

/* IMPROVE FONT RENDERING FOR IMPORT FONTS */
* {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

@media (max-width: 991px) {
	
    #cat_1888541_divs {width: 100%;}
    
    .footer-widget ul#nav_1888541 > li {
    	float: none !important;
        text-align: center;
    }
    
    .sm-slider-img {
    	min-height: 250px;
    }
    
}




/*Custom CSS*/


/* WEBFORM STYLES */

.webform label {
	margin-top: 15px;
    margin-bottom: 5px;
    font-size: 13px;
}

.webform input[type="text"], .webform textarea {
	padding: 15px;
    color: #939598;
    resize: none;
    outline: none;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #b2b4b6;
    transition: border-color 0.3s ease-in-out;
}

.webform input[type="submit"] {
    margin-top: 1.5rem;
    background: transparent;
    border: 1px solid #1cbeec;
    color: #1cbeec;
    outline: none;
    font-family: heavydock;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 45px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}


body.orange .webform input[type="text"]:focus,
body.orange .webform textarea:focus {
    border-color: #faa41a;
}    

body.orange .webform input[type="submit"] {
    border-width: 1px;
    border-style: solid;
    border-color: #faa41a;
    color: #faa41a;
}

body.orange .webform input[type="submit"]:hover {
    background-color: #faa41a;
    color: #fff;
}

@media (max-width: 767px) {
    
	.webform input[type="submit"] {
    	width: 100%;    
    }
    
}


/* INNER PAGE RELATIVE BUTTONS */

.innerPgRelButtons .col-custom .gallery-box {
	transition: box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

body.green .innerPgRelButtons .col-custom:hover .gallery-box {
	box-shadow: inset 0 0 0 5px #c3d52e;
}

body.orange .innerPgRelButtons .col-custom:hover .gallery-box {
	box-shadow: inset 0 0 0 5px #faa41a;
}

body.red .innerPgRelButtons .col-custom:hover .gallery-box {
	box-shadow: inset 0 0 0 5px #ef3d23;
}


/* SEARCH OVERLAY */


section.searchOverlay {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;    
}

section.searchOverlay.open {
    display: block;
    overflow-y: hidden;
}

body section.searchOverlay.open  {
    overflow-y: hidden;
}

section.searchOverlay .close {
    width: 40px; 
    height: 40px; 
    position: absolute;
    right: 0;
}

section.searchOverlay .close:before, section.searchOverlay .close:after {
    content: " ";
    height: 8px;
    width: 30px;
    background-color: #333;
    position: absolute;
    top: 30px;
    right: 22px;
}

section.searchOverlay .close:before {
	transform: rotate(45deg);
}

section.searchOverlay .close:after {
	transform: rotate(-45deg);
}


section.searchOverlay .searchFormBox {
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    
}

section.searchOverlay .searchFormBox input[type="text"]  {
	width: 80%;
    text-align: center;
    font-size: 35px;
    font-family: heavydock;
    text-transform: uppercase;
    color: #006647;
    outline: none;
    background-color: #fff;
    border: 1px solid #efefef;
}





/* SLIDE OUT MENU */

.breadcrumb-home {
    font-size: 20px !important;
}

.breadcrumb-text, .breadcrumb-text a  {
	color : #939598; 
}

/* SLIDEOUT MENU */

@media (max-width: 575px) {

    .navbar .container.md-576 {
        width: 95%;
    }

    body, html {
        overflow-x: hidden;
    }
    
}



button.toggle-button {
    appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    
    position: absolute;
    
    height: 30px;
    width: 30px;
    padding: 0;
    
    font-size: 0;
    text-indent: -9999px;
    outline: none;
    
    background-color: transparent;
    border: 0;
}

button.toggle-button span {
    display: block;
    background-color: #efefef;
    height: 4px;
    width: 100%;
}


button.toggle-button span::before, button.toggle-button span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #efefef;
    content: "";
}

button.toggle-button.menuOpen span {
    width: 0;
}

button.toggle-button span {
    transition: width 0.5s;
}

button.toggle-button span::before {
    transition-property: transform, margin-top, margin-left, width;
}

button.toggle-button span::after {
    transition-property: transform, margin-top, margin-left, width;
}

button.toggle-button span::before, button.toggle-button span::after {
    transition-duration: 0.5s;
    transition-delay: 0s;
}

button.toggle-button span::before {
    margin-top: -10px;
    transform: rotate(0deg);
}

button.toggle-button span::after {
    margin-top: 10px;
    transform: rotate(0deg);
}

button.toggle-button.menuOpen span::before, button.toggle-button.menuOpen span::after {
    transition-duration: 0.5s;
    transition-delay: 0s;
}

button.toggle-button.menuOpen span::before {
    margin-top: -6px;
    transform: rotate(-45deg);
    margin-left: -3px;
    width: 21px;
}

button.toggle-button.menuOpen span::after {
    margin-top: 6px;
    transform: rotate(45deg);
    margin-left: -3px;
    width: 21px;
}



main#panel {background-color: #f1f2f2;}



@media (max-width: 991px) {
    
    
    .slideout-menu {
        background-color: #333;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
        width: 256px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        display: none;
        border-right: 4px solid #efefef;
    }
    
    .slideout-panel {
        position: relative;
        z-index: 1;
        will-change: transform;
    }
    
    .slideout-open,
    .slideout-open body,
    .slideout-open .slideout-panel {
        overflow: hidden;
    }
    
    .slideout-open .slideout-menu {
        display: block;
    }
    
    
}


/* OUR FACILITIES */

.facility .item {
	font-size: 10px;
    text-align: center;
    margin-top: 30px;
}


.facility .item:hover {
	cursor: pointer;
    transform: scale(1.03);
}


.facility .item figure {
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 10px;
    
}


.facility .item figure.bbq {
    background-image: url("/_assets/img/template/icons/icon_bbq.png");
}

.facility .item figure.tourist {
	background-image: url("/_assets/img/template/icons/tourist-64.png")
}

.facility .item figure.playground {
	background-image: url("/_assets/img/template/icons/playground-64.png")
}

.facility .item figure.amenities {
	background-image: url("/_assets/img/template/icons/amenities-64.png")
}

.facility .item figure.disposal {
	background-image: url("/_assets/img/template/icons/disposal-64.png")
}

.facility .item figure.wifi {
	background-image: url("/_assets/img/template/icons/Icon-wifi.png")
}


.process {
	text-align: center;
}

.process img {
	max-width: 100%;
}

.process h4 {
	margin-top: 0px !important;
}

.priceTable h4 {
    font-size: 16px !important;
    margin: 5px !important;
	
}

/* PAGE IMAGE BANNER */

section.pageBanner .banImage {
	max-height: 450px;
    background-size: cover;
    background-position: center;
}


/* OUR PRODUCTS - WEBAPP */

div.ourProdBox {
	margin-bottom: 30px;
}

div.ourProdBox:hover {
	cursor: pointer;
}

div.ourProdBox .content {
    background-color: #f9f9f9;
    padding: 25px;
    text-align: left;
    min-height: 170px;
}

div.ourProdBox .content h3 {
	margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Exo', sans-serif;
    color: #023640;
}

div.ourProdBox .moreInfo {}

div.ourProdBox .moreInfo a span {
	font-size: 10px;
}

div.ourProdBox .moreInfo a {
    background-color: #1cbeec;
    background-image: url("/images/template/ourProd_moreInfo.png");
    background-repeat: no-repeat;
    background-size: cover;	
    background-position: right -680px center;
	color: white;
    padding: 8px 25px;
    font-size: 13px;
    display: block;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 #006fb4;
    transition: box-shadow 0.5s;
}

div.ourProdBox:hover a {
	box-shadow: inset 0 -40px 0 0 #006fb4;
}

div.ourProdBox .moreInfo a:hover, div.ourProdBox:hover .moreInfo > a {
    cursor: pointer;
    
}


.facilityDetails .desc {
	margin-bottom: 20px;
}

.facilityDetails .button a {
	padding: 10px 20px;
    background: #1977b2;
    border-bottom: 8px solid #01568d;
    display: inline-block;
    color: #fff;
}


@media (min-width: 1200px) {
    
	div.ourProdBox .moreInfo a:hover, 
    div.ourProdBox:hover .moreInfo > a {
    	background-position: right -320px center;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    div.ourProdBox .moreInfo a:hover, 
    div.ourProdBox:hover .moreInfo > a {
    	background-position: right -400px center;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    div.ourProdBox .moreInfo a:hover, 
    div.ourProdBox:hover .moreInfo > a {
    	background-position: right -350px center;
    }

}

@media (min-width: 500px) and (max-width: 767px) {
    
    div.ourProdBox .moreInfo a:hover, 
    div.ourProdBox:hover .moreInfo > a {
		background-position: right;
    }
    
}

@media (max-width: 499px) {
    
    div.ourProdBox .moreInfo a:hover, 
    div.ourProdBox:hover .moreInfo > a {
		background-position: right -230px center;
    }
    
}


/* MEMBER DIRECTORY */

ul.memberDirect {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.memberDirect li .directory.item {
	text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
    border-bottom: 5px solid #006fb4;
    min-height: 150px;
    position: relative;
}

ul.memberDirect li .directory.item h3 {
	padding: 10px 5px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #006fb4;
}

ul.memberDirect li .directory.item .number {
    position: absolute;
	top: 57%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    
    color: #333;
    
    font-size: 19px; 
    width: 100%;
    padding: 0px 5px;
    
}
    
ul.memberDirect li .directory.item a.button {
    font-family: heavydock;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    color: #006fb4;
    border-style: solid;
    border-width: 2px 2px 0px 2px;
    border-color: #006fb4;
    padding: 5px;
    
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out
}

ul.memberDirect li .directory.item a.button:hover {
    background-color: #006fb4;
    color: #fff;
    text-decoration: none;
}
body.orange ul.memberDirect li .directory.item .center {
    height: 150px;
    background: rgba(0,0,0,0.4);
}
body.orange ul.memberDirect li .directory.item a.button {
    background-color: #f15a29;
    color: #fff !important;
    text-decoration: none;
}
body.orange ul.memberDirect li .directory.item .number {
    color: #fff;
}

/* HOME & INNER SLIDER */

#masterslider .ms-view {background-color: #f1f2f2;}

.innerSlider {margin-bottom: 40px;}

.home.slider {
	margin-top: 15px;
}

.noPad {
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    padding: 4rem 0rem 0.6rem 0em!important;
}



.logo-img {
    max-width: 180px; 
    width: 100%
}

.navbar-toggler:focus {
    outline: 0;
}

.social-icons {
    border: 2px solid #c2cc2c;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: transparent;
    position: relative;
    color: #fff;
}

.si-lg {
    width: 50px;
    height: 50px
}
.social-icons:focus {
    outline: 0
}
.social-icons i.fa {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-30%);
}
.social-header {
    text-align: right;
}

.social-bg-inverse {
    background: #006748; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    position: relative; 
    z-index: 9
}

.nav-toggle-mobile {
    border: 0; 
    position: relative; 
    top: 8px; 
    color: #175544
}

footer {
    background: #004e31;
}

footer a {
	text-decoration: none;
    color: #c2cc2c;
}

footer a:hover {
	text-decoration: none;
    color: #faa41a;
}

.footer-widget {
    text-transform: uppercase; 
    background: #c3d42e; 
    position: relative; 
    top: 1.3rem; 
    font-size: 11px; 
    text-align: left;
}

.facebookLink.showThis,
.facebookLink.showThis0 {
	display: none;
}

.facebookLink {
	margin-bottom: 10px;
}

.facebookLink i {
	width: 33px;
    height: 33px;
}


.facebookLink {
    font-family: heavydock;
    text-transform: uppercase;
}



.footer-widget ul#nav_1888541, .footer-widget ul#nav_1888541 > li > ul {
	list-style: none;
    margin: 0;
    padding: 0;
}


.footer-widget ul#nav_1888541 > li {
	float: left;
}

.footer-widget ul#nav_1888541 > li > a {
    color: #006748;
    font-family: heavydock;
    padding: 5px 7px;
    font-size: 13px;
}

.footer-widget ul#nav_1888541 img {display: none;}

.footer-widget ul#nav_1888541 .dropdown-toggle::after {
	display: none;
}

.footer-widget ul#nav_1888541 > li > ul > li > a  {
    list-style-type: none;
    color: #006748;
    padding-left: 15px;
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;
}

.footer-widget ul#nav_1888541 > li > ul > li > a:hover {
    color: #FFF;
    text-decoration: none;
}



ul.memberDirect li .directory.item a.button.showBut1 {
	display: none;
}

@media (max-width: 991px) {

    .footer-widget ul#nav_1888541 > li > ul > li > a {
        padding-left: 0px;
    }
    
}


/* COLOR OVERRIDE */


/* ORANGE */

/* LIGHT ORANGE */

body.orange .facebookLink a,
body.orange .post-title, 
body.orange .contact-list li, 
body.orange .gallery-custom, 
body.orange .galCat h3, 
body.orange .priceTable h4,
body.orange .breadcrumb-home,
body.orange .contact-museum-title, 
body.orange .form-submit { 
    color: #faa41a
}

body.orange .contact-icons, 
body.orange .breadcrumb-home, 
body.orange .form-submit { 
    border-color: #faa41a;
}


/* DARK ORANGE */

body.orange ul.memberDirect li .directory.item a.button, 
body.orange .post-title-2 {
    color: #f15a29;
}

body.orange ul.memberDirect li .directory.item, 
body.orange ul.memberDirect li .directory.item a.button { 
    border-color: #f15a29
}
body.orange ul.memberDirect li .directory.item {
    background-repeat: no-repeat;
    background-size: cover;
}

body.orange .gallery-box,
body.orange ul.memberDirect li .directory.item h3, 
body.orange ul.memberDirect li .directory.item a.button:hover {
    background-color: #f15a29
}

body.orange ul.memberDirect li .directory.item a.button:hover {
	color: #fff;
}



/* GREEN */

/* LIGHT ORANGE */

.galCat .gallery-box {background-color: transparent !important;}

body.green .facebookLink a,
body.green .post-title, 
body.green .contact-list li, 
body.green .gallery-custom, 
body.green .galCat h3, 
body.green .priceTable h4,
body.green .breadcrumb-home,
body.green .contact-museum-title, 
body.green .form-submit { 
    color: #006748;
}

body.green .contact-icons, 
body.green .breadcrumb-home, 
body.green .form-submit { 
    border-color: #006748;
}


/* DARK ORANGE */

body.green ul.memberDirect li .directory.item a.button, 
body.green .post-title-2 {
    color: #b8ca2c;
}

body.green ul.memberDirect li .directory.item, 
body.green ul.memberDirect li .directory.item a.button { 
    border-color: #006748
}

body.green .gallery-box,
body.green ul.memberDirect li .directory.item h3, 
body.green ul.memberDirect li .directory.item a.button:hover {
    background-color: #006748
}

body.green ul.memberDirect li .directory.item a.button:hover {
	color: #fff;
}


/* RED */

/* LIGHT RED */

body.red .facebookLink a,
body.red .post-title, 
body.red .contact-list li, 
body.red .gallery-custom, 
body.red .priceTable h4,
body.red .galCat h3, 
body.red .breadcrumb-home,
body.red .contact-museum-title, 
body.red .form-submit { 
    color: #ef3d23
}

body.red .contact-icons, 
body.red .breadcrumb-home, 
body.red .form-submit { 
    border-color: #ef3d23;
}


/* DARK RED */

body.red ul.memberDirect li .directory.item a.button, 
body.red .post-title-2 {
    color: #CA3E22;
}

body.red ul.memberDirect li .directory.item, 
body.red ul.memberDirect li .directory.item a.button { 
    border-color: #CA3E22
}

body.red .gallery-box,
body.red ul.memberDirect li .directory.item h3, 
body.red ul.memberDirect li .directory.item a.button:hover {
    background-color: #CA3E22
}

body.red ul.memberDirect li .directory.item a.button:hover {
	color: #fff;
}













.fw-container {
    padding-top: 30px; 
    padding-bottom: 30px
}

.fw-col {
    padding-left: 0;
    font-weight: 500
}

.fw-ol {
    list-style-type: none; 
    padding: 0; 
    font-weight: 100; 
    font-size: 7px; 
    margin-top: -0.85rem;
}

.fw-ul {
    list-style-type: none; 
    color: #fff; 
    padding-left: 0;
    line-height: 25px;
    cursor: pointer;
}

.fw-ul li:hover {
    color: #c2cc2c;
}

.fw-title {
    color: #c2cc2c; 
    font-family: heavydock;
}

.fw-social-icons {
    text-align: right; 
    font-size: 30px
}



.slider-right-border {
    /*background: #eee;*/ 
    border-right: 15px solid #f1f2f2; 
}




.slider-widget {
    background: url("/_assets/img/template/slider_widget.png"); 
    background-size: cover; 
    width: 100%;  
    border-bottom: 7px solid #92c43d
}

.sw-top-header-text {
    font-family: heavydock; 
    color: #fff; 
    font-size: 34px; 
    width: 100%; 
    max-width: 450px; 
    text-align: center; 
    padding-top: 1.5em
}

.sw-middle-header-text {
    font-family: heavydock; 
    color: #c3d42e; 
    font-size: 57px; 
    width: 100%; 
    max-width: 450px; 
    text-align: center; 
    line-height: 55px; 
    position: relative; 
    top: -1.5rem
}

.sw-bottom-header-text {
    font-family: sean, 'Covered By Your Grace', cursive; 
    color: #fff; 
    font-size: 71px; 
    width: 100%; 
    max-width: 400px; 
    text-align: center; 
    position: relative; 
    top: -4.3rem; 
    padding-left: 45px
}

.sw-paragraph {
    margin-left: 46px; 
    color: #c3d42e; 
    font-size: 14px; 
    width: 100%; 
    max-width: 340px; 
    text-align: left; 
    margin-top: -4rem; 
    padding-bottom: 1rem; 
    line-height: 15px
}


.sm-slider-img {
    background: url('/_assets/img/template/photos/Sarina-field-of-dreams-art-gallery-about-us.jpg'); 
    background-size: cover; 
    padding: 20px;  
    border-right: 15px solid #fff
}

.sm-slider-text {
    font-family: heavydock; 
    text-transform: uppercase; 
    color: #fff
}

.sm-slider-btm-border {
    width: 100%; 
    height: 8px; 
    background: #f9a31a; 
    padding: 0; 
    margin: 0; 
    position: absolute; 
    bottom: 0; left: 0
}

.sm-block-widget {
    padding: 20px; 
    color: #fff; 
    background: #f05139; 
    border-bottom: 8px solid #db2d08; 
    padding-top: 10px
}
.sm-block-text {
    font-family: heavydock; 
    text-transform: uppercase;
}

.sm-block-top-icon {
    text-align: center; 
    width: 90%
}

.sm-block-bottom-icon {
    text-align: center; 
    width: 62%; 
    padding-top: 20px
}

.block-icon-text {
    font-size: 10px; 
    width: 150px
}

.slider-wrap {
    background: #eee; 
    position: relative; 
    margin-top: 15px;
    margin-bottom: 15px;
}

.sm-contact-btm-border {
    width: 100%; 
    height: 8px; 
    background: #92c43d; 
    padding: 0; 
    margin: 0; 
    position: absolute; 
    bottom: 0; left: 0
}

/* Events */
.events-bg-inverse {
    background: #c3d42e; 
    text-align: center; 
    padding-top: 3rem; 
    padding-bottom: 3rem; 
    border-right: 20px solid #fff
}

.event-contact-us {
    color: #fff
}

.contact-us-text {
    color: #fff; 
    font-size: 27px; 
    font-family: heavydock; 
    text-transform: uppercase;
}

.contact-us-subtext {
    font-size: 13.5px; 
    line-height: 17px; 
    color: #fff; 
    width: 100%; 
    /*max-width: 230px;*/ 
    max-width: initial; 
    padding-left: 0px; 
    color: #fff
}

.upcoming-events {
    background: url('/_assets/img/events/Sarina-field-of-dreams-events-sarina-coconut-festival.jpg'); 
    background-size: cover; 
    color: #fff; 
    border-bottom: 8px solid #1876b0
}

.upcoming-events-title {
    background: #1a7dbb; 
    font-family: heavydock; 
    text-transform: uppercase; 
    padding: 8px 8px 8px 20px; 
    font-size: 35px
}

.upcoming-events-title a {
	color: #fff;
    
}


/* WEBAPP: EVENTS */

.eventList .date.customDate.show1 {
    display: block;
}
.eventList .date.customDate.show0 {
    display: none;
}
.eventList .date.show1 {
    display: none;
}
.eventList .date.show0 {
    display: block;
}

.masonry-grid {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.eventList a.image img {width: 100%;}

li.eventList .description {
    font-size: 15px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    min-height: 200px;
}

.eventList a.image,
.masonry-grid .item a.image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    height: 200px;
}

.eventList a.image {
    
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.eventList .description h2 {
    color: #555;
    text-align: left;
    font-size: 19px;
    margin: 0 0 15px 0;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.dateBox {
    font-weight: bold;    
}


.dateBox span.month {text-transform: uppercase;}


input[type="checkbox"] {
	height: auto;
}

.eventList h2 {color: #666666 !important;}

.eventList .description {color: #999999; font-weight: 500;}

.eventList .date {font-weight: 900; color: #1cbeec;}

.eventList .tagline {font-weight: 300;}

.masonry-grid .item {
    margin-bottom: 30px;
}

.masonry-grid li {
    display: block;
    float: left;
    opacity: ;
}

.masonry-grid .item-wrapper {
    
}
.masonry-grid .item .image {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}
.masonry-grid .item .image img { width: 100%; }

.masonry-grid .item .description {
    color: ;
    font-size: 15px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    
    min-height: 225px;
}
.section.gray .masonry-grid .item .description { background-color: #fff; }


.masonry-grid .item .description h2 { 
    color: #555;
    text-align: left;
    font-size: 19px;
    margin: 0 0 15px 0; 
    
    -webkit-transition: color .3s;
    transition: color .3s;
}
.masonry-grid .item .description p { 
    color: #777;
}


/*
.upcoming-events-box-one {
    background: #084b94; 
    font-family: heavydock; 
    text-transform: uppercase; 
    text-align: center; 
    font-size: 34px; 
    line-height: 30px; 
    padding-top: 25px; 
    padding-bottom: 15px
}

.upcoming-events-box-two {
    background: rgba(8,75,148,0.7); 
    font-family: heavydock; 
    text-transform: uppercase; 
    text-align: center; 
    font-size: 34px; 
    line-height: 30px; 
    padding-top: 25px
}

.upcoming-events-box-three {
    background: rgba(47,143,232,0.9); 
    font-family: heavydock; 
    text-transform: uppercase; 
    text-align: center; 
    font-size: 34px; 
    line-height: 30px; 
    padding-top: 25px
}
*/

.upcoming-events ul li {
    font-family: heavydock; 
    text-transform: uppercase; 
    text-align: center; 
    font-size: 25px; 
    line-height: 30px; 
    padding-top: 25px; 
    padding-bottom: 15px;
}

.upcoming-events ul li:nth-child(1) {background: #084b94;}
.upcoming-events ul li:nth-child(2) {background: rgba(8,75,148,0.7);}
.upcoming-events ul li:nth-child(3) {background: rgba(47,143,232,0.9);}
.upcoming-events ul li:nth-child(4) {background: rgba(8,75,148,0.7);}

.upcoming-events ul li:hover {
	cursor: pointer;
}

.masonry-grid .item {
	transition: transform 0.3s ease-in-out;
}

.upcoming-events ul li:hover > div, .masonry-grid .item:hover {
	transform: scale(1.01);
    cursor: pointer;
}

.upcoming-events-box-sub-text {
    font-size: 13.5px; 
    text-transform: inherit; 
    font-family: Helvetica; 
    line-height: 17px; 
    font-weight: 300; 
    color: #fff; 
    width: 100%; 
    padding-left: 0px; 
    color: #fff; 
    padding-top: 12px
}

.upcoming-events-box-sub-footer {
    font-size: 14px; 
    padding-top: 15px
}

.upcoming-events-box-sub-footer .isFree0, .upcoming-events-box-sub-footer .isFreePrice1 {
    display: none; 
}


.location {
    background: #f9a31a; 
    color: #fff; 
    padding-top: 20px; 
    padding-bottom: 8px
}

.location-wrap {
    position: relative; 
    left: -1.5rem;
}

.location-title {
    padding-bottom: 5px; 
    font-family: heavydock; 
    font-size: 25px; 
    text-transform: uppercase; 
    color: #f05a29;
}

.location-list {
    list-style-type: none; 
    width:220px; 
    font-size: 14px; 
    position: relative; 
    /*left: -2.3rem;*/
    text-align: left;
    direction: rtl;
    cursor: pointer;
}

.location-list li {
    padding-top: 5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;    
}

.location-list li:first-child {
    border-top: 1px solid #fff;
}

.location-list li:last-child {
    border-bottom: 1px solid #fff;
}

.location-list a, .location-list a:hover {
	color: #fff;
    text-decoration: none;
}

.location-list li:hover {
	    
}
    
.location-list li:before {
    font-family: FontAwesome;
    
    content: "\f054";
    display: block;
    height: 0;
    width: 0;
    position: relative;
}

ul.noBullet {
	list-style: none;
    margin: 0;
    padding: 0;
}

.map {
    padding-top: 1.3rem; 
    /*border-bottom: 8px solid #f05a29*/
}

.map-border {
    width: 100%;
    height: 8px;
    background: #f05a29;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.map-wrapper {
    background: #ddd; 
    border-right: 25px solid #f9a31a;
    padding: 0
}

.footer-links {
    text-transform: uppercase; 
    font-size: 12px
}

.footer-credit {
    font-family: sean, 'Covered By Your Grace';
}

.text-copywright {
    color: #f9a31a;
}

.group-button {
    font-family: heavydock; 
    text-transform: uppercase; 
    color: #fff; 
    text-align: center; 
    font-size: 20px; 
    padding-top: 20px; 
    padding-bottom: 20px
}

.group-button-wrap {
    padding-right: 20px; 
    padding-left: 20px
}

.group-button-wrap > div {
    cursor: pointer;
}


.group-button-wrap > div {
    transition: box-shadow 0.5s;
}

.facilities-btn {
    padding: 15px; background: #e44d36;    
    box-shadow: inset 0 -8px #d7180c;
}

.facilities-btn:hover {
    box-shadow: inset 0 -80px #d7180c;
}


.event-btn {
    padding: 15px; background: #1977b2;
    box-shadow: inset 0 -8px #01568d;
}

.event-btn:hover {
    box-shadow: inset 0 -80px #01568d;
}

.destination-btn {
    padding: 15px; background: #faa41a;
    box-shadow: inset 0 -8px #f15a29;
}

.destination-btn:hover {
    box-shadow: inset 0 -80px #f15a29;
}

.contact-btn {
    padding: 15px; background: #b8ca2c;
    box-shadow: inset 0 -8px #8bba3b;
}

.contact-btn:hover {
    box-shadow: inset 0 -80px #8bba3b;
}



/* PLAY & EXPLORE */

.playExp.item {
	margin-bottom: 30px;
    cursor: pointer;
}

.playExp.item .imageBg {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}


.playExp.item .imageBg .title {
	background-color: rgba(0,0,0,0.5);   
    padding: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.playExp.item:hover .title {
	bottom: 10%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.playExp.item .imageBg .title h3 {
	color: #fff;
	margin-bottom: 0;
}




/*media queries*/
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 320px) {
    .logo-img {
        width: 80%
    }
    
   
    
    .jumbotron {
        padding: 0 0 4rem 0;
    }
    
    .fw-social-icons  {
        text-align: center;
        font-size: 20px
    }
    
    .social-header{
        text-align: center;
    }
    
    .si-lg {
        width: 40px;
        height: 40px
    }
    
    .slider-right-border {
        border: 0;
        height: 250px;
    }
    
    .sw-top-header-text {
        font-size: 16px;
        padding-top: 1.2em;
    }
    
    .sw-middle-header-text {
        font-size: 22px;
        line-height: 24px;
        top: -1.3rem;
    }
    
    .sw-bottom-header-text {
        font-size: 19px;
        top: -3rem;
        padding-left: 0px;
    }
    
    
    .sw-paragraph {
        margin-left: 0;
        font-size: 11px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: -3rem;
    }
    
    .sm-slider-img {
        border-right: 0;
    }
    
    .sm-slider-text, .sm-block-text {
        font-size: 1.5rem;
        text-align: center;
    }
    
    
    .icon-function {
        background:
            url("../img/icons/function-32.png");
        height: 32px;
        width: 120px;
        margin-bottom: 10px;
    }
    
    
    
    .icon-bbq {
        background:
            url("/_assets/img/template/icons/icon_bbq.png");
        height: 32px;
        width: 120px;
        margin-bottom: 10px;
    }
    
    .icon-tourist {
        background:
            url("/_assets/img/template/icons/tourist-32.png");
        height: 32px;
        width: 120px;
        margin-bottom: 10px;
    }
    
    .icon-playground {
        background:
            url("/_assets/img/template/icons/playground-32.png");
        height: 32px;
        width: 120px;
        margin-bottom: 10px;
    }
    
    .icon-amenities {
        background:
            url("/_assets/img/template/icons/amenities-32.png");
        height: 32px;
        width: 120px;
        margin-bottom: 10px;
    }
    
    .icon-disposal {
        background:
            url("/_assets/img/template/icons/disposal-32.png");
        height: 32px;
        width: 120px;
        margin-bottom: 10px;
    }
    .icon-wifi {
        background:
            url("/_assets/img/template/icons/Icon-wifi.png");
        height: 32px;
        width: 120px;
        margin-bottom: 10px;
    }
    
    .block-icon-text {
        margin-bottom: 6px;
        width: 120px;
    }
    
    .sm-block-top-icon, .sm-block-bottom-icon {
        text-align: left;
    }
    
    .events-bg-inverse {
        border: 0;
    }
    
    .contact-us-text {
        font-size: 27px;
    }
    
    .upcoming-events-title {
        font-size: 22px;
        padding: 8px 8px 8px 8px;
        text-align: center;
    }
    
    .upcoming-events-box-one, .upcoming-events-box-two, .upcoming-events-box-three {
        font-size: 20px;
        padding-top: 15px;
    }
    
    .upcoming-events-box-sub-footer {
        font-size: 13px;
    }
    
    .upcoming-events-box-two, .upcoming-events-box-three {
        padding-bottom: 10px
    }
    
    .map-wrapper {
        border: 0;
    }
    
    .location-wrap {
        left: 0;
    }
    
    .location {
        padding-top: 8px;
        padding-bottom: 0
    }
    
    .location-title {
        font-size: 24px;
    }
    
    .location-list {
        font-size: 11px;
        width: 100%;
        padding: 0
    }
    
    .text-muted {
        text-align: center;
    }
}

@media (min-width: 321px) and (max-width: 360px) {
    .logo-img {
        width: 80%
    }
    
    
    .jumbotron {
        padding: 0 0 4rem 0;
    }
    
    .fw-social-icons  {
        text-align: center;
        font-size: 20px
    }
    
    .social-header{
        text-align: center;
    }
    
    .si-lg {
        width: 40px;
        height: 40px
    }
    
    .slider-right-border {
        border: 0;
        height: 250px;
    }
    
    
    .col-lg-12 {
        padding-right: auto;
    }
    
    .sw-top-header-text {
        font-size: 18px;
        padding-top: 1.2em;
    }
    
    .sw-middle-header-text {
        font-size: 23px;
        line-height: 24px;
        top: -1.3rem;
    }
    
    .sw-bottom-header-text {
        font-size: 20px;
        top: -3rem;
        padding-left: 0px;
    }
    
    .sw-paragraph {
        margin-left: 0;
        font-size: 11px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: -3rem;
    }
    
    .sm-slider-img {
        border-right: 0;
    }
    
    .sm-slider-text, .sm-block-text {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .icon-function {
        background:
            url("/_assets/img/template/icons/function-32.png");
        height: 32px;
        width: 170px;
        margin-bottom: 10px;
    }
    
    .icon-tourist {
        background:
            url("/_assets/img/template/icons/tourist-32.png");
        height: 32px;
        width: 170px;
        margin-bottom: 10px;
    }
    
    .icon-playground {
        background:
            url("/_assets/img/template/icons/playground-32.png");
        height: 32px;
        width: 170px;
        margin-bottom: 10px;
    }
    
    .icon-amenities {
        background:
            url("/_assets/img/template/icons/amenities-32.png");
        height: 32px;
        width: 170px;
        margin-bottom: 10px;
    }
    
    .icon-disposal {
        background:
            url("/_assets/img/template/icons/disposal-32.png");
        height: 32px;
        width: 170px;
        margin-bottom: 10px;
    }
    
    .block-icon-text {
        margin-bottom: 6px;
        width: 170px;
        text-align: center;
    }
    
    .sm-block-top-icon, .sm-block-bottom-icon {
        text-align: center;
        padding-left: 0;
        margin-left: 1.5rem
    }
    
    .events-bg-inverse {
        border: 0;
        padding-top: 2.3rem;
    }
    
    .contact-us-text {
        font-size: 27px;
    }
    
    .upcoming-events-title {
        font-size: 22px;
        padding: 8px 8px 8px 8px;
        text-align: center;
    }
    
    .upcoming-events-box-one, .upcoming-events-box-two, .upcoming-events-box-three {
        font-size: 20px;
        padding-top: 15px;
    }
    
    .upcoming-events-box-sub-footer {
        font-size: 14px;
    }
    
    .upcoming-events-box-two, .upcoming-events-box-three {
        padding-bottom: 10px
    }
    
    .map-wrapper {
        border: 0;
    }
    
    .location-wrap {
        left: 0;
    }
    
    .location {
        padding-top: 8px;
        padding-bottom: 0
    }
    
    .location-title {
        font-size: 24px;
    }
    
    .location-list {
        font-size: 12px;
        width: 100%;
        padding: 0
    }
    
    .text-muted {
        text-align: center;
    }
}

@media (min-width: 361px) and (max-width: 414px) {
    .text-muted {
        text-align: center;
    }
    .logo-img {
        width: 80%
    }
    
    .jumbotron {
        padding: 0 0 4rem 0;
    }
    
    .fw-social-icons  {
        text-align: center;
        font-size: 20px
    }
    
    .social-header{
        text-align: center;
    }
    
    .si-lg {
        width: 40px;
        height: 40px
    }
    
    .slider-right-border {
        border: 0;
        height: 250px;
    }
    
    .sw-top-header-text {
        font-size: 21px;
        padding-top: 1.2em;
    }
    
    .sw-middle-header-text {
        font-size: 25px;
        line-height: 24px;
        top: -1.3rem;
    }
    
    .sw-bottom-header-text {
        font-size: 23px;
        top: -3rem;
        padding-left: 0px;
    }
    
    .sw-paragraph {
        margin-left: 15px;
        font-size: 14px;
        padding-left: 1rem;
        padding-right: 2.8rem;
        margin-top: -3rem;
        max-width: 414px
    }
    
    .sm-slider-img {
        border-right: 0;
    }
    
    .sm-slider-text, .sm-block-text {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .icon-function {
        background:
            url("/_assets/img/template/icons/function-32.png");
        
        height: 32px;
        width: 100%;
        max-width: 414px;
        margin-bottom: 10px;
    }
    
    .icon-bbq {
        background:
            url("/_assets/img/template/icons/icon_bbq.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 32px;
        width: 100%;
        max-width: 414px;
        margin-bottom: 10px;
    }
    
    .icon-tourist {
        background:
            url("/_assets/img/template/icons/tourist-32.png");
        height: 32px;
        width: 100%;
        max-width: 414px;
        margin-bottom: 10px;
    }
    
    .icon-playground {
        background:
            url("/_assets/img/template/icons/playground-32.png");
        height: 32px;
        width: 100%;
        max-width: 414px;
        margin-bottom: 10px;
    }
    
    .icon-amenities {
        background:
            url("/_assets/img/template/icons/amenities-32.png");
        height: 32px;
        width: 100%;
        max-width: 414px;
        margin-bottom: 10px;
    }
    
    .icon-disposal {
        background:
            url("/_assets/img/template/icons/disposal-32.png");
        height: 32px;
        width: 100%;
        max-width: 414px;
        margin-bottom: 10px;
    }
    
    .block-icon-text {
        margin-bottom: 6px;
        width: 100%;
        max-width: 414px;
        text-align: center;
    }
    
    .sm-block-top-icon, .sm-block-bottom-icon {
        text-align: left;
        width: auto;
    }
    
    .events-bg-inverse {
        border: 0;
        padding-top: 2.3rem;
    }
    
    .contact-us-text {
        font-size: 30px;
    }
    
    .contact-us-subtext {
        max-width: initial;
    }
    
    .upcoming-events-title {
        font-size: 25px;
        padding: 8px 8px 8px 8px;
        text-align: center;
    }
    
    .upcoming-events-box-one, .upcoming-events-box-two, .upcoming-events-box-three {
        font-size: 21px;
        padding-top: 15px;
    }
    
    .upcoming-events-box-sub-footer {
        font-size: 14px;
    }
    
    .upcoming-events-box-two, .upcoming-events-box-three {
        padding-bottom: 10px
    }
    
    .upcoming-events-box-sub-text {
        max-width: 414px;
    }
    
    .map-wrapper {
        border: 0;
    }
    
    .location-wrap {
        left: 0;
    }
    
    .location {
        padding-top: 8px;
        padding-bottom: 0
    }
    
    .location-title {
        font-size: 25px;
    }
    
    .location-list {
        font-size: 12px;
        width: 100%;
        padding: 0
    }
    
}

@media (min-width: 415px) and (max-width: 575px) {
    
    .text-muted {
        text-align: center;
    }
    .logo-img {
        width: 80%
    }
   
    
    .jumbotron {
        padding: 0 0 4rem 0;
    }
    
    .fw-social-icons  {
        text-align: center;
        font-size: 20px
    }
    
    .social-header{
        text-align: center;
    }
    
    .si-lg {
        width: 40px;
        height: 40px
    }
    
    .slider-right-border {
        border: 0;
        height: 300px;
    }
    
    .sw-top-header-text {
        font-size: 22px;
        padding-top: 1em;
        max-width: 575px;
    }
    
    .sw-middle-header-text {
        font-size: 35px;
        line-height: 33px;
        top: -1.2rem;
        max-width: 575px;
    }
    
    .sw-bottom-header-text {
        font-size: 32px;
        top: -3rem;
        padding-left: 0px;
        max-width: 575px;
    }
    
    .sw-paragraph {
        margin-left: 15px;
        font-size: 14px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: -3rem;
        width: 94%;
        max-width: 575px;
    }
    
    .sm-slider-text, .sm-block-text {
        text-align: center;
    }
    
    .sm-slider-img {
        border-right: 0
    }
    
    .icon-function {
        background:
            url("/_assets/img/template/icons/function-32.png");
        height: 32px;
        width: 220px;
        margin-bottom: 10px;
    }
    
    .icon-tourist {
        background:
            url("/_assets/img/template/icons/tourist-32.png");
        height: 32px;
        width: 220px;
        margin-bottom: 10px;
    }
    
    .icon-playground {
        background:
            url("/_assets/img/template/icons/playground-32.png");
        height: 32px;
        width: 220px;
        margin-bottom: 10px;
    }
    
    .icon-amenities {
        background:
            url("/_assets/img/template/icons/amenities-32.png");
        height: 32px;
        width: 220px;
        margin-bottom: 10px;
    }
    
    .icon-disposal {
        background:
            url("/_assets/img/template/icons/disposal-32.png");
        height: 32px;
        width: 220px;
        margin-bottom: 10px;
    }
    
    .icon-wifi {
        background:
            url("/_assets/img/template/icons/Icon-wifi.png");
        height: 32px;
        width: 220px;
        margin-bottom: 10px;
    }
    
    .block-icon-text {
        margin-bottom: 6px;
        width: 220px;
        text-align: center;
    }
    
    .sm-block-top-icon, .sm-block-bottom-icon {
        text-align: left;
    }
    
    .events-bg-inverse {
        border: 0;
        padding-top: 2.3rem;
    }
    
    .contact-us-text {
        font-size: 33px;
    }
    
    .upcoming-events-title {
        font-size: 26px;
        padding: 8px 8px 8px 8px;
        text-align: center;
    }
    
    .upcoming-events-box-one, .upcoming-events-box-two, .upcoming-events-box-three {
        font-size: 22px;
        padding-top: 15px;
    }
    
    .upcoming-events-box-sub-footer {
        font-size: 15px;
    }
    
    .upcoming-events-box-two, .upcoming-events-box-three {
        padding-bottom: 10px
    }
    
    .upcoming-events-box-sub-text {
        max-width: 575px;
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .map-wrapper {
        border: 0;
    }
    
    .location-wrap {
        left: 0;
    }
    
    .location {
        padding-top: 8px;
        padding-bottom: 0
    }
    
    .location-title {
        font-size: 30px;
    }
    
    .location-list {
        font-size: 13px;
        width: 100%;
        padding: 0
    }
    
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .text-muted {
        text-align: center;
    }
    .jumbotron {
        padding: 0 0 4rem 0;
    }
    
    .navbar-toggleable-md>.container.md-576 {
        padding-left: 25px;
    }
    
    .fw-social-icons  {
        /*text-align: center;*/
        font-size: 20px
    }
    
    .social-header{
        /*text-align: center;*/
    }
    
    .si-lg {
        width: 40px;
        height: 40px
    }
    
    .slider-right-border {
        border: 0;
        height: 350px;
        
    }
    
    .sw-top-header-text {
        font-size: 29px;
        padding-top: 1em;
        max-width: 767px;
    }
    
    .sw-middle-header-text {
        font-size: 41px;
        line-height: 36px;
        top: -1.3rem;
        max-width: 767px;
    }
    
    .sw-bottom-header-text {
        font-size: 37px;
        top: -3.4rem;
        padding-left: 0px;
        max-width: 767px;
    }
    
    .sw-paragraph {
        margin-left: 15px;
        font-size: 14px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: -3rem;
        width: 94%;
        max-width: 767px;
    }
    .sm-slider-img {
        border-right: 0;
    }
    
    .icon-function {
        background:
            url("/_assets/img/template/icons/function-32.png");
        height: 32px;
        width: 280px;
        margin-bottom: 10px;
        margin-left: -2rem;
    }
    
    .icon-tourist {
        background:
            url("/_assets/img/template/icons/tourist-32.png");
        height: 32px;
        width: 280px;
        margin-bottom: 10px;
        margin-left: -2rem;
    }
    
    .icon-playground {
        background:
            url("/_assets/img/template/icons/playground-32.png");
        height: 32px;
        width: 280px;
        margin-bottom: 10px;
        margin-left: -2rem;
    }
    
    .icon-amenities {
        background:
            url("/_assets/img/template/icons/amenities-32.png");
        height: 32px;
        width: 280px;
        margin-bottom: 10px;
        margin-left: -1.5rem;
    }
    
    .icon-disposal {
        background:
            url("/_assets/img/template/icons/disposal-32.png");
        height: 32px;
        width: 280px;
        margin-bottom: 10px;
        margin-left: -1.5rem;
    }
    
    .icon-wifi {
        background:
            url("/_assets/img/template/icons/Icon-wifi.png");
        height: 32px;
        width: 280px;
        margin-bottom: 10px;
        margin-left: -1.5rem;
    }
    
    .block-icon-text {
        margin-bottom: 6px;
        width: 280px;
        text-align: center;
    }
    
    .sm-block-top-icon, .sm-block-bottom-icon {
        text-align: left;
    }
    
    .col-md-4.col-sm-4 {
        position: relative;
        left: -3.2rem;
    }
    
    .col-md-6.col-sm-4 {
        position: relative;
        left: 2.5rem;
    }
    
    .sm-block-bottom-icon {
        width: auto;
    }
    
    .sm-block-text, .sm-slider-text {
        font-size: 35px;
    }
    
    .block-icon-text {
        margin-bottom: 6px;
        width: 220px;
        text-align: center;
    }
    
    .sm-block-top-icon, .sm-block-bottom-icon {
        text-align: left;
    }
    
    .events-bg-inverse {
        border: 0;
        padding-top: 2.3rem;
    }
    
    .contact-us-text {
        font-size: 35px;
    }
    
    .upcoming-events-title {
        font-size: 35px;
        padding: 8px 8px 8px 8px;
        text-align: center;
    }
    
    .upcoming-events-box-one, .upcoming-events-box-two, .upcoming-events-box-three {
        font-size: 28px;
        padding-top: 30px;
    }
    
    
    .upcoming-events-box-one {
        padding-bottom: 10px
    }
    .upcoming-events-box-two, .upcoming-events-box-three {
        padding-bottom: 20px
    }
    
    .upcoming-events-box-sub-text {
        max-width: 767px;
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .map-wrapper {
        border: 0;
    }
    
    .location-wrap {
        left: 0;
    }
    
    .location {
        padding-top: 8px;
        padding-bottom: 0
    }
    
    .location-title {
        font-size: 35px;
    }
    
    .location-list {
        font-size: 17px;
        width: 100%;
        padding: 0
    }
}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .footer-links {font-size: 8px}
    .footer-credit {font-size: 12px}
    .navbar-toggleable-md>.container {
        padding-left: 1.5rem;
    }
    
    .jumbotron {
        padding-top: 0;
        padding-bottom: 4.5rem;
    }
        
    .fw-social-icons  {
        /*text-align: center;*/
        font-size: 20px
    }
    
    .social-header{
        /*text-align: center;*/
    }
    
    .si-lg {
        width: 40px;
        height: 40px
    }
    
    .slider-right-border {
        border: 0;
        height: 250px;
    }
    
    .sw-top-header-text {
        font-size: 20px;
        max-width: 991px;
    }
    
    .sw-middle-header-text {
        font-size: 3.5vw;
        line-height: 26px;
        top: -1rem;
        max-width: 991px;
    }
    
    .sw-bottom-header-text {
        font-size: 26px;
        top: -2.8rem;
        padding-left: 0px;
        max-width: 991px;
    }
    
    .sw-paragraph {
        margin-left: 0;
        font-size: 14px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: -3rem;
        max-width: 991px;
    }
    
    .sm-slider-img {
        border-right: 0;
    }
    
    .icon-function {
        background:
            url("/_assets/img/template/icons/function-64.png");
        height: 64px;
        width: 280px;
        margin-bottom: 10px;
    }
    
    .icon-tourist {
        background:
            url("/_assets/img/template/icons/tourist-64.png");
        height: 64px;
        width: 280px;
        margin-bottom: 10px;
    }
    
    .icon-playground {
        background:
            url("/_assets/img/template/icons/playground-64.png");
        height: 64px;
        width: 280px;
        margin-bottom: 10px;
    }
    
    .icon-amenities {
        background:
            url("/_assets/img/template/icons/amenities-64.png");
        height: 64px;
        width: 280px;
        margin-bottom: 10px;
    }
    
    .icon-disposal {
        background:
            url("/_assets/img/template/icons/disposal-64.png");
        height: 64px;
        width: 280px;
        margin-bottom: 10px;
    }
    
    .icon-wifi {
        background:
            url("/_assets/img/template/icons/Icon-wifi.png");
        height: 64px;
        width: 280px;
        margin-bottom: 10px;
    }
    
    .block-icon-text {
        margin-bottom: 6px;
        width: 280px;
        text-align: center;
    }
    
    .sm-block-top-icon, .sm-block-bottom-icon {
        text-align: left;
    }
    
    
    .upcoming-events-box-one, .upcoming-events-box-two, .upcoming-events-box-three {
        font-size: 20px;
        line-height: 20px;
    }
    
    .map-wrapper {
        border-right: 15px solid #f9a31a;
    }
    
    .location-wrap {
        left: -0.50rem;
    }
    
    .location-list {
        width: 100%;
        padding: 0;
        font-size: 9px
    }
    
    .location-title {
        font-size: 12.5px;
    }
    
    .fa-5x {
        font-size: 3em!important;
        padding-top: 3.5rem;
    }
    
    .events-bg-inverse {
        padding-top: 0;
        padding-bottom: 0
    }
    
    .contact-us-text {
        font-size: 19px
    }
    
    .upcoming-events-box-sub-footer {
        font-size: 11px;
    }
    
    .upcoming-events-title {
        font-size: 25px
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    .float-right {float: none!important}
    .text-muted {
        text-align: center;
    }
    .navbar-inverse .navbar-nav .nav-link {
        text-align: center;
        font-size: 11px;
    }
    
    .jumbotron {
        padding-top: 2rem;
    }

    .fw-social-icons  {    
        font-size: 20px
    }
    
    .si-lg {
        width: 40px;
        height: 40px
    }
    
    .slider-right-border {
        border: 0;
        height: 250px;
    }
    
    .sw-top-header-text {
        font-size: 27px;
        max-width: 1199px;
    }
    
    .sw-middle-header-text {
        font-size: 43px;
        line-height: 38px;
        top: -1.2rem;
        max-width: 1199px;
    }
    
    .sw-bottom-header-text {
        font-size: 40px;
        top: -3.4rem;
        padding-left: 0px;
        max-width: 1199px;
    }
    
    .sw-paragraph {
        margin-left: 0;
        font-size: 14px;
        padding-left: 1rem;
        padding-right: 1.2rem;
        /*margin-top: -3rem;*/
        max-width: 1199px;
    }
    
    .icon-function {
        background:
            url("/_assets/img/template/icons/function-64.png");
        height: 64px;
        width: 280px;
        margin-bottom: 10px;
    }
    
    .icon-tourist {
        background:
            url("/_assets/img/template/icons/tourist-64.png");
        height: 64px;
        width: 280px;
        margin-bottom: 10px;
    }
    
    .icon-playground {
        background:
            url("/_assets/img/template/icons/playground-64.png");
        height: 64px;
        width: 280px;
        margin-bottom: 10px;
    }
    
    .icon-amenities {
        background:
            url("/_assets/img/template/icons/amenities-64.png");
        height: 64px;
        width: 280px;
        margin-bottom: 10px;
    }
    
    .icon-disposal {
        background:
            url("/_assets/img/template/icons/disposal-64.png");
        height: 64px;
        width: 280px;
        margin-bottom: 10px;
    }
    
    .icon-wifi {
        background:
            url("/_assets/img/template/icons/Icon-wifi.png");
        height: 64px;
        width: 280px;
        margin-bottom: 10px;
    }
    
    .block-icon-text {
        margin-bottom: 6px;
        width: 280px;
        text-align: center;
    }
    
    .sm-block-top-icon, .sm-block-bottom-icon {
        text-align: left;
    }
    
   
    
   
    
    .location-list {
        width: 100%;
        padding: 0;
    }
    
    .location-wrap {
        left: -0.70rem;
    }
    
    .map-wrapper {
        border-right: 20px solid #f9a31a;
    }
    
    .fa-5x {
        font-size: 4em!important;
        padding-top: 13px;
    }
    
    .upcoming-events-title {
        font-size: 30px
    }
    
    .upcoming-events-box-one, .upcoming-events-box-two, .upcoming-events-box-three {
        font-size: 28px;
        line-height: 28px
    }
    
    .upcoming-events-box-sub-footer {
        font-size: 14px
    }
    
    .location-title {
        font-size: 18px;
        
    }
    
    .location-list {
        font-size: 11px;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .navbar-inverse .navbar-nav .nav-link {
        text-align: center;
    }
    
    .jumbotron {
        padding-top: 3rem;
    }
    
    .icon-function {
        background:
            url("/_assets/img/template/icons/function-64.png");
        height: 64px;
        width: 160px;
        margin-bottom: 10px;
    }
    
    .icon-tourist {
        background:
            url("/_assets/img/template/icons/tourist-64.png");
        height: 64px;
        width: 160px;
        margin-bottom: 10px;
    }
    
    .icon-playground {
        background:
            url("/_assets/img/template/icons/playground-64.png");
        height: 64px;
        width: 160px;
        margin-bottom: 10px;
    }
    
    .icon-amenities {
        background:
            url("/_assets/img/template/icons/amenities-64.png");
        height: 64px;
        width: 160px;
        margin-bottom: 10px;
    }
    
    .icon-disposal {
        background:
            url("/_assets/img/template/icons/disposal-64.png");
        height: 64px;
        width: 160px;
        margin-bottom: 10px;
    }
    .icon-wifi {
        background:
            url("/_assets/img/template/icons/Icon-wifi.png");
        height: 64px;
        width: 160px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .hr-line {
        margin-left: 9rem;
        margin-top: -5.5rem;
        max-width: 1500px;
    }
    
    .sw-paragraph {
        margin-left: 0;
        font-size: 14px;
        padding-left: 1rem;
        padding-right: 1.2rem;
        margin-top: -4rem;
        max-width: 1500px;
    }
    
    .sw-bottom-header-text, .sw-middle-header-text, .sw-top-header-text {
        max-width: 1500px
    }
}

/*custom icons*/
/*64px*/
.icon-disposal, .icon-amenities, .icon-playground, .icon-tourist, .icon-function, .icon-wifi  {
    background-repeat: no-repeat;
    background-position: center;
}

/*fontawesome*/
.fa-5 {
    font-size: 12em;
}


/*Page.HTML*/

.breadCrumbBox {
	margin-bottom: 30px;
}

.post-wrap img {
	max-width: 100%;
}

.post-wrap h3 {
    color: #939598;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
    font-size: 1rem;
    line-height: 1.5;
    text-transform: none !important;
}

.post-wrap h4 {
    font-size: 19px;
    color: #939598;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase; 
    font-family: heavydock; 
}

.post-title {
    font-family: heavydock; 
    text-transform: uppercase; 
    color: #1cbeec
}

.post-title-2 {
    font-family: heavydock; 
    text-transform: uppercase; 
    color: #006fb4; 
}

.post-content { 
    color: #939598
}

.post-content h3 {
    font-family: heavydock;
    text-transform: uppercase;
}

.contact-details {
    padding-left: 0; 
    margin-left: 0
}

.contact-list {
    list-style-type: none; 
    padding-top: 20px;
}

.contact-list li {
    font-family: heavydock; 
    text-transform: uppercase; 
    color: #1cbeec
}

.contact-ordered-list{
    padding: 0; 
    list-style-type: none; 
}

.contact-ordered-list li {
    font-size: 12px; 
    color: #939598 !important; 
    font-weight: bold;
    font-family: helvetica;
    text-transform: none;
    margin-bottom: 10px;
}

ul.contact-list {
    padding-left: 20px;
}

.contact-icons {
    border: 2px solid #1cbeec; padding: 7px 10px 5px 10px; border-radius: 50%
}

.breadcrumb-custom {
    width: 1%; 
    float: left
}

.breadcrumb-home {
    border: 2px solid #1cbeec; padding: 5px; border-radius: 50%; color: #1cbeec;
}

.breadcrumb-text {
    width: 95%; margin: 10px; font-size: 12px; color: #939598;
}

.gallery-custom {
    
    text-align: center; 
    color: #1cbeec; 
    font-family: heavydock; 
    text-transform: uppercase; 
    font-size: 17px;
}
.gallery-custom.innerPgRelButtons .gallery-box {
    color: #fff;
}
.gallery-box { 
    margin:5px; 
    padding: 45px 20px; 
    background-color: #0069ab;
    line-height: 25px;
    position: relative;
    
}

.galCat .col-custom {
	margin-bottom: 30px;
}

.galCat a, .galCat button {outline: none;}

.galCat .gallery-box { 
    margin:5px; 
    padding: 0px; 
    background-color: #0069ab;
    line-height: 25px;
    position: relative;
    overflow: hidden;
    max-height: 215px;
    height: 215px;
}
.row.teamNumbers h4 {
    font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .galCat .gallery-box {
        height: 180px;
    }
    
    
    

}

@media (min-width: 768px) and (max-width: 991px) {
    
    .galCat .gallery-box {
        height: 125px;
    }
    
    .gallery-box { 
        padding: 25px 20px; 
        min-height: 250px;
    }

}

@media (max-width: 767px) {
    
    .galCat .gallery-box {
        height: 125px;
    }
    
    .gallery-box { 
        padding: 25px 20px; 
        
    }
    
    .icon-displays, .icon-pictures, .icon-events {
        background-size: contain !important;
        height: 61px !important;
    }
    
    
    .teamNumbers {text-align: center;}
    

}

.galCat .gallery-box img {
	max-width: 100%;
    filter: brightness(90%);
    -ms-filter: brightness(90%);
    -webkit-filter: brightness(90%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%) scale(1.02);
    transition: all 0.3s ease-in-out;
}

.galCat .gallery-box {
	background-size: cover;
    background-position: center;
}

.galCat .gallery-box:hover img {
    filter: brightness(70%);
    -ms-filter: brightness(70%);
    -webkit-filter: brightness(70%);
    width: 110% !important;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0,-50%) scale(1.07);
}

.galCat h3 {
    font-family: heavydock;
    text-transform: uppercase;
    color: #1cbeec;
    font-size: 20px;
}

.galCat h3 a, .galCat h3 a:hover, .galCat a  {
    text-decoration: none;
}


.gallery-btn {
    background: transparent; 
    font-family: heavydock; 
    text-transform: uppercase; 
    font-size: 14px;
    color: #fff; 
    border: 0;
    
}

.galCat .gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: font-size 0.2s ease-out;
}

.galCat .gallery-box:hover .gallery-btn {
	font-size: 17px;
    transition: font-size 0.3s cubic-bezier(.86,2.13,.41,.21);
}

.icon-displays {
    background:
        url("/_assets/img/template/icons/displays.png");
    background-repeat: no-repeat;
    height: 97px;
    width: 100%;
    background-position: center;
    margin-bottom: 20px;
}

.icon-pictures {
    background:
        url("/_assets/img/template/icons/pictures.png");
    background-repeat: no-repeat;
    height: 97px;
    width: 100%;
    background-position: center;
    margin-bottom: 20px;
}

.icon-events {
    background:
        url("/_assets/img/template/icons/events.png");
    background-repeat: no-repeat;
    height: 97px;
    width: 100%;
    background-position: center;
    margin-bottom: 20px;
}

.clearfix-row {
    padding-left: 15px; 
    padding-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px
}

.clearfix-height {
    background-color: #d1d3d4; 
    height: 5px;
}

.contact-museum {
    text-align: justify; 
    padding: 0 20px; 
    font-size: 12px; 
    color: #939598;
    position: relative;
    top: -0.75rem
}

.contact-museum-title {
    font-family: heavydock; 
    text-transform: uppercase; 
    color: #1cbeec;
    padding: 10px 0 0 2px;
}

.form-row-container {
    padding-right: 5px; 
    padding-left: 20px
}
.form-label {
    color: #939598; 
    font-weight: bold; 
    font-size: 12px
}

.form-input {
    padding: 15px; 
    color: #939598;
    width: 100%; 
    border: 1px solid #b2b4b6
}

.form-submit {
    float: right; 
    margin-top: 1.5rem; 
    background: transparent; 
    border: 1px solid #1cbeec; 
    color: #1cbeec; 
    font-family: heavydock; 
    text-transform: uppercase; 
    font-size: 1.2vw; 
    padding: 10px; 
    width: 25%; 
    cursor: pointer;
}

@media (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-text {
    width: auto;
    float: initial;
    padding-left: 35px
  }

  .post-title, .post-title-2 {
    line-height: 35px
  }

  .gallery-custom {
    font-size: 100%
  }

 

  .col-md-4.col-custom {
    max-width: 100%;
  }

  .form-submit {
    width: 100%;
  }
}

.breadcrumb-text {
    width: auto;
    float: initial;
    padding-left: 35px
  }

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-text {
    width: auto;
    float: initial;
    padding-left: 35px
  }

  .post-title, .post-title-2 {
    line-height: 35px
  }

  .gallery-custom {
    font-size: 100%
  }

  
  .form-submit {
    width: 100%;
    font-size: 2.5vw
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-text {
    width: auto;
    float: initial;
    padding-left: 35px
  }

  .post-title, .post-title-2 {
    line-height: 35px
  }

  

  .col-md-4.col-custom {
        max-width: 33.33%;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {}
@media (min-width: 1200px) {
    .breadcrumb-text {
    width: auto;
    float: initial;
    padding-left: 35px
  }

  .post-title, .post-title-2 {
    line-height: 35px
  }

 

  .col-md-4.col-custom {
  }
}


/* TRAINING CATEGORIES */

ul.trainingCat {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.trainingCat li .item {
	background-color: #f15a29;
    min-height: 180px;
    position: relative;
    margin-bottom: 30px;
}

ul.trainingCat li .item h3 a {
	color: #fff;
    font-family: "Prototype";
    font-size: 30px;
    
    text-align: center;
}

ul.trainingCat li .item .centerText {
	position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0,-50%);
    text-align: center;
    padding: 0 40px;
}

ul.trainingCat li .item .centerText a.button {
	background-color: #fff;
    color: #f15a29 !important;
    text-decoration: none;    
    padding: 10px 20px;
}

ul.trainingCat li .item .moreInfo {
	position: absolute;
    right: 0;
    bottom: 0;
}

ul.trainingCat li .item .moreInfo:hover {
	cursor: pointer;
}

ul.trainingCat li .item .moreInfo a {
	font-family: "Prototype";
    color: #fff;
    background-color: #017280;
    padding: 5px 45px 5px 5px;
	display: inline-block;
    float: left;
	transition: background-color 0.4s ease;    
}

ul.trainingCat li .item .moreInfo:hover > a {
	background-color: #f7833f;
    text-decoration: none;
}
ul.trainingCat li .item .moreInfo:hover > .leftEdge {
	border-color: transparent #f7833f transparent transparent;
}
ul.trainingCat li .item .moreInfo:hover > .rightEdge {
	border-color: #f7833f #f7833f transparent transparent;
}

ul.trainingCat li .item .moreInfo .leftEdge {
    border-width: 30px 35px 0px 0px;
    border-style: solid;
    border-color: transparent #017280 transparent transparent;
    float: left;
	transition: border-color 0.4s ease;
}

ul.trainingCat li .item .moreInfo .rightEdge {
    border-width: 30px 35px 0px 0px;
    border-style: solid;
    border-color: #017280 #f7833f transparent transparent;
    float: left;
    margin-left: -35px;
	transition: border-color 0.4s ease;
}

ul.trainingCat li .item .moreInfo .rightArrow {
	background-color: #f7833f;
    float: left;
    color: #fff;
    font-family: "Prototype";
    font-size: 21px;
    padding: 0 5px;
}



/*** Changes 5/11/2017 11:34AM GMT +8; ***/

.fa-5x {
    font-size: 4.5em!important;
}