@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);

html, body {
    margin:  0px;
    text-align:  right;
    color: #232529;
    background-color: white;
    font-family: 'Open Sans Hebrew', 'Arial';
    font-weight: 300;
    font-size: 20px;
}

img {
    border:  0px;
}

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

a { 
    color: rgb(158, 134, 130);
    text-decoration: none;
    transition: 0.2s;
}

a:hover {
    color: black;
}

.header {
    float: right;
    width: 100%;
    position: absolute;

    z-index: 200;
    background-color: rgba(35, 37, 41, 0.30);
}

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

.header-1 {
    float: right;
    width: 100%;
    height: 70px;
}

#logo {
    margin-right: 33px;
    margin-top: 21px;
    float: right;
}

.phone {
    float: left;
    color: rgb(158, 134, 130);
    font-size: 30px;
    margin-top: 12px;
}

.phone > img {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.header-2 {
    float: right;
    width: 100%;
}

.menu {
    list-style-type: none;
    float: right;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.menu li {
    float: right;
}

.menu li > a {
    float: right;
    padding: 14px 35px 15px 35px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.menu li a:hover {
    color: #f7e700;
}

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

.slogan {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    line-height: 2;
    text-shadow: 0px 0px 10px black;
    font-size: 30px;
    z-index: 300;
    margin-top: 145px;
    top: 0px;
    font-weight: bold;
} 

.search-field {
    border: 2px solid #444444;
    background-color: white;
    border-radius: 10px;
    outline: 0px;
    width: 500px;
    font-size: 20px;
    padding: 10px;
}

.search-submit {
    border: 2px solid #444444;
    color: white;
    cursor: pointer;
    background-color: #444444;
    border-radius: 10px;
    outline: 0px;
    font-size: 20px;
    transition: 0.2s;
    padding: 10px;
}

.search-submit:hover {
    background-color: rgba(255, 255, 255, 0.70);
    color: #444444;
}

.the-table {
    float: right;
    width: 100%;
}

.main-title {
    float: right;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 18px 18px 22px 18px;
    font-size: 30px;
}

.main-title h1 {
    padding: 0px;
    margin: 0px;
    font-size: 30px;
    font-weight: 300;
}

.desc-index {
    float: right;
    width: 100%;
    margin-bottom: 35px;
}

.boxes {
    float: right;
    width: 100%;
    padding-bottom: 10px;
}

.box {
    float: right;
    width: calc(25% - 22.5px);
    margin-left: 30px;
    margin-bottom: 30px;
}

.box:nth-child(4n) {
    margin-left: 0px;
}

.box-image {
    float: right;
    position: relative;
    overflow: hidden;
    height: 150px;
    width: 100%;
}

.box-image img {
    position: absolute;
    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%);
}

.box-title {
    float: right;
    width: 100%;
    font-size: 18px;
    padding: 0px 0px;
    color: #444444;
    text-decoration: none;
}

.box-title-inside {
    font-size: 18px;
    color: white;
    padding: 10px;
    margin: 0px;
    background-color: rgb(158, 134, 130);
    font-weight: bold;
    width: 100%;
    float: right;
}

.box-title:hover {
    color: rgb(158, 134, 130);
}

.box-title h2 {
    font-size: 18px;
    color: white;
    padding: 10px;
    margin: 0px;
    background-color: rgb(158, 134, 130);
    font-weight: bold;
}

.box-excerpt {
    float: right;
    width: 100%;
    height: 190px;
    color: #999999;
}

.box-excerpt a {
    float: right;
    width: 100%;
    padding: 10px;
}

.box-excerpt a:nth-child(2n) {
    background-color: rgba(236, 236, 236, 0.45);
}

.reviews {
    float: right;
    width: 100%;
    background-color: rgb(158, 134, 130);
    text-align: center;
    color: white;
    padding: 20px 0px 40px 0px;
}

.slider-reviews {
    float: right;
    width: 60%;
    padding: 20px;
    margin: 10px 20%;
    background-image: url('/img/q1.png'), url(/img/q2.png);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
}

.slider-reviews div {
    outline: 0px;
    cursor:move;
    font-style: italic;
}

.footer {
    float: right;
    color: rgb(158, 134, 130);
    width: 100%;
    border-top: 1px solid #ECECEC;
}

.latest-posts {
    float: right;
    width: 380px;
}

.single-latest {
    float: right;
    margin-bottom: 20px;
    width: 100%;
}

.right-single-latest {
    float: right;
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
}

.right-single-latest img {
    position: absolute;
    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%);
}

.footer-title {
    text-align: right;
    padding-right: 0px;
    color: black;
}

.left-single-latest {
    float: right;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ECECEC;
    width: 100%;
}

.left-single-latest a {
    color: black;
    float: right;
    width: 100%;
    text-decoration: none;
}

.left-single-latest a:hover {
    text-decoration: underline;
}

.left-single-latest span {
    font-size: 16px;
    clear: right;
}

.left-single-latest span ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.footer-contact {
    float: right;
    width: calc(100% - 410px);
    margin-right: 30px;
}

.footer-contact > span {
    margin-bottom: 15px;
    float: right;
    width: 100%;
}

.contact-details {
    float: right;
    width: 100%;
    border-bottom: 1px solid #ECECEC;
    margin: 27px 0px;
    padding-bottom: 25px;
}

.contact-details a {
    float: right;
    color: #444444;
    text-decoration: none;
    font-size: 16px;
    margin-left: 60px;
}

.contact-details a:hover {
    color: rgb(158, 134, 130);
}

.contact-details a > img {
    margin-left: 10px;
    float: right;
    margin-top: 3px;
}

.contact-details a:nth-child(1) > img {
    margin-top: 5px;
}

.fast-contact {
    float: right;
    width: 100%;
}

.fast-contact p {
    margin: 0px;
}

.small-field {
    float: right;
    width: 243px;
    margin-left: 30px;
}

.small-field:nth-child(4n) {
    margin-left: 0px;
}

.fast-contact label {
    float: right;
    width: 100%;
    padding: 10px 0px;
}

.fast-contact input {
    float: right;
    width: 100%;
    background-color: #ECECEC;
    border: 0px;
    font-size: 18px;
    outline: 0px;
    padding: 10px;
    font-family: Assistant;
}

.big-field {
    float: right;
    width: 85%;
    padding-left: 30px;
}

#fast-submit {
    float: right;
    width: 15%;
    cursor: pointer;
    transition: 0.2s;
    background-color: rgb(158, 134, 130);
    color: white;
    margin-top: 46px;
}

#fast-submit:hover {
    background-color: #444444;
}

.real-footer {
    float: right;
    border-top: 1px dashed white;
    width: 100%;
    background-color: rgb(158, 134, 130);
    color: white;
    padding: 25px;
}

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

.laki {
    float: left;
}

/* mobile */

.mobile {
    position: fixed;
    background-color: white;
    z-index: 400;
    width: 100%;
    height: 45px;
    display: none;
    border-bottom: 1px solid #ECECEC;
}

.mobile > a {
    float: right;
    padding-top: 5px;
    width: 50%;
    text-align: center;
}

.mobile-menu-open {
    position: fixed;
    top: 45px;
    height: calc(100% - 45px);
    display: none;
    background-color: white;
    z-index: 400;
    overflow: auto;
    width: 100%;
}

.menu2 {
    float: right;
    width: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.menu2 li {
    float: right;
    width: 100%;
    border-bottom: 1px solid #ECECEC;
}

.menu2 li a {
    float: right;
    width: 100%;
    padding: 10px;
    text-decoration: none;
}

.mobile-contact-open {
    position: fixed;
    top: 45px;
    height: calc(100% - 45px);
    background-color: white;
    z-index: 400;
    overflow: auto;
    display: none;
    width: 100%;
}

.mobile-contact-open label {
    width: 100%;
    float: right;
    padding: 10px;
}

.mobile-contact-open input {
    width: calc(100% - 20px);
    float: right;
    margin: 0px 10px;
    background-color: #ECECEC;
    font-family: Assistant;
    font-weight: 300;
    border: 0px;
    padding: 5px;
    outline: 0px;
    font-size: 20px;
}

.mobile-contact-open .big-field {
    width: 100%;
    padding: 0px;
}

.mobile-contact-open #fast-submit {
    width: calc(100% - 20px);
    margin: 10px;
}

/* pages */

.page-title {
    float: right;
    width: 100%;
    color: rgb(158, 134, 130);
}

.page-title > img {
    width: 100%;
    height: auto;
}

.page-title h1 {
    font-size: 30px;
    margin: 25px 0px 0px 0px;
    font-weight: normal;
}

.the-content {
    float: right;
    width: 100%;
    margin: 15px 0px;
    line-height: 1.5;
}

.the-content a {
text-decoration: underline;
}

.the-content-right {
    width: 70%;
    margin: 15px 0px;
    float: right;
    padding-left: 30px;
}

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

.page .footer, .archive .footer, .single .footer {
    border-top: 1px solid #ECECEC;
}

.h1-inside {
    font-size: 30px;
    float: right;
    width: 100%;
    margin: 18px 0px 0px 0px;
}

.the-content h2 {
    color: rgb(158, 134, 130) !important;
    font-size: 28px;
}

.archive-boxes {
    padding: 20px 0px;
    float: right;
    width: 
}

.the-content-left {
    float: right;
    width: 30%;
    margin: 15px 0px;
}

.inside-title {
    text-align: right;
    padding-right: 0px;
    font-size: 24px;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    color: black;
    color: rgb(158, 134, 130);
}

.more-posts {
    float: right;
    width: 100%;
}

.more-posts a {
    float: right;
    width: 100%;
    text-decoration: none;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #ECECEC;
}

.more-posts a:nth-child(2n) {
    background-color: rgba(236, 236, 236, 0.45);
}

.rgg-img {
    border: 1px solid #ECECEC;
}

.psgal {
    width: 100% !important;
    margin: 0px !important;
}

.grid {
    list-style-type: none;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    float: right;
    width: 100%;
}

.grid-item { 
    width: 33.33%;
    float: right;
    padding: 5px;
}

.grid-item img {
    width: 100%;
    display: block;
    opacity: 0.8;
    transition: 0.2s;
    border-radius: 3px;
}

.grid-item:hover img {
    opacity: 1;
}

.table-under-index {
    padding-bottom: 25px;
}

@media screen and (max-width: 1200px) {
    
    .wrap {
    width: 100%;
    padding: 0px 10px;
}

.search-field {
 width:  80%;
 margin: 0px 10%;   
}

.cover {
    background-color: rgb(158, 134, 130);
    height: 400px;
    background-image: url('/img/cover10.jpg');
    background-position: center;
    background-size: cover;
}

.cover img {
    display: none;
}

.slogan {
    margin-top: 150px;
}

.cover .wrap {
    padding: 0px;
}

.slider img {
    width: 100%;
}

.box {
    width: calc(33.33% - 20px);
}

.fast-contact {
    margin-bottom: 30px;
}

.small-field {
    width: calc(33.33% - 20px);
}

.open-accessibility {
    display: none;
}
    
}

@media screen and (max-width: 1000px) {
    
    .box {
    width: 100%;
}
    
    .box-image img {
        width: 100%;
        height: auto;
    }

.grid-item {
    width: 50%;
}

.mobile {
    display: block;
}

.small-field {
    width: 100%;
}
    
.menu {
    display: none;
}

.header {
    margin-top: 50px;
}

#logo {
    width: 100%;
    margin: 0px;
    text-align: center;
}

#logo img {
    margin: 10px;
    display: inline;
}

}


@media screen and (max-width: 600px) {
    
    .phone {
    display: none;
}

.page-title {
    height: 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.page-title img {
      position: absolute;
  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%);
}

.real-footer {
    text-align: center;
}

.slider {
    display: none !important;
}

.box-image img {
        width: auto;
        height: 100%;
    }
    
.slider-reviews {
    width: 94%;
    margin: 10px 3%;
}

.latest-posts {
    width: 100%;
}

.footer-contact {
    width: 100%;
    margin: 0px;
}

.contact-details a {
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.the-content-left {
    display: none;
}

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