﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@keyframes blink {
    0%,100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}
.fa-facebook, .fa-twitter {
    padding: 15px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none !important;
    color: white;
    border-radius: 50%;
}

.fa-facebook {
    background: #3B5998;
}

.fa-twitter {
    background: #55ACEE;
}


:root {
    --maincolor: #428a18;
    --mainopaccolor: #0e97924d;
    --secondcolor: #3f5071;
    --secondopaccolor: #3777eb4d;
    --graybgcolor: #ededed;
    --footerheight: 400px;
}

.bg-sitegray {
    background-color: var(--graybgcolor);
}

.h7 {
    font-size:.75rem;
}

.blinkingitem {
    animation: blink 2s infinite;
    color: var(--maincolor);
}

.topnavbar {
    background-color:var(--maincolor);
}

#selectLanguage * {
    font-size:1rem;
}
#selectLanguage {
    z-index:9999;
}

.btn-site, .btn-outline-site {
    border-radius: 2px;
    font-size: .9rem;
}

.btn-site {
    color: white;
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}

    .btn-site:hover {
        background-color: white;
        color: var(--maincolor);
        border-color: var(--maincolor);
    }

.btn-outline-site {
    background-color: transparent;
    color: var(--maincolor);
    border-color: var(--maincolor);
}
    .btn-outline-site:hover {
        color: white;
        background-color: var(--maincolor);
    }

    .breadcrumb {
        background-color:transparent;
        margin:0;
        padding-left:0
    }
.breadcrumb li {
    margin-right:5px;
}
.breadcrumb a {
    color: var(--maincolor);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}


.product img, .product video {
    height: auto;
    width: auto;
    max-height: 150px;
}

.headerimage {
    height:50px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    .headerimage {
        height: 80px;
    }
    .row-full {
        width: calc(100vw - 10px);
        padding: 0.5rem 1rem;
    }

}

.verscroller {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.verscroller ul {
    overflow-y:scroll;width:100%;height:100%;box-sizing:content-box;padding-right:17px;
}

.verscroller .card-img {
    object-fit:cover;
    //height:120px;
    width:100%;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
   /* margin-bottom: var(--footerheight);*/
    max-width:100vw;
}

.footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    white-space: nowrap;
    /*height: var(--footerheight);*/
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.linkslist a {
    white-space : pre-wrap;
}


/* custom ---------------------------------------------------------------------------------------------------------------------------- */
th, th.k-header {
    text-align: center !important;
}


td {
    vertical-align:middle !important;
}

.fa-times, .fa-times-circle {
    color: red;
}

.fa-check {
    color: forestgreen;
}

.fa-edit {
    color: blue;
}


.card-header .card-link[data-toggle=collapse]:after {
    content: '\27A4';
    font-size: 16px;
    float: right;
    margin-left: 5px;
    transform: rotate(90deg);
    color: black;
}

.card-header .card-link[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(-90deg);
}


.collapsingheader:after {
    content: '\27A4';
    font-size: 16px;
    float: right;
    margin-left: 5px;
    transform: rotate(90deg);
    color: black;
}
.collapsingheader[aria-expanded=true]:after {
    transform: rotate(-90deg);
}

.flagimage {
    height: 1rem;
    /*border-radius: 50%;
    border: 1px solid gray;*/
}

#spinner {
    display: none;
    position: fixed;
    text-align: center;
    padding: 17%;
    font: normal 16px Tahoma, Geneva, sans-serif;
    z-index: 12000 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: bold;
    font-size: x-large;
    background-color: rgb(211,211,211,0.3);
}

.row-full {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    padding: 0;
}

img,video {
    max-width:100%;
}

.pageheading {
    margin-bottom: -2rem;
    position: relative;
    z-index:-1;
    display:flex;
    justify-content:center;
}

.pageheading img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.image-text {
    position: absolute;
    bottom: 20%;
    color: white;
    text-shadow: 3px 3px 5px grey;
    text-align:center;
    /*left: 5%;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: capitalize;*/
}
.mapframe {
    height: 35rem;
}

.mapframe iframe {
    width: 100%;
    height: 100%;
}

.appselection img {
    height: 5rem;
    width: auto;
}

@media (max-width: 768px) {
    .mapframe {
        margin-right: -15px;
        margin-left: -15px;
    }

    .activitiesnav {
        display: none !important;
    }

    .mobileactivitiesnav {
        display: block !important;
    }
    .carousel img {
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .appselection img {
        height: auto;
        width: 13rem;
    }

}

.showcategory {
    display: none;
}

.categoriesnav {
    background-color: white;
    /*min-height: 50px;*/
    margin: 0;
    width: 100%;
    border-radius: 5px;
    padding: 0 .3rem;
}

    .categoriesnav ul {
        min-height: 50px;
        margin: 0;
        padding: 0;
        width: 100%;
        align-items: center;
        justify-content: space-around;
        display: flex;
        flex-wrap: wrap;
    }

    .categoriesnav li {
        height: 100%;
        min-height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .categoriesnav a {
        text-decoration: none;
        color: darkslategray;
        font-weight: 700;
        text-transform:capitalize;
        font-size:0.8rem;

    }

    .categoriesnav li.active, .categoriesnav li:hover {
        border-bottom: 3px solid green;
    }

.mobileactivitiesnav {
    display: none ;
}

.activitiesnav {
    display: flex;
    flex-flow: row wrap;
    margin-top: 1rem;
}

    .activitiesnav img {
        min-height:50px;
        height: auto;
        width: 100%;
    }

    .activitiesnav .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
        max-width: 25%;
    }

    .activitiesnav .card-img-top {
        height:300px;
    }


    img.autoheight {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
img.autowidth {
    height: 100%;
    width: auto;
    object-fit: cover;
}
img.auto {
    height: auto;
    width: auto;
    object-fit: cover;
    object-position:center;
    
}

.carousel img {
    width: auto;
    height: 50vh;
    object-fit: cover;
    object-position: center;
}
.mobileactivitiesnav .carousel img {
    height: 250px;
}
.mobileactivitiesnav .card-body {
    min-height: 100px;
}

.carousel .card-text {
    min-height: 50px;
}

.carousel-indicators-block {
   position:unset;
}

.noshow {
    display:none !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    background-color: var(--maincolor);
}

.nav-link.dropdown-toggle {
    font-weight: 700;
    text-transform: capitalize;
}


    .zoom:hover {
        transform: scale(1.2); 
    }


.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

    .flag-icon:before {
        content: "\00a0";
    }

.flag-icon-tr-TR {
    background-image: url(/images/flags/tr-TR.svg);
}


.flag-icon-uk-UA {
    background-image: url(/images/flags/uk-UA.svg);
}


.flag-icon-ka-GE {
    background-image: url(/images/flags/ka-GE.svg);
}


.flag-icon-en-GB {
    background-image: url(/images/flags/en-GB.svg);
}

.flag-icon-bg-BG {
    background-image: url(/images/flags/bg-BG.svg);
}

.flag-icon-el-GR {
    background-image: url(/images/flags/el-GR.svg);
}

.st-top {
    font-size:1.75rem;
}


.advertisementbanner {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background-color: #ededed;
    
}

.advertisementclosebutton {   
    color: white;
    background-color: #a4a4a4;
    padding: .5rem;
    font-size: .7rem;
    border-radius: 5px;
}

.blockadv .advertisementclosebutton {
    float:right;
}

/*    .advertisementbanner > span.advertisementtitle {
        display: none !important;
    }
    .advertisementbanner > .advertisementarea {
        display: none;
    }*/

    .advertisementbanner.floatingadv {
        position: fixed;
        right: 0;
        top: 25vh;
        width: 15vw;
        height: 50vh;
        z-index: 9999;
        border-radius: 10px;
        background-color: #ededed;
    }

    .advertisementbanner.blockadv {
    }

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: plum;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}


.commentslist li {
    padding:.5rem;

}
.commentslist .commentuser {
    font-size: .7rem;
    color:gray;
}
.commentslist .commentdate {
    font-size: .6rem;
    color: gray;
    float:right;
}
.commentslist .commentimage {
    max-height: 250px;
    width: auto;
    display: block;
    padding-left: 2.5em;
    margin-top:1rem;
}
.commentslist .commenttext {
    font-size: .8rem;
    color: gray;
    display: block;
    padding-left: 2.5em;   
    text-overflow: ellipsis;
}
    .commentslist .commenttext.truncated {
        overflow: hidden;
        white-space: nowrap;
    }




.card-header .card-link[data-toggle=collapse]:after {
    content: '\27A4';
    font-size: 16px;
    float: right;
    margin-left: 5px;
    transform: rotate(90deg);
    color: black;
}

.card-header .card-link[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(-90deg);
}

.sidecard .card-text {
    font-size: .7rem;
}

.custindicator.carousel-indicators li {
    background-color: gray;
    border-radius: 5px;
    height: 10px;
    width: 10px;
    border: none;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.carousel-control-next, .carousel-control-prev {
    padding-bottom: 7.5rem;
}

.custom-hotspot-left {
    transform: rotate( -90deg );
}
.custom-hotspot-right {
    transform: rotate( 90deg );
}

.image360-control-prev, .image360-control-next {
    position:absolute;
    bottom:2rem;
}
.image360-control-prev {
    left:30%;
}
.image360-control-next {
    right: 30%;
}

.markerlabelstyled {
    position: relative;
    //background-color:white;
    font-size: 10px;
    font-weight: bold;
    left: 55%;
    padding: 1px 6px;
    border-radius: 4px;
    //color: green;
    color: black;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
