﻿@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap&subset=hebrew');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap&subset=hebrew');

html, body {
    margin:  0px;
    text-align:  right;
    color: #848484;
    font-family: 'Open Sans';
    font-size: 16px;
    background-color: #F7F7F7;
    background-image: url('/img/background.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

img {
    border:  0px;
}

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

.wrap {
    width: 1200px;
    margin:auto;
}

.relative {
    position: relative;
}

.padding {
    padding: 10px;
}

.shadow {
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
}

#logo {
    display: inline-block;
    color: black;
    font-weight: bold;
    font-size: 40px;
    transition: 0.2s;
    font-family: 'Secular One';
    padding: 30px;
}

#logo:hover {
    transform: scale(1.05) rotate(2deg);
    color: #5f3811;
}

.top {
    color:white;
}

.menu {
    float: right;
    text-align: center;
}

.menu li {
    position: relative;
    display: inline-block;
}

.menu li:hover ul {
    display: block;
}

.menu ul {
    position: absolute;
    right: 0px;
    padding: 0px;
    display: none;
    list-style-type: none;
    margin: 0px;
    width: 280px !important;
    top: 100%;
    background: white;
    z-index: 88;
    text-align: right;
}

.menu ul a {
    color: #848484 !important;
}

.menu2 ul {
    list-style-type: none;
}

.menu li ul li { 
    float: right;
    width: 100%;
}

.menu li ul a {
    color: white;
    width: 100%;
    float: right;
}

.menu ul li:hover a {
    color: #5f3811 !important;
}

.header-left-box {
    float: left;
}

.header {
    text-align: center;
    z-index: 999;
}

.cover img {
    max-width: 100%;
    height: auto;
}

.corners {
    border-radius: 5px;
}

.menubar {
    float:right;
    width: 100%;
}

.menubar ul {
    list-style-type: none;
    padding: 0px;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    margin:0px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding-top: 5px;
}

.menubar a {
    color: #848484;
    padding: 14px 20px;
    transition:0.2s;
    float:right;
}

.menubar a:hover {
    color: #5f3811;
}

.submenucat {
    width: 300px !important;
}

.hdvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    min-height: 100%;
    filter: opacity(1);
    width: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.hdoverlay {
    position: absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    pointer-events: none;
    opacity: 1;
    background-color: white;
}

.welcome {
    width: 50%;
    color:white;
    z-index: 20;
    float:right;
}

.welcome h1 {
    font-size: 40px;
    text-shadow: 1px 1px 1px black;
}

.welcome-content {
    line-height: 1.5;
    font-size: 20px;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 50px;
}

.more {
    border-radius: 3px;
    border:1px solid white;
    color:white;
    padding: 5px 10px;
    transition: 0.2s;
}

.more:hover {
    background-color: white;
    color:#C8911D;
}

.leftwelcome {
    float:left;
    padding-right: 25px;
}

.leftwelcome img {
    display: block;
}

.boxes {
    padding: 30px 0px;
}

.forth {
    float:right;
    padding: 10px;
    width: calc(33.33% - 37px);
    margin-left: 55px;
    transition: 0.2s;
    background-color: white;
    text-align: center;
    box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
}

.forth:hover {
    box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
}

.forth-title {
    font-weight: bold;
    color: #599aee;
    font-size: 20px;
    margin: 15px 0px;
}

.forth-circle {
    font-weight: bold;
    color:gray;
    border:1px solid #d4d4d4;
    border-radius: 50%;
    width: 50px; 
    height: 50px;
    margin: 15px 0px 5px 0px;
    margin-right: 43%;
    padding-top: 12px; 
}

.forth-content {
    line-height: 1.5;
    font-size: 16px;
    padding: 0px 20px 20px 20px;
}

.forth:nth-last-child(1) {
    margin-left: 0px;
}

.top-red {
    border-top: 2px solid #D81B60;
}

.top-green {
    border-top: 2px solid #43A047;
}

.top-blue {
    border-top: 2px solid #1E88E5;
}

.top-orange {
    border-top: 2px solid #F4511E;
}

.main-h2  {
    color:#937B6F;
    margin: 0px 0px 15px 0px;
    font-size: 24px;
    float: right;
    border-radius: 10px 0px 0px 10px;
    padding: 5px 0px;
}

.centered-title {
    position: relative;
    margin: 10px 0px 0px 0px;
}

.half {
    width: 50%;
    float:right;
}

.right {
    float:right;
    width:70%;
    padding-left: 25px;
}

.left {
    float:left;
    width:30%;
}

.active-menu a {
    color: #D81B60 !important;
    font-weight: bold;
}

.footer {
    margin-top: 50px;
    padding: 20px;
}

.laki {
    float:left;
    position: relative;
}

.laki:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #d7d7d7;
    left: 0px;
    width: 100%;
    top: -20px;
}

.laki a {
    color:#937B6F;
}

.main-title {
    color:#D81B60;
    font-size: 30px;
    background-color: white;
    margin-bottom: 30px;
}

.main-title h1 {
    font-size: 30px;
}

h1, h2 {
    color:#937B6F;
    width: 100%;
    font-family: 'Secular One';
    margin: 0px 0px 15px 0px;
    float: right;
    position: relative;
    border-radius: 10px 0px 0px 10px;
    padding: 5px 0px;

}

h1 {
    color: black;
    font-size: 32px;
}

h1:after, h2:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 50px;
    height: 1px;
    bottom: -10px;
    background-color: #dddddd;
}

.the-content {
    line-height: 1.8;
    padding: 40px;
    color: black;
    font-family: arial;
}

.the-content h2 {
    float: none;
    margin-bottom: 25px;
}

.leftcontact {
    border: 1px solid #90909056;
    padding: 20px;
}

.leftcontact-title {
    font-weight: bold;
    color:#D81B60;
}

.leftcontact-desc {
    font-size: 16px;
    margin-bottom: 20px;
}

 input, textarea, select {
    float:right;
    width:100%;
    border:1px solid #90909056;
    font-family: 'Open Sans';
    padding: 5px;
    outline:0px;
    border-radius: 3px;
    margin: 10px 0px;
    font-size: 16px;
}

input:focus, textarea:focus, select:focus {
    border:1px solid #937B6F;
    box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
}

button {
    float:left;
    border: 0px;
    font-family: 'Open Sans';
    padding: 6px 20px;
    cursor: pointer;
    transition:0.2s;
    outline:0px;
    font-weight: bold;
    margin: 10px 0px;
    background-color: black;
    color:white;
    border-radius: 5px;
    font-size: 16px;
}

.green-msg {
    background-color: #3ba903;
    color: white;
}

#error:empty {
    display: none;
}

button:hover {
    background-color: #ad800f;
}


.post-thumb {
    position: relative;
    overflow: hidden;
    height:180px;
}

.post-thumb img {
    position: absolute;
    padding: 0px 10px;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.post-title {
    font-weight: bold;
    color: #599aee;
    font-size: 22px;
    padding: 5px 0px;
}

.post-title:hover {
    color:#D81B60;
}

.post-date {
    font-size: 16px;
}

.post-excerpt {
    padding: 7px 0px;
}

.post-excerpt p {
    display: inline;
}

.post-right {
    float:right;
    width: 280px;
}

.boxes2 .post-info {
    width: calc(100% - 280px);
    padding-right: 15px;
}

.boxes2 .post {
    padding: 20px;
    margin-bottom: 30px;
    background-color: white;
}

.boxes2 .post:nth-last-child(1) {
    border-bottom: 0px;
}

.boxes2 .post-title {
    padding: 0px 0px 5px 0px;
}

.slogan {
    text-align: center;
    font-weight: bold;
    margin: 5px 0px;
    color:#D81B60;
    float:right;
    width:100%;
}

.mobile {
    position: absolute;
    top:0px;
    width:100%;
    height: 60px;
    display: none;
    z-index: 9999;
    z-index: 10;
    color:white;
    background-color: #C8911D;
}

.mobile > a {
    float:right;
    width: 100%;
    padding: 13px;
    color:white;
    text-align: center;
}

.mobile > a > img {
    width: 34px;
}

.mobile-open {
    position: absolute;
    top: 60px !important;
    z-index: 18;
    max-height:100%;
    overflow: hidden;
    right: 0px;
    left: 0px;
    display: none;
    background-color: white;
}

.menu2 {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.menu2 li {
    float:right;
    width: 100%;
}

.menu2 li a {
    float:right;
    width:100%;
    padding: 15px;
    border-bottom: 1px solid #90909056;
    color:#705a4f;
}

select {
    padding: 4px;
}

.indexcontent {
    background-color: white;
    float: right;
    width: 100%;
}

.indexright {
    width: calc(100% - 425px);
    float: right;
}

.indexcontent h1 {
    margin-bottom: 35px;
}

.indexleft {
    float: left;
    width: 400px;
}

.card {
    background-color: white;
}

.indexleft img {
    border-radius: 5px;
}

.indexcontent h3 {
    color:#599aee;
}

.fastopencard {
background-color: #3ba903;
color: white;
padding: 20px;
float: right;
text-align:center;
font-weight: bold;
width: 100%;
font-size: 20px;
margin-bottom: 20px;
}

.card {
    margin-bottom: 25px;
    border-radius: 5px;
}

.card-image {
    overflow: hidden;
    position: relative;
    height: 180px;
}

.crd-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transition:0.2s;
    height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.crd-image:hover {
    transform: translate(-50%,-50%) scale(1.05);
}

.crd-name {
    font-weight: bold;
    color: #937B6F;
    background-color: #f7f7f7;
    float: right;
    width: 100%;
}

.link-in-category {
    border: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-right: 2px solid #3ba903;
}

.link-in-category:nth-child(2n) {
    border-right: 2px solid #5f3811;
}

.crd-name-big {
    font-size: 22px;
    margin-bottom: 10px;
}

.crd-name:hover {
    color: #ad800f;
}

.bigcenter {
    display: inline-block;
    width: 100%;
    clear: both;
    position: absolute;
    color: white;
    font-size: 50px;
    right: 0px;
    top: 40%;
    text-align: center;
    padding: 20px 30px;
    z-index: 5;
    line-height: 28px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    -moz-border-radius: 10px;
    transition:0.2s;
    -webkit-border-radius: 10px;
}

.bigcenter:hover {
    filter: brightness(1.5);
}

.crd-address {
    float: right;
    font-size: 16px;
    color: gray;
}

.lists-single {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.lists-single a {
    float: right;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    width: 100%;
    color: #937B6F;
}

.picinside {
    float: left;
    width: 35%;
    padding: 5px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.addplace {
    border: 1px solid #eee;
    border-top: 3px solid #1E88E5;
    padding: 15px;
}

.addplace-title {
    color: #F4511E;
    margin: 10px 0px 15px 0px;
    font-size: 22px;
}

.video {
    position: absolute;
    left: 50%;
    top: 80%;
    min-height: 100%;
    width: 100%;
    z-index: 2;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.hdoverlay {
    position: absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    z-index: 3;
    pointer-events: none;
    opacity: 0.4;
    filter: contrast(2);

}

.flex {
    color: #1A2B48;
}

.nicemsg {
    margin-bottom: 20px;
    background-color: #00cad4;
    color: white;
    padding: 15px;
}

.nicemsg a {
    color: white;
    text-decoration: underline;
}

.sidebar .flex3 {
    display: none;
}

.sidebar .flex6 {
    width: 100%;
}

.slideslogan {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: white;
    padding: 0px 15px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.4);
}

.sidebar-desc {
    padding: 5px;
    background-color: #fff9e9;
    font-size: 16px;
    margin: 5px 0px;
}

.sidebar label , .sidebar button {
    width: 100%;
}

.the-content a {
    color: #C8911D;
}

.breadcrumbs {
    font-size: 14px;
    margin: 25px 0px;
}

.breadcrumbs a {
    color: #C8911D;
}

.journey-tool button {
    margin-top: 34px;
    width: 100%;
}

.small-tool {
    width: 60%;
    margin-right: 20%;
}

.medium-tool {
    width: 80%;
    margin-right: 10%;
}

.journey-tool-wrap {
    padding: 30px 0px;
    margin: 35px 0px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.journey-tool {
    display: none;
}

.tool-result {
    background-color: black;
    color: white;
    padding: 20px;
    display: none;
    margin-top: 20px;
}

.journey-tool-line {
    border-bottom: 1px solid #272727;
    float: right;
    width: 100%;
    padding: 10px 0px;
}

.journey-tool-line-big {
    font-size: 24px;
}

.journey-tool-line:nth-last-child(1) {
    border-bottom: 0px;
}

.journey-tool-comment {
    font-size: 14px;
    opacity: 0.5;
}

.green-button {
    background-color: #65A30D;
}

.red-button {
    background-color: #DC2626;
}

.blue-button {
    background-color: #0891B2;
}

.purple-button {
    background-color: #7C3AED;
}

.orange-button {
    background-color: #CA8A04;
}

.related {
    color: #848484;
    padding: 15px 0px;
    border-bottom: 1px solid #f0f0f0;
}

.related:hover {
    color: #705a4f;
}

.second-title {
    background-color: black;
    color: white;
    padding: 8px;
    border-radius: 5px;
}

.jump {
    border-radius: 5px;
    box-shadow: 0px 0px 5px #f0f0f0 !important;
}

.msg {
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.cmt-wrap {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

.cmt-wrap h2 {
    margin-bottom: 35px;
}

.cmt-wrap textarea {
    margin: 25px 0px;
    padding: 10px;
}

.cmt-date {
    font-size: 12px;
}

.cmt-left {
    width: 100%;
    background-color: #f4f4f4;
}

.cmt-single {
    padding: 10px;
    border-radius: 5px;
    background-color: #f4f4f4;
}

.cmt-single .cmt-single {
    padding: 0px;
    margin-bottom: 0px;
}

.cmt-single .cmt-single .cmt-left {
    background-color: white;
}

.cmt-responde-now {
    color: #705a4f;
    text-decoration: underline;
}

.cmt-name {
    font-size: 16px;
}

.cmt-content {
    padding: 5px 0px;
}

.related-posts {
    margin: 0px;
    padding: 0px;
}

.box-category .box-title {
    background-color: white;
    color: #5f3811;
    padding: 15px;
}

.box-image {
    position: relative;
    overflow: hidden;
    height: 160px;
}

.box-image img {
    position: absolute;
    padding: 0px 10px;
    left: 50%;
    top: 50%;
    transition: 0.2s;
    height: 100%;
    width: auto;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.box-image:hover img {
    transform: translate(-50%,-50%) scale(1.05);
}

.quote-list {
    border: 2px solid #f7f7f7;
    border-radius: 10px 0px 0px 10px;
    padding: 30px;
    margin: 15px 0px;
    font-size: 24px;
    padding-bottom: 15px;
    color: #3ba903;
    font-family: 'Open Sans';
    background-color: white;
    border-right: 2px solid #3ba903;
    position: relative;
}

.quote-list:nth-child(2n) {
    border-right: 2px solid #ad800f;
    color: #ad800f;
}

.quote-list i {
    float: right;
    margin: 5px 0px 5px 15px;
}


.quote-list span {
    font-style: italic;
    font-size: 14px;
    float: left;
    clear: both;
}

.quotenumber {
    position: absolute;
    font-weight: bold;
    color: white !important;
    background-color: #3ba903;
    border-radius: 50%;
    padding: 1px;
    font-style: normal !important;
    height: 24px;
    width: 24px;
    text-align: center;
    top: -10px;
    right: -10px;
    box-shadow: 0px 2px 5px rgb(195, 195, 195);
}

.quote-list:nth-child(2n) .quotenumber {
    background-color: #ad800f;
}

.crd-desc {
    font-size: 13px;
    color: black;
    padding: 10px 10px 0px 10px;
}

@media screen and (max-width: 1100px) {

.wrap {
    width:100%;
}

.mobile {
    display: block;
}

.header {
    padding-bottom: 0px;
    margin-top: 60px;
}

.menubar {
    display: none;
}

#hdvideo {
    position: relative;
    transform: none;
    float:right;
    right: auto;
    left: auto;
    margin-top: 30px;
    width:100%;
}

.welcome {
    width:100%;
    padding: 20px;
}

.welcome h1 {
    float:right;
    width:100%;
}

#logo {
    text-align: center;
    width: 200px;
    right: 20px;
    transition: 0.2s;
}

.class-index .header {
    height: auto;
}

.absolutlyheader{ 
    position: relative;
    float:right; 
    width:100%;
}

}

@media screen and (max-width: 700px) {

    .journey-tool {
        width: 100%;
        margin: 0px;
    }

.forth {
    width: 100%;
    margin-bottom: 30px;
}

.header {
    text-align: center;
}


#logo {
    height: 90px;
    padding: 3px;
}

#logo img {
    float: right;
    width: 100%;
}

.class-index #logo {
    display: inline-block;
    width: 50%;
    right: 25%;
    float: none;
    margin-top: 40px;
}

.class-index #logo img {
    width: 100%;
}

.flex {
    width: 100% !important;
}

.right {
    width: 100%;
    padding-left: 0px;
}

.the-content img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
}

.left {
    width: 100%;
}

.leftwelcome {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

article {
    margin-top: 50px;
    padding: 15px;
}

.leftwelcome img {
    display: inline;
}

.boxes {
    padding: 20px;
}

.third-field, .forth-field {
    width: 100% !important;
    padding: 0px !important;
}

.indexright, .indexleft {
    width: 100%;
}

article {
    margin-top: 0px;
}

.top {
    margin-top: 50px;
}

.the-content {
    padding: 20px;
}

h1 {
    font-size: 26px;
}

.left {
    padding: 20px;
}

}