@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");


body {
    position: relative;
    float: left;
    width: 100%;
    font-family: Source Sans Pro,sans-serif;
    background-color: #ffffff;
}
input, button, select, textarea, optgroup, option, a, p, h1, h2, h3, h4, h5, h6 {
    font-family: Source Sans Pro,sans-serif;
}

a {
    text-decoration: none;
}

.container {
    position: relative;
    float: left;
    width: 1280px;
    margin-left: calc((100% - 1280px) / 2);
}

#about {
    position: relative;
    float: left;
    width: 100%;
    background-color: #192F7C;
}
#about .container .box {
    position: relative;
    float: left;
    width: calc(100% - 200px);
    margin-left: 100px;
    padding: 80px 0;
}
#about .container .box figure.profile {
    position: relative;
    float: left;
    width: calc(40% - 20px);
}
#about .container .box figure.profile img {
    position: relative;
    float: left;
    width: 100%;
}
#about .container .box .content {
    position: relative;
    float: right;
    width: calc(60% - 20px);
}
#about .container .box .content h3 {
    color: #7BAFDE;
    margin-bottom: 15px;
    font-size: 42px;
    line-height: 36px;
}
#about .container .box .content p {
    color: #ffffff;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: lighter;
}
#about .container .box .content p span {
    letter-spacing: 1.2px;
    font-size: 20px;
}
#about .container .schedule {
    position: relative;
    float: left;
    width: calc(100% - 200px);
    height: 250px;
    margin-top: -200px;
    margin-left: 100px;
}
#about .container .schedule .row {
    position: relative;
    float: left;
    width: 100%;
}
#about .container .schedule .row.top {
    height: 90px;
}
#about .container .schedule .row.top .alert {
    position: relative;
    float: right;
    height: calc(100% - 40px);
    padding: 20px 30px;
    background-color: #f8f3ec;
    z-index: 100;
}
#about .container .schedule .row.top .alert h4 {
    position: relative;
    float: left;
    padding: 0 100px 0 30px;
    color: #ffffff;
    background-color: #7BAFDE;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}
#about .container .schedule .row.top .seal {
    position: absolute;
    right: -55px;
    top: -25px;
    width: 140px;
    height: 140px;
    z-index: 200;
}
#about .container .schedule .row.top .seal figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}
#about .container .schedule .row.top .seal figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about .container .schedule .row.bottom {
    height: 160px;
}
#about .container .schedule .row.bottom .info {
    position: relative;
    float: left;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
}
#about .container .schedule .row.bottom .info form {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
#about .container .schedule .row.bottom .info form ul {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
#about .container .schedule .row.bottom .info form ul li {
    position: relative;
    float: left;
    width: calc(25% - 1px);
    height: 100%;
}
#about .container .schedule .row.bottom .info form ul li .full {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
#about .container .schedule .row.bottom .info form ul li .half {
    position: relative;
    float: left;
    width: calc(50% - 1px);
    height: 100%;
}
#about .container .schedule .row.bottom .info form ul li label {
    position: relative;
    float: left;
    color: #192F7C;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
#about .container .schedule .row.bottom .info form ul li input {
    position: relative;
    float: left;
    width: 100%;
    height: 42px;
    border: none;
    line-height: 42px;
    font-size: 18px;
    color: #474747;
}
#about .container .schedule .row.bottom .info form ul li input[type=date] {
    max-width: 170px;
}
#about .container .schedule .row.bottom .info form ul li select {
    position: relative;
    float: left;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    z-index: 999;
    background-color: transparent;
    color: #474747;
}
#about .container .schedule .row.bottom .info form ul li .selectarrow {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 30px;
    height: 42px;
}
#about .container .schedule .row.bottom .info form ul li .selectarrow a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    line-height: 42px;
    color: #192F7C;
    text-align: center;
}
#about .container .schedule .row.bottom .info form ul li .field {
    position: relative;
    float: left;
    width: calc(100% - 30px);
    height: 42px;
}
#about .container .schedule .row.bottom .info form ul li p.value {
    color: #192F7C;
    font-size: 12px;
    line-height: 60px;
    font-size: 28px;
}
#about .container .schedule .row.bottom .info form ul li a.submit {
    position: relative;
    float: right;
    height: 80px;
}
#about .container .schedule .row.bottom .info form ul li a.submit p {
    position: relative;
    float: left;
    line-height: 80px;
    color: #7BAFDE;
    margin-right: 15px;
    font-weight: bold;
    font-size: 16px;
}
#about .container .schedule .row.bottom .info form ul li a.submit figure {
    position: relative;
    float: right;
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
}
#about .container .schedule .row.bottom .info form ul li a.submit figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about .watermark {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 400px;
    width: 100%;
    background-image: url("../images/wewewe.png");
    background-repeat: repeat-x;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
#header .ontop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.25s
}

#header .ontop .contact {
    position: relative;
    float: left;
    width: 100%;
    height: 65px;
    background-color: #fff;
}
#header .ontop .contact .container {
    height: 100%;
}
#header .ontop .contact ul {
    position: relative;
    height: 100%;
}
#header .ontop .contact ul li {
    position: relative;
    float: left;
    height: 100%;
}
#header .ontop .contact ul li a {
    position: relative;
    float: left;
    color: #192F7C;
    height: 100%;
    line-height: 45px;
}
#header .ontop .contact ul.direct {
    float: left;
}
#header .ontop .contact ul.direct li {
    margin-left: 30px;
}
#header .ontop .contact ul.direct li a {
    font-size: 15px;
}
#header .ontop .contact ul.direct li a i {
    margin-right: 3px;
}
#header .ontop .contact ul.direct li:first-child {
    margin-left: 0;
}
#header .ontop .contact ul.social {
    float: right;
}
#header .ontop .contact ul.social li {
    margin-right: 5px;
}
#header .ontop .contact ul.social li:last-child {
    margin-right: 0;
}

#header .ontop .mainmenu {
    position: relative;
    float: left;
    width: 100%;
    height: 95px;
    background-color: rgba(255,255,255,0.9);
}
#header .ontop .mainmenu .container {
    height: 100%;
}
#header .ontop .mainmenu ul {
    position: relative;
    height: 100%;
}
#header .ontop .mainmenu ul li {
    position: relative;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}
#header .ontop .mainmenu ul li a {
    color: #242424;
    font-size: 16px;
}
#header .ontop .mainmenu ul li a:hover {
    color: #575757;
}
#header .ontop .mainmenu ul.left {
    float: left;
}
#header .ontop .mainmenu ul.left li {
    margin-left: 30px;
}
#header .ontop .mainmenu ul.left li:first-child {
    margin-left: 0;
}
#header .ontop .mainmenu ul.right {
    float: right;
}
#header .ontop .mainmenu ul.right li {
    margin-right: 30px;
}
#header .ontop .mainmenu ul.right li:last-child {
    margin-right: 0;
}
#header .ontop .tie {
    position: absolute;
    top: 0;
    left: calc((100% - 300px) / 2);
    width: 300px;
    height: 180px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
#header .ontop .tie a {
    position: relative;
    float: left;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    padding: 25px;
}
#header .ontop .tie a figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#header .ontop .tie a figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#header .ontop .tie a.newlogofix {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    padding: 0;
    background-color: #3551A3;
}

#header .outtop {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.25);
    transition: 0.25s;
}
#header .outtop a.logo {
    position: relative;
    float: left;
    height: 60px;
    width: 110px;
    margin-top: 10px;
}
#header .outtop a.logo figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#header .outtop a.logo figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#header .outtop .mainmenu {
    position: relative;
    float: right;
    max-width: calc(100% - 130px);
    height: 60px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
#header .outtop .mainmenu ul {
    position: relative;
    float: right;
}
#header .outtop .mainmenu ul li {
    position: relative;
    float: left;
    padding-left: 30px;
    height: 100%;
}
#header .outtop .mainmenu ul li:first-child {
    padding-left: 0;
}
#header .outtop .mainmenu ul li a {
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #242424;
    transition: 0.2s;
}
#header .outtop .mainmenu ul:hover li a {
    color: #b9b9b9;
}
#header .outtop .mainmenu ul li a:hover {
    color: #242424;
}

#header.scrolled .ontop {
    top: -190px;
}
#header.scrolled .outtop {
    top: 0;
}

#header .mobilemenubar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}
#header .mobilemenubar a.switchmenu {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 10px;
}
#header .mobilemenubar a.switchmenu i {
    line-height: 60px;
    font-size: 40px;
    color: #192F7C;
}
#header .mobilemenubar a.logo {
    position: relative;
    float: left;
    width: 120px;
    height: 60px;
    margin-top: 10px;
    margin-left: calc((100% - 180px) / 2);
}
#header .mobilemenubar a.logo figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
#header .mobilemenubar a.logo figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#header .mobilemenupanel {
    display: none;
    position: fixed;
    top: 0;
    left: -999em;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0,0,0,0.5);
}
#header .mobilemenu {
    position: fixed;
    top: 20px;
    left: -100vw;
    width: 540px;
    height: calc(100vh - 40px);
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: 0.25s;
}
#header .mobilemenu ul {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin: 20px;
}
#header .mobilemenu ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 2px 0;
}
#header .mobilemenu ul li a {
    position: relative;
    float: left;
    width: calc(100% - 10px);
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    background-color: #ffffff;
    padding: 10px 5px;
    border-radius: 3px;
    transition: 0.25s;
}
#header .mobilemenu ul li a:hover {
    background-color: #f2f2f2;
}
#header .mobilemenu ul li:first-child a {
    font-size: 32px;
    color: #7BAFDE;
}

#main {
    position: relative;
    float: left;
    width: 100%;
}

#highlight {
    position: relative;
    float: left;
    width: 100%;
    height: calc(100vh - 150px);
}
#highlight figure.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#highlight figure.background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#highlight .info {
    position: relative;
    float: right;
    margin-right: 100px;
    margin-top: calc(50vh + 200px);
    width: calc(100% - 100px);
}
#highlight .info h1 {
    text-align: right;
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #192F7C;
}
#highlight .info h1 span {
    color: #587ABC;
    font-size: 42px;
    line-height: 36px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

#footer {
    position: relative;
    float: left;
    width: 100%;
    background-color: #3551A3;
}

#footer .container {
    padding: 30px 0;
}

#footer .logo {
    position: relative;
    float: left;
    width: 230px;
    height: 230px;
    margin-left: 50px;
    margin-right: 50px;
}
#footer .logo figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#footer .logo figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#footer .information {
    position: relative;
    float: left;
    width: calc(100% - 480px);
    min-height: 230px;
    color: #ffffff;
    display: flex;
    align-items: center;
}
#footer .information .box {
    position: relative;
    float: left;
    width: 100%;
}
#footer .information .box ul {
    position: relative;
    float: left;
    width: 100%;
}
#footer .information .box p {
    font-size: 18px;
    line-height: 22px;
}
#footer .information .box ul {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}
#footer .information .box ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 2px 0;
}
#footer .information .box ul li a {
    position: relative;
    float: left;
    color: #ffffff;
    text-decoration: none;
    line-height: 24px;
}
#footer .information .box ul li a i {
    margin-right: 5px;
}

#footer .social {
    position: relative;
    float: right;
    width: 100px;
}
#footer .social ul {
    position: relative;
    float: right;
}
#footer .social ul li {
    position: relative;
    float: left;
    margin-left: 10px;
}
#footer .social ul li a {
    position: relative;
    float: left;
    color: #7BAFDE;
    font-size: 24px;
}

#footer .watermark {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
    /* background-image: url("../images/watermark_footer.png"); */
    /* background-repeat: repeat-x; */
}

#touristnews {
    position: relative;
    float: left;
    width: 100%;
    padding: 90px 0;
}
#touristnews .presentation {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
#touristnews .presentation h5 {
    position: relative;
    float: left;
    color: #071c39;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
}
#touristnews .presentation h5 span {
    color: #192F7C;
    font-size: 42px;
    line-height: 46px;
    margin-top: 20px;
}

#touristnews ul {
    position: relative;
    float: left;
    width: 100%;
}
#touristnews ul li {
    position: relative;
    float: left;
    width: calc(100% / 3);
}
#touristnews ul li a {
    position: relative;
    float: left;
    width: calc(100% - 30px);
    padding: 15px;
    background-color: #ffffff;
    transition: 0.25s;
}
#touristnews ul li a figure {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
#touristnews ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.25s;
}
#touristnews ul li a:hover {
    background-color: #f8f3ec;
}
#touristnews ul li a:hover figure img {
    width: 105%;
    height: 105%;
}
#touristnews ul li a .recreation {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}
#touristnews ul li a .recreation p {
    position: relative;
    float: left;
    text-align: right;
    color: #192F7C;
    font-size: 32px;
    line-height: 26px;
    margin-top: 20px;
}
#touristnews ul li a .recreation p span {
    color: #071c39;
    font-size: 21px;
    line-height: 22px;
}
#touristnews .more {
    position: relative;
    float: left;
    width: 100%;
}
#touristnews .more a {
    position: relative;
    float: right;
    line-height: 46px;
    font-size: 18px;
    color: #192F7C;
    margin: 60px 0 20px 0;
    transition: 0.25s;
}
#touristnews .more a:hover {
    color: #000e30;
}
#touristnews .more a figure {
    position: relative;
    float: right;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-left: 10px;
    overflow: hidden;;
}
#touristnews .more a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#doa360tour {
    position: relative;
    float: left;
    width: 100%;
    height: 330px;
}
#doa360tour a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
#doa360tour .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#doa360tour .background figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
#doa360tour .background figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#newsletter {
    position: relative;
    float: left;
    width: 100%;
    padding: 90px 0;
    background-color: #f8f3ec;
}
#newsletter .info {
    position: relative;
    float: left;
    width: calc(100% - 280px);
    padding: 40px;
    margin-left: 100px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
}

#newsletter form {
    position: relative;
    float: left;
    width: 100%;
}
#newsletter form ul {
    position: relative;
    float: left;
    width: 100%;
}
#newsletter form ul li {
    position: relative;
    float: left;
    width: calc((100% - 82px) / 3);
}
#newsletter form ul li:last-child {
    position: relative;
    float: right;
    width: 80px;
}
#newsletter form ul li label {
    position: relative;
    float: left;
    height: 20px;
    color: #000e30;
}
#newsletter form ul li input {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    height: 50px;
    padding: 0;
    clear: both;
    border: none;
    line-height: 50px;
    margin-top: 10px;
    font-size: 28px;
    background-color: transparent;
}
#newsletter form ul li em {
    display: none;
}
#newsletter form ul li button {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
#newsletter form ul li button span {
    display: none;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    float: left;
    width: calc( 100% - 90px);
}
#newsletter form ul li button figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
#newsletter form ul li button figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#newsletter .presentation {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
#newsletter .presentation h5 {
    position: relative;
    float: left;
    color: #071c39;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
}
#newsletter .presentation h5 span {
    color: #192F7C;
    font-size: 42px;
    line-height: 46px;
    margin-top: 20px;
}

#envies {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999;
    display: none;
}
#envies .content {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#envies .content .box {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 300px;
}
#envies .content .box figure {
    position: relative;
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
#envies .content .box figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#envies .content .box p {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    margin-top: 30px;
}

#imagegallery {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0;
}
#imagegallery.aboutusajust {
    padding-top: 0;
}
#imagegallery ul {
    position: relative;
    float: left;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 50px;
}
#imagegallery ul li {
    position: relative;
    float: left;
    width: calc(100% / 3);
}
#imagegallery ul li a {
    position: relative;
    float: left;
    width: calc(100% - 30px);
    height: 290px;
    padding: 15px;
    background-color: #ffffff;
    transition: 0.25s;
}
#imagegallery ul li a figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#imagegallery ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.25s;
}
#imagegallery ul li a figure img.contain {
    object-fit: contain;
}
#imagegallery ul li a:hover {
    background-color: #f8f3ec;
}
#imagegallery ul li a:hover figure img {
    width: 105%;
    height: 105%;
    object-fit: cover;
}
#imagegallery ul li a:hover figure img.contain {
    object-fit: contain;
}

.aboutthis {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #f8f3ec;
}
.aboutthis .retreat {
    position: relative;
    float: left;
    width: calc(100% - 160px);
    margin-left: 80px;
}
.aboutthis h1 {
    color: #01399e;
    font-size: 48px;
    line-height: 42px;
    margin-left: 100px;
}
.aboutthis h1 span {
    font-size: 24px;
    line-height: 24px;
    margin-left: -50px;
    font-weight: lighter;
}
.aboutthis p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    color: #192F7C;
    font-weight: lighter;
    text-indent: 4ch;
    text-align: justify;
}

.line {
    position: relative;
    float: left;
    width: 100%;
    height: 6px;
    background-color: #192F7C;
}
.line .middle {
    position: relative;
    float: right;
    width: 50%;
    height: 100%;
    background-color: #192F7C;
}
.line .middle .tip {
    position: relative;
    float: right;
    width: 45px;
    height: 100%;
    background-color: #7BAFDE;
}

.alertaErro {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000e30;
    color: #ffffff;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 14px;
}

#sights {
    position: relative;
    float: left;
    width: 100%;
}
#sights ul {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
#sights li {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 30px 0;
}
#sights ul li a {
    position: relative;
    float: left;
    width: 100%;
}
#sights ul li .left {
    position: relative;
    float: left;
    width: 400px;
    margin-left: 30px;
}
#sights ul li .left figure.cover {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
#sights ul li .left figure.cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#sights ul li .left figure.cover img.cover {
    object-fit: cover;
}
#sights ul li .left .info {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#sights ul li .left .info h2 {
    text-align: right;
    color: #587ABC;
    font-size: 32px;
    line-height: 26px;
}
#sights ul li .left .info h2 span {
    font-size: 20px;
}
#sights ul li .right {
    position: relative;
    float: right;
    width: calc(100% - 520px);
    margin-right: 30px;
    min-height: 346px;
    display: flex;
    align-items: center;
}
#sights ul li .right .content {
    position: relative;
    float: left;
    width: 100%;
}
#sights ul li .right .content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: lighter;
}

#sights li:nth-child(odd) {
    background-color: #192F7C;
}
#sights li:nth-child(odd) .left h2 span {
    color: #ffffff;
}
#sights li:nth-child(odd) .right p {
    color: #ffffff;
}
#sights li:nth-child(even) {
    background-color: #f8f3ec;
}
#sights li:nth-child(even) .left h2 span {
    color: #575757;
}
#sights li:nth-child(even) .right p {
    color: #575757;
}

#contact {
    position: relative;
    float: left;
    width: 100%;
    min-height: 100vh;
}
#contact .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#contact .background figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#contact .background figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#contact .background .panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,45,114,0.8);
}
#contact .content {
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    height: calc(100% - 180px);
    display: flex;
    align-items: center;
}
#contact .content .container {
    display: flex;
    justify-content: center;
}
#contact .content .container .contactcontent {
    position: relative;
    float: left;
    width: calc(100% - 180px);
    margin: 60px 0;
}
#contact .content .container .contactcontent .box {
    position: relative;
    float: left;
    width: calc(100% - 60px);
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
}
#contact .content .container .contactcontent .box ul.fields {
    position: relative;
    float: left;
    width: 100%;
}
#contact .content .container .contactcontent .box ul.fields li {
    position: relative;
    float: left;
    margin-bottom: 15px;
}
#contact .content .container .contactcontent .box ul.fields li.full {
    width: 100%;
}
#contact .content .container .contactcontent .box ul.fields li.big {
    width: calc(100% - 80px);
}
#contact .content .container .contactcontent .box ul.fields li.mid {
    width: calc((100% - 80px) / 3);
}
#contact .content .container .contactcontent .box ul.fields li.small {
    width: 80px;
}
#contact .content .container .contactcontent .box ul.fields li label {
    position: relative;
    float: left;
    width: 100%;
    color: #192F7C;
    font-size: 14px;
    margin-bottom: 5px;
}
#contact .content .container .contactcontent .box ul.fields li input {
    position: relative;
    float: left;
    width: calc(100% - 5px);
    border: none;
    height: 42px;
    font-size: 18px;
}
#contact .content .container .contactcontent .box ul.fields li textarea {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    height: 100px;
    border: 1px solid #ccc;
}
#contact .content .container .contactcontent .box ul.fields li button {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    padding: 0;
    margin-top: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
#contact .content .container .contactcontent .box ul.fields li button figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
#contact .content .container .contactcontent .box ul.fields li button figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#contact .content .container .contactcontent .box ul.fields li button span {
    display: none;
    position: relative;
    float: left;
    width: calc(100% - 80px);
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
#contact .content .container .contactcontent .box ul.fields li em {
    display: none;
}
#contact .content .container .contactcontent .box ul.links {
    position: relative;
    float: left;
    width: calc(100% / 3);
}
#contact .content .container .contactcontent .box ul.links.social {
    margin-bottom: 10px;
}
#contact .content .container .contactcontent .box ul.links li {
    position: relative;
    width: calc(100% - 20px);
    margin-top: 10px;
}
#contact .content .container .contactcontent .box ul.links li a {
    color: #192F7C;
}
#contact .content .container .contactcontent p {
    position: relative;
    float: left;
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding-top: 15px;
    width: 100%;
    line-height: 22px;
}

#structure {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 60px;
}
#structure .description {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: -10px;
}
#structure .description p {
    font-weight: lighter;
    color: #192F7C;
    font-size: 22px;
    line-height: 28px;
    text-indent: 4ch;
    margin-bottom: 20px;
    text-align: justify;
}
#structure .category {
    position: relative;
    float: left;
    width: 100%;
}
#structure .category .info {
    position: relative;
    float: left;
    width: 100%;
}
#structure .category .info p {
    text-indent: 4ch;
}
#structure .category .info.first {
    margin-bottom: 70px;
}
#structure .category .info.first h2 {
    color: #192F7C;
    margin-left: 100px;
    font-size: 42px;
}
#structure .category .info.first h2 span {
    margin-left: -50px;
    font-size: 28px;
    font-weight: lighter;
}
#structure .category .info.others {
    width: calc(100% - 80px);
    padding: 40px;
    margin-top: 30px;
    background-color: #192F7C;
}
#structure .category .info.others p {
    color: #ffffff;
    text-indent: 4ch;
}
#structure .category .info.others h2 {
    color: #7BAFDE;
    font-size: 42px;
    padding-left: 50px;
}
#structure .category .subcategory {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
#structure .category .subcategory .separation {
    position: relative;
    float: left;
    width: 100%;
}
#structure .category .subcategory .separation .line .tip {
    position: relative;
    float: right;
    width: 45px;
    height: 100%;
    background-color: #7BAFDE;
}
#structure .category .subcategory .separation .line.blank {
    background-color: #ffffff;
}
#structure .category .subcategory .separation h3 {
    position: relative;
    float: right;
    margin-right: 45px;
    color: #fff;
    background-color: #192F7C;
    padding: 0 30px;
    line-height: 48px;
    min-width: 460px;
    text-align: center;
    font-size: 26px;
    margin-top: -6px;
}
#structure .category .subcategory .slideshow {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    padding: 15px 0;
    margin-top: 30px;
    background-color: #f5f5f5;
}
#structure .category .subcategory .slideshow * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#structure .category .subcategory .slideshow .gallery {
    background: #EEE;
}
#structure .category .subcategory .slideshow .gallery-cell {
    width: 66%;
    height: 400px;
    margin-right: 10px;
    background: #FFFFFF;
    counter-increment: gallery-cell;
}
#structure .category .subcategory .slideshow .gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
    display: none;
}
#structure .category .subcategory .slideshow .gallery ol {
    display: none;
}
#structure .category .subcategory .slideshow .gallery a.galleryitem {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
#structure .category .subcategory .slideshow .gallery a.galleryitem figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#structure .category .subcategory .slideshow .gallery a.galleryitem figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutstructure {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.aboutstructure .aboutbox {
    position: relative;
    float: left;
    width: 50%;
    margin-left: -45px;
}
.aboutstructure .aboutbox .about {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.aboutstructure .aboutbox .about h1 {
    color: #192F7C;
    margin-left: 100px;
    font-size: 42px;
    text-align: center;
}
.aboutstructure .aboutbox .about h1 span {
    margin-left: -50px;
    font-size: 28px;
    font-weight: lighter;
}
.aboutstructure .aboutbox .aboutdescription {
    position: relative;
    float: left;
    width: 100%;
    background-color: #192F7C;
    padding: 40px 45px;
}
.aboutstructure .aboutbox .aboutdescription p {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    text-indent: 4ch;
    font-weight: lighter;
}
.aboutstructure .anchors {
    position: absolute;
    bottom: -75px;
    right: -45px;
    width: 50%;
    height: 150px;
    z-index: 100;
}
.aboutstructure .anchors ul {
    position: relative;
    float: right;
    width: 100%;
    height: 100%;
}
.aboutstructure .anchors ul li {
    position: relative;
    float: left;
    width: 25%;
    height: 100%;
}
.aboutstructure .anchors ul li a {
    position: relative;
    float: right;
    width: 120px;
    height: 120px;
    margin-top: 15px;
}
.aboutstructure .anchors ul li a figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.aboutstructure .anchors ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


#aboutus {
    position: relative;
    float: left;
    width: 100%;
}
#aboutus .content {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0 60px 0;
    background-color: #192F7C;
}
#aboutus .content p {
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
    font-weight: lighter;
    text-align: justify;
    color: #ffffff;
}
#aboutus .contentgallery {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 60px;
    background-color: #ffffff;
}
#aboutus .contentgallery .segment {
    position: relative;
    float: left;
    width: 100%;
}
#aboutus .contentgallery .segment .embedvideo {
    position: relative;
    float: left;
    width: 640px;
    height: 360px;
}
#aboutus .contentgallery .segment .embedvideo iframe {
    width: 100%;
    height: 100%;
}
#aboutus .contentgallery .segment .logo {
    position: relative;
    float: right;
    width: calc(100% - 660px);
    height: 360px;
}
#aboutus .contentgallery .segment .logo figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#aboutus .contentgallery .segment .logo figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#reserves {
    position: relative;
    float: left;
    width: 100%;
}
#reserves .description {
    position: relative;
    float: left;
    width: 100%;
    padding: 60px 0;
    background-color: #f8f3ec;
}
#reserves .description p {
    color: #192F7C;
    font-weight: lighter;
    font-size: 24px;
    line-height: 26px;
    margin-top: 20px;
    text-indent: 4ch;
    text-align: justify;
}
#reserves .description h2 {
    color: #192F7C;
    margin-left: 100px;
    font-size: 42px;
}
#reserves .description h2 span {
    margin-left: -50px;
    font-size: 28px;
    font-weight: lighter;
}
#reserves .content {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}
#reserves .content .box {
    position: relative;
    float: left;
    width: calc(100% - 440px);
    padding: 40px;
    margin: 60px 0;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
}
#reserves .content .box form {
    position: relative;
    float: left;
    width: 100%;
}
#reserves .content .box form ul {
    position: relative;
    float: left;
    width: 100%;
}
#reserves .content .box form ul li {
    position: relative;
    float: left;
    margin-top: 15px;
}
#reserves .content .box form ul li:first-child {
    margin-top: 0;
}
#reserves .content .box form ul li.full {
    width: 100%;
}
#reserves .content .box form ul li.big {
    width: calc(100% - 100px);
}
#reserves .content .box form ul li.mid {
    width: calc((100% - 100px) / 2);
}
#reserves .content .box form ul li.small {
    width: calc((100% - 100px) / 4);
}
#reserves .content .box form ul li.mini {
    width: 80px;
    margin-right: 50px;
}
#reserves .content .box form ul li.small.submit {
    float: right;
    width: 100px;
}
#reserves .content .box form ul li label {
    position: relative;
    float: left;
    width: 100%;
    color: #192F7C;
    font-size: 14px;
    margin-bottom: 5px;
}
#reserves .content .box form ul li input {
    position: relative;
    float: left;
    width: calc(100% - 10px);
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border: none;
    color: #474747;
}
#reserves .content .box form ul li select {
    position: relative;
    float: left;
    width: calc(100% - 10px);
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    z-index: 999;
    background-color: transparent;
    color: #474747;
}
#reserves .content .box form ul li .selectarrow {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 30px;
    height: 42px;
    background-color: #ffffff;
}
#reserves .content .box form ul li .selectarrow.ajust {
    display: none;
}
#reserves .content .box form ul li .selectarrow a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    line-height: 42px;
    color: #192F7C;
    text-align: center;
}
#reserves .content .box form ul li button {
    position: relative;
    float: right;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}
#reserves .content .box form ul li button span {
    position: relative;
    float: left;
    width: calc(100% - 62px);
    height: 100%;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    display: none;
}
#reserves .content .box form ul li button figure {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
#reserves .content .box form ul li button figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#reserves .content .box form ul li em {
    display: none;
}
#reserves .content .container {
    width: 1440px;
    margin-left: calc((100% - 1440px) / 2);
    display: flex;
    justify-content: center;
    background-color: #192F7C;
}


/* Misc =================================================================== */

.grecaptcha-badge {
    display:none;
}

/* ======================================================================== */


/* Responsivity =========================================================== */

@media only screen and (max-width: 1600px) {

    

}

@media only screen and (max-width: 1400px) {

    .container {
        width: calc(100% - 60px);
        margin-left: 30px;
    }

    .aboutstructure .aboutbox {
        margin-left: 0;
    }

    .aboutstructure .anchors {
        right: 0;
        width: calc(50% - 80px);
        bottom: -50px;
        height: 100px;
    }
    .aboutstructure .anchors ul li a {
        width: 100px;
        height: 100px;
        margin-top: 0;
    }

}


@media only screen and (max-width: 1340px) {

    .container {
        width: calc(100% - 60px);
        margin-left: 30px;
    }

    #about .container .schedule {
        width: 1080px;
        margin-left: calc((100% - 1080px) / 2);
    }
    #about .container .box {
        width: 1080px;
        margin-left: calc((100% - 1080px) / 2);
    }

    #newsletter .info {
        width: 1000px;
        margin-left: calc((100% - 1080px) / 2);
    }

    #contact .content .container .contactcontent {
        width: 1080px;
    }

    .aboutstructure .aboutbox {
        margin-left: 0;
    }
    .aboutstructure .aboutbox .aboutdescription {
        padding: 30px;
    }
    .aboutstructure .anchors {
        right: 0;
        width: calc(50% - 80px);
        bottom: -50px;
        height: 100px;
    }
    .aboutstructure .anchors ul li a {
        width: 100px;
        height: 100px;
        margin-top: 0;
    }

}


@media only screen and (max-width: 1200px) {

    #header .ontop .tie {
        left: calc((100% - 250px) / 2);
        width: 250px;
        height: 150px;
    }
    #header .ontop .contact ul.direct li {
        margin-left: 20px;
    }
    #header .ontop .contact ul.direct li a {
        font-size: 13px;
    }
    #header .ontop .mainmenu {
        height: 75px;
    }
    #header .ontop .mainmenu ul.left li {
        margin-left: 20px;
    }
    #header .ontop .mainmenu ul.right li {
        margin-right: 20px;
    }

    #about .container .schedule {
        width: 100%;
        margin-left: 0;
    }
    #about .container .schedule .row.top .alert h4 {
        font-size: 20px;
    }
    #about .container .schedule .row.top .seal {
        right: -28px;
    }
    #about .container .schedule .row.bottom {
        height: 140px;
    }
    #about .container .schedule .row.bottom .info {
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        padding: 30px;
    }
    #about .container .schedule .row.bottom .info form ul li a.submit p {
        margin-right: 6px;
        font-size: 15px;
    }
    #about .container .box {
        width: 100%;
        margin-left: 0;
    }

    #newsletter .info {
        width: calc(100% - 80px);
        margin-left: 0;
    }

    #sights ul li .left {
        width: 350px;
    }
    #sights ul li .left figure.cover {
        height: 260px;
    }
    #sights ul li .right {
        width: calc(100% - 450px);
        min-height: 306px;
    }
    #sights ul li .right .content p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    #structure .description p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 18px;
    }
    #structure .category .info.first h2 {
        font-size: 40px;
        line-height: 34px;
    }
    #structure .category .info.first h2 span {
        font-size: 26px;
    }

    .aboutstructure .aboutbox .about h1 {
        font-size: 40px;
        line-height: 34px;
    }
    .aboutstructure .aboutbox .about h1 span {
        font-size: 26px;
    }

    #structure .category .subcategory .slideshow {
        height: 350px;
    }
    #structure .category .subcategory .slideshow .gallery-cell {
        height: 350px;
    }

    #reserves .description {
        padding: 50px 0;
    }
    #reserves .content {
        background-color: #192F7C;
    }
    #reserves .content .box {
        width: calc(100% - 80px);
        padding: 40px;
        margin: 50px 0;
    }
    #reserves .content .container {
        width: calc(100% - 60px);
        margin-left: 30px;
        background-color: transparent;
    }

}


@media only screen and (max-width: 1024px) {

    .container {
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    #header .ontop .mainmenu ul li a {
        font-size: 15px;
    }

    #about .container .schedule .row.top .seal {
        right: -18px;
    }

    #newsletter .info {
        width: calc(100% - 60px);
        padding: 30px;
        margin-left: 0;
    }

    #imagegallery ul li a {
        height: 250px;
    }

    .aboutstructure .anchors {
        right: 0;
        width: calc(50% - 80px);
        bottom: -40px;
        height: 80px;
    }
    .aboutstructure .anchors ul li a {
        width: 80px;
        height: 80px;
    }

    #reserves .content .box {
        width: calc(100% - 60px);
        padding: 30px;
    }
    #reserves .content .container {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    
    
}


@media only screen and (max-width: 960px) {

    #header .ontop,
    #header .outtop {
        display: none;
        display: none;
    }

    #header .mobilemenubar {
        display: inline;
    }
    #header .mobilemenupanel {
        left: 0;
    }
    #header .mobilemenu.open {
        left: 0;
    }

    #highlight .info {
        margin-right: 0;
        width: 100%;
    }

    #about .container .box {
        padding: 40px 0;
    }
    #about .container .box figure.profile {
        width: 100%;
        height: 350px;
        margin-bottom: 20px;
    }
    #about .container .box figure.profile img {
        height: 100%;
        object-fit: cover;
        margin-bottom: 20px;
    }
    #about .container .box .content {
        width: 100%;
    }
    #about .container .schedule {
        height: unset;
    }
    #about .container .schedule .row.bottom {
        height: unset;
    }
    #about .container .schedule .row.bottom .info form ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    #about .container .schedule .row.bottom .info form ul li:last-child {
        margin-bottom: 0;
    }
    #about .container .schedule .row.bottom .info form ul li .half {
        width: 50%;
    }
    #about .container .schedule .row.bottom .info form ul li.mid {
        width: 50%;
    }
    #about .container .schedule .row.bottom .info form ul li a.submit {
        width: 100%;
        background-color: #7BAFDE;
        margin-top: 5px;
        height: 60px;
    }
    #about .container .schedule .row.bottom .info form ul li a.submit p {
        color: #ffffff;
        width: calc(100% - 90px);
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
    #about .container .schedule .row.bottom .info form ul li a.submit figure {
        width: 60px;
        height: 60px;
    }
    #about .container .schedule .row.bottom .info form ul li input[type="date"].ajust {
        width: calc(100% - 20px);
    }
    #about .container .schedule .row.bottom .info form ul li input[type="date"] {
        background-color: #f2f2f2;
        max-width: unset;
    }
    #about .container .schedule .row.bottom .info form ul li .field {
        width: 100%;
        background-color: #f2f2f2;
    }
    #about .container .schedule .row.bottom .info form ul li .field.ajust {
        width: calc(100% - 20px);
    }
    #touristnews {
        padding: 40px 0;
    }
    #touristnews ul li {
        position: relative;
        float: left;
        width: 100%;
    }
    #touristnews ul li a {
        width: 100%;
        padding: 0 0 20px 0;
        margin-bottom: 30px;
    }
    #touristnews ul li:last-child a {
        margin-bottom: 0;
    }
    #touristnews .more a {
        margin-top: 20px;
    }

    #newsletter {
        padding: 40px 0;
    }

    #sights ul {
        margin-bottom: 30px;
    }
    #sights ul li {
        padding: 20px 0;
    }

    #sights ul li .left {
        width: 280px;
        margin-left: 20px;
    }
    #sights ul li .left figure.cover {
        height: 210px;
    }
    #sights ul li .right {
        width: calc(100% - 350px);
        min-height: 286px;
        margin-right: 20px;
    }

    #imagegallery ul li a {
        height: 230px;
    }

    #footer .logo {
        width: 100%;
        height: 150px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    #footer .information {
        width: calc(100% - 74px);
        min-height: unset;
        display: flex;
        justify-content: center;
    }
    #footer .information .box {
        width: unset;
    }
    #footer .information .box ul {
        width: unset;
    }
    #footer .information .box ul li {
        width: unset;
        clear: both;
    }
    #footer .social {
        width: 64px;
    }
    #footer .social ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
    #footer .social ul li a {
        line-height: 64px;
        height: 100%;
        text-align: right;
        font-size: 48px;
    }

    #newsletter form ul li {
        width: 100%;
    }
    #newsletter form ul li:last-child {
        width: 100%;
        background-color: #7BAFDE;
        margin-top: 16px;
    }
    #newsletter form ul li label {
        font-weight: bold;
        font-size: 12px;
        line-height: 24px;
        color: #474747;
    }
    #newsletter form ul li input {
        background-color: #f2f2f2;
        padding: 0 10px;
        margin-top: 0;
    }
    #newsletter form ul li button {
        width: 100%;
    }
    #newsletter form ul li button span {
        display: inherit;
    }
    #newsletter form ul li button figure {
        float: right;
        width: 80px;
    }

    #contact .content {
        top: 80px;
        height: calc(100% - 80px);
    }
    #contact .content .container .contactcontent {
        width: 100%;
    }
    #contact .content .container .contactcontent .box {
        width: calc(100% - 40px);
        padding: 20px;
    }
    #contact .content .container .contactcontent .box ul.fields li.big {
        width: 100%;
    }
    #contact .content .container .contactcontent .box ul.fields li.mid {
        width: 100%;
    }
    #contact .content .container .contactcontent .box ul.fields li.mid.ajust {
        width: calc(100% - 85px);
        padding-right: 5px;
    }
    #contact .content .container .contactcontent .box ul.fields li.small {
        width: 80px;
    }
    #contact .content .container .contactcontent .box ul.fields li.small.fullonmobile {
        width: calc(100%);
    }
    #contact .content .container .contactcontent .box ul.fields li button {
        width: 100%;
        height: 60px;
        background-color: #7BAFDE;
        margin-top: 5px;
    }
    #contact .content .container .contactcontent .box ul.fields li button figure {
        float: right;
        width: 80px;
        height: 60px;
    }
    #contact .content .container .contactcontent .box ul.fields li button span {
        display: inherit;
    }
    #contact .content .container .contactcontent .box ul.fields li input {
        background-color: #f2f2f2;
        width: calc(100% - 10px);
        padding: 0 5px;
    }
    #contact .content .container .contactcontent .box ul.fields li textarea {
        width: calc(100% - 5px);
    }
    #contact .content .container .contactcontent .box ul.links {
        width: 50%;
    }

    .aboutthis .retreat {
        width: 100%;
        margin-left: 0;
    }

    #structure .description p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 18px;
    }
    #structure .category .info.others {
        width: calc(100% - 60px);
        padding: 30px;
    }
    .aboutstructure .aboutbox {
        width: 100%;
    }
    .aboutstructure .aboutbox .aboutdescription {
        width: calc(100% - 60px);
        padding: 30px 30px 60px 30px;
    }
    .aboutstructure .aboutbox .aboutdescription p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 18px;
    }
    .aboutstructure .anchors {
        width: 100%;
        right: 0;
        bottom: -50px;
        height: 100px;
        display: flex;
    justify-content: center;
    }
    .aboutstructure .anchors ul {
        width: unset;
    }
    .aboutstructure .anchors ul li {
        margin: 0 10px;
        width: unset;
    }
    .aboutstructure .anchors ul li a {
        width: 100px;
        height: 100px;
    }
    .aboutstructure .aboutbox .about h1 {
        text-align: left;
    }

    #structure .category .subcategory .slideshow {
        height: 300px;
    }
    #structure .category .subcategory .slideshow .gallery-cell {
        height: 300px;
    }

    #aboutus .contentgallery .segment .embedvideo {
        width: 100%;
        height: 610px;
    }
    #aboutus .contentgallery .segment .logo {
        width: 100%;
        height: 300px;
    }

    #aboutus .content p {
        font-size: 18px;
        line-height: 24px;
        margin-top: 20px;
        font-weight: lighter;
        text-align: justify;
        color: #ffffff;
    }

    #reserves .description {
        padding: 40px 0;
    }
    #reserves .description p {
        font-size: 20px;
        line-height: 24px;
        margin-top: 20px;
    }
    #reserves .description h2 {
        margin-left: 35px;
        font-size: 38px;
    }
    #reserves .description h2 span {
        margin-left: -35px;
        font-size: 26px;
    }
    #reserves .content .box {
        margin: 40px 0;
    }
    #reserves .content .box form ul li.big {
        width: 100%;
    }
    #reserves .content .box form ul li.mid {
        width: 100%;
    }
    #reserves .content .box form ul li.small {
        width: 50%;
    }
    #reserves .content .box form ul li.small.submit {
        width: 100%;
    }
    #reserves .content .box form ul li.mini {
        width: calc(50% - 10px);
        margin-right: 10px;
    }
    #reserves .content .box form ul li.mini.ajust {
        width: 50%;
        margin-right: 0;
    }
    #reserves .content .box form ul li.mini.ajust select {
        width: 100%;
    }
    #reserves .content .box form ul li.mini.ajust .selectarrow {
        right: 0px;
    }
    #reserves .content .box form ul li button {
        width: 100%;
        height: 60px;
        background-color: #7BAFDE;
    }
    #reserves .content .box form ul li button figure {
        float: right;
        width: 60px;
        height: 60px;
    }
    #reserves .content .box form ul li button span {
        display: inherit;
    }
    #reserves .content .box form ul li input {
        background-color: #f2f2f2;
        width: calc(100% - 10px);
        padding: 0 5px;
    }
    #reserves .content .box form ul li select {
        width: calc(100% - 10px);
        padding: 0 5px;
    }
    #reserves .content .box form ul li .selectarrow {
        background-color: #f2f2f2;
    }
    #reserves .content .box form ul li .selectarrow.ajust {
        display: inherit;
    }
    #reserves .content .box form ul li input.ajust {
        width: calc(100% - 20px);
    }
    #reserves .content .box form ul li .field {
        position: relative;
        float: left;
        width: 100%;
        height: 42px;
        background-color: #f2f2f2;
    }

    .aboutthis p {
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
    }

    .aboutthis h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .aboutthis h1 span {
        font-size: 22px;
        line-height: 24px;
    }

}


@media only screen and (max-width: 768px) {

    #aboutus .contentgallery .segment .embedvideo {
        width: 100%;
        height: 488px;
    }

}


@media only screen and (max-width: 640px) {

    #header .mobilemenu {
        width: calc(100% - 100px);
    }

    #about .container .schedule .row.top .alert h4 {
        font-size: 14px;
        font-weight: bold;
        padding: 0 100px 0 20px;
    }

    #newsletter .info {
        width: calc(100% - 40px);
        padding: 20px;
        margin-left: 0;
    }
    #touristnews ul li a .recreation p {
        font-size: 28px;
        line-height: 22px;
    }
    #touristnews ul li a .recreation p span {
        font-size: 18px;
        line-height: 20px;
    }

    #imagegallery {
        padding: 30px 0 15px 0;
    }
    #imagegallery ul {
        margin-top: 15px;
    }
    #imagegallery ul li {
        width: 100%;
    }

    #sights ul li .left {
        width: calc(100% - 40px);
    }
    #sights ul li .left figure.cover {
        height: 300px;
    }
    #sights ul li .right {
        width: calc(100% - 40px);
        min-height: unset;
        margin-top: 20px;
    }

    #contact .content .container .contactcontent .box ul.links {
        width: 100%;
    }

    .aboutthis {
        padding: 30px 0;
    }
    #structure .category .info.first h2 {
        font-size: 32px;
        line-height: 28px;
        margin-left: 50px;
    }
    #structure .category .info.first h2 span {
        font-size: 24px;
    }
    #structure .category .info.others h2 {
        font-size: 38px;
        padding-left: 0;
    }
    #structure .category .subcategory .separation h3 {
        min-width: unset;
        width: calc(100% - 45px);
        padding: 0;
        font-size: 22px;
        line-height: 44px;
    }
    .aboutstructure .aboutbox .aboutdescription {
        width: calc(100% - 40px);
        padding: 30px 20px 60px 20px;
    }
    .aboutstructure .anchors {
        bottom: -40px;
        height: 80px;
    }
    .aboutstructure .aboutbox .about {
        margin-bottom: 30px;
    }
    .aboutstructure .anchors ul li a {
        width: 80px;
        height: 80px;
    }

    .aboutstructure .aboutbox .about h1 {
        font-size: 38px;
        margin-left: 50px;
    }
    .aboutstructure .aboutbox .about h1 span {
        font-size: 24px;
    }

    #structure .category .subcategory .slideshow {
        height: 280px;
    }
    #structure .category .subcategory .slideshow .gallery-cell {
        height: 280px;
    }

    #aboutus .contentgallery .segment .embedvideo {
        height: 348px;
    }
    #aboutus .contentgallery .segment .logo {
        height: 250px;
    }

    #reserves .description p {
        font-size: 18px;
        line-height: 20px;
        margin-top: 18px;
    }
    #reserves .description h2 {
        margin-left: 0;
        font-size: 32px;
    }
    #reserves .description h2 span {
        margin-left: 0;
        font-size: 24px;
    }
    #reserves .content .box {
        width: calc(100% - 40px);
        padding: 20px;
    }

    .aboutthis h1 {
        margin-left: 0;
    }
    .aboutthis h1 span {
        margin-left: 0;
    }

    #about .container .schedule .row.bottom .info {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        padding: 20px;
    }

}


@media only screen and (max-width: 568px) {

    #touristnews ul li a figure {
        height: 280px;
    }

    #doa360tour {
        height: 300px;
    }

    #sights ul li .left figure.cover {
        height: 260px;
    }

    #aboutus .contentgallery .segment .embedvideo {
        height: 260px;
    }

}


@media only screen and (max-width: 480px) {

    .container {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    #header .mobilemenu {
        width: calc(100% - 50px);
    }

    #header .mobilemenu ul li a {
        line-height: 24px;
        font-size: 16px;
        padding: 5px;
    }

    #footer .information .box p {
        font-size: 16px;
        line-height: 20px;
    }
    #footer .information .box ul li a {
        line-height: 22px;
        font-size: 14px;
    }
    #footer .social ul li a {
        line-height: 48px;
        text-align: right;
        font-size: 32px;
    }

    #about .container .schedule .row.top {
        height: 80px;
    }
    #about .container .schedule .row.top .seal {
        right: -13px;
    }
    #about .container .schedule .row.top .alert h4 {
        height: 40px;
        line-height: 40px;
    }

    #touristnews ul li a {
        margin-bottom: 20px;
    }
    #touristnews ul li a figure {
        height: 250px;
    }
    #touristnews ul li:last-child a {
        margin-bottom: 0;
    }

    #doa360tour {
        height: 250px;
    }

    #imagegallery ul {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    #imagegallery ul li {
        margin-top: 15px;
    }
    #imagegallery ul li a {
        width: 100%;
        padding: 0;
    }

    #sights ul li {
        padding: 15px 0;
    }
    #sights ul li .left {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    #sights ul li .left figure.cover {
        height: 210px;
    }
    #sights ul li .right {
        width: calc(100% - 30px);
        margin-right: 15px;
    }

    #contact .content .container .contactcontent .box ul.fields li button span {
        width: calc(100% - 60px);
    }
    #contact .content .container .contactcontent .box ul.fields li button figure {
        width: 60px;
    }

    #structure .category .info.others {
        width: calc(100% - 40px);
        padding: 20px;
    }
    #structure .category .info.others h2 {
        font-size: 32px;
    }
    #structure .description p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .aboutstructure .anchors {
        bottom: -34px;
        height: 68px;
    }
    .aboutstructure .anchors ul li {
        margin: 0 5px;
    }
    .aboutstructure .anchors ul li a {
        width: 68px;
        height: 68px;
    }
    .aboutstructure .aboutbox .about h1 {
        font-size: 32px;
        padding-left: 0;
    }

    #structure .category .subcategory .slideshow {
        height: 260px;
    }
    #structure .category .subcategory .slideshow .gallery-cell {
        height: 260px;
    }

    #aboutus .contentgallery .segment .embedvideo {
        height: 220px;
    }
    #aboutus .contentgallery .segment .logo {
        height: 200px;
    }

    #reserves .content .container {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

}


@media only screen and (max-width: 360px) {

    .container {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    #header .mobilemenu {
        width: calc(100% - 30px);
    }

    #footer .logo {
        height: 100px;
    }

    #about .container .schedule .row.top .alert h4 {
        height: 40px;
        line-height: 20px;
        line-height: 16px;
        padding-top: 5px;
    }
    #about .container .schedule .row.top .seal {
        right: -8px;
    }

    #touristnews ul li a figure {
        height: 220px;
    }

    #doa360tour {
        height: 200px;
    }

    #sights ul li {
        padding: 10px 0;
    }
    #sights ul li .left {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    #sights ul li .left figure.cover {
        height: 160px;
    }
    #sights ul li .right {
        width: calc(100% - 20px);
        margin-right: 10px;
    }
    #sights ul li .right .content p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    #contact .content .container .contactcontent .box {
        width: calc(100% - 30px);
        padding: 15px;
    }

    #structure .category .subcategory .separation h3 {
        font-size: 18px;
        line-height: 42px;
    }
    .aboutstructure .anchors {
        bottom: -30px;
        height: 60px;
    }
    .aboutstructure .anchors ul li {
        margin: 0 5px;
    }
    .aboutstructure .anchors ul li a {
        width: 60px;
        height: 60px;
    }

    #structure .category .subcategory .slideshow {
        height: 250px;
    }
    #structure .category .subcategory .slideshow .gallery-cell {
        height: 250px;
    }

    #aboutus .contentgallery .segment .embedvideo {
        height: 200px;
    }
    #aboutus .contentgallery .segment .logo {
        height: 180px;
    }

    #reserves .content .container {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    #reserves .content .box form ul li.small.sometimesfull {
        width: 100%;
    }
    #reserves .content .box form ul li.small.sometimesfull input.ajust {
        width: calc(100% - 10px);
    }

    #about .container .schedule .row.bottom .info form ul li.mid {
        width: 100%;
    }
    #about .container .schedule .row.bottom .info form ul li input[type="date"].ajust {
        width: 100%;
    }
    #about .container .schedule .row.bottom .info form ul li .field.ajust {
        width: calc(100% - 10px);
    }

}


@media only screen and (max-width: 320px) {

}
