@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/* 2. Tools - mixins */


/* 3. Generic - very generic CSS rules */

* {
  box-sizing: border-box;
  font-family: Montserrat;
  font-size: 14px;
}

::selection{background-color: white;}

i {
  font-size: 20px;
}


/* 4. Elements - HTML Elements of the page h1-h6, etc. */



a {
  color: #235ba8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input {}

input:focus {}

input[type="submit"],
input[type="button"] {}


/* 5. Objects - wrappers, cards, etc. */


.itemlist{ 
  max-width:1024px;  
  margin:auto; 
  padding:20px;
  display:flex;
  flex-wrap: wrap;
}

.itemlist-item-wrapper{width: calc(90% / 3); display:inline-block; font-size: 20px !important; margin:1% 0.5% 0.5% 0.5%; background-color:white; padding:10px;
box-sizing: content-box;}

@media(max-width: 800px){
  .itemlist{ width:auto; margin:auto; padding:0;}
  .itemlist-item-wrapper{width:48%; margin:auto; margin-bottom:0.5%; padding:30px;}
}

@media(max-width: 600px){
  .itemlist{ width:auto; margin:auto; padding:0;}
  .itemlist-item-wrapper{width:auto; margin:auto; margin-bottom:2%;}
}


.lightbox-blanket {
  background-color: rgba(30, 30, 30, 0.9);
  display: block;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  width: 100vw;
  z-index: 20;
}

.pop-up-container {
  height: 100%;
  width: auto;
  display: table;
  margin: auto;
  position: static;
}

@media (max-width:400px) {
  .pop-up-container {
    width: 96%;
    margin: 2%;
  }
}

.pop-up-container-vertical {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}

.pop-up-wrapper {
  -webkit-box-shadow: -45px 49px 83px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -45px 49px 83px 1px rgba(0, 0, 0, 0.45);
  box-shadow: -45px 49px 83px 1px rgba(0, 0, 0, 0.45);
  display: block;
  margin: 20px auto;
  width: auto;
  position: relative;
}

.pop-up-wrapper {
  background-color: white;
  display: block;
  padding: 50px;
}

.go-back {
  position: absolute;
  left: 10px;
  top: 10px;
  color:#222;
  width: 0;
  height: 0;
  border-top: 60px solid #45ca79;
  border-right: 60px solid transparent;
}

.go-back i {
  font-size:20px;
  position: relative;
  top: -52px;
  left: 10px;
}

.product-details {
  max-width: 600px;
}

.product-left {
  display: inline-block;
  padding-right: 4%;
  vertical-align: top;
  width: 46%;
}

.product-right {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.product-bottom{border-top:1px solid #ccc; position:relative; padding-top:20px;}

@media (max-width:650px){
  .product-left, .product-right, .product-bottom{
    width:100%;}
  .product-left{padding-right:0;}
  .product-info{display:inline-block; width:60%; vertical-align:top;}
   .product-image{display:inline-block; width:39%; vertical-align:top;}
}

@media (max-width:512px){
  .product-info, .product-image{width:100%;}
}

.product-manufacturer {
  color:#222;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  margin: -2px;
}

.product-title {
  font-size: 28px;
  color: #888;
}

.product-price {
  color:#222;
  font-size: 24px;
  letter-spacing: 1px;
}

.product-price-cents {
  text-decoration: underline;
  vertical-align: top;
  padding-left:3px;
}

.product-image {
  padding: 10px 10px 0 10px;
}

.product-image img {
  width: 100%;
    height: 100%;
    object-fit: contain;
    height: 295px;
}

.product-description {line-height:1.5;}

.product-available {
  margin-top: 25px;
}

.product-rating{
  margin-top:25px;
}

i.fa-star{color:#aaa; display:inline-block;}
i.fa-star.rating{color: rgb(232, 217, 31);}
.product-rating-details{display:inline-block; padding-left: 10px;}
@media(max-width:515px){
  .product-rating-details{padding-left:0;}
}
.product-extended {
  color: #235ba8;
  padding-left: 5px;
}
.product-quantity{margin-top:25px;
  margin-bottom:25px;}

.product-checkout{position:absolute; left:0;font-size: 12px; text-transform: uppercase;}
.product-checkout-actions{position:absolute; right:0;}
.product-checkout-total, .product-checkout-total-amount{font-size: 20px; color: #C17A41;}
.product-checkout-total * {display:inline-block;}
.product-checkout-actions{}

/* 6. Components - buttons, menus, images, etc. */
.product-quantity-label{text-transform:uppercase;}
.product-quantity *{display:inline-block;}

#product-quantity-input{background-color: #eee;border: none; width:2.5em; text-align: center;}
.product-quantity-subtract, .product-quantity-add{margin-left: 20px; padding-left:5px; padding-right: 5px;}
.product-quantity-subtract{margin-right:20px;}


.toast{
  position: fixed;
  top: -50px;
  left: calc(50vw - 50px);
  z-index:25;
  padding:5px 10px;
  border-radius: 15px;
}

.toast-success{
  background-color: green;
  color:white;
  font-size: 9pt;
}

.toast-transition{
  top: calc(50px);
  transition:top 1s;
}


/* 7. Trumps - text helpers, often !important */

.hidden {
  display: none;
}
/*.container,.navbar-default,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus{color:#FFF}.navbar-default,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover,.navbar-nav>li>.dropdown-menu{background-color:#45ca79}.landing,body{background-attachment:fixed;background-size:cover}.landing,.navbar-nav img{height:100px}.img-img,.landing,body{background-size:cover}body{background-image:url(../img/05.jpg);background-position:center;width:100%}h1{display:block;font-size:2em;font-weight:700;margin:.67em 0}img.w3-hover-opacity.gal{width:130%}.fa-5x{font-size:3em}.container{width:100%;padding:0}.navbar-nav>.active>a:hover{color:#000}.dropdown-menu ul li a,.landing-content h1,.navbar-default,.navbar-default .navbar-nav>li>a{color:#fff}.dropdown-menu{width:100%;min-width:45vw}.drown{width:100%;min-width:27vw}.drop{width:100%;min-width:49vw}.dropdown-menu ul.drop-1{width:18%}.dropdown-menu ul.down{display:inline-block;list-style:none;width:46%}.dropdown-menu ul{display:inline-block;list-style:none;width:23%}.navbar-nav>li{width:auto;float:none!important;display:inline-block}.dropdown-menu ul li{display:inline-block;list-style:none;width:100%;text-align:center}.navbar-default{margin-bottom:0;border-color:#45ca79}.navlink{width:20%}.navbar-nav{width:100%;padding-top:.5%;padding-bottom:.5%;text-align:center}@media (max-width:991px){.navbar-header{float:none}.navbar-left,.navbar-nav,.navbar-right{float:none!important}.navbar-toggle{display:block}.navbar-collapse{border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-collapse.collapse{display:none!important}.navbar-nav{margin-top:7.5px}.navbar-nav>li{float:none}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px}.collapse.in{display:block!important}}.landing{background-image:url(../img/tree5.jpg);background-position:center center;display:table;width:100%}.landing-content{padding-left:4%;padding-right:4%;text-align:center;display:table-cell;vertical-align:middle}h1.smaller-text,span.smaller-text{color:#fff;font-size:20px;margin-top:0;padding-top:50px}h1.no-margin,p.no-margin{padding-top:0}.landing-content h1,.landing-content p{text-align:left}.accessories-h3,.content h2,.demo-gallery1>ul,.demo-gallery>ul,.hebrew-site,.navbuttons,.navbuttons1,.showcase,.showcase-product,h1.large{text-align:center}.main-crest{max-height:400px;height:100%;width:auto;padding:10% 5% 0}.coverings{font-weight:700;color:#00a859;margin-top:4%;margin-right:5%;font-size:30px}h4.coverings{width:100%;font-weight:700;color:#444;font-size:18px}.showcase{padding:2% 5% 5%}.showcase-product{border:2px solid #00a859;border-radius:10px;margin:10px;padding:50px 0}.showcase-product img{object-position:center;object-fit:contain;width:100%;height:100%}.showcase-side-area>img{width:100%;margin:10px;border-radius:10px}.showcase .h3,h3.G-M{font-size:26px;color:#3b3e8e;padding-bottom:2%}.showcase .green{font-size:30px;color:#00a859;font-weight:700}.img-img{background-image:url(../img/old-couple21.jpg);background-position:0 33%}.navbuttons{padding-bottom:2%}.navbuttons a{width:33%;background-color:#00a859;height:55px;padding-top:15px}.navbuttons1 a{padding:1% 10% 3%;height:50px;border:2px solid #adadad;font-family:Oswald,sans-serif;text-align:center;border-radius:10px;color:#333;background-color:#e6e6e6}.btn-default:hover,.hebrew-site a{background-color:#00a859}.btn-default:hover{border-color:#FFF;color:#333}.btn{font-weight:700;font-size:20px}.btn1{padding:1% 8%;font-weight:700;font-size:18px;width:40%;margin:2%}.hebrew-site{font-size:30px}.hebrew-site img{height:20px;width:auto}.content{padding:5%;background-color:#efefef;font-size:18PX}.footer1 h4,footer h4{font-size:22px;color:#00a859}.content h2{font-weight:700;color:#00a859}.owl-carousel{margin:0 auto;max-width:90%}.owl-carousel-item{margin:0 10px;padding:10px}.about-section img,.about-section2 img,.img-staff{width:100%;margin-left:0}hr{height:3px;color:#00a859;background-color:#00a859;border:none}.footer1,footer{background-color:#FFF;padding:30px}.col-md-push-1{left:3%}.about-h4{font-size:19px;color:#00a859;font-weight:700}.box-overlay10 p{font-size:18px;font-weight:700;padding-right:5%}.about-section img{border:4px solid #fff;vertical-align:middle}.about-section1 img{width:100%}.about-section3 img{width:70%;margin-left:10%;height:400px;border:4px solid #fff}.about-section4 img{width:80%;padding-top:10%;margin-left:10%;vertical-align:middle;border:none}.about-section5 img{width:100%;padding-top:6%;margin-left:4%;vertical-align:middle;border:none}.accessories-h3{font-size:50px;color:#00a859;font-weight:700;margin-bottom:2%;margin-top:2%}.box-overlay h1,.box-overlay0 h1,.box-overlay1 h1,.box-overlay10 h1,.box-overlay2 h1,.box-overlay3 h1,.box-overlay4 h1,.box-overlay5 h1{font-weight:700;font-size:35px;color:#00a859}.box-overlay p,.box-overlay0 p,.box-overlay1 p,.box-overlay2 p,.box-overlay3 p,.box-overlay4 p,.box-overlay5 p{font-weight:700;font-size:20px}.box-overlay3 h3{font-weight:700;font-size:25px}.box-overlay0{padding:4%;background-color:rgba(7,7,7,.2);border-radius:10px;width:48%;margin:1%}.box-overlay,.box-overlay10{padding:10px;background-color:rgba(7,7,7,.2);border-radius:10px}.box-overlay{width:85%;margin:2% auto}.box-overlay1,.box-overlay2,.box-overlay3,.box-overlay4,.box-overlay5{padding:10px;background-color:rgba(7,7,7,.2);border-radius:10px;margin-top:0}.showcase3,.showcase4{padding:3% 5% 1%}.smaller img{width:80%}h1.big{font-size:36px}p.small-w{font-size:14px}.showcase4{margin-left:7%;margin-right:7%;margin-bottom:2%}.showcase2{padding:2%}.content1{background-color:#2e2e2e;padding:5%}h1.large{font-size:36px}.demo-gallery h1,.demo-gallery h1.unique-h1{position:absolute;z-index:999;margin:2%;font-size:15px;padding:1%;font-weight:700}.demo-gallery h1.unique-h1{color:#FFF;background-color:#00a859;border:1px solid #00a859;border-radius:10px}.demo-gallery1>ul>li{margin-bottom:15px;width:100%;display:inline-block;margin-right:15px;list-style:none}.demo-gallery1>ul,.demo-gallery>ul{margin-bottom:0;padding:0}.demo-gallery>ul>li{width:21%;display:inline-block;margin:7px;list-style:none}.demo-gallery1>ul>li a,.demo-gallery>ul>li a{display:block;overflow:hidden;position:relative;float:left}.demo-gallery1>ul>li a{margin-top:4%;border:2px solid #00a859;border-radius:10px;width:100%;background-color:rgba(8,8,8,.5);max-height:260px}.demo-gallery>ul>li a{border:3px solid #FFF;border-radius:3px}.demo-gallery1>ul>li a>img{-webkit-transition:-webkit-transform .15s ease 0s;-moz-transition:-moz-transform .15s ease 0s;-o-transition:-o-transform .15s ease 0s;transition:transform .15s ease 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);max-height:190px;margin:1% auto}.demo-gallery>ul>li a>img{-webkit-transition:-webkit-transform .15s ease 0s;-moz-transition:-moz-transform .15s ease 0s;-o-transition:-o-transform .15s ease 0s;transition:transform .15s ease 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);width:100%;object-fit:cover}.demo-gallery1>ul>li a:hover>img,.demo-gallery>ul>li a:hover>img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.demo-gallery1>ul>li a:hover .demo-gallery-poster>img,.demo-gallery>ul>li a:hover .demo-gallery-poster>img{opacity:1}.demo-gallery1>ul>li a .demo-gallery-poster{bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:background-color .15s ease 0s;-o-transition:background-color .15s ease 0s;transition:background-color .15s ease 0s}.demo-gallery>ul>li a .demo-gallery-poster{background-color:rgba(0,0,0,.1);bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:background-color .15s ease 0s;-o-transition:background-color .15s ease 0s;transition:background-color .15s ease 0s}.demo-gallery1>ul>li a:hover{text-decoration:none}.demo-gallery1>ul>li a .demo-gallery-poster>img,.demo-gallery>ul>li a .demo-gallery-poster>img{left:50%;margin-left:-10px;margin-top:10px;opacity:0;position:absolute;top:100%;-webkit-transition:opacity .3s ease 0s;-o-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.demo-gallery1>ul>li a:hover .demo-gallery-poster,.demo-gallery>ul>li a:hover .demo-gallery-poster{background-color:rgba(0,0,0,.5);text-decoration:none}.demo-gallery .justified-gallery>a>img,.demo-gallery1 .justified-gallery>a>img{-webkit-transition:-webkit-transform .15s ease 0s;-moz-transition:-moz-transform .15s ease 0s;-o-transition:-o-transform .15s ease 0s;transition:transform .15s ease 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);height:100%;width:100%}.demo-gallery .justified-gallery>a:hover>img,.demo-gallery1 .justified-gallery>a:hover>img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img,.demo-gallery1 .justified-gallery>a:hover .demo-gallery-poster>img{opacity:1}.demo-gallery .justified-gallery>a .demo-gallery-poster,.demo-gallery1 .justified-gallery>a .demo-gallery-poster{background-color:rgba(0,0,0,.1);bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:background-color .15s ease 0s;-o-transition:background-color .15s ease 0s;transition:background-color .15s ease 0s}.demo-gallery .justified-gallery>a .demo-gallery-poster>img,.demo-gallery1 .justified-gallery>a .demo-gallery-poster>img{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;-webkit-transition:opacity .3s ease 0s;-o-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.demo-gallery .justified-gallery>a:hover .demo-gallery-poster,.demo-gallery1 .justified-gallery>a:hover .demo-gallery-poster{background-color:rgba(0,0,0,.5)}.demo-gallery .video .demo-gallery-poster img,.demo-gallery1 .video .demo-gallery-poster img{height:48px;margin-left:-24px;margin-top:-24px;opacity:.8;width:48px}.owl-next,.owl-prev{height:54px;position:absolute;top:50%;width:27px;z-index:1000;cursor:pointer;color:transparent;margin-top:-27px}.demo-gallery.dark>ul>li a{border:3px solid #04070a}img:hover{cursor:pointer}.owl-prev{background:url(https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png) left center no-repeat;left:2%}.owl-next{background:url(https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png) right center no-repeat;right:2%}.owl-next:hover,.owl-prev:hover{opacity:.5}.white-popup-block{background:#FFF;padding:20px 30px;text-align:left;max-width:650px;margin:40px auto;position:relative}.popuptext{display:table}.popuptext p{margin-bottom:10px}.popuptext span{font-weight:700;float:right}iframe{width:98%;margin:1%;height:500px;align-content:center}.w3-col.m4,.w3-third{width:30%}.w3-content{width:100%;max-width:100%}.w3-center{margin-left:9%}#modal .w3-center{margin-left:25%}@media screen and (max-width:1400px){ol,ul{font-size:17px}.row-1 .hebrew-site{width:50%;font-size:18px}.coverings{font-size:25px}.col-md-7{width:100%;padding:0}.about-section2 img{width:90%;margin-left:0}footer a{font-size:17px}footer h4{font-size:20px}.navbar-nav>li{padding-left:0}.navbar-default .navbar-nav .open .dropdown-menu>li>a{margin:0 0 0 5%;background-color:#00a859;color:#FFF;border:none;font-family:Oswald,sans-serif;font-size:20px;padding:3%}.navbar-nav{font-size:15px}.box-overlay p,.box-overlay0 p,.box-overlay1 p,.box-overlay2 p,.box-overlay3 p,.box-overlay4 p,.box-overlay5 p{font-size:15imgimpx}.demo-gallery1>ul>li a>img{-webkit-transition:-webkit-transform .15s ease 0s;-moz-transition:-moz-transform .15s ease 0s;-o-transition:-o-transform .15s ease 0s;transition:transform .15s ease 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);max-height:100px}}@media screen and (max-width:1000px){.topnav a:not(:first-child){display:none}.topnav a.icon{float:right;display:block}.navbar-nav{font-size:15px}.dropdown-menu ul{display:list-item;list-style:none;width:22%;padding-left:5%}.dropdown-menu ul.drop-1{width:70%}.dropdown-menu img{visibility:none}.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a:hover{margin:0;background-color:#00a859;color:#000}.dropdown-menu>li>a{margin:0;background-color:#00a859;color:#FFF;border:none;font-family:Oswald,sans-serif}.navbar-default .navbar-toggle .icon-bar{background-color:#FFF}.demo-gallery>ul{margin-bottom:0;padding-left:1%}body{width:99%}.demo-gallery>ul>li{width:96%;margin-left:1%;margin-right:0}.box-overlay0{width:94%;margin-left:3%}h1.large{font-size:25px}h1.smaller-text,span.smaller-text{font-size:18px;margin:0}.col-md-5,.landing-inner{width:100%}.main-crest{max-height:250px;height:100%;padding:0 5% 5%;opacity:.5}.showcase .green,.showcase .h3,h3.G-M{font-size:20px}.btn1,.demo-gallery1>ul>li{width:50%}.row-1 .hebrew-site{width:100%;font-size:18px}.coverings{text-align:center;font-size:28px;margin:1%}}@media screen and (max-width:990px){li.hide-mi,nav img,section.carousel-slider{display:none}}@media screen and (max-width:800px){.navbuttons a{width:100%}li.hide-mi,nav img,section.carousel-slider{display:none}h1{font-size:.9em}.demo-gallery1{width:98%;margin-left:0}.content,ul{font-size:16px}.content h2{font-size:19px}.content hr{height:1px}}@media (max-width:767px){.navbar-nav .open .dropdown-menu{float:right!important}}@media screen and (max-width:500px){.demo-gallery1>ul>li{width:100%}}ol,ul{padding-left:2%;font-size:19px}*
/
/* Navbar */
#myBtn1 {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #45ca79;
    color: white !important;
    cursor: pointer;
    padding: 0px -40px;
    border-radius: 100%;
    font-size: 36px;
    width: 50px;
    height: 50px;
}
#myBtn1 a {
    color: white !important;
}
ul.trading {
    list-style: none;
    padding-left: 5%;
}
ul.trading li {
    font-size: 17px;
}
h1 {
    color: #66d18d;
    letter-spacing: 1.5px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    display: block;
    font-size: 31px !important;
}  
 .smaller-text {
     font-size: 19px !important;
    padding: 1% 0;
 }
body{
    background-image: url('../img/05.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}
h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
img.w3-hover-opacity.gal {
    width: 130%;
}
.fa-5x {
    font-size: 3em;
}

.container {
    width: 100%;
    padding: 0%;
    color: #FFF;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default {
    color: #FFF;
}
.navbar-nav>.active>a:hover {
    color: #000;
}
.dropdown-menu {
    width: 100%;
    min-width: 45vw;
}
.drown{
    width: 100%;
    min-width: 27vw;
}
.drop {
    width: 100%;
    min-width: 49vw;
}
.dropdown-menu ul.drop-1 {
    width: 18%;
}
.dropdown-menu ul.down {
    display: inline-block;
    list-style: none;
    width: 46%;
}
.dropdown-menu ul {
    display: inline-block;
    list-style: none;
    width: 23%;
}
.navbar-nav>li {
    width: auto;
    float: none !important;
    display: inline-block;
}
.dropdown-menu ul li {
    display: inline-block;
    list-style: none;
    width: 100%;
    text-align: center;
}
.dropdown-menu ul li a {
    color: #fff;
}

.navbar-default {
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #45ca79;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #45ca79;
}
.navbar-default {
    color: white;
    background-color: #45ca79;
    border-color: #45ca79;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #45ca79;
}
.navbar-nav > li > .dropdown-menu {
    background-color: #45ca79;
}
.navlink {
    width: 20%;
}
.navbar-nav {
    width: 100%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    text-align: center;
}
.navbar-nav img {
    height: 100px;
}
@media (max-width: 991px) {
    .dropdown-menu ul li a {
        font-size: 17px !important;
    }
    
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        display: initial;
        max-width: 90% !important;
    }
    .box-overlay10 p {
        font-size: 16px;
    }
    .navbuttons{
        text-align: center;
        padding-bottom: 2%;
    }
    .navbar-nav>li {
        width: 40%;
    }
    .dropdown-menu ul.drop-1 {
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        float: right !important;
        position: absolute;
        background: #555;
        width: 101vw;
        left: -22px;
    }
    .navbuttons a{
        width: 33%;
        background-color: #00a859;
        height: 55px;
        font-size: 17px;
        padding-top: 15px;
    }
    .navbuttons1{
        text-align: center;
    }
    .navbuttons1 a{
        padding: 0 10%;
        height: 50px;
        border: 2px solid;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        border-radius: 10px;
        padding-top: 1%;
        padding-bottom: 3%;
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
    li.hide-mi, nav img {
      display: none;
    }
    .owl-stage {
        display: -webkit-inline-box !important;
    }
    .owl-stage .owl-item {
        width: 50vw !important;
    }
    .navbar-header {
        float: none; }
        .navbar-left, .navbar-right {
            float: none !important; }
            .navbar-toggle {
                display: block; }
                .navbar-collapse {
                    border-top: 1px solid transparent;
                    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
                    .navbar-fixed-top {
                        top: 0;
                        border-width: 0 0 1px; }
                        .navbar-collapse.collapse {
                            display: none !important; }
                            .navbar-nav {
                                float: none !important;
                                margin-top: 7.5px; }
                                .navbar-nav > li {
                                    float: none; }
                                    .navbar-nav > li > a {
                                        padding-top: 10px;
                                        padding-bottom: 10px; }
                                        .collapse.in {
                                            display: block !important; } }
                                            /*# sourceMappingURL=style.css.map */
                                            .dropdown-menu ul li a {
                                                font-size: 17px !important;
                                            }
                                            .dropdown-menu ul.drop-1 {
                                                width: 100% !important;
                                            }
                                            /* Header */
                                            .landing{
                                                background-image: url("../img/tree5.jpg");
                                                background-position: center center;
                                                background-attachment: fixed;
                                                background-size: cover;
                                                /*height: 100vh;*/
                                                display: table;
                                                
                                                width: 100%;
                                                height: 100px;
                                            }
                                            .landing-content{
                                                padding-left: 4%;
                                                padding-right: 4%;
                                                text-align: center;
                                                display: table-cell;
                                                vertical-align: middle;
                                            }
                                            .landing-content h1{
                                                color: #fff;
                                            }
                                            span.smaller-text, h1.smaller-text  {
                                                color: #fff;
                                                font-size: 20px ;
                                                margin-top: 0%;
                                                padding-top: 50px;
                                            }
                                            p.no-margin, h1.no-margin {
                                                padding-top: 0px;
                                            }
                                            .landing-content h1{
                                                text-align: left;
                                            }
                                            .landing-content p{
                                                text-align: left;
                                            }
                                            .main-crest{
                                                max-height: 400px;
                                                height: 100%;
                                                width: auto;
                                                padding: 0 5% 0 5%;
                                                opacity: 1;
                                                padding-top: 10%;
                                            }
                                            /* Headstone Images */
                                            .coverings {
                                                margin-right: 40%;
                                                font-weight: bold;
                                                color: #00a859;
                                                margin-top: 4%;
                                                margin-right: 5%;
                                                font-size: 30px;
                                            }
                                            h4.coverings {
                                                width: 100%;
                                                font-weight: bold;
                                                color: #444;
                                                font-size: 18px;
                                            }
                                            .showcase{
                                                padding-top: 2%;
                                                padding-left: 5%;
                                                padding-right: 5%;
                                                padding-bottom: 5%;
                                                text-align: center;
                                            }
                                            .showcase-product{
                                                border: 2px solid #00a859;
                                                border-radius: 10px;
                                                margin: 10px;
                                                text-align: center;
                                                padding: 50px 0;
                                            }
                                            .showcase-product img{
                                                object-position: center;
                                                object-fit: contain;
                                                height: 100px;
                                                width: 100%;
                                                height: 100%;
                                            }
                                            .showcase-side-area > img{
                                                width: 100%;
                                                margin: 10px;
                                                border-radius: 10px;
                                            }
                                            .showcase .h3, h3.G-M {
                                                font-size: 26px;
                                                color: #3b3e8e;
                                                padding-bottom: 2%;
                                            }
                                            .showcase .green {
                                                font-size: 30px;
                                                color: #00a859;
                                                font-weight: bold;
                                            }
                                            .img-img {
                                                background-image: url(../img/old-couple21.jpg);
                                                background-size: cover;
                                                background-position: 0% 33%;
                                            }
                                            .center {
                                                text-align: center;
                                            }
                                            
                                            /* Navbar Buttons */
                                            .navbuttons{
                                                text-align: center;
                                                padding-bottom: 2%;
                                            }
                                            .navbuttons a{
                                                width: 33%;
                                                background-color: #00a859;
                                                height: 55px;
                                                padding-top: 15px;
                                            }
                                            .navbuttons1{
                                                text-align: center;
                                            }
                                            .navbuttons1 a{
                                                padding: 0 10%;
                                                height: 50px;
                                                border: 2px solid;
                                                font-family: 'Oswald', sans-serif;
                                                text-align: center;
                                                border-radius: 10px;
                                                padding-top: 1%;
                                                padding-bottom: 3%;
                                                color: #333;
                                                background-color: #e6e6e6;
                                                border-color: #adadad;
                                            }
                                            .btn-default:hover {
                                                border-color: #FFF;
                                                background-color: #00a859;
                                                color: #333;
                                            }
                                            .btn {
                                                font-weight: bold;
                                                font-size: 20px;
                                            }
                                            .btn1 {
                                                padding: 1% 8%;
                                                font-weight: bold;
                                                font-size: 18px;
                                                width: 40%;
                                                margin-top: 1%;
                                                margin: 2%;
                                            }
                                            .hebrew-site{
                                                text-align: center;
                                                font-size: 30px;
                                            }
                                            .hebrew-site a{
                                                background-color: #00a859;
                                            }
                                            .hebrew-site img{
                                                height: 20px;
                                                width: auto;
                                            }
                                            .content{
                                                padding: 5%;
                                                background-color: #efefef;
                                                font-size: 18PX;
                                            }
                                            .content h2{
                                                text-align: center;
                                                font-weight: bold;
                                                color: #00a859;
                                            }
                                            .owl-carousel{
                                                margin: 0 auto;
                                                max-width: 90%;
                                            }
                                            .owl-carousel-item{
                                                margin: 0 10px;
                                                padding: 10px;
                                            }
                                            hr{
                                                height: 3px;
                                                color: #00a859;
                                                background-color: #00a859;
                                                border: none;
                                            }
                                            /* Stylings For The Footer */
                                            footer{
                                                background-color: #FFF;
                                                padding: 30px;
                                            }
                                            footer h4{
                                                color: #00a859;
                                                font-size: 22px;
                                            }
                                            .footer1 {
                                                background-color: #FFF;
                                                padding: 30px;
                                            }
                                            .footer1 h4{
                                                color: #00a859;
                                                font-size: 22px;
                                            }
                                            ol, ul {
                                                padding-left: 2%;
                                                font-size: 20px;
                                            }
                                            .col-md-push-1 {
                                                left: 3%;
                                            }
                                            /* about page */
                                            .img-staff {
                                                width: 100%;
                                                margin-left: 0%;
                                            }
                                            .about-h4 {
                                                font-size: 19px;
                                                color: #00a859;
                                                font-weight: bold;
                                            }
                                            .box-overlay10 p {
                                                font-size: 18px;
                                                font-weight: bold;
                                                padding-right: 5%;
                                            }
                                            .about-section img {
                                                width: 100%;
                                                margin-left: 0%;
                                                border: 4px solid #fff;
                                                vertical-align: middle;
                                            }
                                            .about-section1 img {
                                                width: 100%;
                                            }
                                            .about-section2 img {
                                                width: 100%;
                                                margin-left: 0%;
                                            }
                                            .about-section3 img {
                                                width: 70%;
                                                margin-left: 10%;
                                                height: 400px;
                                                border: 4px solid #fff;
                                            }
                                            .about-section4 img {
                                                width: 80%;
                                                padding-top: 10%;
                                                margin-left: 10%;
                                                border: 4px solid #fff;
                                                vertical-align: middle;;
                                                border: none;
                                            }
                                            .about-section5 img {
                                                width: 100%;
                                                padding-top: 6%;
                                                margin-left: 4%;
                                                border: 4px solid #fff;
                                                vertical-align: middle;;
                                                border: none;
                                            }
                                            /* Accessories Styling */
                                            .accessories-h3 {
                                                font-size: 50px;
                                                color: #00a859;
                                                font-weight: bold;
                                                margin-bottom: 2%;
                                                margin-top: 2%;
                                                text-align: center;
                                            }
                                            /* Stylings For Styling of most text areas */
                                            .box-overlay h1 ,.box-overlay1 h1 ,.box-overlay2 h1 ,.box-overlay3 h1 ,.box-overlay4 h1 ,.box-overlay5 h1 ,.box-overlay0  h1, .box-overlay10 h1{
                                                font-weight: bold;
                                                font-size: 35px;
                                                color: #00a859;
                                            }
                                            .box-overlay p ,.box-overlay1 p ,.box-overlay2 p ,.box-overlay3 p ,.box-overlay4 p ,.box-overlay5 p ,.box-overlay0  p{
                                                font-weight: bold;
                                                font-size: 20px;
                                            }
                                            .box-overlay3 h3{
                                                font-weight: bold;
                                                font-size: 25px;
                                            }
                                            .box-overlay0 {
                                                padding: 4%;
                                                background-color: rgba(7,7,7,0.2);
                                                border-radius: 10px;
                                                width: 48%;
                                                margin: 1%;
                                            }
                                            .box-overlay {
                                                padding: 10px;
                                                background-color: rgba(7,7,7,0.2);
                                                border-radius: 10px;
                                                width: 85%;
                                                margin: 2% auto;
                                            }
                                            .box-overlay10 {
                                                padding: 10px;
                                                background-color: rgba(7,7,7,0.2);
                                                border-radius: 10px;
                                            }
                                            .box-overlay1, .box-overlay2 {
                                                padding: 10px;
                                                background-color: rgba(7,7,7,0.2);
                                                border-radius: 10px;
                                                margin-top: 0px;
                                            }
                                            .box-overlay3 {
                                                padding: 10px;
                                                background-color: rgba(7,7,7,0.2);
                                                border-radius: 10px;
                                                margin-top: 0px;
                                            }
                                            .box-overlay4, .box-overlay5 {
                                                padding: 10px;
                                                background-color: rgba(7,7,7,0.2);
                                                border-radius: 10px;
                                                margin-top: 0px;
                                            }
                                            .smaller img {
                                                width: 80%;
                                            }
                                            h1.big{
                                                font-size: 36px;
                                            }
                                            p.small-w {
                                                font-size: 14px;
                                            }
                                            .showcase3 {
                                                padding-left: 5%;
                                                padding-right: 5%;
                                                padding-bottom: 1%;
                                                padding-top: 3%;
                                            }
                                            .showcase4 {
                                                padding-left: 5%;
                                                padding-right: 5%;
                                                padding-bottom: 1%;
                                                padding-top: 3%;
                                                margin-left: 7%;
                                                margin-right: 7%;
                                                margin-bottom: 2%;
                                            }
                                            .showcase2 {
                                                padding: 2%;
                                            }
                                            .content1 {
                                                background-color: #2e2e2e;
                                                padding: 5%;
                                            }
                                            h1.large {
                                                font-size: 36px;
                                                text-align: center;
                                            }
                                            /* Gallery */
                                            .demo-gallery h1 {
                                                position: absolute;
                                                z-index: 999;
                                                margin: 2%;
                                                font-weight: bold;
                                                font-size: 15px;
                                                padding: 1%;
                                                
                                                
                                            }
                                            .demo-gallery h1.unique-h1 {
                                                position: absolute;
                                                z-index: 999;
                                                margin: 2%;
                                                color: #FFF;
                                                font-weight: bold;
                                                font-size: 15px;
                                                background-color: #00a859;
                                                border: 1px solid #00a859;
                                                border-radius: 10px;
                                                padding: 1%;
                                                
                                            }
                                            .demo-gallery1 > ul > li {
                                                margin-bottom: 15px;
                                                width: 100%;
                                                display: inline-block;
                                                margin-right: 15px;
                                                list-style: outside none none;
                                                /*background-color: #cfcfcf;*/
                                            }
                                            .demo-gallery > ul, .demo-gallery1 > ul {
                                                margin-bottom: 0;
                                                text-align: center;
                                                padding: 0;
                                            }
                                            
                                            .demo-gallery > ul > li {
                                                width: 21%;
                                                display: inline-block;
                                                margin: 7px 7px	;
                                                list-style: outside none none;
                                                /*background-color: #cfcfcf;*/
                                            }
                                            .demo-gallery1 > ul > li a {
                                                margin-top: 4%;
                                                border: 2px solid #00a859;
                                                border-radius: 10px;
                                                display: block;
                                                overflow: hidden;
                                                position: relative;
                                                float: left;
                                                width: 100%;
                                                background-color: rgba(8,8,8,0.5);
                                                max-height: 260px;
                                            }
                                            .demo-gallery > ul > li a {
                                                border: 3px solid #FFF;
                                                border-radius: 3px;
                                                display: block;
                                                overflow: hidden;
                                                position: relative;
                                                float: left;
                                            }
                                            .demo-gallery1 > ul > li a > img {
                                                -webkit-transition: -webkit-transform 0.15s ease 0s;
                                                -moz-transition: -moz-transform 0.15s ease 0s;
                                                -o-transition: -o-transform 0.15s ease 0s;
                                                transition: transform 0.15s ease 0s;
                                                -webkit-transform: scale3d(1, 1, 1);
                                                transform: scale3d(1, 1, 1);
                                                max-height: 190px;
                                                margin: 1% auto;
                                            }
                                            .demo-gallery > ul > li a > img {
                                                -webkit-transition: -webkit-transform 0.15s ease 0s;
                                                -moz-transition: -moz-transform 0.15s ease 0s;
                                                -o-transition: -o-transform 0.15s ease 0s;
                                                transition: transform 0.15s ease 0s;
                                                -webkit-transform: scale3d(1, 1, 1);
                                                transform: scale3d(1, 1, 1);
                                                width: 100%;
                                                object-fit: cover
                                            }
                                            .demo-gallery > ul > li a:hover > img, .demo-gallery1 > ul > li a:hover > img {
                                                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                                                transform: scale3d(1.1, 1.1, 1.1);
                                            }
                                            .demo-gallery > ul > li a:hover .demo-gallery-poster > img, .demo-gallery1 > ul > li a:hover .demo-gallery-poster > img {
                                                opacity: 1;
                                            }
                                            .demo-gallery1 > ul > li a .demo-gallery-poster {
                                                bottom: 0;
                                                left: 0;
                                                position: absolute;
                                                right: 0;
                                                top: 0;
                                                -webkit-transition: background-color 0.15s ease 0s;
                                                -o-transition: background-color 0.15s ease 0s;
                                                transition: background-color 0.15s ease 0s;
                                            }
                                            .demo-gallery > ul > li a .demo-gallery-poster{
                                                background-color: rgba(0, 0, 0, 0.1);
                                                bottom: 0;
                                                left: 0;
                                                position: absolute;
                                                right: 0;
                                                top: 0;
                                                -webkit-transition: background-color 0.15s ease 0s;
                                                -o-transition: background-color 0.15s ease 0s;
                                                transition: background-color 0.15s ease 0s;
                                            }
                                            .demo-gallery1 > ul > li a:hover {
                                                text-decoration: none;
                                            }
                                            .demo-gallery > ul > li a .demo-gallery-poster > img, .demo-gallery1 > ul > li a .demo-gallery-poster > img {
                                                left: 50%;
                                                margin-left: -10px;
                                                margin-top: 10px;
                                                opacity: 0;
                                                position: absolute;
                                                top: 100%;
                                                -webkit-transition: opacity 0.3s ease 0s;
                                                -o-transition: opacity 0.3s ease 0s;
                                                transition: opacity 0.3s ease 0s;
                                            }
                                            .demo-gallery > ul > li a:hover .demo-gallery-poster, .demo-gallery1 > ul > li a:hover .demo-gallery-poster {
                                                background-color: rgba(0, 0, 0, 0.5);
                                                text-decoration: none;
                                            }
                                            .demo-gallery .justified-gallery > a > img, .demo-gallery1 .justified-gallery > a > img {
                                                -webkit-transition: -webkit-transform 0.15s ease 0s;
                                                -moz-transition: -moz-transform 0.15s ease 0s;
                                                -o-transition: -o-transform 0.15s ease 0s;
                                                transition: transform 0.15s ease 0s;
                                                -webkit-transform: scale3d(1, 1, 1);
                                                transform: scale3d(1, 1, 1);
                                                height: 100%;
                                                width: 100%;
                                            }
                                            .demo-gallery .justified-gallery > a:hover > img, .demo-gallery1 .justified-gallery > a:hover > img {
                                                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                                                transform: scale3d(1.1, 1.1, 1.1);
                                            }
                                            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img, .demo-gallery1 .justified-gallery > a:hover .demo-gallery-poster > img {
                                                opacity: 1;
                                            }
                                            .demo-gallery .justified-gallery > a .demo-gallery-poster, .demo-gallery1 .justified-gallery > a .demo-gallery-poster {
                                                background-color: rgba(0, 0, 0, 0.1);
                                                bottom: 0;
                                                left: 0;
                                                position: absolute;
                                                right: 0;
                                                top: 0;
                                                -webkit-transition: background-color 0.15s ease 0s;
                                                -o-transition: background-color 0.15s ease 0s;
                                                transition: background-color 0.15s ease 0s;
                                            }
                                            .demo-gallery .justified-gallery > a .demo-gallery-poster > img, .demo-gallery1 .justified-gallery > a .demo-gallery-poster > img {
                                                left: 50%;
                                                margin-left: -10px;
                                                margin-top: -10px;
                                                opacity: 0;
                                                position: absolute;
                                                top: 50%;
                                                -webkit-transition: opacity 0.3s ease 0s;
                                                -o-transition: opacity 0.3s ease 0s;
                                                transition: opacity 0.3s ease 0s;
                                            }
                                            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster, .demo-gallery1 .justified-gallery > a:hover .demo-gallery-poster {
                                                background-color: rgba(0, 0, 0, 0.5);
                                            }
                                            .demo-gallery .video .demo-gallery-poster img, .demo-gallery1 .video .demo-gallery-poster img  {
                                                height: 48px;
                                                margin-left: -24px;
                                                margin-top: -24px;
                                                opacity: 0.8;
                                                width: 48px;
                                            }
                                            .demo-gallery.dark > ul > li a {
                                                border: 3px solid #04070a;
                                            }
                                            img:hover {
                                                cursor: pointer;
                                            }
                                            
                                            /* Owl Carousel */
                                            .owl-prev {
                                                background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
                                                height: 54px;
                                                position: absolute;
                                                top: 50%;
                                                width: 27px;
                                                z-index: 1000;
                                                left: 2%;
                                                cursor: pointer;
                                                color: transparent;
                                                margin-top: -27px;
                                            }
                                            .owl-next {
                                                background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
                                                height: 54px;
                                                position: absolute;
                                                top: 50%;
                                                width: 27px;
                                                z-index: 1000;
                                                right: 2%;
                                                cursor: pointer;
                                                color: transparent;
                                                margin-top: -27px;
                                            }
                                            .owl-prev:hover,
                                            .owl-next:hover {
                                                opacity: 0.5;
                                            }
                                            /* Popup Text */
                                            .white-popup-block {
                                                background: #FFF;
                                                padding: 20px 30px;
                                                text-align: left;
                                                max-width: 650px;
                                                margin: 40px auto;
                                                position: relative;
                                            }
                                            .popuptext {
                                                display: table;
                                            }
                                            .popuptext p {
                                                margin-bottom: 10px;
                                            }
                                            .popuptext span {
                                                font-weight: bold;
                                                float: right;
                                            }
                                            /* Gallery Stylings */
                                            .w3-col.m4, .w3-third {
                                                width: 30%;
                                            }
                                            .w3-content {
                                                width: 100%;
                                            }
                                            .w3-content {
                                                width: 100%;
                                                max-width: 100%;
                                            }
                                            .w3-center  {
                                                margin-left: 9%;
                                            }
                                            #modal .w3-center  {
                                                margin-left: 25%;
                                            }
                                            @media screen and (max-width: 1400px) {
                                                .demo-gallery1 > ul > li {
                                                    
                                                }
                                                ol, ul {
                                                    font-size: 17px;
                                                }
                                                .row-1 .hebrew-site {
                                                    width: 50%;
                                                    font-size: 18px;
                                                }
                                                .coverings {
                                                    font-size: 25px;
                                                }
                                                
                                                .col-md-7 {
                                                    width: 100%;
                                                    padding: 0px;
                                                }
                                                .about-section2 img {
                                                    width: 90%;
                                                    margin-left: 0%;
                                                }
                                                footer a {
                                                    font-size: 17px;
                                                }
                                                footer h4 {
                                                    font-size: 20px;
                                                }
                                                .navbar-nav>li {
                                                    padding-left: 0px;
                                                }
                                                .navbar-default .navbar-nav .open .dropdown-menu>li>a {
                                                    margin: 0px;
                                                    background-color: #00a859;
                                                    color: #FFF;
                                                    border: none;
                                                    font-family: 'Oswald', sans-serif;
                                                    font-size: 20px;
                                                    padding: 3%;
                                                    margin-left: 5%;
                                                }
                                                .navbar-nav {
                                                    font-size: 15px;
                                                }
                                                .box-overlay p, .box-overlay1 p, .box-overlay2 p, .box-overlay3 p, .box-overlay4 p, .box-overlay5 p, .box-overlay0  p {
                                                    font-size: 15imgimpx;
                                                }
                                                
                                                .demo-gallery1 > ul > li a > img {
                                                    -webkit-transition: -webkit-transform 0.15s ease 0s;
                                                    -moz-transition: -moz-transform 0.15s ease 0s;
                                                    -o-transition: -o-transform 0.15s ease 0s;
                                                    transition: transform 0.15s ease 0s;
                                                    -webkit-transform: scale3d(1, 1, 1);
                                                    transform: scale3d(1, 1, 1);
                                                    max-height: 100px;
                                                }
                                            }
                                            /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
                                            @media screen and (max-width: 1000px) {
                                                .topnav a:not(:first-child) {display: none;}
                                                .topnav a.icon {
                                                    float: right;
                                                    display: block;
                                                }
                                                .navbar-nav {
                                                    font-size: 15px;
                                                }
                                                .dropdown-menu ul {
                                                    display: list-item;
                                                    list-style: none;
                                                    width: 22%;
                                                    padding-left: 5%;
                                                }
                                                .dropdown-menu ul.drop-1 {
                                                    width: 70%;
                                                }
                                                .dropdown-menu  img {
                                                    visibility: none;
                                                }
                                                .navbar-default .navbar-nav>.active>a:hover,  .navbar-default .navbar-nav>.open>a:hover {
                                                    margin: 0px;
                                                    background-color: #00a859;
                                                    color: #000;
                                                }
                                                .dropdown-menu>li>a {
                                                    margin: 0px;
                                                    background-color: #00a859;
                                                    color: #FFF;
                                                    border: none;
                                                    font-family: 'Oswald', sans-serif;
                                                }
                                                .navbar-default .navbar-toggle .icon-bar {
                                                    background-color: #FFF;
                                                }
                                                .demo-gallery > ul {
                                                    margin-bottom: 0;
                                                    padding-left: 1%;
                                                }
                                                .demo-gallery > ul > li {
                                                    width: 96%;
                                                    margin-left: 1%;
                                                    margin-right: 0%;
                                                }
                                                .box-overlay0 {
                                                    width: 94%;
                                                    margin-left: 3%;
                                                }
                                                h1.large {
                                                    font-size: 25px;
                                                }
                                                .landing-inner {
                                                    width: 60%;
                                                }
                                                /* Landing Page */
                                                span.smaller-text, h1.smaller-text  {
                                                    font-size: 18px;
                                                    margin: 0px;
                                                }
                                                .col-md-5 {
                                                    width: 100%;
                                                }
                                                .landing-inner {
                                                    width: 100%;
                                                }
                                                .main-crest{
                                                    width: 60%;
                                                    margin-bottom: 10%;
                                                }
                                                .showcase .h3, h3.G-M {
                                                    font-size: 20px;
                                                }
                                                .showcase .green {
                                                    font-size: 20px !important;
                                                }
                                                .coverings {
                                                    margin-right: 0px;
                                                    text-align: center;
                                                }
                                                .demo-gallery1 > ul > li {
                                                    width: 50%;
                                                }
                                                .btn1 {
                                                    width: 50%;
                                                }
                                                .row-1 .hebrew-site {
                                                    width: 100%;
                                                    font-size: 18px;
                                                }
                                                .coverings {
                                                    font-size: 28px;
                                                    margin: 1%;
                                                }
                                            }
                                            @media screen and (max-width: 990px) {
                                                
                                                .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
                                                    display: initial;
                                                    max-width: 65%;
                                                }
                                            }
                                            @media screen and (max-width: 800px) {
                                                .navbuttons a{
                                                    width: 100%;
                                                }
                                                iframe {
                                                    width: 80% !important;
                                                    height: 300px;
                                                    margin: 2% 0%;
                                                }
                                                h1{
                                                    font-size:0.9em;
                                                }
                                                .demo-gallery1 {
                                                    width: 98%;
                                                    margin-left: 0px;
                                                }
                                                .content, ul {
                                                    font-size: 16px;
                                                }
                                                .content h2 {
                                                    font-size: 19px;
                                                }
                                                .content hr {
                                                    height: 1px;
                                                }
                                                h1.smaller-text, span.smaller-text {
                                                    font-size: 17px;
                                                }
                                            }
                                            @media (max-width: 767px) {
                                                .navbar-nav .open .dropdown-menu {
                                                    float: right !important;
                                                }
                                            }
                                            @media screen and (max-width: 500px) {
                                                .demo-gallery1 > ul > li {
                                                    width: 100%;
                                                }
                                            }
                                            ol, ul {
                                                padding-left: 2%;
                                                font-size: 19px;
                                            }
