@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,900|Tinos:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

body {
    background: #ffffff;
    color: #555555;
    font: 400 14px/28px 'open sans', sans-serif;
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1.brand_name a {
    display: block;
    margin-bottom: -130px;
    background: white;
    border-radius: 50%;
    box-shadow: 1px 1px 15px #00000091;
    position: relative;
    z-index: 999;
    width: 158px;
    height: 159px;
}

h1.brand_name a img {
    width: auto;
    z-index: 8;
    position: relative;
    margin: 11px 1.2px;
}

@media (min-width: 1240px) {
    h1.brand_name a img {
        margin-bottom: 0;
    }
}

h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Levenim MT', sans-serif;
    text-shadow: 1px 1px 0px #000000c2;
}

.secpage main h1,
h2 {
    font-size: 40px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    font-family: tinos;
}

.secpage main h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0px 10px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 28px;
        letter-spacing: 2px;
    }
}

h3 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #333333;
}

@media (max-width: 979px) {
    h3 {
        font-size: 24px;
        letter-spacing: 1px;
    }
}

h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333333;
}

.thumb+h4,
img+h4 {
    margin-top: 20px;
}

h4+p {
    margin-top: 5px;
}

h5 {
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #ff6900;
}

p a:hover {
    text-decoration: underline;
}

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:active {
    background: transparent;
}

a:focus {
    outline: none;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

.article header {
    font-size: 25px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 13px;
    font-family: tinos;
}

.article {
    margin-bottom: 2em;
}

.article p {
    line-height: 21px;
}

.news_home_article {
    line-height: 1.4em;
}

caption.calendar-month {
    font-family: tinos;
    font-size: 6em;
    line-height: 1.6em;
}

.sf-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #e47323;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 900;
    font-family: 'open sans', sans-serif;
    text-transform: uppercase;
}

.sf-menu:before,
.sf-menu:after {
    display: table;
}

.sf-menu:after {
    clear: both;
}

.sf-menu>li {
    position: relative;
}

.sf-menu>li+li {
    white-space: normal;
}

.sf-menu>li+li:before {
    content: '\f111';
    font-family: fontawesome;
    position: absolute;
    left: -3px;
    font-size: 0.5em;
    line-height: 2.6em;
}

@media (max-width: 979px) and (min-width: 768px) {
    .sf-menu>li+li {
        margin-left: 25px;
    }
}

.sf-menu a {
    display: block;
    color: #000;
}

.sf-menu>li {
    position: relative;
    padding: 0 13px;
    white-space: nowrap;
}

.sf-menu>li>a {
    color: #e16500;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover,
.sf-menu>li.active>a {
    color: #e16505;
}

.sf-menu>li.sfHover>a span,
.sf-menu>li>a:hover span,
.sf-menu>li.active>a span {}

.sf-menu ul {
    display: none;
    position: absolute;
    left: 50%;
    width: 185px;
    padding: 20px 10px 10px;
    background: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    box-shadow: 0px 20px 20px #00000047;
}

.sf-menu ul>li {
    margin-bottom: 8px;
    position: relative;
}

.sf-menu ul>li>a {
    color: #555555;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
    color: #e26914;
    text-decoration: underline;
}

.sf-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 115px;
    margin-top: 0;
    padding: 15px 0 0;
    z-index: 4;
    -webkit-transform: translate(0%);
    transform: translate(0%);
}

.sf-menu ul ul>li>a {
    color: #555555;
}

.sf-menu ul ul>li.sfHover>a,
.sf-menu ul ul>li>a:hover {
    color: #ff6900;
    text-decoration: line-through;
}

.sf-menu>li>.sf-with-ul {
    position: relative;
}

.sf-menu>li>.sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome';
}

@media (max-width: 1186px) {
    .sf-menu {
        display: none;
    }
}

.select-menu {
    position: relative;
    display: none;
    margin: 0 auto;
    width: 420px;
    /* margin-top: 30px; */
    background: #ffffff url('../images/select.png') no-repeat right center;
    overflow: hidden;
}

.select-menu .select {
    width: 440px;
    height: 30px;
    color: #585858;
    background-color: transparent;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    font: 400 17px/28px 'Levenim MT', sans-serif;
    margin-top: 5px;
    font-weight: bold;
    display: inline-block;
}

.select-menu .select::-ms-expand {
    display: none;
}

@media (max-width: 1186px) {
    .select-menu {
        display: block;
    }
}

@media (max-width: 479px) {
    .select-menu {
        width: 270px;
    }

    .select-menu .select {
        width: 290px;
    }
}

.stuck_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 30px #000;
}

.isStuck {
    z-index: 99999999;
    box-shadow: 0 0px 30px #00000063;
    display: none;
}

.isStuck .sf-menu ul {}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

.toTop {
    width: 42px;
    height: 42px;
    font-size: 26px;
    line-height: 42px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    background: #a6a6a6;
    border-radius: 50%;
    /* border: 2px solid #222222; */
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    box-shadow: 1px 1px 1px #000;
}

.toTop:hover {
    color: #fff;
    background: #6ba899;
    text-decoration: none;
}

a.article_more:after {
    content: '...';
}

#stuck_container .brand_name a span {
    display: none;
}

@media only screen and (max-width: 767px) {
    .toTop {
        display: none !important;
    }

    #stuck_container .brand_name a span {
        display: inline-block;
    }

    .nav .brand_name {
        display: none;
    }

    .sf-menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ffffff;
    background: transparent;
}

.thumb_overlay:before {
    display: none;
    content: '\f065';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font: 400 30px 'FontAwesome';
    line-height: 30px;
    margin-top: -15px;
    text-align: center;
}

.lt-ie9 .thumb_overlay:before {
    display: none;
}

.thumb:hover .thumb_overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgba(34, 34, 34, 0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80222222', endColorstr='#80222222');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80222222', endColorstr='#80222222');
    zoom: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
    display: block;
}

.thumb:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.parallax {
    background-position: center 0;
    background-repeat: no-repeat;
}

.mobile .parallax,
.tablet .parallax {
    background-position: 50% 0 !important;
    background-size: cover;
}

.parallax1 {
    background-color: #FFF;
    background-image: url(../images/parallax01.jpg);
    padding: 25px 0 120px;
}

.parallax1 h2,
.parallax1 h3,
.parallax1 h4 {
    color: #fff;
}

@media (min-width: 2050px) {
    .parallax {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .parallax {
        background-position: center 0 !important;
        background-size: cover;
    }
}

section.bg02.well03 .container {
    z-index: 1;
    position: relative;
}

.btn {
    display: inline-block;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ff6900;
}

.btn:hover {
    text-decoration: line-through;
}

p+.btn {
    margin-top: 20px;
}

.box01 {
    text-align: center;
    background: white;
    max-width: 500px;
    margin: auto;
    box-shadow: 12px 10px 70px #00000012;
    margin: 50px auto;
    padding: 60px 10px;
}

.box01_cnt {
    padding: 0 15px;
}

.box01 h3 {
    color: #222222;
}

.box01 .circle {
    position: relative;
    display: inline-block;
    width: 128px;
    height: 128px;
    margin-bottom: 25px;
    border-radius: 50%;
    border: 1px solid #222222;
    background: #fff;
}

.box01 .circle .icon {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
    display: inline-block;
    width: 33px;
    height: 32px;
}

.box01 .circle .icon01 {
    background: url(../images/page1_icon01.png) no-repeat 0 0;
}

.box01 .circle .icon02 {
    background: url(../images/page1_icon02.png) no-repeat 0 0;
}

.box01 .circle .icon03 {
    background: url(../images/page1_icon03.png) no-repeat 0 0;
}

.box01 .circle .icon04 {
    background: url(../images/page1_icon04.png) no-repeat 0 0;
}

.box01 .circle .num {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    line-height: 128px;
    font-size: 30px;
    font-weight: 600;
    color: #222222;
}

.box01 a.circle:hover {
    background: #222222;
}

.box01 a.circle:hover .icon {
    background-position: 0 -35px;
}

.box02 {
    margin-bottom: 40px;
}

.box02_text {
    background: #fff;
    margin-bottom: 2px;
    padding: 20px 15px 15px;
}

.box02_text:before,
.box02_text:after {
    content: " ";
    display: table;
}

.box02_text:after {
    clear: both;
}

.box02_panel {
    background: #fff;
    padding: 10px 15px 12px;
}

.box02_panel:before,
.box02_panel:after {
    content: " ";
    display: table;
}

.box02_panel:after {
    clear: both;
}

.box02_left {
    float: left;
    width: 30%;
}

.box02_right {
    overflow: hidden;
    padding-left: 10px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .box02_left {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .box02_right {
        padding-left: 0;
    }
}

.box02_cnt1 {
    background: #fff;
    padding: 25px 15px 35px;
}

.box02 img {
    width: 100%;
}

.box03 {
    position: relative;
    margin-bottom: 50px;
}

.box03 .bg-img {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.lt-ie9 .box03 .bg-img {
    filter: alpha(opacity=0);
}

.box03 .bg-img01 {
    background: no-repeat url(../images/page1_img05.jpg) top center;
    background-size: cover;
}

.box03 .bg-img02 {
    background: no-repeat url(../images/page1_img06.jpg) top center;
    background-size: cover;
}

.box03 .bg-img03 {
    background: no-repeat url(../images/page1_img07.jpg) top center;
    background-size: cover;
}

.box03_cnt {
    position: relative;
    padding: 45px 30px 50px;
    background: #fdfdfd;
}

.box03 a {
    display: block;
}

.box03 a:hover .bg-img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lt-ie9 .box03 a:hover .bg-img {
    filter: alpha(opacity=100);
}

.box03 a:hover h3,
.box03 a:hover h4,
.box03 a:hover p {
    color: #fff;
}

.box03 a:hover .box03_cnt {
    background: transparent;
}

.box03 h3 {
    margin-bottom: 15px;
}

.box03 h4 {
    margin-bottom: 5px;
}

.box03_cnt1 {
    background: #fdfdfd;
    padding: 35px 25px 40px;
}

.page>header {
    position: fixed;
    z-index: 16 !important;
    width: 100%;
}

header .brand {
    background: #f8ba3b;
    width: 100%;
    padding: 6px 2% 0px;
    box-shadow: inset 0px -2px 10px #946a30;
}

header .nav {
    width: 100vw;
    background: white;
    padding: 15px 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

header .nav:before {
    content: '';
    background: url(/images/bg02.png);
    background-position: 150% 0px;
    background-size: 150% 100%;
    position: absolute;
    bottom: -10px;
    width: 100vw;
    height: 10px;
    z-index: 1;
}

@media (max-width: 800px) {
    select-menu {
        text-align: right;
        display: inline-block
    }

    footer .footer-links {
        font-size: 1.2em
    }

    footer .footer-links i {
        font-size: 1.2em
    }

    header {
        text-align: center;
    }

    header .brand,
    header .nav {
        float: none;
        margin: auto;
        width: 100%;
    }

    header .brand_name a {
        margin: 2px auto 8px;
        height: 58px;
        width: 58px;
    }

    .camera_container {
        padding-bottom: 300px;
        margin-top: 140px !important;
    }

    h1.brand_name a img {
        margin: 4px 1px;
    }
}

@media (max-width: 480px) {
    footer .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    footer .copy {
        font-size: 12px !important
    }
}

.brand {
    display: inline-block;
}

.brand_name {
    width: 1px;
}

nav .brand_name {
    font-family: 'Levenim MT', sans-serif;
    font-size: 50px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -15px;
    color: #a6a6a6;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

main {
    display: block;
    background: #ffffff;
}

.primary {
    color: #ff6900;
}

.tc {
    text-align: center;
}

.price {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333333;
}

@media (max-width: 979px) and (min-width: 768px) {
    .price {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0;
    }
}

.acts-list li {
    display: inline-block;
}

.acts-list li+li {
    margin-left: 15px;
}

@media (max-width: 979px) and (min-width: 768px) {
    .acts-list li+li {
        margin-left: 10px;
    }
}

.acts-list a .fa {
    color: #e7e7e8;
    font-size: 16px;
}

.acts-list a .fa_sm {
    font-size: 15px;
}

.acts-list a:hover .fa {
    color: #ff6900;
}

.bg03 .acts-list .fa {
    color: #d1d1d2;
}

.addr1 {
    background: rgba(34, 34, 34, 0.5);
    text-align: center;
    padding: 55px 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

.addr1 span {
    white-space: nowrap;
}

.social-list {
    text-align: center;
    margin: 35px 0;
}

.social-list li {
    display: inline-block;
}

.social-list li+li {
    margin-left: 55px;
}

.social-list li .fa {
    color: #fff;
    font-size: 34px;
    line-height: 40px;
}

.social-list li a:hover .fa {
    color: #ff6900;
}

.quote p {
    font-style: italic;
    margin-bottom: 5px;
}

.quote h4 span {
    color: #777777;
    font-size: 13px;
    line-height: 26px;
    vertical-align: baseline;
}

#isotop_filters {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 85px 0 30px;
}

#isotop_filters span {
    display: inline-block;
    cursor: pointer;
    color: #333333;
}

#isotop_filters span+span {
    margin-left: 50px;
}

#isotop_filters span:hover,
#isotop_filters span.is-checked {
    color: #ff6900;
}

.date a.nextmonth {
    margin-right: 16px;
}

@media (max-width: 767px) {
    #isotop_filters {
        text-align: center;
    }

    #isotop_filters span {
        margin: 0 10px;
    }

    #isotop_filters span+span {
        margin: 0 10px;
    }

    .event_pager a {
        display: block;
        width: 100%;
        margin: 0 !important;
    }
}

.list01 li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
    margin-left: 24px;
}

.list01 li a {
    position: relative;
}

.list01 li a:hover {
    text-decoration: underline;
}

.list01 li .fa {
    position: absolute;
    top: 0;
    left: -24px;
    color: #ff6900;
    margin-right: 10px;
}

.list02 {
    margin-top: 10px;
}

.list02 li {
    display: inline-block;
}

.list02 li+li {
    margin-left: 6px;
}

.list02 li a {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: #222222;
    background: #fff;
    border: 2px solid #222222;
    font-size: 24px;
    line-height: 65px;
    text-align: center;
}

.list02 li a:hover {
    background: #222222;
    color: #fff;
}

.terms h5+p {
    margin-bottom: 30px;
}

.addr2 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
}

.addr2 dt,
.addr2 dd {
    display: inline-block;
}

.addr2 dt {
    min-width: 75px;
}

.mb01 {
    margin-bottom: 15px;
}

.pr01 {
    padding-right: 50px;
    margin-top: -60px;
}

.well01 {
    padding-top: 70px;
    padding-bottom: 140px;
    z-index: 4;
    position: relative;
}

.well01:before {
    content: '';
    background: url(/images/bg02.png);
    background-position: 150% 0px;
    background-size: 150% 100%;
    position: absolute;
    top: -30px;
    width: 100vw;
    height: 30px;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.well02 {
    padding-bottom: 80px;
}

.well03 {
    padding-bottom: 30px;
}

.well04 {
    padding-bottom: 45px;
}

.bg01 {}

.bg02 {
    background-color: #f7f7f8;
    position: relative;
    margin-top: 0px;
}

.bg02:before {
    content: '';
    background: url('/images/bg01.png');
    background-position: -170% 0px;
    background-size: 85% 100%;
    position: absolute;
    top: -100px;
    width: 100vw;
    height: 100px;
    z-index: 1;
}

.news-date {
    background: #f8c03b;
    box-shadow: inset 1px 1px 20px #66512e;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    border-top-right-radius: 25px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.bg03 {
    background: #f7f7f8;
}

.border-top {
    background: url(../images/border01.png) repeat-x top left;
    padding-top: 5px;
}

div[id="loc_main_content"] a,
body[onload*="loc_main_content"] a,
main a {
    text-decoration: underline;
    color: #c88a35;
}

footer {
    background: #f7ba3b;
    padding: 35px 0 10px;
    text-align: center;
    box-shadow: -1px -1px 65px #0000006b;
    position: relative;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 26px;
    color: white;
}

.footer-links a {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-shadow: 1px 1px 1px #000;
    box-sizing: border-box;
    padding-bottom: 3px;
    border-bottom: 3px solid transparent;
    font-family: tinos;
    font-size: 1.5em;
}

.footer-links a:hover {
    border-bottom: 3px solid #ffffff57;
}

.footer-links i {
    font-size: 36px;
    color: white;
    margin-right: 10px;
}

footer:before {
    content: '';
    background: url(/images/bg03.png);
    background-position: 150% 0px;
    background-size: 150% 100%;
    position: absolute;
    top: -10px;
    width: 100vw;
    height: 10px;
    z-index: 1;
    left: 0;
}

footer .copy {
    margin-top: 40px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    width: 100%;
    color: white;
}

footer .copy a {
    white-space: nowrap;
}

footer .copy a:hover {
    text-decoration: underline;
}

footer .brand {
    float: none;
}

footer .brand h1 {
    font-size: 40px;
    line-height: 50px;
    color: #222222;
    letter-spacing: 8px;
}

form#contactform {
    float: left;
}

#contactform td {
    display: block;
    width: 100%;
}

#contactform table td:first-child {
    text-align: left;
}

#contactform td input[type="text"],
#contactform td input[type="email"],
#contactform td textarea {
    padding: 5px 8px;
    width: 100%;
    max-width: 570px;
    margin-bottom: 8px;
    border: 1px solid grey;
}

#contactform td input[type="text"],
#contactform td input[type="email"] {
    max-width: 400px;
}

form#contactform+div#loc_feedback_form_bottom .box01 {
    display: inline-block;
    margin: 0px 0px 0px 25px;
}

.gallerythumbs a {
    display: inline-block;
    margin: 5px 1px;
}

table.calendar td {
    height: 75px;
}

@media only screen and (min-width: 591px) {

    .busdir tr td,
    .councilcontent tr td,
    #contactform td {
        display: table-cell;
        width: auto;
    }

    .busdir tr td:first-child,
    .councilcontent tr td:first-child,
    #contactform table td:first-child {
        text-align: right;
        width: 25%;
        padding-right: 15px;
    }

    .busdir tr td:first-child,
    .councilcontent tr td:first-child {
        width: 50%;
    }
}

@media only screen and (min-width: 980px) {

    .busdir tr td:first-child,
    .councilcontent tr td:first-child {
        width: 30%;
    }
}

table {
    width: 100%;
}

#emergnos {
    max-width: 600px;
}

#emergnos tr td:first-child {
    text-align: right;
    padding-right: 10px;
}

.calendar_months tr+tr a {
    margin-right: 16px;
}

.event_listing .date a.prevmonth,
.event_listing .date a.nextmonth {
    padding: 4px 11px;
}

@media only screen and (max-width: 590px) {
    table td {
        display: block;
        width: 100%;
    }

    .busdir tr td:first-child,
    .councilcontent tr td:first-child,
    #emergnos tr td:first-child {
        text-align: left;
        padding-top: 15px;
        margin-bottom: -9px;
    }

    #contactform tbody tr:last-child td:first-child {
        display: none;
    }

    #contactform #swimform tbody tr:last-child td:first-child {
        display: block;
    }

    #contactform tbody tr:last-child td:last-child {
        padding-bottom: 30px;
    }

    .calendar caption.calendar-month {
        font-size: 3em;
    }

    .calendar>tbody>tr:first-child {
        display: none;
    }

    .calendar>tbody>tr>td {
        border-bottom: 1px solid hsla(0, 0%, 83%, 1.00);
    }

    table.calendar td {
        height: auto;
    }

    .calendar_months tr:first-of-type td {
        width: auto;
        display: inline-block;
    }

    .calendar_months tr:first-of-type td[width="240"] {
        margin-left: 16px;
    }

    .calendartime {
        margin-top: -8px;
        display: inline-block;
    }

    .container,
    .container-fluid {
        width: 100%;
        padding: 0 15px;
    }
}

.sitemap h2 a {
    border: rgb(255, 255, 255) 1px dotted;
    padding: 4px 50px 8px;
    font-size: 30px;
    min-width: 220px;
    display: inline-block;
    text-align: center;
    color: white;
}

.sitemap h2 a:hover {
    border: rgb(236, 170, 27) 1px dotted;
    color: #ecaa1b;
}

.sitemap a:hover {
    color: #ecaa1b;
}

.sitemap .cell-xs-12.cell-md-12+.cell-xs-12.cell-md-12 {
    margin-top: 30px;
}

.sitemap ul {}

.sitemap ul li {
    padding-top: 10px;
    position: relative
}

.sitemap ul li a:before {
    content: ' ';
    width: 10px;
    height: calc(0.7em + 23px);
    position: absolute;
    border-left: rgb(119, 185, 229) 1px dotted;
    border-bottom: rgb(119, 185, 229) 1px dotted;
    left: -16px;
    top: -14px;
}

.sitemap ul li:first-of-type a:before {
    content: ' ';
    width: 10px;
    height: calc(0.7em + 10px);
    position: absolute;
    border-left: rgb(119, 185, 229) 1px dotted;
    border-bottom: rgb(119, 185, 229) 1px dotted;
    left: -16px;
    top: 0px;
}

.sitemap ul>li:last-of-type ul:before {
    content: ' ';
    width: 10px;
    height: 100%;
    position: absolute;
    border-left: rgb(119, 185, 229) 1px dotted;
    /* border-bottom: rgb(119, 185, 229) 1px dotted; */
    left: -16px;
    top: -2px;
    bottom: 0;
    visibility: hidden
}

.sitemap ul>li>ul:before {
    content: ' ';
    width: 10px;
    height: calc(100% - 11.6px);
    position: absolute;
    border-left: rgb(119, 185, 229) 1px dotted;
    /* border-bottom: rgb(119, 185, 229) 1px dotted; */
    left: -16px;
    top: -2px;
    bottom: 0;
}

.sitemap ul>li>ul>li a:before {
    content: ' ';
    width: 10px;
    height: calc(0.7em + 22px) !important;
    position: absolute;
    border-left: rgb(119, 185, 229) 1px dotted;
    border-bottom: rgb(119, 185, 229) 1px dotted;
    left: -16px;
    top: -12px !important;
}

.sitemap ul>li>ul>li:first-of-type a:before {
    content: ' ';
    width: 10px;
    height: calc(0.7em + 10px) !important;
    position: absolute;
    border-left: rgb(119, 185, 229) 1px dotted;
    border-bottom: rgb(119, 185, 229) 1px dotted;
    left: -16px;
    top: 0px !important;
}

.sitemap ul {
    margin-top: 3px;
    list-style-type: none;
}

.sitemap .cell-xs-12.cell-md-12 {
    margin-top: 10px;
}

.sitemap {
    padding-bottom: 70px;
    list-style-type: none;
}

/*WebSuite*/
.mceContentBody {
    background: none;
}

.mceListBoxMenu,
.mceColorSplitMenu,
.mceSplitButtonMenu {
    position: fixed !important;
    top: 51px !important;
}

.mceListBoxMenu>div.mceListBoxMenu,
.mceSplitButtonMenu>div.mceSplitButtonMenu {
    position: relative !important;
    top: 0px !important;
}

.mceToolbar a {
    color: #000 !important;
}

.mceListBoxMenu.defaultSkin .mceMenu table,
.mceListBoxMenu {
    background: inherit !important;
}

.defaultSkin a,
.defaultSkin img,
.defaultSkin div,
.defaultSkin td,
.defaultSkin iframe,
.defaultSkin a:hover,
.defaultSkin a:link,
.defaultSkin a:visited,
.defaultSkin a:active {
    color: inherit !important;
}

.defaultSkin .mceListBox .mceText,
.defaultSkin .mceMenuItemTitle span.mceText {
    color: #000 !important;
}

.border {
    border: 1px solid #000;
    padding: 2px;
}


*,
::before,
::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.td input {
    padding: 0.2em 0.5em;
    font-size: 1.2em;
    width: 100%;
    outline: 0;
    color: black;
}

input,
button {
    color: #000;
    font-family: Lato;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}

form.search_overlay {
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    z-index: 5;
    /* transform: translate(-50%, -50%); */
    width: 50%;
    min-width: 310px;
    margin: 1em auto 0;
    display: block;
    opacity: .9;
    backface-visibility: hidden;
}

.rd-navbar-fixed-linked form.search_overlay {
    top: 50%;
}

#s-cover {
    width: 1px;
    padding-left: 1em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgb(248, 186, 59);
    backface-visibility: hidden;
}

button {
    position: relative;
    display: block;
    width: 2.6em;
    height: 2.6em;
    cursor: pointer;
    outline: none;
    border: 0;
}

#s-circle {
    position: relative;
    top: -0.2em;
    left: 0;
    width: 1em;
    height: 1em;
    margin-top: 0;
    border: 0.3em solid #fff;
    background-color: transparent;
    border-radius: 50%;
    transition: 0.4s ease all;
}

.search_overlay button span {
    position: absolute;
    top: 1.3em;
    left: 1em;
    display: block;
    width: 1em;
    height: 0.75em;
    background-color: transparent;
    border-radius: 10px;
    border: 0;
    transform: rotateZ(52deg);
    transition: 0.4s ease all;
    backface-visibility: hidden;
}

button span:before,
button span:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.9em;
    height: 0.3em;
    background-color: #fff;
    border-radius: 10px;
    transform: rotateZ(0);
    transition: 0.4s ease all;
}

#s-cover:hover #s-circle {
    top: -0.1em;
    width: 1.9em;
    height: 0.3em;
    border-width: 0;
    background-color: #fff;
    border-radius: 20px;
}

#s-cover:hover span {
    top: 50%;
    left: 0.7em;
    width: 1.5em;
    margin-top: -0.7em;
    transform: rotateZ(0);
}

#s-cover:hover button span:before {
    bottom: 0.35em;
    transform: rotateZ(52deg);
}

#s-cover:hover button span:after {
    bottom: -0.35em;
    transform: rotateZ(-52deg);
}

#s-cover:hover button span:before,
#s-cover:hover button span:after {
    right: 0em;
    width: 1.2em;
    background-color: #fff;
}

.tb {
    display: table;
    width: 100%;
    background: #FBDFA5;
    padding: 0.3em;
    border-radius: 0.8em;
    margin: 0;
}

.td {
    display: table-cell;
    vertical-align: middle;
}

.td {
    background: white;
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}

.tb {
    display: table;
    width: 100%;
    background: rgb(248, 186, 59);
    padding: 0.3em;
    border-radius: 0.8em;
    margin: 0;
}

input[type="text"]::placeholder {
    color: #4C4C4C;
}

@media (max-width: 800px) {
    form.search_overlay {
        position: relative;
        bottom: 50%;
        left: auto;
        min-width: 0;
    }
}

@media (max-width: 616px) {
    form.search_overlay {
        left: 47%;
        width: 95%;
    }

    .camera_prev,
    .camera_next {
        display: none;
    }
}


#contactform input[type="submit"] {
    background: rgb(248, 186, 59);
    padding: 1em;
    width: 100%;
    cursor: pointer;
}

.bulletin_wrapper h3 {
    background: #f8c03b;
    box-shadow: inset 1px 1px 20px #66512e;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    border-top-right-radius: 25px;
    opacity: 0.8;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.bulletin_time {
    font-size: 25px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 13px;
    font-family: tinos;
    display: flex;
}

.bulletin_date:before {
    content: '\f073';
    font-family: 'FontAwesome';
    font-weight: 900;
    margin-right: .3em;
}

.bulletin_hour:before {
    content: '\f017';
    font-family: 'FontAwesome';
    font-weight: 900;
}

.bulletin_hour {
    display: flex;
}

.bulletin_date {
    margin-right: 2em;
}

.bulletin_hour .bulletin_start {
    margin-left: 0.5em;
    margin-right: 0.3em;
}

.bulletin_end:before {
    content: '-';
    margin-right: .3em;
}

.bulletin_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bulletin_images {
    width: 33%;
    display: flex;
    flex-direction: column;
}

.bulletin_images>a {
    /* padding-bottom: 50%; */
    margin-top: 1em;
    background-position: center;
    background-size: cover;
    flex-grow: 1;
    max-height: 400px;
    max-width: 400px;
}

.bulletin_details {
    width: 66%;
    padding-left: 1em;
    flex-grow: 1;
}

.thumb:hover .media_overlay {
    opacity: 1;
}

span.media_overlay {
    background: rgb(255 255 255 / 48%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s all ease;
    opacity: 0;
}

span.media_overlay:before {
    content: '\f065';
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2em;
    transform: scale(0);
    transition: .3s all ease;
    text-shadow: 0 0 10px black;
}

.thumb:hover .media_overlay:before {
    transform: scale(1);
}


@media (max-width:767px) {
    .bulletin_item {
        flex-direction: column;
    }

    .bulletin_images {
        height: 180px;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .bulletin_images>a {
        margin: .3em;
    }

    .bulletin_time {
        display: flex;
        flex-direction: column;
    }

    .bulletin_hour {
        margin-top: .5em;
    }

    .bulletin_details {
        width: 100%;
        padding-left: 0;
    }
}


.shadowbox {
    position: fixed;
    inset: 0;
    z-index: 999999999999;
    background: rgb(0 0 0 / 66%);
}

.popover_wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 3rem 0 0 0;
    width: calc(100% - 4rem);
    max-width: 550px;
    max-height: calc(100% - 4rem);
    height: 600px;
    box-sizing: border-box;
    /* overflow: hidden; */
    border-radius: 2rem;
}

.popover_inner {
    padding: 0 2rem;
    overflow: auto;
    position: absolute;
    inset: 0;
    background: white;
    width: 100%;
    box-sizing: border-box;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

div#close_popover:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 0.9em;
}

div#close_popover {
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    background: orange;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    box-shadow: 0 0 0.5rem black;
    color: white;
    cursor: pointer;
}

.button {
    background: orange;
    margin: auto;
    display: block;
    color: white !important;
    border: 2px solid white;
    box-shadow: 0 0 0.3rem black;
    margin-bottom: 2rem;
    border-radius: 1rem;
    width: fit-content;
    padding: 0.6rem 1rem;
    font-size: clamp(18px, 5vw, 24px);
}

.button:before {
    margin-right: 0.6rem;
}

.button:hover {
    text-decoration: none;
}

.popover_wrapper .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-bottom: 1rem;
    white-space: nowrap;
}

.popover_wrapper:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 5rem;
    background: black;
    height: 5px;
    background: linear-gradient(0deg, rgb(0 0 0 / 18%) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}