@font-face {
    font-family: caferus_normalregular;
    src: url(../fonts/caferus/caferus_normal-webfont.woff2) format('woff2'), url(../fonts/caferus/caferus_normal-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/gill-sans/GillSans.woff2') format('woff2'),
        url('../fonts/gill-sans/GillSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.dzsparallaxer:not(.mode-oneelement) {

}

.news-alert {background:#a9c0b8; padding-top:30px;}
.pm-home-update {border:6px solid #000; background:#f8f3e6;}
.pm-home-update h3 {font-weight:bold;}
.pm-home-update h4 {font-weight:normal; font-size:20px;}

.event-single-post {
	background: #f9f3e7;
}

.event-single-post__image {
    position:relative;
	width:100%;
    background-position: top center;
    background-repeat:no-repeat;
    min-height:500px;
    background-size:cover;
}

.event-single-post time{
    background: #00886b;
    min-width: 60px;
    display: block;
    font-size: 21px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    text-align: center;
    padding: 1.3em 0.7em;
        color: #fff;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.event-single-post__date-time p{margin-bottom:0; font-family: 'Lato', serif; color:#4d4e50;}
.event-single-post__date-time p span {color:#00886a; text-transform:uppercase; font-weight:400;}
.event-single-post__description {margin-left: 0 !important; margin-right: 0 !important; padding: 30px 15px 60px; background:url(../images/ed-frame.jpg) bottom left repeat-x;}
.event-single-post__description .col {padding-left:15px !important; padding-right:15px !important;}
.event-single-post__date-time .btn-buy{background:#df2a14; color:#fff; border-radius:0; text-transform:uppercase; margin-top:15px;}
.event-single-post time span {display:block;}
.e-details .upcoming-evets-bot {background:none !important;}
.e-details .upcoming-event-list {background:#a9c0b8;}
.e-details .event-list-container {padding-bottom:0;}
.e-details .cycle-man {top:-30px;}

body {
    font-family: Lato, 'Lucida Grande', Tahoma, Sans-Serif;
    font-size: 1.1rem;
    line-height:1.65em;
    font-weight: 300;
    color: #333
}

a {
	color:#00886b;
}

header {
    position:relative;
	background: #a9c0b8;
}

.top-header {
    background: #333;
    color: #fff;
    padding: 0;
}

.m-logo {
 	position:relative;
    z-index:11;
    margin:0 10px;
}
.m-container {position:relative;}

#fbgalLink {position:absolute; z-index:999; top:200px; left:0;}

.navbar-light {margin-top:-40px;}
.top-header a {color:#fff;}
.top-header .btn {
    border-radius: 0;
    background: #0f6655;
    font-family: 'Lato', Sans-Serif;
    padding: .5rem 1.5rem .4rem;
    color: #f8f3e6;
    font-size: 1rem;
    text-transform: uppercase
}

.top-header .btn:hover {
    background: #c51a05
}

.navbar-light {
    position:relative;
    bottom:-46px;
}


.upcoming-events {
    background: #a9c0b8
}

.top-header p {
    margin-bottom: 0
}

.top-header a.phone {
    color: #fff; 
    text-decoration: none;
    font-size: 1rem
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-family: 'Lato', serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400
}

.animate-content h2
{
    font-family: caferus_normalregular, 'Lucida Grande', Tahoma, Sans-Serif;
    font-size: 40px;
    color: #4d4f50
}

.upcoming-events-heading {
    font-family: caferus_normalregular, 'Lucida Grande', Tahoma, Sans-Serif;
    font-size: 30px;
    color: #4d4f50
}
.upcoming-events {
    padding: 3em 0 11em;
    margin: 0 auto
}

.col-event-item {
    background: #f8f3e6;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
    box-sizing:border-box;
}

@media (min-width:768px) {
    .upcoming-events .col-md-3 {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%
    }
}

.upcoming-events .container {
    margin: 0 auto
}

.upcoming-events-heading {
    /*background: url(../images/ribbon-header-bg.png) no-repeat;*/
    background: url(../images/upcoming-bg-hdr.png) no-repeat;
    background-size: contain;
    font-weight: 400;
    position: relative;
    /*max-width: 437px;
    min-height: 155px;*/
    max-width: 300px;
    min-height: 120px;
    margin: 0 auto
}

.upcoming-events-heading span {
    position: absolute
}

.upcoming-events-heading span.hl {
    top: 20px;
    left: 60px
}

.upcoming-events-heading span.hr {
    right: 55px;
    bottom: 45px
}

.animate-content {
    background: #f8f3e6;
    padding: 7em 0 3em;
    position: relative
}

.main-content {
    position: relative;
    overflow: hidden
}

.left-cloud {
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -moz-transform: translate3d(-1020px, 0, 0);
    -webkit-transform: translate3d(-1020px, 0, 0);
    -o-transform: translate(-1020px, 0);
    -ms-transform: translate(-1020px, 0);
    transform: translate3d(-1020px, 0, 0);
    position: absolute;
    top: -140px;
    left: 0;
    background: url(../images/cloud-left.png) top right no-repeat;
    background-size: contain;
    width: 800px;
    height: 272px;
    z-index: 300
}

.left-cloud.in-view,
.right-cloud.in-view {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate3d(0, 0, 0)
}

.right-cloud {
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -moz-transform: translate3d(528px, 0, 0);
    -webkit-transform: translate3d(528px, 0, 0);
    -o-transform: translate(528px, 0);
    -ms-transform: translate(528px, 0);
    transform: translate3d(528px, 0, 0);
    position: absolute;
    top: -140px;
    right: 0;
    background: url(../images/cloud-right.png) top left no-repeat;
    width: 528px;
    height: 272px;
    background-size: contain;
    z-index: 290;
    will-change: transform
}

.burger-left,
.burger-right {
    position: absolute;
    top: -100px;
    width: 250px;
    min-height: 200px;
    z-index: 310
}

@-webkit-keyframes swinging {
    0%,
    100% {
        -webkit-transform: rotate(10deg)
    }
    50% {
        -webkit-transform: rotate(-5deg)
    }
}

@keyframes swinging {
    0%,
    100% {
        transform: rotate(10deg)
    }
    50% {
        transform: rotate(-5deg)
    }
}

.swingimage {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 5s ease-in-out forwards infinite;
    animation: swinging 6s ease-in-out forwards infinite
}

.burger-left {
    background: url(../images/burger1.png) no-repeat;
    background-size: contain;
    left: 20px
}

.burger-right {
    background: url(../images/burger2.png) no-repeat;
    background-size: contain;
    right: 20px
}

.lady-scope,
.man-scope {
    position: absolute;
    bottom: -49px;
    min-height: 390px;
    z-index: 100
}

.man-scope {
    background: url(../images/gentleman-scope.png) no-repeat;
    background-size: contain;
    left: -80px;
    width: 350px
}

.lady-scope {
    background: url(../images/lady-scope.png) no-repeat;
    background-size: contain;
    right: -150px;
    width: 390px
}

.animate-content .btn-container,
.animate-content .container {
    position: relative
}

.animate-content h2 {
    background: url(../images/heading-border.png) left bottom no-repeat;
    background-size: contain;
    font-weight: 400;
    margin-bottom: .5em
}

.animate-content p,
.event .event-date {
    font-family: Georgia, 'Times New Roman', Times, serif
}

.animate-content p {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #4d4f50;
    margin-bottom: 1.5em
}

.animate-content .ribbon-btn {
    background: url(../images/ribbon-header-bg.png) no-repeat;
    background-size: contain;
    display: block;
    font-family: caferus_normalregular, 'Lucida Grande', Tahoma, Sans-Serif;
    font-weight: 400;
    color: #4d4f50;
    font-size: 20px;
    position: relative;
    max-width: 260px;
    min-height: 60px;
    margin: 0 auto 1.8em
}

.event .btn,
.event .event-date {
    color: #fff;
    text-transform: uppercase
}

.animate-content .ribbon-btn span {
    position: absolute
}

.animate-content .ribbon-btn span.hl {
    top: 10px;
    left: 50px
}

.animate-content .ribbon-btn span.hm {
    top: 15px;
    left: 95px
}

.animate-content .ribbon-btn span.hr {
    right: 95px;
    bottom: 5px
}

.event {
    position: relative;
    background: #f8f3e6
}

.event .btn {
    width: 49%;
    border-radius: 0;
    border: 0;
    padding-top: .7em;
    font-family: 'Gill Sans', 'Lucida Grande', Tahoma, Sans-Serif;
    font-size: 13px
}

.event .btn-info {
    background: #8a8a8a
}

.event .btn-info:hover {
    background: #999898
}

.event .btn-buy {
    background: #df2a14
}

.event .btn-buy:hover {
    background: #c51a05
}

.event figure {
    background-size: cover !important;
    width: 100%;
    min-height: 180px
}

.event .event-date {
    background: #00886b;
    min-width: 60px;
    display: block;
    font-size: 18px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 7px;
    text-align: center;
    padding: 1.5em 0
}

.event-content,
.event-content h3 {
    color: #4d4f50;
    /*font-family: Georgia, 'Times New Roman', Times, serif*/
}

.event .event-date span {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1
}

.event-content {
    padding: 0 1.5em 1em;
    text-align: center;
    font-size: 0.9rem;
}

.event-content h3 {
    text-transform: uppercase;
    font-size: 15px
}
.event-brief {line-height:1.5em}

footer {
    background: #83908b;
    padding: 2rem 0;
    color: #f9f3e5;
}

footer h2 {
    font-family: caferus_normalregular, 'Lucida Grande', Tahoma, Sans-Serif;
    font-weight: 400
}

.footer-content {
    background: url(../images/footer-border.png) top center no-repeat;
    padding: 4rem 0 0
}

/*.footer-content p {
    font-family: Georgia, 'Times New Roman', Times, serif
}*/

.newsletter-signup {
    margin-bottom: 1.5em
}

#newsletterform input {
    display: inline;
    border-radius: 0;
    border: 1px solid #f8f3e6
}

.office-address a strong,
.store-hours strong {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: .5em;
    display: block
}

.office-address a {color:#f9f3e5;}

#newsletterform input[type=text],
#newsletterform input[type=email] {
    width: 60%;
    background: #83908b;
    color: #f9f3e5;
    /*text-transform: uppercase*/
}

#newsletterform input[type=text]:focus,
#newsletterform input[type=email]:focus {
    border-color: #f8f3e6;
    box-shadow: none;
    outline: 0
}

.form-control::-webkit-input-placeholder{
    opacity:1;
    color:#f9f3e5;
}
.form-control:-moz-placeholder {
    opacity:1;
    color:#f9f3e5;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  opacity:1;
}


#newsletterform button {
    margin-top: -5px;
    background: #00886c;
    color: #f9f3e5;
    text-transform: uppercase
}

#newsletterform button:hover {
    margin-top: -5px;
    background: #a9c0b8
}

.office-address a strong {
    color: #f9f3e5;
    text-decoration: none
}

.store-hours strong {
    text-transform: uppercase
}

.store-hours p {
    margin-bottom: 0
}

.store-hours a {
    color: #000;
    text-decoration: underline;
    padding-bottom: 10px
}

.social-links ul {
    margin: 1.2em 0;
    padding: 0
}

.social-links ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: center
}

.social-links ul li a {
    text-decoration: none;
    color:#f9f3e5;
}

.social-links ul li a i {
    font-size: 14px;
    color: #fff;
    background: #0e6855;
    display: block;
    text-align: center;
    padding: 9px;
    width: 30px;
    height: 30px;
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    -o-border-radius: 99px
}

.social-links ul li a:hover i {
    background: #a9c0b8
}

.copyright {
    text-transform: uppercase;
    font-size: 12px;
    font-family: Lato, 'Lucida Grande', Tahoma, Sans-Serif
}

.dropdown-toggle::after,
.navbar .nav-item i {
    display: none
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 0
}

.dropdown-menu {
    background: #a9c0b8;
    border: 0;
    border-radius: 0
}

.dropdown-item {
    color: #4d4f50;
    font-family: 'Lato', sans-serif;
    font-weight:300
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #4d4f50;
    background: #95a8a1
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #4d4f50
}

.ot-title {
    font-family: Lato, 'Lucida Grande', Tahoma, Sans-Serif;
    font-size: 2.5rem;
    color: #df2a15!important;
    text-transform: uppercase
}

#reservationModal .modal-header {
    border: 0
}

#reservationModal .modal-body {
    padding-top: 0
}

.ot-dtp-picker {
    width: 100%!important;
    padding-top: 0!important
}

.main-banner {
	height:400px;
    background-size:cover;
    width:100%;
    background-repeat:no-repeat;
    position:relative;
}

.main-banner::before {
 	/*background-color: rgba(0, 0, 0, 0.4);*/
    position:absolute;
    content:'';
    width:100%;
    height:100%;
}

.main-banner img {
    display:none;
}

.main-banner .container .row .col {
    position:relative;
    width:100%;
    height:400px;
}

.main-banner h1 {
	font-size:3rem;
    text-transform:uppercase;
    color:#f8f3e6;
    position:absolute;
    left:0;
    bottom:104px; 
}

.event-list-container {
	background: url('../images/bg-hex-a9c0b8.jpg') top left repeat;
    padding:13em 0 3em 0;
}

.seasonal-container {
	background: url('../images/bg-a9c0b8-cream.jpg') top left repeat;
}

.seasonal-inner {
    background: #f9f3e7;
}

.frame-border {
	background: url('../images/5e5339-frame.png') top center repeat-x;
    background-size:contain;
    height:25px;
    width:100%;
    position: relative;
}

.frame-border-bottom {
	background: url('../images/5e5339-frame.png') bottom center repeat-x;
    background-size:contain;
    height:32px;
    width:100%;
    position: relative;
}

.frame-border::before {
 	content:'';
    position:absolute;
    left:0;
    top:-11px;
    background: url('../images/5e5339-l-frame.png') top left no-repeat;
    width:180px;
    height:124px;
    background-size:contain;
    z-index:10;
}

.frame-border-bottom::before {
 	content:'';
    position:absolute;
    left:0;
    background: url('../images/gold-frame-bottom-left.png') bottom left no-repeat;
    width: 294px;
    height: 201px;
    top: -158.6px;
    background-size:contain;
    z-index:10;
}

.frame-border::after {
 	content:'';
    position:absolute;
    right:0;
    top:-11px;
    background: url('../images/5e5339-r-frame.png') top right no-repeat;
    width:180px;
    height:124px;
    background-size:contain;
    z-index:10;
}

.frame-border-bottom::after {
 	content:'';
    position:absolute;
    right:0;
    background: url('../images/gold-frame-bottom-right.png') bottom left no-repeat;
    width: 294px;
    height: 201px;
    top: -158.6px;
    background-size:contain;
    z-index:10;
}

.frame-border img {
 	position:absolute;
    width:189px;
    height:190px;
    top:10px;
    left:176px;
    z-index:12;
}

.event-item_img {
	background-repeat: no-repeat;
    background-size:cover;
    width:100%;
    min-height:200px;
}

.event-item_details {
	background: #f8f3e6;
    position:relative;
    padding:3em 6em 3em 1.5em;
}

.event-item_details h3 {
	color: #4d4f50;
    font-size: 1.5rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.event-item_date {
	font-size:1rem;
}

.event-item_date span, .event-item_price span {
	color:#00886b;
    text-transform:uppercase;
}

.event-item-container {
	margin-bottom:2em;
}

.event-item_date--float {
	position:absolute;
    background:#00886b;
    right:40px;
    top:30px;
    padding:1em 0.5em;
}

.event-item_date--float span {
	display:block;
    color:#f8f3e6;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding:0;
    text-transform:uppercase;
    line-height:1;
    font-size:1.0625rem;
    text-align:center;
}

.event-item_summary {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1rem;
    color: #4d4f50;
    padding: 1em 0;
}

.event-item_btn-links .btn {
    color: #f8f3e6;
    text-transform: uppercase;
    border: 0;
    border-radius:0;
}

.event-item_btn-links .btn-info {
    background:#8a8a8a;
}

.event-item_btn-links .btn-buy {
	background:#df2a14;
}

.event-item_btn-links .btn-info:hover {
	background:#a09f9f;
}

.event-item_btn-links .btn-buy:hover {
	background:#f42e16;
}

.event-list-container .pagination {
	margin: 1em;
}

.event-list-container .pagination li {
 	padding: 0.3em 0.8em;
    background: #f8f3e6;
    margin: 0;
}

.event-list-container .pagination li:hover {
	background: #00886b;
    color:#f8f3e6;
}

.event-list-container .pagination li:hover a {
	color:#f8f3e6;
}

.event-list-container .pagination li.pag-current {
	color:#f8f3e6;
    font-family: Georgia, 'Times New Roman', Times, serif;
	background: #00886b;    
}

.event-list-container .pagination li a {
	color:#00886b;
    text-decoration:none;
}

.event-list-container .pagination li a:hover {
	color:#f8f3e6;
}

.event-list-container .pagination .pag-next {
	position:relative;
}

.event-list-container .pagination .pag-next a {
	display:block;
    text-indent: -9999px;
}

.event-list-container .pagination .pag-next::after {
	position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    content:'>>';
    color:#00886b;
    cursor:pointer;
}

.event-list-container .pagination .pag-next:hover::after {
    color:#f8f3e6;
}

.seasonal-container h1, .seasonal-container h2, .seasonal-container h3 {
	color:#00886b;
}

.seasonal-container h3 {
    /*background: url('../images/h-border.jpg') bottom left repeat-x;*/
    padding-bottom:0.5em;
    display:inline-block;
    margin-bottom: 1em;
    border-bottom:1px solid #00886b
}

.upcoming-evets-bot {
	background: url(../images/bg-a9c0b8-cream.jpg) top left repeat;
}

.upcoming-event-list {
	background:#f9f3e7;
    padding-bottom:3em;
}

.upcoming-event-list h2 {
    background: url(../images/hanging-ribbon.png) 0 0 no-repeat;
    background-size:contain;
    width:328px;
    height:106px;
    margin: 0 auto; 
	font-family: caferus_normalregular, 'Lucida Grande', Tahoma, Sans-Serif;
    color: #00886b;
    font-size:1.5rem;
    position:relative;
    margin-bottom:2em !important;
}

.upcoming-event-list h2 span {
	position:absolute;
}

.upcoming-event-list h2 span.hl {
	bottom: 23px;
    left: 80px;
}

.upcoming-event-list h2 span.rh {
	bottom: 10px;
    left: 167px;
}
.upcoming-event-item {
	color: #4d4f50;
    font-family: 'Gill Sans', sans-serif;
    margin-bottom:2em;
}
.upcoming-event-item h3 a {
	font-family: 'Gill Sans', sans-serif;
    font-size:1.088125rem;
	color:#00886b; 
    text-decoration:none;
}
.upcoming-event-item_date {
	font-size:1rem;
}
.upcoming-event-item_desc {
	font-size:0.979375rem;
    line-height:1.3;
}

.upcoming-event-item_img {
	background-size:cover !important;
    background-repeat:no-repeat;
    width:100%;
    min-height:110px;
}

.btn-view-events {
	background:#00886b;
    color:#f9f6e9;
    border-radius:0;
    text-transform:uppercase;
    font-family: 'Gill Sans', sans-serif;
    padding:0.6em 1em 0.3em;
    line-height:1;
}

.upcoming-event-item_details {
	padding-left:0 !important;
}

.m-logo img {max-width:140px;}

.upcoming-evets-bot .container {position:relative;}

.cycle-man {
	position:absolute;
    background: url(../images/cycle-man.png) 0 0 no-repeat;
    background-size:contain;
    width:364px;
    height:423px;
    left: -100px;
    top: -12px;
    z-index:10;
}

.cycle-man::before {
	content: '';
    position:absolute;
    background: url(../images/cycle-man-feet.png) 0 0 no-repeat;
    background-size:contain;
    width: 66px;
    height: 143px;
    left: 155px;
    bottom: 84px;
    z-index: 12;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.cycle-man::after {
	content: '';
    position:absolute;
    background: url(../images/cycle-wheel.png) 0 0 no-repeat;
    background-size:contain;
    width: 210px;
    height: 209px;
    left: 93px;
    bottom: 16px;
    z-index: 11;
    
    -webkit-animation-name: spin;
    -webkit-animation-duration: 20000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 20000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 20000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 20000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.standard-container {
	background:#f9f3e7;
    padding:4em 0;
}

.office-details .btn {
    border-radius: 0;
    background: #df2a14;
    font-family: 'Gill Sans', 'Lucida Grande', Tahoma, Sans-Serif;
    padding: .6rem 1.5rem .3rem;
    color: #f8f3e6;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom:2em;
}

.office-details .btn:hover {
    background: #c51a05;
}

.office-details p, .office-details p a{
	color:#333333;
    text-decoration:none;
}

.office-details p a.ud {
	text-decoration:underline;
}

.standard-container h1 {
    background: url(../images/h-border.jpg) bottom left repeat-x;
    padding-bottom: 0.1em;
    display: inline-block;
    margin-bottom: 1em;
    color:#4d4f50;
    font-family: 'caferus_normalregular', 'Lucida Grande', Tahoma, Sans-Serif;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .si-form input[type="text"], .si-form input[type="email"], .si-form textarea {
	background:#f9f3e7;
    border:0;
    border-bottom:2px solid #333;
    color:#333;
    font-size: 1.2rem;
    display:block;
    margin-bottom:1em;
    width:90%;
}

#sg-form .input-error {
  border: 0 !important;
  border-bottom:2px solid red !important;
}

.red {color:red;}

.si-form input[type="text"], .si-form input[type="email"], .si-form textarea {
	float: left;
    width: 40%;
    margin-left: 5%;
    font-size: 1rem;
}

.clearB {clear:both;}
.si-form input[type="text"].f100, .si-form input[type="email"].f100, .si-form textarea.f100 {
	width:85%;
}

.si-form textarea {
	height:55px;
}

.si-form .pm_captcha_box {
	float:left; margin-left:5%; width:100%;
}

.si-form #CaptchaV2 {margin-left:0;}

.contact-form select {
    background:#f9f3e7;
    border:0;
    border-bottom:2px solid #333;
    color:#333;
    font-size: 1.2rem;
    display:block;
    margin-bottom:1em;
    width:90%;
    border-radius: 0 !important;
    -webkit-appearance: none;
}

.contact-form textarea {
	height:55px;
}

.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder{
    opacity:1;
    color:#333;
}
.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {
    opacity:1;
    color:#333;
}

.contact-form form {margin-bottom:5em;}

.pm-isotope-filter-container {
    width: 100%;
   /* min-height: 72px; */
}

.pm-isotope-filter-system {
    list-style: none;

    padding: 0;
    margin: 0;
    display: table;
    margin: 0 auto;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.pm-isotope-filter-system li {
    float: left;
    border-right: 2px solid #a9c0b8;
    padding-right:25px;
}

.pm-isotope-filter-system li:last-child {
	border:0;
    padding-right:0;
}

.pm-isotope-filter-system-expand {
    background-color: #264e37;
    color:#4d4f50;
    font-family: 'caferus_normalregular', 'Lucida Grande', Tahoma, Sans-Serif;
    font-size: 12px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    display: none;
    visibility: hidden;
}

.pm-isotope-filter-system li i, .pm-isotope-filter-system li em {
    float: right;
    margin-top: 14px;
}

.pm-isotope-filter-system li a {
    color:#a9c0b8;
    font-family: 'caferus_normalregular', 'Lucida Grande', Tahoma, Sans-Serif;
    font-size: 2.5rem;
    text-decoration:none;
    text-transform: uppercase;
    display: block;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.pm-isotope-filter-system li a.current, .pm-isotope-filter-system li a:hover {
    color: #333;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.pm-gallery-item-img-container {
    position: relative;
    width: 100%;
    min-height: 180px;
    /* border-bottom: 4px solid #EF5438; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pm-column-spacing {
    padding-bottom: 30px;
}

.pm-gallery-item-container a {
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#pm-contact-form-btn {
	border-radius: 0;
    background: #00886b;
    font-family: 'Gill Sans', 'Lucida Grande', Tahoma, Sans-Serif;
    padding: .6rem 2rem .3rem;
    color: #f8f3e6;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top:1em;
    display:inine-block;
}

#pm-contact-form-btn:hover {
	background:#01a280;
}

.main-banner .gfb {display:block; position:absolute; left:0; bottom:50px;}

.menu-container {
	background: url(../images/pattern1.jpg) 0 0 repeat;
    margin-top:-1px;
    margin-bottom:-1px;
    padding:4em 0;
}

.menu-banner {
	position:relative;
    padding-bottom:13px; 
}

.menu-banner::before {
	position:absolute;
    bottom: 0;
    left:0;
    content:'';
    background: url(../images/menu-banner-border.jpg) bottom left repeat-x;
    background-size: contain;
    height:14px;
    width:100%;
    z-index:100;
}

.menu-banner::after {
	position:absolute;
    bottom: -43px;
    left:50%;
    transform:translateX(-50%);
    content:'';
    background: url(../images/menu-banner-icon.png) bottom center no-repeat;
    height:56px;
    width:158px;
    z-index:200;
}

.menu-container {
	position:relative;
}

.fork {
	background: url('../images/fork.png') 0 0 no-repeat;
    background-size:contain;
    width:280px;
    height:79px;
    position:absolute;
    top:-20px;
    left:-135px;
    z-index:10;
}

.menu-items-container {
	background: url(../images/menu-item-center-frame.jpg) 0 0 repeat-y;
    background-size:contain;
    width:100%;
    height: auto;
    text-align:center;
    position:relative;
}

.menu-items-container::before {
	position:absolute;
    content: '';
    background: url(../images/menu-item-top-frame.jpg) top center repeat-x;
    width:99.9%;
    height:13px;
    top:0;
    left:50%;
    transform: translateX(-50%);
}

.menu-items-container::after {
	position:absolute;
    content: '';
    background: url(../images/menu-item-bottom-frame.png) top center repeat-x;
    background-size:contain;
    width:99.9%;
    height:95px;
    bottom:-49px;
    left:50%;
    transform: translateX(-50%);
}

.menu-items-container h2{
	font-family: 'caferus_normalregular', 'Lucida Grande', Tahoma, Sans-Serif;
    color: #4d4f50;
    font-size:2.175rem;
    margin-bottom: 0.7em;
}

.menu-items-container p {
    color:#333333;
    font-family: 'Gill Sans', 'Lucida Grande', Tahoma, Sans-Serif;
	font-size:1rem;
}

.menu-items-container .pm-menu-item-title {
	margin-bottom:0;
    text-transform: uppercase;
    font-size:1.1rem;
    font-weight:600;
}

.menu-items-container .pm-menu-item-excerpt {
	margin-bottom:0;
}

.menu-items-container .tab-pane {
	padding: 2em;
}

.menu-container .pm-isotope-filter-container li {
	border-right:2px solid #f8f3e6;
    padding-right: 10px;
    margin-right: 10px;
    padding-top:0;
    padding-bottom:0;
    line-height:1;
}

.menu-container .pm-isotope-filter-container {
	min-height:1px;
    margin-bottom: 5px;
}

.menu-container .pm-isotope-filter-container li:last-child {
	border:0;
    padding-right:0;
    margin-right:0;
}

.menu-container .pm-isotope-filter-container li a {
	font-size:1.2rem;
    text-decoration:none;
    color:#f8f3e6;
    text-transform:uppercase;
    line-height:1;
    font-family: 'Lato', 'Lucida Grande', Tahoma, Sans-Serif;
}

.menu-container .pm-isotope-filter-container li a.active, .menu-container .pm-isotope-filter-container li a:hover {
    color:#333;
}

.menu-container .nav-tabs {border:0;}

.menu-divider {
	max-width:307px;
    min-height:10px;
    margin: 0 auto 1.5em auto;
    background: url(../images/menu-item-divider.jpg) center center no-repeat;
    background-size:contain;
}

.menu-sidebar {
    padding-top: 5.3em;
	background: url(../images/menu-icon-bg.png) bottom center no-repeat;
    background-size:contain;
    width:100%;
    min-height:1;
}


.menu-downloads {
	background: url(../images/menu-sidebar-center-frame.png) center center repeat-y;
    width:100%;
    background-size:contain;
    min-height:1px;
    position:relative;
}

.menu-downloads::before {
    content: '';
	width:100%;
    height:190px;
    background: url(../images/menu-sidebar-top-frame.png) top center no-repeat;
    background-size:contain;
    position:absolute;
    top:-60px;
    left:0;
    z-index:9;
}

.menu-downloads::after {
    content: '';
	width:100%;
    height:190px;
    background: url(../images/menu-sidebar-bottom-frame.png) bottom center no-repeat;
    background-size:contain;
    position:absolute;
    bottom:-60px;
    left:0;
    z-index:9;
    cursor:pointer;
}

.menu-downloads-content {
	position:relative;
    z-index:10;
    padding:1em; 
}

.menu-downloads h2 {
	font-family: 'Gill Sans', 'Lucida Grande', Tahoma, Sans-Serif;
    text-transform:uppercase;
    font-size:1.4rem;
    color:#82908b;
    margin-bottom:0;
    text-align:center;
}

.menu-download-items div {position:relative; margin-bottom:15px;}
.menu-download-items img {max-width:50%; margin-right:10px;}

.menu-download-items a {
	color:#82908b;
    text-decoration:none;
    font-family: 'Lato', 'Lucida Grande', Tahoma, Sans-Serif;
    line-height:1;
    font-size:1rem;
}

.menu-downloads-content .row {
	padding:0 20px;
}

.menu-downloads p {
	font-family: 'Gill Sans', 'Lucida Grande', Tahoma, Sans-Serif;
    font-size:1rem;
    text-align:center;
    text-transform:uppercase;
    color:#82908b;
}

.menu-downloads .menu-divider {
	max-width:200px;
    margin-top:1em;
}

.make-reservation {
	text-align:center;
    margin:0 auto;
    width:80%;
}
.make-reservation h3 {
    text-align:center;
	font-family: 'caferus_normalregular', 'Lucida Grande', Tahoma, Sans-Serif;
    color: #333;
    font-size:1.4rem;
    margin-bottom: 0.7em;
}

.make-reservation .ot-dtp-picker {background:none !important;}
.make-reservation .ot-title {display:none;}
.event-list-container .col-md-4 {margin-bottom:20px;}
.event-list-container {margin-top:-1px;}
.menu-downloads-content .btn {display:none;}

@media only screen and (min-width:992px) {
    .navbar .nav-item a {
        display: inline-block
    }
    .dropdown:hover .dropdown-menu {
        display: block
    }
    .dropdown-submenu {
        position: relative!important
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0!important;
        left: 100%!important;
        margin-top: -6px!important;
        margin-left: -1px!important;
        border-radius: 0!important
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block!important
    }
    .dropdown-submenu>a:after {
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        margin-top: -18px;
        right: 15px;
        position: absolute;
        font-weight: 300
    }
    
    .frame-border::before, .frame-border::after {
    	width:337px;
    	height:229px;
    }
}


@media only screen and (max-width:576px) {
    .si-form form{
    	margin-left:-5%;
    }
    .tp-num p {
    line-height: 1;
    font-size: 0.8rem;
    margin-bottom: 5px;
}
    .fork {
        display:block !important;
        width: 135px !important;
    left: -75px !important;
    top: 0 !important;}
    .menu-container .pm-isotope-filter-container li a {font-size:0.7rem !important;}
    .menu-downloads-content {padding:2em !important;}
    .menu-downloads-content .row {padding-left:0 !important;}
    .menu-download-items a {font-size:0.8rem;}
    .event-list-container .container {max-width:400px;}
    .pm-isotope-filter-system-expand {
    	color:#fff;
        font-family: 'Lato', sans-serif;
    }
    .pm-isotope-filter-system {
    	/*width:100%;
        display:table;
        height:80px;
        overflow:hidden;
        position:relative;
        z-index:100;*/
    }
    .pm-isotope-filter-system-expand {
        display: block;
        visibility: visible;
    }
    .pm-isotope-filter-system li {
        /*float: none;
        display:inline;
        width: 100%;
        border:0;*/
    }
    .pm-isotope-filter-system li a {
    	font-size:1rem;
    }
    .frame-border::before, .frame-border::after {
    	width: 130px;
        min-height: 89px;
        top: -4.6px;
    }
    .frame-border-bottom::before, .frame-border-bottom::after {
    	width: 130px;
        min-height: 89px;
        top: -182px;
    }
    .frame-border {height:14.4px;}
    .frame-border-bottom {height:14px;}
    .frame-border img {max-width:80px; height:auto; left: 38px;}
    .event-list-container, .seasonal-container {padding-top:0;}
    .main-banner, .main-banner .container .row .col {height:200px;}
    .main-banner h1 {
        font-size:2em;    
        left: 15px;
        bottom: 70px;
    }
    .main-banner .gfb {
    	left: 15px;
        bottom:20px;
    }
    .navbar-brand img {height:100px;}
    .top-header a.phone {font-size:1.6rem !important; margin-top: 0.3em !important;}
    .top-header .btn {
        font-size: 0.9rem;
    }
    .seasonal-container {padding:0;}
    .seasonal-container .container{max-width:400px;} 
    .seasonal-inner {
    	padding:5em 3em 7em 3em;
        box-sizing:border-box;
        max-width:400px;
    }
    .seasonal-inner iframe {
    	width:350px !important;
    }
}

@media only screen and (max-width:467px) {
     .slide__item-text {font-size:1rem !important; padding:2.5rem 2rem}
    
    .tp-num p {
    line-height: 1;
    font-size: 0.8rem;
    margin-bottom: 5px;
}
    .menu-items-container::after {bottom:-73px;}
    .fork {display:none;}
    .menu-items-container .tab-pane {padding: 3em 1em;}
    .pt-gallery .col-12, .pt-gallery .pm-isotope-item {
    	padding-left:0 !important;
        padding-right:0 !important;
    } 
    .pm-isotope-filter-system-expand {
    	color:#fff;
        font-family: 'Lato', sans-serif;
    }
    .pm-isotope-filter-system {
    	/*width:100%;
        display:block;
        display:table;
        list-style: none;
        height:80px;
        overflow:hidden;*/
    }
    .pm-isotope-filter-system-expand {
        position:relative;
        z-index:100;
        display: block;
        visibility: visible;
    }
    .pm-isotope-filter-system li {
        /*float: none;
        display:inline;
        width: 100%;
        border:0;*/
    }
    .pm-isotope-filter-system li a {
    	font-size:1.3rem;
    }
    .seasonal-container {padding:0;}
    .seasonal-container .container{max-width:360px;} 
    .standard-container .container {max-width:360px !important;}
    .seasonal-inner {
    	padding:5em 1.5em 7em 1.5em;
        box-sizing:border-box;
        max-width:360px;
    }
    .main-banner .gfb {
    	left: 15px;
        bottom:20px;
    }
    .seasonal-inner iframe {
    	width:300px !important;
    }
}

@media only screen and (min-width:567px) {
    
    .navbar-light {bottom:0;}
    .pm-isotope-filter-system-expand {
    	color:#fff;
        font-family: 'Lato', sans-serif;
    }
    .pm-isotope-filter-system {
    	/*width:100%;
        display:block;
        height:80px;
        overflow:hidden;*/
    }
    .pm-isotope-filter-system-expand {
        display: block;
        visibility: visible;
    }
    .pm-isotope-filter-system li {
        /*float: none;
        width: 100%;
        border:0;*/
    }
    .pm-isotope-filter-system li a {
    	font-size:2rem;
    }
    .frame-border::before, .frame-border::after {
    	width: 189px;
    	height: 129px;
    	top: -6.9px;
        background-size:contain;
    }
    .frame-border-bottom::before, .frame-border-bottom::after {
    	width: 189px;
        height: 129px;
        top: -101px;
    }
    .frame-border img {max-width:110px; height:auto; left:58px;}
    .frame-border {height:20.4px;}
    .frame-border-bottom {height:21px;}
    .event-list-container {padding-top:0;}
    .main-banner, .main-banner .container .row .col {height:250px;}
    .main-banner h1 {
        font-size:2em;    
        left: 15px;
        bottom:70px;
    }
    .tp-num span {
    	border-left: 1px solid #fff;
    padding-left: 5px;
    line-height: 1;
    padding-left: 5px;
    margin-left: 3px;
    }
    .main-banner .gfb {
    	left: 15px;
        bottom:20px;
    }
    .navbar-brand img {height:100px;}
    .top-header .btn {
        font-size: 0.9rem;
    }
    .seasonal-container {padding:0;}
    .standard-container .container {max-width:500px !important;}
    .seasonal-container .container{max-width:500px;} 
    .seasonal-inner {
    	padding:5em 3em 7em 3em;
        box-sizing:border-box;
        max-width:500px;
    }
    .seasonal-inner iframe {
    	width:410px !important;
    } 
    
    .frame-border-bottom.no-corner-frame::before, .frame-border-bottom.no-corner-frame::after {display:none !important;}
}



@media only screen and (min-width:768px) {
    .pm-isotope-filter-system {display:table; height:auto; width:auto;}
    .pm-isotope-filter-system li {float:left; margin-right:20px; width:auto; border-right:2px solid #a9c0b8;}
    .pt-gallery .pm-isotope-filter-system li a {font-size:2rem !important;line-height:1em}
    .event-list-container .col-md-4 {
    	-ms-flex: 0 0 31.33333%;
        flex: 0 0 31.33333%;
        max-width: 31.33333%;
    }
    .event-list-container .container {max-width:635px;}
    .menu-container .col-md-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .pm-isotope-filter-system li a {
        font-size:1rem;
    }
    .pm-isotope-filter-system-expand {
    display: none;
    visibility: invisible;
}
    .frame-border::before, .frame-border::after {
    	width: 189px;
    	height: 129px;
    	top: -6.9px;
        background-size:contain;
    }
    .frame-border-bottom::before, .frame-border-bottom::after {
    	width: 189px;
        height: 129px;
        top: -101px;
    }
    .frame-border img {max-width:110px; height:auto;}
    .frame-border {height:20.4px;}
    .frame-border-bottom {height:21px}
    .event-list-container {padding-top:0;}
    .main-banner, .main-banner .container .row .col {height:250px;}
    .main-banner h1 {
        font-size:2em;    
        left: 15px;
        bottom:50px;
    }
    .main-banner .gfb {
    	left: 15px;
        bottom:20px;
    }
    .seasonal-container {padding:0;}
    .standard-container .container {max-width:680px !important;}
    .seasonal-container .container {max-width:680px;}
    .seasonal-inner {
    	padding:5em 3em 7em 3em;
        box-sizing:border-box;
        max-width:680px;
    }
    .seasonal-inner iframe {
    	width:680px !important;
    }
    .cycle-man {display:none !important;}
    .frame-border-bottom.no-corner-frame::before, .frame-border-bottom.no-corner-frame::after {display:none !important;}
}

@media only screen and (min-width:992px) { 
    .navbar-light {bottom: -46px;}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
    .event-list-container .container {max-width:800px;}
	.frame-border::before, .frame-border::after {
    	width: 180px;
    	height: 124px;
        top:-8px;
    }
    
    .frame-border-bottom::before, .frame-border-bottom::after {
    	width: 180px;
    	height: 124px;
    	top: -97.5px;
    }
    .frame-border img {
    max-width: 121px;
    height: 120px;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    }
    .frame-border, .frame-border-bottom {
        height: 18px;
    }
    .event-list-container {
    	padding-top: 60px;
	}
    .main-banner, .main-banner .container .row .col {height:300px;}
    .main-banner h1 {
        font-size:2em;    
        left: 0;
        bottom:100px;
    }
    .main-banner .gfb {
    	left: 0;
        bottom:50px;
    }
    .seasonal-container {padding:0;}
    .standard-container .container {max-width:800px !important;}
    .seasonal-container .container, .upcoming-evets-bot .container {max-width:800px !important;}
    .seasonal-inner {
    	padding:5em 3em 7em 3em;
        box-sizing:border-box;
        max-width:800px;
    }
    
    .u-event {
    	padding-left: 224px;
    }
    
    .cycle-man {display:block !important;}
    .frame-border-bottom.no-corner-frame::before, .frame-border-bottom.no-corner-frame::after {display:none !important;}
    
}

@media only screen and (min-width:1200px) { 
    .event-list-container .container {max-width: 1030px;}
    .seasonal-container .container, .upcoming-evets-bot .container {max-width:1000px !important;}
    .seasonal-inner {
    	padding:5em 3em 7em 3em;
        box-sizing:border-box;
        max-width:1000px;
    }
    .u-event {
    	padding-left: 224px;
    }
    .standard-container .container {max-width:1100px !important;}
}

@media (max-width:1024px) {
    .lady-scope,
    .man-scope {
        display: none
    }
    .burger-left,
    .burger-right {
        width: 150px;
        min-height: 100px
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1rem
    }
    .fork {
    	left: -175px;
    	max-width: 225px;
    }
    
}

@media (max-width:1000px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: .9rem
    }
}

@media (max-width: 768px){
    .dzsparallaxer {height:300px !important;}
    .dzsparallaxer--target {height:300px !important;}
    .pm-isotope-filter-system li {margin-right:15px; padding-right:15px;}
    .pm-isotope-filter-system li:last-child {margin-right:0;}
    .pm-isotope-filter-container {margin-bottom: 40px !important;}
    .mslider-frame, .slick-list, .slick-list img {height: 400px !important;}
    .tp-num span {
    border-left: 1px solid #fff;
    padding-left: 5px;
    line-height: 1;
    padding-left: 5px;
    margin-left: 3px;
}
    .navbar-light {
        margin-top: 0;
    }
    .standard-container {padding:3em 0 !important;}
    .frame-border-bottom::before, .frame-border-bottom::after {display:none !important;}
    .sm-d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    }
    .tp-btn {text-align:center;}
    .top-header .btn {background:#2e6456 !important; }
    .tp-num, .tp-phone {
        color: #fff !important;
    	order: -1;
        font-size: 0.8rem !important;
    }
    .tp-num {margin-bottom:8px;}
    .tp-num p {line-height:1; font-size:0.8rem; margin-bottom:5px;}
    .top-header {background:#333 !important; padding: 20px 0 !important;}
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .event-list-container { padding-top:25px; }
    .frame-border img {display:none !important;}
    .frame-border::before, .frame-border::after {display:none !important;}
    .upcoming-events {padding-top:0;}
    .upcoming-events-heading {margin-bottom:-45px; z-index:1;}
    .col-event-item {margin-bottom:20px !important; width:90% !important;}
    .top-header a.phone {font-size:0.9rem !important; color:#fff; margin:0 !important; line-height:1;}
    .animate-content .ribbon-btn span.hl {
    top: 20px !important;
    left: 60px !important;
	}
    .animate-content .ribbon-btn span.hm {
    top: 30px !important;
    left: 125px !important;
	}
    .animate-content .ribbon-btn span.hr {right: 60px !important;
    bottom: 13px !important;}
    .animate-content .ribbon-btn {max-width: 290px !important; height:84px !important;
    font-size: 2rem !important;}
    .slide__item-text {width:100%; line-height: 1.5 !important;
    font-size: 1.6rem !important;}
    .mslider-frame {background:none !important; padding:0 !important;}
    .slide__item-text br {display:none !important;}
    .mslider {background:none !important; padding-bottom:0 !important;}
    .slick-list::before, .slick-list::after {background:none !important;}
    .menu-downloads-content .btn {display:block; margin:0 auto; border-radius: 0;
    background: #df2a14;
    margin-top: 5px;
    font-family: 'Gill Sans', 'Lucida Grande', Tahoma, Sans-Serif;
    padding: .4rem 1rem .2rem;
    color: #f8f3e6;
    font-size: 0.8rem;
    text-transform: uppercase;}
    .menu-downloads-content .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    }
    /*.menu-divider {display:none;}
    .make-reservation {display:none;}*/
    .menu-downloads-content {padding:2em}
    .menu-sidebar {padding-top:1em;}
    .menu-downloads::before {
    	    height: 13px !important;
            top: 0;
    		left: 0;
    		background: url(../images/menu-item-top-frame.jpg) top center repeat-x;
    }
    .menu-downloads::after {
    	    height: 13px !important;
            bottom: 0;
    		left: 0;
    		background: url(../images/menu-item-top-frame.jpg) bottom center repeat-x;
    }
    .menu-downloads {background: url(../images/menu-item-center-frame.jpg) center center repeat-y;
    	background-size:contain;
    } 
    .fork {left: -165px;
    max-width: 280px;}
    .cycle-man {display:none !important}
    .view-all-events {text-align:center; margin-left: auto !important; margin-right: auto !important}
    .menu-sidebar {order: -1;
            flex: 1 0 100%; margin-bottom:25px;}
    .frame-border-bottom.no-corner-frame::before, .frame-border-bottom.no-corner-frame::after {display:none !important;}
}

@media (max-width: 736px){
    .navbar-light {bottom:0;}
    .event-list-container .container {max-width:600px;}
    .container {
        max-width: 700px;
    }
    .news-alert {padding-bottom:30px; margin-bottom:-1px;}
}
@media (max-width:992px) {
    .top-header {margin-bottom:0;}
   
    .m-logo {
        display: none
    }
    .navbar .nav-item {
        text-align: left;
        position: relative
    }
    .navbar .nav-item i {
        display: block;
        position: absolute;
        right: 10px;
        top: 15px;
        transform: translateY(-50%);
        color: #fff;
        z-index: 100
    }
    .dropdown-menu {
        background: #95a8a1;
        color: #f8f3e6;
        font-family: Georgia, 'Times New Roman', Times, serif;
        border: 0;
        border-radius: 0
    }
    .dropdown-item {
        color: #f8f3e6
    }
}

@media (max-width:767.98px) {
    .slide__item-text {
        font-size: 1rem
    }
   
}

@media (max-width:736px) {
    
    .menu-sidebar {background:none;}
    .menu-downloads::before, .menu-downloads::after {height:300px;}
    .menu-items-container::after {
    	bottom:-63px;
    }
    .menu-downloads-content {padding:4em 2em;}
    .fork {
    	width:250px;
        height:65px;
        background-size:contain;
    }
    .menu-container .pm-isotope-filter-container li a {
     	font-size: 1rem;   
    }
    .upcoming-events {
        padding-bottom: 6em
    }
    .top-header .btn {
        font-size: .8rem
    }
    .slide__item-text {
        font-size: 1rem
    }
    .event {
        margin-bottom: 2.5em!important
    }
    .footer-info .col-sm-12 {
        text-align: center!important
    }
    .burger-left {
        left: -50px;
        max-width: 120px
    }
    .burger-right {
        right: -50px;
        max-width: 120px
    }
    .left-cloud {
        width: 600px;
        top: -110px
    }
    .right-cloud {
        width: 350px;
        top: -110px
    }
}

@media (max-width:536px) {
    .dzsparallaxer {height:200px !important;}
    .dzsparallaxer--target {height:200px !important;}
    .event-list-container .container {
        max-width: 400px;
    }
    .upcoming-events {
        padding-bottom: 3em
    }
    .upcoming-events-heading {
        font-size: 1.7rem;
        z-index:1;
        max-width: 300px;
    	min-height: 87px;
        margin-bottom: -6px;
    }
    .burger-left {
        left: 10px;
        max-width: 100px
    }
    .burger-right {
        right: 10px;
        max-width: 100px
    }
    .footer-info .row,
    .form-row {
        margin-left: 0!important;
        margin-right: 0!important
    }
    .phone {
        font-size: 24px!important
    }
    .upcoming-events-heading span.hl {
        top: 20px;
        left: 65px
    }
    .left-cloud,
    .right-cloud {
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        top: -50px
    }
    .upcoming-events-heading span.hr {
        right: 65px;
        bottom: 13px
    }
    .event {
        margin-bottom: 2.5em!important
    }
    .left-cloud {
        width: 400px
    }
    .right-cloud {
        width: 250px
    }
}

@media (max-width:375px) {
    
    .upcoming-events-heading {
        font-size: 27px
    }
    
    .event {
        margin-bottom: 2.5em!important
    }
}


.standard-container h2 {
    color:#00886b;
     /*padding-bottom:0.5em;
    border-bottom:1px solid #00886b;*/
    display: block;
}


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

.list-c li{ padding-left: 1em; text-indent: -1em;    }
.list-c li:before { content: "\003E"; padding-right:7px; }
.menu-items-container strong {color:#00886b;font-weight:600}

.pm-staff-item-title {margin-bottom:.75em}
.pm-staff-item-name a, .standard-container strong a{color:#00886b;}

.img-res {max-width:100%}
.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.video-container iframe,
.video-container object,
.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}



.mslider .btn {width:300px}
.upcoming-events .model_pagination {display:none;}
.g-mb-30 {margin-bottom:30px;}
.slick-list {max-height:630px;}
#my-video.video-bg{background-image:none;background-color:#000;position:relative}
#my-video.video-bg .mbYTP_wrapper{z-index:0!important}
#my-video.video-bg:after{position:absolute;background:rgba(0,0,0,0.5);content:"";width:100%;height:100%;left:0;right:0;top:0;z-index:0}
#my-video.video-bg #bg-video{min-height:520px}
#my-video.video-bg #video-play{display:none}

.video-bg .video-slider-container {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 9;
}

#my-video.video-bg .video-slider-text {
    margin-bottom: 10px;
}

.video-slider-text ul {
    padding: 0;
    text-align: center;
    list-style: none;
    width: 100%;
}

#my-video.video-bg .video-slider-text h1, #image-banner-container h1 {
    color: #fff;
}

#my-video.video-bg .video-slider-text h1, #image-banner-container h1 {
    color: #fff;
    text-align: center;
    font-family: Lato,sans-serif;
    font-size: 2.4rem;
    font-weight:300;
}

#my-video.video-bg p > a.btn, #image-banner-container p > a.btn {
    background: #00886b;
    border: 0;
    border-radius: 0;
    display: block;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 1.5em auto .5em;
    width: 300px;
    text-decoration: none;
}
#image-banner-container {
  background-repeat: no-repeat;
  background-size: cover;
  min-height:380px;
  width: 100%;
  position: relative;
}

#image-banner-container .video-slider-container {
  padding-top:70px;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}

.col-lg-4 {
  width:33%;
}

.gallery-space .pm-isotope-item.col-sm-12.col-md-3.isotope-item{padding-left:10px;padding-right:10px;}
.gallery-space .pm-isotope-item.g-mb-30.isotope-item{margin-bottom:20px;}

.img-thumbnail {
  padding: 0;
}