/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */


/* Document
   ========================================================================== */

html {
    font-family: 'Lato', sans-serif;
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

img {
    width: 100%;
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

body * {
    font-family: 'Lato', sans-serif;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

:before,
:after {
    font-family: FontAwesome;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,

/* 1 */

menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

.clearfix:after,
.content-container div:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix,
.content-container div {
    display: block;
}


/* close commented backslash hack */

ul,
li {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

li {
    display: list-item;
}

.navmenu-item {
    position: relative;
    display: inline-block;
    padding: 0.7rem 1rem;
    cursor: pointer;
}

.btn {
    background: transparent;
    border-color: transparent;
    padding: .5rem;
    border-radius: .7rem;
    cursor: pointer;
    font-family: 'Lato'!important;
color: #676767;
}

.side-btn {
    padding-right: 1.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: block;
    margin-top: 1rem;
    background: #0071bc;
    color: white;
}

.header {
    /*background: url(./img/header-bg2.jpg);*/
    background-size: cover;
    height: 277px;
    /*overflow: hidden;*/
    background-position-y: 22%;
    position: relative;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border-bottom: 7px solid #0071bc;*/
}

.bottom-line {
    position: absolute;
    width: 100%;
    height: 20px;
    background: #0071bc;
    top: 100%;
    z-index: 2;
    box-shadow: 0px -1px 1px #4c4c4c;
}

.header-overlay {
    /* z-index: 1;
position: absolute;
    height: 100%;
    width: 100%;*/
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*width: 1000000%;*/
    /*transform: rotate(578deg);*/
}

.brand {
    position: relative;
    z-index: 2;
    float: left;
}

.logo {
    max-width: 364px;
    background: #0071bc;
    max-height: 154px;
    /* margin: .4rem; */
    /* border-bottom-left-radius: 1rem; */
    border-bottom-right-radius: 25rem;
    margin-left: -1.4rem;
    padding: 2rem;
    padding-left: .5rem;
    padding-right: 5rem;
    margin-top: -1rem;
    box-shadow: 1px 1px 2px #282727;
    padding-top: 1.4rem;
}

.logo img {
    width: 100%;
    margin-right: -2rem;
}

.brand-desc {
    position: absolute;
    bottom: -19px;
    background: #0071bc;
    right: 00;
    border-top-left-radius: 12rem;
    box-shadow: 0px -1px 2px #464646;
    z-index: 2;
}

.brand-desc p {
    text-shadow: 1px 1px 2px #353535;
    font-size: larger;
}

.submenu {
    display: none;
}

.navmenu-items {
    /*    background: #0071bc;
    display: inline-block;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0px 1px 3px #2d2d2d;*/
    /*background: #0071bc;*/
    display: inline-block;
    /* margin-left: 15%; */
    /*border-bottom-left-radius: 1rem;*/
    /*border-bottom-right-radius: 1rem;*/
    /* box-shadow: 0px 1px 3px #2d2d2d; */
    /*height: 79px;*/
    /*display: flex;*/
    height: 52px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.navmenu-item {
    color: white;
    text-shadow: 1px 1px 2px #303030;
    font-size: 2rem;
}

.navmenu {
    padding-right: 2rem;
    background: #0071bc;
    display: inline-block;
    text-align: center;
    top: 0;
    position: relative;
    height: 52px;
    z-index: 10;
    box-shadow: 1px 1px 2px #282727;
    border-bottom-right-radius: 33rem;
}

.homepage-nav {
    width: 80%;
}

@media (max-width: 1435px) {
    .navmenu-item {
        font-size: 1.5rem;
        white-space: nowrap;
    }
}

.homepage .main-content {
    text-align: center;
}

.side-content {
    width: 25%;
    float: left;
    /*border-top: 1px solid #4b4b4b;*/
}

.main-content {
    position: relative;
    width: 75%;
    float: left;
    margin-right: -1px;
}

.slider-item {
    display: inline-block;
    margin: .5rem;
    max-width: 120px;
}

.slider-title {
    margin: 1rem;
    margin-left: 0;
}

.slider-container {
    width: 65%;
    float: left;
    overflow: hidden;
}

.slider-items {
    white-space: nowrap;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services {
    width: 35%;
    float: left;
}

.services img {
    width: 100%;
    padding: 1rem;
    margin-top: 2rem;
}

.footer {
    background: #dcdcdc;
    border-top: 1px solid #9a9a9a;
}

.admin-menu {
    display: block;
    text-align: center;
}

.admin-menu img {
    max-width: 705px;
    border-top: 1px solid #aaa;
    padding: 2rem;
    border-bottom: 1px solid #aaa;
}

.copyright {
    text-align: center;
    padding: 2rem;
}

.copyright p {
    font-size: 14px;
}

.footer-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.side-content {
    /*box-shadow: 0px -1px 2px #727272;*/
    border-left: 1px solid #b7b7b7;
    /*border-right: 1px solid #9a9a9a;*/
    /*min-height: 600px;*/
    /*margin-top: -7rem;*/
    z-index: 1;
    position: relative;
    background: white;
    /*border-top-left-radius: 7rem;*/
    /*border-top-right-radius: 7rem;*/
    padding-bottom: 2rem;
}

.page-body {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background: white;
}

.side-logo {
    margin-top: 1rem;
    max-width: 100%;
}

.side-logo img {
    width: 100%;
}

.mydest {
    width: 100%;
    padding: 2rem;
}

.mydest img {
    width: 100%;
}

text {
    font-family: 'Lato';
}

.main-content:before {
    display: none;
    content: '';
    background: url(./img/top-leaf.png);
    width: 70px;
    height: 70px;
    position: absolute;
    top: 30px;
    background-size: cover;
    left: 63px;
}


/*.main-content:after {
    content: '';
    background: url(./img/bottom-leaf.png);
    width: 131px;
    height: 70px;
    position: absolute;
    bottom: 0;
    background-size: cover;
    right: 7px;
    margin-bottom: 2rem;
}*/

.slider {
    /*filter: grayscale(100%);*/
}

.slider-item {
    filter: grayscale(100%);
    cursor: pointer;
    transition: all 200ms;
    text-align: center;
}

.smaller-img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.slider-item:hover {
    filter: grayscale(0%);
}

.navmenu-item:hover .submenu {
    display: block;
    position: absolute;
    background: #0071bc;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    left: 0;
}

.mobile-nav {
    display: none;
}

.submenu-item {
    padding: 1rem;
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
}

.navmenu-item:first-of-type:hover {
    background: #0071bc;
}

.submenu-item:hover {
    background: white;
    color: #0071bc;
    text-shadow: none;
}

.submenu-item:last-of-type:hover {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.submenu {
    box-shadow: 0px 2px 4px #515151;
    left: 0;
    z-index: 100;
    top: 100%;
    min-width: 150px;
    border: solid #0071bc;
}

.content-container img {
    width: 100%;
    margin-left: -20px;
    max-width: 150px;
    display: inline-block;
    float: left;
    shape-outside: square();
    margin-right: 1rem;
}

h1,
h2,
h3,
p {
    color: #3e3c3c;
}

.content-container p {
    font-size: 16px;
}

.page1 .main-content:before,
.page1 .main-content:after {
    display: none;
}

.page1 .content-container {
    margin-top: 1rem;
    padding: 1rem;
 
}


@media (min-width: 800px) {
    .page1 .content-container {
           overflow: hidden;
    }
}

.page1 .content-container h1 {
    text-align: center;
}

.breadcrumbs {
    margin-left: 2rem;
    padding-top: 1rem;
}

.header p {
    color: white;
    font-size: 15px;
    margin: 1rem 2rem;
}

.news_side {
    display: none;
    padding-left: .6rem;
    padding-right: .3rem;
}

.news_side img {
    float: left;
    width: 31%;
    margin-right: .5rem;
}

.news_side p {
    font-size: 14px;
}

.main-content {
    border-right: 1px solid #b7b7b7;
    border-collapse: collapse;
}

.side-slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.side-slider .content {
    max-width: 100%;
}

.side-slider .content img {
    width: 100%;
}


/*.slick-list {
    transform: translateY(-30%);
}
*/

.side-slider-container {
    max-height: 350px;
    overflow: hidden;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/*.card-header{
    background: #0071bc;
    color: white;
    padding: .5rem;
}


.card {
        max-width:  240px;
    margin: 1rem;
    border: 1px solid transparent;
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-top-right-radius:    1rem;
}

.card-body {
    position:   relative;
    width:100%;
}

.card-body img {
  height: 163px;

}*/

.cards {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    padding: 1.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card {
    filter: grayscale(100%);
    position: relative;
    margin-bottom: 20px;
    /*padding-bottom: 30px;*/
    background: white;
    color: #363636;
    text-decoration: none;
    border: 1px solid #ebebeb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 31px;
    overflow: hidden;
    transition: all 200ms;
}

.card img {
    padding: 1rem;
}

@media (max-width: 700px) {
    .card {
        width: 100%;
    }
}

@media (min-width: 700px) {
    .card {
        max-width: 320px;
        margin: 20px!important;
    }
    .card:nth-child(even) {
        margin-right: 0;
    }
}

@media (min-width: 980px) {
    .card:nth-child(even) {
        margin-right: 20px;
    }
    .card:nth-child(3n) {
        margin-right: 0;
    }
}

.card span {
    display: block;
}

.card .card-summary {
    padding: 0;
    font-size: 15px;
    /* font-weight: 600; */
    color: white;
    /*background: #0071bc;*/
    padding: 1rem;
    position: absolute;
    bottom: 0;
    height: 83px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-summary h3 {
    /*color: white;*/
    margin: 0;
    /*font-weight: 500;*/
    color: #a6a6a6;
    font-weight: 500;
}

.card .card-header {
    position: relative;
    height: 175px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 88%;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.15);
    background-position-y: 25%;
    background-blend-mode: overlay;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 0 0;
}

.card .card-header:hover,
.card .card-header:focus {
    background-color: rgba(255, 255, 255, 0);
}

.card .card-title {
    background: rgb(0, 113, 188);
    padding: 3.5% 0 2.5% 0;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.card .card-title h3 {
    font-size: 1.2em;
    line-height: 1.2;
    padding: 0 3.5%;
    margin: 0;
    color: white;
}


/*.card .card-meta {
  max-height: 0;
  overflow: hidden;
  color: #666;
  font-size: .78em;
  text-transform: uppercase;
  position: absolute;
  bottom: 5%;
  padding: 0 5%;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}*/

.card:hover,
.card:focus {
    /*background: white;*/
    /*box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 6px 0px;*/
    border: 1px solid gray;
    filter: grayscale(0%);
}

.card:hover .card-summary,
.card:focus .card-summary {
    /*background: rgba(255, 206, 0, 1);*/
}

.card:focus h3,
.card:hover h3 {
    color: #3e3c3c;
}

.card {}


/*.card:hover .card-meta, .card:focus .card-meta {
  max-height: 1em;
}*/

.card-container img {
    max-width: 100%;
}

.header > .brand {
    display: none;
}

.card-container * {
    -moz-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -moz-transform;
    -o-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -o-transform;
    -webkit-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -webkit-transform;
    transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.menu-btn {
    display: none;
    position: fixed;
}

.mobile-buttons {
    display: none;
}

#unep {
    width: 40%;
    margin-top: 1rem;
}

#unwto {
    width: 80%;
    margin-top: 1rem;
}

#ecotrans {
    margin-top: 2.5rem;
}

#eea {
    width: 55%;
}

#psd {
    margin-top: 2rem;
}

.card {
    width: 278px;
    min-height: 227px;
}

.nav-title {
    margin-left: 2.4rem;
    text-align: left;
    font-size: 1.8rem;
    position: relative;
    margin-top: 13px;
    margin-bottom: 0;
}


/*
.nav-title:before {
    content: '';
    background: url(./img/leaf-color.png);
    width: 42px;
    height: 27px;
    position: absolute;
    top: 0px;
    background-size: cover;
    left: -34px;
    transform: rotate(315deg);
}*/

.nav-title:after {
    content: '';
    width: 450px;
    height: 2px;
    position: absolute;
    top: -25px;
    left: -39px;
    border-bottom: 1px solid #dcdcdc;
}

@media (min-width: 1600px) {
    .page-body {
        border-left: 1px solid #b7b7b7;
        border-right: 1px solid #b7b7b7;
    }
    .main-content:before {
        display: none;
        left: auto;
        right: 101%;
    }
    .main-content:after {}
}

.site-desc {
    /*background: #f4f4f4;*/
    position: relative;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.site-desc:after {
    /*content: '';*/
    width: 450px;
    height: 2px;
    position: absolute;
    right: 0px;
    border-bottom: 1px solid #dcdcdc;
    bottom: 87%;
}

.site-desc:before {
    content: '';
    width: 450px;
    height: 2px;
    position: absolute;
    left: 0px;
    border-bottom: 1px solid #dcdcdc;
    bottom: 0;
}

.site-desc h3 {
    font-weight: 400;
    text-shadow: 0px 0px 1px #afaeae;
    color: #6a6a6a;
    font-size: 1.8rem;
}

@media (max-width: 1300px) {
    .site-desc h3 {
        max-width: 528px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-desc br {
        display: none;
    }
}

.title1:after {
    display: none;
}

.page-body {
    margin-top: 10px;
}

.breacrumb li {
    display: inline-block;
    position: relative;
    z-index: 10;
}

.breacrumb {
    padding: 1rem;
    /* margin-left: 1rem; */
    display: inline-block;
    color: white;
    z-index: 1;
    text-shadow: 0px 0px 2px #454545;
    box-shadow: 1px 1px 1px #454545;
    background: #0071bc;
    /* border-bottom-left-radius: 1rem; */
    border-bottom-right-radius: 1rem;
}

.breacrumb:after {
    content: '';
    height: 20px;
    width: 100%;
    background: #0071bc;
    position: absolute;
    top: 0;
    left: 0;
}

.header-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    overflow: hidden;
}

.header-bg img {
    height: 137%;
    position: absolute;
    opacity: 0;
    transition: all 800ms;
}

.header-bg #bg {
    opacity: 1;
}

.svg_container {
    width: 78%;
}

.logo_space {
    width: 100%;
    text-align: center;
    /*height: 176px;*/
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 3rem 0;
    padding-bottom: 2rem;
}

.logo_sm,
.logo_lg {
    display: inline-block;
}

.logo_lg {
    max-width: 300px;
}

.logo_sm {
    max-width: 120px;
}

#yellow {
    background: #ffce00;
}

#yellow h2 {
    color: #0071bc;
}

#blue {
    background: #0071bc;
}

#blue h2 {
    color: white;
}

#multicolor {
    background: #aaa;
}

#multicolor h2 {
    color: white;
}

#black {
    background: black;
}

#black h2 {
    color: white;
}

#green {
    background: darkgreen;
}

#green h2 {
    color: white;
}

.logo_lg {
    margin-right: 7rem;
}

@media (max-width: 800px) {
    .navmenu-items {
        position: fixed;
        z-index: 200;
        top: 0;
        bottom: 0;
            box-shadow: -2px 0px 13px 0px #515151;
        text-align: left;
        right: 0;
        background: white;
        width: 55%;
        height: auto;
        transform: translate3d(120%, 0, 0);
        transition: all 300ms;
    }
    .navmenu-item {
        display: block;
        margin-bottom: 2rem;
    }
    .navmenu-item:first-of-type {
        margin-top: 2rem;
    }
    .navmenu-item {
        font-size: 2rem;
        color: black;
        text-shadow: none;
    }
    .navmenu,
    .logo {
        background: none;
        box-shadow: none;
    }
    .header-bg {
        overflow: hidden;
    }
    .header-bg img {
        width: 250%;
    }
    .site-desc:before {
        width: 100%;
    }
    .navmenu {
        padding-right: 0;
    }

    .logo {
        padding: 0;
        max-width: 246px;
        /* text-align: center; */
        margin-left: auto;
        margin-right: auto;
        margin-top: 22px;
    }
    .logo img {
        margin-right: 0;
    }
    .brand,
    .navmenu {
        width: 100%;
    }
    .header {
        min-height: 173px;
        height: auto;
    }
    .header p {
        margin: 0;
        width: 293px;
        margin-left: auto;
        margin-right: auto;
    }
    .brand-desc {
        bottom: 9px;
        background: none;
        /* right: 00; */
        border-top-left-radius: 12rem;
        box-shadow: none;
        z-index: 2;
        text-align: center;
        width: 300px;
        /* margin-left: auto; */
        width: 100%;
    }
    .nav-title:before {
        display: none;
    }

    .side-buttons, .side-btn {
        display: none;
    }

    .side-content {
      width: 0;
    height: 0!important;
    z-index: 300;
    }
    .main-content:after {
        display: none;
    }
    .site-desc h3 {
        font-size: 15px;
        margin-top: 1rem;
    }
    .mobile-buttons {
        display: block;
        text-align: left;
    }
    .mobile-buttons button {
        margin-right: 1rem;
        box-shadow: 0px 0px 1px #aaa;
    }

    .mydest {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 75%;
    right: 0;
    background: #fff;
        box-shadow: -2px 0px 13px 0px #515151;
    z-index: 234;
    transform: translate3d(120%,0,0);
    transition: all 300ms;
    overflow-y: auto;
    }
    .main-content {
        padding: 1rem;
        width: 100%;
    }
    .footer-container {
        width: 90%;
    }
    .svg_container {
        width: 90%;
        margin-left: -3rem;
    }

    .header-bg:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url(./img/header-overlay.png);
        background-size: cover;
    }
    .breacrumb:after {
        display: none;
    }
    .breacrumb {
        background-size: none;
        padding: 0;
        box-shadow: none;
        background: none;
        margin-left: 1rem;
    }
    .header-bg #mobile {
        display: none;
    }
    .menu-btn {
        font-size: 2.2rem;
        z-index: 1000;
        position: absolute;
        display: inline-block;
        background: none!important;
        border: none!important;
        color: white!important;
        font-weight: 500!important;
        top: 4px;
        left: 10px;
    }
    .menu-btn:focus {
        outline: none!important;
    }
    .menu-btn i {
        padding: 1rem;
    }
    .bottom-line {
        top: 0;
        display: none;
    }
    .header {
        box-shadow: 0px 3px 7px #8a8a8a;
        border-bottom: 1px solid #000;
    }
    .footer {
        box-shadow: 0px -1px 4px #afafaf;
        border-bottom: 1px solid #000;
    }
    .navmenu .brand {
        display: none;
    }
    .brand {
        float: none;
    }
    .footer-container > div {
        width: 100%;
    }
    .slider-items {
        display: block;
    }
    .slick-track {
        display: flex!important;
        justify-content: center;
        align-items: center;
    }
    .admin-menu {
        overflow-x: auto;
        overflow-y: hidden;
        text-align: center;
    }
    .admin-menu img {
        width: 130%;
    }
    .services {
        text-align: center;
    }
    .services img {
        width: 72%;
    }
    .header > .brand {
        display: block;
    }
    .submenu {
        position: relative!important;
        width: 100%;
        background: none!important;
        border: none;
        box-shadow: none;
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        border-radius: 0!important;
        margin-top: 1rem;
        text-align: left;
    }
    .submenu-item {
        white-space: initial;
    }
    .navmenu-item:first-of-type:hover {
        background: transparent;
    }
    .sidebar-open .backdrop {
        background: rgba(0, 0, 0, 0.4);
        z-index: 100;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    body.sidebar-open {
        overflow: hidden!important;
    }
    .navmenu {
        z-index: 150;
    }
    .header-bg img {
        display: none;
    }
    .header-bg #mobile {
        display: block!important;
        opacity: 1;
        width: 100%;
        height: 100%;
    }

    .news_side {
        display: block;
        padding: 2rem;
    }
    .homepage-nav {
        display: none;
    }

    .mobile-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        /*height: 400px;*/
            height: 200px;
    width: 100%;
    transition: all 300ms;
    }

    .taller {
           height: 400px;
    }

    .main-content {
        overflow: hidden;
    }

    .nav-object{
        position: relative;
    }
    .center {
        max-width: 88px;
            /*max-width: 149px;*/
        margin-left: auto;
        margin-right: auto;
        transition: all 300ms;
    }

    .center-smaller {
        /*max-width: 88px;*/
    }
    .center img {
        width: 100%;
    }

.mobile-nav {
    transition: all 300ms;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  
  border-bottom:  25px solid #1bcdff;
    bottom: 100%;
  left:20px;
}

.arrow-up.left {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(-45deg);
  border-bottom:  25px solid #1bcdff;
    left: -27px;
    /*bottom: 69px;*/
        bottom: 80%;
}


.arrow-up.left:before {
    content: 'News';
    position: absolute;
    bottom: 100%;
        transform: rotate(45deg);
    left: -18px;
    top: -24px;
    font-size: 9px;
    border-bottom: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
}

.arrow-up.left.translate-up-left:before,
.arrow-up.right.translate-up-right:before,
.arrow-up.up.translate-up:before,
.arrow-down.down.translate-down:before,
.arrow-right.translate-right:before,
.arrow-left.translate-left:before,
.arrow-down.left.translate-down-left:before,
.arrow-down.right.translate-down-right:before{
    opacity: 1;
}


.arrow-up.right:before {
      content: 'Events';
    position: absolute;
    bottom: 100%;
        transform: rotate(-45deg);
     left: -10px;
    top: -28px;
    font-size: 9px;
    border-bottom: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
}

.arrow-down.right:before {
    content: 'Tourism2030';
    position: absolute;
    /* bottom: 100%; */
    left: -25px;
        top: 12px;
           transform: rotate(45deg);
    font-size: 9px;
    border-top: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
}

.arrow-down.left:before {
    content: 'Services';
    position: absolute;
    /* bottom: 100%; */
           transform: rotate(-45deg);
    left: -16px;
    font-size: 9px;
    border-top: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
}


.arrow-up:before {
    content: 'Topic';
    position: absolute;
    bottom: 100%;
      left: -12px;
    font-size: 9px;
    border-bottom: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
}


.arrow-left:before {
    content: 'Market';
    position: absolute;
    bottom: -8px;
     left: -41px;
    font-size: 9px;
    border-right: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
}



.arrow-right:before {
    content: 'Tools';
    position: absolute;
bottom: -8px;
    left: -2px;
    font-size: 9px;
    border-left: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
    /*border-radius: 5rem;*/
    padding-left: 2px;
}



.arrow-down:before {
          content: "Who's who";
    position: absolute;
      left: -21px;
    font-size: 9px;
    border-top: 3px solid #1bcdff;
    opacity: 0;
    transition: all 300ms;
        white-space: nowrap;
}

.arrow-up.right {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
    transform: rotate(45deg);
  border-bottom: 25px solid #1bcdff;
     right: -27px;
     left: auto; 
    /*bottom: 69px;*/
        bottom: 80%;

}


.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  
  border-top: 25px solid #1bcdff;
  top: 100%;
  left:20px;
}

.arrow-down.left {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
    transform: rotate(45deg);
  border-top: 25px solid #1bcdff;
    left: -30px;
    top: auto;
    bottom: -24px;
 
}

.arrow-down.right {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
    transform: rotate(-45deg);
  border-top: 25px solid #1bcdff;
    right: -30px;
    left: auto;
    top: auto;
    bottom: -24px;
}


.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom:15px solid transparent;
  left: 100%;
      top: 20px;
  border-left:  25px solid #1bcdff;
}

.arrow-left {
  width: 0; 
  height: 0; 
  right: 100%;
    top: 20px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; 
  
  border-right: 25px solid #1bcdff; 
}

.translate-up-right {
 transform: rotate(45deg) translate3d(0,-320%,0) scale(2)!important;
}
.translate-up-left {
    transform: rotate(-45deg) translate3d(0,-320%,0) scale(2)!important;
}

.translate-down-right {
 transform: rotate(-45deg) translate3d(0,341%,0) scale(2)!important;
}

.translate-down-left {
 transform: rotate(45deg) translate3d(0,341%,0) scale(2)!important;
}


.translate-right {
transform: translate3d(320%,0,0) scale(2)!important;
}


.translate-left {
transform: translate3d(-320%,0,0) scale(2)!important;
}

.translate-down {
transform: translate3d(0,320%,0) scale(2);
}

.translate-up {
transform: translate3d(0,-320%,0) scale(2);
}


.page1 .content-container {
    box-shadow: 0px 0px 1px#aaa;
}

.scale-down {
transform: scale(0.7);
}


.side div,
.side a {
    /*opacity: 0;*/
    margin: 1rem;
    position: absolute;
        transition: all 300ms;
}

.shadow {
        filter: drop-shadow(2px 3px 3px #aaa);
}

.content-container img {
        margin-left: -30px;
}

.side a:before {
    border-color: transparent!important;
    /*color: #1bcdff;*/
    color: #a9a9a9;
    font-size: 12px!important;
    font-weight: 600;
}

.side a:hover {
        zoom: 1.2;
}
.scale {
    opacity: 1!important;
}

.news-item {
        margin-bottom: 3rem;
}

}



    .shown {
        transform: translate3d(0, 0, 0);
    }


    .content-container {
        text-align: left;
    }



  .side-content .btn.focus,.side-content .btn:focus,.side-content .btn:hover {
        color: white!important;
    }