@font-face {
    font-family: Jura;
    src: url("../fonts/Jura-Bold.ttf");
}
@font-face {
    font-family: Fira;
    src: url("../fonts/FiraSans-Medium.ttf");
}
@font-face {
    font-family: Fira-semiBol;
    src: url("../fonts/FiraSans-SemiBold.ttf");
}
@font-face {
    font-family: Fira-regular;
    src: url("../fonts/FiraSans-Regular.ttf");
}
a:hover,a:focus{
    text-decoration: none;
}
body{
    margin: 0;
    font-family: Jura;
    background: #FFFDFC;
}
.karuselImg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-carousel .carousel-cell{
    width: 100%;
    opacity: .9!important;
    transition: opacity 5000ms ease-out 0s;
    visibility: hidden;
    height: 100%;
}
.main-carousel .carousel-cell .karuselImg{
    transform: scale(1, 1);

}
.main-carousel .carousel-cell.is-selected{
    opacity: 1!important;
    visibility: visible;
}
.main-carousel .carousel-cell.is-selected .karuselImg{
    transition: transform 8000ms ease-out 0s;
    transform: scale(1.1, 1.1);
}
.main-carousel .flickity-page-dots {
    bottom: 70px;
}

.main-carousel .flickity-page-dots .dot {
    background: transparent;
    width: 12px;
    height: 12px;
    border: 2px solid white;
    opacity: 1;
}

.main-carousel .flickity-page-dots .dot.is-selected {
    background: white;
    -webkit-box-shadow: 0px 3px 8px 0px #000000;
    -moz-box-shadow: 0px 3px 8px 0px #000000;
    box-shadow: 0px 3px 8px 0px #000000;
    width: 15px;
    height: 15px;
}
.text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-size: 41px;
    color: white;
    text-transform: uppercase;
    z-index: 3;
    text-align: center;
    line-height: 55px;
    letter-spacing: 3px;
    font-family: Jura;
    flex-direction: column;
}
.text p {
    text-shadow: 0px 4px 10px #000000eb;
    z-index: 4;
}
.bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .45;
    transform: scale(1.2, 1.2);
}
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    z-index: 5;
    padding-top: 15px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
header svg path {
    fill: white;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
header.fixed{
    background: white;
    box-shadow: 0px 1px 8px 1px lightgray;
    z-index: 9999;
}
header.fixed .bg_header{
    display: none;
}
header.fixed svg path{
    fill: #006870;
}
header.fixed ul li a{
    color: #6D7C87;
}
header img.searchFixed {
    display: none;
}
header.fixed img.default{
    display: none;
}
header.fixed img.searchFixed{
    display: inline-block;
}
.headerSocial {
    position: absolute;
    left: 0;
    top: 113px;
    bottom: 0;
    z-index: 1;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(../img/bgSocial.png);
    background-position: center;
    background-size: contain;
    flex-direction: column;
    padding: 4% 0 3%;
    flex-direction: column;
}
.scroll {
    display: flex;
    color: white;
    font-family: Fira-semibol;
    margin-left: 70px;
    margin-top: 50%;
}

.scroll span {
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.icons {

}

.icons img {
    display: block;
}
.icons img:first-child {
    margin-bottom: 30px;
    margin-left: 10px;
}
.icons a img {
    margin-left: 0!important;
}
.icons img:last-child {
    margin-top: 30px;
    margin-left: 10px;
}
.icons img:nth-child(3) {
    margin: 50px 0;
}

.navigation ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    color: white;
    font-size: 13px;
    padding: 0;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    position: relative;
    z-index: 3;
    font-family: Fira;
    margin-bottom: 0;
}

header .container-fluid {
    padding: 0 30px;
}
.bg_header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #0000003b;
    /*opacity: .3;*/
    /*background: url("../img/bg_header.png");*/
    z-index: 1;
}
/*.tel, .search{*/
    /*width: 24px;*/
/*}*/

.navigation ul a {
    color: white;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    letter-spacing: 1px;
}
.timeLine .container-fluid {
    padding-left: 135px;
    padding-right: 0;
}

.timeLine .container-fluid .title {}

.timeLine .container-fluid .title h2 {
    text-align: left;
}

.timeLine .container-fluid .title h2:after {
    margin-left: 0;
}



.park {
    background-position: center;
    padding-bottom: 100px;
    background-size: cover;
}
.park .item {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    color: white;
    font-size: 23px;
    position: relative;
    padding-bottom: 100%;
    box-shadow: 0px 2px 12px 1px #0000001c;
    cursor: pointer;
    overflow: hidden;
}
.parkRow a {
    display: block;
}
.park .container-fluid {
    padding: 0 135px;
}

.title {
    color: #3099A0;
    margin-top: 160px;
    margin-bottom: 60px;
}

.title h2 {
    font-size: 41px;
    text-align: center;
    position: relative;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.title h2:after {
    content: '';
    background: #F9A852;
    width: 40px;
    height: 3px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.shortDesc p {
    color: #798A93;
    width: 630px;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: Fira;
}
.shortDesc {
    margin-bottom: 90px;
}
.parkRow .col-md-3:nth-child(2), .parkRow .col-md-3:nth-child(4){
    margin-top: 130px;
}
.item .head {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: flex-end;
    background: url("../img/blur.png");
    background-position: center;
}
.item .head span {
    display: block;
    padding-bottom: 20px;
    padding-left:20px;
    text-shadow: 0px 2px 3px #0000007a;
    letter-spacing: 2px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.readMore{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-size: 18px;
    font-family: Fira;
    color: white;
    top: 0;
    left: 5px;
    right: 5px;
}
.readMore span{
    position: relative;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.readMore span:after{
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #F9A852;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    width: 0;
}
.readMore:focus{
    text-decoration: none;
}
.readMore:focus span:after{
    width: 100%;
}
.readMore span:first-child {
    margin-bottom: 25px;
    margin-right: 5px;
}
.readMore span:first-child:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left:-50px;
    height: 3px;
    background: #F9A852;
    width: 40px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.readMore:focus span:before{
    width: 0px!important;
}
.readMore span:nth-child(2) {
    margin-top: 15px;
}
.item .blur {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    opacity: 0;
}
.item:hover .blur{
    opacity: .5;
}
.park .item:hover .head span{
    font-size: 18px;
    padding-bottom: 35px;
    padding-left: 42px;
}

.item:hover .readMore{
    opacity: 1;
    color: white;
}
.indexNews{
    padding-bottom: 100px;
}
.divBg {
    background-repeat: no-repeat;
    background-position: 112% 13%;
}
.news {
    background-position: 0 300px;
    background-repeat: no-repeat;
    overflow-x: hidden;
}.news .title {
     margin-bottom: 90px;
 }
.news .carousel-cell {
    height: auto;
    background-position: center;
    background-size: cover;
    width: 80%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    padding-bottom: 37%;
}
.news .container-fluid {
    padding-left: 135px;
    padding-right: 0;
}

.news .title h2 {text-align: left;}

.news .title h2:after {
    margin-left: 0;
}

.news .shortDesc p {
    margin-left: 0;
}
.news .flickity-button {
    top: -50px;
    transform: none;
    background: 0;
    width: auto;
}

.news .flickity-prev-next-button.previous {
    left: 0;
}

.news .flickity-prev-next-button.next {
    right: unset;
    left: 75px;
}
.news .flickity-button svg path{
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.news .flickity-button:hover path{
    stroke: #FC911F;
}
.news .bg_blur{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    opacity: .1;
}
.carousel-text {
    padding-left: 70px;
    padding-bottom: 40px;
    background-image: url("../img/carouselBlur.png");
    background-position: center;
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 70px;
    background-size: contain;
}
.news .carousel-cell .head h3 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 35px;
    text-shadow: 0px 2px 3px #000000ab;
    margin: 20px 0;
}
.news .carousel-cell .head h3 br {
    display: none;
}
.news .carousel-cell span {
    text-shadow: 0px 2px 3px #000000ab;
    font-size: 17px;
    font-family: Fira;
    letter-spacing: 1px;
}

.news .carousel-cell a {
    text-shadow: 0px 2px 3px #000000ab;
    color: white;
    font-size: 15px;
    font-family: Fira-semiBol;
}
.seeAll {
    text-align: center;
    margin: 60px 0;
}

.seeAll a {
    color: #3099A0;
    background: white;
    padding: 15px 30px;
    border-radius: 3px;
    font-size: 15px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    border: 2px solid #3099A0;
    font-family: Fira-semiBol;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}
.seeAll a:hover{
    background: #3099A0;
    color: white;
}

.e-bulvar {
    background-position: center;
    background-size: cover;
    padding-bottom: 90px;
}
.e-bulvarRow {display: flex;flex-wrap: wrap;justify-content: center;}
.e-bulvar .title {
    margin-top: 90px;
}
.e-bulvarRow a {
    display: block;
}
.e-bulvar .item {
    background: white;
    box-shadow: 0px 2px 12px 4px lightgrey;
    border-radius: 2px;
    padding: 50px 60px;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.e-bulvar .item span {
    font-size: 23px;
    color: #3099A0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.e-bulvarDesc p {
    color: #5F6F7B;
    font-size: 15px;
    margin: 40px 0;
    font-family: Fira-regular;
    letter-spacing: 1px;
}

.e-bulvar .item a {
    font-size: 15px;
    font-family: Fira-semibol;
    background: #3099A0;
    padding: 15px 30px;
    color: white;
    display: table;
    margin-left: auto;
    text-align: right;
}

.e-bulvarRow .col-md-6:nth-child(2) {
    margin-top: 70px;
}
.hoverEnter{
    display: none;
}

/*.e-bulvar .item:hover {*/
    /*background: #3099A0;*/
/*}*/

/*.e-bulvar .item:hover span{*/
    /*color: white;*/
/*}*/

.e-bulvar .item:hover .hoverEnter{
    display: block;
}

.e-bulvar .item:hover .defaultEnter{
    display: none;
}


.timeLine{
    overflow: hidden;
}
.timeLine .carousel-cell {
    width: 20%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.timeLine .seeAll{
	margin-bottom: 0;
}
.timeLine .seeAll a{
	display: inline-block;
}
.historyImg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border: 3px solid #3099a0;
}
.historyText span br {
    display: none;
}
.year {
    width: 100%;
}

.historyText {
    width: 100%;
}
.timeLine .carousel .flickity-viewport {
    height: 620px!important;
}
.item1 {
    margin-top: 27px;
}

.item2, .item4 {
    margin-top: 121px;
}
.item1 .historyImg{
    height: 190px;
}

.item2 .historyImg{
    height: 210px;
}

.item3 .historyImg{
    height: 270px;
}

.item4 .historyImg{
    height: 170px;
}
.year {
    color: #3099A0;
    font-size: 39px;
}

.historyText span {
    color: #5F6F7B;
    font-size: 18px;
    font-family: Fira;
    letter-spacing: 1px;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
}
.historyText a {
    color: #3099A0;
    font-family: Fira-semiBol;
    font-size: 15px;
}
.timeLine .carousel-nav{
    background-image: url("../img/Path.png");
    margin-top: 110px;
}
.timeLine .carousel-nav .carousel-cell {
    text-align: center;
    height: 15px;
}
.navImg1 {
    position: relative;
    bottom: -80px;
}
.navImg2 {
    position: relative;
    top: 88px;
}

.navImg3 {
    position: relative;
    top: 45px;
}

.navImg4 {
    position: relative;
    top: 93px;
}
.timeLine .carousel{
    background-image: url("../img/Path.png");
    background-repeat: repeat-x;
    background-position: 0 97%;
    width: 100%;
}
.gallery .title {
    margin-top: 0;
}
.gallery .title h2 {
    text-align: left;
}

.gallery .title h2:after {
    margin-left: 0;
}

.gallery .shortDesc {
}

.gallery .shortDesc p {
    margin-left: 0;
    width: 100%;
}

.gallery .seeAll {
    text-align: left;
}

.gallery .container-fluid {
    padding-right: 135px;
    padding-left: 0;
}

.gallery .carousel-nav .flickity-viewport {
    height: 640px!important;
}
.galleryCarousel {
    display: flex;
    align-items: center;
}
.gallery .carousel-nav .carousel-cell {
    width: 235px;
    height: 160px;
    cursor: pointer;
    position: relative;
    background-position: center;
    background-size: cover;
}
.gallery .carousel-nav {
    width: 235px;
    display: inline-block;
}
.gallery .carousel-main {
    width: 100%;
}
.gallery .carousel-main .carousel-cell {
    width: 100%;
    height: 640px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .carousel-nav .carousel-cell .blur {
    background: black;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery .carousel-nav .carousel-cell.is-nav-selected .blur {
    display: none;
}

.gallery .flickity-prev-next-button {
    display: none;
}

.gallery ol.flickity-page-dots {
    display: none;
}
.gallery .col-md-4 {
    padding-left: 125px;
}

.gallery .row {
    display: flex;
    align-items: center;
}

.gallery .carousel-main .carousel-cell .blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.galleryText {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gallery .carousel-nav .carousel-cell.is-nav-selected {
    border: 2px solid white;
}
.galleryText span {
    color: white;
    display: inline-block;
    margin-top: 30px;
    font-size: 15px;
    text-align: center;
    font-family: Fira;
    letter-spacing: 1px;
}
.carouselMain {
    width: 100%;
    position: relative;
}
.carouselPanel {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 32px;
    background: #3099A0;
    z-index: 1;
    width: 40px;
    opacity: 0;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.carouselMain:hover .carouselPanel{
    opacity: 1;
}
.carouselMain:hover .blur{
    opacity: .4!important;
}
.flickity-fullscreen-button-view {
    background: 0;
    top: 1px;
    right: 5px;
    width: 30px;
    height: 30px;
}
.flickity-fullscreen-button-view svg {
    width: 100%;
    height: 100%;
}
.sliderCount {
    position: fixed;
    color: white;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: Fira;
    z-index: 11;
    top: 28px;
    left: 30px;
    display: none;
}
html.is-flickity-fullscreen .sliderCount {
    display: block;
}
.flickity-fullscreen-button-view:hover {
    background: 0;
}
.flickity-enabled.is-fullscreen {
    padding: 90px 0;
    z-index: 10;
}

.gallery {
    position: relative;
    margin-top: 80px;
}

.flickity-enabled.is-fullscreen .carousel-cell {
    width: 100%;
    height: 100%!important;
    background-size: contain;
    background-repeat: no-repeat;
}

.flickity-enabled.is-fullscreen .galleryText {
    display: none;
}

.flickity-enabled.is-fullscreen .blur {
    display: none;
}
.flickity-fullscreen-button-exit {
    background: 0;
}

.flickity-fullscreen-button-exit:hover {
    background: 0;
}
.flickity-enabled.is-fullscreen .flickity-prev-next-button {
    display: block;
    background: 0;
}

.flickity-enabled.is-fullscreen .flickity-prev-next-button svg {
    fill: white;
}

footer {
    font-family: Fira;
    background: #006870;
    color: white;
    padding: 50px;
    letter-spacing: 1px;
}

footer .header h6 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 30px;
}

.reserved {
    font-size: 17px;
}

footer a {
    color: white;
}
footer a:hover {
    color: white;
}
footer .social {
    position: unset;
    display: flex;
}

footer .social a .item {
    margin-right: 20px;
    width: 15px;
    height: 15px;
    background: white;
    color: #006870;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer p {
    margin-bottom: 3px;
}
footer .container-fluid {
    padding: 0 15px;
}
.container-fluid{
    padding: 0 135px;
}

.mainImg {
    background-position: center;
    background-size: cover;
    height: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
}

.mainImg .bg {
    transform: none;
}

.mainImg .header {
    z-index: 1;
}

.mainImg .pageDesc {
    z-index: 1;
    width: 41%;
}

.mainImg .header h1 {
    font-size: 72px;
    text-shadow: 0px 4px 10px #000000eb;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.mainImg .pageDesc p {
    font-size: 26px;
    letter-spacing: 3px;
    font-family: Jura;
    text-shadow: 0px 4px 10px #000000eb;
    color: white;
}

.galleryNav {
    display: flex;
    font-size: 41px;
    float: left;
    margin-bottom: 30px;
}

.galleryNav a {
    color: #3099A0;
}

.galleryNav div {
    margin-right: 48px;
    padding-left: 40px;
    position: relative;
}

.galleryNav div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    border: 3px solid #F9A852;
    top: 16px;
}

.galleryNav div.active:before {
    background: #F9A852;
}

.calendar {
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.galleryContainer {
    margin-top: 90px;
}
.movingTitle {
    position: relative;
    height: 151px;
    /* margin-right: -135px; */
    margin-left: 31%;
    margin-top: 20px;
}
.movingTitle h2 {
    font-size: 220px;
    color: #859ead47;
    text-align: right;
    white-space: nowrap;
    margin: 0;
    line-height: 169px;
    position: absolute;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    left: 0;
    top: -18px;
    user-select: none;
    text-transform: uppercase;
    -ms-user-select:none;
}
.galleryIndex .galleryRow .col-md-4:nth-child(2) {
    margin-top: 150px;
}

.galleryRow {
    display: flex;
    flex-wrap: wrap;
}

.galleryRow .col-md-4 {
    height: 100%;
}

.galleryRow .marginTop {
    margin-top: -150px;
}

.itemImg {
    background-position: center;
    background-size: cover;
    height: auto;
    padding-bottom: 77%;
}

.galleryRow .item {
    box-shadow: 0px 3px 12px 1px lightgrey;
    margin-bottom: 30px;
    position: relative;
}

.itemText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    display: flex;
    /*align-items: end;*/
    background: url(../img/blur.png);
    background-position: center;
    flex-direction: column;
    color: white;
    justify-content: flex-end;
    z-index: 9;
}

.itemText .date {
    font-size: 15px;
    padding-left: 20px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-family: Fira;
}

.itemText .name {
    font-size: 21px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-family: Fira-semiBol;
}

.itemText .name p {
    text-shadow: 0px 2px 3px #0000007a;
    letter-spacing: 2px;
    padding-bottom: 15px;
    margin: 0;
}

.itemText .date span {
    text-shadow: 0px 2px 3px #0000007a;
    letter-spacing: 1px;
}
.item:hover .itemText .date {
    padding-left: 42px;
    font-size: 12px;
}

.item:hover .itemText .name {
    font-size: 17px;
    padding-left: 42px;
    padding-bottom: 15px;
}

.calendar img {
    margin-right: 10px;
}

.calendar input {
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #F9A852;
    border-radius: 0;
    color: #5F6F7B;
    font-size: 21px;
    padding: 0 10px;
    text-align: center;
    width: 60%;
    text-transform: uppercase;
}
.calendar input:focus {
    outline: none;
    box-shadow: none;
    border-color: #F9A852;
}
.pagination>li>a, .pagination>li>span {
    border: none;
    color: #3099A0;
    font-size: 21px;
    padding: 6px 10px;
    background: 0;
}
.newss .itemText .name p, .newsArchives .itemText .name p {
    text-transform: uppercase;
    font-family: Jura;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: 0;
    color: #859EAD;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background: 0;
    color: #3099A0;
}

.pagination>li>a img, .pagination>li>span img {
    margin-bottom: 4px;
}
.pagination{
    margin: 90px 0 0;
}

.wrapper {
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.newsArchives .galleryRow .col-md-4:nth-child(2) {
    margin-top: 0;
}

.navigationBar {
    padding: 0 45px;
    font-size: 16px;
    font-family: Fira;
    margin-bottom: 60px;
}

.navigationBar .currentPage {
    color: #3099A0;
}

.navigationBar img {
    margin-right: 5px;
}

.navigationBar a {
    color: #6D7C87;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pageTitel h2 {
    margin: 0;
    color: #3099A0;
    font-size: 41px;
    letter-spacing: 3px;
    position: relative;
    line-height: 56px;
    text-transform: uppercase;
}

.pageTitel {
    float: left;
    margin-bottom: 40px;
}

.pageTitel h2:after {
    content: '';
    display: block;
    position: absolute;
    background: #FC911F;
    bottom: -30px;
    width: 40px;
    height: 3px;
}

.whiteHeader{
    background: white;
}
.whiteHeader ul li a {
    color: #6D7C87;
}

.whiteHeader svg path {
    fill: #006870;
}

.whiteHeader img.default {
    display: none;
}

.whiteHeader img.searchFixed {
    display: inline-block;
}
.whiteHeader .navigation ul {
    border-color: #E5E9EB;
}
.whiteHeader .bg_header{
    display: none;
}
.greenery .galleryRow{
    display: block;
}
.greenery .itemText .name {
    font-family: Jura;
}
.greenery .col-md-6 .itemImg {
    height: auto;
    padding-bottom: 90%;
}

.greenery .col-md-3, .greenery .col-md-6, .greenery .col-md-12 {
    height: 100%;
}

.greenery .col-md-3 .itemImg {
    height: auto;
    padding-bottom: 89.5%;
}

.greenery .col-md-12 .itemImg {
    height: auto;
    padding-bottom: 40%;
}

.greenery .col-md-6:nth-child(7) {
    float: right;
}

.contactInfo {
    font-family: Fira;
    padding-right: 110px;
}
.wrapper.contacts.withWhiteHeader {
    padding-bottom: 0;
    margin-bottom: -25px;
}
.contactInfo span {
    color: #798A93;
    font-size: 18px;
    letter-spacing: 1px;
}

.contactInfo p {
    color: #5F6F7B;
    font-family: Fira-semiBol;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 1px;
}

.contactInfo label {
    color: #3099A0;
    font-family: Fira-semiBol;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.contactInfo a {
    color: #5F6F7B;
    font-family: Fira-regular;
    font-size: 15px;
    display: block;
}

.contactInfo .number {
    display: flex;
    margin-bottom: 30px;
}

.contactInfo .number .phone {
    width: 50%;
}

.contactInfo .number .phone .div {
    margin-bottom: 30px;
}
form label {
    color: #3099A0;
    font-family: Jura;
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

form {
    font-family: Fira-regular;
}

form .up {
    display: flex;
    justify-content: space-between;
}

form .up .form-group {
    width: 45%;
}

form input.form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #859EAD;
    border-radius: 0;
    font-size: 15px;
    color: #798A93;
    padding-left: 0;
}
.contacts .form-group {
    margin-bottom: 0;
}

.contacts .up {
    margin-bottom: 30px;
}
form input.form-control:focus {
    outline: none;
    box-shadow: none;
}
form input.form-control::placeholder {
    color: #5F6F7B;
}
form input[type="submit"] {
    float: right;
    background: #3099A0;
    border: 0;
    color: white;
    font-size: 15px;
    padding: 15px 30px;
    margin-top: 60px;
    font-family: Fira-semibol;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.fontForItemText .itemText .name p {
    text-transform: uppercase;
}
.contacts .col-md-6:nth-child(2) {
    background: white;
    box-shadow: 0px 2px 12px 1px lightgrey;
    padding: 40px;
    z-index: 1;
}
#map {
    z-index: 0;
    margin-top: 50px !important;
}
.contacts {
    background-position: 100% 75%;
}


.newsImg {
    height: auto;
    padding-bottom: 54%;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 3px 12px 1px lightgrey;
}

.container-fluid.newsContainer {
    padding: 0 0 0 135px;
    margin-bottom: 90px;
}

.container-fluid.newsContainer .col-md-9 {
    padding-right: 0;
    padding-left: 100px;
    width: 70%;
}
.container-fluid.newsContainer .col-md-3 {
    width: 30%;
    padding-right: 0;
}
.container-fluid.newsContainer .row {
    margin-right: 0;
}

.newsDesc {
    font-family: Fira;
}

.newsDesc .date span {
    color: #5F6F7B;
    font-size: 15px;
    letter-spacing: 1px
}

.newsDesc .date {}

.newsDesc h3 {
    color: #5F6F7B;
    font-size: 21px;
    letter-spacing: 2px;
    margin: 30px 0;
    font-family: Fira-semiBol;
    line-height: 32px;
}
.newsOpen .newsDesc h3{
    font-size: 24px;
    line-height: 31px;
}
.newsOpen .newsDesc p{
    line-height: 32px;
    font-size: 22px;
    overflow: visible;
    display: block;
}
.newsDesc p {
    color: #798A93;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 28px;
        -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.newss .newsDesc .seeAll {
    text-align: left;
    margin-top: 60px;
}

.newss {
    background-size: contain;
    padding-bottom: 130px;
}

.newss .seeAll {
    margin-top: 90px;
    margin-bottom: 0;
}


.flag .news .container-fluid {
    padding-left: 0;
    padding-right: 135px;
    /*margin-top: 60px;*/
    margin-bottom: 120px;
}

.flag .news .container-fluid .col-md-8 {
    padding-left: 0;
}

.flag .news .container-fluid .flickity-prev-next-button.previous {
    right: 65px!important;
    left: unset;
}

.flag .news .container-fluid .flickity-prev-next-button.next {
    right: 0;
    left: unset;
    padding-right: 0;
}

.flag {
    margin-bottom: 30px;
}
.flag p {
    font-size: 18px;
    font-family: Fira;
    letter-spacing: 1px;
    color: #798A93;
}

.flag .news .container-fluid .col-md-4 {
    padding-left: 5.5%;
    padding-right: 0;
}

.flag .news .container-fluid .carousel-cell {
    width: 85%;
    height: auto;
    padding-bottom: 52%;
}
.flag .news .bg_blur {
    opacity: .4;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.flag .news .container-fluid .carousel-cell.is-selected .bg_blur {
    opacity: 0;
}
.news.second {
    margin-top: 120px;
    overflow: visible;
}

.news.second .container-fluid {
    padding-right: 0;
    padding-left: 135px;
    margin-bottom: 0;
}

.news.second .container-fluid .col-md-4 {
    padding-left: 15px!important;
    padding-right: 5.5%;
}

.news.second .container-fluid .flickity-prev-next-button.previous {
    left: 0;
    right: unset;
    padding-left: 0;
}

.news.second .container-fluid .flickity-prev-next-button.next {
    right: unset;
    left: 65px;
}

.returnBar {
    display: flex;
    justify-content: space-between;
    padding-right: 135px;
    font-family: Fira;
}

.return a {
    color: #6D7C87;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.return a img {
    margin-bottom: 3px;
    margin-right: 5px;
}

.marginRight .pageTitel {
    float: none;
    margin-bottom: 90px;
}
.newsOpenImg {
    height: auto;
    padding-bottom: 80%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.marginRight {
    margin-right: -135px;
    margin-bottom: 90px;
}
.marginRight .col-md-6:first-child{
    padding-right: 100px;
}
.marginRight .col-md-6:nth-child(2) {
    padding-right: 0;
    /* padding-left: 100px; */
}

.marginRight .row {
    margin-right: 0;
}
.wrapper.newsOpen {
    background-position: -500px 1225px;
}
.wrapper.newsOpen .galleryContainer {
    padding-bottom: 120px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.marginLeft {
    margin-left: -135px;
    margin-bottom: 90px;
}
.marginLeft .row {
    display: flex;
    align-items: center;
}
.marginLeft .newsOpenImg {
    padding-bottom: 75%;
}

.marginLeft .col-md-6:nth-child(2) {
    padding-left: 100px;
}

.marginLeft p {
    font-family: Fira-regular;
    font-size: 19px;
    letter-spacing: 1px;
    color: #5F6F7B;
}

.also h4 {
    color: #3099A0;
    font-size: 32px;
    margin-bottom: 90px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.share {
    position: relative;
    margin-top: 80px;
}

.share:before {
    position: absolute;
    top: -30px;
    width: 70px;
    background: #859EAD;
    height: 2px;
    content: '';
    display: block;
}

.share a {
    background: #3099A0;
    color: white;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    line-height: 22px;
    font-size: 16px;
}



.wrapper.events {
    padding-top: 90px;
    background-size: contain;
}
.events .itemText .date {
    color: #3099A0;
    font-size: 23px;
    font-family: Jura;
    padding-left: 0;
    margin-bottom: 10px;
}

.events .itemText .name p {
    color: #5F6F7B;
    font-size: 18px;
    text-shadow: none;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding-bottom: 0;
    text-transform: uppercase;
}

.events .itemText {
    position: unset;
    background: 0;
    height: auto;
    margin-bottom: 60px;
}

.events .itemText .date span {
    text-shadow: none;
}

.events .galleryRow .item {
    box-shadow: none;
}

.events .itemImg {
    box-shadow: 0px 2px 12px 1px lightgrey;
}

.events .itemText .name {
    padding-left: 0;
    font-family: Jura;
}

.events .col-md-7 .itemImg {
    height: auto;
    padding-bottom: 70%;
}

.events .galleryRow {
    display: block;
}

.events .col-md-5 {
    margin-top: 180px;
}

.events .col-md-5 .itemImg {
    height: auto;
    padding-bottom: 90%;
}

.events .col-md-4:nth-child(3) {
    padding-left: 0;
    /* margin-left: -120px; */
    margin-top: -120px;
}

.events .col-md-4:nth-child(3) .itemText {
    padding-left: 0;
}

.events .col-md-4:nth-child(3) .itemImg {
    height: auto;
    padding-bottom: 100%;
    margin-left: -120px;
}

.events .col-md-4:nth-child(3) .readMore {
    left: -120px;
    right: 0px;
    width: unset;
}

.events .col-md-4:nth-child(3) .blur {
    left: -120px;
}

.events .col-md-8 .itemImg {
    height: auto;
    padding-bottom: 70%;
}

.events .col-md-4:nth-child(5) {
    padding-left: 0;
}
.events .col-md-8 {
    float: right;
}
.events .col-md-4:nth-child(5) .itemImg {
    height: auto;
    padding-bottom: 75%;
}
.events .seeAll {
    margin: 0;
    margin-bottom: 160px;
}

.events .seeAll a {
    display: inline-block;
}

.random-carousel .carousel-cell {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.random-carousel .bg {
    transform: none;
    opacity: .2;
}
.random-carousel .flickity-prev-next-button {
    background: 0;
}

.random-carousel .flickity-prev-next-button path {
    fill: white;
}
.eventInfo {
    width: 55%;
    position: absolute;
    top: -290px;
    right: 0;
    z-index: 1;
}

.eventDesc {
    background: #3099A0;
    color: white;
    padding: 60px 100px;
}

.eventInfo h2 {
    font-size:35px;
    letter-spacing: 2px;
    font-family: Jura;
    line-height: 49px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.eventDesc p {
    font-size: 15px;
    font-family: Fira-regular;
    letter-spacing: 0.5px;
    margin-top: 90px;
    margin-bottom: 0;
    line-height: 24px;
}

.eventInfo h2:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 40px;
    background: white;
    bottom: -40px;
    left: 0;
}

.eventInfo .return {
    text-align: right;
    margin-top: 30px;
    padding-right: 50px;
}

.events-open .returnBar {
    padding-right: 0;
    position: relative;
    height: 185px;
}
/*.events-open .movingTitle {
    margin-top: -60px;
}*/
.events-open .returnBar .navigationBar {
    margin-bottom: 0;
    width: 45%;
    line-height: 28px;
}
.events-open .movingTitle h2 {
    text-align: left;
}
.events-open .itemText .name p {
    letter-spacing: 3px;
}
.eventsDate {
    position: absolute;
    left: -198px;
    top: 95px;
    background: white;
    width: 200px;
    font-size: 23px;
    font-family: Jura;
    height: 125px;
    border: 3px solid #3099A0;
    color: #3099A0;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wrapper.events-open {
    padding-bottom: 120px;
    background-size: contain;
}
.events-open .also {
    margin-top: 80px;
}
.events-open .col-md-7 .itemImg {
    height: auto;
    padding-bottom: 65%;
}

.events-open .col-md-5 {
    margin-top: 170px;
}

.events-open .col-md-5 .itemImg {
    height: auto;
    padding-bottom: 90%;
}
.wrapper.greeneryOpen {
    background-position:120% 115%;
}
.greeneryOpenImg {
    height: auto;
    background-position: center;
    padding-bottom: 100%;
    margin-left: -135px;
    background-size: cover;
}
.greeneryRow .col-md-7{
    margin-left: -135px;
}
.greeneryRow .col-md-7 img{
    width: 100%;
    box-shadow: 0px 4px 12px 1px lightgrey;
}
.greeneryOpenDesc {
    padding: 65px 70px;
    background: white;
    box-shadow: 0px 4px 12px 1px lightgray;
    width: 500px;
    margin-left: -115px;
}
.greenery .itemText .name p {
    text-transform: uppercase;
}
.greeneryOpenDesc h4 {
    color: #3099A0;
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 40px;
    margin-top: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.greeneryOpenDesc p {
    margin-bottom: 0;
    color: #798A93;
    font-size: 18px;
    font-family: Fira;
    line-height: 27px;
    letter-spacing: 2px;
}
.greeneryOpen .itemText .name {
    font-family: Jura;
    font-size: 23px;
    text-transform: uppercase;
}
.greeneryImg {
    height: auto;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
}
/*.greeneryRow .col-md-5 {
    left: -115px;
    top: 190px;
}*/

.greeneryRow{
    margin-bottom: 120px;
    display: flex;
    align-items: center;
}
.greeneryOpen .itemImg {
    height: auto;
    padding-bottom: 90%;
}

.greeneryOpen .col-md-4:nth-child(3) {
    margin-top: 80px;
}

.galleryOpen .news{
    overflow: unset;
}
.galleryOpen .news .bg_blur {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.galleryOpen .news .carousel-cell.is-selected .bg_blur {
    opacity: 0;
}

.galleryOpen .news .carousel-cell .bg_blur {
    opacity: .55;
}
.galleryPhotos .mainImg .pageDesc p {
    font-size: 41px;
}

.galleryPhotos .pageDesc {
    width: 40%;
    text-align: center;
}
.galleryPhotos .news .carousel-cell {
    height: auto!important;
    padding-bottom: 48%!important;
    width: 70%;
}
.galleryPhotos .carousel-nav .carousel-cell {
    width: 234px;
    height: 130px!important;
    margin-right: 0;
    padding-bottom: 0!important;
}

.galleryPhotos .carousel-nav .carousel-cell.is-selected {
    border: 2px solid white;
}

.galleryPhotos .carousel-nav {
    margin-top: 30px;
}
.wrapper.galleryPhotos {
    background-position: -220px 100%;
}

.container-fluid.galleryOpen {
    /*padding-right: 0;*/
    padding-bottom: 30px;
}

.container-fluid.galleryOpen .row {
    margin-right: 0;
}
.galleryOpen .news .flickity-button {
    right: 0px!important;
    left: unset;
}

.galleryOpen .news .flickity-button.flickity-prev-next-button.previous {
    right: 70px!important;
}
.container-fluid.galleryOpen.tourGallery {
    padding: 0 135px;
    padding-bottom: 30px;
}

.container-fluid.galleryOpen.tourGallery .row {
    margin: 0;
}

.container-fluid.galleryOpen.tourGallery .carousel .carousel-cell {
    width: 100%;
    height: auto;
    padding-bottom: 42%!important;
}

.container-fluid.galleryOpen.tourGallery .bg_blur {
    opacity: .55!important;
}
.container-fluid.galleryOpen.tourGallery .carousel .carousel-cell .galleryText{
    position: absolute;
    top: 45%;
    width: 100%;
}
.container-fluid.galleryOpen.gallery {
    margin-top: 0;
}

.container-fluid.galleryOpen.gallery .carousel-nav {
    margin: 0;
}
.container-fluid.galleryOpen.gallery .col-xs-12{
    padding-right: 0;
}
.container-fluid.galleryOpen.gallery .carousel-main .carousel-cell {
    height: 740px;
}
.container-fluid.galleryOpen.gallery .carousel-nav {
    height: 740px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 230px;
}

.container-fluid.galleryOpen.gallery .carousel-nav::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.container-fluid.galleryOpen.gallery .carousel-nav::-webkit-scrollbar
{
    width: 0;
    background-color: #F5F5F5;
}

.container-fluid.galleryOpen.gallery .carousel-nav::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.container-fluid.galleryOpen.gallery .galleryCarousel {
    align-items: end;
}

.withWhiteHeader {
    padding-top: 90px;
    padding-bottom: 130px;
}
.sameGrid {
    background-size: cover;
}
.sameGrid .col-md-7 .itemImg {
    padding-bottom: 64%;
    height: auto;
}

.sameGrid .col-md-5 .itemImg {
    height: auto;
    padding-bottom: 81%;
}

.sameGrid .col-md-5 {
    margin-top: 170px;
}
.fontForItemText .itemText .name {
    font-family: Jura;
    font-size: 23px;
}



.randomModal {
    display: flex;
    position: fixed;
    top: 10%;
    right: 10%;
    left: 10%;
    bottom: 10%;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.randomModal.open{
    opacity: 1;
    visibility: visible;
}
.modal-carousel {
    width: 70%;
    height: 100%;
}
.modal-carousel .flickity-viewport{
    height: 100%!important;
}
.modalDesc {
    width: 30%;
    /*padding: 60px 40px 35px;*/
    padding: 60px 30px 35px;
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
}

.modalDesc::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: white;
    box-shadow: none;
}

.modalDesc::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.modalDesc::-webkit-scrollbar-thumb
{
    /* border-radius: 10px; */
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #3099A0;
}

.modalImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 2px 12px 1px lightgrey;
}
body.modalOpen {
    overflow: hidden;
}

body.modalOpen .blurModal {
    background: black;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.modalDesc .name h3 {
    color: #3099A0;
    /*font-size: 27px;*/
    font-size: 26px;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.modalDesc .info p {
    color: #5F6F7B;
    font-size: 19px;
    font-family: Fira-regular;
    margin: 0;
    letter-spacing: 1px;
    line-height: 32px;
}

.modalDesc .name {
    /*margin-bottom: 50px;*/
    margin-bottom: 45px;
}

.modal-carousel ol.flickity-page-dots {
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/modalBlur.png);
    height: 120px;
    background-position: center;
}

.modal-carousel ol.flickity-page-dots li.dot.is-selected {
    background: white;
    width: 18px;
    height: 18px;
    box-shadow: 0px 4px 8px 1px #00000085;
}

.modal-carousel ol.flickity-page-dots li.dot {
    width: 15px;
    height: 15px;
    border-color: white;
    border: 2px solid white;
    opacity: 1;
    background: 0;
    margin: 0;
    margin-right: 7px;
    box-shadow: 0px 4px 8px 1px #00000061;
}

.closeBtn {
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.attractions .col-md-6:first-child .itemImg, .attractions .col-md-6:nth-child(4) .itemImg,
.attractions .col-md-6:nth-child(7) .itemImg,.attractions .col-md-6:nth-child(10) .itemImg {
    height: auto;
    padding-bottom: 90%;
}
.attractions .col-md-6:nth-child(4),.attractions .col-md-6:nth-child(10) {
    float: right;
}

.attractions .galleryRow {
    display: block;
}

.attractions .col-md-6:nth-child(2) .itemImg, .attractions .col-md-6:nth-child(3) .itemImg, 
.attractions .col-md-6:nth-child(5) .itemImg, .attractions .col-md-6:nth-child(6) .itemImg, 
.attractions .col-md-6:nth-child(8) .itemImg, .attractions .col-md-6:nth-child(9) .itemImg, 
.attractions .col-md-6:nth-child(11) .itemImg, .attractions .col-md-6:nth-child(12) .itemImg {
    height: auto;
    padding-bottom: 43%;
}

.attractions .col-md-12 .itemImg {
    height: auto;
    padding-bottom: 39%;
}

.attractions{
    background-size: contain;
}
.modalDesc ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.modalDesc ul {
    display: flex;
    justify-content: space-between;
}

.modalDesc ul li:first-child {
    /*width: 67%;*/
    width: 55%;
    /*font-size: 18px;*/
    font-size: 17px;
    color: #798A93;
    font-family: Fira;
    letter-spacing: 2px;
}

.modalDesc ul li:nth-child(2) {
    /*font-size: 18px;*/
    font-size: 17px;
    color: #5F6F7B;
    font-family: Fira;
    letter-spacing: 1px;
    display: inline-block;
    /*width: 33%;*/
    width: 43%;
}
.boats .modalDesc ul li:first-child{
    width: 67%;
}
.boats .modalDesc ul li:nth-child(2){
    width: 33%;
}
.boats .modalDesc ul:first-child li:last-child{
    font-family: Fira;
    color: #5F6F7B;
    cursor: auto;
    text-transform: none;
}
.modalDesc hr {
    display: none;
}
.modalDesc ul li {
    margin-bottom: 30px;
}

.modalDesc .info ul li p {
    width: 100%;
    font-size: 18px;
    color: #798A93;
    font-family: Fira;
    letter-spacing: 2px;
}

.modalDesc .info ul li span {
    font-size: 18px;
    color: #5F6F7B;
    font-family: Fira;
    letter-spacing: 1px;
    display: inline-block;
    width: 40%;
}
.modalDesc ul:last-child li {
    margin-bottom: 0;
}
/*.wrapper.withWhiteHeader.events .itemText {*/
    /*position: absolute;*/
    /*background: url(../img/blur.png);*/
    /*background-position: center;*/
    /*height: 115px;*/
    /*margin-bottom: 0;*/
/*}*/

/*.wrapper.withWhiteHeader.events .itemText .name {*/
    /*padding-left: 20px;*/
/*}*/

/*.wrapper.withWhiteHeader.events .itemText .name p {*/
    /*text-shadow: 0px 2px 3px #0000007a;*/
    /*letter-spacing: 2px;*/
    /*padding-bottom: 15px;*/
    /*color: white;*/
/*}*/

.boats .col-md-7 .itemImg {
    height: auto;
    padding-bottom: 70%;
}
.boats .col-md-5 {
    margin-top: 180px;
}
.boats .col-md-5 .itemImg {
    height: auto;
    padding-bottom: 90%;
}
.boats .col-md-4:nth-child(3) {
    padding-left: 0;
    margin-top: -120px;
}
.boats .col-md-4:nth-child(3) .itemImg {
    height: auto;
    padding-bottom: 100%;
    margin-left: -120px;
}
.boats .col-md-8 .itemImg {
    height: auto;
    padding-bottom: 70%;
}
.boats .col-md-8 {
    float: right;
}

.boats .galleryRow {
    display: block;
}
.boats .col-md-4:nth-child(5) .itemImg {
    height: auto;
    padding-bottom: 75%;
}
.boats .col-md-4:nth-child(3) .blur, .boats .col-md-4:nth-child(3) a.readMore, .boats .col-md-4:nth-child(3) .itemText {
    width: unset;
    left: -120px;
    right: 0;
}
.boats .modalDesc .info ul li p {
    width: 75%;
}

.boats .modalDesc .info ul li span {
    width: 30%;
}
.boats .galleryRow .item{
    margin-bottom: 60px;
}
.boats{
    background-size: contain;
}
.boats .modal-carousel {
    width: 65%;
}

.boats .modalDesc {
    width: 35%;
}
.sameGrid2 .itemImg {
    height: auto;
    padding-bottom: 75%;
}

.sameGrid2 .col-md-6:nth-child(2) {
    margin-top: 14%;
    float: right;
}

.sameGrid2 .galleryRow.modalRow {
    display: block;
}
.sameGrid2 .galleryRow.modalRow .col-md-6:nth-child(5) {
    margin-top: -14%;
}
.wrapper.withWhiteHeader.sameGrid2 {
    background-size: contain;
}
.timeLineRow:after {
    content: '';
    display: block;
    clear: both;
}
.timeLineIndex {
    background-size: contain;
    background-position: 0 122%;
}
.timeLineRow {
    background-position: 50% 55px;
    background-repeat: repeat-y;
}

.timeImg {
    height: auto;
    padding-bottom: 69%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border: 3px solid #3099A0;
    position: relative;
}
.timeLineRow .year {
    line-height: 41px;
    margin-bottom: 6px;
}
.itemLine {
    width: 370px;
}
.timeLineRow .col-md-6:nth-child(4n+1) {
    padding-left: 120px;
}


.timeLineRow .col-md-6:nth-child(2) .timeImg{
    padding-bottom: 76%;
}

.timeLineRow .col-md-6:nth-child(2n) .itemLine {
    margin-left: auto;
}

.timeLineRow .col-md-6:nth-child(4n+4) {
    margin-top: 220px;
    padding-right: 120px;
}

.timeLineRow .col-md-6:nth-child(4n+4) .timeImg {
    padding-bottom: 66%;
}

.timeLineRow .col-md-6:nth-child(4n+2) {
    margin-top: 185px;
    padding-right: 50px;
}

.timeLineRow .col-md-6:nth-child(4n+2) .timeImg {
    padding-bottom: 76%;
}
.timeLineRow .col-md-6:nth-child(1) {
    opacity: 1!important;
    transform: none!important;
}
.timeLineRow .col-md-6:nth-child(2) {
    margin-top: 290px;
    padding-right: 50px;
    opacity: 1!important;
    transform: none!important;
}
.timeLineRow .col-md-6:nth-child(4n+3) {
    top: -70px;
    padding-left: 50px;
}

.timeLineRow .col-md-6:nth-child(4n+3) .timeImg {
    padding-bottom: 98.4%;
}
.timeLineModal .modalImg {
    box-shadow: none;
}


.itemLine p {
    color: #5F6F7B;
    font-size: 18px;
    font-family: Fira;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 30px;
}

.historyOpenRow h4 {
    color: #5F6F7B;
    font-size: 24px;
    margin-top: 0;
    font-family: Fira-semibol;
    margin-bottom: 30px;
    letter-spacing: 2px;
    line-height:33px;
}

.historyOpenRow p {
    color: #798A93;
    font-family: Fira-regular;
    font-size: 19px;
    letter-spacing: 1px;
}

.historyOpenRow span {
    font-family: Fira;
    color: #798A93;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 32px;
}
.historyOpenRow .col-md-7:first-child{
    padding-right: 100px;
    z-index: 1;
}
.hisImg1 {
    background-position: center;
    height: auto;
    padding-bottom: 95%;
    background-size: cover;
    box-shadow: 0px 2px 12px 1px lightgrey;
}/*
.historyOpenRow .col-md-12:nth-child(3) {
    margin-top: -12%;
    padding-right: 135px;
}*/
.hisImg2 {
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 2px 12px 1px lightgrey;
    margin-bottom: 90px;
    padding-bottom: 70%;
    margin-left: 34%;
    margin-top: 13%;
}
.hisImg3 {
    background-position: center;
    height: auto;
    background-size: cover;
    padding-bottom: 100%;
    margin-left: -135px;
    margin-right: 100px;
    box-shadow: 0px 2px 12px 1px lightgrey;
}

.hisImg4 {
    background-position: center;
    background-size: cover;
    height: auto;
    padding-bottom: 55%;
    box-shadow: 0px 2px 12px 1px lightgrey;
}

.hisImg5 {
    background-position: top;
    background-size: cover;
    height: auto;
    padding-bottom: 45%;
    margin: 90px -135px;
    box-shadow: 0px 2px 12px 1px lightgrey;
}
.historyCol {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 90px;
}


.historyCol:nth-child(6) .col-md-6 p {
    padding-right: 100px;
}

.wrapper.withWhiteHeader.mission {
    background-size: contain;
    background-position: 0 100%;
}

.mission h3 {
    color: #5F6F7B;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 30px 0;
    font-family: Fira-semiBol;
    line-height: 33px;

}

.mission .desc p,.mission .desc ul {
    color: #798A93;
    font-size: 22px;
    letter-spacing: 2px;
    font-family: Fira;
    line-height: 32px;
}
.mission .desc ol{
	padding-left: 25px
}
.mission .desc ol li {
    color: #798A93;
    font-size: 22px;
    letter-spacing: 2px;
    font-family: Fira;
    line-height: 32px;
    margin-bottom: 20px;
}
.mission .desc ul{
	padding-left: 20px
}
.missionImg {
    background-size: cover;
    background-position: center;
    height: 707px;
}

.mission .col-md-6:nth-child(2) .missionImg {
    margin-right: -135px;
}
.mission .container-fluid {
    padding-right: 0;
}

.mission .container-fluid .row {
    /* margin-right: -18px; */
}

.mission .container-fluid .row .col-md-6:nth-child(2) {
    padding-right: 0;
    text-align: right;
}
.wrapper.withWhiteHeader.legislation {background-size: contain;background-position: 0 130%;}
.docItem span {
    color: #798A93;
    font-family: Fira-regular;
    font-size: 15px;
}

.docItem h4 {
    color: #3099A0;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.docItem p {
    color: #5F6F7B;
    margin-bottom: 35px;
    font-size: 15px;
    font-family: Fira-regular;
    letter-spacing: 1px;
    line-height: 22px;
}

.docItem a {
    color: #859EAD;
    font-size: 15px;
    font-family: Fira-semibol;
    display: flex;
    align-items: center;
}

.docItem a img {
    margin-right: 10px;
    margin-bottom: 2px;
}

.docItem {
    border-bottom: 2px solid #E5E9EB;
    padding-bottom: 30px;
    margin-bottom: 41px;
}

.movingTitle2 h3 {
    font-size: 220px;
    color: #859ead47;
    text-align: left;
    white-space: nowrap;
    margin: 0;
    position: absolute;
    left: 125px;
}
.movingTitle2 {
    position: relative;
    height: 242px;
}
.lineLastImg {
    padding-bottom: 32%;
    height: auto;
    background-position: center;
    background-size: cover;
    width: 59%;
    margin-right: -135px;
    float: right;
    box-shadow: 0px 2px 12px 1px lightgray;
}
.full {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #3099A0;
    padding: 10px;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.timeBg {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    opacity: 0;
    visibility: hidden;
}
.timeImg:hover .full, .timeImg:hover .timeBg{
    opacity: 1;
    visibility: visible;
}
.timeLineModal .modal-carousel {
    margin: 0 auto;
}

.randomModal.timeLineModal {
    flex-direction: column;
}
.forButtons {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: none;
}
body.modalOpen .forButtons{
    display: block;
    z-index: 11;
}
.randomModal.timeLineModal h4 {
    color: white;
    text-align: center;
    margin-bottom: 30px;
    font-family: Fira;
    letter-spacing: 2px;
}
/*body .flickity-prev-next-button{*/
    /*display: none;*/
/*}*/
body.modalOpen .flickity-prev-next-button {
    background: 0;
    z-index: 11;
    height: 85%;
    display: block;
    border-radius: 0;
}
.timeLineRow .col-md-6 {
    position: relative!important;
    left: unset!important;
    right: unset!important;
}

.timeLineRow .flickity-slider {
    transform: none!important;
}

/*.timeLineRow .flickity-viewport {
    height: 100%!important;
}*/
body.modalOpen .flickity-prev-next-button svg {
    fill: white;
}

.wrapper.withWhiteHeader.mission.qurumlar {background-size: cover;background-position: 0 -40%;}

.structureImg {
    height: auto;
    padding-bottom: 65%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.navigation >  ul > li {
    position: relative;
}

ul.subMenu {
    position: absolute;
    display: block;
    border-bottom: 0;
    background: white;
    padding: 10px;
    width: 200px;
    border-top: 4px solid #3099A0!important;
    top: 25px;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 2px 3px lightgrey;
}

ul.subMenu a {
    color: #6D7C87;
}
.navigation >  ul > li:hover .subMenu{
    opacity: 1;
    visibility: visible;
}
ul.subMenu li {
    margin-bottom: 10px;
}
ul.subMenu li:last-child {
    margin: 0;
}

.events-open ol.flickity-page-dots {
    bottom: 25px;
    width: unset;
    left: 18%;
    right: unset;
}

.events-open .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    border: 2px solid white;
    background: 0;
    margin: 0;
    margin-right: 10px;
    opacity: 1;
}
.events-open .random-carousel .flickity-prev-next-button {
    bottom: 0;
    top: unset;
    left: 14%;
    right: unset;
}

.events-open .random-carousel .flickity-prev-next-button.next {
    left: 19%;
}

.events-open .random-carousel .flickity-prev-next-button path {
    fill: none;
    stroke: white;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    opacity: .7;
}
.events-open .random-carousel .flickity-prev-next-button:hover path{
    opacity: 1;
}
.events-open .flickity-page-dots .dot.is-selected {
    width: 15px;
    height: 15px;
    background: white;
    -webkit-box-shadow: 0px 3px 8px 0px #000000;
    -moz-box-shadow: 0px 3px 8px 0px #000000;
    box-shadow: 0px 3px 8px 0px #000000;
}
.videoPlayBtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.4);
}

.videoPlayBtn img {
    cursor: pointer;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.videoIndex .item:hover .videoPlayBtn img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.videoIndex .itemText {
    z-index: 1;
}

.videoIndex .item:hover .itemText .date {
    font-size: 15px;
    padding-left: 20px;
}

.videoIndex .item:hover .itemText .name {
    font-size: 21px;
    padding-left: 20px;
    padding-bottom: 0;
}

.modal-video-body{
    max-width: 1200px;
}
.ebulvarRow:after {content: '';display: block;clear: both;}

.ebulvarRow {
    background: white;
    box-shadow: 0px 2px 12px 1px lightgray;
    padding: 60px 50px;
}

.ebulvarRow div#map {
    top: 0;
    height: 400px;
}

.ebulvarRow h3 {
    color: #3099A0;
    font-size: 23px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 0;
    letter-spacing: 1px;
    font-family: Jura;
    text-transform: uppercase;
}

.ebulvarRow p {
    color: #5F6F7B;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: Fira-regular;
}
.wrapper.withWhiteHeader.myBoulevard {
    background-size: contain;
}
.ebulvarRow form .up {
    margin-bottom: 40px;
}

.ebulvarRow form .up .form-group {
    margin-bottom: 0;
}

.ebulvarRow form input.form-control {
    padding-left: 0;
    padding-bottom: 15px;
    font-family: Fira-regular;
    border-color: #C0CACF;
}

.ebulvarRow form label {
    font-size: 15px;
    font-family: Fira;
    letter-spacing: 1px;
    margin-right: 20px;
    color: #859EAD;
    cursor: pointer;
    margin-bottom: 25px;
    font-weight: normal;
}

input[type=radio] {
    position: relative;
}

input[type=radio]:after {
    content: '\00D7';
    display: block;
    background: white;
    pointer-events: none;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    color: transparent;
    transition: .25s all ease-in-out;
    border-radius: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #FC911F;
}

input[type=radio]:checked:after {
    background-color: #FC911F;
    background-position: 0 0;
}
.ebulvarRow form .field-requestform-type label {
    font-size: 18px;
    color: #3099A0!important;
    letter-spacing: 2px;
    font-family: Jura;
    margin-left: 10px;
}
.ebulvarRow input[type="radio"]:checked + label {
    color: #3099A0;
}

.ebulvarRow input[type=file] {
    display: none;
}

.ebulvarRow form label[for=inputFile] {
    color: #3099A0;
    font-family: Fira-semiBol;
}

.ebulvarRow form label[for=inputFile] img {margin-bottom: 3px;}

.ebulvarRow form input[type="submit"] {
    float: none;
    margin-top: 50px;
}
.ebulvarRow .form-group.text-center {
    margin-bottom: 0;
}
.ebulvarRow .col-md-6:nth-child(2) {
    padding-right: 70px;
}

textarea.form-control {
    border-color: #C0CACF;
    border-radius: 0;
    resize: none;
    font-size: 15px;
    font-family: Fira-regular;
    letter-spacing: 1px;
}

textarea.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #3099a0;
}

.sportImg {
    background-position: center;
    background-size: cover;
    height: auto;
    padding-bottom: 73%;
    margin-right: -135px;
    /* margin-left: 100px; */
    box-shadow: 0px 2px 12px 1px lightgray;
}

.sport .name {
    color: #3099A0;
}

.sport .desc {
    color: #798A93;
}

.sport .name h3 {
    font-size: 27px;
    letter-spacing: 2px;
    margin: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.sport .desc p {
    font-size: 19px;
    font-family: Fira;
    letter-spacing: 1px;
    line-height: 32px;
}

.sport #map {
    top: 0;
    margin-left: -135px;
    height: 660px;
}
.sport .fullCol #map {
    height: 490px;
    margin-right: -135px;
    margin-bottom: -130px
}
.sport .desc p span {
    color: #3099A0;
}
.sport .col-md-6:nth-child(2n) {
    padding-left: 100px;
}

.sportInfo ul {
    padding: 0;
    list-style: none;
    width: 50%;
    margin-right: 40px;
    margin-bottom: 0;
}

.sportInfo ul li:first-child {
    color: #5F6F7B;
    font-size: 18px;
    font-family: Fira-semibol;
    letter-spacing: 1px;
}

.sportInfo ul li:nth-child(2) {
    color: #798A93;
    font-size: 18px;
    font-family: Fira;
    letter-spacing: 1px;
}

.sportInfo ul li:nth-child(3) {
    font-size: 15px;
    font-family: Fira-regular;
    color: #5F6F7B;
    letter-spacing: 1px;
}
.sportInfo ul li:nth-child(4) a{
    color: #3099A0;
    font-family: Fira-semibol;
}
.sportInfo ul li:nth-child(4) {

    margin-bottom: 0;
}

.sportInfo ul li {
    margin-bottom: 15px;
}

.sportInfo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.sportInfo ul:last-child {
    margin-right: 0;
}
.sport .row:nth-child(2){
    margin-top: 90px
}
.sport .row:nth-child(2) .col-md-6 .name {
    margin-top: 30px;
}

.wrapper.withWhiteHeader.sport {
    background-size: contain;
    background-position-y: 150%;
}
.newFlag .secondRow{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
    padding-top: 40px;
}
.newFlag .secondRow .flagImg {
    padding-bottom: 74%;
    margin-left: -135px;
}

.newFlag span {
    color: #5F6F7B;
    font-family: Fira-regular;
    letter-spacing: 1px;
    font-size: 19px;
}
.newFlag .secondRow .col-md-6:nth-child(2) {
    margin-right: 135px;
    padding-right: 15px!important;
    text-align: left!important;
    padding-left: 100px;
}

.newFlag p {
    font-size: 18px;
    font-family: Fira;
    color: #798A93;
    letter-spacing: 1px;
}
.thirdRow {
    display: flex;
    width: 100%;
    align-items: center;
}

.thirdRow .col-md-6:nth-child(2) .flagImg {
    padding-bottom: 100%;
}

.thirdRow p {
    margin-bottom: 30px;
    font-size: 22px;
}

.thirdRow .col-md-6:first-child {
    padding-right: 100px;
}

.newFlag .flagImg {
    box-shadow: 0px 2px 12px 1px lightgray;
    background-position: center;
    background-size: cover;
    height: auto;
}

.wrapper.withWhiteHeader.mission.newFlag {
    background-position: 0 115%;
}

.greeneryOpen [data-aos^=fade][data-aos^=fade] {
    opacity: .4;
}

.greeneryOpen [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
}


.datepicker table tr td span {
    font-size: 14px;
    color: inherit;
}


.modalItem {
    width: 100%;
    height: 100%;
}
.newFlag span p:first-child {
    font-family: Fira;
    margin-bottom: 30px;
    font-size: 22px;
}
.newFlag .secondRow span p:first-child {
    color: #5F6F7B;
    font-family: Fira-regular;
    letter-spacing: 1px;
    font-size: 19px;
    margin-bottom: 0;
}
.newFlag span p {
    color: #5F6F7B;
    font-family: Fira-regular;
    letter-spacing: 1px;
    font-size: 19px;
    margin-bottom: 2px;
}
ul.subMenu.lang {
    left: -10px;
    padding: 10px;
    width: auto;
}


.burger {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: auto;
}

/* Icon 2 */

.burger {
    width: 25px;
    height: 17px;
    z-index: 213;
}

.burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: white;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.burger span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

.burger span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

.burger span:nth-child(1), .burger span:nth-child(2) {
    top: 0px;
}

.burger span:nth-child(3), .burger span:nth-child(4) {
    top:7px;
}

.burger span:nth-child(5), .burger span:nth-child(6) {
    top: 14px;
}

.burger.open span:nth-child(1),.burger.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.open span:nth-child(2),.burger.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burger.open span:nth-child(1) {
    left: 1px;
    top: 4px;
}

.burger.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 4px;
}

.burger.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.burger.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.burger.open span:nth-child(5) {
    left: 1px;
    top: 11px;
}

.burger.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 11px;
}
header.fixed .burger span {
    background: #3099A0;
}
.mobMenu {
    border-bottom: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Fira;
}
.mobLogo{
	z-index: 6;
}
.mobRight {
    display: flex;
    align-items: center;
    z-index: 6;
}

.mobLang ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobLang ul li{
	position: relative;
}
.mobLang ul li:hover .subMenu{
	opacity: 1;
	visibility: visible;
}
.mobLang {
    margin: 0 30px;
}

.mobLang a {
    color: white;
}

.mobLogo svg {
    width: 95px;
}


.mobNav {
    position: fixed;
    top: -100%;
    background: #3099A0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    right: 0;
    font-family: Fira;
    left: 0;
    z-index: 6;
    bottom: 0;
    height: 0;
}
.mobNav.open{
    top: 0;
    height: 100%;
}

div#nav-icon3 {
    top: 30px;
    right: 30px;
}
.mobNav ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.mobNav > ul {
    margin-top: 160px;
    font-size: 18px;
    position: relative;
    padding-left: 13%;
    z-index: 2;
}

.mobNav > ul > li {
    margin-bottom: 30px;
}

.mobSub {
    position: absolute;
    left: 60%;
    top: -6px;
    display: none;
}

.mobNav a {
    color: white!important;
    letter-spacing: 2px;
}

.mobTel a {
    color: white;
}

.mobTel {
    margin-right: 30px;
}
header.fixed .mobTel a{
    color:#6D7C87 ;
}
.mobNav > ul > li:last-child {
    margin-bottom: 0;
}

.mobNav .mobSub ul a {
    font-size: 15px;
    font-family: Fira-regular;
}

.mobNav > ul > li > a:before {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    background: #F9A852;
    top: 9px;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.mobNav > ul > li > a {
    position: relative;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.mobNav > ul > li > a.selected {
    padding-left: 45px;
    color: #F9A852!important;
}

.mobNav > ul > li > a.selected:before {
    width: 30px;
}


.newFlag span p:first-child strong {
    font-weight: normal;
}
.newFlag .row > .col-md-6:first-child {
    padding-right: 100px;
}

.search form {
    width: 56%;
    margin-left: auto;
    margin-bottom: 60px;
    margin-top: 55px;
}

.search form .form-group {
    position: relative;
    margin-bottom: 0;
}

.search form input {
    background: white;
    box-shadow: 0px 2px 12px 1px lightgray;
    padding-left: 35px;
    border-bottom: 0;
    font-size: 18px;
    height: 62px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Fira;
}

.search form .form-group button {
    position: absolute;
    top: 19px;
    right: 25px;
    background: 0;
    border: 0;
}
.search form .form-group button:focus{
    outline: none;
}
.search form input:focus {
    box-shadow: 0px 2px 12px 1px lightgrey;
}

.search .srchResults p {
    color: #5F6F7B;
    font-size: 18px;
    font-family: Fira-semibol;
    margin-bottom: 50px;
}
.search .docItem a {
    color: #3099A0;
}

.search .docItem p {
    font-family: Fira;
    font-size: 18px;
    margin-bottom: 30px;
}

.search .docItem p span {
    color: #3099A0;
    font-family: inherit;
    font-size: inherit;
}

.search .docItem h4 {
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
}

.search .docItem h4:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #FC911F;
    left: 0;
    top: 9px;
}

.srch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    background: white;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    opacity: 0;
    visibility: hidden;
}
.srch.open{
    opacity: 1;
    visibility: visible;
}
.srch form {
    width: 75%;
}

.srch form .form-group {
    margin: 0;
    position: relative;
}

.srch form .form-group input {
    border: 0;
    font-size: 18px;
}
.srch form .form-group input::placeholder{
    font-size: 15px;
    color: #5F6F7B;
}
.srch form .form-group img {
    position: absolute;
    right: 100px;
    top: 9px;
    cursor: pointer;
}

.whiteHeader .mobTel a {
    color: #6D7C87;
}

.whiteHeader .burger span {
    background: #006870;
}

.message h4 {
    color: #3099A0;
    font-family: Fira-semibol;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.message span {
    color: #798A93;
    font-size: 15px;
    font-family: Fira-regular;
    letter-spacing: 1px;
    display: inline-block;
}

.message p {
    color: #5F6F7B;
    margin: 15px 0 25px;
    font-size: 15px;
    font-family: Fira-regular;
}
.myBoulevard .galleryRow .also {
    margin-top: 30px;
}

.myBoulevard .also h4 {
    font-size: 23px;
    margin-bottom: 60px;
    letter-spacing: 2px;
}

.message .col-md-6:first-child {
    padding-right: 45px;
}

.message .col-md-6:last-child {
    padding-left: 45px;
}

.message .itemImg {
    padding-bottom: 67%;
}

.message .itemText .name p {
    padding-bottom: 15px;
    color: white;
    font-size: 18px;
}

.message .item:hover .itemText .name {
    padding-left: 20px;
    padding-bottom: 0;
}
.message .container {
    margin-top: 45px;
    margin-bottom: 60px;
}

.myBoulevard .seeAll {
    margin-bottom: 0;
}
.message hr {
    border-color: lightgray;
    border-width: 1px;
    margin: 0;
    margin-bottom: 50px;
}
.request .message h4 {
    color: #5F6F7B;
}

.request .message .container {
    margin-bottom: 0;
}

.request .col-md-12:last-child .message hr {
    display: none;
}

.request .col-md-12:last-child .message .item {
    margin-bottom: 0;
}



.events .galleryRow .col-md-6:nth-child(2) {
    margin-top: 14%;
}

.events .galleryRow .col-md-6:nth-child(3) {
    margin-top: -15%;
}
.newsOpen .galleryRow .col-md-7 .itemImg {
    padding-bottom: 65%;
}

.newsOpen .galleryRow .col-md-5 .itemImg {
    padding-bottom: 90%;
}

.newsOpen .galleryRow .col-md-5 {
    margin-top: 170px;
}

.randomModal.parkModal.attrac p {
    font-size: 18px;
    color: #5F6F7B;
    font-family: Fira;
    letter-spacing: 1px;
}
.attrac #map {
    width: 70%;
    top: 0;
    height: 100%;
    position: absolute!important;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.randomModal.parkModal.attrac.open #map.open{
    opacity: 1;
    visibility: visible;
}
.modalDesc ul:first-child li:last-child {
    cursor: pointer;
    color: #3099A0;
    font-family: Fira-semibol;
    text-transform: uppercase;
}
.closeMap {
    position: absolute;
    z-index: 2!important;
    /* width: 70%; */
    right: 31%;
    top: 10px;
    cursor: pointer;
    height: 40px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
     z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.randomModal.parkModal.attrac.open .closeMap.open{
    opacity: 1;
    visibility: visible;
}
.closeMap img {
    padding: 0px 15px;
}
.greenery .col-md-6:nth-child(6) {
    float: right;
}
.galleryIndex .itemText .name p {
    text-transform: uppercase;
    font-family: Jura;
}

.wrapper.withWhiteHeader.mission img{
    width: 100%
}
.symbolsRow .news .flickity-button {
    bottom: -55px;
    top: unset;
}

.symbolsRow .news {
    overflow: visible;
}

.wrapper.symbolsContainer.withWhiteHeader .container-fluid {
    padding-right: 0;
}

.symbolsContainer .carousel-cell {
    padding-bottom: 55%;
}
.symbolsContainer .carousel-cell .bg {
    transform: none;
    opacity: .1;
}

.symbolsRow p {
    color: #5F6F7B;
    padding-right: 70px;
    font-family: Fira-regular;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
}
.wrapper.symbolsContainer.withWhiteHeader {
    background-position: 0 670px;
    padding-bottom: 200px;
}

.wrapper.symbolsContainer.withWhiteHeader .oneImage {
    padding-right: 135px;
}

.wrapper.symbolsContainer.withWhiteHeader .oneImage .carousel-cell {
    width: 100%;
    padding-bottom: 58%;
}
/*.symbolsCells {
    width: 100%;
    height: auto;
    padding-bottom: 64%;
    background-size: cover;
    background-position: center;
}

.symbolsCells .bg {
    transform: none;
    opacity: .1;
}

.symbolsSlider .flickity-prev-next-button {
    background: 0;
    transform: none;
    top: unset;
    right: 135px;
    left: unset;
    border: 0;
    padding: 0;
    margin-top: 15px;
}

.symbolsSlider .flickity-prev-next-button.previous {
    right: 205px;
}

.symbolsSlider .flickity-prev-next-button:hover path {
    stroke: #FC911F;
}
.symbolsContainer .col-md-7 {
    margin-left: -135px;
    margin-right: 100px;
    width: 64%;
}
.wrapper.symbolsContainer.withWhiteHeader {
    background-position: 0 574px;
    background-size: 100%;
    padding-bottom: 230px;
    background-repeat: no-repeat;
}
.symbolsSliderNav {
    width: 57%;
    margin-left: auto;
    bottom: -19%;
    position: absolute;
    right: -48%;
}

.symbolsSliderNav .symbolsCellsNav {
    width: 100%;
    padding-bottom: 67%;
    background-position: center;
    background-size: cover;
}
.symbolsSliderNav .symbolsCellsNav .bg {
    transform: none;
    opacity: .4;
}
.symbolsContainer .col-md-5 {
    margin-bottom: 260px;
    width: 36%;
}

.symbolsContainer .col-md-5 p {
    color: #5F6F7B;
    font-size: 20px;
    font-family: Fira-regular;
    letter-spacing: 1px;
}
.symbolsRow{
    display: flex;
    align-items: center;
}*/










@media (min-width: 1921px){
    
    .timeLine, .park .container-fluid, .timeLineIndex, .mission .galleryContainer, .legislation .galleryContainer, .sameGrid2 .galleryContainer, .sameGrid .galleryContainer, 
    .attractions .galleryContainer, .boats .galleryContainer, .greenery .galleryContainer, .events .galleryContainer,
    .newss .galleryContainer, .galleryIndex .galleryContainer, .contacts .galleryContainer, .myBoulevard .galleryContainer, .newsOpen .galleryContainer,
    .sport .galleryContainer,.galleryPhotos .galleryContainer{
        width: 1903px;
        margin: 0 auto;
    }
    .gallery .carousel-main .carousel-cell{
        height: 740px
    }
    .gallery .carousel-nav .carousel-cell{
        height: 185px
    }
    .gallery .container-fluid{
        padding-right: 235px;
    }
    .news .container-fluid{
        padding-left: 235px;
    }
    footer{
        padding: 50px 150px;
    }
    .galleryContainer{
    	margin-top: 90px!important;
    }
    .mission, .legislation, .boats, .myBoulevard, .greenery{
    	background-size: cover!important;
    }
    .qurumlar{
    	background-position: 0,0!important;
    }
    .contacts #map{
		height: 600px
    }
}



@media (max-width: 1699px) {
    .container-fluid.galleryOpen.gallery .carousel-main .carousel-cell, .container-fluid.galleryOpen.gallery .carousel-nav{
        height: 680px;
    }
    .symbolsRow .col-md-4 {
	    width: 45%;
	}

	.symbolsRow .col-md-8 {
	    width: 55%;
	}
	.symbolsContainer .carousel-cell {
	    padding-bottom: 72%;
	    width: 90%;
	    margin-right: 20px;
	}
}

@media (max-width: 1599px) {
    .container-fluid.galleryOpen.gallery .carousel-main .carousel-cell, .container-fluid.galleryOpen.gallery .carousel-nav{
        height: 630px;
    }/*
    .historyOpenRow .col-md-12:nth-child(3) {
        margin-top: -7%;
    }*/
    .attractions .col-md-6:nth-child(2) .itemImg, .attractions .col-md-6:nth-child(3) .itemImg, 
.attractions .col-md-6:nth-child(5) .itemImg, .attractions .col-md-6:nth-child(6) .itemImg, 
.attractions .col-md-6:nth-child(8) .itemImg, .attractions .col-md-6:nth-child(9) .itemImg, 
.attractions .col-md-6:nth-child(11) .itemImg, .attractions .col-md-6:nth-child(12) .itemImg{
	    padding-bottom: 42.5%;
	}
}

@media (max-width: 1550px){
    .timeLineRow .col-md-6:nth-child(4n+1) {
        padding-left: 60px;
    }

    .timeLineRow .col-md-6:nth-child(2) {
        padding-right: 0;
    }

    .timeLineRow .col-md-6:nth-child(4n+3) {
        padding-left: 0;
    }

    .timeLineRow .col-md-6:nth-child(4n+4) {
        padding-right: 60px;
    }
    .timeLineRow .col-md-6:nth-child(4n+2) {
        padding-right: 0;
    }
}

@media (max-width: 1440px){
    .randomModal.parkModal.attrac p {
        font-size: 16px;
    }
    .timeLine .carousel-cell {
        width: 21%;
    }
    .title h2 {
        font-size: 36px;
    }

    .year {
        font-size: 36px;
    }

    .shortDesc p {
        font-size: 16px;
    }

    .item .head span {
        font-size: 19px;
    }

    .readMore {
        font-size: 16px;
    }

    .readMore span:first-child:before {
        width: 35px;
    }

    .historyText span {
        font-size: 17px;
    }

    .gallery .carousel-main .carousel-cell {
        height: 600px;
    }

    .gallery .carousel-nav .carousel-cell {
        height: 150px;
    }
    .galleryText img {
        width: 80px;
    }
    .park .item:hover .head span {
        font-size: 15px;
    }

    .mainImg .pageDesc p {
        font-size: 22px;
    }

    .galleryNav {
        font-size: 38px;
    }

    .galleryNav div:before {
        width: 25px;
        height: 25px;
        top: 18px;
    }

    .galleryNav div {
        margin-right: 35px;
    }

    .calendar input {
        font-size: 19px;
    }
    .movingTitle, .movingTitle2 {
        height: 135px;
    }
    .movingTitle h2, .movingTitle2 h3 {
        font-size: 200px;
        line-height: 155px;
    }
    .itemText .name {
        font-size: 19px;
    }
    .item:hover .itemText .name {
        font-size: 15px;
    }
    .pageTitel h2 {
        font-size: 38px;
    }

    .contactInfo span {
        font-size: 17px;
    }

    .contactInfo p {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .contactInfo .number {
        margin-bottom: 20px;
    }

    .contactInfo label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contactInfo .number:last-child {
        margin-bottom: 0;
    }

    .contactInfo .number .phone .div:last-child {
        margin-bottom: 0;
    }

    .contactInfo a {
        font-size: 14px;
    }
    .contactInfo {
        padding-right: 80px;
    }

    .newsDesc h3 {
        font-size: 19px;
        line-height: 26px;
        margin: 25px 0;
    }

    .newsDesc p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .seeAll a {
        padding: 12px 25px;
        font-size: 14px;
    }
    .newss .col-md-3 {
        width: 30%;
    }

    .container-fluid.newsContainer .col-md-9 {
        width: 70%;
        padding-left: 50px;
    }

    .flag .news .container-fluid .carousel-cell {padding-bottom: 60%;}
    .flag p {
        font-size: 16px;
    }

    .eventInfo h2 {
        font-size: 36px;
    }

    .eventDesc {
        padding: 50px 80px;
    }

    .eventsDate {
        font-size: 25px;
    }

    .events .itemText .date {
        font-size: 21px;
    }

    .events .itemText .name p {
        font-size: 17px;
    }

    .greeneryOpenDesc {
        padding: 50px 55px;
    }

   /* .greeneryRow .col-md-5 {
        top: 160px;
        left: -100px;
    }*/

    .greeneryOpenDesc h4 {
        font-size: 21px;
        margin-bottom: 30px;
    }

    .greeneryOpenDesc p {
        font-size: 17px;
    }

    .container-fluid.galleryOpen.gallery .carousel-main .carousel-cell, .container-fluid.galleryOpen.gallery .carousel-nav{
        height: 590px;
    }/*
    .historyOpenRow .col-md-12:nth-child(3) {
        margin-top: -5%;
    }*/

    .historyOpenRow h4 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .historyOpenRow span {
        font-size: 17px;
    }
    .historyCol:nth-child(6) .col-md-6 p {
        padding-right: 70px;
    }

    .hisImg3 {
        margin-right: 70px;
    }
    .hisImg2 {
        margin-bottom: 70px;
    }

    .mission .container-fluid .row .col-md-6:nth-child(2) img {
         width: 100%;
    }
    .mission h3 {
        font-size: 21px;
        line-height: 26px;
        margin: 25px 0;
    }

    .mission .desc p,.mission .desc ul {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 29px;
    }
    .mission .desc ol li{
    	font-size: 18px;
    	line-height: 29px
    }
    .mission .desc ul{
    	margin: 10px 0;
    }
    .newFlag span {
        font-size: 15px;
    }
    .modalDesc {
        padding: 40px 40px 30px;
    }
    .thirdRow p{
        font-size: 18px;
    }
    .modalDesc .name {
        margin-bottom: 35px;
    }
    .modalDesc .name h3 {
        font-size: 21px;
    }

    .modalDesc .info ul li p {
        font-size: 16px;
    }

    .modalDesc .info ul li {
        font-size: 16px;
    }

    .modalDesc .info ul li span {
        font-size: 16px;
    }

    .modalDesc ul li {
        margin-bottom: 25px;
    }

    .news .carousel-cell .head h3 {
        font-size: 26px;
    }

    .news .carousel-cell span {
        font-size: 16px;
    }

    .news .carousel-cell {
        padding-bottom: 40%;
    }
    .symbolsContainer .carousel-cell{
    	padding-bottom: 70%
    }
    .symbolsRow p {
	    padding-right: 20px;
	}
    .newFlag .secondRow span p:first-child {
	    font-size: 15px;
	}

	.newFlag span p {
	    font-size: 15px;
	    margin-bottom: 5px;
	}

	.newFlag span p:first-child {
	    font-size: 19px;
	}
	.attractions .col-md-6:nth-child(2) .itemImg, .attractions .col-md-6:nth-child(3) .itemImg, 
	.attractions .col-md-6:nth-child(5) .itemImg, .attractions .col-md-6:nth-child(6) .itemImg, 
	.attractions .col-md-6:nth-child(8) .itemImg, .attractions .col-md-6:nth-child(9) .itemImg, 
	.attractions .col-md-6:nth-child(11) .itemImg, .attractions .col-md-6:nth-child(12) .itemImg{
		padding-bottom: 41.5%;
	}
    .sport .name h3 {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .sport .desc p {
        font-size: 18px;
    }

    .sport .col-md-6:nth-child(2n) {
        padding-left: 70px;
    }

    .sportInfo ul li:first-child {
        font-size: 17px;
    }

    .sportInfo ul li:nth-child(2) {
        font-size: 17px;
    }

    .sportInfo ul li {
        margin-bottom: 10px;
    }
    .historyOpenRow .col-md-7:first-child {
        padding-right: 70px;
    }

    .hisImg2 {
        margin-top: 8%;
    }
    .newsOpen .newsDesc p {
        font-size: 19px;
        line-height: 29px;
    }
}

@media (max-width: 1399px){
	.scroll{
		display: none;
	}
	.search{
		margin-left: 0px;
	}
	.navigation > ul > li:last-child {
	    margin-left: 0;
	}
}

@media (max-width: 1299px){
	.symbolsRow p {
	    font-size: 14px;
	}
    .randomModal.parkModal.attrac p {
        font-size: 14px;
        line-height: 24px;
    }
    .gallery .carousel-main .carousel-cell {
        height: 550px;
    }

    .gallery .carousel-nav .carousel-cell {
        height: 137.5px;
    }
    .text{
        font-size: 34px;
    }
    .scroll {
        margin-top: 20%;
        margin-bottom: 40%;
    }

    .icons img:nth-child(3) {
        margin: 35px 0;
    }

    /*.icons img:first-child, .icons img:last-child {
        height: 75px;
    }*/

    .icons img:first-child {
        margin-bottom: 20px;
    }

    .icons img:last-child {
        margin-top: 20px;
    }
    .timeLine .carousel-cell {
        width: 25%;
    }
    .container-fluid {
        padding: 0 75px;
    }
    .movingTitle, .movingTitle2{
        margin-right: -75px;
        height: 120px;
    }
    .park .container-fluid {
        padding: 0 75px;
    }

    .title h2 {
        font-size: 32px;
    }

    .shortDesc p {
        font-size: 15px;
    }

    .title {
        margin-top: 120px;
    }

    .park {
        padding-bottom: 40px;
    }

    .gallery .carousel-nav {
        width: 195px;
    }
    .gallery .carousel-nav .carousel-cell{
        width: 100%;
        background-position: center;
        background-size: cover;
    }
    .gallery .col-md-4 {
        padding-left: 100px;
    }

    .gallery .container-fluid {
        padding-right: 75px;
    }

    .timeLine .container-fluid {
        padding-left: 75px;
    }

    .seeAll a {
        padding: 10px 25px;
        font-size: 14px;
    }

    .gallery .shortDesc {
        margin-bottom: 60px;
    }

    .news .container-fluid {
        padding-left: 75px;
    }

    .news .carousel-cell .head h3 {
        font-size: 22px;
    }

    .carousel-text {
        padding-bottom: 40px;
        padding-left: 50px;
    }
    .navigation ul {
        font-size: 12px;
    }

    .navigation > ul > li {
        margin: 0!important;
    }
    .year {
        font-size: 32px;
    }

    .historyText span {
        font-size: 16px;
        margin-top: 20px;
    }
    .timeLine .carousel{
        background-position: 0 93%;
    }
    .navImg2{
        top: 85px;
    }

    .movingTitle h2, .movingTitle2 h3 {
        font-size: 180px;
        line-height: 140px;
    }

    .itemText .date {
        font-size: 14px;
    }

    .itemText .name {
        font-size: 17px;
    }

    .item:hover .itemText .name {
        font-size: 14px;
    }

    .item:hover .itemText .date {
        font-size: 11px;
    }
    .pagination {
        margin-top: 80px;
    }

    .withWhiteHeader {
        padding-bottom: 100px;
        padding-top: 50px;
    }
    .galleryNav {
        font-size: 32px;
    }

    .galleryNav div:before {
        top: 14px;
        width: 20px;
        height: 20px;
        border-width: 2px;
    }
    .calendar input {
        font-size: 17px;
        width: 65%;
    }

    .calendar img {
        width: 25px;
    }
    .galleryNav div {
        margin-right: 30px;
        padding-left: 30px;
    }

    .pageTitel h2 {
        font-size: 32px;
    }

    .pageTitel h2:after {
        width: 35px;
    }

    #map {
        height: 400px;
    }

    .container-fluid.newsContainer {
        padding-left: 75px;
    }

    .newsDesc h3 {
        font-size: 17px;
        margin: 20px 0;
        line-height: 25px;
    }

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

    .newss .newsDesc .seeAll {
        margin-top: 40px;
    }
    .newss .seeAll {
        margin-top: 50px;
    }
    .flag .news .container-fluid .col-md-4 {
        padding-left: 50px;
    }

    .news.second .container-fluid {
        padding-left: 75px;
        padding-right: 0!important;
    }

    .flag .news .container-fluid {
        padding-right: 75px;
    }

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

    .news.second {
        margin-top: 0;
    }
    .newsOpenImg {
        padding-bottom: 90%;
    }

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

    .eventDesc {
        padding: 40px 60px;
    }

    .eventInfo h2 {
        font-size: 32px;
    }

    .eventDesc p {
        margin-top: 55px;
    }

    .eventInfo h2:after {
        bottom: -25px;
    }

    .eventsDate {
        font-size: 22px;
        width: 170px;
        height: 110px;
        left: -168px;
        top: 100px;
    }
    .events .itemText .date {
        font-size: 19px;
    }

    .events .galleryRow .item {
        margin-bottom: 20px;
    }

    .events .itemText .name p {
        font-size: 15px;
    }
    .events .col-md-4:nth-child(3) .itemImg {
        margin-left: -60px;
    }
    .events .itemText {
        margin-bottom: 40px;
    }

    .wrapper.events {
        padding-top: 50px;
    }

    .events .seeAll {
        margin-bottom: 100px;
    }

    .greeneryOpenDesc h4 {
        font-size: 19px;
    }

    .greeneryOpenDesc {
        padding: 40px 45px;
    }

    .greeneryOpenDesc p {
        font-size: 15px;
    }

    .galleryPhotos .news .carousel .carousel-cell {
        width: 90%;
        padding-bottom: 40%!important;
    }

    .container-fluid.galleryOpen.tourGallery {
        padding: 0 75px;
    }
    .videoGallery .carousel-nav .carousel-cell {
        width: 230px;
    }

    .container-fluid.galleryOpen.gallery .carousel-main .carousel-cell, .container-fluid.galleryOpen.gallery .carousel-nav {
        height: 550px;
    }
    .historyOpenRow h4 {
        font-size: 17px;
        line-height: 26px;
    }

    .historyOpenRow span {
        font-size: 15px;
    }
    .mission h3 {
        font-size: 17px;
        margin: 20px 0;
        line-height: 25px;
    }

    .mission .desc p,.mission .desc ul {
        font-size: 14px;
        line-height: 25px
    }
	.mission .desc ol li{
		font-size: 14px;
        line-height: 25px
	}
    .randomModal {
        top: 7%;
        left: 7%;
        right: 7%;
        bottom: 7%;
    }

    .closeBtn {
        top: 20px;
        right: 20px;
    }

    .modalDesc .name h3 {
        font-size: 19px;
    }
    .modalDesc .name {
        margin-bottom: 25px;
    }

    .modalDesc .info p {
        font-size: 14px;
    }

    .modalDesc {
        padding: 30px;
    }

    .modalDesc .info ul li p {
        font-size: 14px;
    }
    .modalDesc .info ul li {
        font-size: 14px;
    }

    .modalDesc .info ul li span {
        font-size: 14px;
    }

    /*.modalDesc ul li {
        margin-bottom: 15px;
    }*/

    .newFlag .secondRow .col-md-6:nth-child(2) {
	    margin-right: 75px;
	    padding-left: 50px;
	}

	.newFlag .secondRow .flagImg {
	    padding-bottom: 85%;
	}
	.thirdRow .col-md-6:first-child {
	    padding-right: 50px;
	}
	.newFlag .row > .col-md-6:first-child {
	    padding-right: 50px;
	}

	.boats .col-md-4:nth-child(3) .blur, .boats .col-md-4:nth-child(3) a.readMore, .boats .col-md-4:nth-child(3) .itemText{
		left: -60px
	}
	.boats .col-md-4:nth-child(3) .itemImg{
		margin-left: -60px;
	}
	.fontForItemText .itemText .name{
		font-size: 19px;
	}
    .contacts .col-md-6:nth-child(2) {
        padding: 25px;
    }

    form input[type="submit"] {
        margin-top: 40px;
    }

    .contacts .up {
        margin-bottom: 20px;
    }

    form label {
        margin-bottom: 20px;
    }
    .reserved {
        font-size: 15px;
    }
    .sport .desc p {
        font-size: 16px;
        line-height: 28px;
    }

    .sport .col-md-6:nth-child(2n) {
        padding-left: 50px;
    }

    .sportImg {
        margin-right: -75px;
    }

    .sport #map {
        margin-left: -75px;
        height: 560px;
    }

    .sportInfo ul li:first-child {
        font-size: 16px;
    }

    .sportInfo ul li:nth-child(2) {
        font-size: 16px;
    }

    .sportInfo {
        margin-bottom: 40px;
    }
    .historyOpenRow p {
        font-size: 16px;
        line-height: 28px;
    }

    .hisImg2 {
        margin-top: 5%;
    }

    .hisImg3 {
        margin-right: 50px;
        margin-left: -75px;
    }

    .historyOpenRow .col-md-7:first-child {
        padding-right: 50px;
    }
    .marginRight {
        margin-right: -75px;
    }

    .marginLeft {
        margin-left: -75px;
    }
    .greeneryOpen .itemText .name {
        font-size: 17px;
    }
    .greeneryRow .col-md-7 {
        margin-left: -75px;
    }
    .sport .fullCol #map {
        margin-right: -75px;
        margin-bottom: -100px;
    }
}

@media (max-width: 1199px){
	.symbolsRow .col-md-4 {
	    width: 100%;
	    margin-top: 50px;
	}

	.symbolsRow .col-md-8 {
	    width: 100%;
	}
	.symbolsContainer .carousel-cell {
	    padding-bottom: 55%!important;
	}
	.row.symbolsRow {
	    display: flex;
	    flex-direction: column-reverse;
	}
    .gallery .carousel-main .carousel-cell {
        height: 500px;
    }
	.wrapper.symbolsContainer.withWhiteHeader {
	    background-position-y: 860px;
	    background-position-x: 64%;
	}
    .gallery .carousel-nav .carousel-cell {height: 125px;}

    .galleryText img {
        width: 50px;
    }

    .galleryText span {
        font-size: 14px;
        margin-top: 20px;
    }
    .gallery .col-md-4 {
        width: 30%;
        padding-left: 50px;
    }

    .gallery .col-md-8 {
        width: 70%;
    }

    .title h2 {
        font-size: 28px;
    }

    .title h2:after {
        width: 35px;
    }

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

    .title {
        margin-top: 90px;
        margin-bottom: 40px;
    }

    .news .carousel-cell {
        width: 90%;
    }

    .news .carousel-cell .head h3 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .news .carousel-cell span {
        font-size: 15px;
    }
    .item .head span {
        font-size: 17px;
    }

    .park .item:hover .head span {
        font-size: 14px;
    }
    .readMore {
        font-size: 14px;
    }

    .readMore span:first-child:before {
        width: 30px;
        left: -38px;
    	top: 8px;
    }
    .text {
        font-size: 28px;
    }

    .pageTitel h2 {
        font-size: 28px;
    }
    .flag .news .container-fluid .carousel-cell {
        padding-bottom: 65%;
        width: 90%;
        margin-right: 20px;
    }
    .flag .news .container-fluid .col-md-4 {
        padding-left: 15px;
    }

    .news.second .container-fluid .col-md-4 {
        padding-right: 15px;
    }

    .flag .news.second .col-md-8 {
        padding-left: 15px;
    }
    .marginRight .col-md-6:first-child {
        padding-right: 50px;
    }

    .marginLeft .col-md-6:nth-child(2) {
        padding-left: 50px;
    }

    .share {
        margin-top: 50px;
    }
    .also h4 {
        font-size: 25px;
        margin-bottom: 70px;
    }

    .marginLeft {
        margin-bottom: 70px;
    }

    .historyOpenRow .col-md-12:nth-child(3) {
        margin-top: 25px;
    }

    .hisImg2 {
        margin-bottom: 50px;
    }
    .historyCol {
        padding-top: 50px;
    }
    .historyOpenRow p {
        font-size: 14px;
    }

    .historyCol:nth-child(6) .col-md-6 p {
        padding-right: 40px;
    }

    .hisImg3 {
        margin-right: 40px;
    }

    .divBg {
        background-position: 325px 0;
    }


    .timeLine .carousel-cell {
        width: 28%;
    }

    .timeLineRow .col-md-6:nth-child(4n+1) {
        padding-left: 0;
    }

    .itemLine {
        width: 330px;
    }

    .timeLineRow .year {
        font-size: 28px;
        line-height: 50px;
    }

    .itemLine p {
        font-size: 16px;
    }

    .timeLineRow .col-md-6:nth-child(4n+3) .timeImg {
        padding-bottom: 95%;
    }
    .timeLineRow .col-md-6:nth-child(4n+2) {
        margin-top: 250px;
    }

    .timeLineRow .col-md-6:nth-child(2) {
        margin-top: 290px;
    }

    .timeLineRow .col-md-6:nth-child(4n+4) {
        padding-right: 0;
    }
    .newFlag .secondRow span p:first-child {
	    font-size: 14px;
	}

	.newFlag .secondRow .col-md-6:nth-child(2) {
	    padding-left: 25px;
	}

	.newFlag span p {
	    font-size: 14px;
	}

	.thirdRow .col-md-6:first-child {
	    padding-right: 25px;
	}
	.newFlag .row > .col-md-6:first-child {
	    padding-right: 25px;
	}
	    .boats .col-md-4:nth-child(3){
    	margin-top: -150px
    }
    .contacts .col-md-6:nth-child(2) {
        padding: 20px;
    }

    form label {
        font-size: 16px;
        margin-bottom: 15px;
    }

    form input.form-control {
        font-size: 14px;
    }

    .contacts .up {
        margin-bottom: 15px;
    }

    form input[type="submit"] {
        margin-top: 30px;
        padding: 12px 25px;
        font-size: 14px;
    }

    .contactInfo {
        padding-right: 30px;
    }
    .wrapper.withWhiteHeader.sport{
        background-position: bottom;
    }
    .events-open .random-carousel .flickity-prev-next-button {
	    left: 13%;
	}

	.eventInfo h2 {
	    font-size: 28px;
	}

	.eventInfo h2:after {
	    bottom: -17px;
	    height: 2px;
	}

	.eventDesc p {
	    margin-top: 40px;
	    font-size: 14px;
	}

	.eventDesc {
	    padding: 30px 40px;
	}

	.eventsDate {
	    font-size: 19px;
	    width: 150px;
	    height: 100px;
	    left: -147px;
	    top: 120px;
	}
    .newsDesc p{
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        line-height: 25px;
    }
    .newsOpen .newsDesc p {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (max-width: 1024px) {
    .scroll {
        display: none;
    }

    .headerSocial {
        justify-content: center;
        bottom: 20%;
    }
    .randomModal {
        top: 30%;
        bottom: 30%;
    }

    .modalDesc .name h3 {
        font-size: 18px;
    }

    .modalDesc {
        padding: 20px 25px;
    }

    .modalDesc .name {
        margin-bottom: 20px;
    }
    .navigation ul{
        font-size: 11px;
    }
    .navigation > ul > li svg{
        width: 105px;
    }
    .itemLine {
        width: 280px;
    }

    .timeLineRow .col-md-6:nth-child(2) {
        margin-top: 365px;
    }
    .movingTitle2 h3 {
        left: 0;
        font-size: 180px;
    }

    .movingTitle2 {
        height: 167px;
    }
    footer .header h6 {
        font-size: 14px;
    }
    .sport .desc p {
        font-size: 14px;
    }

    .sport .name h3 {
        font-size: 21px;
    }

    .sport .col-md-6:nth-child(2n) {
        padding-left: 15px;
    }

    .sport .row:nth-child(2) {
        margin-top: 60px;
    }

    .sport .row:nth-child(2) .col-md-6 .name {
        margin-top: 10px;
    }

    .sportInfo ul li {
        font-size: 14px!important;
    }

    .sportInfo {
        margin-bottom: 30px;
    }

    .sport #map {
        height: 500px;
    }
}

@media (max-width: 991px){
    .parkRow .col-md-3:nth-child(4) {
        margin-top: 0;
    }

    .parkRow .col-md-3:nth-child(3) {
        margin-top: -130px;
    }
    .news .carousel-cell {
        padding-bottom: 45%;
    }
    .news .carousel-cell .head h3 {font-size: 18px;line-height: 29px;}
    .timeLine .carousel-cell {
        width: 33.3%;
    }
    .historyText span {
        font-size: 14px;
    }

    .navImg3 {
        top: 71px;
    }

    .navImg4 {
        top: 120px;
    }
    .year {
        font-size: 25px;
    }
    .gallery .carousel-main .carousel-cell {
        height: 400px;
    }

    .gallery .carousel-nav .carousel-cell {
        height: 100px;
    }

    header {
        padding-top: 5px;
    }

    .title h2 {
        font-size: 24px;
    }

    .shortDesc p {
        font-size: 13px;
    }

    .gallery .col-md-4 {
        padding-left: 30px;
    }

    .gallery .container-fluid {
        padding-right: 30px;
    }

    .container-fluid {}

    .timeLine .container-fluid {
        padding-left: 30px;
    }

    .park .container-fluid, .container-fluid {
        padding: 0 30px;
    }
    .seeAll a {
        font-size: 12px;
    }
    .news{
        background-position: 0 50px;
    }
    .text {
        font-size: 24px;
    }
    .shortDesc p {
        width: auto;
    }
    .news .container-fluid{
        padding-left: 50px;
    }

    .galleryRow .col-sm-6:nth-child(2n+1) {
        margin-top: -150px;
    }

    .galleryRow .col-sm-6:first-child {
        margin-top: 0;
    }
    .galleryRow .marginTop{
        margin-top: 0;
    }
    ul.pagination {
        margin-top: 40px;
    }

    .withWhiteHeader {
        padding-bottom: 70px;
    }
    .movingTitle h2, .movingTitle2 h3 {
        font-size: 150px;
        line-height: 115px;
    }

    .movingTitle, .movingTitle2 {
        height: 95px;
    }

    .galleryNav {
        font-size: 26px;
    }

    .galleryNav div:before {
        top: 11px;
        width: 17px;
        height: 17px;
    }

    .galleryNav div {
        margin-right: 20px;
        padding-left: 25px;
    }

    .timeLineRow {
        background-image: none!important;
    }


    .timeLineRow .col-sm-6 {
        display: flex;
        justify-content: center;
    }

    .timeLineRow .col-md-6:nth-child(4n+3) {
        top: 0;
    }

    .itemLine {
        width: 100%;
    }

    .timeImg {
        padding-bottom: 69%!important;
    }
    .timeLineRow .col-md-6:nth-child(2n+1) {
        margin-top: -85px;
    }

    .timeLineRow .col-md-6:nth-child(1) {
        margin-top: 0;
    }

    .timeLineRow .col-md-6:nth-child(2n+2) {
        margin-top: 30px;
    }

    .timeLineRow .col-md-6:nth-child(2) {
        margin-top: 120px;
    }
    .timeLineRow .col-md-6 {
        padding: 0 15px!important;
    }
    .timeLineRow .year {
        line-height: 24px;
    }
    .mission .desc {
	    margin-bottom: 30px;
	}

	.mission .container-fluid .row .col-md-6:nth-child(2) img {
	    width: 85%;
	}

	.mission .container-fluid .row .col-md-6:nth-child(2) {
	    text-align: center;
	}

	.mission .container-fluid {
	    padding: 0 30px;
	}
	.newFlag .secondRow {
	    flex-direction: column;
	}

	.newFlag .secondRow .flagImg {
	    padding-bottom: 50%;
	    margin-bottom: 30px;
	}

	.mission .container-fluid .row .col-md-6:nth-child(2) {
	    padding: 0 30px;
	    margin: 0;
	}
	.wrapper.withWhiteHeader.mission.newFlag{
		background-position: 0 100%
	}
	.boats .col-md-4:nth-child(3) .itemImg {
	    margin-left: -15px;
	}

	.boats .col-md-4:nth-child(3) .blur, .boats .col-md-4:nth-child(3) a.readMore, .boats .col-md-4:nth-child(3) .itemText {
	    left: -15px;
	}
	.modalDesc {
	    padding: 15px;
	}

	.modalDesc .info ul li {
	    font-size: 12px;
	    margin-bottom: 15px;
	}

	.modalDesc ul li:nth-child(2) {
	    width: 25%;
	}
	.sameGrid2 .col-md-6:nth-child(2) {
	    margin-top: 100px;
	}

	.galleryRow.modalRow .col-sm-6:nth-child(2n+1) {
	    margin: 0;
	}
	.docItem h4 {
	    font-size: 16px;
	    margin-top: 15px;
	}

	.docItem p {
	    font-size: 14px;
	    white-space: inherit;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    display: -webkit-box;
	    overflow: hidden;
	    margin-bottom: 25px;
	}

	.docItem span {
	    font-size: 14px;
	}

	.docItem {
	    padding-bottom: 25px;
	    margin-bottom: 30px;
	}
    .attractions .col-md-6:nth-child(2) .itemImg, .attractions .col-md-6:nth-child(3) .itemImg, 
	.attractions .col-md-6:nth-child(5) .itemImg, .attractions .col-md-6:nth-child(6) .itemImg, 
	.attractions .col-md-6:nth-child(8) .itemImg, .attractions .col-md-6:nth-child(9) .itemImg, 
	.attractions .col-md-6:nth-child(11) .itemImg, .attractions .col-md-6:nth-child(12) .itemImg{
        padding-bottom: 40.5%;
    }
    .contacts .col-md-6:nth-child(2) {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    div#map {
        top: 0;
    }

    form input[type="submit"] {
        float: unset;
        margin-left: auto;
        display: inherit;
    }
    .historyCol {
        flex-direction: column;
        padding-top: 30px;
    }

    .historyCol:nth-child(6) {
        flex-direction: column-reverse;
    }

    .hisImg1 {
        padding-bottom: 85%;
        margin-bottom: 30px;
    }

    .hisImg3 {
        padding-bottom: 80%;
        margin-bottom: 30px;
    }

    .hisImg4 {
        margin-bottom: 30px;
    }

    .hisImg5 {
        margin: 30px -30px;
        padding-bottom: 50%;
    }

    footer .col-lg-3.col-md-3.col-sm-6 {
        margin-bottom: 20px;
    }
    .sportImg {
        margin-right: -30px;
        margin-top: 30px;
        padding-bottom: 69%;
    }

    .sport #map {
        margin-left: -30px;
        margin-bottom: 30px;
    }
    .eventInfo {
	    position: relative;
	    width: 100%;
	    top: 0;
	}

	.eventsDate {
	    position: relative;
	    top: 0;
	    left: 0;
	    margin-left: 34px;
	    margin-bottom: -3px;
	}

	.events-open .random-carousel .flickity-prev-next-button {
	    display: none;
	}

	.events-open .returnBar .navigationBar {
	    margin-top: 30px;
	}

	.events-open .returnBar {
	    display: flex;
	    flex-direction: column-reverse;
	}

	.events-open .galleryContainer {
	    margin-top: -97px;
	}

	.events-open .movingTitle {
	    margin-top: 30px;
	    margin-right: 0;
	    margin-left: 84%;
	}

	.returnBar {
	    height: auto!important;
	}

	.eventInfo .return {
	    display: none;
	}
	.events-open .col-md-5 {
	    margin-top: 90px;
	}
    .events .col-md-4:nth-child(3) .itemImg {
        margin-left: -30px;
    }

    .events .col-md-4:nth-child(3) {
        padding-left: 15px;
    }
    .container-fluid.newsContainer .col-md-9 {
        padding-left: 30px;
    }
    .container-fluid.newsContainer{
        padding-left: 30px
    }
    .marginRight {
        margin-right: -30px;
        margin-bottom: 60px;
    }

    .marginLeft {
        margin-left: -35px;
    }

    .marginRight .col-md-6:first-child {
        padding-right: 30px;
    }

    .newsOpen .newsDesc p {
        font-size: 16px;
        line-height: 25px;
    }

    .marginRight .pageTitel h2 {
        font-size: 24px;
        line-height: 33px;
    }

    .marginRight .pageTitel {
        margin-bottom: 60px;
    }

    .marginRight .pageTitel h2:after {
        bottom: -25px;
    }
    .greeneryOpenDesc {
        padding: 30px;
        width: 400px;
        margin-left: -80px;
    }
    .greeneryOpenDesc h4 {
        margin-bottom: 20px;
    }
    .greeneryRow .col-md-7 {
        margin-left: -35px;
    }
    .sport .fullCol #map {
        margin-right: -30px;
        margin-bottom: -70px;
    }
    .sameGrid2 .galleryRow.modalRow .col-md-6:nth-child(5) {
	    margin-top: -12%;
	}
}

@media (max-width: 768px){
	.srch form {
	    width: 90%;
	}

	.srch form .form-group img {
	    right: 70px;
	}

	.headerSocial {
	    width: 70px;
	}

	.text {
	    font-size: 22px;
	    padding: 30px;
	    line-height: inherit;
	}

	.text p {
	    margin-bottom: 0;
	}
    .attractions .galleryRow .item {
        margin-bottom: 25px;
    }
    .randomModal.parkModal {
        left: 3%;
        right: 3%;
    }
    .navigationBar {
        padding: 0 30px;
        font-size: 14px;
    }

    .navigationBar img {
        width: 55px;
    }
    .newss .galleryRow .col-md-4, .newsOpen .galleryRow .col-md-4{
        width: 50%;
    }

    .newss .galleryRow .col-md-4:nth-child(3), .newsOpen .galleryRow .col-md-4:nth-child(4){
        width: 100%;
    }

    .newss .galleryRow .col-md-4:nth-child(3) .itemImg, .newsOpen .galleryRow .col-md-4:nth-child(4) .itemImg{
        padding-bottom: 48%;
    }
    .newsImg {
        padding-bottom: 65%;
    }
    .newsArchives .galleryRow .col-md-4 {
        width: 50%;
    }
    .carousel-text {
	    height: 53%;
	}
    .modalDesc ul:first-child li:last-child {
        overflow-wrap: break-word;
    }
}

@media (max-width: 767px){
    .greenery .col-md-3, .greenery .col-md-6, .greenery .col-md-12 {
        height: auto;
    }
	.sameGrid2 .galleryRow.modalRow .col-md-6:nth-child(5) {
	    margin-top: 0;
	}
    .attrac #map {
        height: 55%;
        width: 100%;
        bottom: 0;
        top: unset;
    }

    .closeMap {
        top: 47%;
        right: 1%;
    }

    .closeMap img {
        padding: 0 13px;
    }
    .headerSocial {
        display: none;
    }

    .text {
        font-size: 18px;
    }

    .title h2 {
        font-size: 18px;
    }

    .title h2:after {
        width: 30px;
    }

    .timeLine .carousel-cell {
        width: 45%;
    }
    /*.bg_header{*/
    /*    display: none;*/
    /*}*/
    .mobTel{
        display: none;
    }
    .parkRow .col-md-3:nth-child(2), .parkRow .col-md-3:nth-child(4) {
        margin-top: 0;
    }

    .parkRow .col-md-3:nth-child(3) {
        margin-top: 0;
    }

    .gallery .row {
        flex-direction: column-reverse;
    }

    .gallery .col-md-8 {
        width: 100%;
    }

    .gallery .col-md-4 {
        width: 100%;
    }

    .gallery .container-fluid {
        padding: 0 15px;
    }

    .gallery {
        margin-top: 40px;
    }

    .park {
        padding-bottom: 0;
    }

    .park .container-fluid, .container-fluid {
        padding: 0 15px;
    }

    .shortDesc {
        margin-bottom: 40px;
    }

    .gallery .shortDesc {
        margin-bottom: 40px;
    }

    .gallery .seeAll {
        margin: 0 0 40px;
    }

    .gallery .carousel-nav {
        display: none;
    }

    .news .container-fluid {
        padding-left: 15px;
    }

    .news .carousel-cell {
        padding-bottom: 65%;
        margin-right: 15px;
        width: 95%;
    }
    .carousel-text {
        height: 40%;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .news .carousel-cell span {
        font-size: 13px;
    }

    .news .carousel-cell .head h3 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        letter-spacing: 1px;
    }
    .news .title {
        margin-bottom: 40px;
    }

    .indexNews {
        padding-bottom: 30px;
        background-position: 0;
    }
    header .container-fluid{
        padding: 0 15px;
    }
    .park .title {
        margin-top: 25px;
    }
    .galleryIndex .galleryRow .col-md-4:nth-child(2) {
        margin-top: 100px;
    }

    .galleryRow .col-sm-6:nth-child(2n+1) {
        margin-top: -100px;
    }

    .galleryRow .col-sm-6:first-child {
        margin-top: 0;
    }
    .boats .col-md-5 {
	    margin: 0;
	}

	.boats .col-md-4:nth-child(3) {
	    margin: 0;
	    padding-left: 15px;
	}

	.boats .col-md-4:nth-child(3) .itemImg {
	    margin: 0;
	}

	.boats .col-md-4:nth-child(3) .blur, .boats .col-md-4:nth-child(3) a.readMore, .boats .col-md-4:nth-child(3) .itemText {
	    left: 0;
	}

	.boats .galleryRow .item {
	    margin-bottom: 30px;
	}
	.randomModal {
	    flex-direction: column-reverse;
	    top: 15%;
	    bottom: 15%;
	    left: 3%;
	    right: 3%;
	}

	.boats .modal-carousel, .modal-carousel {
	    width: 100%;
	    height: 55%;
	}

	.boats .modalDesc, .modalDesc {
	    width: 100%;
	    height: 45%;
	}

	.modal-carousel ol.flickity-page-dots li.dot {
	    width: 11px;
	    height: 11px
	}

	.modal-carousel ol.flickity-page-dots li.dot.is-selected {
	    width: 14px;
	    height: 14px;
	}
	.modal-carousel ol.flickity-page-dots {
	    height: 50px;
	    background-size: contain;
	}
	.sameGrid2 .col-md-6:nth-child(2) {
	    margin: 0;
	}
	.timeLineRow .col-md-6:nth-child(2n+1) {
	    margin-top: 0;
	}

	.timeLineRow .col-md-6:nth-child(2n+2) {
	    margin-top: 0;
	}

	.timeLineRow .col-md-6 {
	    margin-bottom: 30px!important;
	}
		.timeLineModal .modal-carousel {
	    width: 100%;
	}

	.randomModal.timeLineModal {
	    top: 23%;
	}

	.randomModal.timeLineModal h4 {
	    font-size: 14px;
	    margin-top: 0;
	    margin-bottom: 15px;
	}
	body.modalOpen .forButtons {
	    display: none;
	}
	.itemLine p {
	    font-size: 14px;
	        margin-top: 15px;
	}

	.timeLineRow .year {
	    font-size: 22px;
	}
	.mission .container-fluid .row .col-md-6:nth-child(2) img {
	    width: 100%;
	}

	.mission .container-fluid .row .col-md-6:nth-child(2) {
	    padding: 0 15px;
	}
    .attractions .itemImg {
        padding-bottom: 70%!important;
    }
    .sameGrid .col-md-5 {
        margin: 0;
    }
    .events .col-xs-12 {
        margin: 0;
    }

    .events .col-xs-12 .itemImg {
        padding-bottom: 75%!important;
    }
    .events .col-xs-12 {
        margin-top: 0!important;
    }

    .events .col-md-4:nth-child(3) .itemImg {
        margin-left: 0;
    }
    div#map {
        height: 300px;
    }

    footer .col-lg-3.col-md-3.col-sm-6:last-child {
        text-align: left;
        margin-top: 20px;
    }

    footer {
        padding: 25px 15px;
    }
    .sport #map {
        height: 400px;
        margin-left: -15px;
    }

    .sportImg {
        margin-right: -15px;
    }

    .events-open .col-md-5 {
	    margin-top: 0;
	}

	.events-open .col-xs-6 .itemImg {
	    padding-bottom: 80%;
	}
	.eventInfo h2 {
	    font-size: 22px;
	    line-height: 28px;
	}

	.eventDesc {
	    padding: 20px 25px;
	}

	.eventsDate {
	    font-size: 17px;
	    width: 130px;
	    height: 90px;
	    margin-left: 20px;
	}

	.events-open .movingTitle {
	    margin-left: 177%;
	}
	.events-open .also {
	    margin-top: 40px;
	}

	.also h4 {
	    margin-bottom: 40px;
	}
    .container-fluid.newsContainer .col-md-3 {
        width: 100%;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .container-fluid.newsContainer .col-md-9 {
        width: 100%;
        padding: 0 15px;
    }

    .container-fluid.newsContainer {
        padding: 0 15px;
        margin-bottom: 60px;
    }

    .container-fluid.newsContainer .row {
        margin: 0 -15px;
    }

    .newss .newsDesc .seeAll {
        margin-top: 25px;
    }

    .newss .galleryRow .col-md-4 {
        width: 100%!important;
    }

    .newsImg {
        padding-bottom: 80%;
    }
    .return {
        display: none;
    }

    .returnBar {
        padding-right: 0;
    }
    .marginLeft .row {
        display: block;
    }

    .marginLeft .col-md-6:nth-child(2) {
        margin-top: 20px;
    }

    .marginRight .col-md-6:first-child {
        margin-bottom: 20px;
    }

    .newsOpen .galleryRow .col-md-4 {
        width: 100%;
    }

    .newsOpen .galleryRow .col-md-4 .itemImg {
        padding-bottom: 77%!important;
    }
    .greeneryOpen .col-md-4:nth-child(3) {
        margin-top: 0;
    }

    .greeneryRow {
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }

    .greeneryRow .col-md-7 {
        margin-left: 0;
    }

    .greeneryOpenDesc {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        padding: 20px;
    }

    .greeneryOpenDesc h4 {
        font-size: 17px;
        margin-bottom: 15px;
        line-height: normal;
    }
    .newsOpen .galleryRow .col-md-5 {
        margin-top: 0;
    }

    .newsOpen .galleryRow .itemImg {
        padding-bottom: 80%!important;
    }
    .sport .fullCol #map {
        height: 400px;
        margin-right: -15px;
    }
}

@media (max-width: 500px){
    .eventInfo h2 {
        font-size: 19px;
    }
    .navigationBar {
        padding: 0 15px;
    }

    .navigationBar .currentPage {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

    .navigationBar {
        display: flex;
        align-items: center;
    }
    .timeLine .carousel-cell{
        width: 70%;
    }
    .galleryRow .col-xs-6 {
        width: 100%;
    }

    .galleryIndex .galleryRow .col-md-4:nth-child(2) {
        margin-top: 0;
    }

    .galleryRow .col-sm-6:nth-child(2n+1) {
        margin-top: 0;
    }
    .movingTitle h2, .movingTitle2 h3 {
        font-size: 100px;
        line-height: 80px;
    }

    .movingTitle, .movingTitle2 {
        height: 60px;
    }

    .galleryNav {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .galleryNav div:before {
        width: 15px;
        height: 15px;
        top: 8px;
    }

    .galleryNav div {
        padding-left: 20px;
        margin-right: 15px;
    }
    .mobNav > ul {
	    margin-top: 100px;
	    font-size: 16px;
	}

	.mobNav > ul > li {
	    margin-bottom: 10px;
	}

	.mobNav .mobSub {
	    position: unset;
	    padding-left: 25px;
	    margin-top: 10px;
	    font-size: 14px;
	    font-family: Fira-regular;
	    display: block;
	}

	.mobNav .mobSub li {
	    margin-bottom: 5px;
	    display: none;
	}
	.mobNav {
	    top: 0;
	    right: 0;
	    bottom: 0;
	    height: 100%;
	    right: -100%;
	    left: unset;
	    width: 100%;
	}
	.mobNav.open{
		right: 0;
	}
	.docItem h4 {
	    font-size: 14px;
	}

	.docItem p {
	    line-height: 19px;
	    margin-bottom: 20px;
	}

	.docItem a {
	    font-size: 14px;
	}
	.pageTitel h2 {
	    line-height: 40px;
        font-size: 24px;
	}
    .galleryContainer {
        margin-top: 60px;
    }
    .pagination>li>a, .pagination>li>span {
        font-size: 18px;
        padding: 0 8px;
    }

    .pagination>li>a img, .pagination>li>span img {
        height: 14px;
    }
    .calendar input {
        font-size: 14px;
        padding: 0;
        height: 30px;
    }

    .calendar img {
        width: 20px;
    }
    .srch form {
        width: 95%;
    }

    .srch form .form-group input {
        font-size: 16px;
    }

    .srch form .form-group input::placeholder {
        font-size: 14px;
    }

    .srch form .form-group img {
        top: 10px;
        right: 22px;
        width: 15px;
    }
    .news .carousel-cell {
        width: 100%;
    }
    .newsArchives .galleryRow .col-md-4 {
        width: 100%;
    }
}

.links-blocks{
    padding-top: 60px;
    padding-bottom: 60px;
}

.link-block{
    display: flex;
    height: 85px;
    justify-content: center;
    align-items: center;
}
.link-block .img-block {
    height: 100%;
    width: 110px;
    position: relative;
}
.link-block .img-block .img-block-uncolor,.link-block .img-block .img-block-color{
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    transition: .2s;
}
.link-block .text-block {
    width: 200px;
    /* float: left; */
    color: #5F6F7B;
    margin-left: 15px;
}
.link-block .img-block .img-block-color{
    opacity: 0;
    transition: .2s;
}
.link-block:hover .img-block-color{
    opacity: 1;
}
.link-block:hover .text-block{
    color: #3099A0;
}

@media (max-width: 1199px){
    .link-block .text-block{
        font-size: 12px;
    }
}
@media (max-width: 991px){
    .link-block {
        margin-bottom: 30px;
    }

    .links-blocks{
        padding-bottom: 30px;
    }
}









/* appeal html start */
.container1_appeal{
    width:90%;
    height: auto;
    margin:130px auto 0px;
    padding:10px 0px;
}
.container1_appeal h1{
    color: rgba(109, 124, 135, 1);
    font-size: 46px;
    line-height: 54px;
    text-transform: uppercase;
    font-family: Jura;
    font-weight:700 ;
    margin-bottom: 20px;
}
.container1_appeal .line_appeal{
    width:190px;
    height: 6px;
    background: rgba(251, 170, 70, 1);
    margin-bottom: 20px;
}
.ulList{
    display: flex;
    padding: 15px 0px 40px;
}
.ulList li{
    list-style: none!important;
}
.ulList li a{
    padding: 10px 25px;
    background: #fff;
    color: rgba(0, 104, 112, 1);
    margin-right: 20px;
    border: 1px solid #3B676F;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-decoration:none ;
    font-family: Fira-regular;
    cursor: pointer;
}
.activeLi{
   background: rgba(59, 103, 111, 1) !important; 
   color: #fff !important;
}
/* containers */
.containers_appeal{
    padding:10px 0px 20px;
    margin-bottom: 10px;
}
.containers_appeal h2{
    font-size: 29px;
    line-height: 33px;
    color: rgba(0, 0, 0, 1);
    font-family:  Fira;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    margin-left:5%;
    margin-bottom: 30px;
}
.containers_appeal h3{
    margin-left:5%;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 30px;
}
.container-color{
    width:100%;
    height: auto;
    background:#EDF3F4;
}
.content-color p b{
    display: block;
}
.container-color .content-color  {
    padding:25px 0px;
    width:90%;
    margin:0px auto;
    display: flex;
    align-items: flex-start;
}
.container-color .content-color .left {
    margin-right: 15px;
}
.container-color .content-color p{
    font-size: 18px;
    line-height: 32px;
    opacity: 0.8;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}
.container-white{
    width:100%;
    height: auto;
    background:#fff;
}
.container-white .content-white  {
    padding:25px 0px;
    width:90%;
    margin:0px auto;
    display: flex;
    align-items: flex-start;
}
.content-white b{
    display: block;
}
.container-white .content-white .left{
    margin-right: 15px;
}
.container-white .content-white p{
    font-size: 18px;
    line-height: 32px;
    opacity: 0.8;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

/* containers2 */
.containers2_appeal{
    padding:10px 0px;
    display: none;
    margin-bottom: 20px;
}
.containers2_appeal h2{
    font-size: 29px;
    line-height: 33px;
    color: rgba(0, 0, 0, 1);
    font-family:  Fira;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    margin-left:5%;
    margin-bottom: 30px;
    display: flex;
    align-items: center ;
    text-transform: uppercase;
}
.author_appeal{
    margin-left: 5%;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.author_appeal h3{
    display: block;
    font-size: 19px;
    line-height: 33px;
    text-transform: uppercase;
}
.author_appeal p{
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}
.containers2_appeal .line2{
    width: 73px;
    height: 6px;
    background: #FBAA46;
    display: inline-block;
    margin-left: 20px;
}
.members {
    width: 70%;
    padding:40px 0px;
    background: rgba(237, 243, 244, 1);
    margin-top: 40px;
    padding-left: 5%;
}
.members h3{
    font-size: 25px;
    line-height: 33px;
    color: rgba(0, 0, 0, 1);
    font-family:  Fira;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    display: flex;
    align-items: center ;
    text-transform: uppercase;
}
.members-name{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.members-name .box-name{
    /*flex-basis: 32%;*/
    margin-bottom: 20px;
    padding: 10px 0px;
}
.members-name .box-name h4{
    font-size: 1.3em;
    line-height: 33px;
    text-transform: uppercase;
}
.members-name .box-name p{
    font-size: 1.1em;
    line-height: 20px;
    text-transform: uppercase;
}
.secretar_appeal{
    width:90%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left:5% ;
    padding:20px 0px;
}
.secretar_appeal .item-secretar{
    flex-basis:24%;
    margin-bottom: 20px;
    padding: 10px 0px;
} 
.item-secretar h3{
    font-size: 19px;
    line-height: 29px;
    color: rgba(0, 0, 0, 1);
    font-family:  Fira;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    display: flex;
    align-items: center ;
    font-weight: 700;
    text-transform: uppercase;
}
.item-secretar .line3{
    width: 73px;
    height: 6px;
    background: #FBAA46;
    display: inline-block;
    margin-left: 20px;
}
.item-secretar .item-name h4{
    font-size: 1.3em;
    line-height: 33px;
    font-weight: 600;
    text-transform: uppercase ;
}
.item-secretar .item-name p{
    font-size: 1em;
    line-height: 29px;
    font-family: Fira-regular;
    text-transform: uppercase ;
}

/* containers3 */
.containers3_appeal{
    display: none;
    margin-bottom: 40px;
}
.containers4_appeal{
    display: none;
    margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
    .container1_appeal h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .ulList {
        padding: 15px 0px 10px;
    }
    .ulList li a {
        font-size: 16px;
    }

    .containers_appeal h2 {
        font-size: 25px;
    }
    .containers_appeal h3 {
        font-size: 21px;
    }
    .container-color .content-color {
        padding: 10px 0px;
    }
    .container-color .content-color p {
        font-size: 16px;
        line-height: 27px;
    }
    .container-white .content-white {
        padding: 15px 0px;
    }
    .container-white .content-white p{
        font-size: 16px;
        line-height: 27px;
    }
    /* containers2_appeal */
    .containers2_appeal h2 {
        font-size: 25px;
    }
    .author_appeal h3 {
        font-size: 19px;
    }
    .author_appeal p {
        font-size: 14px;
    }
    .members {
        width: 90%;
        padding-left: 50px;
    }
    .secretar_appeal .item-secretar {
        flex-basis: 45%;
    }
    /* containers3_appeal */
    .container-pdf .box-pdf {
        padding: 15px 0px;
    }
    .box-pdf .top-time {
        padding-bottom: 0px !important;
    }
    .box-pdf h4 {
        font-size: 17px!important;
        padding-right: 5%!important;
    }
}

@media only screen and (max-width: 800px){
    .container1_appeal h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .ulList li a {
        font-size: 15px;
        padding: 10px 20px;
    }
    .containers_appeal h2 {
        font-size: 22px;
    }
    .containers_appeal h3 {
        font-size: 20px;
    }
    .container-color .content-color p {
        font-size: 14px;
        line-height: 25px;
    }
    .container-white .content-white p{
        font-size: 14px;
        line-height: 25px;
    }
    /* containers2_appeal */
    .containers2_appeal h2 {
        font-size: 24px;
    }
    .author_appeal h3 {
        font-size: 20px;
    }
    .author_appeal p {
        font-size: 15px;
    }
    .members {
        width: 100%;
        padding-left: 40px;
    }
    .members-name .box-name {
        flex-basis: 45%;
        margin-bottom: 10px;
    }
    .secretar_appeal {
        width: 100%;
    }
}

@media only screen and (max-width: 600px){
    .container1_appeal h1 {
        font-size: 25px;
        line-height: 20px;
    }
    .container1_appeal .line_appeal {
        width: 151px;
        height: 4px;
    }
    .ulList{
        display: block;
    }
    .ulList li{
        margin-bottom: 25px;
        text-align: center;
    }
    .ulList li a {
        width: 100%;
        display: inline-block;
        font-size: 17px;
        padding: 7px 0px;
    }    
    .container-color .content-color {
        padding: 10px 5px;
    }
    .container-color .content-color .left {
        margin-right: 8px;
    }
    .container-color .content-color p {
        font-size: 13px;
        line-height: 23px;
    }
    .container-white .content-white .left {
        margin-right: 8px;
    }
    .container-white .content-white p {
        font-size: 13px;
        line-height: 23px;
    }
    /* containers2_appeal */
    .containers2_appeal h2 {
        font-size: 18px;
        position: relative;
    }
    .containers2_appeal .line2 {
        width: 95px;
        position: absolute;
        left: -19px;
        top: 40px;
        height: 4px;
    }
    .author_appeal h3 {
        font-size: 18px;
    }
    .author_appeal p {
        font-size: 14px;
    }
    .members{
        padding-left: 16px;
    }
    .members h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .members-name .box-name {
        flex-basis: 100%;
    }
    .members-name .box-name p {
        font-size: 1em;
        line-height: 15px;
    }
    .secretar_appeal {
        margin-left: 4%;
    }
    .secretar_appeal .item-secretar {
        flex-basis: 100%;
    }
    .item-secretar h3{
        position: relative;
    }
    .item-secretar .item-name p {
        font-size: 0.9em;
        line-height: 18px;
    }
    .item-secretar .line3 {
        width: 85px;
        position: absolute;
        top: 33px;
        left: -20px;
        height: 4px;
    }
    /* containers3_appeal */
    .container-pdf .box-pdf {
        padding: 15px 0px !important;
    }
    .box-pdf h4 {
        font-size: 15px!important;
    }
}

/* appeal html end */


/* ictimai html start */
.container_ictimai{
    width:90%;
    height: auto;
    margin:120px auto 20px;
    padding:10px 0px;
}
.container_ictimai h1{
    color: rgba(109, 124, 135, 1);
    font-size: 46px;
    line-height: 54px;
    text-transform: uppercase;
    font-family: Jura;
    font-weight:700 ;
    margin-bottom: 20px;
}
.container_ictimai .line_ictimai{
    width:190px;
    height: 6px;
    background: rgba(251, 170, 70, 1);
    margin-bottom: 20px;
}
.container_ictimai p{
    font-size: 29px;
    line-height: 33px;
    color: rgba(0, 0, 0, 1);
    font-family:  Fira;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
}
/* containers */
.containers_ictimai{
    padding:10px 0px;
}
/* container-pdf */
.container-pdf{
    width:90%;
    margin:0px auto 20px;
    padding:20px 0px;
    border-top: 2px solid #3B676F;
}
.container-pdf .box-pdf{
    padding:15px 25px;
    margin-bottom: 20px;
}
.box-pdf .top-time{
    padding-bottom: 15px;
}
.box-pdf .top-time p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.53);
}
.box-pdf h4{
    font-size: 18px;
    color: rgba(39, 68, 73, 1);
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 29px;
    padding-right: 46%;
}
.box-pdf a{
    color: rgba(97, 151, 159, 1);
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}
.box-pdf a span{
    margin:0px 8px;
}
.container-pdf .form{
    padding:40px 0px;
    margin-left: 25px;
}
.container-pdf .form a{
    font-size: 18px;
    padding: 20px;
    background: rgba(97, 151, 159, 1);
    color:#fff;
    font-family: 'Inter', sans-serif;
    font-weight:600 ;
}
.container-pdf .form a:hover{
    background: #006870;
    transition: 1s;
}

@media only screen and (max-width: 1024px){
    .container_ictimai h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .container_ictimai .line_ictimai {
        width: 170px;
        height: 4px;
    }
    .container_ictimai p {
        font-size: 26px;
        line-height: 30px;
    }

}
@media only screen and (max-width: 800px){
    .container_ictimai h1 {
        font-size: 30px;
        line-height: 25px;
    }
    .container_ictimai .line_ictimai {
        width: 130px;
    }
    .container_ictimai p {
        font-size: 24px;
        line-height: 30px;
    }
    .container-pdf .form {
     margin-left: 0px; 
    }
    .container-pdf .box-pdf {
        padding: 15px 0px;
    }
}

/* ictimai html end */

/* reseption html start*/
.container-days{
    width:90%;
    margin:180px auto 100px;
    padding:50px 0px;
    overflow: hidden;
}
 .container-days h2{
    font-size: 140px !important;
    line-height: 177px;
} 
.item-reseption{
    width: 100%;
    height: auto;
    padding:70px 10px;
}
.item-reseption h3{
    font-size: 44px;
    line-height: 52px;
    color: rgba(48, 153, 160, 1);
    letter-spacing: 1.5px;
    font-family: Fira;
    font-weight: 600;
}
.line_reception{
    width:143px;
    height: 8px;
    background: rgba(251, 170, 70, 1);
    margin-bottom: 20px;
    margin-top: 24px;
}
.item-days{
    display: flex;
    align-items: center;
    padding:15px 0px 15px 10px;
   
}
.item-days .left_reception{
    margin-right: 15px !important;
}
.weekdays{
    flex-basis: 95%;
}
.weekdays p{
    font-size: 26px;
    color: rgba(95, 111, 123, 1);
}
.weekend p{
    font-size: 26px;
    color: rgba(95, 111, 123, 1);
}
.active-bg{
 background: rgba(237, 243, 244, 1);
 width: 45%;
}
@media only screen and (max-width: 1600px){
    .container-days h2 {
        font-size: 125px !important;
    }
    .container-days>.movingTitle{
        margin-left: 20% !important;
    }
}
@media only screen and (max-width: 1220px){
    .container-days h2 {
        font-size: 100px !important;
    }
    .container-days>.movingTitle{
        margin-left: 16% !important;
    }
    .active-bg {
        width: 60%;
    }
}
@media only screen and (max-width: 930px){
    .container-days {
        width: 95%;
        margin: 140px auto 60px;
    }
    .container-days h2 {
        font-size: 90px !important;
    }
    .weekdays p {
        font-size: 24px;
    }
    .weekend p {
        font-size: 24px;
    }
    .active-bg {
        width: 77%;
    }
}

@media only screen and (max-width: 770px){
    .container-days h2 {
        font-size: 86px !important;
    }
    .item-reseption h3 {
        font-size: 37px;
        line-height: 52px;
    }
    .weekdays p {
        font-size: 21px;
    }
    .weekend p {
        font-size: 21px;
    }
    .line_reception {
        width: 118px;
        height: 6px;
    }
}
@media only screen and (max-width: 600px){
    .container-days {
        margin: 180px auto 40px;
    }
    .container-days h2 {
        font-size: 70px !important;
    }
    .item-reseption h3 {
        font-size: 30px;
    }
    .line_reception {
        margin-top: 10px;
    }
    .weekdays p {
        font-size: 18px;
    }
    .weekend p {
        font-size: 18px;
    }
    .active-bg {
        width: 100%;
    }
}
 /* reseption html end  */

 /* diagram start*/
 .strukturImg {
    height: 62vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin:14% auto 9%;
}
/* diagrem finish */