﻿/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*------------------------------  style_2_head_and_nav */
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------- head & nav & hero */
.page-header{

}
/* ---------------------------------------------------- head top */
.head-top {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    height: 39px;
    padding: 0px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}

.head-top i{
    cursor: pointer;
    padding:10px 10px;
    transition: 0.5s ease;
}

.head-top i:hover{
    background-color:#e5e5e5;
}

.head-top .dropdown-toggle::after{
    content:unset;
}

/* ---------------------------------------------------- menu & nav */
.desktoplogo {
    padding: 12px 0px 0px 0px !important;
    font-size: 14px;
}

.desktoplogo div {
    margin-top:2px;
    color:#777;
    text-transform:uppercase;
}

.logo-rg {
    width: 100px !important;
}

.logo-sm {
    width: 80px !important;
}

.mobile-logo {
    background: white;
    width: 240px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h3.m_ {
    font-size: 14px !important;
    background-color: #eee;
    border-bottom: 1px solid #ccc !important;
    text-align: center;
    padding: 5px 0 3px 0 !important;
    margin: 5px 0 !important;
    max-width: 250px;
}

.wsmenu > .wsmenu-list > li > a {
    padding: 10px 18px 10px 19px!important;
}

.m_text{
    text-transform:uppercase;
    font-size:13px;
}

.m_item {
    margin-bottom: 15px;
}

.m_item_link {
    color: inherit;
    display:inline-block;
}

.m_item_link:hover {
    color: inherit;
    text-decoration: none;
}

.m_item_img_wrp {
    width: 175px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #ccc !important;
}

.m_item_img {
    width: 175px;
    transition: transform 1s ease;
}

.m_item_img:hover {
    transform: scale(1.05);
}

.m_item_text {
    margin-top: 5px;
    text-align: center;
}

.wsmenu > .wsmenu-list > li > .wsmenu-click {
    width: 50px !important;
    border-left: 1px solid #ccc !important;
}

/*search*/

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input {
    width: 100px !important;
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus {
    width: 200px !important;
}

/* ---------------------------------------------------- hero */
.page-hero{
    margin-bottom:60px!important;
}

.slick-slide {
    margin: 0px!important;
}

.hero-item {
    position: relative;
    text-align: center;
    color: white;
}

.hero-item-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding: 10px;
    text-transform:uppercase;
}

.hero-item img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 250px;
}

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*------------------------------  */
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/

@import url('https://web-archive.nli.org.il/National_Library/cs_/https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.4em !important;
}

h3 {
    font-size: 1.2em !important;
}

h4 {
    font-size: 1.0em !important;
}

/* ---------------------------------------------------------------- tools */
.trn {
    transition: all 0.4s ease;
}

.rotate-180{
    transform: rotate(180deg);
}

.shadow:hover{
    box-shadow: 0 5px 15px #777 !important;
}

.rtl{
    direction:rtl!important;
    text-align:right!important;
}

.img-right {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 7px;
}

.img-left {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 7px;
}

.sap1 {
    margin: 0 10px;
    color: #aaa;
}

.sap2 {
    margin: 0 20px;
    color: #aaa;
}

.txt-img-r{
    margin:10px auto;
    display:block;
}

.txt-img-l{
    margin:10px auto;
    display:block;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.fa-space{
    margin-right:10px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    align-content:center;
    margin-bottom:20px;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------------------------------- txt */
h1{
    font-size:1.8rem;
    color:#222;
}

.h1-1{
    font-size:1.8rem;
    color:#222;
    text-align:center;
}

h1 small{
    font-size:1rem;
    color:#999;
}

h2{
    font-size:1.5rem;
    color:#444;
}

.h2-1{
    font-size:1.5rem;
    color:#444;
    text-align:center;
}

h3{
    font-size:1.3rem;
    color:#666;
}

.h3-1{
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    text-transform:uppercase;
}

.h3-2{
    font-size: 22px;
    text-align: center;
    position: relative;
    text-transform:uppercase;
    color:#222;
}

.main_p{
    text-align:justify;
    font-size:1.2rem;
}

/* ---------------------------------------------------------------- sizes */

.w100 {
    width: 100%;
}

.w300-max {
    max-width: 300px;
}

.w400-max {
    max-width: 400px;
}

.w500-max {
    max-width: 500px;
}

.w650-max {
    max-width: 650px;
}

.w800-max {
    max-width: 800px;
}

/* ---------------------------------------------------------------- misc */

/* - - - - - - - - - - - - - - - - - - - - - - info box - - */

.info-box {
    border: 1px solid #ccc;
    padding: 20px 20px 0px 20px;
    -webkit-border-radius: 30px 0px 0px 0px !important;
    border-radius: 30px 0px 0px 0px !important;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}

.info-box-fa {
    position: relative;
    left: -11px;
    top: -10px;
    font-style: normal !important;
    font-size: 25px !important;
    border: 1px solid #aaa;
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    padding-top: 11px;
    padding-left: 2px;
    -webkit-border-radius: 25px 25px 25px 25px !important;
    border-radius: 25px 25px 25px 25px !important;
}

.info-box h3 {
    margin-top: 0px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    color: #666bbf;
}

.box-yellow {
    border-right: 15px solid #f9c666;
}

.box-red {
    border-right: 15px solid #f45959;
}

.box-green {
    border-right: 15px solid #91c756;
}

.box-blue {
    border-right: 15px solid #6fc7d1;
}

.box-black {
    border-right: 15px solid #6a6a6a;
}

.box-bg1 {
    background-color: #fff;
}

.box-bg2 {
    background-color: #f8fbc8;
}

.box-bg3 {
    background-color: #fcfcfc;
}

/* ----------------------------------------------------------------  Search */


/* ---------------------------------------------------------------- main */
/* ---------------------------------------------------------------- head & nav & hero */
/* ---------------------------------------------------------------- footer */

/* ---------------------------------------------------------------- breakpoints*/

/*max 1200*/
@media screen and (max-width: 1200px) {
    .m_item_img{
        width: 150px;
    }

    .m_item_img_wrp {
        width: 150px;
        height: 101px;
    }
}
/*max 991*/
@media screen and (max-width: 991px) {
    .m_item {
        margin-bottom: 0px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .m_item_link {
        padding: 3px 0px 3px 10px;
        display: block;
        transition: all 0.4s ease;
    }

    .m_item_link:hover {
        background-color: #f3f3f3 !important;
    }

    .m_item_img_wrp {
        display: none;
    }

    .m_item_text {
        text-align: inherit!important;
    }

    .m_item_link div i {
        margin-right: 10px;
    }
}

/*min 991*/
@media screen and (min-width: 991px) {
    h1{
        font-size:1.9rem;
    }

    h2{
        font-size:1.7rem;
    }

    h3{
        font-size:1.5rem;
    }

    .txt-img-r{
        float:right;
        margin: 0 0 0 15px;
        display:inline-block;
    }

    .txt-img-l{
        float:left;
        margin: 0 15px 0 0;
        display:inline-block;
    }

    .m_text i {
        display: none !important;
    }

    .mobile-logo {
        display: none;
    }

    .hero-item img {
        height: 500px;
    }

    .hero-item-text {
        bottom: 50px;
        right: 50px;
    }
}

/*min 500*/
@media screen and (min-width: 500px) {
.img-strip h4{
    bottom: 15px;
}
.img-btn-strip{
    display:flex;
    justify-content:space-between;
}

.img-btn-strip .strip-item{
    flex-basis:32%;
}

}

/* ---------------------------------------------------------------- js gf general elements */

.vi {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    width: 88px;
    height: 88px;
    line-height: 86px;
    font-size: 70px;
    text-align: center;
    color: #02B700;
    background-color: #f9f9f9;
    margin: -34px 0 0 -34px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    padding-left: 5px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}

.loader {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* ---------------------------------------------------------------- links */
a {
  transition: color .4s;
  color: #265C83;
}
a:link,
a:visited { color: #265C83; }
a:active  {
  transition: color .3s;
  color: #007BE6;
}
.link { text-decoration: none; }

a.btn {
  color: #fff;
}

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*------------------------------ style_3_main */
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------- main */
.page-main{

}

.main-header{

}

/* --------- Breadcrumbs ---------- */

.breadcrumbs
{
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background-color:#eee;
    padding:5px;
    margin-bottom:10px;
}

.b-c-item
{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

/* ---------------------------------------------------- big-img-btns-strip */
.big-img-btns-strip{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
}

.big-img-btn{
    flex-basis:49%;
    position:relative;
    margin-bottom:10px;
}

.big-img-btn h4{
    position: absolute;
    bottom: 0px;
    right: 20px;
    background-color: black;
    color: white;
    padding: 10px;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
}

/* ---------------------------------------------------- img-strip */
.img-strip{
    margin-bottom:10px;
    position:relative;
    overflow:hidden;
    border:1px solid #aaa;
}

.img-strip h4{
    position: absolute;
    bottom: 0px;
    right: 20px;
    background-color: black;
    color: white;
    padding: 10px;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
}

.img-strip img {
    transition: transform 1s ease;
}

.img-strip img:hover {
    transform: scale(1.03);
}
/* ---------------------------------------------------- img-btn-strip & sliding-cards-strip */
.strip-item{
    margin-bottom:10px;
    position:relative;
    overflow:hidden;
}

.strip-item h4{
    position:absolute;
    right:15px;
    bottom:0px;
    color:#fff;
    font-size:1.2rem;
    text-transform:uppercase;
    text-shadow: 1px 1px 3px #000;
}

.strip-item img {
    transition: transform 1s ease;
}

.strip-item img:hover {
    transform: scale(1.03);
}

.sliding-cards-strip{
    margin-top:40px;
    padding:20px 0;
    background-color:#d9d9d9;
}

.sliding-cards-strip .sliding-cards-arrow{
    font-size:150px;
    color:#999;
    cursor:pointer;
}

.sliding-cards-strip .sliding-cards-arrow:hover{
    color:#666;
}

.sliding-cards-strip .card{
    margin:15px;
    overflow:hidden;
}

.sliding-cards-strip .card h4{
    color:#222;
    font-size:1.2rem;
    text-transform:uppercase;
    text-align:center;
}

.sliding-cards-strip .card img{
    transition: transform 1s ease;
}

.sliding-cards-strip .card img:hover {
    transform: scale(1.03);
}

.sliding-cards-strip .card-body {
    padding: 15px 0 5px 0;
}



/* ---------------------------------------------------- slick */

.slick-slide {
    opacity: 1 !important;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}


/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*------------------------------  */
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*------------------------------ style_5_serge.css */
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/

:root {
    --dark-1: #6b6b6b;
    --text-1: #0E1826;
    --light-0: #fafafa;
    --light-1: #f4f4f4;
    --light-2: #f2f2f2;
    --light-3: #e5e5e5;
    --link: #0074D9;
    --color-a: #feb74d;
    --color-b: #4993fe;
    --color-c: #66bfe4;
    --top-bar-height: 60px;
    --site-header-hight: 124px;
    --desktop-max-width: 1200px;
}

.desktop-only {
    display: none;
}   

@media screen and (min-width: 960px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }
}

/* c-readmore
****************************************/
.c-readmore {
    text-decoration: none;
    color: var(--text-1);
}

.c-readmore ~ a {
    color: var(--link) !important;
    display: inline-block !important;
    width: auto !important;
    margin-top: 10px;
}

.c-readmore ~ a:hover {
    text-decoration: none;
}

.c-readmore ~ a:hover:after {
    width: 100%;
}

.c-readmore ~ a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-top: 2px;
    background: var(--link);
    transition: width .3s ease-in-out;
}

/* c-button
****************************************/
.c-button {
    outline: none;
    border: none;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 3px;
}

.c-button.c-button--small .c-button__inner{
    padding: 8px 15px;
}

.c-button a {
    text-decoration: none;
}

.c-button a:hover {
    text-decoration: none;
}

.c-button__circle {
    border-radius: 1000px;
    position: absolute;
    left:0;
    top:0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    animation-timing-function: ease-in-out;
}

.c-button__inner {
    display: inline-block;
    border-radius: 3px;
    transition: 400ms;
    padding: 10px 20px;
    z-index: 100000;
    
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;

    background: var(--color-a);
    color: var(--light-1);
}

.c-button__text {
    position:relative;
    z-index: 10000;
    color: white;
}

.explode-circle {
    animation: explode 0.5s forwards;

}

.desplode-circle {
    animation: desplode 0.5s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: var(--dark-1);
    }
    100% {
        width: 600px;
        height: 600px;
        margin-left: -300px;
        margin-top: -300px;
        background-color: var(--color-b);
    }
}

@keyframes desplode {
    0% {
        width: 600px;
        height: 600px;
        margin-left: -300px;
        margin-top: -300px;
        background-color: var(--color-b);
    }
    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: var(--dark-1);
    }
}

/* c-page-header
****************************************/

.c-page-header {
    text-align: left;
    margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
    .c-page-header {
        margin-bottom: 40px;
    }   
}

.c-page-header__title {
    font-size: 32px;
}

@media screen and (min-width: 960px) {
    .c-page-header__title {
        font-size: 32px;
    }
}


.c-page-header__subtitle {
    font-size: 21px;
    font-weight: 300;
    color: var(--dark-1);
}

@media screen and (min-width: 960px) {
    .c-page-header__subtitle {
        font-size: 21px;
    }
}

/* c-content
****************************************/
.c-content {
    padding: 0 20px;
}

@media screen and (min-width: 960px) {
    .c-content {
        padding: 0;
    }
}

.c-content.c-content--full {
    padding: 0;
}

.c-content--wide {
    width: 100%;
}

.c-content--center {
    margin: 0 auto;
}

@media screen and (min-width: 960px) {
    .c-content--center {
        max-width: calc(var(--desktop-max-width) + 80px);
        padding: 0 40px;
    }
}

/* content-with-sidebar
****************************************/
.content-with-sidebar {
    
}

@media screen and (min-width: 960px) {
    .content-with-sidebar {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }   

    .content-with-sidebar .main-content {
        width: 70%;
    }
    
    .content-with-sidebar .side-content {
        width: 30%;
        padding-left: 40px;
    }

}

/* c-site-header
****************************************/
.c-site-header {
    width: 100%;
    transition: all 0.1s ease-in-out;
}

@media screen and (min-width: 960px) {
    .c-site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    }
}

@media screen and (min-width: 960px) {
    .c-site-header.hide {
        top: -124px;
    }
}

@media screen and (min-width: 960px) {
    .c-site-header.active {
        top: 0 !important;
    }
}

/* c-canvas
****************************************/
.c-canvas {
    position: relative;
    height: 100%;
    overflow: hidden;
    top: var(--top-bar-height);
}

@media screen and (min-width: 960px) {
    .c-canvas {
        top: var(--site-header-hight);
    }
}

.c-off-canvas-shelf {
    overflow-y: scroll;
    position: fixed;
    top: var(--top-bar-height);
    z-index: 999;
    height: 100%;
    width: 280px;
    display: flex;
    flex-direction: column;

    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;

    background: white;
}

@media screen and (min-width: 600px) {
    .c-off-canvas-shelf {
        width: auto;
    }
}

@media screen and (min-width: 960px) {
    .c-off-canvas-shelf {
        flex-direction: row;
        align-items: center;
        position: relative;
        top: 0;
        z-index: 999;
        overflow: unset;
        background: transparent;
    }
}

.c-off-canvas-shelf.c-off-canvas-shelf--left {
    left: 0;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
}

@media screen and (min-width: 960px) {
    .c-off-canvas-shelf.c-off-canvas-shelf--left {
        transform: translate3d(0, 0, 0);
    }
}

.c-off-canvas-shelf.c-off-canvas-shelf--left .c-nav {
    margin-top: 80px;
}

@media screen and (min-width: 960px) {
    .c-off-canvas-shelf.c-off-canvas-shelf--left .c-nav {
        margin: 0;
    }
}

.c-off-canvas-shelf.c-off-canvas-shelf--right {
    right: 0;
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}

@media screen and (min-width: 960px) {
    .c-off-canvas-shelf.c-off-canvas-shelf--right {
        transform: translate3d(0, 0, 0);
    }
}

.c-off-canvas-shelf .site-menu {
    position: relative;
    min-height: 100%;
    padding-bottom: 60px;
}

.c-off-canvas-shelf .copy {
    position: absolute;
    bottom: 0;
    padding: 16px 24px;
    font-size: 12px;
    line-height: 1.4;
}

/* c-bar
****************************************/
.c-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: var(--top-bar-height);
    background-color: white;
}

@media screen and (min-width: 960px) {
    .c-bar {
        display: none;
    }
}

.c-bar__push {
    position: relative;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media screen and (min-width: 960px) {
    .c-bar__push {
        display: none;
    }
}

.cogburger {
    position: absolute;
    top: 0;
    width: var(--top-bar-height);
    height: var(--top-bar-height);
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    right: 0px;
}

.cogburger i {
    font-size: 21px;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, z-index 0s 0.5s, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, z-index 0s 0.5s, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, z-index 0s 0.5s;
    transition: opacity 0.5s ease, transform 0.5s ease, z-index 0s 0.5s, -webkit-transform 0.5s ease;
    background-color: rgba(0, 0, 0, 0.5);
  }

input#show-menu, input#show-user-menu {
    position: absolute;
    opacity: 0;
}

input[data-direction=left]:checked ~ .c-bar .c-bar__push,
input[data-direction=left]:checked ~ .c-logo {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}

input[data-direction=right]:checked ~ .c-bar .c-bar__push,
input[data-direction=right]:checked ~ .c-logo {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
}

input.hamburger-trigger:checked ~ .c-bar .hamburguer span:nth-child(1),
input.hamburger-trigger:checked ~ .c-bar .hamburguer span:nth-child(4) {
    top: 28px;
    width: 0;
    left: 50%;
}

input.hamburger-trigger:checked ~ .c-bar .hamburguer span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

input.hamburger-trigger:checked ~ .c-bar .hamburguer span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[data-direction=left]:checked ~ .c-canvas .mask--left {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

input[data-direction=right]:checked ~ .c-canvas .mask--right {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

input[data-direction=left]:checked ~ .c-canvas .c-off-canvas-shelf--left,
input[data-direction=left]:checked ~ .c-bar .logo {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

input[data-direction=right]:checked ~ .c-canvas .c-off-canvas-shelf--right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* THIS WILL TRANSITION THE CONTENT WEHN NAV OPENS */
/* input[data-direction=left]:checked ~ .c-canvas .c-content {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}

input[data-direction=right]:checked ~ .c-canvas .c-content {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
} */

/* c-nav
****************************************/
.c-nav {
  width: 100%;
  height: 100%;
}

.c-nav__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media screen and (min-width: 960px) {
  .c-nav__list {
    display: flex;
    flex-direction: row;
  }
}

.c-nav__item {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: background-color 0.3s ease-in-out;
    border-bottom: solid 1px var(--light-3);
}

.c-nav__item > .c-nav-title:hover {
    font-weight: bold;
}

.c-nav__item > .btn-group {
    padding: 5px 10px;
    transition: background-color 0.6s ease-in-out;
}

.c-nav__item > .btn-group:hover {
    background-color:var(--light-3);
}

@media screen and (min-width: 960px) {
    .c-nav__item {
        border: none;
        flex-direction: row;
        align-items: center;
    }

    .c-nav__item:first-child:before {
        content: "|";
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        color: #AAA;
    }

    .c-nav__item:not(:last-child):after {
        content: "|";
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        color: #AAA;
    }
}

.c-nav__item.c-nav__item--center {
    border: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 960px) {
    .c-nav__item.c-nav__item--center {
        padding: 0; 
        flex-direction: row;
    }
}


.c-nav__item .dropdown-toggle::after{
    content:unset;
}

.c-nav__item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

@media screen and (min-width: 960px) {
  .c-nav__item-content {
    position: absolute;
    width: 250px;
    top: 35px;
    left: 10px;
    z-index: 1;
    background: white;
    transition: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
  .c-nav__item-content > * {
    max-width: var(--desktop-max-width);
    margin: 0 auto;
  }
}

.c-nav__submenu {
    padding-inline-start: 30px;
}

@media screen and (min-width: 960px) {
  .c-nav__submenu {
    margin: 0;
    padding: 0;
  }
}

.c-nav__item--open {
  background: var(--light-2);
}

.c-nav__item--open .c-nav__item-content {
  background: var(--light-2);
  max-height: 800px;
}

@media screen and (min-width: 960px) {
    .c-nav__item--open .c-nav__item-content {
        background: #FFF;
        border: 1px solid #ccc;
  }
}

/* .c-nav-title
****************************************/
.c-nav-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    
    cursor: pointer;
    color: var(--text-1);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: background-color 0.6s ease-in-out;
}

.c-nav__list > .c-nav__item > .c-nav-title:after {
    content: "\f0d7";
    display: inline-block;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    margin-left: auto;
}

@media screen and (min-width: 960px) {
    .c-nav-title {
        padding: 10px 20px;
        text-transform: capitalize;
    }

    .c-nav-title:hover {
        background-color: #eee;
    }

    .c-nav__list > .c-nav__item > .c-nav-title:after {
        display: none;
    }
}

.c-nav-title a {
    text-decoration: none;
    color: inherit;
}

.c-nav-title:focus, .c-nav-title:hover {
    text-decoration: none;
    color: var(--text-1);
}

.c-nav-title__icon {
    margin-right: 10px;
}

@media screen and (min-width: 960px) {
    .c-nav-title__icon {
        margin-right: 0;
    }
}

.c-nav-title__text {
    display: block;
}

@media screen and (min-width: 960px) {
    .c-nav-title__text {
        display: none;
    }
}

/* c-wsmenu-fixes
****************************************/
.wsmainwp {
    max-width: var(--desktop-max-width);
}
.c-wsmenu-fixes.wsmenu .c-nav-subtitle {
    font-size: 18px;
    margin-top: 10px;
    text-transform: lowercase;
    font-variant: small-caps;
    font-style: italic;
    color: #acacac;
}

#wsnavtoggle.wsanimated-arrow {
    width: var(--top-bar-height);
    height: var(--top-bar-height);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.wsactive #wsnavtoggle.wsanimated-arrow {
    top: -7px;
}

@media screen and (min-width: 960px) {
    .c-wsmenu-fixes.wsmenu .c-nav-subtitle {
        color: #8b8787;
        margin-bottom: 10px;
    }
}

.c-wsmenu-fixes.wsmenu span {
    color: var(--text-1) !important;
}

.c-wsmenu-fixes.wsmenu .row > div {
    padding: 10px 20px !important;
}

.c-wsmenu-fixes.wsmenu .row > div:not(:last-child) {
    border-bottom: solid 1px var(--light-3);
}

@media screen and (min-width: 960px) {
    .c-wsmenu-fixes.wsmenu .row > div {
        border-bottom: none !important;
    }
}

.smllogo {
    margin: 0 !important;
}

.wsmenu > .wsmenu-list > li > a i {
    width: 20px;
    margin-right: 5px;
}

/* c-weather
****************************************/
.c-weather {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: var(--text-1);
}

.c-weather:focus, .c-weather:hover {
    text-decoration: none;
    color: var(--text-1);
}

.c-weather__icon {
    margin-right: 5px;
}

.c-weather__text {
    white-space: nowrap;
    font-size: 14px;
    font-style: italic;
}

/* c-title
****************************************/
.c-title {
    margin-bottom: 20px;
    font-size: 22px;
    color: var(--text-1);
    text-transform: uppercase;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .c-title {
        margin-bottom: 40px;
        font-size: 28px!important;
        font-weight: bold!important;
    }
}

/* c-widescreen
****************************************/
.c-widescreen {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px auto;
}

.c-widescreen__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    list-style-type: none;
    margin: 0;
    margin-top: 40px;
}

@media screen and (min-width: 600px) {
    .c-widescreen__nav {
        width: auto;
    }
}

.c-widescreen__nav-item > a {
    text-decoration: none;
    cursor: pointer;
    color: var(--link);
}

.c-widescreen__nav-item {
    width: calc(50% - 10px);
    height: 50px;
    background: #efefef;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 14px;
    text-transform: uppercase;
}

@media screen and (min-width: 600px) {
    .c-widescreen__nav-item {
        width: auto;
        height: auto;
        background: transparent;
        align-items: baseline;
    }

    .c-widescreen__nav-item > a:after {
        content: '';
        display: block;
        width: 0;
        height: 3px;
        margin-top: 2px;
        background: var(--link);
        transition: width .5s ease-in-out;;
    }

    .c-widescreen__nav-item > a:hover:after {
        width: 100%;
    }

    .c-widescreen__nav-item:not(:last-child):after {
        content: "|";
        display: inline-block;
        margin: 0 20px;
        color: var(--link);
    }
}


@media screen and (min-width: 600px) {
    .c-widescreen__nav {
        
    }
}

.c-widescreen__image .c-gallery-card__image {
    height: 200px;
}

@media screen and (min-width: 600px) {
    .c-widescreen__image .c-gallery-card__image {
        height: auto;
    }   
}

/* c-hero
****************************************/

.c-hero {

}

.c-hero--desktop-only {
    display: none !important;
}

@media screen and (min-width: 960px) {
    .c-hero--desktop-only {
        display: block !important;;
    }
}

/* c-mosaic
****************************************/
.c-mosaic-item {
    text-decoration: none;
    color: inherit;
}

.c-mosaic-item:focus, .c-mosaic-item:hover {
    text-decoration: none;
    color: var(--text-1);
}

.c-mosaic-gallery {
    max-width: var(--desktop-max-width);
    margin: 80px auto;
    direction: ltr;
}

.c-mosaic-gallery__carousel {
    display: grid;
    grid-gap: 20px;
}

@media screen and (min-width: 600px) {
    .c-mosaic-gallery__carousel {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media screen and (min-width: 600px) {
    .c-mosaic-gallery__tile {
        grid-column: span 3;
    }

    .c-mosaic-gallery__tile:nth-child(1),
    .c-mosaic-gallery__tile:nth-child(3) {
        grid-row: span 3;
    }

    .c-mosaic-gallery__tile:nth-child(1) img,
    .c-mosaic-gallery__tile:nth-child(3) img {
        max-height: 300px;
    }

    .c-mosaic-gallery__tile:nth-child(2),
    .c-mosaic-gallery__tile:nth-child(4) {
        grid-row: span 2;
    }

    .c-mosaic-gallery__tile:nth-child(2) img,
    .c-mosaic-gallery__tile:nth-child(4) img {
        max-height: 200px;
    }
}

.c-mosaic-gallery .c-gallery-card__image {
    height: 200px;
}

@media screen and (min-width: 600px) {
    .c-mosaic-gallery .c-gallery-card__image {
        height: auto;
    }

}

/* c-static-gallery
****************************************/

.c-static-gallery {
    max-width: var(--desktop-max-width);
    margin: 80px auto;
    padding: 20px;
    background-color:#d9d9d9;
    box-shadow: inset 0px 0px 1px rgba(0,0,0,.1);
}

@media screen and (min-width: 960px) {
    .c-static-gallery {
        background-color: transparent;
        padding: 0;
        box-shadow: none;
    }   
}

.c-static-gallery__carousel {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 960px) {
    .c-static-gallery__carousel {
        flex-direction: row;
    }
}

.c-static-gallery__item {
}

@media screen and (min-width: 960px) {
    .c-static-gallery__item {
        padding: 10px;
    }
}

/* c-sliding-gallery
****************************************/
.c-sliding-gallery {
}

@media screen and (min-width: 960px) {
    .c-sliding-gallery {
        background-color:#d9d9d9;
        padding: 40px 0 20px 0; 
        box-shadow: inset 0px 0px 10px rgba(0,0,0,.3);
    }
}

.c-sliding-gallery__carousel {
    margin: 0 auto;
}

@media screen and (min-width: 960px) {
    .c-sliding-gallery__carousel {
        max-width: var(--desktop-max-width);
    }
}

.c-sliding-gallery__item {
    margin: 20px 0;
}

@media screen and (min-width: 960px) {
    .c-sliding-gallery__item {
       padding: 10px;
       margin: 0;
    }
}

/* c-gallery-card
****************************************/

.c-gallery-card {
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.6s ease-in-out;
}

.c-gallery-card:hover, .c-gallery-card:active {
    outline: none;
}

@media screen and (min-width: 600px) {
    .c-gallery-card {
        border-radius: 15px;
    }

    .c-gallery-card:hover {
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.20);
    }

    .c-gallery-card:hover .c-gallery-card__image {
        -moz-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

.c-gallery-card__image {
    object-fit: cover;
    width: 100%;
    transition: transform 0.8s ease-in-out;
}

@media screen and (min-width: 600px) {
    .c-gallery-card__image {
        height: auto;
    }
}

.c-gallery-card__footer {
    height: 0;
    position: relative;
}

@media screen and (min-width: 960px) {
    .c-gallery-card__footer {
        height: 40px;
        background: white;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}

.c-gallery-card__title {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 5px 10px;
    bottom: 15px;
    right: 20px;
    color: white;
    background: black;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    
}

@media screen and (min-width: 960px) {
    .c-gallery-card__title {
        font-size: 16px;
    }
    
    .c-gallery-card__title--polaroid {
        position: static;
        bottom: 0px;
        right: -5px;
        color: black;
        background: white;
    }
}

@media screen and (max-width: 600px) {
    .c-gallery-card__title.c-gallery-card__title--mobile {
        font-size:12px!important;
        text-transform: none;
        bottom:5px;
        right:5px;
    }
}



/* c-top-header
****************************************/
.c-top-header {
    display: flex;
    flex-direction: column;
    background-color: var(--light-1);
}

@media screen and (min-width: 960px) {
    .c-top-header {
        margin: 0 auto;
        padding: 10px 0;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}

/* c-search
****************************************/
.c-search {
    position: relative;
    padding: 10px;
    /* background: #efefef; */
}

@media screen and (min-width: 960px) {
    .c-search {
        margin: 0;
        padding: 0;
        margin-right: 20px;
        background: transparent;
    }
}

.c-search__wrapper {
    position: static;
}

@media screen and (min-width: 960px) {
    .c-search__wrapper {
        position: absolute;
        top: -16px;
        right: 0px;
    }
}

.c-search.active .c-search__input-holder {
    width: calc(280px - 20px);
    border-radius: 5px;
    transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
}

@media screen and (min-width: 960px) {
    .c-search.active .c-search__input-holder {
        width: 265px;
        background: #FFF;
    }
}

.c-search.active .c-search__input {
    opacity: 1;
    transform: translate(0, 10px);
}

.c-search.active .c-search__button {
    background-color: #fff;
    border-radius: 30px;
}

.c-search.active .c-search__close {
    top: 6px;
    right: 40px;
    transform: rotate(0deg) scale(0.8);
    transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
    transition-delay: 0.5s;
    opacity: 1;
}

.c-search__input-holder {
    width: 50px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: solid 2px var(--light-3);
}

@media screen and (min-width: 960px) {
    .c-search__input-holder {
        border: none;
    }
}


.c-search__input {
    width: 100%;
    height: 100%;
    padding: 0px 20px 0 50px;
    opacity: 0;
    position: absolute;
    top: -10px;
    left: 0;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-1);
    transform: translate(0, 60px);
    transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
    transition-delay: 0.3s;
}

@media screen and (min-width: 960px) {
    .c-search__input {
        padding: 0px 50px 0 20px;
    }
}

.c-search__button {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 6px;
    background: transparent;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: left;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transform: scale(0.8);
}

@media screen and (min-width: 960px) {
    .c-search__button {
        float: right;
    }
}

.c-search__icon {
    font-size: 17px;
}

.c-search__button:focus {
    outline: none;
}

.c-search__button span:after, .c-search__button span:before {
    position: absolute;
    content: "";
}

.c-search__button span:before {
    width: 4px;
    height: 11px;
    left: 9px;
    top: 18px;
    border-radius: 2px;
    background: #FE5F55;
}

.c-search__button span:after {
    width: 21px;
    height: 21px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 4px solid #FE5F55;
}

.c-search__close {
    display: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 8px;
    cursor: pointer;

    transform: rotate(-225deg);
    transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
    transition-delay: 0.2s;
    opacity: 0;
}

@media screen and (min-width: 960px) {
    .c-search__close {
        display: block;
    }
}

/* c-breadcrumbs
****************************************/
.c-breadcrumbs {
    position:relative;
    padding: 0;
    background-color: var(--light-1);
    margin-bottom: 5px;
    height: 45px;
}

.c-breadcrumbs:after {
    position:absolute;
    width:15%;
    height:100%;
    right:0;
    top:0;
    content:'';

    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f7f7f7), color-stop(30%, #f7f7f7), color-stop(100%, rgba(247, 247, 247, 0)));
    background-image: -webkit-linear-gradient(right, #f7f7f7, #f7f7f7 30%, rgba(247, 247, 247, 0));
    background-image: linear-gradient(to left, #f7f7f7, #f7f7f7 30%, rgba(247, 247, 247, 0));
}

@media screen and (min-width: 600px) {
    .c-breadcrumbs {
        background: transparent;
    }

    .c-breadcrumbs:after {
        display: none;
    }
}

.c-breadcrumbs__list {
    position:relative;
    display: flex;
    flex-direction: row;
    align-items: center;

    margin: 0;
    padding: 10px;
    width: 100%;
    
    white-space:nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 600px) {
    .c-breadcrumbs__list {
        overflow-x: hidden;
        padding: 0;
    }
}

.c-breadcrumbs__list-item {
    display: flex;
    flex-direction: row;
    align-items: center;

    text-transform: lowercase;
    font-variant: small-caps;
    font-size: 17px;
}

.c-breadcrumbs__list-item:not(:last-child):after {
    content: '/';
    padding: 0 10px;
    color: var(--dark-1);
}

.c-breadcrumbs__list-item:last-child {
    padding-right: 50px;
}

.c-breadcrumbs__list-item a {
    text-decoration: none;
    color: var(--link);
}

.c-breadcrumbs__list-item > a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-top: 2px;
    background: var(--link);
    transition: width .3s ease-in-out;;
}

.c-breadcrumbs__list-item > a:hover:after {
    width: 100%;
}

/* c-modal (fixing bootstrap limits)
****************************************/
.c-modal .modal-dialog {
    max-width: 800px !important;
}

.c-modal .modal-body {
    padding: 20px 40px;
}

/* c-biz-card
****************************************/
.c-biz-card {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 960px) {
    .c-biz-card {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .c-biz-card .c-biz-card__breadcrumbs,
    .c-biz-card .c-biz-card__header {
        flex-basis: 100%;
    }

    .c-biz-card .c-biz-card__info {
        width: 50%;
        display: block;
    }

    .c-biz-card .c-biz-card__gallery {
        width: 50%;
        display: block;
    }
}

.c-biz-card .c-paragraph {
    text-align: left;
}

/* side margins compinsation for mobile because of different layout technique
************************************************************************************/

.c-biz-card__breadcrumbs, .c-biz-card__header, .c-biz-card__info, .c-biz-card__actions {
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (min-width: 960px) {
    .c-biz-card__breadcrumbs, .c-biz-card__header, .c-biz-card__info, .c-biz-card__actions {
        margin-left: 0;
        margin-right: 0;
    }
        
}
/************************************************************************************/

@media screen and (min-width: 960px) {
    .c-biz-card__actions {
        width: 100%;
    }
}

.c-biz-card__actions ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    max-width: 450px;
    margin: 30px auto 40px;
    list-style-type: none;
    padding: 0;
}

@media screen and (min-width: 960px) {
    .c-biz-card__actions ul {
        margin: 0 0 20px 0;
        max-width: 350px;
        justify-content: start;
    }
}

.c-biz-card__actions a:hover {
    text-decoration: none;
}

.c-biz-card__actions i {
    font-size: 18px;
    vertical-align: middle;
}

.c-biz-card__actions li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--link);
    transition: all .3s ease-in-out;
}

@media screen and (min-width: 960px) {
    .c-biz-card__actions li {
        margin-right: 20px;
    }
}

.c-biz-card__actions li i {
    color: var(--light-0);
}

.c-biz-card__actions li:hover {
    background-color: var(--light-2);
    box-shadow: inset 1px 1px 1px 2px rgba(0,0,0,0.15);
}

.c-biz-card__actions li:hover i {
    color: var(--link);
}

.c-biz-card__gallery {
    order: -1
}

@media screen and (min-width: 960px) {
    .c-biz-card__gallery {
        order: 5;
        padding-left: 40px;
    }
}

.c-biz-card__map {
    order: 10;
    height: 250px;
    margin: 0;
    flex-basis: 100%;
}

@media screen and (min-width: 960px) {
    .c-biz-card__map {
        height: 300px;
        margin-top: 40px;
    }
}

/* c-biz-card-info
****************************************/
.c-biz-card-info {

}

.c-biz-card-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-biz-card-info__address {
    text-align: center;
    margin: 20px 0 40px;
}

.c-biz-card-info__address p {
    margin: 0;
}

.c-biz-card-info__opening-hours {
    margin: 20px auto 40px;
    text-align: center;
}

.c-biz-card-info__opening-hours h6 {
    font-weight: bold;
    text-transform: uppercase;
}

.c-biz-card-info__e-contact {
    margin: 20px auto;
}

.c-biz-card-info__e-contact ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
    margin: 20px auto;
}

.c-biz-card-info__e-contact li {
    background-color: var(--light-2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

.c-biz-card-info__e-contact li:hover {
    background-color: var(--light-3);
    box-shadow: inset 1px 1px 1px 2px rgba(0,0,0,0.15);
}

.c-biz-card-info__e-contact li:hover i {
    color: var(--link);
}

/* c-sidebar
****************************************/

/* .c-sidebar:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 2px;
    background-color: var(--light-3);
    margin: 0 20px;
    float: left;
} */

.c-sidebar {
    margin-top: 40px;
}

.c-sidebar.c-sidebar--desktop-only {
    display: none;
}

@media screen and (min-width: 960px) {
    .c-sidebar {
        margin-top: 0px;
    }   

    .c-sidebar.c-sidebar--desktop-only {
        display: block;
    }
}

.c-sidebar__placholder {
    height: 100%;
}

.c-sidebar__placholder ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.c-sidebar__placholder li {
    height: 120px;
    width: 100%;
    background: var(--light-1);
    cursor: pointer;
    transition: background .3s ease-in-out;
}

.c-sidebar__placholder li:not(:last-child) {
    margin-bottom: 20px;
}

.c-sidebar__placholder li:hover {
    background: var(--light-3);
}

/* c-thumbnail-gallery
****************************************/
.c-thumbnail-gallery {
    cursor: pointer;
}

.c-thumbnail-gallery__image {
    border-radius: 5px;
    border:1px solid #eee;
}

/* c-category
****************************************/
.view-biz-cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    background: var(--light-0);
    padding: 20px 0;
}

@media screen and (min-width: 960px) {
    .view-biz-cta .c-button__inner {
        padding: 20px 40px;
        font-size: 21px;
    }
}


/* c-category-gallery
****************************************/
.c-category-gallery {

}

@media screen and (min-width: 960px) {
    .c-category-gallery {
        margin: 40px auto;
    }
}

.c-category-gallery__title {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--text-1);
}

.c-category-gallery__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

@media screen and (min-width: 960px) {
    .c-category-gallery__list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }   
}

/* c-media-object
****************************************/

.c-media-object {
    position: relative;
    display: block;
    margin: 20px 0;
    padding: 20px;
    background-color: var(--light-0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow .3s ease-in-out;;
}

.c-media-object:hover {
    text-decoration: none;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.1);
}

.c-media-object--disabled {
    opacity: .2;
    border: dashed 3px var(--dark-1);
    cursor: not-allowed;
}

.c-media-object--disabled button {
    pointer-events: none;
}

.c-media-object__figure {
    object-fit: cover;
    width: 100%;
    border:1px solid #ddd;
}

@media screen and (min-width: 960px) {
    .c-media-object {
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .c-media-object:not(:last-child) {
        margin-bottom: 40px;
    }

    .c-media-object__figure {
        margin-right: 20px;
        max-width: 200px;
        border-radius: 5px;
    }
}

.c-media-object__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

@media screen and (min-width: 960px) {
    .c-media-object__body {
        padding: 0;
        align-items: start;
    }   
}

.c-media-object__title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--text-1);
}

@media screen and (min-width: 960px) {
    .c-media-object__title {

    }   
}

.c-media-object__subtitle {
    font-size: 16px;
    font-weight: 300;
    color: var(--dark-1);
}

@media screen and (min-width: 960px) {
    .c-media-object__subtitle {

    }   
}

.c-media-object__cta {

}

@media screen and (min-width: 960px) {
    .c-media-object__cta {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }   
}

.c-media-object__metadata {
    margin-bottom: 15px;
}

.c-media-object__time, .c-media-object__address {
    font-size: 21px;
    font-weight: 100;
    color: var(--text-1);
}

.c-media-object__time:after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
}

.c-media-object__tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
}

@media screen and (min-width: 960px) {
    .c-media-object__tags {
        justify-content: start;
    }
}

.c-media-object__tag {
    padding: 3px 12px;
    margin: 5px 0;
    margin-right: 8px;
    border-radius: 5px;
    
    background-color: var(--color-c);
    color: white;
    font-size: 15px;
    font-weight: 100;
}

/* c-article
****************************************/
.c-article {
    
}

@media screen and (min-width: 960px) {
    .c-article .c-paragraph {
        font-size: 1.3rem;
    }
}

.c-article__title {
    font-size: 24px;
    margin: 20px 0 10px;
    color: var(--text-1);
}

@media screen and (min-width: 960px) {
    .c-article__title {
        font-size: 1.6rem;
        margin: 30px 0 20px;
    }
}

/* c-paragraph
****************************************/
.c-paragraph {
    font-weight: 300;
    text-align: justify;
    font-size: 1.2rem;
    color: var(--text-1);
}

.c-paragraph::first-letter {
    font-size: 2.5rem;
    font-weight: 300;
}

.c-paragraph::first-line {
    line-height: 2rem;
}


.c-paragraph--clamped {
    width: 100%;
    display: -webkit-box;   
   -webkit-line-clamp: 3;   
   -webkit-box-orient: vertical;   
   overflow: hidden;
}


.c-paragraph__image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 20px 0;
}

.c-paragraph a {
    cursor: pointer;
    color: var(--link);
}

@media screen and (min-width: 960px) {
    .c-paragraph__image {
        margin: 0;
    }

    .c-paragraph__image--left {
        float: left;
        margin-top: 20px;
        margin-right: 20px;
    }
    
    .c-paragraph__image--right {
        float: right;
        margin-top: 20px;
        margin-left: 20px;
    }
}


/* c-data-points-list
****************************************/
.c-data-points-list {
    list-style-type: none;
    padding: 0;
    margin:20px 0;
}

.c-data-points-list li {
    line-height: 30px;
}

.c-data-points-list i {
    width: 20px;
    margin-right: 10px;
}

.c-data-points-list span {

}


/* c-registration
****************************************/
.c-registration {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 25px 0;
}

@media screen and (min-width: 960px) {
    .c-registration {
        margin-bottom: 0;
    }
}

.c-registration__title {
    font-weight: bold;
}

.c-registration__desc {
    color: var(--dark-1);
}
/* c-paragraph
****************************************/
/* .c-video, .c-video iframe {
    height: calc(100vh - 125px) !important;
} */

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*------------------------------  */
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*------------------------------ style_4_footer.css */
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------- footer */
/* --------- footer --------- */
.page-footer {
    margin-top: 25px;
    padding-top: 20px;
    background-color:#4FC1DB;
    text-align: center;
    color: #888;
}

.footer-dark {
    background-color: #1A2D4E;
    text-align: center;
    color: #eee;
    padding: 20px;
}

.page-footer .footer-logos img{
    width:100px;
    padding:10px 5px;
    margin:0 5px;
    background-color:#032d45;
    border-radius:10px;
}

.page-footer .eilaCityLogo{
    margin-bottom:-10px;
}

footer hr {
  border-color: #666 !important;
  width:70%;
}

.recent-updates h4{
    color:#032d45;
    font-size:1.4em!important;
    margin-top:-5px;
    margin-bottom:5px;
}

.recent-updates h5{
    color:#000;
    margin-bottom:3px;
    text-align: center;
    font-size:1rem;
}

.recent-updates .row{
    text-align:right;
}

.recent-updates ul{
    font-size:0.8em;
    text-align: center;
}


.page-footer .aquarium {
    position: relative;
    bottom: 0;
    background: url("/National_Library/oe_/https://eilat.city/assets/images/footer/sea.jpg");
    background-size: auto 100%;
    height: 350px;
}

.aquarium .aquarium_item1 {
    background: url("/National_Library/oe_/https://eilat.city/assets/images/footer/diver.gif") no-repeat center center;
    width: 330px;
    height: 340px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    -webkit-animation: myfirst 40s linear infinite;
    animation: diver 40s linear infinite;
}

.aquarium .aquarium_item2 {
    background: url("/National_Library/oe_/https://eilat.city/assets/images/footer/fish.gif") no-repeat center center;
    width: 120px;
    height: 190px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    -webkit-animation: myfirst 30s linear infinite;
    animation: fish 30s linear infinite;
}

.aquarium .aquarium_item3 {
    background: url("/National_Library/oe_/https://eilat.city/assets/images/footer/fish.gif") no-repeat center center;
    width: 88px;
    height: 90px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    -webkit-animation: myfirst 20s linear infinite;
    animation: fish 20s linear infinite;
}

@-moz-keyframes diver {
    0% {left: 25%;}
    50% {left: 40%;}
    100% {left: 25%;}
}

@-webkit-keyframes fish {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*------------------------------  */
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/