@media (max-width:767px){.hidden-xs{display:none!important}.p-5{padding: 1rem!important}}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}
@media (min-width:1200px){.hidden-lg{display:none!important}}

@media (max-width:992px){
    .navbar-nav {
        text-align: center;
    }
}
.text-blue{
    color:#2957A4 !important;
}
.text-orange{
    color:#F05135 !important;
}
:focus{
    outline: none !important;
}
html {
    scroll-behavior: smooth;
  }
body {
    font-size: 16px;
    color: #555;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main-container{
    flex-grow: 1;
}
a:hover, a:focus {
    text-decoration: none;
}
a.brand-logo img {
    width: 140px;
}
.btn-gradient {
    font-size: 13px;
    border-radius: 25px;
    background: linear-gradient(45deg, #ED3237, #FBB12F);
    padding: 5px 15px;
    color: #fff;
    border: 0;
    opacity: 1;
    transition:all 150ms;
}

.btn-gradient:hover {
    opacity: 0.6;
    color: #fff;
    transition:all 150ms;
}
.btn-read-more{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    background: #fff;
    transition:all 150ms;
}
.btn-read-more:hover{
    background: linear-gradient(45deg, #ED3237, #FBB12F);
    transition:all 150ms;
    color:#fff;
}
.popover .image-wrapper{
    height: 120px;
}
#imageResult .close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: #fff;
    padding: 8px 0;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    color: red;
    width: 20px;
    height: 20px;
    line-height: 0;
    text-align: center;
}
.popover a.close {
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 10px;
    background: #fff;
    color: #f05135;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 21px;
    opacity: 1;
}
.image-wrapper {
    min-width: 33.3%;
    width: 100%;
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hover{
    opacity:0.5;
    transition: all 150ms;
}
.hover:hover{
    opacity:0.8;
    transition: all 150ms;
}
a.language-flag img {
    width: 25px;
    border-radius: 50%;
    height: 25px;
    margin: 0 3px;
    opacity: 1;
    transition: all 150ms;
}
a.language-flag img:hover {
    opacity: 0.8;
    transition:all 150ms;
}
.search-field input {
    border-radius: 25px;
    border: 1px solid #EDEDED;
    padding: 5px 20px;
}
.search-field button {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    padding: 0 15px;
}
.search-field button:focus {
    outline: none !important;
}
.navbar-nav .nav-link {
    color: #555;
    line-height: 22px;
    font-size: 95%;
}
li.nav-item.small {
    line-height: 37px;
}
a.category {
    background: #fff;
    color: #F05135;
    border: 0 !important;
    transition: all 250ms;
}
a.category:hover {
    background: linear-gradient(45deg, #ED3237, #FBB12F);
    color: #fff;
    border: 0 !important;
    transition: all 250ms;
}
a#toTop {
    position: fixed;
    bottom: 30px;
    right: 40px;
    background: #fff;
    color: #555;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 15px;
    border-radius: 100%;
    font-weight: bolder;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 9;
    transition: all 150ms;
    transform: scale(0.9);
}
a#toTop:hover {
    transition: all 150ms;
    transform: scale(1);
}
.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}
.counter-bg {
    background-image: url(/static/images/backgrounds/counter-bg.jpg);
}
.paralax{
    background-attachment: fixed;
    background-position: 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#footer {
    flex-shrink: 0;
}
footer {
    background: #717171;
    color: #fff;
}
footer li.item {
    display: block;
}
footer li.item a {
    color: #fff;
}
.footer-bottom {
    background: #555555;
    color: #fff;
    line-height: 25px;
    padding: 15px 0;
    font-size: 15px;
}
.market a img {
    width: 95px;
    padding: 10px;
}
.social a img {
    width: 35px;
}
.subscribe input {
    border-radius: 25px;
    border: 1px solid #ededed;
    padding: 0 20px;
    height: 40px;
}
.subscribe button {
    position: absolute;
    right: 0;
    height: 40px;
    border-radius: 50%;
    width: 40px;
    color: #555;
    border: 1px solid #e0e0e0;
    font-size: 25px;
    line-height: 40px;
}
.icon-lg{
    font-size: 30px
}
.b-shadow{
    box-shadow: 15px 15px 35px rgb(0 0 0 / 0.3);
}  
.b-radius{
    border-radius: 25px;
}
.ya-share2__container_size_m .ya-share2__icon {
    height: 35px !important;
    width: 35px !important;
    background-size: 35px 35px !important;
}
.ya-share2__badge {
    border-radius: 30px !important;
    padding: 3px !important;
    margin: 4px !important;
}
.counter {
    font-size: 4vw;
    font-weight: bold;
}
#map {
    width: 100% !important;
    height: 550px;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
#userPageMapp {
    width: 100%;
    height: 220px;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
iframe.youtube_link {
    width: 100%;
    min-height: 450px;
    max-height: 450px;
}


.custom-control-label::before {
    top: 0;
    left: -45px;
    width: 32px;
    height: 32px;
    box-shadow: 15px 15px 35px rgb(0 0 0 / .35);
}
.custom-control-label::after {
    text-align: center;
    background-color: rgb(255 255 255);
    border-radius: 50%;
    background-position: center;
    position: absolute;
    top: 8px;
    left: -37px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border: none !important;
    background: linear-gradient(45deg, #ED3237, #FBB12F);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: none !important;
    border-color: transparent;
}


@media (max-width: 991.98px) {
    .offcanvas-collapse {
      position: fixed;
      top: 130px;
      bottom: 0;
      left: 100%;
      width: 100%;
      padding-top: 30px;
      padding-right: 1rem;
      padding-left: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: #fff;
      transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out, visibility .3s ease-in-out;
      transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse.open {
      visibility: visible;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
.counter {
    font-size: 5vw;
    font-weight: bold;
}
  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  
  .nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
  }
  
  .nav-underline .nav-link:hover {
    color: #007bff;
  }
  
  .nav-underline .active {
    font-weight: 500;
    color: #343a40;
  }
  .alert{
    top: 90px;
    width: calc(100% - 30px);
    position: fixed;
    right: 15px;
    z-index: 9;
    border-color: #fff!important;
    border: 0px solid;
    color: #fff;
    box-shadow: none;
    transition: all 150ms;
}
.custom-select{
    height: 48px !important;
    padding-left: 1.5rem !important;  
}
.offer-slider.owl-carousel .owl-stage-outer {
    border-radius: 35px;
    box-shadow: 15px 15px 35px rgb(0 0 0 / 0.3);
}
.offer-slider.owl-carousel .owl-nav button.owl-next span {
    right:5px;
    position: absolute;
    top: 40%;
    color: #838383 !important;
    background: white;
    width: 30px;
    height: 30px;
    font-size: 40px;
    text-align: center;
    padding: 0 0;
    border-radius: 30px;
    overflow: hidden;
    line-height: 20px;
    opacity:0.5;
    transition: all 150ms;
}
.offer-slider.owl-carousel .owl-nav button.owl-prev span{
    left:5px;
    position: absolute;
    top: 40%;
    color: #838383 !important;
    background: white;
    width: 30px;
    height: 30px;
    font-size: 40px;
    text-align: center;
    padding: 0 0;
    border-radius: 30px;
    overflow: hidden;
    line-height: 20px;
    opacity:0.5;
    transition: all 150ms;
}
.offer-slider.owl-carousel .owl-nav button.owl-next span:hover {
    opacity:1;
    transition: all 150ms;
}
.offer-slider.owl-carousel .owl-nav button.owl-prev span:hover{
    opacity:1;
    transition: all 150ms;
}