input[type=checkbox], input[type=radio] {
    height: 12px;
}
/* 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;
}

/* 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;
}

body {

  background-image: url("../img/old-couple2.jpg");
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: 130%;
  background-attachment: fixed;
  width: 100%; }
  body .page {
    text-align: center;
    width: 50%;
    margin: 10% 25% 10% 25%;
    padding: 5% 5%;
    background-color: rgba(58, 58, 58, 0.6); }
    body .page form {
      text-align: left;
      padding: 2% 2%; }
      body .page form .row {
        margin-right: 0px;
        margin-left: 0px;
        margin: 19px 0 0 0; }
h1 {
    color: #3b3e8e;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    display: block;
}
.social-icons {
  padding-top: 26%;
}
.social-icons .item {
    width: 50px;
    height: 50px;
    background-color: #cacaca;
    display: inline-block;
    margin: 0 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 81px;
    color: #212121;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.social-icons .item:before {
  background-color: #424242;
  display: block;
  font-size: 2.2em;
  font-weight: normal;
  line-height: 50px;
  color: #d6d6d6;
  transition: font-size .5s, line-height .5s;
}
.social-icons .item:hover:before {
  font-size: 200%;
  line-height: 50px;
}

.col-md-6 {
  padding: 0px;
}
body .page form .row{
  margin: 0px;
}
p {
  margin: 0 0 8px;
}
.col-md-3 {
  
  padding: 0px;
}
.col-md-6 {
  padding: 0px 12px;
  
}
.col-md-1 {
  padding: 0px;
}
.radiobutton {
  height: 12px; }
  input {
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  height: 40px;
  color: #3a3a3a;
}
.fa-5x {
  font-size: 3em;
}
.form-control {
    border: none;
    border: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 15px;
    text-align: left !important;
    font-size: 14px;
    line-height: 1;
    background-color: #ffffff94;
    color: #222;
    height: 29px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.my-btn {
    padding: 10px 16px;
    text-transform: uppercase;
    color: #fff;
    width: 50%;
    text-shadow: 0 0 3px #45ca79;
    background-color: #3b3e8e;
    border: 0;
    padding: 14px 20px;
    margin: 0;
    font-size: 17px;
    border-radius: 22px 0 21px 0;
    margin-top: 20px;
    transition: all 0.5s;
    font-size: 18px;
    line-height: 1.3333333;
}
.my-btn.focus, .my-btn:focus, .my-btn:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}
.my-btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
label {
    text-align: left;
    font-size: 13px;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    display: block;
}
.my-header {
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    display: block;
    padding-bottom: 5%;
}
.details p{
    color: #f1f1f1;
    letter-spacing: 1.5px;
    font-family: 'Work Sans', sans-serif;
}
.my-span {
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}
.form-group {
    text-align: left;
}
.right {
    text-align: right;
    padding-right: 5%;
}
.form-control:focus {
    border-color: transparent !important;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 0);
}
textarea {
  text-align: center;
  height: 90px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  color: #3a3a3a; }
input[type=checkbox], input[type=radio] {
  height: 18px;
}
input {
  margin-bottom: 1%;
}
button {
  background-color: rgb(59, 62, 142);
border: 1px solid rgb(59, 62, 142);
color: rgb(247, 248, 253);
  border-radius: 15px;
  font-size: 30px;
  margin: 15px;
  width: 94%; }


.top {
  width: 40%;
  color: #3b3e8e; }
/* Navbar */
.container {
  width: 100%;
  padding: 0%;
  color: #FFF;
}

/* Navbar */
.container {
  width: 100%;
  padding: 0%;
  color: #FFF;
}
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%;
}
/* Navbar */
/* 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: 40vw;
}
.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: 120px;
}
.clicky{
  width: 10px;
}
.clicky2{
  width: 41px;
}
@media screen and (max-width: 1400px) {
.demo-gallery1 > ul > li {

}

body .page form {
  text-align: center;
}
ol, ul {
  font-size: 17px;
}
.row-1 .hebrew-site {
  width: 50%;
  font-size: 18px;
}
.coverings {
  font-size: 27px;
}
.col-md-7 {
  
  padding: 0px;
}
.col-md-6 {
  
  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: #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;
}
.col-md-1 {
  
}
.col-md-3 {
  
  padding: 0px;
}
body .page {
  width: 80%;
  margin: 10% 10% 10% 10%;
}
.col-md-1 {
  padding: 0px;
}
.col-md-5 {
  
}
.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;
}
}
@media (max-width: 991px) {
body.contactbody {
  background-image: none;
  background-color: #FFF;
} }
/*# sourceMappingURL=style.css.map */
@media (max-width: 991px) {
  .clicky{
    width: 100%;
  }
  .clicky2{
    width: 100%;
  }
  .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 */
input[type=checkbox], input[type=radio] {
    height: 12px;
    transform: scale(1.3);
}
@media screen and (max-width: 800px) {
li.hide-mi, nav img, section.carousel-slider {
    display: none;
}
}
@media screen and (min-width: 650px) {

footer{
    background-color: #2e2e2e;
    padding: 30px;
}

footer h4{
    color: rgba(87, 145, 33, 1);
}
}
@media screen and (min-width: 650px) {
.img-responsive {
    display: block;
    height: auto;
    margin: 2% 0%;
}
}