/* #03506a */

html {
    overflow-y: visible;
}

body {
    font-size: 13px;
    padding-left: 320px;
}
@media (max-width: 1023px) { 
    body {
        padding-left: 0px;
    }
}

/* Page Loader */
.page-loader {
    background: rgba(255,255,255,1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
.loader-logo {
    width: 180px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin: -95px 0 0 -95px;
    z-index: 1000;
}
.loader-loading {
    width: 50px;
    height: 50px;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 95px 0 0 -30px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.c-overflow-mr {
    overflow-y: hidden;
    margin-right: 17px !important;
}
.c-overflow-pr {
    overflow-y: hidden;
    padding-right: 17px !important;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

hr {
    border-color: #03506a;
    border-width: 2px;
    margin: 5px 0px 25px 0px;
}
hr.light {
    border-color: white;
}

ul {
    list-style: none;
}
li {
    list-style: none;
}
a {
    text-decoration: none !important;
    list-style: none;
    color: white;

    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
a:hover, a:focus {
    color: #03506a;
}
a.fa-facebook {

}
a.fa-twitter {
    color: #009cea;
}
a.fa-instagram {
    color: #8a3ab9;
}


h1 {
    font-size: 39px;
    font-weight: 700;
    padding: 25px 0px 30px 0px;
    margin: 0;
    text-transform: uppercase;
}
h2 {
    font-size: 24px;
    padding: 25px 0px 30px 0px;
    margin: 0;
}
h3 {
    font-size: 18px;
    padding: 10px 0px 25px 0px;
    margin: 0;
}
h4 {
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}

p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

textarea {
    resize: none;
}

label {
    margin-bottom: 3px;
}

.form-control {
    border-radius: 0px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.bg-primary {
    background-color: #F05F40;
}

.bg-dark {
    background-color: #222222;
    color: white;
}

/* Button */
.btn {
    border: none;
    border-radius: 0px;
    font-weight: 600;
}
.btn-large {
    padding: 15px 35px;
}
.btn-primary {
    color: white;
    background-color: #03506a;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus{
    background-color: #022b38;
}
.btn-primary a {
    color: white;
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

/* */
.font-alt {
    text-transform: inherit;
    letter-spacing: 2px;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}
.text-primary {
    color: #F05F40;
}

/* Page Section */
.page-section {
    padding: 17px 0px;
}
.container {
    width: initial;
}

/* LeftMenu */
.leftmenu-contacts a {
    border-color: #767676 !important;
}

/* Slideshow */
#slideshow {
    padding: 0px 0px;
}

/* Header Section */
.section-header {
    position: relative;
    background-color: #767676;
    color: white;
    padding: 0px 0px;
    margin: 0;
    border: 0;
}
.section-header:after {
    content: '';
    background: url(../images/header-pattern.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 500px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 28%;
    opacity: .8;
}
.section-header h2 {
    padding: 25px 90px 30px;
    padding: 15px 90px 20px;
}
.section-header .header-icon {
    float: left;
    line-height: 70px;
}
.section-header .header-icon img {
    height: 50px;
    padding: 0 15px;
}

/* Section */
#section {
    padding: 0;
}

/* Documents */
/* Table Documents */
.table-documents td {
    padding: 0 !important;
}
.table-documents a {
    display: block;
    padding: 15px;
    color: black;
}
.table-documents .doc-icon {
    display: inline;
}
.table-documents .doc-icon img {
    height: 40px;
    padding-right: 20px;
}
.table-documents .doc-title {
    display: inline;
}
.table-documents tr:hover a:hover {
    color: #03506a;
}

/* Banner */
.page-section#banner {
    padding: 0;
}
.section-banner {
    color: white;
    text-align: justify;

    border: 0;
    background-size: cover;
    background-position: center;

    overflow: hidden;

    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;

    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.section-banner.right {
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
}
.section-banner .main-content {
    width: 55%;
    position: relative;
    background-color: rgba(0, 0, 0, .5);
    padding: 35px 40px;
}
@media (min-width: 1024px) {
    .section-banner .main-content.w75 {
        width: 75%;
    }
}
@media (max-width: 1023px) {
    .section-banner .main-content,
    .section-banner .main-content .DescriptionImage{
        width: 100%;
    }
    .section-banner .main-content.w75 {
        padding: 15px;
    }
    .administration-link {
        display: none;
    }
}
.section-banner .main-content .DescriptionImage {
    float: left; 
    margin: 0 10px 5px 0; 
    text-align: center;
}

/* Slideshow */
.uk-overlay-primary {
    background: rgba(34, 34, 34, .3);
}
.slideshow-part {
    color: white;
    padding: 0px 200px;
}
.slideshow-title {
    font-weight: 900;
    font-size: 45px;
    margin: 0 0 20px 0;
}
.slideshow-desc {
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
}
/*.uk-slidenav-previous {
    border-radius: 50px;
    margin-right: 15px !important;
}
.uk-slidenav-next {
    border-radius: 50px;
    margin-left: 15px !important;
}*/
.uk-slidenav {
    background: #03506a;
    margin: 15px 0 15px 0;
    padding: 15px;
}
/*.uk-slidenav svg {
    width: 25px;
    height: 25px;
}*/
@media (max-width: 1023px) {
    .slideshow-part {
        padding: 0px 100px;
    }
}

/* Uikit */
/* Uikit Lightbox */
.uk-lightbox {
    z-index: 9999;
}

/* Content */
.cont-title {

}
.cont-desc {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 15px;
}
.cont-date {
    margin: 0.5em 0;
}

/* Image Background */
.img-pad {
    padding: 10px;
}
.img-cover {
    display: block;
    max-width: 100%;
    height: auto;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-contain {
    display: block;
    max-width: 100%;
    height: auto;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Content */
.cont-text {
    color: #777;
    text-align: justify;
    padding: 22px 0px 20px 0px;
}
.cont-left .cont-text {
    padding: 22px 35px 20px 10px;
}
.cont-right .cont-text {
    padding: 22px 10px 20px 35px;
}
@media (max-width: 1023px) {
    .cont-text {
        padding: 20px 25px 20px 25px;
    }
    .cont-left .cont-text {
        padding: 20px 25px 20px 25px;
    }
    .cont-right .cont-text {
        padding: 20px 25px 20px 25px;
    }
}

/* Side Panel */
.side-panel {
    left: initial;
    right: 0;
}
@media (min-width: 1023px) {
    .side-panel {
        display: none;
    }
}

/* Uk SubNav */
.uk-subnav > * >:first-child {
    font-size: 14px;
    padding: 10px 40px;
    border: 1px solid #385EA4;
    color: #385EA4;
    text-transform: inherit;
}
.uk-subnav > * > a:hover {
    color: white;
    background-color: #6085c9;
    border: 1px solid #6085c9;
}
.uk-subnav > .uk-active > a {
    color: white;
    background-color: #385EA4;
}
.uk-subnav > .uk-active > a:hover {
    color: white;
}

.js-filter {
    margin: 0px -15px;
    list-style: none;
}

/* UK-SubNav */
@media (max-width: 768px) {
    .uk-subnav li {
        margin-bottom: 15px;
    }
    .uk-subnav li:last-child {
        margin-bottom: 0px;
    }
}

.page-slide button {
    width: 46px;
    height: 46px;
    background: #fafafa;
    border: 1px solid #ddd;
    color: white;
    background-color: #03506a;
}
.page-slide button i {
    margin-top: -5px;
    font-size: 40px;
}
.page-slide .btn-slide-up {
    position: fixed;
    top: 80%;
    right: 20px;
}
.page-slide .btn-slide-down {
    position: fixed;
    top: 89%;
    right: 20px;
}
@media (max-width: 768px) {
    .page-slide .btn-slide-up {

    }
    .page-slide .btn-slide-down {

    }
}

/* Mask */
.mask-main {
    height: 230px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
.mask-main:hover {
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.mask-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background: rgba(3, 80, 106, .6);
}
.mask-hover:hover {
    opacity: 1;
}
.mask-hover-content {
    font-size: 50px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -38px;
    text-align: center;
    color: #fff;
}

.mask-image {
    position: relative;
    height: 170px;
}
.mask-image img {
    width: 100%;
    height: 100%;
    background-position: top;
}

.mask-header {
    position: relative;
    background: #03506a;
    line-height: 60px;
    padding: 0px 15px 0px 15px;
    margin: 0px;
}
.mask-main:hover .mask-header {
    background: #03506a;
    color: white;
}

.mask-cont-title {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 14px;
    color: white;
    margin-bottom: 0px;
}
.mask-main:hover .mask-cont-title {
    color: white;
}

.mask-cont-subtitle {
    font-size: 13px;
    margin-top: 4px;
}
.mask-main:hover .mask-cont-subtitle {
    color: white;
}

.mask-cont-text {
    text-align: justify;
    margin-bottom: 20px;
}

.mask-cont-more a {
    margin-right: 10px;
}

@media (max-width: 768px) {
    /*.mask-main {
        height: inherit;
    }
    .mask-main:hover {
        background: white;
    }*/
}

/* Mask */
.mask {
    background: white;
    height: 300px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.mask-main .mask {
    -webkit-transform: translateY(240px);
    -moz-transform: translateY(240px);
    -o-transform: translateY(24px);
    -ms-transform: translateY(240px);
    transform: translateY(240px);

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mask-main:hover .mask.mask-small {
    -webkit-transform: translateY(188px);
    -moz-transform: translateY(188px);
    -o-transform: translateY(188px);
    -ms-transform: translateY(188px);
    transform: translateY(188px);
}
.mask-main:hover .mask {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.mask-content {
    padding: 15px 15px 15px 15px;
}
@media (max-width: 768px) {
    .mask-main .mask {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .mask-main:hover .mask {
        -webkit-transform: translateY(-240px);
        -moz-transform: translateY(-240px);
        -o-transform: translateY(-240px);
        -ms-transform: translateY(-240px);
        transform: translateY(-240px);
    }
    .mask {
        height: inherit; 
        position: relative;
    }
}

/* Contacts */
#contacts {
    padding: 0;
}
#contacts a:hover {
    color: #0dbef9;
}
#contacts .main-content {
    width: initial;
}
.panel-contacts {
    padding: 0 20px;
    margin-bottom: 15px;
}
.panel-contacts a {
    color: black;
}
.panel-contacts a:hover {
    color: #022b38;
}

/* Contacts Map */
#contacts-map {
    width: 100%;
    min-height: 300px;
}
#contacts-map-canvas {
    min-height: 300px;
}

/* Text Danger */
.text-danger p {
    margin: 3px 0 0 0;
}

/* Footer */
.footer {
    background-color: #404040;
    color: #e6e6e6;
}
.footer-pattern {
    width: 100%;
    height: 100%;
    background: url(../images/footer-pattern.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 75%;
    position: absolute;
    opacity: .8;
}
.footer-left {
    text-align: left;
}
.footer-right {
    font-size: 16px;
    padding-right: 40px;
    text-align: right;
}
.footer a {
    color: #e6e6e6;
}
.footer a:hover {
    color: #0dbef9;
}
@media (min-width: 767px) {
    .footer {
        height: 60px;
        line-height: 60px;
    }
}
@media (max-width: 767px) {
    .footer {
        min-height: 60px;
        padding: 15px 0;
    }
    .footer-pattern {
        display: none;
    }
    .footer-left {
        text-align: center;
    }
    .footer-right {
        margin-top: 10px;
        padding-right: 0;
        text-align: center;
    }
}

/* Modal */
.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    width: 800px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .modal-dialog {
        width: initial;
    }
}
.modal-content {
    border-radius: 0;
}
.modal-desc {

}
.modal-gallery {
    padding-top: 20px;
}
.modal-gallery hr {
    margin: 0px 0px 15px 0px;
}
.modal-gallery ul {
    display: table;
    padding: 0;
    margin: 0;
}
.modal-gallery li {
    width: 120px;
    height: 80px;
    display: block;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}
.modal-gallery .mask-hover {
    width: 120px;
    height: 80px;
}
.modal-gallery .mask-hover-content {
    font-size: 25px;
    top: 69%;
}
.modal-gallery img {
    width: 120px;
    height: 80px;
}

/* Back Top */
.back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #03506a;
    padding: 10px 11px;
    color: #fff;
    /*border-radius: 50px;*/

    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.back-top:hover {
    color: #fff;
    background: #003839;
}
.back-top i {
    line-height: 0.5em;
}
.back-top.back-top-is-visible, .back-top.back-top-fade-out, .no-touch .back-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.back-top.back-top-is-visible {
    visibility: visible;
    opacity: 1;
}
.no-touch .back-top:hover {
    background-color: #003839;
    opacity: 1;
}

.modal-body > .tab-content {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff;
}
.modal-content {
    background-color: #f7f7f7;
}

#gallery {
    background-color: #e8e8e8;
}

.replace-video-with-modal-video video {
    display: none;
}

.modal-video .modal-content {
    background-color:transparent;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
}
.modal-video .modal-header {
    border:none;
    display: none;
}
.modal-video .modal-header button {
    z-index: 999;
    color: #fff;
    padding: 5px 10px;
    margin: 45px -5px 0 0;
    opacity: 1;
}
.modal-video .modal-body {
    overflow: hidden;
}

.modal ul.nav a {
    color: #333;
}

#OccurrencesForm .has-error .form-control {
    background-color: #e6cccc;
}