html, body {
    margin:  0px;
    text-align:  right;
    color:  black;
    background-color: #428538;
    font-family: 'Nachlieli CLM', arial;
    font-size: 15px;
}

img {
    border:  0px;
}

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

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

.slider {
    height: 545px;
    width: 100%;
    float: right;
    position: relative;
}

.shadow1 {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    background-image: url('/img/shadow1.png');
    height: 85px;
    z-index: 99;
}

.shadow2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-image: url('/img/shadow2.png');
    height: 85px;
    z-index: 99;
}

#logo {
    position: absolute;
    left: 60px;
    top: 0px;
    z-index: 100;
}

#logo img {
    width: 100%;
}

.contact {
    position: absolute;
    height: 463px;
    width: 364px;
    background-image: url('/img/contact.png');
    top: 140px;
    z-index: 100;
    left: 50px;
}

#phone {
    text-align: center;
    width: 100%;
    font-weight: bold;
text-decoration: none;
    float: right;
    font-size: 42px;
    margin-top: 5px;
    color: #8F523B;
}

.contact-wrap {
    float: right;
    width: 100%;
    position: relative;
    height: 100%;
}

.contact-inside {
    position: absolute;
    top: 110px;
    right: 40px;
    left: 30px;
}

#title {
    width: 100%;
    float: right;
    font-size: 25px;
    font-weight: bold;
}

#title2 {
    float: right;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
}

.contact input {
    background-color: white;
    border: 0px;
    border-top: 2px solid #BAAD1C;
    width: 100%;
    font-size: 14px;
    outline: 0px;
    padding: 15px;
    text-align: right;
    margin-bottom: 18px;
}

#submit {
    width: 100px;
    background-color: #8F523B;
    color: white;
    text-align: center;
    font-size: 17px;
    font-family: 'Nachlieli CLM';
    border: 0px;
    height: 48px;
    float: left;
    cursor: pointer;
    margin-top: 4px;
}

#submit:hover {
    background-color: #673B2A;
}

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

.service {
    float: right;
    width: 14%;
    transition: 0.2s;
    margin: 30px 30px 0px 0px;
    position: relative;
}

.service img {
    width: 100%;
}

.service span {
    position: absolute;
    width: 222px;
    height: 59px;
    background-image: url('/img/longflag.png');
    bottom: -16px;
    text-align: center;
    font-size: 18px;
    color: #8F523B;
    padding-top: 12px;
    right: 0px;
    z-index: 100;
}

#slogan {
    position: absolute;
    background-image: url('/img/slogan1.png');
    height: 83px;
    right: 0px;
    bottom: 0px;
    transition: 0.5s;
    font-size: 50px;
    margin-bottom: 40px;
    font-weight: bold;
    padding: 13px 20px;
    -webkit-box-shadow: 6px 6px 19px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    6px 6px 19px 0px rgba(50, 50, 50, 0.75);
box-shadow:         6px 6px 19px 0px rgba(50, 50, 50, 0.75);
}

.slide1 {
    float: right;
    width: 100%;
    height: 545px;
    background-position: top;
    background-size: cover;
}

.linkfooter {
    float: left;
    clear: both;
    margin-top: 40px;
    font-size: 14px;
    color: white;
}

.the-menu {
    width: 100%;
    float: right;
    padding: 30px 30px 0px 30px;
}

.the-menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.the-menu a {
    float: right;
    padding: 8px 10px 5px 10px;
    background-color: #4EA642;
    color: white;
    text-decoration: none;
    transition: 0.2s;
    font-size: 20px;
    margin-left: 15px;
    border-radius: 8px;
}

.the-menu a:hover {
    background-color: white;
    color: #428538;
}

.inner-width {
    width: 1000px;
    margin: auto;
}

.amuda {
    width: 33.33%;
    float: right;
    color: white;
    text-align: justify;
    padding: 10px;
}

.amuda h1 {
    font-size: 1.5em;
    padding: 0px;
    margin: 0.83em 0px;
}

.footer-text {
    float: right;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #2F6728;
    border-top: 2px solid #4EA642;
    padding: 25px 15px;
}

.footer-text a {
    color: white;
}

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

.entry-title {
    float: right;
    width: 100%;
    margin: 4px 0px;
    font-size: 32px;
}

.thumbnail-post {
    float: right;
    height: 545px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.thumbnail-post 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%);
    display: block;
}

.the-content {
    float: right;
    width: 70%;
    margin-top: 40px;
    color:white;
    background-color: #53934B;
    padding: 20px;
    border-radius: 5px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.right-menu {
    float: right;
    margin-top: 40px;
    width: calc(30% - 15px);
    margin-left: 15px;
}

.entry-content {
    float: right;
    width: 100%;
    font-size: 18px;
    text-align: justify;
}


.entry-content a {
    color: yellow;
}

.edit-link {
    float: right;
    width: 100%;
}

.edit-link a {
    color: yellow;
}

.the-category {
    width: 100%;
    float: right;
    font-size: 18px;
    color: white;
}

.gush-post {
    float: right;
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #53934B;
    padding: 15px;
}

.gush-post:nth-child(2n+1) {
    margin-left: 0px;
}

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

.entry-title-in-category {
    margin: 15px 0px;
    font-weight: normal;
}

.entry-title-in-category a:hover {
    color: yellow;
}

.entry-title-in-category a {
    color: white;
    text-decoration: none;
}

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

.excerpt a {
    color: white;
}

.others {
    float: right;
    width: 100%;
    background-color: yellow;
    color: ;
    border-radius: 5px 5px 0px 0px;
    font-size: 22px !important;
    padding: 10px 10px;
    font-weight: normal;
    font-size: 30px;
    margin: 0px;
}

.right-menu a {
    float: right;
    width: 100%;
    color: white;
    transition: 0.2s;
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
    background-color: #53934B;
    border-bottom: 1px solid #4EA642;
}

.right-menu a:nth-last-child(1) {
    border-bottom: 0px;
}

.right-menu a:hover {
    color: yellow;
    padding-right: 15px;
}

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

.current_page_item a {
    color: yellow;
    padding-right: 15px;
}

#menu-item-118 a {
    background-color: #3B5998;
    color: white;
}

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

/* landing page */

.page-id-159 #logo {
    left: 280px;
}

.page-id-159 .shadow2 {
    display: none;
}

.wrap-landing {
    width: 1450px;
    margin: auto;
    padding: 60px;
    padding-top: 130px;
}

.right-landing {
    float: right;
    padding-left: 20px;
    width: 40%;

}

.right-landing img {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
float: right;
width: 100%;
height: auto;
margin-bottom: 61px;
}

.left-landing {
    float: right;
    width: 60%;
    padding-right: 20px;
}

.landing-title {
    font-size: 50px;
    color: white;
    padding: 0px;
    margin: 0px;
}

.content-landing {
    color: white;
    font-size: 22px;
}

.contact-landing {
    float: right;
    width: 100%;
    color: black;
    position: relative;
    margin-bottom: 40px;
    padding: 15px;
    background-color: yellow;
     -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}

.contact-landing input {
    background-color: white;
    border: 0px;
    border-top: 2px solid #BAAD1C;
    width: 100%;
    font-size: 14px;
    outline: 0px;
    padding: 15px;
    text-align: right;
    margin-bottom: 18px;
}

.content-landing .gallery {
    display: none;
}

#phone-landing {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size:34px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.phone-landing {
    float: right;
    width: 100%;
    padding: 15px;
    font-size: 34px;
    color: yellow;
    font-weight: bold;
}

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

    .service {
    width: 220px;
}

.the-menu {
    margin-top: 50px;
}

.wrap-landing {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.page-id-159 #logo {
    left: 40px;
}

}

@media screen and (max-width: 1205px) {
    
    .left-landing {
    width: 100%;
}

.right-landing {
    display: none;
}

.content-landing .gallery {
    display: block;
}
    
}

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

    .left {
    padding-top: 60px;
}

.inner-width {
    width: 100%;
}

.amuda {
    width: 100%;
}

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

.right-menu {
    display: none;
}

.the-category {
    padding: 10px;
}
}

@media screen and (max-width: 800px) {
    
    #slogan {
    display: none;
}

.service {
    width: 35%;
}

.service img {
    width: 100%;
}

.gallery-icon {
    width: 100%;
}

.gallery-icon a {
    width: 100%;
}

.gallery-icon a img {
    width: 100%;
}

.service span {
   
}

.page-id-159 .wrap-landing {
    padding-top: 200px;
}

}

@media screen and (max-width: 650px) {
    
.right {
    width: 100%;
}

.the-menu {
    padding-top: 280px;
}

.the-menu a {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.service {
    width: 90%;
    margin: 5%;
}

.service span {
    bottom: 5px;
    width: 100%;
    right: 0px;
    height: 48px;
    top: auto;
    background-color: white;
    background-image: none;
}

.left {
    width: 100%;
    padding-top: 20px;
}

#logo {
    left: 13%;
    right: 7%;
    width: 80%;
}

.contact {
    width: 95%;
    margin-top: 200px;
    left: 2%;
    right: 3%;
    background-size:cover;
}

#logo img {
    width: 100%;
}

.flex-direction-nav .flex-next {
    display: none;
}

#phone-landing {
    width: 100%;
    left: auto;
    top: auto;
    position: static;
    text-align: center;
    float: right;
    border-bottom: 1px dotted black;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
}



@media screen and (max-width: 500px) {
    
    .page-id-159 .wrap-landing {
    padding-top: 140px;
}

}

