body {
    /*overflow: hidden;*/
}

.off-canvas-wrapper {
    overflow: hidden;
}

#header {
    padding-top: 25px;
    padding-bottom: 10px;
}

#logo {
    padding-top: 5px;
    padding-bottom: 5px;
}


/*Main Menu*/

.mainmenu > ul {
    padding-top: 2em;
    margin: 0;
    list-style-type: none;
    list-style-type: none;
}

.mainmenu > ul {
    box-sizing: border-box;
}

.mainmenu > ul > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.mainmenu > ul > li > a {
    color: black;
}

.mainmenu .current,
.mainmenu > ul > li > a:hover {
    color: orange;
}

.mainmenu > ul > li > a::before {
    content: '';
    position: absolute;
    border-right: 1px solid;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: black;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -webkit-backface-visibility: hidden;
}

.mainmenu > ul > li:last-child > a::before {
    border: none;
}

.mainmenu > ul > li:not(.menu-text) > a {
    display: block;
    padding: 0.7em;
    line-height: 1;
}

[data-whatinput="mouse"] .mainmenu > ul > li {
    outline: 0;
}


/*off-canvas menu*/

.mobile-ofc {
    background: #333;
    font-size: 0.8125rem;
    font-weight: bold;
}

.mobile-ofc .menu a {
    height: 45px;
    line-height: 45px;
    color: #e6e6e6;
    padding-top: 0;
    padding-bottom: 0;
}

.mobile-ofc .menu a:hover:not(.button),
.mobile-ofc .menu a:focus {
    background: black;
}

.mobile-ofc .menu a.button {
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
}

.mobile-ofc .title {
    color: #8a8a8a;
    padding: 10px;
    padding-left: 15px;
    font-size: 0.8em;
    background: #2c2c2c;
}

.off-canvas a.close-button {
    color: #e6e6e6;
}

.off-canvas .close-button:hover,
.off-canvas .close-button:focus {
    color: #e6e6e6;
}

.font-awesome a{
    color:black;
}

.font-awesome a:hover, .social-icon a:hover{
    color:orange;
}

#banner {
    background-size: cover;
    height: auto;
    width: auto;
    background-position: 50% 0px;
    position: relative;
}

#bannertext {
    right: 0px;
    height: 70%;
    font-size: 15px;
    top: 0;
}

#bannertext ul {
    list-style-position: inside;
}

#bannertext a:hover,
#bannertext a:active {
    text-decoration: underline;
}

.bannerhead {
    color: #ffffff;
    position: absolute;
    font-size: 2em;
}


/* belowimg */

.belowimg {
    background: #000000;
    color: #ffffff;
}

.footermenu {
    padding: 30px 0px 30px 30px;
    text-align: left;
    margin: 0px;
}

.footermenu li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footermenu li a {
    color: #ffffff;
}

.footermenu li a {
    color: #ffffff;
}

.footermenu li a:focus,
.footermenu li a:hover {
    color: #1585cf;
    text-decoration: underline;
}

.footermenu li::before {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0px 20px;
    background-color: white;
    content: "";
}

.footermenu li:first-child:before {
    display: none;
}


/* icons */

#icons {
    text-align: center;
    display: table;
    width: 100%;
    position: absolute;
    bottom: 1em;
}

#icons a {
    display: inline-block;
}

#icons img {
    width: 2em;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    margin-right: 2px;margin-left: 2px;
}

#icons img:hover,
#icons .current {
    -webkit-filter: none;
            filter: none;
}


/* Footer*/

.copyright {
    padding: 16px;
    float: left;
}

.footer-info {
    padding: 16px;
    float: right;
}

.zurb-footer-bottom {
    clear: both;
    position: relative;
    z-index: 10;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
    background: transparent;
}

.social-icon a{
    color: #000000;
}

/* Modal */

.remodal p,
.remodal ul {
    text-align: justify;
}

.remodal {
    color:#ffa500;
    background-color:#ffffff;
   	border-radius:5px;
   	padding: 25px;
    border: 1px solid beige;
    box-shadow: rgba(32,32,32,1) 0 4px 20px, rgba(0,0,0,0.1) 0 0 60px inset;
}
.remodal .modalcon {
    font-weight: bold;
    text-align: justify;
    float: left;
}

.remodal-close {
    left: unset !important;
    right: 0;
}

#map {
    width: 100%;
}


/*Mobile CSS*/

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #logo {
        margin: 0 auto;
        display: block;
    }
    .mainmenu {
        text-align: center;
    }
    .mainmenu > ul {
        display: inline-block;
        float: none;
        margin: 0 auto;
    }
    .mainmenu > ul > li:not(.menu-text) > a {
        text-align: center;
    }
    .font-awesome{
        text-align: right;
        padding-top: 1em
    }
    .bannerhead {
        font-size: 1em;
    }
    #bannertext {
        color: black;
        position: relative;
        width: auto;
        text-align: justify;
        padding: 30px;
        margin: 0px;
    }
    #bannertext a {
        color: #000000;
    }
    .footer-info {
        float: left !important;
    }
    .zurb-footer-bottom {
        color: #ffffff !important;
        background-color: #000000 !important;
    }
    .social-icon a{
        color:#ffffff;
    }
    .font-awesome{
        text-align: left;
    }
    .font-awesome a{
        color: #ffffff !important;
    }
    .font-awesome a:hover{
        color: orange !important;
    }
    #map {
        height: 195px;
    }
}


/*Tablet CSS*/

@media screen and (min-width: 40em) {
    #logo {
        margin: 0 auto;
        display: block;
    }
    .mainmenu {
        text-align: center;
    }
    .mainmenu > ul {
        display: inline-block;
        float: none;
        margin: 0 auto;
        padding-top: 4em;
    }
    .mainmenu > ul > li:not(.menu-text) > a {
        text-align: center;
    }
    .font-awesome{
        text-align: right;
    }
    #bannertext {
        color: black;
        position: relative;
        width: auto;
        text-align: justify;
        padding: 30px;
        margin: 0px;
    }
    #bannertext a {
        color: #000000;
    }
    .copyright {
        max-width: 50%;
    }
    #map {
        height: 315px;
    }
}


/*PC CSS*/

@media screen and (min-width: 64em) {
    body {
        /*overflow: hidden;*/
    }
    #logo {
        margin: 0 auto;
        display: block;
    }
    .mainmenu {
        text-align: center;
    }
    .mainmenu > ul {
        display: inline-block;
        float: right;
        margin: 0 auto;
    }
    .mainmenu > ul > li:not(.menu-text) > a {
        text-align: center;
    }
    .font-awesome{
        text-align: right;
    }
    #banner {
        position: relative;
    }
    #banner > img {
        width: 100%;
    }
    #bannertext {
        color: #ffffff;
        position: absolute;
        width: 25%;
        padding: 0px;
        text-align: justify;
        margin-right: 4%;
        margin-top: 4%;
    }
    #bannertext a {
        color: #ffffff;
    }
    .footer-info {
        float: right;
        padding: 30px
    }
    .copyright {
        padding: 30px;
        float: left;
    }
    .zurb-footer-bottom {
        background-color: white;
        color: black;
        font-size: 15px;
    }
    #map {
        height: 590px;
    }
}
