@charset "UTF-8";
/*!
Theme Name: Tali theme
Theme URI:
Description: A custom theme for the Tali fund website
Version: 1.0
Tags: white, clean
*/
/* reset */
@font-face {
    font-family: "Mikhmoret";
    font-weight: 700;
    font-style: normal;
    src: url("fonts/mikhmoret-rounded-aaa-700.eot.eot");
    src: url("fonts/mikhmoret-rounded-aaa-700.eot?#iefix") format("embedded-opentype"), url("fonts/mikhmoret-rounded-aaa-700.woff") format("woff"), url("fonts/mikhmoret-rounded-aaa-700.ttf") format("truetype");
}

@font-face {
    font-family: "Mikhmoret";
    font-weight: 400;
    font-style: normal;
    src: url("fonts/mikhmoret-rounded-aaa-400.eot");
    src: url("fonts/mikhmoret-rounded-aaa-400.eot?#iefix") format("embedded-opentype"), url("fonts/mikhmoret-rounded-aaa-400.woff") format("woff"), url("fonts/mikhmoret-rounded-aaa-400.ttf") format("truetype");
}

/*
  @font-face {
  font-family: 'NarkisBlockMF';
  src: url("fonts/NarkisBlockMF-Italic.eot");
  src: url("fonts/NarkisBlockMF-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/NarkisBlockMF-Italic.woff2") format("woff2"), url("fonts/NarkisBlockMF-Italic.woff") format("woff"), url("fonts/NarkisBlockMF-Italic.ttf") format("truetype"), url("fonts/NarkisBlockMF-Italic.svg#NarkisBlockMF-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
  */
@font-face {
    font-family: "NarkisBlockMF";
    src: url("fonts/NarkisBlockMF-Bold.eot");
    src: url("fonts/NarkisBlockMF-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NarkisBlockMF-Bold.woff2") format("woff2"), url("fonts/NarkisBlockMF-Bold.woff") format("woff"), url("fonts/NarkisBlockMF-Bold.ttf") format("truetype"), url("fonts/NarkisBlockMF-Bold.svg#NarkisBlockMF-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "NarkisBlockMF";
    src: url("fonts/NarkisBlockMF-Regular.eot");
    src: url("fonts/NarkisBlockMF-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NarkisBlockMF-Regular.woff2") format("woff2"), url("fonts/NarkisBlockMF-Regular.woff") format("woff"), url("fonts/NarkisBlockMF-Regular.ttf") format("truetype"), url("fonts/NarkisBlockMF-Regular.svg#NarkisBlockMF-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
  font-family: 'NarkisBlockMF';
  src: url("fonts/NarkisBlockMF-Medium.eot");
  src: url("fonts/NarkisBlockMF-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/NarkisBlockMF-Medium.woff2") format("woff2"), url("fonts/NarkisBlockMF-Medium.woff") format("woff"), url("fonts/NarkisBlockMF-Medium.ttf") format("truetype"), url("fonts/NarkisBlockMF-Medium.svg#NarkisBlockMF-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'NarkisBlockMF BoldItalic';
  src: url("fonts/NarkisBlockMF-BoldItalic.eot");
  src: url("fonts/NarkisBlockMF-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/NarkisBlockMF-BoldItalic.woff2") format("woff2"), url("fonts/NarkisBlockMF-BoldItalic.woff") format("woff"), url("fonts/NarkisBlockMF-BoldItalic.ttf") format("truetype"), url("fonts/NarkisBlockMF-BoldItalic.svg#NarkisBlockMF-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'NarkisBlockMF';
  src: url("fonts/NarkisBlockMF-Black.eot");
  src: url("fonts/NarkisBlockMF-Black.eot?#iefix") format("embedded-opentype"), url("fonts/NarkisBlockMF-Black.woff2") format("woff2"), url("fonts/NarkisBlockMF-Black.woff") format("woff"), url("fonts/NarkisBlockMF-Black.ttf") format("truetype"), url("fonts/NarkisBlockMF-Black.svg#NarkisBlockMF-Black") format("svg");
  font-weight: 900;
  font-style: normal; }
  */
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-weight: 400;
    line-height: 1;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.overflow {
    overflow: hidden;
}

.container {
    position: relative;
    min-height: 100vh;
    direction: rtl;
    padding-top: 90px;
}

.container.higher {
    z-index: 999999;
}

.c-white {
    color: white !important;
}

.c-black {
    color: black;
}

.c-yellow {
    color: #fce580;
}

.c-blue {
    color: #3a75e9;
}

.c-light-blue {
    color: #a3d6fa;
}

.c-red {
    color: #ec514f;
}

.c-purple {
    color: #bd5bec;
}

.b-white {
    background: white;
}

.b-black {
    background: black;
}

.b-yellow {
    background: #fce580;
}

.b-blue {
    background: #3a75e9;
}

.b-light-blue {
    background: #a3d6fa;
}

.b-red {
    background: #ec514f;
}

.b-pink {
    background: #f9dbe2;
}

.b-purple {
    background: #bd5bec;
}

.b-green {
    background: #69e5ab;
}

.b-dark-green {
    background: #00bfa5;
}

.p-s-120 {
    padding: 0 120px;
}

.bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
}

.video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.bold-24 {
    font-family: "Mikhmoret";
    font-size: 2.4em;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.video-2 {
    position: absolute;
    top: -25%;
    left: 0;
    min-width: 100%;
    min-height: 150%;
    width: auto;
    height: auto;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.overlay.darkk {
    background: rgba(0, 0, 0, 0.65);
}

.overlay.light {
    background: rgba(0, 0, 0, 0.35);
}

.placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
}

.center-wrapper-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.center-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
}

.center-wrapper .center {
    display: table-cell;
    vertical-align: middle;
}

.ta-c {
    text-align: center;
}

.clear {
    clear: both;
}

.c-white {
    color: white;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-60 {
    margin-right: 60px;
}

.no-m-t {
    margin-top: 0 !important;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-50.with-b-t {
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-100 {
    margin-top: 100px;
}

.b-transparent {
    background: transparent;
}

.rel {
    position: relative;
}

.image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

::-webkit-input-placeholder {
    color: black !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

::-moz-placeholder {
    color: black !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

:-ms-input-placeholder {
    color: black !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

:-moz-placeholder {
    color: black !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

.bp::-webkit-input-placeholder {
    color: white !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

.bp::-moz-placeholder {
    color: white !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

.bp:-ms-input-placeholder {
    color: white !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

.bp:-moz-placeholder {
    color: white !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

.absolute-full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

input {
    border: 0;
    border-bottom: 2px solid black;
    background: transparent;
    outline: none;
    font-size: 16px;
    width: 100%;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
    height: 40px;
}

input[type="submit"] {
    border: 2px solid black;
    color: black;
    height: 40px;
    margin-left: calc(100% - 70px);
    cursor: pointer;
    line-height: 36px;
    margin-top: 0;
}

.form-row {
    position: relative;
}

textarea {
    border: 0;
    border-bottom: 2px solid black;
    background: transparent;
    outline: none;
    font-size: 16px;
    width: 100%;
    height: 80px;
    resize: none;
    padding-top: 10px;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form br {
    display: none !important;
}

.wpcf7-form .ajax-loader {
    display: none !important;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.wpcf7-form div.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 0;
    padding: 0;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: bold;
}

.wpcf7-form .fa-circle-o-notch {
    position: absolute;
    bottom: 0;
    left: 15px;
    color: white;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

/*********** accessibility *****************/
.accessibility-panel {
    position: absolute;
    top: calc(100% + 15px);
    left: -15px;
    height: 320px;
    width: 270px;
    background: white;
    color: black;
    text-align: right;
    cursor: default;
    font-size: 10px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.22);
    visibility: hidden;
    opacity: 0;
    display: none;
}

.accessibility-panel.show {
    visibility: visible;
    opacity: 1;
}

.accessibility-panel.show {
    display: block;
    visibility: visible;
    opacity: 1;
}

.accessibility-panel .triangle {
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-bottom: 5px solid #ec514f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.accessibility-panel .lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.accessibility-panel .lines li {
    position: relative;
    height: 40px;
    padding-right: 15px;
    line-height: 44px;
    vertical-align: middle;
    border-bottom: 1px solid black;
    font-size: 1.6em;
}

.accessibility-panel .lines li.first {
    background: #ec514f;
    color: white;
    border-bottom: 0;
    padding-right: 60px;
}

.accessibility-panel .lines li.first:hover {
    background: #ec514f;
}

.accessibility-panel .lines li.last {
    border-bottom: 0;
}

.accessibility-panel .lines li .a-square {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-right: 1px solid black;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.accessibility-panel .lines li .a-square:hover {
    background: #ec514f;
    color: white;
}

.accessibility-panel .lines li .a-square.active {
    background: #ec514f;
    color: white;
}

.accessibility-panel .lines li .a-square.two {
    left: 40px;
}

.accessibility-panel .lines li .a-square.three {
    left: 80px;
}

.accessibility-panel .lines li .a-square.right {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: 1px solid white;
}

.accessibility-panel .lines li .a-square .fa {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    line-height: 40px !important;
    font-size: 13px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.accessibility-panel .lines li .a-square .fa.active {
    opacity: 1;
    visibility: visible;
}

.bg-black-important {
    background: black !important;
    color: white !important;
}

.border-bottom-black-important {
    border-bottom-color: black !important;
}

.border-top-black-important {
    border-top-color: black !important;
}

.border-left-black-important {
    border-left-color: black !important;
}

.border-right-black-important {
    border-right-color: black !important;
}

.bg-white-important {
    background: white !important;
    color: black !important;
}

.bg-white-important .c-white {
    color: black;
}

.border-bottom-white-important {
    border-bottom-color: white !important;
}

.border-top-white-important {
    border-top-color: white !important;
}

.border-left-white-important {
    border-left-color: white !important;
}

.border-right-white-important {
    border-right-color: white !important;
}

.b-w {
    filter: gray !important;
    filter: grayscale(1) !important;
    -webkit-filter: grayscale(1) !important;
}

.go-arial {
    font-family: "arial" !important;
}

body.go-b-w.focus-effects *:focus {
    outline: solid black !important;
    background: black !important;
    border: 2px solid black !important;
    color: white !important;
}

body.go-b-w .overlay {
    background: rgba(0, 0, 0, 0.5) !important;
}

body.go-b-w img, body.go-b-w .image, body.go-b-w .bg, body.go-b-w video {
    filter: gray !important;
    filter: grayscale(1) !important;
    -webkit-filter: grayscale(1) !important;
}

body.go-b-w iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

body.go-b-w .accessibility-panel {
    border: 1px solid black !important;
}

body.go-b-w .accessibility-panel .lines li.first {
    background: black !important;
}

body.go-b-w .accessibility-panel .lines li .a-square:hover {
    background: black !important;
}

body.go-b-w .accessibility-panel .lines li .a-square.active {
    background: black !important;
}

body.go-b-w header .inner .menu > .menu-item {
    border-color: black !important;
}

body.go-b-w header .search-wrapper form .fa-times-circle, body.go-b-w header .results-outer-wrapper .results-wrapper .result:hover h6 {
    color: black !important;
}

body.go-b-w header .inner .icons .square.active {
    color: black !important;
    background: white !important;
    border: black !important;
}

body.go-b-w header .results-outer-wrapper .results-wrapper .result .type {
    color: black !important;
    background: white !important;
    border: 1px solid black !important;
}

body.go-b-w .c-red {
    color: black !important;
}

body.go-b-w .cover.hero .center-wrapper .power-button, body.go-b-w .cover .back-to, body.go-b-w .post-outer-wrapper .post-content .the-content .cats .cat {
    background: white !important;
    color: black !important;
}

body.go-b-w .hero .hero-items .item .bottom-strip, body.go-b-w .button-a.b-blue .text, body.go-b-w .button-a.b-dark-green .text, body.go-b-w .filters .view-buttons .button {
    background: black !important;
    color: white !important;
}

body.go-b-w .socials .fa, body.go-b-w .socials .fas, body.go-b-w .socials .fab, body.go-b-w .socials .square {
    background: black !important;
    border-color: black !important;
    color: white !important;
}

body.go-b-w .share-wrapper .fa, body.go-b-w .share-wrapper .fas, body.go-b-w .share-wrapper .fab {
    background: black !important;
    border-color: black !important;
    color: white !important;
}

body.go-b-w .b-light-blue, body.go-b-w .b-green, body.go-b-w .b-blue, body.go-b-w .b-dark-green, body.go-b-w .b-yellow {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-b-w .cover .cover-headline .par.b-light-blue, body.go-b-w .cover .cover-headline .par.b-green, body.go-b-w .cover .cover-headline .par.b-blue, body.go-b-w .cover .cover-headline .par.b-dark-green {
    background: black !important;
    border: 1px solid white;
}

body.go-b-w footer .items ul {
    border-top: 4px solid black !important;
}

body.go-b-w footer .form-wrapper form input[type="submit"], body.go-b-w .newsletter-wrapper form input[type="submit"] {
    background: black !important;
    color: white !important;
}

body.go-b-w .filters .view-buttons .button .ext .option .option-main.active {
    background: rgba(0, 0, 0, 0.5) !important;
    border-color: black !important;
    color: white !important;
}

body.go-b-w .filters .view-buttons .button .ext .option .option-main:hover {
    background: rgba(0, 0, 0, 0.15) !important;
    border-color: black !important;
    color: black !important;
}

body.go-b-w header .inner .menu > .menu-item .sub-menu {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-b-w header .inner .icons .square .fa:hover, body.go-b-w header .inner .icons .square .fas:hover, body.go-b-w header .inner .icons .square .fab:hover, body.go-b-w header .inner .icons .square span:hover {
    background: black !important;
    color: white !important;
    border: 1px solid black;
}

body.go-b-w .stripes-headline .par, body.go-b-w .join-wrapper .side-bar .par {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-b-w .headline-box.small h4 {
    color: black !important;
}

body.go-b-w .rows-of-two .row .part {
    border-top: 2px solid black !important;
}

body.go-b-w .about-wrapper .special-list li .fa, body.go-b-w .grid-of-boxes .item .fa, body.go-b-w .faq-cols .col .qa .question .fa, body.go-b-w .content-wrapper .type-product .summary button, body.go-b-w .content-wrapper .type-product .summary .button {
    background: black !important;
    color: white !important;
    border-color: black;
}

body.go-b-w .about-wrapper .text-with-grey .par, body.go-b-w .partners-wrapper .par, body.go-b-w .cover .cover-headline .par {
    background: white !important;
}

body.go-b-w .faq-cols .col .qa .question h6.big {
    color: black !important;
}

body.go-b-w .buttons.go-blue .button {
    background: black !important;
    color: white !important;
    border-color: black;
}

body.go-b-w .map-wrapper .legend .row .square, body.go-b-w .history-wrapper .col .item .number, body.go-b-w .articles-table .cell.like-button {
    background: black !important;
    color: white !important;
    border-color: black;
}

body.go-b-w .history-wrapper .line {
    background: black !important;
}

body.go-b-w .history-wrapper .line .triangle {
    border-top: 14px solid black !important;
}

body.go-b-w .popup-wrapper .inner {
    border: 5px solid black !important;
}

body.go-b-w .x-icon {
    background: black !important;
}

body.go-b-w .articles-table .cell, body.go-b-w .popup-wrapper .inner .escort-image, body.go-b-w .popup-wrapper .inner .musical-operators-image, body.go-b-w .lessons-grid .item {
    border-color: black !important;
}

body.go-b-w .join-wrapper .the-content .special-headline.b-pink:hover, body.go-b-w .join-wrapper .the-content .special-headline.b-pink.active, body.go-b-w .cover .cover-headline .inner-wrapper .bread h6.big.c-white, body.go-b-w .articles-table .cell.title, body.go-b-w .media-grid .item:hover .desc h4, body.go-b-w .join-wrapper .side-bar .more li:hover, body.go-b-w .wysiwig a, body.go-b-w .order-books-wrapper .books-list .books-table .super-cell .asterik, body.go-b-w .order-books-wrapper .personal-details .form-wrapper form .form-row .error, body.go-b-w .top-cats .cat.active h6.big, body.go-b-w .top-cats .cat:hover h6.big, body.go-b-w .escort-rows .row:hover, body.go-b-w .musical-operators-rows .row:hover {
    color: black !important;
}

body.go-b-w .join-wrapper .the-content ul li:before, body.go-b-w .button, body.go-b-w .order-books-wrapper .big-button, body.go-b-w .top-cats .cat .fa, body.go-b-w .escort-rows .row .fa-plus, body.go-b-w .musical-operators-rows .row .fa-plus, body.go-b-w .join-wrapper .the-content .special-headline.for-image .fa, body.go-b-w .join-wrapper .the-content .special-headline.b-pink .fa {
    background: black !important;
    color: white !important;
    border-color: black;
}

body.go-b-w .order-books-wrapper .price-converter .m-bg {
    background: rgba(0, 0, 0, 0.25) !important;
}

body.go-b-w .login-wrapper .login-box {
    border-color: black !important;
}

body.go-l-c.focus-effects *:focus {
    outline: solid black !important;
    background: black !important;
    border: 2px solid black !important;
    color: white !important;
}

body.go-l-c .overlay {
    background: rgba(255, 255, 255, 0.75) !important;
}

body.go-l-c .accessibility-panel {
    border: 1px solid black !important;
    background: white !important;
    color: black !important;
}

body.go-l-c .accessibility-panel .lines li {
    border-color: black !important;
}

body.go-l-c .accessibility-panel .lines li.first {
    background: white !important;
    color: black !important;
    border-bottom: 1px solid black;
}

body.go-l-c .accessibility-panel .lines li.first .fa-times {
    color: black !important;
}

body.go-l-c .accessibility-panel .lines li .a-square {
    background: white !important;
    border-color: black !important;
    border-bottom: 1px solid;
}

body.go-l-c .accessibility-panel .lines li .a-square:hover {
    background: black !important;
    color: white !important;
}

body.go-l-c .accessibility-panel .lines li .a-square.active {
    background: black !important;
    color: white !important;
}

body.go-l-c .accessibility-panel .lines li .a-square .fa {
    border: 0 !important;
}

body.go-l-c header .inner .menu > .menu-item {
    border-color: black !important;
}

body.go-l-c .mobile-header {
    background: white !important;
}

body.go-l-c .menu-button-wrapper .menu-button .line {
    background: black !important;
}

body.go-l-c header .search-wrapper form .fa-times-circle, body.go-l-c header .results-outer-wrapper .results-wrapper .result:hover h6 {
    color: black !important;
}

body.go-l-c header .inner .icons .square.active {
    color: black !important;
    background: white !important;
    border: black !important;
}

body.go-l-c header .results-outer-wrapper .results-wrapper .result .type {
    color: black !important;
    background: white !important;
    border: 1px solid black !important;
}

body.go-l-c .newsletter-wrapper .overlay {
    background: rgba(255, 255, 255, 0.75) !important;
}

body.go-l-c .newsletter-wrapper form input {
    border-color: black !important;
    color: black !important;
}

body.go-l-c .newsletter-wrapper form ::-webkit-input-placeholder {
    color: black !important;
}

body.go-l-c .newsletter-wrapper form ::-moz-placeholder {
    color: black !important;
}

body.go-l-c .newsletter-wrapper form :-ms-input-placeholder {
    color: black !important;
}

body.go-l-c .newsletter-wrapper form :-moz-placeholder {
    color: black !important;
}

body.go-l-c ::-webkit-input-placeholder {
    color: black !important;
}

body.go-l-c ::-moz-placeholder {
    color: black !important;
}

body.go-l-c :-ms-input-placeholder {
    color: black !important;
}

body.go-l-c :-moz-placeholder {
    color: black !important;
}

body.go-l-c input, body.go-l-c textarea {
    border-color: black !important;
    color: black !important;
}

body.go-l-c span.wpcf7-not-valid-tip {
    color: black !important;
}

body.go-l-c .c-white {
    color: black !important;
}

body.go-l-c header .inner {
    background: white !important;
    color: black !important;
}

body.go-l-c header .inner .menu > .menu-item .sub-menu {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-l-c header .inner .icons .square .fa, body.go-l-c header .inner .icons .square .fas, body.go-l-c header .inner .icons .square .fab, body.go-l-c header .inner .icons .square span {
    border-color: black;
}

body.go-l-c header .inner .icons .square .fa:hover, body.go-l-c header .inner .icons .square .fas:hover, body.go-l-c header .inner .icons .square .fab:hover, body.go-l-c header .inner .icons .square span:hover {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-l-c .cover.hero .center-wrapper {
    color: black;
}

body.go-l-c .cover.hero .center-wrapper .power-button {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
}

body.go-l-c .hero .hero-items .item {
    border: 1px solid black;
}

body.go-l-c .hero .hero-items .item .bottom-strip {
    background: white !important;
    color: black !important;
    border-bottom: 1px solid black !important;
}

body.go-l-c .section.with-grid .grey-bg {
    background: white !important;
}

body.go-l-c .grid .item .image-wrapper {
    border: 1px solid black !important;
}

body.go-l-c .headline-box .par {
    background: white !important;
    border: 1px solid black !important;
}

body.go-l-c .headline-box .headline .button-a, body.go-l-c .grid.grid-3.special .item .button-a {
    border: 0 !important;
}

body.go-l-c .button-a.b-blue .text, body.go-l-c .button-a.b-dark-green .text {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
}

body.go-l-c .socials .fa, body.go-l-c .socials .fas, body.go-l-c .socials .fab, body.go-l-c .socials .square {
    background: white !important;
    border-color: black !important;
    color: black !important;
}

body.go-l-c .share-wrapper .fa, body.go-l-c .share-wrapper .fas, body.go-l-c .share-wrapper .fab {
    background: white !important;
    border-color: black !important;
    color: black !important;
}

body.go-l-c .b-light-blue, body.go-l-c .b-green, body.go-l-c .b-blue, body.go-l-c .b-dark-green, body.go-l-c .b-yellow {
    background: white !important;
    border-color: black !important;
    color: black !important;
}

body.go-l-c .cover .cover-headline .par.b-light-blue, body.go-l-c .cover .cover-headline .par.b-green, body.go-l-c .cover .cover-headline .par.b-blue, body.go-l-c .cover .cover-headline .par.b-dark-green {
    background: white !important;
    border: 1px solid black;
    color: black !important;
}

body.go-l-c .b-red {
    background: white !important;
}

body.go-l-c .cover .cover-headline .inner-wrapper .line, body.go-l-c .stripes-headline .line {
    background: black !important;
}

body.go-l-c footer .items ul {
    border-top: 4px solid black !important;
}

body.go-l-c footer .form-wrapper form input[type="submit"], body.go-l-c .newsletter-wrapper form input[type="submit"] {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
}

body.go-l-c .filters .view-buttons .button .ext .option .option-main.active {
    background: black !important;
    border-color: black !important;
    color: white !important;
}

body.go-l-c .filters .view-buttons .button .ext .option .option-main:hover {
    background: black !important;
    border-color: black !important;
    color: white !important;
}

body.go-l-c header .inner .icons .square .fa:hover, body.go-l-c header .inner .icons .square .fas:hover, body.go-l-c header .inner .icons .square .fab:hover, body.go-l-c header .inner .icons .square span:hover {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
}

body.go-l-c .stripes-headline .par, body.go-l-c .join-wrapper .side-bar .par, body.go-l-c .products-back-to {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
}

body.go-l-c .headline-box.small h4 {
    color: black !important;
}

body.go-l-c .rows-of-two .row .part {
    border-top: 2px solid black !important;
}

body.go-l-c .about-wrapper .special-list li .fa, body.go-l-c .grid-of-boxes .item .fa, body.go-l-c .faq-cols .col .qa .question .fa, body.go-l-c .content-wrapper .type-product .summary button, body.go-l-c .content-wrapper .type-product .summary .button {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-l-c .about-wrapper .text-with-grey .par, body.go-l-c .partners-wrapper .par, body.go-l-c .cover .cover-headline .par {
    background: white !important;
    border: 1px solid black !important;
}

body.go-l-c .login-wrapper .login-box {
    border-color: black !important;
}

body.go-l-c .login-wrapper .login-box form input[type="submit"] {
    border: 2px solid black !important;
}

body.go-l-c .join-wrapper .only-image {
    border: 1px solid black !important;
}

body.go-l-c .faq-cols .col .qa .question h6.big {
    color: black !important;
}

body.go-l-c .buttons.go-blue .button {
    background: white !important;
    color: black !important;
    border-color: black;
}

body.go-l-c .map-wrapper .legend .row .square, body.go-l-c .history-wrapper .col .item .number, body.go-l-c .articles-table .cell.like-button {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-l-c .map-wrapper .legend {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-l-c .map-wrapper .legend .row {
    color: black !important;
}

body.go-l-c .map-wrapper .legend .row .square .fa {
    color: black !important;
}

body.go-l-c .c-black, body.go-l-c .c-red {
    color: black !important;
}

body.go-l-c .faq-cols .col .qa {
    border-color: black;
}

body.go-l-c .history-wrapper .line, body.go-l-c .prod-top-headline h2 .line {
    background: black !important;
}

body.go-l-c .history-wrapper .line .triangle {
    border-top: 14px solid black !important;
}

body.go-l-c .join-wrapper .side-bar .more li {
    border-color: black;
}

body.go-l-c .join-wrapper .side-bar .line {
    background: black !important;
}

body.go-l-c .popup-wrapper .inner {
    background: white !important;
    color: black !important;
    border: 5px solid black !important;
}

body.go-l-c .x-icon {
    background: white !important;
    border: 1px solid black !important;
}

body.go-l-c .x-icon .line {
    background: black !important;
}

body.go-l-c .inst-rows .row {
    border-color: black !important;
}

body.go-l-c .articles-table .cell, body.go-l-c .popup-wrapper .inner .escort-image, body.go-l-c .popup-wrapper .inner .musical-operators-image, body.go-l-c .lessons-grid .item {
    border-color: black !important;
}

body.go-l-c .join-wrapper .the-content .special-headline.b-pink:hover, body.go-l-c .join-wrapper .the-content .special-headline.b-pink.active, body.go-l-c .cover .cover-headline .inner-wrapper .bread h6.big.c-white, body.go-l-c .articles-table .cell.title, body.go-l-c .media-grid .item:hover .desc h4, body.go-l-c .join-wrapper .side-bar .more li:hover, body.go-l-c .wysiwig a, body.go-l-c .order-books-wrapper .books-list .books-table .super-cell .asterik, body.go-l-c .order-books-wrapper .personal-details .form-wrapper form .form-row .error, body.go-l-c .top-cats .cat.active h6.big, body.go-l-c .top-cats .cat:hover h6.big, body.go-l-c .escort-rows .row:hover, body.go-l-c .musical-operators-rows .row:hover {
    color: black !important;
}

body.go-l-c .join-wrapper .the-content ul li:before, body.go-l-c .button, body.go-l-c .order-books-wrapper .big-button, body.go-l-c .top-cats .cat .fa, body.go-l-c .escort-rows .row .fa-plus, body.go-l-c .musical-operators-rows .row .fa-plus, body.go-l-c .join-wrapper .the-content .special-headline.for-image .fa, body.go-l-c .join-wrapper .the-content .special-headline.b-pink .fa {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-l-c .filters .view-buttons .button:after {
    border-top: 6px solid black;
}

body.go-l-c .top-cats .cat, body.go-l-c .top-cats .cat .events, body.go-l-c .top-cats .cat .events h6, body.go-l-c .order-books-wrapper .price-converter {
    border-color: black !important;
}

body.go-l-c .order-books-wrapper .price-converter .m-bg {
    background: rgba(255, 255, 255, 0.25) !important;
}

body.go-l-c .filters .view-buttons .button .ext {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-l-c .filters .view-buttons .button .ext .option {
    color: black !important;
}

body.go-l-c .filters .view-buttons .button .ext .option .main-option {
    color: black !important;
}

body.go-l-c .stripes-squares .stripe, body.go-l-c .stripes-3 .stripe, body.go-l-c .stripes-2 .stripe, body.go-l-c .stripes-4 .stripe {
    border: 1px solid black;
}

body.go-l-c .cover .back-to {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-l-c .post-outer-wrapper .post-content {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-l-c .post-outer-wrapper .post-content .the-content .cats .cat {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}

body.go-l-c .grey-bg {
    background: white !important;
    color: black !important;
}

body.go-l-c .stripe .caption h3, body.go-l-c .stripe .caption h6 {
    color: black !important;
}

body.go-l-c header .inner .menu > .menu-item .sub-menu li a:after {
    background: black !important;
}

body.go-l-c .rows-of-two .row .part {
    background: white !important;
    color: black !important;
    border-color: black !important;
}

body.go-l-c .order-books-wrapper .personal-details .form-wrapper form .form-row input, body.go-l-c .order-books-wrapper .personal-details .form-wrapper form .form-row textarea {
    color: black !important;
    border-color: black !important;
}

body.go-l-c .join-wrapper .the-content .special-headline.b-pink, body.go-l-c .join-wrapper .the-content .table, body.go-l-c .join-wrapper .the-content .table .row, body.go-l-c .order-books-wrapper .books-list .books-table .special-tooltip .little-table .little-row, body.go-l-c .order-books-wrapper .books-list .books-table .special-tooltip .little-table, body.go-l-c .order-books-wrapper .books-list .books-table .row.total, body.go-l-c .order-books-wrapper .books-list .books-table .row .cell, body.go-l-c .order-books-wrapper .price-converter .item.first {
    border-color: black !important;
}

body.go-l-c body.go-d-c .order-books-wrapper .price-converter .m-bg {
    background: rgba(255, 255, 255, 0.25);
}

body.go-l-c .order-books-wrapper .books-list .books-table .row .cell.title:hover {
    color: black !important;
}

body.go-l-c .join-wrapper .the-content .special-headline.for-image h4, body.go-l-c .order-books-wrapper .books-list .books-table .special-tooltip, body.go-l-c .order-books-wrapper .books-list .books-table .row .tooltip, body.go-l-c .order-books-wrapper .books-list .books-table .row .number-wrapper .number-button, body.go-l-c .order-books-wrapper .books-list .books-table .row .number-wrapper input {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
}

body.go-l-c .order-books-wrapper .books-list .books-table .row .tooltip:after {
    border-right: 6px solid black !important;
}

body.go-l-c .musical-operators-rows,
body.go-l-c .escort-rows {
    background: white !important;
}

body.go-l-c .musical-operators-rows .row,
body.go-l-c .escort-rows .row {
    border-color: black !important;
}

body.go-l-c .join-wrapper .the-content .table .v-divider {
    background: black !important;
}

body.go-l-c .lessons-grid .item .tags .tag {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
}

body.go-d-c {
    background: black !important;
    color: #ffff00 !important;
}

body.go-d-c.focus-effects *:focus {
    outline: solid #ffff00 !important;
    background: black !important;
    border: 2px solid #ffff00 !important;
    color: #ffff00 !important;
}

body.go-d-c .accessibility-panel {
    border: 1px solid #ffff00 !important;
    background: black !important;
    color: #ffff00 !important;
}

body.go-d-c .accessibility-panel .lines li {
    border-color: #ffff00 !important;
}

body.go-d-c .accessibility-panel .lines li.first {
    background: #ffff00 !important;
    color: black !important;
}

body.go-d-c .accessibility-panel .lines li.first .fa-times {
    color: #ffff00 !important;
}

body.go-d-c .accessibility-panel .lines li .a-square {
    background: black !important;
    border-color: #ffff00 !important;
    border-bottom: 1px solid;
}

body.go-d-c .accessibility-panel .lines li .a-square:hover {
    background: #ffff00 !important;
    color: black !important;
}

body.go-d-c .accessibility-panel .lines li .a-square.active {
    background: #ffff00 !important;
    color: black !important;
}

body.go-d-c header .inner .menu > .menu-item {
    border-color: #ffff00 !important;
}

body.go-d-c .mobile-header {
    background: black !important;
}

body.go-d-c .menu-button-wrapper .menu-button .line {
    background: #ffff00 !important;
}

body.go-d-c header .search-wrapper, body.go-d-c header .results-outer-wrapper {
    background: black !important;
    color: #ffff00 !important;
}

body.go-d-c header .results-outer-wrapper .results-wrapper .result:hover h6 {
    color: #ffff00 !important;
}

body.go-d-c header .inner .icons .square.active {
    background: black !important;
    color: #ffff00 !important;
}

body.go-d-c header .search-wrapper form .fa-times-circle {
    color: #ffff00 !important;
}

body.go-d-c .newsletter-wrapper .overlay {
    background: rgba(0, 0, 0, 0.65) !important;
}

body.go-d-c .newsletter-wrapper form input {
    border-color: #ffff00 !important;
    color: #ffff00 !important;
}

body.go-d-c .newsletter-wrapper form ::-webkit-input-placeholder {
    color: #ffff00 !important;
}

body.go-d-c .newsletter-wrapper form ::-moz-placeholder {
    color: #ffff00 !important;
}

body.go-d-c .newsletter-wrapper form :-ms-input-placeholder {
    color: #ffff00 !important;
}

body.go-d-c .newsletter-wrapper form :-moz-placeholder {
    color: #ffff00 !important;
}

body.go-d-c ::-webkit-input-placeholder {
    color: #ffff00 !important;
}

body.go-d-c ::-moz-placeholder {
    color: #ffff00 !important;
}

body.go-d-c :-ms-input-placeholder {
    color: #ffff00 !important;
}

body.go-d-c :-moz-placeholder {
    color: #ffff00 !important;
}

body.go-d-c input, body.go-d-c textarea {
    border-color: #ffff00 !important;
    color: #ffff00 !important;
}

body.go-d-c span.wpcf7-not-valid-tip {
    color: #ffff00 !important;
}

body.go-d-c .c-white {
    color: #ffff00 !important;
}

body.go-d-c header .inner {
    background: black !important;
    color: #ffff00 !important;
}

body.go-d-c header .inner .menu > .menu-item .sub-menu {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00;
}

body.go-d-c header .inner .icons .square .fa, body.go-d-c header .inner .icons .square .fas, body.go-d-c header .inner .icons .square .fab, body.go-d-c header .inner .icons .square span {
    border-color: #ffff00;
}

body.go-d-c header .inner .icons .square .fa:hover, body.go-d-c header .inner .icons .square .fas:hover, body.go-d-c header .inner .icons .square .fab:hover, body.go-d-c header .inner .icons .square span:hover {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00;
}

body.go-d-c .cover.hero .overlay {
    background: rgba(0, 0, 0, 0.5) !important;
}

body.go-d-c .cover.hero .center-wrapper {
    color: #ffff00;
}

body.go-d-c .cover.hero .center-wrapper .power-button {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00 !important;
}

body.go-d-c .hero .hero-items .item {
    border: 1px solid #ffff00;
}

body.go-d-c .hero .hero-items .item .bottom-strip {
    background: black !important;
    color: #fce580 !important;
    border-bottom: 1px solid #ffff00 !important;
}

body.go-d-c .section.with-grid .grey-bg {
    background: black !important;
}

body.go-d-c .grid .item .image-wrapper {
    border: 1px solid #ffff00 !important;
}

body.go-d-c .headline-box .par {
    background: black !important;
    border: 1px solid #ffff00 !important;
}

body.go-d-c .headline-box .headline .button-a, body.go-d-c .grid.grid-3.special .item .button-a {
    border: 0 !important;
}

body.go-d-c .button-a.b-blue .text, body.go-d-c .button-a.b-dark-green .text {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00 !important;
}

body.go-d-c .socials .fa, body.go-d-c .socials .fas, body.go-d-c .socials .fab, body.go-d-c .socials .square {
    background: black !important;
    border-color: #ffff00 !important;
    color: #ffff00 !important;
}

body.go-d-c .share-wrapper .fa, body.go-d-c .share-wrapper .fas, body.go-d-c .share-wrapper .fab {
    background: black !important;
    border-color: #ffff00 !important;
    color: #ffff00 !important;
}

body.go-d-c .b-light-blue, body.go-d-c .b-green, body.go-d-c .b-blue, body.go-d-c .b-dark-green, body.go-d-c .b-yellow {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00;
}

body.go-d-c .cover .cover-headline .par.b-light-blue, body.go-d-c .cover .cover-headline .par.b-green, body.go-d-c .cover .cover-headline .par.b-blue, body.go-d-c .cover .cover-headline .par.b-dark-green {
    background: black !important;
    border: 1px solid #ffff00;
}

body.go-d-c .b-red {
    background: black !important;
}

body.go-d-c .cover .cover-headline .inner-wrapper .line, body.go-d-c .stripes-headline .line {
    background: #ffff00 !important;
}

body.go-d-c footer .items ul {
    border-top: 4px solid #ffff00 !important;
}

body.go-d-c footer .form-wrapper form input[type="submit"], body.go-d-c .newsletter-wrapper form input[type="submit"] {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00 !important;
}

body.go-d-c .filters .view-buttons .button .ext .option .option-main.active {
    background: #ffff00 !important;
    border-color: #ffff00 !important;
    color: black !important;
}

body.go-d-c .filters .view-buttons .button .ext .option .option-main:hover {
    background: #ffff00 !important;
    border-color: #ffff00 !important;
    color: black !important;
}

body.go-d-c header .inner .icons .square .fa:hover, body.go-d-c header .inner .icons .square .fas:hover, body.go-d-c header .inner .icons .square .fab:hover, body.go-d-c header .inner .icons .square span:hover {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00;
}

body.go-d-c .stripes-headline .par, body.go-d-c .join-wrapper .side-bar .par, body.go-d-c .products-back-to {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00 !important;
}

body.go-d-c .headline-box.small h4 {
    color: #ffff00 !important;
}

body.go-d-c .rows-of-two .row .part {
    border-top: 2px solid black !important;
}

body.go-d-c .about-wrapper .special-list li .fa, body.go-d-c .grid-of-boxes .item .fa, body.go-d-c .faq-cols .col .qa .question .fa, body.go-d-c .content-wrapper .type-product .summary button, body.go-d-c .content-wrapper .type-product .summary .button {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00;
}

body.go-d-c .about-wrapper .text-with-grey .par, body.go-d-c .partners-wrapper .par, body.go-d-c .cover .cover-headline .par {
    background: black !important;
    border: 1px solid #ffff00 !important;
}

body.go-d-c .faq-cols .col .qa .question h6.big {
    color: #ffff00 !important;
}

body.go-d-c .buttons.go-blue .button {
    background: black !important;
    color: #ffff00 !important;
    border-color: #ffff00;
}

body.go-d-c .map-wrapper .legend .row .square, body.go-d-c .history-wrapper .col .item .number, body.go-d-c .articles-table .cell.like-button {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00;
}

body.go-d-c .map-wrapper .legend {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00;
}

body.go-d-c .map-wrapper .legend .row {
    color: #ffff00 !important;
}

body.go-d-c .map-wrapper .legend .row .square .fa {
    color: #ffff00 !important;
}

body.go-d-c .c-black, body.go-d-c .c-red {
    color: #ffff00 !important;
}

body.go-d-c .faq-cols .col .qa {
    border-color: #ffff00;
}

body.go-d-c .history-wrapper .line, body.go-d-c .prod-top-headline h2 .line {
    background: #ffff00 !important;
}

body.go-d-c .history-wrapper .line .triangle {
    border-top: 14px solid #ffff00 !important;
}

body.go-d-c .join-wrapper .side-bar .more li {
    border-color: #ffff00;
}

body.go-d-c .join-wrapper .side-bar .line {
    background: #ffff00 !important;
}

body.go-d-c .popup-wrapper .inner {
    background: black !important;
    color: #ffff00 !important;
    border: 5px solid #ffff00 !important;
}

body.go-d-c .x-icon {
    background: black !important;
    border: 1px solid #ffff00 !important;
}

body.go-d-c .x-icon .line {
    background: #ffff00 !important;
}

body.go-d-c .inst-rows .row {
    border-color: #ffff00 !important;
}

body.go-d-c .articles-table .cell, body.go-d-c .popup-wrapper .inner .escort-image, body.go-d-c .popup-wrapper .inner .musical-operators-image, body.go-d-c .lessons-grid .item {
    border-color: #ffff00 !important;
}

body.go-d-c .join-wrapper .the-content .special-headline.b-pink:hover, body.go-d-c .join-wrapper .the-content .special-headline.b-pink.active, body.go-d-c .cover .cover-headline .inner-wrapper .bread h6.big.c-white, body.go-d-c .articles-table .cell.title, body.go-d-c .media-grid .item:hover .desc h4, body.go-d-c .join-wrapper .side-bar .more li:hover, body.go-d-c .wysiwig a, body.go-d-c .order-books-wrapper .books-list .books-table .super-cell .asterik, body.go-d-c .order-books-wrapper .personal-details .form-wrapper form .form-row .error, body.go-d-c .top-cats .cat.active h6.big, body.go-d-c .top-cats .cat:hover h6.big, body.go-d-c .escort-rows .row:hover, body.go-d-c .musical-operators-rows .row:hover {
    color: #ffff00 !important;
}

body.go-d-c .join-wrapper .the-content ul li:before, body.go-d-c .button, body.go-d-c .order-books-wrapper .big-button, body.go-d-c .top-cats .cat .fa, body.go-d-c .escort-rows .row .fa-plus, body.go-d-c .musical-operators-rows .row .fa-plus, body.go-d-c .join-wrapper .the-content .special-headline.for-image .fa, body.go-d-c .join-wrapper .the-content .special-headline.b-pink .fa {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00;
}

body.go-d-c .filters .view-buttons .button:after {
    border-top: 6px solid #ffff00;
}

body.go-d-c .top-cats .cat, body.go-d-c .top-cats .cat .events, body.go-d-c .top-cats .cat .events h6, body.go-d-c .order-books-wrapper .price-converter {
    border-color: #ffff00 !important;
}

body.go-d-c .order-books-wrapper .price-converter .m-bg {
    background: rgba(255, 255, 255, 0.25) !important;
}

body.go-d-c .filters .view-buttons .button .ext {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00;
}

body.go-d-c .filters .view-buttons .button .ext .option {
    color: #ffff00 !important;
}

body.go-d-c .filters .view-buttons .button .ext .option .main-option {
    color: #ffff00 !important;
}

body.go-d-c .cover .back-to {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00;
}

body.go-d-c .post-outer-wrapper .post-content {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00;
}

body.go-d-c .post-outer-wrapper .post-content .the-content .cats .cat {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00;
}

body.go-d-c .grey-bg {
    background: black !important;
    color: #ffff00 !important;
}

body.go-d-c .stripe .caption h3, body.go-d-c .stripe .caption h6 {
    color: #ffff00 !important;
}

body.go-d-c header .inner .menu > .menu-item .sub-menu li a:after {
    background: #ffff00 !important;
}

body.go-d-c .rows-of-two .row .part {
    background: black !important;
    color: #ffff00 !important;
    border-color: #ffff00 !important;
}

body.go-d-c .order-books-wrapper .personal-details .form-wrapper form .form-row input, body.go-d-c .order-books-wrapper .personal-details .form-wrapper form .form-row textarea {
    color: #ffff00 !important;
    border-color: #ffff00 !important;
}

body.go-d-c .join-wrapper .the-content .special-headline.b-pink, body.go-d-c .join-wrapper .the-content .table, body.go-d-c .join-wrapper .the-content .table .row, body.go-d-c .order-books-wrapper .books-list .books-table .special-tooltip .little-table .little-row, body.go-d-c .order-books-wrapper .books-list .books-table .special-tooltip .little-table, body.go-d-c .order-books-wrapper .books-list .books-table .row.total, body.go-d-c .order-books-wrapper .books-list .books-table .row .cell, body.go-d-c .order-books-wrapper .price-converter .item.first {
    border-color: #ffff00 !important;
}

body.go-d-c body.go-d-c .order-books-wrapper .price-converter .m-bg {
    background: rgba(255, 255, 255, 0.25);
}

body.go-d-c .order-books-wrapper .books-list .books-table .row .cell.title:hover {
    color: #ffff00 !important;
}

body.go-d-c .join-wrapper .the-content .special-headline.for-image h4, body.go-d-c .order-books-wrapper .books-list .books-table .special-tooltip, body.go-d-c .order-books-wrapper .books-list .books-table .row .tooltip, body.go-d-c .order-books-wrapper .books-list .books-table .row .number-wrapper .number-button, body.go-d-c .order-books-wrapper .books-list .books-table .row .number-wrapper input {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00 !important;
}

body.go-d-c .order-books-wrapper .books-list .books-table .row .tooltip:after {
    border-right: 6px solid #fce580 !important;
}

body.go-d-c .musical-operators-rows,
body.go-d-c .escort-rows {
    background: black !important;
}

body.go-d-c .musical-operators-rows .row,
body.go-d-c .escort-rows .row {
    border-color: #ffff00 !important;
}

body.go-d-c .join-wrapper .the-content .table .v-divider {
    background: #ffff00 !important;
}

body.go-d-c .lessons-grid .item .tags .tag {
    background: black !important;
    color: #ffff00 !important;
    border: 1px solid #ffff00 !important;
}

body.go-d-c .login-wrapper .login-box {
    background: black !important;
    color: white !important;
    border-color: #ffff00 !important;
}

body.go-d-c .login-wrapper .login-box label {
    color: #ffff00 !important;
}

body.go-d-c .login-wrapper .login-box input {
    border-color: #ffff00 !important;
}

body.go-d-c .login-wrapper .login-box form input[type="submit"] {
    border: 2px solid #ffff00 !important;
    color: #ffff00 !important;
    background: black !important;
}

body *:focus {
    outline: none !important;
}

body.focus-effects *:focus {
    outline: solid #3a75e9 !important;
    background: #3a75e9 !important;
    border: 2px solid #3a75e9 !important;
    color: white !important;
}

body.focus-effects header .inner .menu > .menu-item a:focus ~ .sub-menu {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

/* #menu-button{
    &:focus {
        .line {
            background: black !important;
        }
    }
} */
/****************/
.report-wrapper {
    position: relative;
    padding: 50px;
}

.report-wrapper #report-table {
    overflow: auto;
}

.report-wrapper table {
    font-size: 12px;
    border: 2px solid black;
}

.report-wrapper table tr {
    border-bottom: 1px solid black;
}

.report-wrapper table tr.last {
    border-bottom: 2px solid black;
}

.report-wrapper table tr th {
    background: rgba(0, 0, 0, 0.15);
    font-weight: bold;
}

.report-wrapper table tr th, .report-wrapper table tr td {
    text-align: right;
    padding: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.report-wrapper table tr th.last, .report-wrapper table tr td.last {
    border-left: 0;
}

.report-wrapper table tr td.with-checkbox {
    position: relative;
    padding-right: 26px;
    cursor: pointer;
}

.report-wrapper table tr td.with-checkbox.active {
    cursor: default;
}

.report-wrapper table tr td.with-checkbox.active:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    width: 8px;
    height: 8px;
    background: #ec514f;
    border-radius: 50%;
}

.report-wrapper table tr td.with-checkbox:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid black;
    border-radius: 50%;
}

/****************/
#ui-datepicker-div {
    background: white;
    border: 1px solid black;
    width: 220px;
    position: relative;
}

.ui-datepicker-header {
    width: 100%;
    border-bottom: 1px solid;
    font-size: 12px;
}

.ui-datepicker-title {
    text-align: center;
    height: 24px;
    background: black;
    color: white;
    padding-top: 5px;
}

.ui-datepicker-next {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    color: white !important;
}

.ui-datepicker-next .ui-icon {
    color: transparent;
}

.ui-datepicker-next .ui-icon:after {
    content: "הבא";
    color: white;
}

.ui-datepicker-current-day {
    background: #ec514f;
    color: white;
}

.ui-datepicker-prev {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: white !important;
}

.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker-calendar th {
    padding: 7px;
    font-size: 12px;
}

.ui-datepicker-calendar td {
    padding: 7px;
    font-size: 12px;
}

/*******************/
body {
    font-family: "NarkisBlockMF", "Arial", sans-serif;
    font-size: 10px;
    color: black;
    background: white;
    font-weight: normal !important;
    font-style: normal !important;
    direction: rtl;
    overflow-x: hidden;
}

h1 {
    font-size: 8.4em;
    line-height: 0.9;
    font-family: "Mikhmoret";
}

h1.small {
    font-size: 6.6em;
}

h2 {
    font-size: 6.6em;
    line-height: 0.9;
    font-family: "Mikhmoret";
}

h3 {
    font-size: 5.4em;
    line-height: 0.9;
    font-family: "Mikhmoret";
}

h3.small {
    font-size: 4.4em;
}

h4 {
    font-size: 3.8em;
    font-family: "Mikhmoret";
}

h4.small {
    font-size: 3.2em;
}

h5 {
    font-size: 2em;
}

h6 {
    font-size: 2.1em;
    font-family: "Mikhmoret";
    line-height: 1.2;
}

h6.big {
    font-size: 2.8em;
}

p {
    font-size: 1.6em;
    line-height: 1.4;
}

p.en {
    font-size: 1.5em;
}

label {
    font-size: 1.4em;
}

strong, .strong {
    font-weight: bold;
}

.en {
    font-family: "arial";
}

.reg-font {
    font-family: "arial" !important;
}

.wow {
    visibility: hidden;
}

.fa.square {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px !important;
}

.h-blue {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
}

.h-blue:hover {
    color: #3a75e9 !important;
}

.button-a {
    position: relative;
    width: 30px;
    height: 40px;
    background: transparent !important;
    cursor: pointer;
}

.button-a:hover .element {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    width: 40px;
}

.button-a:hover .text {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}

.button-a.b-red .text {
    background: #ec514f;
    color: white;
}

.button-a.b-red .text:after {
    border-bottom-color: #ec514f;
}

.button-a.b-blue .text {
    background: #3a75e9;
    color: white;
}

.button-a.b-blue .text:after {
    border-bottom-color: #3a75e9;
}

.button-a.b-yellow .text {
    background: #fce580;
}

.button-a.b-yellow .text:after {
    border-bottom-color: #fce580;
}

.button-a.b-green .text {
    background: #69e5ab;
    color: black;
}

.button-a.b-green .text:after {
    border-bottom-color: #69e5ab;
}

.button-a.b-dark-green .text {
    background: #00bfa5;
    color: white;
}

.button-a.b-dark-green .text:after {
    border-bottom-color: #69e5ab;
}

.button-a.b-light-blue .text {
    background: #a3d6fa;
    color: black;
}

.button-a.b-light-blue .text:after {
    border-bottom-color: #69e5ab;
}

.button-a.b-purple .text {
    background: #bd5bec;
}

.button-a.b-purple .text:after {
    border-bottom-color: #bd5bec;
}

.button-a .element {
    display: none;
    position: relative;
    width: 30px;
    height: 40px;
    background: white;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.button-a .element:after {
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 0;
    content: "";
    border-bottom: 40px solid white;
    border-left: 20px solid transparent;
}

.button-a .text {
    position: relative;
    font-size: 1.6em;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    width: 110px;
    z-index: 5;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.i-hover {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.i-hover:hover {
    transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
}

.x-button {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.x-button .line {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: black;
}

.x-button .line.one {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.x-button .line.two {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.b-anim {
    opacity: 0;
    visibility: hidden;
}

.b-anim.animated {
    opacity: 1;
    visibility: visible;
}

.t-26 {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.11, 1);
}

.g-right {
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    opacity: 0;
    visibility: "hidden";
}

.g-left {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    opacity: 0;
    visibility: "hidden";
}

#dark {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
    opacity: 0;
    transition: opacity .26s ease-out;
    -webkit-transition: opacity .26s ease-out;
}

#dark.show {
    opacity: 1;
    z-index: 888;
}

#dark.super-show {
    opacity: 1 !important;
    z-index: 888 !important;
}

#dark.higher {
    z-index: 888;
}

header {
    position: fixed;
    width: 100vw;
    left: 0;
    height: 120px;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

header.wide {
    height: 90px;
}

header.wide .inner {
    width: 100%;
}

header.wide .inner .logo {
    right: 30px;
    height: 60px;
    margin-top: -30px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

header.wide .inner .icons {
    left: 30px;
}

header .inner {
    position: relative;
    height: 100%;
    width: calc(100% - 120px);
    margin: auto;
    background: white;
    z-index: 2;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .inner .logo {
    position: absolute;
    right: 30px;
    height: 72px;
    top: 50%;
    margin-top: -36px;
}

header .inner .menu {
    position: absolute;
    right: 100px;
    left: 100px;
    height: calc(100% + 1px);
    vertical-align: middle;
    top: 0;
    text-align: center;
    font-size: 10px;
}

header .inner .menu > .menu-item {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    margin: 0 -2px;
    height: 100%;
    vertical-align: top;
    font-size: 1.7em;
}

header .inner .menu > .menu-item:after {
    content: "/";
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

header .inner .menu > .menu-item:last-of-type:after {
    display: none;
}

header .inner .menu > .menu-item.menu-item-149 .sub-menu {
    background: #a3d6fa;
    color: black;
}

header .inner .menu > .menu-item.menu-item-149 .sub-menu li a:after {
    background: black;
}

header .inner .menu > .menu-item.menu-item-154 .sub-menu {
    background: #fce580;
    color: black;
}

header .inner .menu > .menu-item.menu-item-154 .sub-menu li a:after {
    background: black;
}

header .inner .menu > .menu-item.menu-item-169 .sub-menu {
    background: #69e5ab;
    color: black;
}

header .inner .menu > .menu-item.menu-item-169 .sub-menu li a:after {
    background: black;
}

header .inner .menu > .menu-item.menu-item-176 .sub-menu {
    background: #00bfa5;
}

header .inner .menu > .menu-item.menu-item-161 .sub-menu {
    background: #ec514f;
}

header .inner .menu > .menu-item.menu-item-157 .sub-menu {
    background: #bd5bec;
}

header .inner .menu > .menu-item.menu-item-173 .sub-menu {
    background: #f9dbe2;
    color: black;
}

header .inner .menu > .menu-item.menu-item-173 .sub-menu li a:after {
    background: black;
}

header .inner .menu > .menu-item:hover .sub-menu {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

header .inner .menu > .menu-item > a {
    display: block;
    height: 36px;
    line-height: 36px;
    transform: translateY(0);
    margin-top: 28px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
}

header .inner .menu > .menu-item .sub-menu {
    position: absolute;
    top: 100%;
    width: 350px;
    right: 50%;
    margin-right: -175px;
    background: #3a75e9;
    color: white;
    padding: 25px 0;
    overflow: hidden;
    box-shadow: 2.5vw 3vw 2.5vw 0px rgba(0, 0, 0, 0.16);
    transform-origin: top center;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

header .inner .menu > .menu-item .sub-menu li {
    line-height: 32px;
    position: relative;
}

header .inner .menu > .menu-item .sub-menu li:hover a:after {
    width: 100%;
}

header .inner .menu > .menu-item .sub-menu li a {
    position: relative;
    display: inline-block;
    margin: auto;
}

header .inner .menu > .menu-item .sub-menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: white;
    right: 0;
    width: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

header .inner .menu > .menu-item .sub-menu li a .desc {
    display: block;
    font-size: 12px;
    margin-top: -14px;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-186 a:after {
    bottom: -17px;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-186:after {
    content: "תל\"י לטף - תכנים ופעילויות לגיל הרך";
    margin-top: -15px;
    font-size: 12px;
    display: block;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-187 a:after {
    bottom: -17px;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-187:after {
    content: "לימוד בעקבות נתיבי החודש";
    margin-top: -15px;
    font-size: 12px;
    display: block;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-188 a:after {
    bottom: -17px;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-188:after {
    content: "משאבים בנושא חינוך רוחני";
    margin-top: -15px;
    font-size: 12px;
    display: block;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-158 a:after {
    bottom: -17px;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-158:after {
    content: "מאגרי מידע בנושא חינוך לפלורליזם";
    margin-top: -15px;
    font-size: 12px;
    display: block;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-190 a:after {
    bottom: -17px;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-190:after {
    content: "פעילויות העוסקות בפרשת השבוע";
    margin-top: -15px;
    font-size: 12px;
    display: block;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-191 a:after {
    bottom: -17px;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-191:after {
    content: "זווית ראייה ייחודית על פרשת השבוע";
    margin-top: -15px;
    font-size: 12px;
    display: block;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-192 a:after {
    bottom: -17px;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-192:after {
    content: "תכנים ופעילויות בנושא תרומת איברים";
    margin-top: -15px;
    font-size: 12px;
    display: block;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-2566 a:after {
    bottom: -17px;
}

header .inner .menu > .menu-item .sub-menu li#menu-item-2566:after {
    content: "ליקוטים מהשטח לשימוש חופשי";
    margin-top: -15px;
    font-size: 12px;
    display: block;
}

header .inner .icons {
    position: absolute;
    left: 30px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
}

header .inner .icons .square {
    position: relative;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    margin-right: 6px;
    float: left;
    cursor: pointer;
}

header .inner .icons .square.active {
    background: #ec514f;
    color: white;
    border-color: #ec514f;
}

header .inner .icons .square .fa, header .inner .icons .square .fas, header .inner .icons .square .fab {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 15px;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

header .inner .icons .square .fa.fa-universal-access, header .inner .icons .square .fas.fa-universal-access, header .inner .icons .square .fab.fa-universal-access {
    font-size: 19px;
}

header .inner .icons .square .fa:hover, header .inner .icons .square .fas:hover, header .inner .icons .square .fab:hover {
    background: #ec514f;
    color: white;
    border-color: #ec514f;
}

header .inner .icons .square span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

header .inner .icons .square span:hover {
    background: #ec514f;
    color: white;
    border-color: #ec514f;
}

header .inner .icons .square span:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    color: black;
}

header .inner .icons .square .tooltip {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    margin-left: -50px;
    text-align: center;
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

header .inner .icons .square .tooltip.show {
    visibility: visible;
    opacity: 1;
}

header .inner .icons .square .tooltip .show {
    opacity: 1;
    visibility: visible;
}

header .inner .icons .x-button {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    display: none;
}

header .search-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 120px;
    background: white;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    overflow: hidden;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: top center;
}

header .search-wrapper.show {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

header .search-wrapper .center-wrapper {
    height: calc(100% - 15px);
    left: auto;
}

header .search-wrapper form {
    position: relative;
    width: 800px;
    margin: auto;
}

header .search-wrapper form input {
    height: 40px;
    font-size: 19px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    position: relative;
    padding-right: 30px;
}

header .search-wrapper form .fa-search {
    position: absolute;
    right: 0;
    height: 40px;
    line-height: 40px !important;
    font-size: 17px !important;
    top: 0;
}

header .search-wrapper form .fa-circle-notch {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px !important;
    font-size: 17px !important;
    visibility: hidden;
    opacity: 0;
}

header .search-wrapper form .fa-circle-notch.show {
    visibility: visible;
    opacity: 1;
}

header .search-wrapper form .fa-times-circle {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 20px;
    text-align: left;
    line-height: 40px !important;
    font-size: 17px !important;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    color: #ec514f;
}

header .search-wrapper form .fa-times-circle.show {
    visibility: visible;
    opacity: 1;
}

header .results-outer-wrapper {
    position: absolute;
    top: calc(100% + 120px);
    height: calc(100vh - 300px);
    background: white;
    width: 100%;
    right: 0;
    transform-origin: top center;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

header .results-outer-wrapper.show {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

header .results-outer-wrapper .results-wrapper {
    position: relative;
    width: 800px;
    margin: auto;
    height: calc(100% - 60px);
    overflow: auto;
}

header .results-outer-wrapper .results-wrapper .result {
    position: relative;
    width: 800px;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

header .results-outer-wrapper .results-wrapper .result:hover h6 {
    color: #ec514f;
}

header .results-outer-wrapper .results-wrapper .result h6 {
    font-size: 2.8em;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

header .results-outer-wrapper .results-wrapper .result .type {
    position: relative;
    padding: 4px 8px;
    display: inline-block;
    text-align: center;
    background: #3a75e9;
    color: white;
    margin-top: 5px;
    font-size: 14px;
}

header .cart-icon {
    position: absolute;
    top: 100%;
    left: 30px;
    width: 34px;
    height: 34px;
    background: white;
    color: black;
    cursor: pointer;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    z-index: 1;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .cart-icon.show {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

header .cart-icon .fa {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 36px !important;
    font-size: 13px !important;
}

.dark {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.dark.show {
    visibility: visible;
    opacity: 1;
}

.dark.show {
    opacity: 1;
    visibility: visible;
}

.minicart-wrapper {
    position: fixed;
    width: 500px;
    top: 0;
    height: 100vh;
    background: white;
    left: 0;
    z-index: 99999;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.minicart-wrapper.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.minicart-wrapper .cart-loader {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.minicart-wrapper .cart-loader.show {
    visibility: visible;
    opacity: 1;
}

.minicart-wrapper .cart-loader.show {
    opacity: 1;
    visibility: visible;
}

.minicart-wrapper .cart-loader .fa {
    line-height: 50px !important;
    text-align: center;
    font-size: 15px !important;
    color: black;
}

.minicart-wrapper .cart-content {
    position: absolute;
    top: 50px;
    left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.minicart-wrapper .cart-content.go-down {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.minicart-wrapper .cart-content.go-down.show {
    visibility: visible;
    opacity: 1;
}

.minicart-wrapper .cart-content .woocommerce-mini-cart-item {
    position: relative;
    margin-bottom: 20px;
    padding-right: 120px;
    font-size: 17px;
    line-height: 1.2;
    min-height: 100px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.minicart-wrapper .cart-content .woocommerce-mini-cart-item.go-down {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.minicart-wrapper .cart-content .woocommerce-mini-cart-item.go-down.show {
    visibility: visible;
    opacity: 1;
}

.minicart-wrapper .cart-content .woocommerce-mini-cart-item img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
}

.minicart-wrapper .cart-content .woocommerce-mini-cart-item .remove {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #ec514f;
    color: white !important;
    text-align: center;
    line-height: 22px;
    font-size: 17px;
    z-index: 99999;
    font-family: "arial";
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.minicart-wrapper .cart-content .woocommerce-mini-cart-item .remove:hover {
    background: #fce580;
    color: black;
}

.minicart-wrapper .cart-content .woocommerce-mini-cart__total {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
}

.minicart-wrapper .cart-content .button {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.minicart-wrapper .cart-content .button:hover {
    background: #fce580;
    color: black !important;
}

.price-wrapper {
    position: relative;
    padding: 10px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.form-submit {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 50px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.form-submit:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

.form-submit.white .line {
    background: white;
}

.form-submit.white .triangle {
    border-right: 8px solid white;
}

.form-submit .line {
    position: absolute;
    height: 2px;
    background: black;
    top: 50%;
    margin-top: -1px;
    left: 2px;
    width: 100%;
}

.form-submit .triangle {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    height: 0;
    width: 0;
    border-right: 8px solid black;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.hero {
    position: relative;
    min-height: calc(100vh - 90px);
}

.hero .hero-items {
    position: relative;
    height: auto;
    width: calc(100% - 100px);
    margin: 50px auto 0;
}

.hero .hero-items .grey-bg {
    position: absolute;
    display: none;
    top: 25px;
    left: 50px;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.hero .hero-items .grey-bg.opp {
    right: 50px;
    left: auto;
}

.hero .hero-items .inner-wrapper {
    position: relative;
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    height: auto;
}

.hero .hero-items .item {
    position: relative;
    float: right;
    height: auto;
    width: calc((100% - 150px) / 3);
    margin: 0 25px;
    cursor: pointer;
    overflow: hidden;
}

.hero .hero-items .item:hover .image-wrapper .image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.hero .hero-items .item:hover .image-wrapper .overlay {
    background: rgba(0, 0, 0, 0.75);
}

.hero .hero-items .item:hover .image-wrapper .center-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.hero .hero-items .item .image-wrapper {
    position: relative;
    padding-bottom: 65%;
}

.hero .hero-items .item .image-wrapper .image {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.hero .hero-items .item .image-wrapper .overlay {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.hero .hero-items .item .image-wrapper .center-wrapper {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: block;
    top: auto;
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
    left: auto;
    height: auto;
}

.hero .hero-items .item .image-wrapper .center-wrapper .center {
    display: block;
    position: relative;
}

.hero .hero-items .item .bottom-strip {
    position: relative;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    color: white;
    width: 100%;
    text-align: center;
    right: 0;
    z-index: 10;
}

.hero .hero-items .item .bottom-strip h6 {
    font-size: 2.35em;
    height: 40px;
    line-height: 40px;
}

.hero .hero-items .item .bottom-line {
    position: relative;
    margin-top: 40px;
    height: 4px;
    display: none;
}

.cover {
    position: relative;
    height: 55vh;
    min-height: 300px;
}

.cover.hero {
    height: 60vh;
    min-height: 360px;
}

.cover.hero .images-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.cover.hero .images-wrapper li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 4s ease-out;
    transition: all 4s ease-out;
}

.cover.hero .images-wrapper li.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.cover.hero .center-wrapper {
    text-align: center;
    color: white;
}

.cover.hero .center-wrapper .logo {
    display: block;
    width: 160px;
    margin: auto;
}

.cover.hero .center-wrapper h1 {
    font-size: 7.2em;
}

.cover.hero .center-wrapper h5 {
    font-size: 2.2em;
}

.cover.hero .center-wrapper .power-button {
    position: relative;
    margin: 20px auto 0;
    background: #3a75e9;
    color: white;
    width: 200px;
    height: 40px;
    font-size: 1.8em;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.cover.hero .center-wrapper .power-button:hover {
    padding-right: 20px;
}

.cover .cover-headline {
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -550px;
    width: 1100px;
}

.cover .cover-headline.lower {
    bottom: 60px;
}

.cover .cover-headline .inner-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 20px;
}

.cover .cover-headline .inner-wrapper .line {
    position: absolute;
    right: 0;
    height: 1px;
    top: 0;
    width: 120px;
    background: white;
}

.cover .cover-headline .inner-wrapper h1 {
    position: relative;
}

.cover .cover-headline .inner-wrapper .bread {
    position: relative;
    padding-top: 20px;
    display: inline-block;
}

.cover .cover-headline .inner-wrapper .bread .par {
    top: 0;
    right: -20px;
    width: 100px;
    padding-bottom: calc(100px / 3 * 2);
}

.cover .cover-headline .inner-wrapper .bread h6.big {
    position: relative;
}

.cover .cover-headline .par {
    position: absolute;
    top: 0;
    right: -90px;
    width: 200px;
    padding-bottom: calc(200px / 3 * 2);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.cover .back-to {
    position: absolute;
    right: 40px;
    top: 30px;
    color: white;
    font-size: 16px;
    background: #3a75e9;
    padding: 0 0 6px;
    text-align: center;
    width: 120px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
}

.cover .back-to:hover {
    padding-left: 10px;
}

.cover .back-to.b-light-blue {
    background: #a3d6fa;
    color: black;
}

.cover .back-to.b-dark-green {
    background: #00bfa5;
    color: white;
}

.cover .back-to .fa {
    font-size: 21px;
    margin-left: 6px;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
}

.products-back-to {
    position: absolute;
    right: 30px;
    top: 155px;
    color: black;
    font-size: 1.6em;
    z-index: 9999;
    padding: 0 0 6px;
    text-align: center;
    width: 120px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
}

.products-back-to:hover {
    padding-left: 10px;
}

.products-back-to .fa {
    font-size: 17px;
    margin-left: 6px;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
}

.map-wrapper {
    position: relative;
    margin: 60px auto 0;
    max-width: 1200px;
    padding-bottom: calc(1200px * 0.5);
}

.map-wrapper #map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.map-wrapper .legend {
    position: absolute;
    z-index: 9999;
    top: 50px;
    right: 50px;
    background: white;
    padding: 20px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.map-wrapper .legend .row {
    position: relative;
    height: 16px;
    padding-right: 26px;
    color: black;
    line-height: 16px;
    vertical-align: middle;
    font-size: 1.6em;
    margin: 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.map-wrapper .legend .row:hover {
    color: #ec514f;
}

.map-wrapper .legend .row.active .square .fa {
    display: block;
}

.map-wrapper .legend .row .square {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
}

.map-wrapper .legend .row .square .fa {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 10px !important;
    line-height: 16px !important;
    color: white;
    display: none;
    text-align: center;
}

.hero-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: black;
}

.hero-images .hero-image {
    -webkit-transition: all 6s ease-out;
    transition: all 6s ease-out;
    opacity: 0;
    visibility: "hidden";
}

.hero-images .hero-image.scale {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.hero-images .hero-image.active.active {
    opacity: 1;
    visibility: visible;
}

.hero-arrow-down {
    position: absolute;
    left: 60px;
    bottom: -25px;
    height: 50px;
    width: 50px;
    background: #69e5ab;
    color: white;
    z-index: 999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.hero-arrow-down:hover {
    background: #fce580;
}

.hero-arrow-down .fa {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 50px !important;
    vertical-align: middle;
    font-size: 32px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.page-tagline {
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
}

.content-wrapper {
    padding: 50px;
}

.content-wrapper.front {
    padding: 50px 50px 60px;
}

.content-wrapper.archive {
    padding: 50px 50px 60px;
}

.content-wrapper.post {
    padding: 50px 50px 60px;
}

.rows-of-two {
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.rows-of-two .row {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

.rows-of-two .row .part {
    position: relative;
    float: right;
    width: calc(50% - 6px);
    margin: 0 3px;
    background: #f5f5f5;
    font-size: 1.7em;
    line-height: 40px !important;
    vertical-align: middle;
    padding-right: 15px;
    border-top: 2px solid #3a75e9;
}

.partners-wrapper {
    position: relative;
    font-family: "Arial";
    direction: ltr;
    text-align: center;
}

.partners-wrapper .grey-bg {
    position: absolute;
    left: 0;
    top: -20px;
    height: calc(100% + 40px);
    width: 100%;
    background: #f5f5f5;
}

.partners-wrapper .row {
    position: relative;
    margin-bottom: 60px;
}

.partners-wrapper .row.row-3 .col {
    width: 300px;
}

.partners-wrapper .row.row-2 .col {
    width: 300px;
}

.partners-wrapper .row .col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 40px;
}

.partners-wrapper .par {
    position: absolute;
    top: -10px;
    left: 30%;
    width: 120px;
    background: #a3d6fa;
    padding-bottom: calc(120px / 3 * 2);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.partners-wrapper h3 {
    position: relative;
}

.partners-wrapper ul {
    position: relative;
    margin-top: 30px;
    font-size: 1.6em;
}

.partners-wrapper ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.rows-of-one {
    position: relative;
    max-width: 846px;
    margin: auto;
    font-family: "arial";
    text-align: center;
}

.rows-of-one .row {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

.rows-of-one .row .part {
    position: relative;
    float: right;
    width: calc(100% - 6px);
    margin: 0 3px;
    background: #f5f5f5;
    font-size: 1.7em;
    line-height: 40px !important;
    vertical-align: middle;
    border-top: 2px solid #3a75e9;
}

.rows-of-five {
    position: relative;
    margin: auto;
}

.rows-of-five .row {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

.rows-of-five .row .part {
    position: relative;
    float: right;
    width: calc(20% - 6px);
    margin: 0 3px;
    background: #f5f5f5;
    font-size: 1.7em;
    line-height: 40px !important;
    vertical-align: middle;
    padding-right: 15px;
    border-top: 2px solid #69e5ab;
}

.with-inner-image span.image {
    position: relative;
    float: right;
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-left: 10px;
    margin-top: 5px;
}

.post-outer-wrapper {
    position: relative;
    margin: auto;
}

.post-outer-wrapper .related {
    position: relative;
    float: right;
    width: calc((100% - 800px) / 2);
    background: transparent;
    padding: 0 0 0 50px;
    min-height: 300px;
}

.post-outer-wrapper .related.opp {
    padding: 0 50px 0 0;
}

.post-outer-wrapper .related .special-list {
    position: relative;
    margin-top: 20px;
    margin: 20px auto 0;
}

.post-outer-wrapper .related .special-list li {
    padding-right: 30px;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.post-outer-wrapper .related .special-list li .fa {
    position: absolute;
    top: 0;
    width: 20px;
    right: 0;
    border: 2px solid #3a75e9;
    background: #3a75e9;
    border-radius: 50%;
    color: white;
    height: 20px;
    line-height: 16px !important;
    text-align: center;
    font-size: 12px;
}

.post-outer-wrapper .related .items {
    position: relative;
}

.post-outer-wrapper .related .items .item {
    position: relative;
    margin-top: 25px;
    cursor: pointer;
    padding-right: 70px;
}

.post-outer-wrapper .related .items .item .image-wrapper {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    overflow: hidden;
}

.post-outer-wrapper .related .items .item .image-wrapper .image {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.post-outer-wrapper .related .items .item .details {
    position: relative;
    margin-top: 20px;
}

.post-outer-wrapper .related .items .item .details p {
    position: relative;
    margin-top: 5px;
}

.post-outer-wrapper .related .items .item .details p .fa {
    font-size: 11px;
    margin-left: 3px;
}

.post-outer-wrapper .related .items .item .title {
    color: black;
    position: relative;
    font-size: 11px;
}

.post-outer-wrapper .post-content {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
    background: #f5f5f5;
}

.post-outer-wrapper .post-content .grey-bg {
    position: absolute;
    top: -50px;
    left: 90px;
    width: calc(100% - 50px);
    height: 100%;
    background: #f5f5f5;
}

.post-outer-wrapper .post-content .grey-bg.opp {
    right: 50px;
    left: auto;
}

.post-outer-wrapper .post-content .the-content {
    position: relative;
}

.post-outer-wrapper .post-content .the-content .cats {
    position: relative;
    margin-top: 10px;
}

.post-outer-wrapper .post-content .the-content .cats .cat {
    display: inline-block;
    margin-left: 1px;
    margin-bottom: 3px;
    padding: 6px 24px 3px 24px;
    font-size: 13px;
    color: white;
    background: #3a75e9;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.post-outer-wrapper .post-content .the-content .cats .cat:hover {
    background: #a3d6fa;
    color: black;
}

.post-outer-wrapper .post-content .the-content .cats .cat.b-dark-green {
    background: #00bfa5;
    color: white;
}

.post-outer-wrapper .post-content .the-content .cats .cat.b-dark-green:hover {
    background: #69e5ab;
    color: black;
}

.post-outer-wrapper .post-content .the-content .tags {
    position: relative;
    margin-top: 10px;
}

.post-outer-wrapper .post-content .the-content .tags .tag {
    display: inline-block;
    margin-left: 1px;
    margin-bottom: 3px;
    padding: 3px 12px;
    font-size: 13px;
    color: black;
    background: #69e5ab;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.post-outer-wrapper .post-content .the-content .tags .tag:hover {
    background: #a3d6fa;
}

.post-outer-wrapper .post-content .the-content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px auto;
}

.post-outer-wrapper .post-content .the-content img.g-r-50 {
    float: right;
    width: 50%;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: -120px;
}

.post-outer-wrapper .post-content .the-content .iframe-wrapper {
    padding-bottom: 56.25%;
    position: relative;
    margin: 30px auto;
}

.post-outer-wrapper .post-content .the-content .iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.the-bread {
    position: relative;
    float: right;
    font-size: 2.4em;
    font-family: "Mikhmoret";
}

.the-bread span {
    float: left;
    margin-left: 10px;
}

.the-bread span .fa {
    margin-right: 3px;
    font-size: 11px;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.wysiwig {
    position: relative;
}

.wysiwig p, .wysiwig h6, .wysiwig h5, .wysiwig h4, .wysiwig h3, .wysiwig h2, .wysiwig h1, .wysiwig ul, .wysiwig ol {
    margin-top: 20px;
}

.wysiwig ul {
    position: relative;
    padding-right: 20px;
    list-style-type: disc;
    font-size: 16px;
    line-height: 1.4;
}

.wysiwig ol {
    position: relative;
    padding-right: 20px;
    list-style-type: decimal;
    font-size: 16px;
    line-height: 1.4;
}

.wysiwig iframe {
    width: 100%;
    height: calc(800px * 0.5625);
}

.wysiwig img {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.wysiwig img.alignright {
    float: right;
    width: auto !important;
    height: auto !important;
    margin-top: 10px !important;
    margin-left: 20px !important;
    margin-bottom: 10px !important;
}

.wysiwig img.alignleft {
    float: left;
    width: auto !important;
    height: auto !important;
    margin-top: 10px !important;
    margin-right: 20px !important;
    margin-bottom: 10px !important;
}

.wysiwig a {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    color: #ec514f;
}

.wysiwig a:hover {
    color: #69e5ab;
}

.wysiwig .gallery {
    width: calc(100% + 10px) !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.wysiwig .gallery.gallery-columns-2 .gallery-item {
    width: calc((100% / 2) - 10px) !important;
}

.wysiwig .gallery.gallery-columns-3 .gallery-item {
    width: calc((100% / 3) - 10px) !important;
}

.wysiwig .gallery.gallery-columns-4 .gallery-item {
    width: calc((100% / 4) - 10px) !important;
}

.wysiwig .gallery.gallery-columns-5 .gallery-item {
    width: calc((100% / 5) - 10px) !important;
}

.wysiwig .gallery.gallery-columns-6 .gallery-item {
    width: calc((100% / 6) - 10px) !important;
}

.wysiwig .gallery .gallery-item {
    margin: 10px 5px 0 !important;
    cursor: pointer;
}

.wysiwig .gallery .gallery-item.enlarge {
    position: fixed !important;
    top: -10px !important;
    left: -10px !important;
    width: calc(100vw + 20px) !important;
    height: calc(100vh + 20px) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9999999 !important;
}

.wysiwig .gallery .gallery-item.enlarge img {
    width: 50vw !important;
    margin: auto !important;
    margin-top: 50vh !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.wysiwig .gallery .gallery-item img {
    border: 0 !important;
    margin: 10px 0 0 0 !important;
}

.iframe-wrapper {
    padding-bottom: 56.25%;
    position: relative;
    margin: 30px auto;
}

.iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.share-wrapper {
    position: relative;
    margin-top: 30px;
}

.share-wrapper .fa, .share-wrapper .fas, .share-wrapper .fab {
    margin-top: 10px;
    margin-left: 6px;
    width: 34px;
    height: 34px;
    border: 2px solid black;
    text-align: center;
    line-height: 32px !important;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.share-wrapper .fa:hover, .share-wrapper .fas:hover, .share-wrapper .fab:hover {
    background: black;
    color: white;
}

.share-wrapper .fa.fa-facebook-f, .share-wrapper .fas.fa-facebook-f, .share-wrapper .fab.fa-facebook-f {
    border-color: #3b5998;
    background: #3b5998;
    color: white;
}

.share-wrapper .fa.fa-facebook-f:hover, .share-wrapper .fas.fa-facebook-f:hover, .share-wrapper .fab.fa-facebook-f:hover {
    background: transparent;
    color: #3b5998;
}

.share-wrapper .fa.fa-twitter, .share-wrapper .fas.fa-twitter, .share-wrapper .fab.fa-twitter {
    border-color: #4099ff;
    background: #4099ff;
    color: white;
}

.share-wrapper .fa.fa-twitter:hover, .share-wrapper .fas.fa-twitter:hover, .share-wrapper .fab.fa-twitter:hover {
    background: transparent;
    color: #4099ff;
}

.share-wrapper .fa.fa-envelope, .share-wrapper .fas.fa-envelope, .share-wrapper .fab.fa-envelope {
    border-color: #ec514f;
    background: #ec514f;
    color: white;
}

.share-wrapper .fa.fa-envelope:hover, .share-wrapper .fas.fa-envelope:hover, .share-wrapper .fab.fa-envelope:hover {
    background: transparent;
    color: #ec514f;
}

.share-wrapper .fa.fa-pinterest, .share-wrapper .fas.fa-pinterest, .share-wrapper .fab.fa-pinterest {
    border-color: #cd201f;
    background: #cd201f;
    color: white;
}

.share-wrapper .fa.fa-pinterest:hover, .share-wrapper .fas.fa-pinterest:hover, .share-wrapper .fab.fa-pinterest:hover {
    background: transparent;
    color: #cd201f;
}

.share-wrapper .fa.fa-whatsapp, .share-wrapper .fas.fa-whatsapp, .share-wrapper .fab.fa-whatsapp {
    border-color: #65ce72;
    background: #65ce72;
    color: white;
    font-size: 21px;
}

.share-wrapper .fa.fa-whatsapp:hover, .share-wrapper .fas.fa-whatsapp:hover, .share-wrapper .fab.fa-whatsapp:hover {
    background: transparent;
    color: #65ce72;
}

/* .related {
	position: absolute;
	left: 60px;
	top: calc( 65vh + 60px );
	width: calc( (100% - 900px) / 2 );
	background: $grey;
	padding: 60px;
	min-height: 500px;
} */
.section {
    position: relative;
}

.headline-box {
    position: relative;
    width: 75%;
    margin-right: 12.5%;
    height: 280px;
}

.headline-box:hover .par {
    transform: rotate(-40deg) scale(1.05);
    -webkit-transform: rotate(-40deg) scale(1.05);
}

.headline-box:hover .button-a .element {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    width: 40px;
}

.headline-box:hover .button-a .text {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}

.headline-box.opp {
    margin-left: 12.5%;
    margin-right: 0;
}

.headline-box.small {
    height: 200px;
    width: 95%;
    margin-right: 0;
    cursor: default;
}

.headline-box.small h4 {
    margin-top: 5px;
    font-size: 3.6em;
}

.headline-box .par {
    position: absolute;
    top: 80px;
    right: 26px;
    width: 100%;
    padding-bottom: calc(100% / 3 * 2);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.headline-box .headline {
    position: absolute;
    top: 60px;
    right: 40%;
    width: 500px;
    padding-top: 20px;
}

.headline-box .headline.go-white {
    color: white;
}

.headline-box .headline.go-white .line {
    background: white;
}

.headline-box .headline.move-left {
    right: 45%;
}

.headline-box .headline .line {
    position: absolute;
    right: 0;
    height: 1px;
    top: 0;
    width: 120px;
    background: black;
}

.home-cols {
    position: relative;
    overflow: hidden;
}

.home-cols.go-left .single {
    right: calc(100vw / 3 * 2);
}

.home-cols.go-left .single.fixed {
    right: calc(100vw / 3 * 2 + 50px);
}

.home-cols.go-left .double {
    float: right;
}

.home-cols .single {
    position: absolute;
    width: calc(100vw / 3 - 100px);
    height: 370px;
    top: 0;
    right: 0;
}

.home-cols .single.fixed {
    position: fixed;
    right: 50px;
    top: 150px;
}

.home-cols .single.bottom-absolute {
    bottom: 0;
    top: auto;
}

.home-cols .double {
    position: relative;
    width: calc(100% / 3 * 2 - 15px);
    float: left;
}

.grid {
    position: relative;
    width: calc(100% + 50px);
    margin: 0 -25px;
}

.grid.with-border {
    border: 1px solid transparent;
}

.grid.grid-2 .item {
    width: calc((100% - 100px) / 2);
}

.grid.grid-3.special .item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 156px) / 3);
}

.grid.grid-3.special .item.double {
    width: calc(((100% - 156px) / 3 * 2) + 53px);
}

.grid.grid-3.special .item.double .image-wrapper {
    padding-bottom: 50%;
}

.grid.grid-3.special .item.p-75 .image-wrapper {
    position: relative;
    padding-bottom: 75%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.grid.grid-3 .item {
    width: calc((100% - 150px) / 3);
}

.grid.grid-3 .item.double {
    width: calc(((100% - 150px) / 3 * 2) + 50px);
}

.grid.grid-3 .item.double .image-wrapper {
    padding-bottom: 50%;
}

.grid.grid-3 .item.p-75 .image-wrapper {
    position: relative;
    padding-bottom: 75%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.grid.grid-4 .item {
    width: calc((100% - 200px) / 4);
}

.grid.grid-4 .item.p-75 .image-wrapper {
    position: relative;
    padding-bottom: 75%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.grid.grid-5 .item {
    width: calc((100% - 250px) / 5);
}

.grid.grid-5 .item.tall .image-wrapper {
    position: relative;
    padding-bottom: 128%;
}

.grid.go-left .item {
    float: left;
}

.grid.without-box {
    width: 100%;
    margin-right: 25px;
}

.grid.squares .item .image-wrapper {
    padding-bottom: 100%;
}

.grid.rects .item .image-wrapper {
    padding-bottom: 125%;
}

.grid.circles .item .image-wrapper {
    padding-bottom: 100%;
    border-radius: 50%;
    -webkit-transform: translateZ(100%);
    transform: translateZ(100%);
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.grid.circles .item .image-wrapper.smaller {
    width: 70%;
    padding-bottom: 70%;
}

.grid .item {
    position: relative;
    float: right;
    margin: 25px;
    cursor: pointer;
}

.grid .item:hover .image-wrapper .image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.grid .item:hover .image-wrapper .overlay {
    background: rgba(0, 0, 0, 0.75);
}

.grid .item:hover .image-wrapper .center-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.grid .item.team-item {
    cursor: default;
}

.grid .item .image-wrapper {
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
}

.grid .item .image-wrapper .image {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.grid .item .image-wrapper .overlay {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.grid .item .image-wrapper .center-wrapper {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: block;
    top: auto;
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
    left: auto;
    height: auto;
}

.grid .item .image-wrapper .center-wrapper .center {
    display: block;
    position: relative;
}

.grid .item .details {
    position: relative;
    margin-top: 20px;
}

.grid .item .details h6 {
    font-size: 2.4em;
}

.grid .item .details p {
    position: relative;
    margin-top: 5px;
}

.grid .item .details p .fa {
    font-size: 11px;
    margin-left: 3px;
}

.grid .item .main-item-text {
    position: relative;
    padding-top: 100px;
    max-width: 340px;
}

.grid .item .main-item-text.special {
    padding-top: 50px;
}

.grid .inner-grid-headline {
    position: relative;
    margin: 25px 25px 0 0;
    padding-right: 35px;
}

.grid .inner-grid-headline:before {
    position: absolute;
    top: 50%;
    height: 1px;
    right: 0;
    background: black;
    width: 25px;
    content: "";
}

.third {
    width: calc(100% / 3);
}

.two-thirds {
    position: relative;
    width: calc(100% / 3 * 2);
}

.book-tag {
    padding: 6px 12px;
    font-size: 13px;
    color: black;
    background: #fce580;
    margin-top: 10px;
    display: inline-block;
}

.book-tag.big {
    font-size: 16px;
}

.buttons {
    position: relative;
    margin-top: 20px;
}

.buttons.go-blue .button {
    background: #3a75e9;
}

.buttons.go-blue .button:hover {
    background: #ec514f;
    color: white;
}

.buttons .button {
    position: relative;
    float: right;
    width: calc(50% - 5px);
    background: #ec514f;
    color: white;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.buttons .button:hover {
    background: #fce580;
    color: black;
}

.buttons .button.first {
    margin-left: 10px;
}

.f-r {
    float: right;
}

.f-l {
    float: left;
}

.preloader-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px !important;
    text-align: center;
    font-size: 21px !important;
    color: white;
}

.popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.popup-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.popup-wrapper .close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-wrapper .center-wrapper .center {
    padding: 50px 20px;
}

.popup-wrapper .inner {
    position: relative;
    max-width: 976px;
    margin: auto;
    background: white;
    box-shadow: 2.5vw 3vw 2.5vw 0px rgba(0, 0, 0, 0.16);
    padding: 25px;
}

.popup-wrapper .inner.wide {
    max-width: 600px;
    padding: 35px;
    border: 5px solid #fce580;
}

.popup-wrapper .inner.narrow {
    max-width: 700px;
    padding: 35px;
    border: 5px solid #fce580;
}

.popup-wrapper .inner.narrow.with-green-border {
    border: 5px solid #69e5ab;
}

.popup-wrapper .inner.narrow.with-blue-border {
    border: 5px solid #3a75e9;
}

.popup-wrapper .inner.narrow .wysiwig iframe {
    height: calc(630px * 0.5625);
}

.popup-wrapper .inner.wider {
    max-width: 1200px;
    padding: 35px;
    border: 5px solid #fce580;
}

.popup-wrapper .inner.wider.with-red-border {
    border: 5px solid #ec514f;
}

.popup-wrapper .inner.wider.with-green-border {
    border: 5px solid #69e5ab;
}

.popup-wrapper .inner.wider.with-purple-border {
    border: 5px solid #bd5bec;
}

.popup-wrapper .inner.with-red-border {
    border: 5px solid #ec514f;
}

.popup-wrapper .inner.with-green-border {
    border: 5px solid #69e5ab;
}

.popup-wrapper .inner.with-purple-border {
    border: 5px solid #bd5bec;
}

.popup-wrapper .inner.with-blue-border {
    border: 5px solid #3a75e9;
}

.popup-wrapper .inner.media {
    padding: 20px;
    max-width: 800px;
}

.popup-wrapper .inner.media img {
    display: block;
    width: 100%;
}

.popup-wrapper .inner.media .text {
    float: right;
    margin-right: 50px;
    width: 400px;
    vertical-align: top;
    text-align: right;
}

.popup-wrapper .inner .mw-100 h4 {
    max-width: 100% !important;
}

.popup-wrapper .inner .image-wrapper {
    position: absolute;
    right: 5px;
    top: 20px;
    height: calc(100% - 40px);
    width: 340px;
}

.popup-wrapper .inner .image-wrapper .image.bg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.popup-wrapper .inner .text-wrapper {
    position: relative;
    margin-right: 380px;
    width: calc(100% - 380px);
    height: 100%;
    padding: 25px;
}

.popup-wrapper .inner .text-wrapper .half {
    position: relative;
    width: 50%;
}

.popup-wrapper .inner .text-wrapper .half.f-r {
    float: right;
    padding-left: 10px;
}

.popup-wrapper .inner .text-wrapper .half.f-l {
    float: left;
    padding-right: 10px;
}

.popup-wrapper .inner h4 {
    max-width: calc(100% - 120px);
}

.popup-wrapper .inner .book-tag {
    position: absolute;
    left: 25px;
    top: 32px;
    margin: 0;
}

.popup-wrapper .inner .third {
    position: relative;
    float: right;
    width: calc(100% / 3);
    padding-left: 25px;
    margin-top: 25px;
}

.popup-wrapper .inner .third.double {
    width: calc(100% / 3 * 2);
    padding-left: 0;
}

.popup-wrapper .inner .third img {
    display: block;
    width: 100%;
    height: auto;
}

.popup-wrapper .inner .third .iframe-wrapper {
    position: relative;
    float: left;
    width: 400px;
    height: calc(400px * 0.5625);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 0;
}

.popup-wrapper .inner .third .iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-wrapper .inner .musical-operators-image,
.popup-wrapper .inner .escort-image {
    position: absolute;
    top: 25px;
    left: 35px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #69e5ab;
}

.popup-wrapper .inner .musical-operators-image .image,
.popup-wrapper .inner .escort-image .image {
    border-radius: 50%;
}

.top-cats {
    position: relative;
}

.top-cats .cat {
    position: relative;
    padding-right: 34px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
    cursor: pointer;
}

.top-cats .cat:hover h6.big {
    color: #ec514f;
}

.top-cats .cat.active h6.big {
    color: #ec514f;
}

.top-cats .cat.active .fa {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.top-cats .cat.active .events {
    display: block;
}

.top-cats .cat .fa {
    position: absolute;
    right: 0;
    top: 20px;
    width: 24px;
    border: 2px solid #ec514f;
    background: #ec514f;
    border-radius: 50%;
    color: white;
    height: 24px;
    line-height: 22px !important;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.top-cats .cat h6 {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.top-cats .cat .events {
    display: none;
    position: relative;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.top-cats .cat .events h6 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
}

.top-cats .cat .events h6:hover {
    padding-right: 10px;
}

.section.with-grid .grey-bg {
    position: absolute;
    top: 65px;
    left: 50px;
    width: calc(100% - 50px);
    height: calc(100% - 55px);
    background: #f5f5f5;
}

.section.with-grid .grey-bg.opp {
    right: 50px;
    left: auto;
}

.section.with-grid .grey-bg.special {
    top: -20px;
    height: calc(100% + 30px);
}

.follow-wrapper {
    position: relative;
    height: 25vw;
    border-bottom: 1px solid white;
}

.follow-wrapper .half {
    position: relative;
    float: right;
    width: 50%;
    height: 100%;
}

.follow-wrapper .half:hover {
    /* .image-wrapper {
      	.image {
      		@include scale(1.05);
      	}
      } */
}

.follow-wrapper .half:hover .fa.big-circle {
    background: #ec514f;
    color: white;
    border-color: #ec514f;
}

.follow-wrapper .half.with-b {
    border-left: 1px solid white;
}

.follow-wrapper .half .image-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.follow-wrapper .half .image-wrapper .image {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.fa.big-circle {
    position: relative;
    display: block;
    margin: 20px auto 0;
    width: 70px;
    height: 70px;
    border: 2px solid white;
    color: white;
    font-size: 30px !important;
    line-height: 66px !important;
    border-radius: 50%;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.newsletter-wrapper {
    position: relative;
    height: 25vw;
}

.newsletter-wrapper:hover .image-wrapper .image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.newsletter-wrapper .image-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.newsletter-wrapper .image-wrapper .image {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.newsletter-wrapper form {
    position: relative;
    max-width: 840px;
    margin-left: auto;
    margin-top: 0 !important;
    margin-right: auto;
}

.newsletter-wrapper form .wpcf7-form-control-wrap {
    float: right;
    width: calc((100% - 100px) / 2);
    margin-left: 10px;
}

.newsletter-wrapper form input {
    border-color: white;
    color: white;
    font-size: 18px !important;
}

.newsletter-wrapper form input[type="submit"] {
    background: #3a75e9;
    border: 0;
    border-radius: 0;
    float: left !important;
    width: 80px !important;
    margin: 0 !important;
}

.newsletter-wrapper form input.third {
    width: calc((100% - 90px) / 2);
    float: right;
    margin: 10px;
}

.newsletter-wrapper form input.half {
    width: calc((100% - 40px) / 2);
    float: right;
    margin: 10px;
}

.newsletter-wrapper form ::-webkit-input-placeholder {
    color: white !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

.newsletter-wrapper form ::-moz-placeholder {
    color: white !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

.newsletter-wrapper form :-ms-input-placeholder {
    color: white !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

.newsletter-wrapper form :-moz-placeholder {
    color: white !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

.newsletter-wrapper form .fa-circle-o-notch {
    left: -30px !important;
    bottom: -53px !important;
}

.newsletter-wrapper form div.wpcf7-mail-sent-ok {
    position: absolute !important;
    bottom: -130px !important;
    width: 100% !important;
    font-size: 18px !important;
}

.newsletter-wrapper form button {
    margin-top: 10px;
    float: left;
    width: 40px;
    height: 40px;
    background: #3a75e9;
    color: white;
    text-align: center;
    border: 0;
    outline: 0;
    line-height: 36px;
    font-size: 21px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.newsletter-wrapper form button:hover {
    background: #ec514f;
}

.thanks-banner {
    position: relative;
    max-width: 660px;
    height: 200px;
    margin: 50px auto 0;
}

.thanks-banner:hover .image-wrapper .image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.thanks-banner .image-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.thanks-banner .image-wrapper .image {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

footer {
    padding: 60px;
    position: relative;
}

footer .items {
    position: relative;
    float: right;
    width: 205px;
    margin-left: 20px;
    height: 286px;
}

footer .items.yellow ul {
    border-top: 4px solid #fce580;
}

footer .items.green ul {
    border-top: 4px solid #69e5ab;
}

footer .items.red ul {
    border-top: 4px solid #ec514f;
}

footer .items ul {
    margin-top: 20px;
    padding-top: 10px;
    position: relative;
    font-size: 1.6em;
    border-top: 4px solid #a3d6fa;
}

footer .items ul li {
    line-height: 28px;
    position: relative;
    cursor: pointer;
}

footer .items ul li:hover .text:after {
    width: 100%;
}

footer .items ul li .text {
    position: relative;
    display: inline-block;
    margin: auto;
}

footer .items ul li .text:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: black;
    right: 0;
    width: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

footer .form-wrapper {
    position: relative;
    float: left;
    width: 360px;
    max-width: calc(100% - 950px);
}

footer .form-wrapper form input[type="submit"] {
    background: #3a75e9;
    border-color: #3a75e9;
    color: white;
    border-radius: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

footer .form-wrapper form input[type="submit"]:hover {
    background: #ec514f;
    border-color: #ec514f;
}

footer .contact-details {
    position: relative;
}

footer .contact-details p {
    line-height: 1.5;
}

footer .contact-details .logos {
    height: 60px;
    left: 0;
    bottom: 0;
    position: absolute;
}

footer .contact-details .logos .logo {
    position: relative;
    float: left;
    margin-right: 20px;
    height: 100%;
}

footer .contact-details .logos .logo.jewish-agency {
    height: 40px;
    margin-top: 20px;
}

.media-grid {
    position: relative;
    max-width: 900px;
    margin: auto;
}

.media-grid .item {
    position: relative;
    padding-right: 170px;
    min-height: 150px;
    margin-bottom: 40px;
    cursor: pointer;
}

.media-grid .item:hover .desc h4 {
    color: #3a75e9;
}

.media-grid .item .image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
}

.media-grid .item .desc {
    position: relative;
}

.media-grid .item .desc h4 {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.media-grid .item .desc p {
    margin-top: 5px;
}

.inst-rows {
    position: relative;
    margin-top: 30px;
}

.inst-rows.for-kindergardens .row .cell {
    width: calc((100% - 50px) / 4) !important;
}

.inst-rows.for-kindergardens .row .cell.masad {
    width: 50px !important;
}

.inst-rows .row {
    position: relative;
    padding: 10px 0;
    font-size: 1.6em;
    border-bottom: 1px solid black;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    /* cursor: pointer;
    &:hover {
    	background: $blue;
    	color: white;
    } */
}

.inst-rows .row.first {
    font-weight: bold;
}

.inst-rows .row .cell {
    position: relative;
    width: calc((100% - 640px) / 5);
    float: right;
    padding-left: 10px;
}

.inst-rows .row .cell.masad {
    width: 50px !important;
    min-height: 1px;
}

.inst-rows .row .cell.name {
    width: 180px;
}

.inst-rows .row .cell.address {
    width: 150px;
}

.inst-rows .row .cell.city {
    width: 140px;
}

.inst-rows .row .cell.phone {
    width: 90px;
    margin-left: 30px;
}

.socials {
    position: relative;
    margin-top: 10px;
}

.socials .fa, .socials .fas, .socials .fab {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ec514f;
    color: white;
    line-height: 40px !important;
    text-align: center;
    font-size: 19px !important;
    margin-left: 6px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.socials .fa.fa-facebook-f, .socials .fas.fa-facebook-f, .socials .fab.fa-facebook-f {
    background: #3b5998;
    border: 2px solid #3b5998;
}

.socials .fa.fa-facebook-f:hover, .socials .fas.fa-facebook-f:hover, .socials .fab.fa-facebook-f:hover {
    color: #3b5998;
    background: white;
}

.socials .fa.fa-youtube, .socials .fas.fa-youtube, .socials .fab.fa-youtube {
    background: #cd201f;
    border: 2px solid #cd201f;
    font-size: 21px !important;
}

.socials .fa.fa-youtube:hover, .socials .fas.fa-youtube:hover, .socials .fab.fa-youtube:hover {
    color: #cd201f;
    background: white;
}

.socials .fa.fa-search, .socials .fas.fa-search, .socials .fab.fa-search {
    background: #ec514f;
    border: 2px solid #ec514f;
    font-size: 17px !important;
    cursor: pointer;
}

.socials .fa.fa-search:hover, .socials .fas.fa-search:hover, .socials .fab.fa-search:hover {
    color: #ec514f;
    background: white;
}

.socials .fa.fa-universal-access, .socials .fas.fa-universal-access, .socials .fab.fa-universal-access {
    background: #3a75e9;
    border: 2px solid #3a75e9;
    font-size: 20px !important;
    cursor: pointer;
}

.socials .fa.fa-universal-access:hover, .socials .fas.fa-universal-access:hover, .socials .fab.fa-universal-access:hover {
    color: #3a75e9;
    background: white;
}

.socials .square {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 15px;
    margin-left: 6px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.socials .square.en {
    border: 2px solid #00bfa5;
    background: #00bfa5;
    color: white;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.socials .square.en:hover {
    color: #00bfa5;
    background: white;
}

.archive-rows {
    position: relative;
    margin-top: 50px;
    padding: 25px 200px 50px;
    background: #f5f5f5;
}

.archive-rows .row {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 1.6em;
    border-bottom: 1px solid black;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
}

.archive-rows .row:hover {
    color: #3a75e9;
}

.archive-rows .row .title {
    float: right;
    font-family: "Mikhmoret";
    font-size: 20px;
}

.archive-rows .row .author {
    float: left;
    margin-right: 30px;
}

.archive-rows .row .date {
    float: left;
}

.archive-rows .row .fa {
    margin-left: 6px;
    font-size: 13px;
}

#archive-grid {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#archive-grid.go-down {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    visibility: hidden;
    opacity: 0;
}

#archive-grid.go-down.show {
    visibility: visible;
    opacity: 1;
}

#media-grid {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#media-grid.go-down {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    visibility: hidden;
    opacity: 0;
}

#media-grid.go-down.show {
    visibility: visible;
    opacity: 1;
}

#archive-list {
    display: none;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#archive-list.go-down {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

.filters {
    position: relative;
    height: 40px;
}

.filters .view-buttons {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

.filters .view-buttons .button {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 100%;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1.6em;
    margin-left: 10px;
    background: #a3d6fa;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.filters .view-buttons .button:after {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -3px;
    border-top: 6px solid white;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    width: 0;
    height: 0;
}

.filters .view-buttons .button:hover {
    background: #73c0f7;
}

.filters .view-buttons .button:hover .ext {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.filters .view-buttons .button.fixed-height .ext {
    height: 160px;
    overflow: auto;
}

.filters .view-buttons .button.without-t:after {
    display: none;
}

.filters .view-buttons .button.go-red {
    background: #ec514f;
    color: white;
}

.filters .view-buttons .button.go-red:hover {
    background: #ea3a38;
}

.filters .view-buttons .button.go-red .ext .option:hover {
    background: #ec514f;
    color: white;
}

.filters .view-buttons .button.go-red .ext .option.active {
    background: #e72321;
    color: white;
}

.filters .view-buttons .button.go-red .ext .option .option-main:hover {
    background: #ec514f;
    color: white;
}

.filters .view-buttons .button.go-red .ext .option .option-main.active {
    background: #e72321;
    color: white;
}

.filters .view-buttons .button.go-yellow {
    background: #fce580;
    color: black;
}

.filters .view-buttons .button.go-yellow:after {
    border-top: 6px solid black;
}

.filters .view-buttons .button.go-yellow:hover {
    background: #fbdb4e;
}

.filters .view-buttons .button.go-yellow.active {
    background: #00bfa5;
    color: white;
}

.filters .view-buttons .button.go-yellow .ext .option .option-main:hover {
    background: #fce580;
    color: black;
}

.filters .view-buttons .button.go-yellow .ext .option .option-main.active {
    background: #fbdb4e;
    color: black;
}

.filters .view-buttons .button.active {
    background: #3a75e9;
    color: white;
}

.filters .view-buttons .button.active:hover {
    background: #6895ee;
}

.filters .view-buttons .button.go-green {
    background: #69e5ab;
}

.filters .view-buttons .button.go-green:hover {
    background: #3edd93;
}

.filters .view-buttons .button.go-green.active {
    background: #3a75e9;
    color: white;
}

.filters .view-buttons .button.go-green.active:hover {
    background: #94edc3;
}

.filters .view-buttons .button.go-dark-green {
    background: #00bfa5;
    color: white;
}

.filters .view-buttons .button.go-dark-green:hover {
    background: #008c79;
}

.filters .view-buttons .button.go-dark-green.active {
    background: #69e5ab;
}

.filters .view-buttons .button.go-dark-green.active:hover {
    background: #00f2d1;
}

.filters .view-buttons .button.go-dark-green .ext {
    color: black;
}

.filters .view-buttons .button.go-dark-green .ext .option.active {
    background: #69e5ab;
    color: black;
}

.filters .view-buttons .button.go-dark-green .ext .option:hover {
    background: #00bfa5;
    color: white;
}

.filters .view-buttons .button.go-dark-green .ext .option .option-main {
    position: relative;
    height: 100%;
}

.filters .view-buttons .button.go-dark-green .ext .option .option-main:hover {
    background: #69e5ab;
    color: black;
}

.filters .view-buttons .button.go-dark-green .ext .option .option-main.active {
    background: #00bfa5;
    color: white;
}

.filters .view-buttons .button.absolute {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    width: auto;
    padding: 0 20px;
}

.filters .view-buttons .button.narrow {
    width: 120px;
}

.filters .view-buttons .button .ext {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: white;
    z-index: 999;
    transform-origin: top center;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    box-shadow: 2.5vw 3vw 2.5vw 0px rgba(0, 0, 0, 0.16);
}

.filters .view-buttons .button .ext .option {
    position: relative;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
    line-height: 40px;
    color: black;
}

.filters .view-buttons .button .ext .option:hover .option-children {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.filters .view-buttons .button .ext .option .option-main {
    position: relative;
    height: 100%;
    line-height: 1;
    padding: 12px 0;
}

.filters .view-buttons .button .ext .option .option-main:hover {
    background: #a3d6fa;
    color: black;
}

.filters .view-buttons .button .ext .option .option-main.active {
    background: #3a75e9;
    color: white;
}

.filters .view-buttons .button .ext .option .fa-angle-left {
    position: absolute;
    left: 10px;
    top: 0;
    height: 40px;
    line-height: 40px !important;
    font-size: 19px !important;
}

.filters .view-buttons .button .ext .option .option-children {
    position: absolute;
    right: 100%;
    width: 220px;
    top: 0;
    box-shadow: 2.5vw 3vw 2.5vw 0px rgba(0, 0, 0, 0.16);
    transform-origin: top center;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    background: white;
}

.filters .view-buttons .button .ext .option .option-children .option:hover .option-grandchildren {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.filters .view-buttons .button .ext .option .option-grandchildren {
    position: absolute;
    right: 100%;
    width: 220px;
    top: 0;
    box-shadow: 2.5vw 3vw 2.5vw 0px rgba(0, 0, 0, 0.16);
    transform-origin: top center;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    background: white;
}

.filters .view-buttons input {
    position: relative;
    display: inline-block;
    width: 220px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1.6em;
    border: 1px solid black;
    padding-right: 15px;
    float: left;
}

#games-ages-filter.button,
#games-topics-filter.button,
#archive-filters.filters .view-buttons .button {
    width: auto;
    padding: 0 20px 0 35px;
}

#games-ages-filter.button::after,
#games-topics-filter.button::after,
#archive-filters.filters .view-buttons .button::after {
    left: 12px;
    margin-top: -4px;
}


.x-icon {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #3a75e9;
    cursor: pointer;
    z-index: 99999;
}

.x-icon.blue {
    background: #3a75e9;
}

.x-icon.light-blue {
    background: #a3d6fa;
}

.x-icon.green {
    background: #69e5ab;
}

.x-icon.dark-green {
    background: #00bfa5;
}

.x-icon.red {
    background: #ec514f;
}

.x-icon.pink {
    background: #f9dbe2;
}

.x-icon.purple {
    background: #bd5bec;
}

.x-icon.yellow {
    background: #fce580;
}

.x-icon.yellow .lines .line {
    background: black;
}

.x-icon .lines {
    position: absolute;
    width: 14px;
    height: 3px;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -1.5px;
}

.x-icon .lines .line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
}

.x-icon .lines .line.one {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.x-icon .lines .line.two {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.inner-bread {
    margin-top: 60px;
    font-family: "Mikhmoret";
    font-size: 2em;
}

.about-wrapper {
    position: relative;
    padding-bottom: 60px;
}

.about-wrapper .iframe-wrapper {
    position: relative;
    width: 900px;
    height: calc(900px * 0.5625);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.about-wrapper .iframe-wrapper.m-t-50 {
    margin-top: 50px;
}

.about-wrapper .iframe-wrapper .grey-bg {
    position: absolute;
    background: #f5f5f5;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
}

.about-wrapper .iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about-wrapper .special-list {
    position: relative;
    margin-top: 20px;
    max-width: 750px;
    margin: 20px auto 0;
}

.about-wrapper .special-list.m-t-50 {
    margin: 50px auto 0;
}

.about-wrapper .special-list li {
    padding-right: 40px;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.about-wrapper .special-list li .fa {
    position: absolute;
    top: 0;
    width: 24px;
    right: 0;
    border: 2px solid #ec514f;
    background: #ec514f;
    border-radius: 50%;
    color: white;
    height: 24px;
    line-height: 22px !important;
    text-align: center;
    font-size: 13px;
}

.about-wrapper .text-with-grey {
    position: relative;
    max-width: 900px;
    margin: 120px auto 0;
    text-align: center;
}

.about-wrapper .text-with-grey.m-t-60 {
    margin-top: 60px;
}

.about-wrapper .text-with-grey.m-t-80 {
    margin-top: 80px;
}

.about-wrapper .text-with-grey.special {
    width: 1000px;
    margin: 80px auto 0;
}

.about-wrapper .text-with-grey .grey-bg {
    position: absolute;
    background: #f5f5f5;
    top: -30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
}

.about-wrapper .text-with-grey .par {
    position: absolute;
    top: -30px;
    right: 120px;
    width: 200px;
    padding-bottom: calc(200px / 3 * 2);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    z-index: 10;
}

.about-wrapper .text-with-grey .par.go-right {
    right: 60px;
    top: -15px;
}

.about-wrapper .text-with-grey h4, .about-wrapper .text-with-grey h5, .about-wrapper .text-with-grey h6, .about-wrapper .text-with-grey p {
    position: relative;
    z-index: 20;
}

.history-wrapper {
    position: relative;
    margin: 60px auto 0;
    max-width: 1100px;
}

.history-wrapper .line {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: calc(100% + 10px);
    background: #a3d6fa;
}

.history-wrapper .line .triangle {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    height: 0;
    width: 0;
    border-top: 14px solid #a3d6fa;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.history-wrapper .col {
    position: relative;
    float: right;
    width: 50%;
    padding: 0 30px;
}

.history-wrapper .col.go-left {
    padding-top: 100px;
}

.history-wrapper .col.go-left .item {
    padding-left: 0;
    padding-right: 170px;
}

.history-wrapper .col.go-left .item .number {
    left: auto;
    right: 0;
}

.history-wrapper .col .item {
    position: relative;
    padding-left: 170px;
    margin-bottom: 100px;
}

.history-wrapper .col .item.item-1 {
    height: 220px;
}

.history-wrapper .col .item.item-2 {
    height: 330px;
}

.history-wrapper .col .item.item-3 {
    height: 330px;
    margin-top: 100px;
}

.history-wrapper .col .item.item-4 {
    margin-top: -100px;
}

.history-wrapper .col .item .number {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    background: #ec514f;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 1;
    padding: 35px 20px;
    font-size: 2.6em;
    font-family: "Mikhmoret";
}

.history-wrapper .col .item .text {
    text-align: justify;
}

.history-wrapper .col .item .text p {
    margin: 10px;
}

.faq-cols {
    position: relative;
    margin: 60px auto 0;
    max-width: 1100px;
}

.faq-cols .col {
    position: relative;
    float: right;
    width: 50%;
    padding: 0 30px;
}

.faq-cols .col .qa {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid black;
    cursor: pointer;
}

.faq-cols .col .qa:hover .question {
    color: #ec514f;
}

.faq-cols .col .qa:hover .question .fa {
    color: white;
}

.faq-cols .col .qa .question {
    position: relative;
    padding-right: 34px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.faq-cols .col .qa .question h6.big, .join-wrapper .accordion-list-item h6.big {
    font-size: 2.4em;
}

.faq-cols .col .qa .question .fa {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    border: 2px solid #ec514f;
    background: #ec514f;
    border-radius: 50%;
    color: white;
    height: 24px;
    line-height: 22px !important;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.join-wrapper .accordion-list-item .fa {
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.faq-cols .col .qa .question .fa.rotate, .join-wrapper .accordion-list-item .fa.rotate {
    transform: rotate(45deg);
}

.faq-cols .col .qa .answer {
    position: relative;
    padding-top: 10px;
    display: none;
}

.menu-cols {
    position: relative;
    margin: 30px auto 0;
}

.menu-cols.as-sidebar {
    margin: 60px auto 0;
}

.menu-cols.as-sidebar .col {
    float: none;
    width: 100%;
}

.menu-cols.as-sidebar .col.right {
    padding-left: 0;
}

.menu-cols.as-sidebar .col.left {
    padding-right: 0;
}

.menu-cols.as-sidebar .col .elem {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.menu-cols .col {
    position: relative;
    float: right;
    width: 50%;
}

.menu-cols .col.right {
    padding-left: 15px;
}

.menu-cols .col.left {
    padding-right: 15px;
}

.menu-cols .col .elem {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid black;
}

.menu-cols .col .elem:hover .question {
    color: #ec514f;
}

.menu-cols .col .elem:hover .question .fa {
    color: white;
}

.menu-cols .col .elem .headline {
    position: relative;
    padding-right: 34px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.menu-cols .col .elem .headline h6.big {
    font-size: 2.4em;
}

.menu-cols .col .elem .headline .fa {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    border: 2px solid #bd5bec;
    background: #bd5bec;
    border-radius: 50%;
    color: white;
    height: 24px;
    line-height: 22px !important;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.menu-cols .col .elem .headline .fa.rotate {
    transform: rotate(45deg);
}

.menu-cols .col .elem .inner-menu {
    position: relative;
    padding-top: 10px;
    display: none;
    font-size: 16px;
}

.menu-cols .col .elem .inner-menu .items {
    position: relative;
}

.menu-cols .col .elem .inner-menu .items li {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.menu-cols .col .elem .inner-menu .items li:hover {
    color: #bd5bec;
}

.menu-cols .col .elem .inner-menu .items li:hover .another-menu {
    color: black;
}

.menu-cols .col .elem .inner-menu .items li.active {
    color: #bd5bec;
}

.menu-cols .col .elem .inner-menu .items li.active .another-menu {
    color: black;
}

.menu-cols .col .elem .inner-menu .items li .another-headline .fa {
    font-size: 11px;
    margin-left: 6px;
    transform: rotate(0) !important;
}

.menu-cols .col .elem .inner-menu .items li .another-headline .fa.rotate {
    transform: rotate(0) !important;
}

.menu-cols .col .elem .inner-menu .items li .another-headline .fa.rotate.extreme-rotate {
    transform: rotate(45deg) !important;
}

.menu-cols .col .elem .inner-menu .items li .another-headline .fa.extreme-rotate {
    transform: rotate(45deg) !important;
}

.menu-cols .col .elem .inner-menu .items li .another-menu {
    padding-right: 30px;
    position: relative;
    display: none;
}

.menu-cols .col .elem .inner-menu .items li .another-menu li {
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.menu-cols .col .elem .inner-menu .items li .another-menu li:hover {
    color: #bd5bec;
}

.musical-operators-rows,
.escort-rows {
    position: relative;
    margin-top: 20px;
    margin-right: -30px;
    width: calc(100% + 30px);
    background: #f5f5f5;
}

.musical-operators-rows .row,
.escort-rows .row {
    position: relative;
    padding: 20px 0;
    padding-right: 30px;
    font-size: 1.6em;
    border-bottom: 1px solid black;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.musical-operators-rows .row:hover,
.escort-rows .row:hover {
    color: #00bfa5;
}

.musical-operators-rows .row.head,
.escort-rows .row.head {
    font-size: 1.6em;
    font-weight: 700;
}

.musical-operators-rows .row.opened .show-more,
.escort-rows .row.opened .show-more {
    display: none;
}

.musical-operators-rows .row.opened .more,
.escort-rows .row.opened .more {
    display: block;
}

.musical-operators-rows .row .fa-plus,
.escort-rows .row .fa-plus {
    position: absolute;
    top: 20px;
    right: 0;
    width: 16px;
    background: #00bfa5;
    border-radius: 50%;
    color: white;
    height: 16px;
    line-height: 18px !important;
    text-align: center;
    font-size: 13px;
}

.musical-operators-rows .row .part,
.escort-rows .row .part {
    position: relative;
    float: right;
    width: calc(100% / 6);
    padding-left: 20px;
}

.musical-operators-rows .row .part.city,
.escort-rows .row .part.city {
    padding-left: 0;
    float: left;
}

.musical-operators-rows .row .part .more,
.escort-rows .row .part .more {
    display: none;
}

.grid-of-boxes {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.grid-of-boxes.special {
    margin-right: -12px;
}

.grid-of-boxes.special .item {
    width: calc(50% - 22px);
    margin: 0 10px 20px;
}

.grid-of-boxes.special .item .fa-check {
    width: 22px;
    border: 2px solid #ec514f;
    background: #ec514f;
    border-radius: 50%;
    color: white;
    height: 22px;
    line-height: 18px !important;
    text-align: center;
    font-size: 13px;
    margin-left: 6px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.grid-of-boxes.with-anim .item {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.grid-of-boxes.with-anim .item:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.grid-of-boxes .item {
    position: relative;
    width: 250px;
    margin: 0 10px 30px;
    vertical-align: top;
    text-align: right;
    display: inline-block;
}

.grid-of-boxes .item .fa {
    width: 24px;
    border: 2px solid #3a75e9;
    background: #3a75e9;
    border-radius: 50%;
    color: white;
    height: 24px;
    line-height: 22px !important;
    text-align: center;
    font-size: 13px;
    margin-left: 6px;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.join-wrapper {
    position: relative;
    padding: 60px;
    min-height: calc(100vh - 90px);
}

.join-wrapper .grey-bg {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: #f5f5f5;
}

.join-wrapper .content-half-wrapper {
    position: static;
    float: right;
    width: 50%;
}

.join-wrapper .content-half-wrapper .content-half {
    position: relative;
    padding: 30px;
}

.join-wrapper .content-half-wrapper .content-half .line {
    position: absolute;
    right: 30px;
    height: 1px;
    top: 20px;
    width: 120px;
    background: black;
}

.join-wrapper .content-half-wrapper .content-half .par {
    position: absolute;
    top: 20px;
    right: 0;
    width: 150px;
    padding-bottom: calc(150px / 3 * 2);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.join-wrapper .content-half-wrapper .content-half h6 {
    position: relative;
}

.join-wrapper .side-bar-wrapper {
    position: relative;
    float: right;
    width: 320px;
}

.join-wrapper .side-bar-wrapper.wide {
    width: 340px;
}

.join-wrapper .side-bar-wrapper.wide .side-bar {
    width: 340px;
}

.join-wrapper .side-bar {
    position: relative;
    margin-top: 15px;
    width: 320px;
    padding-top: 25px;
    padding-right: 30px;
}

.join-wrapper .side-bar .line {
    position: absolute;
    right: 30px;
    height: 1px;
    top: 0;
    width: 120px;
    background: black;
}

.join-wrapper .side-bar .par {
    position: absolute;
    top: 20px;
    right: 0;
    width: 150px;
    padding-bottom: calc(150px / 3 * 2);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.join-wrapper .side-bar h6 {
    position: relative;
}

.join-wrapper .side-bar .more {
    position: relative;
    margin-top: 30px;
    margin-left: 60px;
    border-top: 1px solid black;
}

.join-wrapper .side-bar .more li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid black;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.join-wrapper .side-bar .more li:hover {
    color: #a3d6fa;
}

.join-wrapper .side-bar .more li.with-green:hover {
    color: #69e5ab;
}

.join-wrapper .side-bar .more li.with-dark-green:hover {
    color: #00bfa5;
}

.join-wrapper .side-bar .more li.with-red:hover {
    color: #ec514f;
}

.join-wrapper .image-wrapper-wrapper {
    position: relative;
    float: right;
    width: 320px;
    height: calc(100vh - 180px);
    margin-right: 60px;
}

.join-wrapper .image-wrapper-wrapper.special {
    width: 50%;
    float: left;
    margin-right: 0;
}

.join-wrapper .image-wrapper-wrapper .image-wrapper {
    position: relative;
    height: calc(100vh - 180px);
}

.join-wrapper .image-wrapper-wrapper .squares {
    position: relative;
}

.join-wrapper .image-wrapper-wrapper .squares img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.join-wrapper .the-content {
    position: relative;
    float: right;
    width: calc(100% - 700px);
    min-height: 500px;
}

.join-wrapper .the-content.wide {
    width: calc(100% - 520px);
    padding-left: 30px;
    margin: auto 100px;
}

.join-wrapper .the-content.wide p {
    max-width: 100%;
}

.join-wrapper .the-content.wider {
    width: calc(100% - 320px);
    padding: 0 30px 0 15px;
}

.join-wrapper .the-content.wider p {
    max-width: 100%;
}

.join-wrapper .the-content.very-wide {
    width: calc(100% - 340px);
    padding: 0 60px 0 15px;
}

.join-wrapper .the-content.very-wide p {
    max-width: 100%;
}

.join-wrapper .the-content.special-wide {
    width: calc(100% - 320px);
    padding-left: 30px;
    margin: auto;
}

.join-wrapper .the-content.special-wide .text-and-video {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.join-wrapper .the-content.special-wide .text-and-video .text-wrapper {
    position: relative;
    float: right;
    margin-top: -10px;
    width: calc(100% - 490px);
}

.join-wrapper .the-content.special-wide .text-and-video .text-wrapper h5 {
    margin-top: 10px !important;
}

.join-wrapper .the-content.special-wide .text-and-video .video-wrapper {
    position: relative;
    float: left;
    width: 440px;
    height: calc(440px * 0.5625);
}

.join-wrapper .the-content.special-wide .text-and-video .video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.join-wrapper .the-content > :first-child {
    margin-top: 20px;
}

.join-wrapper .the-content .special-headline {
    padding: 5px 10px 3px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.join-wrapper .the-content .special-headline:hover {
    background: #3a75e9;
}

.join-wrapper .the-content .special-headline:hover .fa {
    color: #3a75e9;
}

.join-wrapper .the-content .special-headline.b-pink {
    background: transparent;
    padding: 5px 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.join-wrapper .the-content .special-headline.b-pink .fa {
    background: #3a75e9;
    color: white;
}

.join-wrapper .the-content .special-headline.b-pink:hover {
    color: #3a75e9;
}

.join-wrapper .the-content .special-headline.b-pink:hover .fa {
    background: #3a75e9;
    color: white;
}

.join-wrapper .the-content .special-headline.for-image {
    height: 232px;
    margin-top: 20px;
    position: relative;
}

.join-wrapper .the-content .special-headline.for-image h4 {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: white;
    color: black;
    padding: 5px 10px 2px;
}

.join-wrapper .the-content .special-headline.for-image .fa {
    font-size: 15px;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    text-align: center;
    line-height: 26px !important;
    background: #ec514f;
    color: white;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    margin-left: 6px;
}

.join-wrapper .the-content .special-headline.for-image .image.bg {
    background-position: top center !important;
}

.join-wrapper .the-content .special-headline .fa {
    font-size: 15px;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    text-align: center;
    line-height: 26px !important;
    color: #ec514f;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    margin-left: 6px;
}

.join-wrapper .the-content .divider {
    position: relative;
    margin: 20px auto;
    height: 2px;
    background: black;
}

.join-wrapper .the-content .plan {
    position: relative;
}

.join-wrapper .the-content .plan.active .plan-desc {
    display: block;
}

.join-wrapper .the-content .plan .plan-desc {
    display: none;
}

.join-wrapper .the-content p {
    text-align: justify;
    margin-top: 20px;
}

.join-wrapper .the-content h6, .join-wrapper .the-content h5, .join-wrapper .the-content h4, .join-wrapper .the-content h3, .join-wrapper .the-content h2, .join-wrapper .the-content h1 {
    margin-top: 40px;
}

.join-wrapper .the-content ul {
    position: relative;
    margin-top: 20px;
    text-align: justify;
}

.join-wrapper .the-content ul.with-link li {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
}

.join-wrapper .the-content ul.with-link li:hover {
    color: #ec514f;
}

.join-wrapper .the-content ul.list-of-quotes li {
    padding-right: 30px;
}

.join-wrapper .the-content ul.list-of-quotes li:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    border: 0;
    background: transparent;
    border-radius: 50%;
    color: #00bfa5;
    height: 20px;
    line-height: 20px !important;
    text-align: center;
    font-size: 18px;
}

.join-wrapper .the-content ul li {
    line-height: 1.3;
    margin-top: 15px;
    font-size: 1.6em;
    padding-right: 40px;
    position: relative;
}

.page-id-59 .join-wrapper .the-content ul li {
    line-height: 1.3;
    margin-top: 15px;
    font-size: 16px;
    padding-right: 40px;
    position: relative;
}

.join-wrapper .the-content ul li:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    border: 2px solid #ec514f;
    background: #ec514f;
    border-radius: 50%;
    color: white;
    height: 20px;
    line-height: 22px !important;
    text-align: center;
    font-size: 13px;
}

.join-wrapper .the-content ul li ul li:before {
    position: absolute;
    top: -3px;
    right: 0;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    border: 0;
    background: initial;
    border-radius: 50%;
    color: black;
    height: 20px;
    line-height: 22px !important;
    text-align: center;
    font-size: 10px;
}

.page-id-59 .join-wrapper .the-content ul li ul li {
    padding-right: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}

.join-wrapper .the-content i.fa-plus {
    position: absolute;
    margin-top: 5px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    border: 2px solid #ec514f;
    background: #ec514f;
    border-radius: 50%;
    color: white;
    height: 20px;
    line-height: 17px !important;
    text-align: center;
    font-size: 13px;
}

.accordion-headline h6.big {
    margin-right: 30px;
    cursor: pointer;
}

.accordion-list-item .accordion-content {
    display: none;
}

.join-wrapper .the-content iframe {
    width: 100%;
    height: calc((100vw - 760px) * 0.5625);
}

.join-wrapper .the-content .table {
    position: relative;
    border: 1px solid black;
    border-bottom: 0;
}

.join-wrapper .the-content .table .row {
    position: relative;
    border-bottom: 1px solid black;
}

.join-wrapper .the-content .table .row.cells-3 .cell {
    width: calc(100% / 3);
}

.join-wrapper .the-content .table .row.special {
    text-align: center;
    font-size: 14px;
    padding: 15px;
}

.join-wrapper .the-content .table .row .cell {
    position: relative;
    float: right;
    padding: 15px;
    height: 100%;
    font-size: 14px;
}

.join-wrapper .the-content .table .row .cell p {
    font-size: 14px !important;
}

.join-wrapper .the-content .table .v-divider {
    position: absolute;
    height: 100%;
    top: 0;
    width: 1px;
    background: black;
}

.join-wrapper .the-content .table .v-divider.one {
    right: calc(100% / 3);
}

.join-wrapper .the-content .table .v-divider.two {
    right: calc(100% / 3 * 2);
}

.join-wrapper .only-image {
    left: 60px;
    top: 60px;
    height: calc(100% - 120px);
    width: calc(100% - 440px);
}

.join-wrapper .only-image.wide {
    width: calc(100% - 120px);
}

.activities {
    position: relative;
}

.activities .filters {
    margin-top: 40px;
}

.activities .filters h3 {
    font-size: 4.4em;
    margin-top: 0;
}

.activities .filters .left-side {
    position: absolute;
    left: 0;
    top: -2px;
    width: calc(100% - 200px);
}

.activities .filters .left-side .view-buttons {
    text-align: left;
}

.activities .filters .left-side .view-buttons .button {
    margin-left: 0;
    margin-right: 10px;
    background: #69e5ab;
}

.activities .filters .left-side .view-buttons .button:after {
    border-top: 6px solid black;
}

.activities .filters .left-side .view-buttons .button .ext .option .option-main:hover {
    background: #69e5ab;
}

.activities .filters .left-side .view-buttons .button .ext .option .option-main.active {
    background: #3edd93;
}

.activities .workshops-grid {
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.activities .workshops-grid.go-down {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
}

.activities .workshops-grid.go-down.show {
    visibility: visible;
    opacity: 1;
}

.activities .activities-cat {
    position: relative;
    margin-top: 20px;
}

.activities .activities-cat .title {
    padding-right: 35px;
    margin-top: 20px;
    position: relative;
}

.activities .activities-cat .title:before {
    position: absolute;
    top: 50%;
    height: 1px;
    right: 0;
    background: black;
    width: 25px;
    content: "";
}

.activities .activities-cat .items {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.activities .activities-cat .items .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 20px 14px;
    cursor: pointer;
    width: calc((100% - 90px) / 3);
}

.activities .activities-cat .items .item:hover .image-wrapper .overlay {
    background: rgba(0, 0, 0, 0.75);
}

.activities .activities-cat .items .item:hover .image-wrapper .center-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.activities .activities-cat .items .item .image-wrapper {
    position: relative;
    padding-bottom: 65%;
}

.activities .activities-cat .items .item .image-wrapper .overlay {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.activities .activities-cat .items .item .image-wrapper .center-wrapper {
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: block;
    top: auto;
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
    left: auto;
    height: auto;
    color: white;
}

.activities .activities-cat .items .item .image-wrapper .center-wrapper.show {
    visibility: visible;
    opacity: 1;
}

.activities .activities-cat .items .item .image-wrapper .center-wrapper .center {
    display: block;
    position: relative;
}

.activities .activities-cat .items .item .details {
    position: relative;
    margin-top: 20px;
}

.activities .activities-cat .items .item .details h6 {
    font-size: 2.4em;
    margin-top: 0;
}

.winner {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}

.articles-wrapper {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.articles-table {
    position: relative;
}

.articles-table.en {
    text-align: left;
    direction: ltr;
}

.articles-table.en .cell {
    float: left;
    font-size: 1.5em;
}

.articles-table.en .cell.title {
    font-size: 1.7em;
}

.articles-table .row {
    position: relative;
    width: calc(100% + 10px);
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 15px;
}

.articles-table .cell {
    position: relative;
    float: right;
    width: calc(100% - 415px);
    border-top: 2px solid #3a75e9;
    margin: 0 5px;
    font-size: 1.6em;
    padding: 14px 10px 0;
    min-height: 34px;
}

.articles-table .cell.narrow {
    width: 90px;
}

.articles-table .cell.medium {
    width: 190px;
}

.articles-table .cell.title {
    color: #3a75e9;
    border: 0;
    font-size: 1.8em;
    padding: 0 10px;
    min-height: 0;
}

.articles-table .cell.transparent {
    background: transparent;
    border-color: transparent;
}

.articles-table .cell.like-button {
    background: #3a75e9;
    color: white;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    cursor: pointer;
    text-align: center;
    padding: 7px 0 !important;
}

.articles-table .cell.like-button:hover {
    background: #ec514f;
    border-color: #ec514f;
}

.with-quote {
    position: relative;
    padding-right: 70px;
}

.with-quote .fa {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 50px;
}

.button {
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1.7em;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
}

.button.power {
    font-size: 1.9em;
    height: 50px;
    line-height: 50px;
}

.button.semi-power {
    font-size: 1.9em;
}

.stripes-2 {
    position: relative;
    height: calc(100vh - 80px);
}

.stripes-2 .grey-bg {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: #f5f5f5;
}

.stripes-2 .inner-wrapper {
    position: absolute;
    height: calc(100% - 120px);
    top: 60px;
    width: calc(100% - 420px);
    left: 60px;
}

.stripes-2 .stripe {
    position: relative;
    float: right;
    width: calc((100% - 40px) / 2);
    margin-right: 20px;
    height: 100%;
    cursor: pointer;
}

.stripes-2 .stripe:hover .image-wrapper .image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.stripes-2 .stripe:hover .overlay.light {
    background: rgba(0, 0, 0, 0.65);
}

.stripes-2 .stripe:hover .caption .button-a .element {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    width: 40px;
}

.stripes-2 .stripe:hover .caption .button-a .text {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}

.stripes-2 .stripe .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.stripes-2 .stripe .image-wrapper .image {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.stripes-2 .stripe .caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: white;
}

.stripes-2 .stripe .overlay.light {
    background: rgba(0, 0, 0, 0.15);
}

.stripes-4 {
    position: relative;
    height: calc(100vh - 80px);
}

.stripes-4 .grey-bg {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: #f5f5f5;
}

.stripes-4 .inner-wrapper {
    position: absolute;
    height: calc(100% - 120px);
    top: 60px;
    width: calc(100% - 420px);
    left: 60px;
}

.stripes-4 .stripe {
    position: relative;
    float: right;
    width: calc((100% - 80px) / 4);
    margin-right: 20px;
    height: 100%;
    cursor: pointer;
}

.stripes-4 .stripe:hover .image-wrapper .image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.stripes-4 .stripe:hover .overlay.light {
    background: rgba(0, 0, 0, 0.65);
}

.stripes-4 .stripe:hover .caption .button-a .element {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    width: 40px;
}

.stripes-4 .stripe:hover .caption .button-a .text {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}

.stripes-4 .stripe .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.stripes-4 .stripe .image-wrapper .image {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.stripes-4 .stripe .caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
    color: white;
}

.stripes-4 .stripe .overlay.light {
    background: rgba(0, 0, 0, 0.15);
}

.stripes-3 {
    position: relative;
    height: calc(100vh - 80px);
}

.stripes-3 .grey-bg {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: #f5f5f5;
}

.stripes-3 .inner-wrapper {
    position: absolute;
    height: calc(100% - 120px);
    top: 60px;
    width: calc(100% - 420px);
    left: 60px;
}

.stripes-3 .stripe {
    position: relative;
    float: right;
    width: calc((100% - 60px) / 3);
    margin-right: 20px;
    height: 100%;
    cursor: pointer;
}

.stripes-3 .stripe:hover .image-wrapper .image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.stripes-3 .stripe:hover .overlay.light {
    background: rgba(0, 0, 0, 0.65);
}

.stripes-3 .stripe:hover .caption .button-a .element {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    width: 40px;
}

.stripes-3 .stripe:hover .caption .button-a .text {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}

.stripes-3 .stripe .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.stripes-3 .stripe .image-wrapper .image {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.stripes-3 .stripe .caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
    color: white;
}

.stripes-3 .stripe .overlay.light {
    background: rgba(0, 0, 0, 0.15);
}

.stripes-6 {
    position: relative;
    height: calc(100vh - 80px);
}

.stripes-6 .grey-bg {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: #f5f5f5;
}

.stripes-6 .inner-wrapper {
    position: absolute;
    height: calc(100% - 90px);
    top: 45px;
    width: calc(100% - 420px);
    left: 60px;
}

.stripes-6 .stripe {
    position: relative;
    float: right;
    width: calc((100% - 60px) / 3);
    margin-right: 20px;
    height: calc(50% - 30px);
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.stripes-6 .stripe:hover .image-wrapper .image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.stripes-6 .stripe:hover .overlay.light {
    background: rgba(0, 0, 0, 0.65);
}

.stripes-6 .stripe:hover .caption .button-a .element {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    width: 40px;
}

.stripes-6 .stripe:hover .caption .button-a .text {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}

.stripes-6 .stripe .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.stripes-6 .stripe .image-wrapper .image {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.stripes-6 .stripe .caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: white;
}

.stripes-6 .stripe .overlay.light {
    background: rgba(0, 0, 0, 0.15);
}

.stripes-squares {
    position: relative;
    height: auto;
}

.stripes-squares .grey-bg {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: #f5f5f5;
}

.stripes-squares .inner-wrapper {
    position: relative;
    height: auto;
    padding: 45px 0;
    width: calc(100% - 420px);
    margin-left: 60px;
    margin-right: 360px;
}

.stripes-squares .stripe {
    position: relative;
    float: right;
    width: calc((100% - 40px) / 2);
    margin-right: 20px;
    padding-bottom: calc(((100% - 60px) / 3) * 0.75);
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.stripes-squares .stripe:hover .image-wrapper .image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.stripes-squares .stripe:hover .overlay.light {
    background: rgba(0, 0, 0, 0.65);
}

.stripes-squares .stripe:hover .caption .button-a .element {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    width: 40px;
}

.stripes-squares .stripe:hover .caption .button-a .text {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}

.stripes-squares .stripe .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.stripes-squares .stripe .image-wrapper .image {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.stripes-squares .stripe .caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: white;
}

.stripes-squares .stripe .caption h3 {
    font-size: 4.4em;
}

.stripes-squares .stripe .overlay.light {
    background: rgba(0, 0, 0, 0.15);
}

.stripes-headline {
    position: absolute;
    top: 75px;
    right: 60px;
    padding-top: 60px;
    padding-right: 90px;
}

.stripes-headline .line {
    position: absolute;
    right: 90px;
    height: 1px;
    top: 40px;
    width: 120px;
    background: black;
}

.stripes-headline .par {
    position: absolute;
    top: 60px;
    right: 10px;
    width: 200px;
    padding-bottom: calc(200px / 3 * 2);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.stripes-headline h1 {
    position: relative;
    font-size: 6.6em;
    max-width: 150px;
}

.reg-button {
    position: relative;
    height: 50px;
    width: 100%;
    line-height: 50px !important;
    cursor: pointer;
    text-align: center;
    font-size: 1.6em;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.reg-button:hover {
    background: #ec514f;
    color: white;
}

.reg-list {
    position: relative;
}

.reg-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.reg-list li .go-right {
    float: right;
    width: 30%;
}

.reg-list li .go-left {
    float: left;
    width: 70%;
}

/****************/
.prod-top-headline {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.prod-top-headline h2 {
    font-size: 4em;
    display: inline-block;
    position: relative;
}

.prod-top-headline h2 .line {
    position: absolute;
    height: 1px;
    background: black;
    top: -5px;
    right: 60px;
    width: 90px;
}

.prod-top-headline h2 .text {
    position: relative;
    display: block;
    padding-top: 10px;
}

.prod-top-headline h2 .par {
    position: absolute;
    top: -15px;
    right: 45px;
    width: 100px;
    padding-bottom: calc(100px / 3 * 2);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.lessons-grid {
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 50px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.lessons-grid.down {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
}

.lessons-grid.down.show {
    visibility: visible;
    opacity: 1;
}

.lessons-grid .item {
    position: relative;
    display: inline-block;
    width: calc(20% - 44px);
    vertical-align: top;
    margin: 0 20px 40px;
    border-top: 6px solid #bd5bec;
    padding-top: 20px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.lessons-grid .item:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.lessons-grid .item h4 {
    font-size: 3.2em;
}

.lessons-grid .item .tags {
    position: relative;
    margin-top: 10px;
}

.lessons-grid .item .tags .tag {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid black;
    font-size: 12px;
    margin-left: 2px;
    margin-bottom: 2px;
}

.lessons-grid .item p {
    margin-top: 10px;
    font-size: 15px;
}

.associations-wrapper {
    position: relative;
    max-width: 1040px;
    margin: 50px auto 0;
}

.associations-wrapper .association-wrapper {
    position: relative;
    background: #f5f5f5;
    padding: 50px;
    margin-bottom: 50px;
}

.associations-wrapper .association-wrapper .logo {
    display: block;
    height: 80px;
}

.associations-wrapper .association-wrapper .accordion-wrapper {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid black;
}

.associations-wrapper .association-wrapper .accordion-wrapper .accordion-item {
    position: relative;
    border-bottom: 1px solid black;
    padding: 30px 0;
}

.associations-wrapper .association-wrapper .accordion-wrapper .accordion-item .title {
    font-size: 21px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.associations-wrapper .association-wrapper .accordion-wrapper .accordion-item .title:hover {
    color: #ec514f;
}

.associations-wrapper .association-wrapper .accordion-wrapper .accordion-item .title .fa {
    font-size: 15px;
    margin-left: 6px;
}

.associations-wrapper .association-wrapper .accordion-wrapper .accordion-item .desc {
    display: none;
}

.donation-button {
    position: relative;
    margin: auto;
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 19px;
    color: white;
    background: #3a75e9;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.donation-button:hover {
    background: #ec514f;
}

.content-wrapper.of-prod .woocommerce-error, .content-wrapper.of-prod .woocommerce-info {
    display: none !important;
}

.content-wrapper .type-product {
    position: relative;
    width: 900px;
    margin: auto;
}

.content-wrapper .type-product .summary {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 25px;
}

.content-wrapper .type-product .summary h1 {
    font-size: 5.4em;
}

.content-wrapper .type-product .summary .price {
    margin-top: 10px;
    font-size: 19px;
    padding: 10px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.content-wrapper .type-product .summary .woocommerce-product-details__short-description {
    position: relative;
    margin-top: 20px;
}

.content-wrapper .type-product .summary .woocommerce-product-details__short-description p, .content-wrapper .type-product .summary .woocommerce-product-details__short-description h6, .content-wrapper .type-product .summary .woocommerce-product-details__short-description h5, .content-wrapper .type-product .summary .woocommerce-product-details__short-description h4, .content-wrapper .type-product .summary .woocommerce-product-details__short-description h3, .content-wrapper .type-product .summary .woocommerce-product-details__short-description h2, .content-wrapper .type-product .summary .woocommerce-product-details__short-description h1 {
    margin-top: 10px;
}

.content-wrapper .type-product .summary .woocommerce-product-details__short-description iframe {
    width: 425px;
    height: calc(425px * 0.5625);
    display: block;
    margin: 20px 0;
}

.content-wrapper .type-product .summary .stock {
    display: none;
}

.content-wrapper .type-product .summary .cart {
    position: relative;
    margin-top: 20px;
}

.content-wrapper .type-product .summary .cart .quantity-headline {
    float: right;
    margin-left: 20px;
}

.content-wrapper .type-product .summary .cart .quantity {
    position: relative;
    margin-top: -5px;
    float: right;
}

.content-wrapper .type-product .summary .cart .quantity input {
    margin-left: 12px;
    float: right;
    width: 24px;
    height: 24px;
    text-align: center;
    border: 1px solid black;
}

.content-wrapper .type-product .summary .cart .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.content-wrapper .type-product .summary .cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.content-wrapper .type-product .summary .cart .quantity .like-input {
    margin-left: 12px;
    float: right;
    height: 24px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
}

.content-wrapper .type-product .summary .cart button, .content-wrapper .type-product .summary .cart .button {
    position: relative;
    width: 100%;
    height: 40px;
    background: #ec514f;
    color: white;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
    margin-top: 10px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.content-wrapper .type-product .summary .cart button:hover, .content-wrapper .type-product .summary .cart .button:hover {
    background: #fce580;
    color: black;
}

.content-wrapper .type-product .summary .cart .added_to_cart {
    display: none !important;
}

.content-wrapper .type-product .summary .cart .variations {
    position: relative;
    display: block;
}

.content-wrapper .type-product .summary .cart .variations td.label {
    position: relative;
    display: block;
    margin-left: 20px;
}

.content-wrapper .type-product .summary .cart .variations td.label label {
    font-size: 16px;
}

.content-wrapper .type-product .summary .cart .variations td.value {
    position: relative;
    cursor: pointer;
}

.content-wrapper .type-product .summary .cart .variations td.value select {
    width: 240px;
    height: 34px;
    -webkit-appearance: none;
    padding-right: 15px;
    border-radius: 0;
    background: transparent;
    border-color: black;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
    font-size: 16px;
}

.content-wrapper .type-product .summary .cart .variations td.value .triangle {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -3px;
    border-top: 6px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.content-wrapper .type-product .summary .cart .variations td.value .ajaxerrors {
    display: none !important;
}

.content-wrapper .type-product .summary .cart .variations .reset_variations {
    position: absolute;
    font-size: 12px;
    right: calc(100% + 10px);
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    height: 20px;
}

.content-wrapper .type-product .summary .cart .single_variation_wrap {
    position: relative;
    margin-top: 20px;
}

.content-wrapper .type-product .summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
    display: none !important;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 20px;
    margin-top: 0;
    width: 93px;
    display: inline-block;
    border-color: rgba(0, 0, 0, 0.25);
}

.content-wrapper .type-product .summary .add-wrapper {
    position: relative;
    margin-top: 20px;
}

.content-wrapper .type-product .summary .add-wrapper .number-wrapper {
    position: relative;
    margin-top: 10px;
}

.content-wrapper .type-product .summary .add-wrapper .number-wrapper p {
    float: right;
    margin-left: 16px;
    line-height: 34px;
}

.content-wrapper .type-product .summary .add-wrapper .number-wrapper .number-button {
    position: relative;
    width: 34px;
    height: 34px;
    float: right;
    margin-left: 6px;
    background: #ec514f;
    color: white;
    text-align: center;
    line-height: 34px;
    font-size: 19px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.content-wrapper .type-product .summary .add-wrapper .number-wrapper .number-button:hover {
    background: #fce580;
    color: black;
}

.content-wrapper .type-product .summary .add-wrapper .number-wrapper .number-like {
    position: relative;
    width: 34px;
    height: 34px;
    float: right;
    margin-left: 6px;
    border: 1px solid black;
    text-align: center;
    line-height: 34px;
    font-size: 19px;
}

.content-wrapper .type-product .summary .add-wrapper .added_to_cart {
    display: none;
}

.content-wrapper .type-product .summary button, .content-wrapper .type-product .summary .button {
    position: relative;
    width: 100%;
    height: 40px;
    background: #ec514f;
    color: white;
    border: 0;
    outline: 0;
    text-align: center;
    cursor: pointer;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
    margin-top: 10px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.content-wrapper .type-product .summary button:hover, .content-wrapper .type-product .summary .button:hover {
    background: #fce580;
    color: black;
}

.content-wrapper .type-product .summary button.b-yellow, .content-wrapper .type-product .summary .button.b-yellow {
    background: #fce580;
    color: black;
}

.content-wrapper .type-product .summary button.b-yellow:hover, .content-wrapper .type-product .summary .button.b-yellow:hover {
    background: #ec514f;
    color: white;
}

.content-wrapper .type-product .summary .links {
    position: relative;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.content-wrapper .type-product .summary .product_meta {
    display: none;
}

.content-wrapper .type-product .prod-images {
    position: relative;
    float: right;
    width: 50%;
    padding-left: 25px;
}

.content-wrapper .type-product .prod-images img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.content-wrapper .woocommerce {
    position: relative;
    width: 1180px;
    margin: auto;
}

.content-wrapper .woocommerce .col2-set {
    position: relative;
    width: 50%;
    padding-left: 30px;
    float: right;
}

.content-wrapper .woocommerce #order_review_heading {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.content-wrapper .woocommerce #order_review {
    float: left;
    width: 50%;
    padding-right: 30px;
    position: relative;
    margin-top: 46px;
}

.content-wrapper .woocommerce h3 {
    font-size: 3.6em;
}

.content-wrapper .woocommerce label {
    font-size: 16px;
}

.content-wrapper .woocommerce input {
    font-size: 16px;
    border: 1px solid black;
    padding-right: 15px;
}

.content-wrapper .woocommerce textarea {
    font-size: 16px;
    border: 1px solid black;
    padding-right: 15px;
}

.content-wrapper .woocommerce .form-row {
    margin-top: 10px !important;
}

.content-wrapper .woocommerce .woocommerce-additional-fields {
    margin-top: 20px;
}

#billing_country_field {
    position: absolute !important;
    opacity: 0 !important;
    overflow: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-form-coupon-toggle {
    position: relative;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    border: 0;
    font-size: 16px;
    color: black;
    padding: 15px 20px;
    margin: 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info:before {
    display: none !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
    border-bottom: 1px solid black;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
    color: #3a75e9;
    border-color: #3a75e9;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: normal !important;
}

.woocommerce-form-coupon {
    padding: 0px 0px 30px !important;
    border: 0 !important;
    margin: 10px 0 0 0 !important;
}

.woocommerce-form-coupon input {
    float: right !important;
    width: 330px !important;
}

.woocommerce-form-coupon button {
    margin-right: 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #ec514f !important;
    font-family: "NarkisBlockMF", "Arial", sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: white !important;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.woocommerce-form-coupon button:hover {
    background-color: #fce580 !important;
    color: black !important;
}

form.checkout.woocommerce-checkout {
    margin-top: 40px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    border-radius: 0;
    background: #ec514f;
    color: white;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
    font-size: 19px;
    font-weight: 400;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background: #fce580;
    color: black;
}

.woocommerce-error {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 15px;
    line-height: 1.2;
    color: #ec514f;
}

.woocommerce-error strong {
    font-weight: normal !important;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #ec514f;
}

.woocommerce-error::before {
    display: none !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    color: #ec514f !important;
    background: #f7f6f7 !important;
    padding: 10px !important;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    display: none;
}

#add_payment_method #payment div.payment_box p, .woocommerce-cart #payment div.payment_box p, .woocommerce-checkout #payment div.payment_box p {
    font-size: 16px !important;
}

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    border-radius: 0;
    background: transparent;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
    margin-top: 30px;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    height: 30px;
    margin: 0;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.woocommerce table.shop_table th {
    padding: 15px;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    padding: 15px;
    border-top: 1px solid black;
}

.woocommerce table.shop_table td strong, .woocommerce table.shop_table tbody th strong, .woocommerce table.shop_table tfoot td strong, .woocommerce table.shop_table tfoot th strong {
    font-weight: normal !important;
}

.woocommerce table.shop_table {
    border: 1px solid black;
    margin: 0 0 40px;
    border-radius: 0;
    font-size: 16px;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px;
    margin-top: -5px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.woocommerce-terms-and-conditions-wrapper p {
    font-size: 14px !important;
}

.woocommerce-terms-and-conditions-wrapper p a {
    border-bottom: 1px solid black;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.woocommerce-terms-and-conditions-wrapper p a:hover {
    color: #3a75e9;
    border-color: #3a75e9;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #ec514f;
}

.woocommerce form .form-row .required {
    display: none;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    float: none;
}

.woocommerce-message {
    display: none !important;
}

.wc_payment_method.payment_method_paypal img {
    height: 34px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: black;
}

.woocommerce-thankyou-order-details {
    position: relative;
    margin: 30px 0 !important;
    font-size: 18px;
    border: 1px solid black;
    padding: 10px;
}

.woocommerce-order-details .woocommerce-order-details__title {
    font-size: 3.6em !important;
    margin-bottom: 20px;
}

.order-books-wrapper {
    position: relative;
    max-width: 1280px;
    margin: auto;
}

.order-books-wrapper .price-converter {
    position: absolute;
    top: -2px;
    left: 0;
    height: 34px;
    width: 300px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.order-books-wrapper .price-converter .text {
    position: absolute;
    left: calc(100% + 10px);
    font-size: 14px;
    top: 2px;
    width: 150px;
}

.order-books-wrapper .price-converter .item {
    position: relative;
    float: right;
    width: 50%;
    line-height: 32px;
    height: 34px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    font-weight: bold;
}

.order-books-wrapper .price-converter .item.first {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.order-books-wrapper .price-converter .m-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    right: 0;
    background: #fce580;
    z-index: 1;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.order-books-wrapper .price-converter .m-bg.go-right {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.order-books-wrapper .price-converter .m-bg.go-left {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.order-books-wrapper .convert-to-tali, .order-books-wrapper .convert-to-reg {
    cursor: pointer;
}

.order-books-wrapper .personal-details {
    float: right;
    width: calc(100% - 920px);
}

.order-books-wrapper .personal-details .form-wrapper {
    position: relative;
    margin-top: 50px;
}

.order-books-wrapper .personal-details .form-wrapper form {
    position: relative;
}

.order-books-wrapper .personal-details .form-wrapper form .form-row {
    position: relative;
    margin-bottom: 20px;
}

.order-books-wrapper .personal-details .form-wrapper form .form-row label {
    font-size: 1.6em;
}

.order-books-wrapper .personal-details .form-wrapper form .form-row input {
    border: 1px solid black;
    margin-top: 10px;
    padding-right: 15px;
}

.order-books-wrapper .personal-details .form-wrapper form .form-row textarea {
    border: 1px solid black;
    margin-top: 10px;
    padding-right: 15px;
}

.order-books-wrapper .personal-details .form-wrapper form .form-row .error {
    position: absolute;
    left: 10px;
    font-size: 1.4em;
    color: #ec514f;
    bottom: 14px;
    display: none;
}

.order-books-wrapper .personal-details .form-wrapper form .form-row .error.show {
    display: block;
}

.order-books-wrapper .books-list {
    position: relative;
    float: left;
    width: 820px;
}

.order-books-wrapper .books-list .books-table-headline {
    margin-top: 50px;
}

.order-books-wrapper .books-list .books-table {
    position: relative;
    margin-top: 20px;
}

.order-books-wrapper .books-list .books-table .prices-indication {
    position: absolute;
    background: rgba(0, 0, 0, 0.075);
    top: 0;
    height: calc(100% - 57px);
    right: 280px;
    width: 134px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.order-books-wrapper .books-list .books-table .prices-indication.go-left {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.order-books-wrapper .books-list .books-table .cat-headline {
    margin: 20px 0;
}

.order-books-wrapper .books-list .books-table .row {
    position: relative;
    font-size: 1.6em;
}

.order-books-wrapper .books-list .books-table .row.first {
    font-weight: bold;
}

.order-books-wrapper .books-list .books-table .row.first .cell {
    min-height: 0;
}

.order-books-wrapper .books-list .books-table .row.hide-it {
    height: 0;
    overflow: hidden;
    border: 0;
}

.order-books-wrapper .books-list .books-table .row.total {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.order-books-wrapper .books-list .books-table .row .tooltip {
    position: absolute;
    left: calc(100% + 20px);
    width: 200px;
    padding: 20px;
    background: #f8f8f8;
    box-shadow: 2.5vw 3vw 2.5vw 0px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    visibility: hidden;
    opacity: 0;
}

.order-books-wrapper .books-list .books-table .row .tooltip.show {
    visibility: visible;
    opacity: 1;
}

.order-books-wrapper .books-list .books-table .row .tooltip:after {
    position: absolute;
    right: 100%;
    top: 20px;
    border-right: 6px solid #f8f8f8;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    height: 0;
    width: 0;
}

.order-books-wrapper .books-list .books-table .row .tooltip.show {
    opacity: 1;
    visibility: visible;
}

.order-books-wrapper .books-list .books-table .row .cell {
    position: relative;
    float: right;
    width: calc((100% - 280px) / 4);
    padding: 20px 10px;
    min-height: 117px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    /* &.reg-price {
          						width: 60px;
          					}
          					&.tali-price {
          						width: 60px;
          					}
          					&.quantity {

          					} */
}

.order-books-wrapper .books-list .books-table .row .cell.wide {
    width: 50%;
    padding-right: 0;
    min-height: 0;
}

.order-books-wrapper .books-list .books-table .row .cell.t-l {
    text-align: left;
}

.order-books-wrapper .books-list .books-table .row .cell.the-image {
    width: 60px;
}

.order-books-wrapper .books-list .books-table .row .cell.the-image .image {
    top: 20px;
    right: 0;
    width: 60px;
    height: 77px;
}

.order-books-wrapper .books-list .books-table .row .cell.title {
    padding-right: 20px;
    padding-left: 20px;
    width: 220px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.order-books-wrapper .books-list .books-table .row .cell.title:hover {
    color: #ec514f;
}

.order-books-wrapper .books-list .books-table .row .cell.title .tag {
    margin-top: 5px;
    font-size: 12px;
    background: #fce580;
    color: black;
    display: inline-block;
    padding: 2px 4px;
}

.order-books-wrapper .books-list .books-table .row .cell .asterik {
    color: #ec514f;
    font-weight: bold;
    font-size: 19px;
}

.order-books-wrapper .books-list .books-table .row .number-wrapper {
    position: relative;
    margin-top: -2px;
}

.order-books-wrapper .books-list .books-table .row .number-wrapper .number-button {
    position: relative;
    width: 24px;
    height: 24px;
    float: right;
    margin-left: 6px;
    color: black;
    text-align: center;
    line-height: 21px;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.order-books-wrapper .books-list .books-table .row .number-wrapper input {
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 40px;
    height: 24px;
    float: right;
    margin-left: 6px;
    text-align: center;
}

.order-books-wrapper .books-list .books-table .row .number-wrapper input[type=number]::-webkit-inner-spin-button,
.order-books-wrapper .books-list .books-table .row .number-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.order-books-wrapper .books-list .books-table .row .number-wrapper .number-like {
    position: relative;
    width: 24px;
    height: 24px;
    float: right;
    margin-left: 6px;
    border: 1px solid black;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.order-books-wrapper .books-list .books-table .special-tooltip {
    position: absolute;
    top: calc(100% - 60px);
    right: 150px;
    width: 500px;
    padding: 20px;
    background: #f8f8f8;
    box-shadow: 2.5vw 3vw 2.5vw 0px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    font-size: 16px;
}

.order-books-wrapper .books-list .books-table .special-tooltip.show {
    visibility: visible;
    opacity: 1;
}

.order-books-wrapper .books-list .books-table .special-tooltip:after {
    position: absolute;
    right: 50%;
    margin-right: -6px;
    bottom: 100%;
    border-bottom: 6px solid #f8f8f8;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    height: 0;
    width: 0;
}

.order-books-wrapper .books-list .books-table .special-tooltip.out-of-row {
    top: calc(50% + 30px);
}

.order-books-wrapper .books-list .books-table .special-tooltip.show {
    opacity: 1;
    visibility: visible;
}

.order-books-wrapper .books-list .books-table .special-tooltip .little-table {
    position: relative;
    margin-top: 10px;
    border: 1px solid black;
    border-bottom: 0;
}

.order-books-wrapper .books-list .books-table .special-tooltip .little-table .little-row {
    position: relative;
    border-bottom: 1px solid black;
}

.order-books-wrapper .books-list .books-table .special-tooltip .little-table .little-row.first {
    background: rgba(0, 0, 0, 0.1);
}

.order-books-wrapper .books-list .books-table .special-tooltip .little-table .little-row.last {
    border-bottom: 0;
}

.order-books-wrapper .books-list .books-table .special-tooltip .little-table .little-row .little-cell {
    position: relative;
    float: right;
    width: calc(100% / 3);
    border-left: 1px solid black;
    padding: 6px;
}

.order-books-wrapper .books-list .books-table .special-tooltip .little-table .little-row .little-cell.last {
    border-left: 0;
}

.order-books-wrapper .books-list .books-table .super-cell {
    position: absolute;
    top: 57px;
    height: calc(100% - 114px);
    width: 134px;
    right: 280px;
    font-size: 1.6em;
}

.order-books-wrapper .books-list .books-table .super-cell.two {
    right: 414px;
}

.order-books-wrapper .books-list .books-table .super-cell .center-wrapper .center {
    padding: 20px;
}

.order-books-wrapper .books-list .books-table .super-cell .asterik {
    color: #ec514f;
    font-weight: bold;
    font-size: 19px;
}

.order-books-wrapper h3 {
    font-size: 3.6em;
}

.order-books-wrapper h4 {
    font-size: 2.8em;
}

.order-books-wrapper .big-button {
    position: relative;
    margin-top: 30px;
    height: 40px;
    width: 100%;
    background: #ec514f;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.order-books-wrapper .big-button:hover {
    background: #fce580;
    color: black;
}

/****************/
.mobile-header {
    display: none;
    position: fixed;
    background: white;
    height: 50px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 777;
}

.mobile-header .logo {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
}

.menu-button-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 9999;
    cursor: pointer;
}

.menu-button-wrapper.rotate .menu-button .line.top {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 7px;
}

.menu-button-wrapper.rotate .menu-button .line.middle {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.menu-button-wrapper.rotate .menu-button .line.bottom {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 7px;
}

.menu-button-wrapper .menu-button {
    position: absolute;
    width: 24px;
    height: 17px;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -8.5px;
    right: 20px;
    left: auto;
    margin-left: 0;
}

.menu-button-wrapper .menu-button .line {
    position: absolute;
    height: 3px;
    left: 0;
    background: black;
    width: 100%;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.menu-button-wrapper .menu-button .line.top {
    top: 0;
}

.menu-button-wrapper .menu-button .line.middle {
    top: 7px;
}

.menu-button-wrapper .menu-button .line.bottom {
    top: 14px;
}

.menu-button-wrapper .text {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    line-height: 22px;
    vertical-align: middle;
    right: calc(100% + 6px);
    font-size: 1.6em;
}

/***************/
.woocommerce ul#shipping_method li input {
    width: 10px !important;
    height: 10px !important;
}

/****************/
.login-wrapper {
    position: relative;
    height: calc(100vh - 90px);
}

.login-wrapper .center-wrapper {
    height: calc(100% - 45px);
}

.login-wrapper .login-box {
    position: relative;
    width: 360px;
    margin: auto;
    background: white;
    border: 3px solid #ec514f;
    text-align: center;
    padding: 30px;
}

.login-wrapper .login-box form {
    position: relative;
    width: 100%;
    text-align: right;
}

.login-wrapper .login-box form label {
    font-size: 1em;
}

.login-wrapper .login-box form input {
    width: 100%;
    display: block;
    height: 40px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid black;
    padding-right: 0;
    font-size: 1em;
    margin-bottom: 10px;
    font-family: "Arial";
    outline: 0;
    color: black;
}

.login-wrapper .login-box form input[type="checkbox"] {
    width: 10px;
    height: 10px;
    display: inline;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

.login-wrapper .login-box form input[type="submit"] {
    padding: 0;
    background: #ec514f;
    color: white;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    margin-top: 10px;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
    border: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.login-wrapper .login-box form input[type="submit"]:hover {
    background: #3a75e9;
    border-color: #3a75e9;
    color: white;
}

.login-wrapper .login-box form .login-remember {
    display: none;
}

.login-wrapper .login-box .errors {
    position: relative;
    text-align: right;
}

.login-wrapper .login-box .errors p {
    font-size: 1.4em;
    margin-top: 10px;
    color: #ec514f;
}


h2.woocommerce-column__title {
    font-size: 36px;
    margin: 30px 0 20px 0;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    font-size: 16px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    line-height: 1;
    margin-left: 5px;
}

.woocommerce .woocommerce-customer-details address {
    font-size: 16px;
    line-height: 1.3;
    border: 1px solid black;
    padding: 12px;
}

#join_the_newsletter_checkout,
.woocommerce-checkout-payment .join-the-newsletter-checkout {
    height: auto;
    width: auto;
}

.woocommerce-checkout-payment .checkbox-container {
    display: block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.woocommerce-checkout-payment .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.woocommerce-checkout-payment .checkmark {
    position: absolute;
    top: 4px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #eeeeee;
}

.woocommerce-checkout-payment .checkbox-container:hover input ~ .checkmark {
    background-color: #cccccc;
}

.woocommerce-checkout-payment .checkbox-container input:checked ~ .checkmark {
    background-color: #ec514f;
}

.woocommerce-checkout-payment .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.woocommerce-checkout-payment .checkbox-container input:checked ~ .checkmark:after,
.woocommerce-checkout-payment .checkbox-container input:checked ~ .checkmark.changed:after {
    display: block;
}

.woocommerce-checkout-payment .checkmark:after {
    right: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Oded Changes */
.cover.hero {
    height: 30vh;
}

/* Login Register Popup */
#login-register-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.lost-password-form-wrapper {
    display: none;
    margin-top: 30px;
}

.lost-password-form-wrapper form {
    max-width: 260px;
}

.login-form-wrapper button[type="submit"],
.register-form-wrapper button[type="submit"] {
    border: 2px solid black;
    background-color: white;
    color: black;
    height: 40px;
    margin-left: 0;
    cursor: pointer;
    line-height: 36px;
    margin-top: 10px;
    outline: none;
    font-size: 16px;
    width: 100%;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
}

.register-form-wrapper h3,
.login-form-wrapper h3 {
    font-size: 4em;
    margin-bottom: 15px;
}

.login-form-wrapper input,
.register-form-wrapper input {
    margin: 5px 0;
    margin-left: initial;
}

.login-form-wrapper input[type="checkbox"],
.register-form-wrapper input[type="checkbox"] {
    border: initial;
    border-bottom: initial;
    background: initial;
    outline: initial;
    font-size: 16px;
    width: initial;
    font-family: initial;
    height: initial;
    margin: 15px 0;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
}

.login-form p {
    margin-top: 15px;
}

#login-errors,
#register-errors {
    display: none;
    padding: 8px 10px 4px 5px;
    margin: 10px 0;
}

.bg-yellow {
    background-color: #fce580;
}

.bg-green {
    background-color: #69e5ab;
}

@media (max-width: 768px) {
    #login-register-content {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 50px;
    }

    .lost-password-form-wrapper {
        margin-top: 0;
    }

    .lost-password-form-wrapper input {
        margin-bottom: 10px;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

.page-id-2059 .woocommerce .col2-set .col-1 {
    float: left;
    width: 50%;
    padding-right: 5px;
}

.page-id-2059 .woocommerce .col2-set .col-2 {
    float: right;
    width: 50%;
    padding-left: 5px;
}

@media (max-width: 768px) {
    .page-id-2059 .woocommerce .col2-set .col-1,
    .page-id-2059 .woocommerce .col2-set .col-2 {
        float: none;
        width: 100%;
    }
}

.page-id-2059 .content-wrapper .woocommerce .col2-set {
    width: 100%;
    padding-left: 0;
    float: none;
}

.page-id-2059 .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}

.page-id-2059 .woocommerce-form__input.woocommerce-form__input-checkbox {
    display: inline-block;
    width: auto;
    height: auto;
}

.content-wrapper .woocommerce input
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content div,
.woocommerce-MyAccount-content span {
    font-size: 16px;
    line-height: 1.3;
}

.woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    padding: 5px 10px;
}

.flipbook-container {
    display: none;
    min-height: 600px;
}

div.summary div.links > a > div.button.b-green {
    background: #69e5ab;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

#close-mini-cart {
    position: relative;
    top: -25px;
    left: -25px;
    float: left;
    font-size: 20px;
    cursor: pointer;
}

.woocommerce a.button {
    font-size: 15px;
    line-height: 1.5;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.single-product .alert-info {
    margin-top: 20px;
    color: #856404;
    background-color: #fce580;
    border-color: #fbda72;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

.alert-info .alert-link {
    font-size: 16px;
    font-weight: bold;
    color: #062c33;
}

.join-wrapper .the-content .table-hishtalmuyot p {
    text-align: right;
}

.join-wrapper .the-content .special-headline i.fa-plus {
    position: relative;
}

.join-wrapper .the-content .special-headline.for-image .fa.fa-plus {
    line-height: 22px !important;
}

#wpcf7-f2346-o1 .wpcf7-form-control-wrap.newsletter-name,
#wpcf7-f2346-o1 .wpcf7-form-control-wrap.newsletter-email {
    width: 50%;
    margin-left: 0;
}

#wpcf7-f2346-o1 .wpcf7-form-control-wrap.newsletter-name {
    padding-left: 10px;
}

#wpcf-custom-btn-0 {
    display: inline;
    background-color: #3876ed;
    border: 0;
    width: 100%;
    margin-top: 10px;
    padding: 3px 20px 0 20px;
}

.single-product .content-wrapper .type-product .summary .cart .variations td.value .triangle {
    left: 25px;
}

.single-product .single_add_to_cart_button.button.alt {
    font-size: 16px;
    line-height: 1.5;
    background-color: #ec514f;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: inherit;
}

.woocommerce-checkout .woocommerce td.product-name dl.variation dt {
    display: none;
}

.woocommerce-checkout .woocommerce td.product-name dl.variation dd p {
    font-size: 100%;
}

.join-wrapper .the-content .special-headline.b-pink .fa.fa-plus-fix,
.join-wrapper .the-content .special-headline.b-pink .fa.fa-plus-fix.fa-minus {
    background: #3a75e9;
    color: white;
    border: 2px solid #3a75e9;
}

.join-wrapper .the-content .special-headline.b-pink .fa.fa-plus-fix::before,
.join-wrapper .the-content .special-headline.b-pink .fa.fa-plus-fix.fa-minus::before {
    position: relative;
    top: -2px;
}

.wysiwig.m-t-10::after {
    display: table;
    content: "";
    clear: both;
}

.flex-buttons {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.flex-buttons div.button {
    flex-basis: calc(25% + 10px);
    margin: 0 15px;
}


@media (max-width: 768px) {
    #wpcf7-f2346-o1 .wpcf7-form-control-wrap.newsletter-name,
    #wpcf7-f2346-o1 .wpcf7-form-control-wrap.newsletter-email {
        float: right;
    }

    .join-wrapper .the-content .special-headline.for-image .fa.fa-plus {
        line-height: 12px !important;
    }

    .flex-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .flex-buttons div.button {
        flex-basis: calc(44% + 5px);
        margin: 5px;
    }
}

/****************/
@media screen and (min-width: 0px) and (max-width: 1330px) {
    header.wide .inner .logo {
        right: 30px;
    }

    header.wide .inner .icons {
        left: 30px;
    }

    header .inner .items {
        right: 100px;
        left: 100px;
    }

    header .inner .items .item {
        padding: 0 10px;
    }

    footer {
        padding: 60px 30px;
    }
}

@media screen and (min-width: 0px) and (max-width: 1260px) {
    header.wide .inner .icons #search-button {
        display: none;
    }

    header.wide .inner .icons .en {
        display: none;
    }

    header .inner .menu {
        left: 66px;
        text-align: left;
    }

    header .inner .menu > .menu-item .sub-menu {
        text-align: center;
    }

    #menu-item-173 .sub-menu {
        width: 260px !important;
    }
}

@media (max-width: 1280px) {
    header .inner .menu > .menu-item {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 0px) and (max-width: 1170px) {
    header .inner .menu > .menu-item {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 0px) and (max-width: 1130px) {
    header .inner .menu > .menu-item {
        padding: 0 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 1090px) {
    header .inner .menu > .menu-item {
        padding: 0 8px;
    }
}

@media screen and (min-width: 0px) and (max-width: 1060px) {
    h4 {
        font-size: 3.2em;
    }

    h4.small {
        font-size: 2.8em;
    }

    h3 {
        font-size: 4em;
    }

    h1.small {
        font-size: 3.2em;
    }

    .mobile-header {
        display: block;
    }

    header {
        width: 80vw;
        left: auto;
        right: 0;
        height: 100vh !important;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -webkit-transition: all 0.26s ease-out;
        transition: all 0.26s ease-out;
    }

    header.show {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    header .inner .menu-wrapper {
        position: absolute;
        right: 20px;
        top: 100px;
        width: calc(100% - 40px);
        overflow: auto;
        height: calc(100% - 120px);
    }

    header .inner .menu {
        right: 0;
        left: 0;
        height: auto;
        text-align: right;
    }

    header .inner .menu > .menu-item {
        display: block;
        margin: 0;
        height: auto;
        border-bottom: 3px solid #3a75e9;
        padding: 0 0 20px 0;
    }

    header .inner .menu > .menu-item.menu-item-149 {
        border-bottom: 3px solid #a3d6fa;
    }

    header .inner .menu > .menu-item.menu-item-154 {
        border-bottom: 3px solid #fce580;
    }

    header .inner .menu > .menu-item.menu-item-169 {
        border-bottom: 3px solid #69e5ab;
    }

    header .inner .menu > .menu-item.menu-item-176 {
        border-bottom: 3px solid #00bfa5;
    }

    header .inner .menu > .menu-item.menu-item-161 {
        border-bottom: 3px solid #ec514f;
    }

    header .inner .menu > .menu-item.menu-item-157 {
        border-bottom: 3px solid #bd5bec;
    }

    header .inner .menu > .menu-item.menu-item-173 {
        border-bottom: 3px solid #f9dbe2;
    }

    header .inner .menu > .menu-item:after {
        content: "\f107";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        left: 10px;
        top: 0;
        margin-top: 0;
        width: 30px;
        height: 30px;
        text-align: left;
    }

    header .inner .menu > .menu-item:last-of-type:after {
        display: block;
    }

    header .inner .menu > .menu-item > a {
        display: block;
        height: auto;
        line-height: 1;
        margin-top: 20px;
        margin-left: 35px;
    }

    header .inner .menu > .menu-item .sub-menu {
        position: relative;
        top: auto;
        width: 100%;
        right: 0;
        margin-right: 0;
        margin-top: 20px;
        padding: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        display: none;
        background: transparent !important;
        color: black !important;
        text-align: right;
    }

    header .inner .menu > .menu-item .sub-menu li {
        padding-right: 25px;
        position: relative;
    }

    header .inner .menu > .menu-item .sub-menu li:before {
        position: absolute;
        right: 0;
        top: 16px;
        height: 1px;
        width: 15px;
        background: black;
        content: "";
    }

    /* header .inner .menu > .menu-item {
  	&:hover {
  		@include scale(1);
  	}
  } */
    header.wide .inner .logo {
        right: 20px;
        top: 20px;
        margin-top: 0;
        height: 70px;
    }

    header.wide .inner .icons {
        left: 20px;
        top: 35px;
        margin: 0;
    }

    .container {
        overflow: hidden;
        padding-top: 50px;
    }

    footer {
        padding: 20px;
    }

    footer .items {
        margin-left: 0;
        height: auto;
        width: calc(50% - 10px);
        margin-top: 20px;
    }

    footer .items.go-right {
        float: right;
    }

    footer .items.go-left {
        float: left;
    }

    footer .form-wrapper {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        overflow: hidden;
    }

    .socials {
        margin-top: 20px;
    }

    footer .contact-details .logos {
        position: relative;
        margin-top: 20px;
        bottom: 0 !important;
        height: 40px;
    }

    footer .contact-details .logos .logo {
        float: right;
        margin-right: 0;
        margin-left: 20px;
    }

    footer .contact-details .logos .logo.jewish-agency {
        margin-top: 0;
    }

    .newsletter-wrapper {
        padding: 40px 20px;
        height: auto;
        overflow: hidden;
    }

    .newsletter-wrapper .center-wrapper {
        display: block;
        position: relative;
    }

    .newsletter-wrapper .center-wrapper .center {
        display: block;
        position: relative;
    }

    .newsletter-wrapper .center-wrapper .center h4 {
        max-width: 260px;
        margin: auto;
    }

    .newsletter-wrapper form .wpcf7-form-control-wrap {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .newsletter-wrapper form input[type="submit"] {
        float: none !important;
        width: 100% !important;
        margin: 10px 0 0 !important;
    }

    .newsletter-wrapper .image-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .minicart-wrapper {
        transform: translateX(-110%);
        -webkit-transform: translateX(-110%);
        width: 80vw;
    }

    .cover.hero {
        height: auto;
        min-height: 0;
        padding: 60px 0;
    }

    .cover.hero .center-wrapper {
        display: block;
        position: relative;
    }

    .cover.hero .center-wrapper .center {
        display: block;
        position: relative;
        padding: 0 20px;
    }

    .cover.hero .center-wrapper h1 {
        font-size: 5.4em !important;
        max-width: 260px !important;
        margin: 0 auto !important;
    }

    .cover.hero .center-wrapper h5 {
        font-size: 1.8em !important;
    }

    .cover.hero .center-wrapper .power-button {
        margin-top: 15px;
    }

    .hero .hero-items {
        width: calc(100% - 40px);
        margin: auto;
    }

    .hero .hero-items .item {
        float: none;
        height: auto;
        width: calc(100% - 50px);
        margin: 20px 25px 0;
    }

    .hero .hero-items .item .image-wrapper {
        padding-bottom: 56.25%;
    }

    .content-wrapper.front {
        padding: 20px 20px 40px;
    }

    .section.with-grid .grey-bg {
        left: -20px;
        width: calc(100% + 40px);
    }

    .section.with-grid .grey-bg.special {
        top: 0;
        height: 100%;
        display: none;
    }

    .section.with-grid .grey-bg.opp {
        display: none;
    }

    .home-cols .double {
        width: 100%;
        float: none;
    }

    .grid.grid-3 .item {
        width: calc(50% - 20px);
        float: right;
        margin: 20px 10px;
    }

    .grid.grid-2 .item {
        width: calc(50% - 20px);
        float: right;
        margin: 20px 10px;
    }

    .grid .item .details {
        margin-top: 10px;
    }

    .grid .item .details p {
        margin-top: 0;
    }

    .grid {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .headline-box {
        width: 100%;
        margin-right: 0;
        height: 160px;
    }

    .headline-box .par {
        /* top: 70px;
    right: 25%;
    width: 50%;
    padding-bottom: calc( 50% / 3 * 2 ); */
        top: 25px;
        right: 25px;
        width: 160px;
        padding-bottom: calc(150px / 3 * 2);
    }

    .headline-box .headline.move-left {
        right: 40px !important;
        top: 10px !important;
        width: auto;
    }

    .headline-box .headline.move-left h3 {
        max-width: 100% !important;
    }

    .headline-box .headline.move-left p {
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-top: 5px !important;
    }

    .headline-box .headline.move-left p.m-r-40 {
        margin-right: 0 !important;
    }

    .headline-box .headline.move-left p.m-t-10 {
        margin-top: 5px !important;
    }

    .headline-box .headline.move-left .button-a {
        margin-right: 0 !important;
        margin-top: 5px !important;
    }

    .headline-box .headline.move-left .button-a.m-r-40 {
        margin-right: 0 !important;
    }

    .headline-box .headline.move-left .button-a.m-t-10 {
        margin-top: 5px !important;
    }

    .headline-box .headline {
        right: 40px !important;
        top: 10px !important;
        width: auto;
    }

    .headline-box .headline h3 {
        max-width: 100% !important;
    }

    .headline-box .headline p {
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-top: 5px !important;
    }

    .headline-box .headline p.m-r-40 {
        margin-right: 0 !important;
    }

    .headline-box .headline p.m-t-10 {
        margin-top: 5px !important;
    }

    .headline-box .headline .button-a {
        margin-right: 0 !important;
        margin-top: 5px !important;
    }

    .headline-box .headline .button-a.m-r-40 {
        margin-right: 0 !important;
    }

    .headline-box .headline .button-a.m-t-10 {
        margin-top: 5px !important;
    }

    .section.m-t-50, .section.m-t-60 {
        margin-top: 40px;
    }

    .grid-headline {
        width: calc(100% - 20px);
        margin: auto;
        position: relative;
    }

    .grid-headline.blue h3 {
        padding-bottom: 10px;
        border-bottom: 3px solid #3a75e9;
    }

    .grid-headline.green h3 {
        padding-bottom: 10px;
        border-bottom: 3px solid #69e5ab;
    }

    .grid-headline p {
        margin-top: 10px;
    }

    .headline-box .headline {
        top: 60px;
        right: 25%;
        width: 50%;
    }

    .headline-box .headline.move-left {
        right: 25%;
    }

    .join-wrapper {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 20px;
        min-height: calc(100vh - 80px);
        padding-bottom: 20px;
    }

    .join-wrapper .grey-bg {
        top: 0;
        left: 20px;
        width: calc(100% - 40px);
        height: 100%;
    }

    .join-wrapper .side-bar-wrapper {
        position: relative !important;
        float: none;
        width: 100%;
    }

    .join-wrapper .side-bar {
        position: relative;
        margin-top: 0;
        width: 100%;
        padding-top: 50px;
        padding-right: 70px;
    }

    .join-wrapper .side-bar h2 {
        margin-top: 5px !important;
        font-size: 5.4em;
    }

    .join-wrapper .side-bar .line {
        right: 70px;
        height: 1px;
        top: 40px;
        width: 120px;
    }

    .join-wrapper .side-bar .par {
        top: 50px;
        right: 50px;
        width: 120px;
        padding-bottom: calc(120px / 3 * 2);
    }

    .join-wrapper .side-bar .more {
        display: none;
    }

    .join-wrapper .the-content {
        width: 100%;
        padding-left: 0;
        margin: 0 auto;
        padding: 20px 40px 0;
        float: none;
    }

    .join-wrapper .the-content .button {
        width: 100%;
        min-width: 0 !important;
        max-width: 100% !important;
        line-height: 1.2 !important;
        height: auto !important;
        padding: 10px 20px !important;
    }

    .join-wrapper .the-content.wide {
        width: 100%;
        padding-left: 0;
        margin: 0 auto;
        padding: 20px 40px 0;
    }

    .join-wrapper .the-content h6, .join-wrapper .the-content h5, .join-wrapper .the-content h4, .join-wrapper .the-content h3, .join-wrapper .the-content h2, .join-wrapper .the-content h1 {
        margin-top: 20px;
    }

    .join-wrapper .only-image {
        position: absolute;
        left: 40px;
        top: auto;
        height: calc(100% - 220px);
        width: calc(100% - 80px);
        margin: 20px auto 0;
    }

    .join-wrapper .only-image .center-wrapper .center {
        padding: 0 20px;
    }

    .join-wrapper .only-image .center-wrapper .center h1 {
        font-size: 5.4em;
    }

    .join-wrapper .only-image .center-wrapper .center h2 {
        font-size: 3.6em !important;
    }

    .join-wrapper .only-image .center-wrapper .center h2 br {
        display: none !important;
    }

    .join-wrapper .image-wrapper-wrapper, .join-wrapper .image-wrapper-wrapper.special {
        position: relative !important;
        float: none;
        width: calc(100% - 80px);
        height: auto;
        margin: 20px auto 0;
    }

    .popup-wrapper .inner.narrow {
        padding: 20px;
    }

    .join-wrapper .the-content.wider {
        width: 100%;
        padding: 0 40px;
    }

    .escort-rows {
        margin-right: 0;
        width: 100%;
        background: transparent;
        margin-top: 0 !important;
    }

    .escort-rows .row.head {
        display: none;
    }

    .escort-rows .row {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

    .escort-rows .row .part {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 5px;
    }

    .escort-rows .row .part.name {
        font-weight: bold;
    }

    .escort-rows .row .fa-plus {
        top: 25px;
    }

    .join-wrapper .the-content .special-headline.for-image h4 {
        bottom: 20px;
        right: 0;
        font-size: 2.4em;
    }

    .join-wrapper .the-content .special-headline.for-image .fa {
        font-size: 13px;
        width: 16px;
        height: 16px;
        line-height: 18px !important;
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
    }

    input, textarea, button {
        -webkit-appearance: none !important;
        border-radius: 0 !important;
    }

    header .inner .menu > .menu-item .sub-menu li a:after {
        display: none !important;
    }

    footer .items ul {
        margin-top: 10px;
        padding-top: 8px;
    }

    .hero .hero-items .item .image-wrapper .overlay, .grid .item .image-wrapper .overlay {
        display: none;
    }

    .hero .hero-items .item .image-wrapper .center-wrapper-wrapper, .grid .item .image-wrapper .center-wrapper-wrapper {
        display: none;
    }

    footer .items ul li .text:after {
        display: none;
    }

    .hide-on-m {
        display: none;
    }

    .grid .item .details h6 {
        text-overflow: clip !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .button.go-wide {
        width: calc(100% - 20px);
        margin: auto;
        text-align: center;
        display: block;
    }

    footer .items ul {
        border-top: 3px solid #a3d6fa;
    }

    footer .items.yellow ul {
        border-top: 3px solid #fce580;
    }

    footer .items.green ul {
        border-top: 3px solid #69e5ab;
    }

    footer .items.red ul {
        border-top: 3px solid #ec514f;
    }

    .hero .hero-items .item .bottom-strip h6 {
        font-size: 2.1em;
    }

    .popup-wrapper .inner .musical-operators-image,
    .popup-wrapper .inner .escort-image {
        top: 15px;
        left: 15px;
        width: 60px;
        height: 60px;
    }

    .musical-operators-wrapper,
    .escort-wrapper {
        width: 100% !important;
    }

    .join-wrapper .the-content .special-headline .fa {
        font-size: 13px;
        width: 20px;
        height: 20px;
        line-height: 22px !important;
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
    }

    .join-wrapper .the-content p {
        margin-top: 10px;
    }

    .join-wrapper .content-half-wrapper {
        float: none;
        width: 100%;
    }

    .join-wrapper .content-half-wrapper .content-half {
        padding: 50px 40px 0;
    }

    .join-wrapper .content-half-wrapper .content-half p.m-t-60 {
        margin-top: 40px;
    }

    .menu-cols .col {
        float: none;
        width: 100%;
    }

    .menu-cols .col.right {
        padding-left: 0;
    }

    .menu-cols .col.left {
        padding-right: 0;
    }

    .menu-cols .col .elem {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .menu-cols .col .elem .headline .fa {
        top: 3px;
        width: 20px;
        height: 20px;
        line-height: 18px !important;
    }

    .join-wrapper .content-half-wrapper .content-half .par {
        top: 50px;
        right: 50px;
        width: 120px;
        padding-bottom: calc(120px / 3 * 2);
    }

    .join-wrapper .content-half-wrapper .content-half .line {
        right: 70px;
        height: 1px;
        top: 40px;
        width: 120px;
    }

    .join-wrapper .content-half-wrapper .content-half h2 {
        margin-top: 5px !important;
        font-size: 5.4em;
        margin-right: 30px;
    }

    .join-wrapper .content-half-wrapper .content-half h6.big {
        margin-right: 30px;
    }

    .join-wrapper .image-wrapper-wrapper .image-wrapper.smaller {
        height: 50vh;
    }

    .join-wrapper .the-content.very-wide {
        width: 100%;
        padding: 20px 40px 0;
    }

    .join-wrapper .side-bar-wrapper.wide {
        width: 100%;
    }

    .join-wrapper .side-bar-wrapper.wide .side-bar {
        width: 100%;
    }

    .join-wrapper .side-bar.of-pluralism {
        padding: 40px 40px 0;
    }

    .cover .cover-headline.lower {
        bottom: 20px;
    }

    .cover .cover-headline {
        left: 20px;
        margin-left: 0;
        width: calc(100% - 40px);
    }

    .cover .cover-headline .inner-wrapper h1 {
        font-size: 4.4em;
    }

    .cover .cover-headline .inner-wrapper .bread .par {
        top: 0 !important;
        right: 0 !important;
        width: 100px !important;
        padding-bottom: calc(100px / 3 * 2) !important;
    }

    .content-wrapper {
        padding: 20px;
    }

    .content-wrapper h4.opening {
        font-size: 2.8em;
    }

    .lessons-grid {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 40px;
    }

    .lessons-grid .item {
        width: calc(50% - 24px);
        margin: 0 10px 20px;
        border-top: 4px solid #bd5bec;
    }

    .filters {
        height: auto;
    }

    .filters .view-buttons {
        width: calc(100% + 10px);
        margin-right: -5px;
        position: relative;
    }

    .filters .view-buttons .button {
        width: calc(50% - 12px);
        margin: 0 5px 10px;
        line-height: 1.2;
        padding: 10px 0;
        height: auto;
    }

    .filters .view-buttons .button:hover .ext {
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
    }

    .filters .view-buttons .button .ext.show {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }

    .cover .cover-headline .par {
        top: 20px;
        right: 0;
        width: 120px;
        padding-bottom: calc(120px / 3 * 2);
    }

    .content-wrapper.archive {
        padding: 20px;
    }

    .grid.grid-3.special .item {
        width: calc(50% - 22px);
    }

    .section.with-grid .grey-bg {
        display: none;
    }

    .grid.without-box {
        width: calc(100% + 20px);
        margin-right: -10px;
    }

    .cover .back-to {
        right: 20px;
        top: 20px;
    }

    .content-wrapper.post {
        padding: 20px;
    }

    .post-outer-wrapper .post-content {
        padding: 20px;
    }

    .post-outer-wrapper .post-content .the-content .m-t-30 {
        margin-top: 20px;
    }

    .wysiwig p {
        margin-top: 10px;
    }

    .share-wrapper {
        margin-top: 20px;
    }

    .m-t-60 {
        margin-top: 40px;
    }

    .rows-of-two.m-t-50 {
        margin-top: 20px;
    }

    .rows-of-two .row {
        height: auto;
    }

    .rows-of-two .row .part {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }

    .about-wrapper .iframe-wrapper.m-t-50 {
        margin-top: 20px;
    }

    .about-wrapper .iframe-wrapper {
        width: 100%;
        height: calc((100vw - 20px) * 0.5625);
        margin-bottom: 20px;
    }

    .about-wrapper .iframe-wrapper .grey-bg {
        display: none;
    }

    .about-wrapper .special-list li {
        height: auto;
        line-height: 1.2;
    }

    .about-wrapper .text-with-grey {
        margin: 20px auto 0 !important;
        text-align: center;
        width: 100%;
        padding: 20px;
    }

    .about-wrapper .text-with-grey .par {
        display: none;
    }

    .wysiwig.m-t-50 {
        margin-top: 20px !important;
    }

    .wysiwig h4 {
        margin-top: 20px !important;
    }

    .cover {
        height: 50vh;
    }

    .about-wrapper .text-with-grey .grey-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .grid-of-boxes {
        margin-top: 20px;
    }

    .grid-of-boxes .item {
        width: 100%;
        margin: 0 10px 20px;
    }

    .faq-cols {
        margin: 0 auto;
    }

    .faq-cols .col {
        float: none;
        width: 100%;
        padding: 0;
    }

    .faq-cols .col .qa {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .popup-wrapper .inner.wider {
        padding: 20px;
    }

    .inst-rows .row.first {
        display: none;
    }

    .inst-rows .row .cell {
        float: right;
        padding-left: 0;
        width: 100% !important;
        margin-bottom: 10px;
        padding-left: 10px;
        margin-left: 0 !important;
    }

    .inst-rows .row .cell.masad {
        width: 50% !important;
    }

    .inst-rows.for-kindergardens .row .cell {
        width: 100% !important;
    }

    .map-wrapper .legend {
        top: 10px;
        right: 10px;
    }

    .history-wrapper {
        margin: 20px auto 0;
    }

    .history-wrapper .col {
        padding: 0;
        width: 100%;
        float: none;
    }

    .history-wrapper .col .item .number {
        left: auto;
        right: auto;
        top: auto;
        width: auto;
        height: auto;
        padding: 0;
        font-size: 30px;
        color: #ec514f;
        position: relative;
        background: transparent;
        text-align: right;
    }

    .history-wrapper .col .item .number br {
        display: none;
    }

    .history-wrapper .col .item .text p {
        margin: 10px 0 0 0;
    }

    .history-wrapper .line {
        display: none;
    }

    .history-wrapper .col .item {
        padding-left: 0;
        margin-bottom: 0;
        padding-top: 0;
        margin-top: 20px;
    }

    .history-wrapper .col.go-left .item {
        padding-right: 0;
    }

    .history-wrapper .col.go-left {
        padding: 0;
    }

    .history-wrapper .col .item .text {
        text-align: right !important;
    }

    .history-wrapper .col.go-left .item .number {
        right: 0;
    }

    .history-wrapper .col .item {
        margin-bottom: 40px;
    }

    .about-wrapper .text-with-grey br {
        display: none !important;
    }

    .about-wrapper {
        padding-bottom: 0;
    }

    .articles-table .cell {
        float: none;
        width: 100% !important;
        margin: 0 0 10px;
        padding: 0;
        border-top: 0;
        min-height: 0;
    }

    .articles-table .cell.like-button {
        width: 50% !important;
    }

    .articles-table .row {
        margin-top: 0;
        margin-bottom: 40px;
        border-top: 3px solid #3a75e9;
        padding-top: 15px;
    }

    .grid .item.go-inline {
        float: none;
        display: inline-block;
        margin: 20px 10px;
        vertical-align: top;
    }

    .grid.grid-5 .item {
        width: calc(50% - 22px);
    }

    .grid.grid-5 .clear {
        display: none;
    }

    .content-wrapper .type-product {
        width: 100%;
    }

    .content-wrapper .type-product .summary {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-top: 40px;
    }

    .content-wrapper .type-product .summary h1 {
        font-size: 3.6em;
    }

    .products-back-to {
        display: none;
    }

    .content-wrapper .type-product .summary .woocommerce-product-details__short-description iframe {
        width: 100%;
        height: calc((100vw - 40px) * 0.5625);
    }

    .content-wrapper .type-product .prod-images {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .order-books-wrapper .personal-details {
        float: none;
        width: 100%;
    }

    .order-books-wrapper .books-list {
        float: none;
        width: 100%;
        margin-top: 50px;
    }

    .order-books-wrapper .price-converter {
        position: relative;
        margin-top: 20px;
        width: 100%;
    }

    .grid.grid-4 .item {
        width: calc(50% - 22px);
    }

    .prod-top-headline {
        padding: 0 20px;
    }

    .prod-top-headline.of-books-order {
        padding: 0;
    }

    .prod-top-headline.of-books-order .button {
        position: relative !important;
        width: 100% !important;
    }

    .prod-top-headline.of-books-order h2 .par {
        right: 80px !important;
        top: 10px !important;
    }

    .prod-top-headline.of-books-order h2 .line {
        right: 100px !important;
    }

    .prod-top-headline.of-books-order h2 .text {
        max-width: 300px;
        margin: auto;
    }

    .content-wrapper .woocommerce {
        width: 100%;
        margin: 20px auto 0;
    }

    .content-wrapper .woocommerce .col2-set {
        width: 100%;
        padding-left: 0;
        float: none;
    }

    .content-wrapper .woocommerce #order_review_heading {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }

    .content-wrapper .woocommerce #order_review {
        float: none;
        width: 100%;
        padding-right: 0;
        position: relative;
        margin-top: 20px;
    }

    #search-button {
        display: none;
    }

    header .cart-icon {
        z-index: 9999;
        top: 35px;
        left: 60px;
        transform: translateY(-250%);
        -webkit-transform: translateY(-250%);
    }

    .wysiwig iframe {
        height: calc((100vw - 40px) * 0.5625);
    }

    .join-wrapper .the-content .table .row.cells-3 .cell {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        -ms-word-break: break-all;
        word-break: break-all;
    }

    .grid.grid-5 .item.team-item {
        float: none;
        display: inline-block;
        margin: 20px 5px;
        vertical-align: top;
        width: calc(50% - 12px);
    }

    .grid.circles .item .image-wrapper.smaller {
        width: 60%;
        padding-bottom: 60%;
    }

    .team-grid {
        width: 100% !important;
        margin: 0 !important;
    }

    .team-mobile-headline {
        margin-top: 20px;
        border-bottom: 3px solid #3a75e9;
        padding-bottom: 20px;
    }

    .team-mobile-headline br {
        display: none;
    }

    .login-wrapper {
        height: calc(100vh - 50px);
    }

    .login-wrapper .login-box {
        width: calc(100% - 40px);
    }

    .join-wrapper .only-image.wide {
        width: calc(100% - 80px);
        height: calc(100% - 40px);
    }

    .accessibility-panel {
        width: calc(80vw - 40px);
        height: 280px;
        left: 0;
        top: calc(100% + 40px);
    }

    .woocommerce-form-coupon .form-row {
        width: 100% !important;
    }

    .woocommerce-form-coupon .form-row input {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce-form-coupon .form-row button {
        margin: 10px 0 0 0 !important;
        width: 100% !important;
        display: block !important;
    }

    #payment_method_cod, #payment_method_paypal {
        width: 10px !important;
        height: 10px !important;
        -webkit-appearance: checkbox !important;
    }

    .associations-wrapper .association-wrapper {
        padding: 20px;
        margin-bottom: 20px;
    }

    .associations-wrapper .association-wrapper .logo {
        height: 50px;
    }

    .donation-button {
        width: 100%;
    }

    .join-wrapper .the-content.special-wide {
        width: 100%;
        padding: 20px 40px 0;
    }

    .join-wrapper .the-content.special-wide .text-and-video .text-wrapper {
        float: none;
        width: 100%;
    }

    .join-wrapper .the-content.special-wide .text-and-video .video-wrapper {
        float: none;
        width: 100%;
        margin-top: 20px;
        height: calc((100vw - 80px) * 0.5625);
    }

    .join-wrapper .the-content.special-wide .text-and-video {
        padding-bottom: 0;
    }

    .activities .activities-cat .items .item {
        margin: 10px 14px;
        width: calc(100% - 30px);
    }

    .activities .activities-cat .items {
        margin-top: 20px;
    }

    .activities .filters .left-side {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */


/*
 * Oded Changes
 */
.woocommerce-Price-amount.amount bdi {
    display: flex;
}

.single-product .woocommerce-Price-amount.amount bdi {
    display: inline;
}

.woocommerce-order-received .content-wrapper .woocommerce .col2-set {
    float: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 8px 10px 5px 10px;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: rtl;
}

.filters .view-buttons .button {
    width: auto;
}

.filters .view-buttons .button:not(.without-t) {
    padding: 0 20px 0 80px;
}

.filters .view-buttons .button.fixed-height .ext {
    height: auto;
}

.page-id-85 .filters .view-buttons .button:not(.without-t) {
    padding: 0 15px 0 120px;
}

#wpcf-custom-btn-1 {
    display: inline;
    background-color: #3876ed;
    color: white;
    border: 0;
    width: 100%;
    margin-top: 10px;
    padding: 3px 20px 0 20px;
}

/*
.woocommerce-MyAccount-content .book-item {
	padding: 20px 0;
}

.woocommerce-MyAccount-content .book-item:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.woocommerce-MyAccount-content .book-item .book-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.woocommerce-MyAccount-content .books-wrapper .title {
	font-size: 26px;
	margin-bottom: 10px;
}

.woocommerce-MyAccount-content .book-item .button {
	font-size: 16px;
}

.woocommerce-account .woocommerce div.woocommerce-MyAccount-content .books-wrapper {
	margin-top: 20px;
}
*/
.woocommerce-account .woocommerce div.woocommerce-MyAccount-content .books {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.books .book-item ._df_thumb {
    width: 85%;
    min-height: 228px;
}

.woocommerce-account .woocommerce div.woocommerce-MyAccount-content .book-item {
    margin: 0 0 20px 0;
}

.show-flipbook {
    background: #ec514f;
    color: white;
    padding: 0 20px;
    border: 0;
    line-height: 40px;
    cursor: pointer;
}

._df_book {
    display: none;
}

body.elementor-editor-active .wysiwig ul {
    position: inherit;
    top: -20px;
}


.elementor-field-option {
    display: flex;
    flex-direction: row;
}

.elementor-field-option input[type="checkbox"].elementor-acceptance-field {
    background-color: #dddddd !important;
    height: 20px;
    width: 20px;
    flex-basis: 20px;
    border: 0;
    margin: 0 0 0 5px;
}

.elementor-field-option input[type="checkbox"].elementor-acceptance-field:checked::before {
    content: "✔";
    position: relative;
    color: black;
    right: 5px;
    top: 1px;
}

.tali-grecaptcha-text {
    display: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.tali-grecaptcha-text a {
    text-decoration: underline;
}

.newsletter-wrapper form input[type="submit"] {
    width: 100% !important;
    margin-top: 7px !important;
}

.join-wrapper .the-content .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.join-wrapper .the-content .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper-wrapper {
    width: 50%;
}

footer > .row.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

footer > .row.flex .items {
    position: relative;
    float: initial;
    margin-left: 20px;
    -ms-flex-preferred-size: calc(20% - 10px);
    flex-basis: calc(20% - 10px);
    height: initial;
}

footer > .row.flex .form-wrapper {
    position: relative;
    float: initial;
    width: calc(20% - 10px);
    max-width: 100%;
}

.books-wrapper h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.books-wrapper p {
    font-size: 20px;
}

.content-wrapper .flipbook-wrapper {
    max-width: 900px;
    margin: auto;
}

.content-wrapper .flipbook-wrapper h1 {
    font-size: 5.4em;
    text-align: center;
    margin: 0 0 20px 0;
}

.content-wrapper .books-wrapper form.form-update-password,
.content-wrapper .flipbook-wrapper form {
    max-width: 320px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.content-wrapper .books-wrapper form.form-update-password {
    margin: 0;
}

.content-wrapper .books-wrapper form.form-update-password input[type="password"],
.content-wrapper .flipbook-wrapper form input[type="password"] {
    flex-grow: 3;
    flex-shrink: 1;
    flex-basis: 0;
}

.content-wrapper .books-wrapper form.form-update-password button[type="submit"],
.content-wrapper .flipbook-wrapper form button[type="submit"] {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    border-radius: 0;
    background: #ec514f;
    color: white;
    font-family: "NarkisBlockMF", "Arial", sans-serif;
    font-size: 19px;
    font-weight: 400;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.content-wrapper .books-wrapper form.form-update-password button[type="submit"] {
    flex-grow: 2;
}

#content table.shop_table a.remove {
    color: red;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 20px;
    float: left;
    border: 0;
}

/*
#prod-quantity-plus,
#prod-quantity-minus {
	display: none;
}
*/
.woocommerce-checkout-review-order-table .quantity {
    display: inline;
}

.woocommerce-checkout-review-order-table .quantity-headline {
    font-size: 15px;
}

.mini_cart_item .quantity-headline,
.mini_cart_item .quantity {
    display: none;
}

.qty-wrapper {
    display: flex;
    align-items: center;
}

.qty-wrapper .fas {
    padding: 8px;
    cursor: pointer;
}

.woocommerce .quantity .qty,
.input-text.qty {
    padding: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-left: 0;
    float: none;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid black;
}

.content-wrapper .type-product .summary .cart .quantity input {
    margin-left: 0;
    float: none;
}

.book-item {
    display: flex;
    flex-direction: column;
}

.book-item a.share-link {
    display: block;
    margin: 10px;
    text-decoration: underline;
}

.book-item .share-links a:first-child {
    margin-left: 10px;
}

.book-item .share-links a i {
    vertical-align: middle;
}

.content-wrapper .books-wrapper h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.add-to-cart-variations-wrapper p {
    font-size: 17px;
    font-weight: bold;
}

.add-to-cart-variations-wrapper form.variations_form.cart {
    margin-top: 0 !important;
}

.hr {
    margin: 35px auto;
    width: 100%;
}

.add-to-cart-variations-wrapper label {
    font-size: 16px;
}

.add-to-cart-variations-wrapper td {
    padding: 5px 0;
}

.content-wrapper .books-wrapper form.form-update-password input[type="password"] {
    border-left: 0;
}

.content-wrapper .books-wrapper form.form-update-password button[type="submit"] {
    font-size: 16px;
}

.woocommerce td.product-name dl.variation:last-child {
    display: none;
}

.books-wrapper p {
    font-size: 100%;
}

.content-wrapper .type-product .summary .cart .variations td.value select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/themes/tali/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.accordion {
    display: block;
    background-color: #eeeeee;
    color: #444444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

.accordion.active, .accordion:hover {
    background-color: #cccccc;
}

.accordion:after {
    content: "\002B";
    color: #777777;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion.active + .panel {
    padding: 15px;
    max-height: initial;
}

.accordion.active + .panel > a > div.button {
    margin-top: 0;
}

.accordion i {
    position: relative;
    top: 1px;
    width: 20px;
    text-align: center;
    margin-left: 5px;
}

.content-wrapper .type-product .summary .add-wrapper {
    margin-top: 30px;
}

.woocommerce .woocommerce-info {
    display: none;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    display: block;
    border: 0;
    font-size: 16px;
    color: black;
    padding: 15px 20px;
    margin: 0;
}

.woocommerce td.product-name .wc-item-meta p {
    font-size: 100%;
}

#popup-login-register {
    background-color: rgba(0, 0, 0, 0.2);
}

.my-account-link-wrapper {
    text-align: center;
    margin: 0 0 20px 0;
}

.my-account-link-wrapper a {
    text-decoration: underline;
}

.content-wrapper .woocommerce .form-row label.checkbox {
    display: flex;
    line-height: 1.2;
}

.content-wrapper .woocommerce .form-row label input[type="checkbox"] {
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
    height: auto;
    align-self: flex-start;
    margin: 2px 0 0 10px;
}

.add-to-cart-variations-wrapper #add-to-cart-btn {
    padding: 0;
}

.add-to-cart-variations-wrapper #add-to-cart-btn a {
    display: block;
    width: 100%;
}

._df_thumb ._df_book-title {
    bottom: 0 !important;
    opacity: 1 !important;
}

div._df_book-cover {
    background-size: cover;
}

#btn-link-to-my-account {
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    background-color: #fce580;
    color: black;
    text-decoration: none;
}

.content-wrapper .type-product .summary .links {
    margin-bottom: 20px;
}

.add-wrapper .accordion {
    margin-bottom: 20px;
}

.accessibility-panel.show .active::after {
    content: "";
}

footer .contact-details .logos .logo.acumlogo2 {
    width: 50px;
    height: auto;
}

footer .contact-details .logos .logo.jewish-agency-logo {
    width: 180px;
    height: auto;
}

.grecaptcha-badge {
    visibility: hidden;
}

.tali-grecaptcha-text {
    display: block;
}

.close-mobile-menu {
    display: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    direction: ltr;
    font-family: "Courier New", Arial;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    white-space: pre-wrap;
}

.hide {
    display: none;
}

.hidden {
    opacity: 0;
    height: 1px;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.image {
    object-fit: cover;
}

table.table-leads-summary {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-size: 20px;
}

table.table-leads-summary th {
    font-weight: bold;
}

table.table-leads-summary th,
table.table-leads-summary td {
    text-align: right;
    padding: 8px 10px;
}

table.table-leads-summary tr:nth-child(even) {
    background-color: white;
}

table.table-leads-summary th:nth-of-type(1),
table.table-leads-summary td:nth-of-type(1) {
    width: 70%;
}

table.table-leads-summary th:nth-of-type(2),
table.table-leads-summary td:nth-of-type(2) {
    width: 15%;
}

table.table-leads-summary th:nth-of-type(3),
table.table-leads-summary td:nth-of-type(3) {
    width: 15%;
}

table.table-leads-summary td a {
    white-space: normal;
    word-break: break-all;
}

.newsletter-wrapper .center-wrapper h4 {
    margin-bottom: 45px;
}

.plan-desc > p > a > img {
    display: block;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 1280px) {
    .activities .activities-cat .items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .activities .activities-cat .items .item {
        width: calc(100% - 20px);
    }
}

@media (max-width: 1024px) {
    .newsletter-wrapper form .wpcf7-form-control-wrap {
        float: right;
    }

    #header.show .close-mobile-menu {
        display: block;
    }
}

@media (max-width: 768px) {
    .plan-desc > p > a > img {
        height: 100%;
    }

    .stripes-headline {
        position: relative;
        top: initial;
        right: 60px;
        padding-top: 60px;
        padding-right: 90px;
        height: 215px;
    }

    .stripes-squares .inner-wrapper {
        width: 88%;
        margin-left: 0;
        margin-right: 0;
        margin: 0 auto;
    }

    .stripes-squares .stripe {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-bottom: 110px;
    }

    .stripes-squares .stripe .caption h3 {
        font-size: 3.4em;
    }

    .books .book-item ._df_thumb {
        width: 220px;
        height: 100%;
        min-height: 285px;
    }

    .woocommerce-account .woocommerce div.woocommerce-MyAccount-content .books {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .page-id-85 .filters .view-buttons .button:not(.without-t) {
        padding: 10px 15px 10px 120px;
    }

    .activities .activities-cat .items {
        grid-template-columns: 1fr;
    }

    footer > .row.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer > .row.flex .items,
    footer > .row.flex .form-wrapper {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-left: 0;
    }

    .videoWrapper-wrapper {
        width: 100%;
    }

    .elementor-field-option {
        align-items: center;
    }

    .content-wrapper .type-product .summary .cart .variations tr {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1060px) and (min-width: 0px) {
    .accessibility-panel {
        width: calc(80vw - 40px);
        height: 280px;
        left: -110px;
        top: calc(100% + 40px);
    }
}

@media (max-width: 768px) {
    h6.big {
        font-size: 26px;
    }

    .cover .cover-headline.lower {
        bottom: 60px;
    }

    .cover .cover-headline .inner-wrapper .bread .par {
        top: -15px !important;
        right: -30px !important;
        width: 135px !important;
        padding-bottom: calc(150px / 3 * 2) !important;
    }

    .cover .cover-headline .inner-wrapper .line {
        top: -12px;
        right: -35px;
    }

    .cover .cover-headline .inner-wrapper h1.m-t-10 {
        margin-top: 50px;
        font-size: 4em;
    }

    .stripes-2 {
        height: 100vh;
    }

    .stripes-2 .stripe {
        float: none;
        width: 100%;
        height: 100%;
        max-height: 200px;
        margin-right: 0;
    }

    .stripes-2 .inner-wrapper {
        position: relative;
        top: 0;
        left: 0;
        display: grid;
        width: 75%;
        height: auto;
        margin: 50px auto;
    }

    .stripes-2 .inner-wrapper a {
        height: auto;
        min-height: 175px;
    }

    .stripes-2 .inner-wrapper a:not(:last-child) {
        margin-bottom: 10px;
    }

    .stripes-2 .stripe .caption {
        padding: 20px;
    }

    .stripes-2 .stripe .caption h3.small {
        font-size: 24px;
    }

    .filters .view-buttons .button:not(.without-t),
    #games-ages-filter.button,
    #games-topics-filter.button,
    #archive-filters.filters .view-buttons .button {
        width: auto;
        padding: 8px 20px 7px 35px;
    }

    .filters .button.go-red {
        display: inline-block;
        padding: 9px 20px 7px 20px;
    }
}