@font-face {
    font-family: helen;
    src: url('./fonts/Helen Bg Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: helen;
    src: url('./fonts/Helen Bg BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: helen;
    src: url('./fonts/Helen Bg Italic.ttf');
    font-style: italic;
} 

@font-face {
    font-family: helen;
    src: url('./fonts/Helen Bg Light.ttf');
    font-weight: 100;
}

@font-face {
    font-family: helen;
    src: url('./fonts/Helen Bg LightItalic.ttf');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: helen;
    src: url('./fonts/Helen Bg Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: montserrat;
    src: url('./fonts/Montserrat-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: montserrat;
    src: url('./fonts/Montserrat-SemiBold.ttf');
    font-weight: bold;
}

html {
    font-size: 62.5%;
 }
 body {
    font-family: helen, 'Trebuchet MS', Verdana, sans-serif;
     outline: none;
     background-color: #fff;
     scroll-behavior:smooth;
     position: relative;
	 color: #000;
 }
a, a:active, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
    text-decoration: none;
}
ul{
    margin-bottom: 0;
    list-style: none;
}
.coa-print{
    display: none;
}
.hidden{
    display: none;
}

.news-single-top, .header-container {
    font-family: montserrat;
    background: #dce6ef;
    color: #70a9cb;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.menu-container {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: montserrat;
}
.menu-container a, footer a {
    color: #fff;
}
.menu-container a:hover, footer a:hover {
    color: #fff;
}
.menu-container {
    background: #006faa;
    position: relative;
}
.left-side-items, .top-menu {
    float: left;
    margin-left: 60px;
}
.left-side-items {
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
}
.left-side-items > a {
    margin-left: 30px;
}
.other-sites{
    margin: 50px 0 50px 105px;
    display: block;
    position: relative;
}
.our-sites,
.our-sites-home{
    z-index: 60 !important;
    cursor: pointer;
}
/* .our-sites::after{
    top: 20px;
} */
.our-sites.active,
.our-sites-home.active{
    color: #ffa500;
}
.our-sites.active::after,
.our-sites-home.active::after {
    background: url(./images/topBarArrowB.svg) right center;
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
     -ms-transform:rotate(270deg);
      -o-transform:rotate(270deg);
         transform:rotate(270deg); 
}

.our-sites::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    top: 20px;
    margin-left: 5px;
}
.our-sites-selected::after,
.our-sites-home::after,
.our-sites-fix::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    top: 5px;
    margin-left: 5px;
}

.our-sites::after{
    background: url(./images/topBarArrowA.svg) no-repeat right center;
}
.our-sites-home::after{
    background: url(./images/topBarArrowA-home.svg) no-repeat right center;
}
.our-sites-selected,
.our-sites-home-selected {
    color: #FFA500 !important;
}
.our-sites-selected::after
.our-sites-home-selected::after{
    background: url(./images/topBarArrowB.svg) right center;
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    transform:rotate(270deg); 
}
header>div.wrapper-home>p{
   padding-top: 30%;
}
.left-side-items{
    z-index: 50;
}

.right-side-items {
    z-index: 10;
    float: right;
    margin-right: 23px;
}

.right-side-items a {
    position: relative;
}

div:not(.header-container) .right-side-items a span::after {
    z-index: 20;
    position: absolute;
    content: '';
    width: 100px;
    height: 117px;
    top: 30px;
    right: 0;
}
div:not(.header-container) .right-side-items.right-side-items-bg a span::after {
    background: url('./images/insignia-bg.svg') center center;
}
div:not(.header-container) .right-side-items.right-side-items-en a span::after {
    background: url('./images/insignia-en.svg') center center;
}
.header-container .right-side-items a::after {
    display: none;
}

.left-side-items,
.right-side-items {
    position: relative;
    color: #005380;
    margin-top: 50px; 
    margin-bottom: 50px;
}

.search-form {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    display: none;
    width: 60%;
}
.search-wrapper.active .search-form {
    display: block;
}
.search-form input {
    background: #fff;
    border: none;
    outline: none;
    color: #006faa;
    display: inline-block;
    height: 60px;
    font-size: 22px;
    font-size: 2.2rem;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.search-wrapper .search-form label {
    width: 100%;
    margin: 0;
    padding: 0;
}

.search-wrapper .search-form label span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.search-form input:focus {
    border: none;
}
.search-form input::placeholder {
    color: #70a9cb;
}

.show-menu, .menu-link-wrapper {
    float: left;
    font-weight: 700;
}

.main-menu-item a {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1;
    border-radius: 3px;
}

.main-menu-wrapper > li a:hover {
    background: #014463;
    color: #F5B445;
    box-shadow: 0px -10px #014463, 0px 10px #014463;
}

.search-icon-wrapper.active a {
    text-decoration: none;
}

.search-icon-wrapper {
    width: 140px;
    padding: 0 25px;
    height: 60px;
    position: relative;
    background: url('./images/searchIcon.png') no-repeat 80% center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 

}
.search-wrapper.active .search-icon-wrapper {
    background-color: #FFA500;
    background-repeat: no-repeat;
    box-shadow: 0px -10px #FFA500, 0px 10px #FFA500;
    z-index: 1;
    border-radius: 3px;
}
.wide-search {
	display: none;
}
.search-wrapper.active .wide-search {
    display: table-cell;
	min-height: 60px;
	text-align: right;
    flex-grow: 1;
	vertical-align: middle;
}
.wide-search span, .wide-search a {
    display: block;
    color: #F5B445;
    text-transform: initial;
    font-size: 12px;
    font-size: 1.4rem;
    /*line-height: 60px;*/
    cursor: pointer;
    margin: 20px 10px;
}
.search-label {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 60px;
    display: none;
}
.search-wrapper.active .search-label {
    display: block;
}
.search-results { padding: 15px 0; border-bottom: 1px solid #DCE6EF }
.search-results b { color: #00293E; }
.search-results p { color: #597481; }
.search-results > h3 > a { color: #000; }

.menu-button-wrapper {
    z-index: 30;
    position: absolute;
}
.menu-link-wrapper {
    margin-top: 18px;
}

.show-menu {
    display: inline-block;
    margin-left: 20px;
    margin-top: 13px;
    cursor: pointer;
}


.main-menu-wrapper,
.breadcrumb-wrapper {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb-wrapper { margin-top: 20px; margin-bottom: 20px }
.breadcrumb-wrapper li {
    display: inline-block;
}
.main-menu {
    height: 60px;
}
.breadcrumb-item { display: inline-block; padding: 0 20px; font-weight: 700; font-size: 1.6rem;  }
.breadcrumb-item.breadcrumb-item-selected { font-weight: normal; }
.breadcrumb-wrapper > li .arrow {
    color: #C44A08;
}
.main-menu-wrapper, .main-menu-container {
    display: flex;
    justify-content: space-around;
}
.main-menu-wrapper>li{
    display: inline-block;
}

.main-menu-wrapper > li a {
    display: inline-block;
    padding: 0 30px;
    text-decoration: none;
    line-height: 60px;
}

.bar1, .bar2, .bar3, .bar {
    width: 45px;
    height: 5px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.2s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -7px);
}

.side-menu-wrapper>.side-menu-container .menu-link,
.menu-link{
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    margin-left: 20px;
    text-transform: uppercase;
}
.search-wrapper{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.search-wrapper.active {
    width: 100%;
}
.single-news-picture { background-size: cover; background-position: center; background-repeat: no-repeat; }
.single-news-picture .row{
    position: relative;
}
.single-news-picture img{
    width: 100%;
}
.main-news-title,
.main-news-title-mobile{
    position: relative;
    width: 74.5%;
    margin-top: 250px;
    background: rgba(255, 255, 255, 0.7)
}
.main-news-title h3,
.main-news-title-mobile h3{
    font-size: 30px;
    font-size: 3rem;
    padding: 30px 0;
    font-weight: 700;
    font-family: helen;
    margin: 0;
}
.main-news-title::before{
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    content: '';
    width: 46%;
    height: 100%;
    left: -46%;
    bottom: 0px;
}
.news-single-title-wrapper{
    font-weight: 700;
    bottom: 0;
    left: 0; 
    background: rgba(255, 255, 255, 0.7);
     position: absolute;
    left: 0;
    bottom: 0; 
}
.news-single-title {
    float: right;
    width: 69.5%;
}
.news-single-title h1 {
    font-family: helen;
    color: #000;
}
.news-single-title > p {
    width: 50%;
    text-transform: uppercase;
    font-family: montserrat;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
}
.title-date {
    color: #000;
    font-weight: 600;
}

.title-label{
    padding-left: 20px;
    color: #FEA700;
    font-weight: 600;
}

.single-news-content>img{
    width: 100%;
}
.single-news-text{
    padding-left: 0;
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    font-family: helen;
}
.news-source { border-top: 1px solid #DCE6EF; padding-top: 15px }
.labels-wrapper{
    margin-top: 40px;
}
.labels{
    color: #000;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.labels-list{
    margin-bottom: 20px;
    padding: 0;
}

.labels-list>li,
.labels-list>li a{
    display: inline-block;
}

.labels-list>li a{
    padding: 10px;
    margin-right: 5px;
    background: #005380;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    font-size: 1rem;
}
.other-news-wrapper{
    margin-bottom: 30px;
}
.other-news-wrapper a{
    display: inline-block;
}
.previous-article, 
.next-article{
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
}

.previous-news{
    width: 60%;
    text-align: left;
}
.next-news{
    width: 60%;
    float: right;
    text-align: right;
}

.sharing-buttons-wrapper a span {
    display: none;
}

.tweet,
.fb,
.linkedIn,
.gPlus
{
    display: inline-block;
    width: 62px;
    height: 21px;
}

.tweet{
    background: url('./images/tweet-button.svg') center center no-repeat;
}
.fb{
    background: url('./images/fb-button.svg') center center no-repeat;
}
.linkedIn{
    background: url('./images/linkedIn-button.svg') center center no-repeat;
}
.cal { background: url('./images/cal-blue.svg') center center no-repeat; display: inline-block; width: 21px; height: 21px; }
.linked-files { padding: 50px 15px; }
.gallery-title,
.linked-files-title, .right-menu-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: montserrat;
    color: #006faa;
}
.linked-files-wrapper ul {
    padding: 0;
    list-style: none;
}
.linked-files-wrapper ul li { margin-bottom: 20px }
.gallery-title { margin-top: 30px; }
.gallery-item::before { display: none !important; }
.gallery-item img { box-shadow: 5px 5px 0 0 #70A9CB, -5px -5px 0 0 #DCE6EF; width: 100%;}
.right-menu-title { margin-top: 0px; }
.right-menu { padding: 0 }
.right-menu > li { border-bottom: 1px solid #DCE6EF; padding: 5px 0 }
.right-menu > li > a { font-weight: bold; font-size: 1.6rem; font-family: montserrat; }
.linked-files-title { padding: 20px 0; margin: 0 }

.gallery-wrapper > a > img{
    width: 100%; box-shadow: 5px 5px 0 0 #70A9CB, -5px -5px 0 0 #DCE6EF;
}
.linked-files .container { background: #F8FAFC; }
.linked-files ul { padding: 0; list-style: none; }
.linked-files ul li { padding: 10px 0; border-top: 1px solid #DBE5EF; padding-left: 0px }
.linked-files ul li a { display: block; }
.linked-file::before { display: none !important; }
.linked-file .file-size::after { content: attr(data-ext); width: 37px; height: 20px; line-height: 20px; margin-right: 10px; display: inline-block; color: #fff; text-align: center; font-size: 1.2rem; background: rgb(189, 12, 12); font-weight: bold; text-transform: uppercase; margin-left: 5px; }

.file-title,
.file-size{
    display: inline-block;
    font-family: helen;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
}
.file-title{
    width: 60%;
    color: #00111c;
}
.file-size{
    color: #1a171b;
    text-transform: uppercase;
    vertical-align: top;
    width: 35%;
    text-align: right;
    vertical-align: top;
}

.our-sites-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    background: #00293e;
    height: 100%;
    width: 30%;
    z-index: 30;
}

.our-sites-desc{
    color: #dce6ef;
    font-family: helen;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
}

[href$=".txt"],
[href$=".TXT"],
[href$=".ZIP"],
[href$=".zip"],
[href$=".RAR"],
[href$=".rar"],
[href$=".pdf"],
[href$=".PDF"],
[href$=".docx"],
[href$=".DOCX"],
[href$=".doc"],
[href$=".DOC"],
[href$=".xls"],
[href$=".XLS"],
[href$=".xlsx"],
[href$=".XLSX"],
[href$=".PPTX"],
[href$=".pptx"],
[href$=".PPT"],
[href$=".ppt"],
[href$=".JPG"],
[href$=".jpg"],
[href$=".JPEG"],
[href$=".jpeg"] { line-height: 20px; }

[href$=".txt"]::before,
[href$=".TXT"]::before,
[href$=".ZIP"]::before,
[href$=".zip"]::before,
[href$=".RAR"]::before,
[href$=".rar"]::before,
[href$=".pdf"]::before,
[href$=".PDF"]::before,
[href$=".docx"]::before,
[href$=".DOCX"]::before,
[href$=".doc"]::before,
[href$=".DOC"]::before,
[href$=".xls"]::before,
[href$=".XLS"]::before,
[href$=".xlsx"]::before,
[href$=".XLSX"]::before,
[href$=".pptx"]::before,
[href$=".PPTX"]::before,
[href$=".ppt"]::before,
[href$=".PPT"]::before,
[href$=".png"]::before,
[href$=".PNG"]::before,
[href$=".JPG"]::before,
[href$=".jpg"]::before,
[href$=".JPEG"]::before,
[href$=".jpeg"]::before { content: ''; width: 37px; height: 20px; line-height: 20px; margin-right: 10px; display: inline-block; color: #fff; text-align: center; font-size: 1.2rem; background: #AFBEC5; font-weight: bold; text-transform: uppercase;}

[href$=".JPG"]::before,
[href$=".jpg"]::before {
    background: rgb(189, 12, 12);
    content: 'JPG';
}

[href$=".PDF"]::before,
[href$=".pdf"]::before {
    background: rgb(189, 12, 12);
    content: 'PDF';
}

[href$=".txt"]::before,
[href$=".TXT"]::before {
    background: #B4B4B4;
    content: 'TXT';
}

[href$=".DOC"]::before,
[href$=".doc"]::before {
    background: #002AFF;
    content: 'DOC';
}

[href$=".DOCX"]::before,
[href$=".docx"]::before {
    background: #002AFF;
    content: 'DOCX';
}

[href$=".RAR"]::before,
[href$=".rar"]::before {
    background: #552AFF;
    content: 'RAR';
}

[href$=".ZIP"]::before,
[href$=".zip"]::before {
    background: #552AFF;
    content: 'ZIP';
}

[href$=".XLS"]::before,
[href$=".xls"]::before {
    background: #2F8404;
    content: 'XLS';
}

[href$=".XLSX"]::before,
[href$=".xlsx"]::before {
    background: #2F8404;
    content: 'XLSX';
}

[href$=".PPTX"]::before,
[href$=".pptx"]::before {
    background: rgb(192, 129, 11);
    content: 'PPTX';
}

[href$=".PPT"]::before,
[href$=".ppt"]::before {
    background: rgb(192, 129, 11);
    content: 'PPT';
}
[href$=".PNG"]::before,
[href$=".png"]::before {
    background: rgb(192, 129, 11);
    content: 'PNG';
}
.news-listing { position: relative; }
.news-listing, .gallery-listing {
    margin-bottom: 20px;
}
.news-listing img,
.gallery-listing img,
.news-listing-main img{
    width: 100%;
}
.news-content-wrapper, .event-content-wrapper, .gallery-content-wrapper {
    position: relative;
    min-height: 100px;
}
.news-content-wrapper { margin-top: 15px; margin-bottom: 15px; }
.news-title, .gallery-title, 
.news-date, .gallery-date,
.news-label, .gallery-label {
    font-weight: 700;
    font-family: montserrat;
    /*text-transform: uppercase;*/
}
.news-title, .news-date, .gallery-title, .gallery-date {
    color: #00293e;
}
.news-title, .gallery-title {
    font-size: 14px;
    font-size: 1.4rem;
}

.news-date,
.news-label,
.gallery-date, 
.gallery-label {
    font-size: 10px;
    font-size: 1rem;
}

.news-label, .gallery-label {
    color: #C44A08;
    float: right;

}
.news-date, .gallery-date {
    color: #00293e;
}
.news-date-wrapper, .events-date-wrapper, .gallery-date-wrapper,
.news-main-date-wrapper
{
    padding-top: 5px;
    border-bottom: 1px solid #dce6ef;
}

.news-listing-main{
    margin-bottom: 20px;
    position: relative;
}
.main-content-wrapper{
    position: static;
}

.news-main-date-wrapper{
    position: absolute;
    bottom: 0;
    width: calc(50% - 30px);
}

.footer-upper{
    background: #dce6ef;
    text-align: center;
}

.footer-menu{
    margin: 70px 0 20px 0;
}
.insignia-wrapper a { margin-top: -140px; display: block; opacity: 0.85; }
.footer-menu-item{
    display: inline-block;
    margin: 0 10px;
}
.footer-menu-item > p > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: montserrat;
    color: #005380;
}

.facebook{
    background: url('./images/facebook.png') center center no-repeat;
}

.tweeter{
    background: url('./images/tweeter.png') center center no-repeat;
}

.instagram{
    background: url('./images/instagram.png') center center no-repeat;
}

.youtube{
    background: url('./images/youtube.png') center center no-repeat;
}

.footer-social-media{
    margin-bottom: 50px; 
}
.footer-social-media a{
    margin: 0 2px;
    height: 24px;
    width: 24px;
    display: inline-block;
}
.footer-social-media a span {
    display: none;
}

.footer-lower{
    background: #00293e;
}
.footer-lower.footer-404 { background: #006FAA; }
.header-redirect, .header-404 { background: #DCE6EF; height: 160px; }
.header-redirect > p, .header-404 > p { text-align: center; margin-top: 50px;  position: relative;  }
.header-redirect > p > a, .header-404 > p > a { display: block; }
.header-redirect > p > a > span, .header-404 > p > a > span { text-transform: uppercase; font-family: montserrat; color: #77ADCE; font-size: 1.2rem; font-weight: bold;}
.header-redirect > p > a > span::after, .header-404 > p > a > span::after { z-index: 20; position: absolute; content: ''; background: url('./images/insignia.svg') center center no-repeat; width: 150px; height: 175px; top: 30px; left: 46%; background-size: 150px 175px; }
.content-redirect, .content-404 { text-align: center; padding-bottom: 50px }
.content-redirect h4, .content-404 h4 { margin-top: 130px; color: #DCE6EF; text-transform: uppercase; font-family: montserrat; font-size: 2.2rem; font-weight: bold; }
.content-redirect p, .content-404 p { color: #091821; font-size: 1.6rem; }
.diver-404 { height: 400px; border-top: 2px solid #DCE6EF; background: #F8FAFC url('./images/varna-diver.svg') center center no-repeat }
.dolphin-redirect { height: 400px; border-top: 2px solid #DCE6EF; background: #F8FAFC url('./images/varna-dolphin.svg') center center no-repeat }
.content-redirect a { color: #C44A08; }
footer p {
    margin: 0;
}
.footer-lower .container {
    padding: 30px 15px;
}
.footer-lower:not(.footer-lower-title){
    color: #fff;
}

.footer-lower-title{
    color: #70a9cb;
    font-family: montserrat;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-lower-subtitle{
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: helen;
}
.hot-line{
    font-weight: 700;
    font-size: 32px;
    font-size: 3.2rem;
}
/* Homepage */
.header-container {
    background: #006faa url('./images/header_home.jpg') no-repeat center center;
    background-size: cover;
    height: 540px;
    color: #fff;
}

.header-container a, .header-container span {
    color: #fff;
}
.header-container + .menu-container {
    position: static;
}
.header-container + .menu-container > .menu-button-wrapper {
    position: absolute;
    top: 120px;
    left: 60px;
}

.header-container span {
    cursor: pointer;
    position: relative;
}

.header-container .right-side-items {
    position: absolute;
    left: 0;
    right: 0;
    margin: 50px auto;
    text-align: center;
}

.header-container .main-logo {
    width: 160px;
    height: 190px;
    background-size: contain;
    margin: 40px auto 20px;
}
.header-container .main-logo.main-logo-bg { background: url('./images/varna-logo-header-bg.svg') no-repeat center center;}
.header-container .main-logo.main-logo-en { background: url('./images/varna-logo-header-en.svg') no-repeat center center;}
.about-menu-wrapper {
    background-color: #f8fafc;
    box-shadow: 0 1px 2px rgba(0, 41, 62, 0.25);
}
.about-menu {
    padding: 40px 0;
}
.about-menu-item {
    background: #c9d3db;
    background: -moz-linear-gradient(left, #c9d3db 0%, #c9d3db 5%, #dce6ef 32%, #dce6ef 100%);
    background: -webkit-linear-gradient(left, #c9d3db 0%,#c9d3db 5%,#dce6ef 32%,#dce6ef 100%);
    background: linear-gradient(to right, #c9d3db 0%,#c9d3db 5%,#dce6ef 32%,#dce6ef 100%);
    margin: 15px 0;
    display: flex;
    height: 220px;
}
.about-menu a {
    display: block;
    text-decoration: none;
}
.about-menu .item-icon {
    min-width: 95px;
    background-repeat: no-repeat;
    background-position: center center;
}
.about-menu .item-info-wrapper {
    padding: 25px 25px 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.about-menu .item-info-wrapper .title {
    color: #006faa;
    font-family: montserrat;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
}
.about-menu .item-info-wrapper .desc {
    color: #333c43;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    width: 100%;
}
.about-menu .about-people.item-icon {
    background-image: url('./images/citizens.svg');
}
.about-menu .about-bussiness.item-icon {
    background-image: url('./images/business.svg');
}
.about-menu .about-media.item-icon {
    background-image: url('./images/media.svg');
}
.about-menu .about-administration.item-icon {
    background-image: url('./images/administration.svg');
}
.section-title-wrapper {
    text-align: center;
    margin: 50px 0;
    font-family: montserrat;
    text-transform: uppercase;
}
.most-wanted .row{
    padding-bottom: 50px;
}
.section-title-wrapper h3 {
    color: #006faa;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 15px;
}
.section-title-wrapper a {
    color: #39799D;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    border-top: 1px solid #70a9cb;
    position: relative;
}
.polices .section-title-wrapper a {
    color: #00679E;
}
.section-title-wrapper a:before {
    content: '';
    display: block; 
    width: 35px;
    height: 26px;
    background: url('./images/divider.svg') no-repeat center center, #fff;
    position: absolute;
    left: 0; right: 0;
    margin: 0 auto;
    top: -14px;
}

.pagination-wrapper{
    margin: 20px 0;
}
.pagination-wrapper>ul{
    list-style: none;
    padding: 0;
    font-family: montserrat;
}

.pagination-wrapper>ul>li{
    color: #005380; 
    background: #dce6ef;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}

.pagination-wrapper>ul>li,
.pagination-wrapper>ul>li>a{
    display: inline-block;
}

.pagination-wrapper>ul>li>a.other-pages{
    width: 40px;
    text-align: center;
}

.pagination-wrapper>ul>li>a{
    padding: 10px;
}
.pagination-wrapper li:hover, .pagination-wrapper li.selected{
    color: #ebf3f8;
    background: #006faa;
}

.news-wrapper-container img {
    width: 100%;
}
.news-main-wrapper .news-desc {
    color: #00293e;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
}
.news-main-wrapper a {
    display: block;
}
.row-container {
    position: relative;
}
.services-container-wrapper {
    position: relative;
}
.services-wrapper-container {
    overflow: hidden;
    width: 100%;
    font-size: 0;
    height: 250px;
    margin-bottom: 30px;
    position: relative;
}
.services-container-wrapper .arrow {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    position: absolute;
    top: 40%;
    cursor: pointer;
}
.services-container-wrapper .arrow-left {
    left: -25px;
    border-right: 8px solid #006faa;
}
.services-container-wrapper .arrow-right {
    right: -25px;
    border-left: 8px solid #006faa;
}
.services-wrapper {
    position: absolute;
    white-space: nowrap;
    width: 100%;
    left: 0;
}
.services-wrapper > a > div {
    width: 25%;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.services-wrapper > a > div {
    border-right: 1px solid #dce6ef;
}
.services-wrapper .borderless {
    border: none;
}
.services-wrapper p {
    color: #006faa;
    font-family: montserrat;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    white-space: pre-wrap;
    padding: 0 10px;
}
.services-wrapper .serv-icon {
    height: 170px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 70%;
}
.services-wrapper .service-1 .serv-icon {
    background-image: url('./images/service-icon-1.png');
}
.services-wrapper .service-2 .serv-icon {
    background-image: url('./images/service-icon-2.png');
}
.services-wrapper .service-3 .serv-icon {
    background-image: url('./images/service-icon-3.png');
}
.services-wrapper .service-4 .serv-icon {
    background-image: url('./images/service-icon-4.png');
}
.services-wrapper .service-5 .serv-icon {
    background-image: url('./images/service-icon-4.png');
}
.services-wrapper .service-2 .serv-icon {
    background-image: url('./images/service-icon-2.png');
}
.container-fluid.polices {
    background-color: #dce6ef;
}
.polices-wrapper {
    margin-bottom: 50px;
}
.polices-wrapper a {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 10px 25px 10px 10px;
    border-radius: 4px;
    border: 1px solid #70a9cb;
    background-color: #fff;
    color: #006faa;
    font-family: montserrat;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 10px;
    position: relative;
}
.polices-wrapper a:after {
    content: '';
    border: 5px solid transparent;
    border-left: 5px solid #006faa;
    position: absolute;
    right: 10px;
    top: 17px;
}
.polices-wrapper a:hover {
    background: #006faa;
    color: #fff;
}
.polices-wrapper a:hover:after {
    border-left: 5px solid #fff;
}
.polices .section-title-wrapper a:before {
    background-color: #dce6ef;
}
.social-media {
    background: url('./images/fire_blue.jpg') no-repeat;
    background-size: cover;
    padding: 60px 15px;  
}
.social-media .item .facebook {
    background-image: url('./images/facebook-icon2.svg') no-repeat center center;
}
.social-media .item a {
    height: 140px;
    padding-bottom: 10px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    opacity: 0.9;
    color: #333c43;
    font-family: helen;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
}
.social-media .item span {
    opacity: 0.9;
    color: #fff;
    font-family: montserrat;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 5px;
}
.social-media .item .social {
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle
}
.social-media .item .facebook {
    background-image: url('./images/fb.svg');
}
.social-media .item .twitter {
    background-image: url('./images/tweet.svg');
}
.events input, .events select {
    border-radius: 2px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #70a9cb;
    border: 1px solid #006faa;
    min-height: 45px;
}
.events {
    padding-bottom: 50px;
}
.events select option {
    padding: 30px 0;
}
.date-wrapper {
    min-height: 70px;
}
.event-date {
    color: #006faa;
    font-family: montserrat;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.event-date.date-end {
    color: #70a9cb;
    /*font-size: 12px;*/
    /*font-size: 1.2rem;*/
}
.events .event-title {
    color: #333c43;
    font-family: montserrat;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 120px;
}
.event-label span {
    color: #C44A08;
    font-family: montserrat;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}
.most-wanted {
    background-color: #006faa;
    padding-bottom: 50px;
}
.most-wanted h3 {
    color: #70a9cb;
}
.most-wanted a {
    display: block;
    border-bottom: 1px solid #006faa;
    height: 75px;
    color: #dce6ef;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    padding: 15px;
}
.most-wanted a:hover {
    border-bottom: 1px solid #ffa500;
    background-color: rgba(220, 230, 239, 0.15);
    color: #ffa500;
}

.recent-events-wrapper{
    padding-bottom: 100px;
}
h3.recent-events{
    text-transform: uppercase;
    color: #006faa;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: montserrat;
}

.recent-item p{
    font-family: helen;
    font-size: 14px;
    font-size: 1.4rem;
    color: #00293e;
}


.recent-item{
    margin-bottom: 5px;
    min-height: 100px;
}
.categorized-news-all { text-transform: uppercase; color: #006faa; font-size: 2rem; }
.categorized-news-all:visited, .categorized-news-all:hover { color: #006faa; }
.recent-item-wrapper>p{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    font-size: 1rem;
}

.recent-item-wrapper:hover *{
    color: #C44A08 ;
}
.recent-item-date { border-bottom: 1px solid #c5d6e6; }
.our-sites-menu-wrapper{
    font-family: helen;
    background: #00293e;
    position: fixed;
    width: 25%;
    height: 100%;
    z-index: 50;
    top: 0;
    -webkit-box-shadow: 7px 0px 30px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 0px 30px 5px rgba(0,0,0,0.75);
    box-shadow: 7px 0px 30px 5px rgba(0,0,0,0.75);
}
.our-sites-menu-wrapper>p{
    color: #fff;
    padding: 17% 10% 0% 16%;
}
.our-sites-menu-close { margin-top: 24px; margin-left: 16px }
.side-menu-wrapper{
    font-family: helen;
    position: fixed;
    background: #006FAA;
    width: 0px;
    height: 100%;
    z-index: 60;
    top: 0;
    transition: 0.5s;
}
.side-menu-wrapper ul li a.expand { position: relative; }
.side-menu-wrapper ul li a.expand::after { content: ''; border: 5px solid transparent; border-left-color: transparent; border-left-style: solid; border-left-width: 5px; border-left: 5px solid #fff; position: absolute; right: 0; top: 7px; }
.side-menu-wrapper ul,
.mayor-wrapper ul{
    list-style: none;
    padding: 0;
}

.selected-node{
    color: #68A5C9;
    padding-top: 80px;
}
.side-menu-link{
    position: fixed;
    top: 15px;
}

.sub-node-wrapper{
    position: absolute;
    transform: rotate(270deg);
    transform-origin: right top 0;
    background: #005B8C;
    color: #70A9CB;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
    right: 0;
    top: 0;
    text-align: right;
    -webkit-box-shadow: inset 0px 30px 45px -30px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px 30px 45px -30px rgba(0,0,0,0.7);
    box-shadow: inset 0px 30px 45px -30px rgba(0,0,0,0.7);
}
.sub-node{
    position: relative;
    padding: 18px 50px 12px 0;
}
.sub-node:not(:first-child){
    -webkit-box-shadow: inset 0px 30px 45px -30px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px 30px 45px -30px rgba(0,0,0,0.7);
    box-shadow: inset 0px 30px 45px -30px rgba(0,0,0,0.7);
}

.side-menu-link a{
    display: inline-block;
    padding-top: 18px;
}
.side-menu-list-wrapper{
    border-top: 1px solid #70A9CB;
    color: #fff;
}

.side-menu-list-wrapper li, .selected-node{
    padding-left: 30px;
    padding-right: 30px;
}
.selected-node { text-align: right; }
.side-menu-list-wrapper li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.side-menu-list-wrapper li a{
    display: block;
}
.selected-node,
.side-menu-list-wrapper{
    font-size: 18px;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
}

.side-menu-list-wrapper li:hover{
    background: #005B8C;
    color: #FFA500;
}

.fixed-right-menu{
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.hidden{
    display: none;
}
.weather-wrapper {
    background-color: rgba(255, 255, 255, 0.8);
    height: 110px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    position: absolute;
    top: 350px;
    right: 0;
    color: #02111a;
    font-family: montserrat;
    text-transform: uppercase;
    font-size: 0;
}
.weather-wrapper > div {
    padding: 15px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.weather-wrapper > div:only-child { width: 100%; }
.air-wrapper { white-space: nowrap; }
.weather-wrapper p {
    color: #333c43;
    font-family: montserrat;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
}
.temp-wrapper span {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    color: #02111a;
    cursor: default;
}
.partly-cloudy {
    background: url('./images/partly-cloudy.svg') no-repeat right center;
}
.weather-wrapper .info {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background: url('./images/info-icon.svg') no-repeat center center;
    line-height: 16px;
    text-indent: 22px;
    font-size: 0.9rem;
    text-transform: none;
    color: gray;
}
.air-wrapper p {
    margin-bottom: 10px;
}
.weather-color {  width: 12px; height: 12px; border-radius: 50%; background-color: gray; position: relative; top: 2px; right: 5px; }
.air-quality span {
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    color: inherit;
    cursor: default;
}
.air-quality .row {
    margin-bottom: 4px;
}
.air-quality .level {
    position: relative;
}
.our-sites-fix{
    position: fixed !important;
}
.our-sites-list{
    list-style: none;
    text-transform: uppercase;
    font-family: montserrat;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #70a9cb;
    padding-left: 16%;
}
.our-sites-list>li{
    margin: 20px 0;
}
.our-sites-list>li>a{
    display: block;
}
.mayor-container{
    margin-bottom: 70px;
}

.mayor-wrapper img{
    width: 100%;
}
.mayor-wrapper p{
    
    font-size: 18px;
    font-size: 1.8rem;
}
.mayor-wrapper p.mayor-name{
    margin-top: 15px;
    font-weight: 500;
    font-family: montserrat;
    color: #333c43;
    text-transform: uppercase;
}

.mayor-wrapper ul{
    margin-top: 30px;
}
.mayor-wrapper li{
    width: 100%;
    border-top: 1px solid #dce6ef; 
}
.mayor-wrapper li:last-child{
    border-bottom: 1px solid #dce6ef;
}
.mayor-wrapper li a{
    padding: 10px 0 10px 30px;
    color: #39799D;
    position: relative;
    font-family: montserrat;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
}
.mayor-wrapper ul>li>a::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url(./images/mayor-info-icons.svg) no-repeat center center;
    left: 5px;
    top: 10px;
}
.bio-text{
    font-family: helen;
    color: #00293e;
    font-weight: 400;
}
.newsletter-container,
.newsletter-wrapper{
    background: #00293e;
}
.newsletter-wrapper{
    padding: 15px 0;
}
.newsletter-title{
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
}
.subscription-form input::placeholder,
.subscription-form input{
    text-indent: 5px;
}
.subscription-form input:not([type=checkbox]){
    padding: 10px 0;
    width: 100%;
}
.subscription-form input{
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
}
.subscribe-button{
    background: #C44A08;
    text-transform: uppercase;
    color: #fff !important;
    border: 3px solid #C44A08;
    font-weight: 700;
    padding: 10px 0;
    width: 100%;
    display: block;
    text-align: center;
}
.no-gutter > [class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}

.consent-wrapper{
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}
.consent-wrapper input{
    vertical-align: middle;
    background: #fff;
}
.consent-wrapper>label>a{
    font-weight: 700;
    color: #e77436;
}
.fixed-menu {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 5;
}
html.accessibility-blue * {
    background: rgb(207, 229, 252) !important;
    color: rgb(0, 0, 102) !important;
}

html.accessibility-dark * {
    background: rgb(58, 58, 58) !important;
    color: rgb(0, 255, 232) !important;
}

html.accessibility-hivis a {
    color: rgb(255, 255, 0) !important;
}

html.accessibility-yellow * {
    background: rgb(247, 243, 214) !important;
    color: rgb(0, 0, 102) !important;
}
.container-fluid.news-single-top .top-menu { height: 0; }
header .top-menu{
    float: right;
}
header .top-menu .accessibility-menu {
    display: inline-block;
}

header .top-menu.accessible {
    height: 0;
}

header .top-menu .accessibility-menu a {
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
}

header .top-menu .accessibility-menu {
    position: relative;
    letter-spacing: 1;
    padding: 20px;
    margin-left: 10px
}

header .top-menu.accessible .accessibility-menu {
    /* width: 100%; */
    text-align: right;
    background: #005B8C;
    z-index: 600;
}

header .top-menu.accessible .accessibility-menu a {
    display: inline;
    color: #fff
}

header .top-menu.accessible .accessibility-menu a.goto {
    float: left;
    margin-right: 1em;
    text-transform: initial;
    text-decoration: underline !important
}

header .top-menu .accessibility-menu .accessibility-menu-btn {
    display: inline;
    font-weight: normal;
    position: relative;
    z-index: 2;
    color: #fff;
    vertical-align: top;
}

header .top-menu.accessible .accessibility-menu .accessibility-menu-btn {
    display: none;
}

header .top-menu .accessibility-menu .accessibility-menu-btn.close-btn {
    display: none;
}

header .top-menu.accessible .accessibility-menu .accessibility-menu-btn.close-btn {
    display: inline;
}

header .top-menu.accessible .accessibility-menu-btn {
    margin-left: 30px
}
header .top-menu.accessible .accessibility-menu a.accessibility-btn {
    display: inline-block;
    border: 3px double;
    text-decoration: none;
    width: 2rem;
    height: 2rem;
    line-height: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin-right: 0.5rem;
}

header .top-menu.accessible .accessibility-menu a.accessibility-normal {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}

header .top-menu.accessible .accessibility-menu a.accessibility-blue {
    background-color: rgb(207, 229, 252) !important;
    color: rgb(0, 0, 102) !important;
}

header .top-menu.accessible .accessibility-menu a.accessibility-dark {
    background-color: rgb(58, 58, 58) !important;
    color: rgb(0, 255, 232) !important;
}

header .top-menu.accessible .accessibility-menu a.accessibility-yellow {
    background-color: rgb(247, 243, 214) !important;
    color: rgb(0, 0, 102) !important;
}
.access-inner .accessibility-menu-btn:not(.close-btn) {
    color: #000 !important;
    left: 0;
    text-transform: uppercase;
}

header>.top-menu>.accessibility-menu.access-inner{
    position: absolute;
    text-align: center;
    left: 40%;
}
html[class^="accessibility-"] * .accessibility-menu,
html[class^="accessibility-"] * .accessibility-menu,
html[class^="accessibility-"] * .main-menu-wrapper,
html[class^="accessibility-"] * .about,
html[class^="accessibility-"] * .social-media .row>div,
html[class^="accessibility-"] * .weather-wrapper,
html[class^="accessibility-"] * footer .col-md-3 {
    border: 2px solid rgb(0, 0, 102) !important;
}

html.accessibility-dark * .accessibility-menu,
html.accessibility-dark * .accessibility-menu,
html.accessibility-dark * .main-menu-wrapper,
html.accessibility-dark * .about,
html.accessibility-dark * .social-media .row>div,
html.accessibility-dark * .weather-wrapper,
html.accessibility-dark * footer .col-md-3{
    border: 2px solid rgb(0, 255, 232) !important;
}
.page-title-wrapper{
    background: #f8fafc;
}
.page-main-title{
    color: #00293e;
    font-weight: 700;
    font-family: helen;
    padding: 40px 0;
}
.tab-wrapper{
    padding-top: 40px;
    border-bottom: 1px solid #dce6ef;
}
.tab>p{
    margin: 0;
}
.tab-wrapper p>a{
    color: #5ba2c8;
    display: inline-block;
    font-size: 28px;
    font-size: 2.8rem;
    border-bottom: 3px solid #fff;
    padding-bottom: 20px;
    text-decoration: none;
}

.tab:hover{
    color: #006faa;
    border-bottom: 3px solid #006faa;
}
.tab p>a:hover{
    color: #006faa;
}

.selected-tab{
    border-bottom: 3px solid #006faa;
}
.selected-tab p>a{
    color: #006faa;
}
.tab-content{
    display: none;
}
.page-container h4,
.page-container h5{
    color: #00293e;
    font-weight: 700;
    padding: 20px 0;
}
.page-up { position: fixed; background: #006faa; bottom: 30px; right: 30px; padding: 20px; display: none; }
.page-up i { color: #fff;  font-size: 3rem }
.page-up span { display: none; }
main { padding-bottom: 100px; }
.page-text-content a, .single-news-text a { color: #23527c; text-decoration: underline; }
.widget-text { padding: 25px 0px 100px 0px }
.redirect { text-align: center; margin-top: 15px; line-height: 3rem; }
.redirect span { color: #70A9CB; font-size: 3rem; vertical-align: middle; }
.acordeon-wrapper{
    border-top: 1px solid #dce6ef;
    margin-bottom: 100px;
}
.acordeon>h3{
    border-bottom: 1px solid #dce6ef;
}

.acordeon>h3{
    padding: 20px 50px 20px 10px; 
    color: #006faa;
    font-family: helen;
    font-size: 28px;
    font-size: 2.8rem;
    position: relative;
    margin: 0;
}
.acordeon>h3::after{
    position: absolute;
    background: url(../styles/images/page-arrow-down.svg) no-repeat center center;
    content: '';
    width: 24px;
    height: 13px;
    top: 30px;
    right: 20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.acordeon>h3.selected::after{

  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.acordeon>h3:hover{
    background: #f8fafc;
}
.acordeon-subtitle{
    color: #70a9cb;
    font-family: helen;
    font-weight: 700;
    padding: 20px 0;
    font-size: 28px;
    font-size: 2.8rem;
    padding-left: 10px;
    margin: 0;
}
.accordeon-text-wrapper{
    display: none;
}
.accordeon-text-wrapper>p:nth-child(2){
    margin: 0;
    padding:0 10px 10px 10px;
    color: #00293e;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: helen;
    font-weight: 400;
}
.selected-sibling{
    border-bottom: 1px solid #dce6ef;
}
.pagination-calendar{
    margin-bottom: 100px;
}
.events-container{
    border-top: 1px solid #e0e9f1;
}
.event-wrapper{
    border-bottom: 1px solid #e0e9f1;
    margin-top: 15px;
    padding-bottom: 10px;
}
.from-date, .from-year{
    font-family: montserrat;
    font-weight: 700;
    color: #006faa;
}
.from-date, .to-date{
    margin-bottom: 0;
    text-transform: uppercase;
}
.from-date{
    margin-bottom: -10px;
    font-size: 48px;
    font-size: 4.8rem;
}
.from-year{
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 10px;
}
.to-date{
    color: #70a9cb;
    font-family: montserrat;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
}
.events .row{
    position: relative;
}
.events-view{
    position: relative;
    float: right;
    width: 50px;
    height: 20px;
}
.events-view-rows,
.events-view-grid{
    width: 50%;
    height: inherit;
}
.grid{
    min-height: 280px;
}
.grid .from-date,
.grid .from-year{
    float: left;
    font-size: 20px;
    font-size: 2rem;
}
.grid .to-date{
    clear: left;
}
.events-view-rows{
    float: left;
    background: url(./images/row-view.svg) no-repeat center center;
}
.events-view-rows.unmarked{
    float: left;
    background: url(./images/row-view-unmarked.svg) no-repeat center center;
}

.events-view-grid{
    float: right;
    background: url(./images/grid-view.svg) no-repeat center center;
}
.events-view-grid.unmarked{
    float: right;
    background: url(./images/grid-view-unmarked.svg) no-repeat center center;
}
 
.event-type{
    font-family: montserrat;
    color: #C44A08;
    font-weight: 700;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
}
.event-title{
    font-family: montserrat;
    text-transform: uppercase;
    font-weight: 600;
    color: #333c43;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0
}
.event-info{
    margin-top: 15px;
}

.modal-wrapper{
    width: 100%;
    height: 100%;
}
.modal-container{
    height: 100%;
    margin-top: 5%
}
.modal-info{
    position: relative;
}
.close-modal {
    width: 32px;
    height: 32px;
}

.close-modal:before, .close-modal:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #000;
}
.close-modal:hover:before, 
.close-modal:hover:after {
    background-color: #e25509;
}
.close-modal:before {
transform: rotate(45deg);
}
.close-modal:after {
transform: rotate(-45deg);
}
.close-modal{
    position: absolute;
    content: '';
    top: 5px;
    right: 5px;
    margin-top: 10px;
}
.modal-info,
.modal-options{
   width: 30%;
   margin-left: 35%;
   background: #fff;
   padding: 20px;
}
.modal-info p{
    margin: 0;
}
.modal-options input[type=email]{
    --modal-input-color: rgb(47, 144, 196);
    height: 40px;
    font-size: 20px;
    font-size: 2rem;
    text-indent: 5px;
    width: 100%;
    border: 1px solid var(--modal-input-color);
    border-radius: 3px;
    outline-color: var(--modal-input-color);
}
.modal-options input::placeholder{
    color: var(--modal-input-color);
    padding-left: 5px; 
}
.checkbox-wrapper{
    width: 100%;
    margin: 20px 0;
}
.checkbox-wrapper label{
    display: inline-block;
}

.checkbox-wrapper input{
    vertical-align: middle;
}
.checkbox-wrapper input[type=checkbox] {
    cursor: pointer;
    visibility: hidden;
    outline: none;
    vertical-align: top;
    -webkit-appearance: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}

.checkbox-wrapper input[type=checkbox]:after {
    vertical-align: top;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    visibility: visible;
    margin: 0 1px 0 3px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.085), 0 0 3px 0 rgba(0,0,0,0.4);
}


.checkbox-wrapper input[type=checkbox]:checked:after {
    width: 12px;
    height: 12px;
    content: '\2713';
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
    background: url(./images/forms-checkbox-on.svg) no-repeat center center;
    color: #fff;

}
.checkbox-wrapper input,
.checkbox-wrapper label{
    margin: 0;
    float: left;
}
.modal-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
}
.checkbox-wrapper>div
{
    margin: 2px 0;
    float: left;
    width: 50%;
}
.checkbox-wrapper>div:nth-child(odd)
{
    float:right;
   clear: left;
}
.checkbox-wrapper label{
    margin: 0;

}
.checkbox-wrapper input{
    margin: 4px 5px 0 0;
}
.checkbox-wrapper{
    float: left;
}
.org-wrapper{
    margin-bottom: 100px;
}
.org-list, .map-list{
    padding: 0;
    margin-top: 5px;
}
li[class$="level"]{
    margin-bottom: 5px;
}
li[class$="level"] h3{
    display: block;
    color: #006faa;
    border: 2px solid #006faa;
    border-radius: 5px;
    margin-bottom: 5px;
}
li[class$="level"] h3:hover{
    background: #006faa;
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
}
.high-level{
    margin-left: 4%;
}
.low-level{
    margin-left: 8%;
}
.lower-level{
    margin-left: 12%;
}
li[class$="level"]>h3:not(.org-info){
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
}
li[class$="level"]>h3{
    padding: 10px;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.org-info{
    display: none;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 10px;
}
.map-list h3 a { display: block; }
.slider-wrapper{
    overflow:hidden;
}
.missing-image { background: #DCE6EF; color: #fff; text-align: center; width: 100%; text-transform: uppercase; font-weight: 400; vertical-align: middle; }
.missing-image.large { height: 352px; line-height: 352px; font-size: 20rem; }
.missing-image.medium { height: 166px; line-height: 166px; font-size: 12rem  }
.event-container, .news-container, .galleries-container { margin-bottom: 100px }
.galleries-container div img { width: 100%; cursor: pointer; }
#cboxLoadedContent { position: relative; }
#cboxLoadedContent .photo-overlay { width: 100%; padding: 15px; position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 999999; color: #fff; }
p.bg-danger, p.bg-success { padding: 15px }
.service { display: block; border-right: 1px solid #dce6ef; }
.service > div { height: 170px; width: 100%; background-repeat: no-repeat; background-position: 50% 70%; display: block; }
.service > p { color: #006faa; font-family: montserrat; font-size: 14px; font-size: 1.4rem; font-weight: bold; text-transform: uppercase; white-space: initial; padding: 0 10px; margin-bottom: 25px; text-align: center; }
.services-list ul{
    padding: 0;
}
.services-list>ul>li{
    color: #006887;
    font-weight: 700;
}
.services-list>ul>li>ul>li{
    color: #000;
    font-weight: 400;
    padding-left: 15px;
}
.acoddion-section:not(.accordion-section-title){
    font-size: 16px;
    font-size: 1.6rem;
}
.accordion-section-title{
    display: block;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 5px 0;
    background: #006FAA;
    color: #fff !important;
    padding: 10px;
}
.accordion-section-title:focus{
    color: #fff;
    text-decoration: none;
}
.accordion-section-content { padding: 15px}

@media all and (max-width: 1500px) {
	
    .search-wrapper.active {
        width: 80%;
    }
}
@media all and (max-width: 1366px) {
    .main-menu-wrapper > li a {
        padding: 0 15px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .main-menu-wrapper, .main-menu-container {
        justify-content: center;
    }
    .search-wrapper.active {
        width: 70%;
    }
}
@media all and (max-width: 1199px) {
    .main-menu-wrapper > li a {
        padding: 0 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .header-container .right-side-items {
        font-size: 20px;
    }
    .header-container .right-side-items span {
        display: none;
    }
    .header-container .main-menu-wrapper, 
    .header-container .main-menu-container {
        float: right;
    }
    .polices-wrapper a {
        width: 47.5%;
        margin: 0.5% 1%;
    }

	.search-wrapper.active .wide-search a{
        margin: 10px 5px;
    }
}
@media all and (max-width: 991px) {
    .news-main-date-wrapper {
        position: relative;
        width: inherit;
    }
    .main-menu-wrapper {
        display: none;
    }
	

}
@media all and (min-width: 768px){
    .our-sites::after{
        top: 5px;
    }
    .main-news-title-mobile{
        display: none;
    }
    .about-menu .about-menu-item:hover {
        background: rgba(100, 100, 100, 0.5);
    }
    .about-menu .about-menu-item:hover * {
        color: #fff;
    }
    .about-menu .about-menu-item:hover .item-icon {
        background: transparent !important;
    }
    .about-menu a.item-1:hover {
        background: url('./images/pics/img1.jpg') no-repeat center center;
        background-size: cover;
    }
    .about-menu a.item-2:hover {
        background: url('./images/pics/img1.jpg') no-repeat center center;
        background-size: cover;
    }
    .about-menu a.item-3:hover {
        background: url('./images/pics/img1.jpg') no-repeat center center;
        background-size: cover;
    }
    .about-menu a.item-4:hover {
        background: url('./images/pics/img1.jpg') no-repeat center center;
        background-size: cover;
    }
    .accordion-section-title:hover{
        color: #fff;
        text-decoration: none;
    }
}
@media (max-width: 768px){
    .file-title { width: 90%; vertical-align: top; }
    .file-size { width: 100%; text-align: left; }
    .page-up { display: block; }
    .modal-info,
    .modal-options{
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 10px;
    }
    .modal-container{
        margin-top: 0;
    }
    .modal-info h2{
        font-size: 24px;
        font-size: 2.4rem;
        margin-top: 0;
    }
    .top-menu{
        margin-left: 0;
        width: 100%;
    }
    .accessibility-menu{
        margin-left: 0 !important;
    }
    header>.top-menu>.accessibility-menu.access-inner{
        position: absolute;
        text-align: left;
        left: 0;
        width: 100%;
    }
    .our-sites-menu-wrapper>p,
    .our-sites-list{
        padding-left: 10%;
    }
    .our-sites-menu-wrapper{
        width: 100%;
    }
    
    .weather-wrapper{
        display: none;
    }
    .weather-wrapper>.temp-wrapper{
       width: 40%;
    }
    .weather-wrapper>.air-wrapper{
        width: 60%;
    }
    .show-menu{
        margin-left: 0;
    }
    .show-menu-home{
        margin-left: 15px
    }
    .right-side-items{
        margin: 0 20px 0 0;
    }
    .selected-node{
        padding: 80px 15px 0 5px;
    } 
    .side-menu-wrapper{
        width: 100% !important;
    }
    .side-menu-wrapper li{
        padding: 15px;
    }
    .menu-button-wrapper .side-menu-link{
        margin-top: 10px;
        left: 5px;
    }
    .side-menu-container,
    .side-menu-container {
        display: block;
    }
    .side-menu-container{    
        height: 100%;
        text-transform: uppercase;
        font-family: helen;
        font-size: 18px;
        font-size: 1.8rem;
        color: #5596BB;
    }
    .sub-node-wrapper,
    .menu-link,
    .visit-varna,
    .right-side-items a{
        display: none;
    }
    .left-side-items:not(.home){
        padding-top: 15px;
        margin: 30px 0 5px 0;
    }
    .left-side-items.home{
        margin: 25px 0 0 20%;
    }

    .right-side-items::after{
        top: 50px;
        right: -10px;
    }
    .search-wrapper form input{
        width: 80%;
    }

    .main-menu-wrapper{
        display: none;
    }

    .main-menu-item{
        display: inline;
    }
    .main-news-title{
        display: none;
    }
    .main-news-title-mobile{
        width: 100%;
        padding-left: 10px;
    }
    
    .main-news-title-mobile p
    {
        font-size: 20px;
        font-size: 2rem;
        padding: 10px 0;
    }
    .previous-news,
    .next-news{
        width: 100%;
        text-align: center;
    }
    .next-news{
        margin-top: 10px;
    }

    .labels-list>li a{
        margin-bottom: 8px;
    }
    .events{
        padding-bottom: 30px;
    }
    .gallery-title, 
    .linked-files-title,
    .gallery-wrapper img{
        text-align: center;
    }
    
    .news-main-wrapper,
    .news-content-wrapper{
        min-height: 70px;
        margin-top: 10px;
    }
    .news-listing, .gallery-listing {
        margin-bottom: 0;
    }
    .news-listing > div, .gallery-listing > div {
        margin-bottom: 30px;
    }

    .news-main-date-wrapper{
        position: relative;
        width: inherit;
    }

    .news-listing.slider, .events-listing.slider, .gallery-listing.slider,
    .news-listing-main.slider {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    .pagination-wrapper>ul>li{
        margin: 5px 0;
    }

    .third-row,
    .fourth-row{
        display: none;
    }
    .section-title-wrapper{
        margin: 25px 0;
    }
    .slider > div {
        flex-shrink: 0;
        width: 85%;
    }
    .footer-lower .row>div:last-child{
        margin-top: 10px;
    }
    .footer-lower .row>div{
        text-align: center;
    }
    .search-wrapper.active .wide-search {
        display: none;
    }
    .about-menu .item-info-wrapper .desc {
        display: none;
    }
    .about-menu-item {
        height: auto;
        margin: 10px 0 0;
    }
    .about-menu .item-icon {
        min-width: 70px;
    }
    .about-menu .item-info-wrapper .title {
        font-size: 16px;
        font-size: 1.6rem;
    }
		
    .search-wrapper.active .search-label {
		position: relative;
		display: block;
    }
	
	.search-wrapper .search-icon {
		position: relative;
		display: block;
    }

    .search-wrapper.active .search-icon-wrapper {
        position: absolute;
        right: 0;
        top: 0;		
    }

    .search-wrapper.active:not(.search-wrapper-home) {
        width: 90%;
    }
    .search-wrapper:not(.search-wrapper-home) .search-form input {
        margin-left: 10%;
    }
    div>div.search-wrapper-home.active{
        width: 90%;
    }
    .search-form input {
        font-size: 14px;
        font-size: 1.4rem;
		
    }
    .polices-wrapper a {
        width: 100%;
        margin: 5px 0;
    }
    
    .social-media .item {
        margin-bottom: 30px;
    }
    .social-media .item a {
        height: auto;
    }
    .events .event-title {
        min-height: 70px;
    }
    .most-wanted {
        text-align: center;
    }
    .header-container + .menu-container > .menu-button-wrapper {
        position: absolute;
        top: 60px;
        left: 0px;
    }
    .header-container {
        height: 250px;
        padding-left: 0;
        padding-right: 0;
    }
    .newsletter-wrapper {
        padding: 10px 0 0 0;
    }
    .consent-wrapper label{
        max-width: 80%;
        padding-left: 5%;
    }
    .no-gutter>div.consent-wrapper input{
        margin: 0 0 45px 10px;
    }
    .about-menu {
        padding: 0;
        margin-bottom: 20px;
    }
    .about-menu .col-md-6 {
        padding: 0;
    }
    .services-wrapper > a {
        margin-right: 20px;
    }
    .services-wrapper > a > div {
        width: 200px;
        border: none;
    }
    .services-wrapper-container {
        overflow-x: scroll;
    }
    .services-container-wrapper .arrow {
        display: none;
    }
    .mayor-wrapper ul{
        margin-bottom: 20px;
    }
    .subscription-form input,
    .subscription-form button{
        margin-bottom: 10px;
    }
    .acordeon>h3{
        padding: 20px 45px 20px 10px;
    }
    .events-view{
        display: none;
    }
    .org-wrapper{
        margin-left: 5px;
        margin-right: 5px
    }
    .high-level{
        margin-left: 10%;
    }
    .low-level{
        margin-left: 10%;
    }
    .lower-level{
        margin-left: 10%;
    }
    .page-main-title{
        margin: 0;
        padding: 20px 0;
    }
    .footer-social-media {
        margin-bottom: 10px;
    }
}

@media print {
    @page{
        margin: 1cm;
    }
    .right-side-items,
    .left-side-items, 
    .right-side-container, 
    .labels-wrapper, 
    .other-news-wrapper, 
    .menu-container,
    .menu-button-wrapper,
    footer {
        display: none;
    }
    .main-news-title, .main-news-title-mobile{
        margin-top: 0;
    }
    .single-news-picture .main-news-title>p{
        padding-left: 5px;
    }
    .coa-print{
        font-size: 12pt;
        text-align: center;
        width: 100%;
        display: inherit;
    }
}
#content_stage ul {
    list-style:unset;
}