@media only screen and (min-width: 602px) and (max-width: 993px) {
/*---------------------------------------------
					Index Start 
-----------------------------------------------*/
#slider {
  background-image: url("../img/bg-med.PNG");
  min-height: 100%;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#slider:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.2;
}
#slider .block h1 {
  font-size: 30px;
}
#intro {
  padding-top: 30px;
  padding-bottom: 30px;
}
#intro .products-carousel {
  max-height: 400px;
}
#intro .products-carousel img {
  max-height: 350px;
  max-width: 100%;
}
#feature {
  background-image: url("../img/glassbg.jpg");
  min-height: 300px;
  background-attachment: scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#feature .feature-carousel {
  text-align: center;
  width: 70%;
  border: 1px solid #000;
  padding: 24px;
  margin: 0 auto;
  background: #fff;
  opacity: 0.7;
}
#call-to-action {
  background-image: url("../img/fogbg.jpg");
  min-height: 300px;
  background-attachment: scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#testimonial {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
#testimonial .counter-box li {
  margin: 0px 0px 50px;
}
/*---------------------------------------------
					Index Close 
-----------------------------------------------*/



/*---------------------------------------------
					Services Start 
-----------------------------------------------*/
#slider-services {
  /*background-image: url("../img/tools-md.jpg");*/
  min-height: 100%;
  background-attachment: scroll;
  background-position: top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#slider-services:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}
#slider-services .block {
  color: #000;
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
#hubs {
  padding: 0px;
  padding-top: 20px;
}
#hubs .block3 p {
  padding-top: 20px;
}
/*---------------------------------------------
					Services Close
-----------------------------------------------*/



/*---------------------------------------------
					About Start 
-----------------------------------------------*/
#slider-about {
  /*background-image: url("../img/about-md.jpg");*/
  min-height: 100%;
  background-attachment: scroll;
  background-position: top -50px center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#slider-about .block {
  color: #000;
  position: relative;
  padding-top: 0px;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
#profiles img {
  max-height: 200px;
  width: auto;
}
#profiles .block {
  padding-bottom: 20px;
}
#profiles p {
  padding-bottom: 30px;
}
/*---------------------------------------------
					About Close
-----------------------------------------------*/



/*---------------------------------------------
					Contact Start 
-----------------------------------------------*/
#slider-contact {
  /*background-image: url("../img/logoprint-md.jpg");*/
  min-height: 100%;
  background-attachment: scroll;
  background-position: top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#slider-contact .block {
  color: #000;
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
#contact-form .address-block {
  margin-top: 50px;
}
/*---------------------------------------------
					Contact Close
-----------------------------------------------*/



/*---------------------------------------------
					Form Results Start
-----------------------------------------------*/
#slider-form {
  background-image: url("../img/bg-med.png");
  min-height: 100%;
  background-attachment: scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height:100%;
}
/*---------------------------------------------
					Form Results Close
-----------------------------------------------*/
}


/*------------------------------------------------------------------------------*/


@media only screen and (max-width: 601px) {
/*---------------------------------------------
					Common Start 
-----------------------------------------------*/
h2 {
  font-size: 18px;
}
p {
  font-size: 13px;
}
/*---------------------------------------------
					Common Start 
-----------------------------------------------*/



/*---------------------------------------------
					Index Start 
-----------------------------------------------*/
#slider {
  background-image: url("../img/bg-sm.png");
  min-height: 100%;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#slider:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.2;
}
#slider {
  padding-top: 90px;
  padding-bottom: 100px;
}
#slider .block {
  padding-left: 0px;
}
#slider .block h1 {
  font-size: 30px;
}
#slider .block p {
  font-size: 13px;
}
#feature {
  background-image: url("../img/glassbg.jpg");
  min-height: 300px;
  background-attachment: scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#feature .feature-carousel {
  text-align: center;
  width: 100%;
  border: 1px solid #000;
  padding: 24px;
  margin: 0 auto;
  background: #fff;
  opacity: 0.7;
}
#call-to-action {
  background-image: url("../img/fogbg.jpg");
  min-height: 300px;
  background-attachment: scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#intro {
  padding-top: 30px;
  padding-bottom: 30px;
}
#intro .products-carousel {
  max-height: 400px;
}
#intro .products-carousel img {
  max-height: 350px;
  max-width: 100%; 
}
#service {
  padding: 30px 10px;
}
#testimonial {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
#testimonial .counter-box li {
  margin: 0px 0px 50px;
}
/*---------------------------------------------
					Index Close 
-----------------------------------------------*/



/*---------------------------------------------
					Services Start 
-----------------------------------------------*/
#slider-services {
  /*background-image: url("../img/tools-sm.jpg");*/
  min-height: 100%;
  background-attachment: scroll;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#slider-services .block {
  color: #000;
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
#hubs {
  padding: 0px;
  padding-top: 20px;
}
#hubs .block3 p {
  padding-top: 10px;
}
/*---------------------------------------------
					Services Close
-----------------------------------------------*/



/*---------------------------------------------
					About Start 
-----------------------------------------------*/
#slider-about {
  /*background-image: url("../img/about-sm.jpg");*/
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 100%;
}
#slider-about .block {
  color: #000;
  position: relative;
  padding-top: 0px;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
#profiles img {
  max-height: 200px;
  width: auto;
}
#profiles .block {
  padding-bottom: 20px;
}
#profiles p {
  padding-bottom: 30px;
}
/*---------------------------------------------
					About Close
-----------------------------------------------*/



/*---------------------------------------------
					Contact Start 
-----------------------------------------------*/
#slider-contact {
  /*background-image: url("../img/logoprint-sm.jpg");*/
  min-height: 100%;
  background-attachment: scroll;
  background-position: top right -60px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#slider-contact .block {
  color: #000;
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
#contact-form .address-block {
  margin-top: 50px;
}
/*---------------------------------------------
					Contact Close
-----------------------------------------------*/



/*---------------------------------------------
					Form Results Start
-----------------------------------------------*/
#slider-form {
  background-image: url("../img/bg-sm.png");
  min-height: 100%;
  background-attachment: scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height:100%;  
}
/*---------------------------------------------
					Form Results Close
-----------------------------------------------*/



/*---------------------------------------------
					Footer Start
-----------------------------------------------*/
footer .footer-menu {
  padding-bottom: 10px;
}
footer p {
  padding-bottom: 50px;
}
footer .footer-menu ul li {
  padding: 0px 10px;
}
/*---------------------------------------------
					Footer Close
-----------------------------------------------*/
}