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

/* 2. Tools - mixins */
/* Navbar */
#myBtn1 {
    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;
}

/* 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;
}
body{
    background-image: url('../img/05.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}
 .smaller-text {
     font-size: 19px !important;
    padding: 1% 0;
 }
h1 {
    color: #3b3e8e ;
    letter-spacing: 1.5px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    display: block;
    font-size: 31px !important;
} 
.spacings{
    height: 125px;
}
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%;
}
h1.smaller-text, span.smaller-text {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    padding-top: 0px !important;
}
h1.no-margin, p.no-margin {
    padding-top: 0;
}

h1.smaller-text, span.smaller-text {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    padding-top: 50px;
}
.fa-5x {
    font-size: 3em;
}
/* Navbar */
.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: 33vw;
}
.dropdown-menu ul.drop-1 {
    width: 32%;
}
.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;
}
.mobile {
    display:none;
}
@media  (max-width: 800px) {
    .mobile {
        width: 100% !important;
        padding: 5% 0 !important;
        display: block;
    }
    .main {
        display:none;
    }
}
@media (max-width: 991px) {
    .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 */
                                            
                                            /* 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;
                                            }
                                            p.g-family {
                                                color: #fff;
                                                font-size: 20px;
                                                margin-top: 0%;
                                                padding-top: 50px;
                                            }
                                            .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: 0.8;
                                                padding-top: 10%;
                                            }
                                            /* Headstone Images */
                                            .coverings {
                                                margin-right: 40%;
                                                font-weight: bold;
                                                color: #3b3e8e;
                                                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 #3b3e8e;
                                                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: 29px;
                                                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%;
                                            }
                                            
                                            
                                            /* Navbar Buttons */
                                            .navbuttons{
                                                text-align: center;
                                                padding-bottom: 2%;
                                            }
                                            .navbuttons a{
                                                width: 33%;
                                                background-color: #3b3e8e;
                                                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: #fff;
                                                background-color: #e6e6e6;
                                                border-color: #adadad;
                                            }
                                            .btn-default {
                                                border-color: #FFF;
                                                background-color: #3b3e8e;
                                                color: #fff;
                                            }
                                            .btn-default:hover {
                                                border-color: #FFF;
                                                background-color: #3b3e8e;
                                                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: #3b3e8e;
                                            }
                                            .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: #3b3e8e;
                                            }
                                            .owl-carousel{
                                                margin: 0 auto;
                                                max-width: 90%;
                                            }
                                            .owl-carousel-item{
                                                margin: 0 10px;
                                                padding: 10px;
                                            }
                                            hr{
                                                height: 3px;
                                                color: #3b3e8e;
                                                background-color: #3b3e8e;
                                                border: none;
                                            }
                                            /* Stylings For The Footer */
                                            footer{
                                                background-color: #FFF;
                                                padding: 30px;
                                            }
                                            footer h4{
                                                color: #3b3e8e;
                                                font-size: 22px;
                                            }
                                            .footer1 {
                                                background-color: #FFF;
                                                padding: 30px;
                                            }
                                            .footer1 h4{
                                                color: #3b3e8e;
                                                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: #3b3e8e;
                                                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: #3b3e8e;
                                                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: #3b3e8e;
                                            }
                                            .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%;
                                            }
                                            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: 40px;
                                                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: #3b3e8e;
                                                border: 1px solid #3b3e8e;
                                                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 #3b3e8e;
                                                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;
                                            }
                                            .center {
                                                text-align: center;
                                            }
                                            /* 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: 14px;
                                                }
                                                footer h4 {
                                                    font-size: 20px;
                                                }
                                                .navbar-nav>li {
                                                    padding-left: 0px;
                                                }
                                                .navbar-default .navbar-nav .open .dropdown-menu>li>a {
                                                    margin: 0px;
                                                    background-color: #3b3e8e;
                                                    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: 212px;
                                                }
                                            }
                                            /* 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: #3b3e8e;
                                                    color: #000;
                                                }
                                                .dropdown-menu>li>a {
                                                    margin: 0px;
                                                    background-color: #3b3e8e;
                                                    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;
                                                }
                                                .landing-inner {
                                                    width: 60%;
                                                }
                                                /* Landing Page */
                                                p.g-family {
                                                    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: 800px) {
                                                .navbuttons a{
                                                    width: 100%;
                                                }
                                                li.hide-mi, nav img, section.carousel-slider {
                                                    display: none;
                                                }
                                                h1{
                                                    font-size:0.9em;
                                                }
                                                iframe {
                                                    width: 80% !important;
                                                    height: 300px;
                                                    margin: 2% 0%;
                                                }
                                                .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;
                                                }
                                                .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: 500px) {
                                                .demo-gallery1 > ul > li {
                                                    width: 100%;
                                                }
                                            }
@media (max-width: 900px) {
    .navbar-nav>li {
        width: 49% !important;
    }
}
