body {background:#f3f3f3 !important}
img {max-width:100%}

 /* Note: Try to remove the following lines to see the effect of CSS positioning */
/*for navbar*/ 
 .affix{
    top:0;
    width: 100%;
    z-index: 99 !important;
  }
  .affix + .container-fluid {
    padding-top:10px;
  }
  
  
header {
    background: #f3f3f3;
}
.top-bar {
    background: #9b9b9b;
}
.form-control-feedback {
    top: 0;
}
.logo{
    max-width: 300px;
}

/*COLOR CHANGE */
a {
    color: #0171bd;
}
.header-style-1 .header-nav {
    background: #0171bd;
}
.btn-primary{
    background: #0171bd;
}
.btn-primary:hover, .btn-black:hover, .btn-primary:focus, .btn-black:focus {
    background: #0171bd;
}
#main-enquiry{
    background-color: #0171bd;
}


/*Landing Page*/
#landing-page .main-form-column {
    background-color: #0171bd;
}
#landing-page .owl-item:before {
    background: rgba(40, 22, 111, 0.46);
}
#landing-page .main-form-column h3{
    text-shadow: 2px 1px #000000;
}

@media only screen and (max-width: 600px) {
  .hideForSmallScreen{
	  display:none;
  }
  .search-bar1{
    top:0;
    width: 100%;
    z-index: 999 !important;
  }
  #search-bar1{
	  width:80%;
	  margin:10%;
	  margin-top:40px;
	  
  }
  .sizeForSamllScreen img{
	  width:40%;
  }
  .sizeForSamllScreen{
	  padding-bottom:5px;
  }
}
@media screen and (min-width: 600px) {
  .hideForLargeScreen{
	  display:none;
  }
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  .hideForMediumScreen{
	  display:none;
  }
  .product .product-image .image img {
    width: 100%;
	height:200px;
    display: block;
}
}

/*for main slider*/
#mainSlider .item:after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.18);
}
#mainSlider .item .caption.bg-color .big-text {
    color: #fff;
}
#mainSlider .item .caption.bg-color .excerpt {
    color: #fff;
}



#mainPhotoGalery .product:hover .cart {
    top: 37%;
}
#mainPhotoGalery .product .cart {
    left: 63%;
}
#mainPhotoGalery .photo-slider {
    padding-left: 20px;
}


#modal{
  background: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
#modal-form{
  background: #fff;
  width: 30%;
  position: relative;
  top: 20%;
  left: calc(50% - 15%);
  padding: 15px;
  border-radius: 4px;
}
#modal-form h2{
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
#modal-form input[type = "text"]{
  width: 100%;
}
#close-btn{
  background: red;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
