/* =========================
	PUBLIC DESKTOP CSS
========================= */

.n2-ss-slider-2.n2-ow {
  margin: 85px 0 0 0;
  /* Write your Public SASS desktop here! */
}
@media screen and (max-width: 600px) {
  section.section.even.slider-home.subsection.in {
    height: 360px;
  }
  .n2-ss-slide-backgrounds {
    height: 150 !important;
    margin: 22px 0 0 0;
  }
}
@media screen and (max-width: 800px) {
  section.section.even.slider-home.subsection.in {
    height: 360px;
  }
  .n2-ss-slide-backgrounds {
    height: 150 !important;
    margin: 22px 0 0 0;
  }
}
@media only screen and (device-width: 768px) {
  section.section.even.slider-home.subsection.in {
    height: 360px;
  }
  .n2-ss-slide-backgrounds {
    height: 150 !important;
    margin: 22px 0 0 0;
  }
}


/* =========================
	PUBLIC DESKTOP CSS END
========================= */
/* =========================
	PUBLIC RESPONSIVE CSS
========================= */

/* TABLET LANDSCAPE */
@media (max-width: 1199px) {



}

/* TABLET PORTRAIT */
@media (max-width: 991px) {



}

/* MOBILE LANDSCAPE */
@media (max-width: 767px) {



}

/* MOBILE PORTRAIT */
@media (max-width: 479px) {



}

/* RETINA FIXES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 	   only screen and (-o-min-device-pixel-ratio: 3/2),
 	   only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {



}
/* =========================
	PUBLIC RESPONSIVE CSS END
========================= */