body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:'Droid Sans', sans-serif;
  color: #e30615;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.catbtn {
  margin-right: 10px;
  padding: 8px 25px;
  background-color: #d6d6d6;
  color: #363636;
  font-size: 12px;
}
.button.catbtn:hover {
  background-color: #bfbfbf;
}
.button.catbtn.w--current {
  background-color: #313131;
  color: white;
}
.button.brandlink {
  padding: 13px 21px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #0a0a0a;
  font-size: 12px;
  font-weight: 700;
}
.button.brandlink:hover {
  color: #e30615;
}
.topbar-section {
  height: 6px;
  background-color: #e30614;
  text-align: center;
}
.topcontainer {
  display: block;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.toplink {
  padding: 16px 19px;
  border-right: 1px solid #ff5e5e;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family:'Droid Sans', sans-serif;
  color: white;
  font-size: 13px;
  text-decoration: none;
}
.toplink:hover {
  color: #ff9191;
}
.toplink.first {
  border-left: 1px solid #ff5e5e;
}
.formwrapper {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 7px;
  float: right;
}
.searchfield {
  display: inline-block;
  width: 227px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
  background-color: #9f111b;
  color: #fffcfc;
  font-size: 13px;
}
.searchbtn {
  display: inline-block;
  padding: 9px 10px;
  float: right;
  background-color: #7f1018;
  font-size: 13px;
}
.company-section {
  text-align: center;
}
.companycontainer {
  display: block;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar {
  background-color: transparent;
}
.nav-container {
  max-width: 101%;
}
.hero-section {
  -webkit-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
  text-align: center;
}
.container {
  display: block;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.container.categories {
  margin-top: 39px;
  text-align: center;
}
.container.categories.about {
  text-align: left;
}
.container.foot {
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
}
.container.aboutsum {
  margin-bottom: 25px;
  padding-top: 0px;
}
.container.headerbrand {
  margin-top: 20px;
  margin-bottom: 24px;
}
.container.prodcat {
  padding-top: 18px;
  padding-left: 7px;
  border-bottom: 1px solid #d4d4d4;
}
.mainslider {
  height: 504px;
  background-color: transparent;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.slide1 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/2193/slidea.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.menulink {
  margin-left: 13px;
  padding: 14px 22px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family:'Droid Sans', sans-serif;
  font-size: 14px;
}
.menulink:hover {
  background-color: #4f4f4f;
  color: white;
}
.menulink.w--current {
  background-color: #4f4f4f;
  color: white;
}
.icon {
  padding-left: 0px;
}
.navmenu {
  width: 65%;
  padding-top: 17px;
}
.slidertag {
  position: absolute;
  right: 0px;
  bottom: 13px;
  margin-right: 70px;
  font-family:'Droid Sans', sans-serif;
  color: white;
  font-size: 19px;
  text-align: right;
  text-transform: uppercase;
}
.slidertag.invert {
  color: #333;
}
.nextbtn {
  width: 69px;
  height: 69px;
  margin-top: 435px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 37px 0px 0px 23px;
  background-image: url('http://m1.sdimgs.com/sd_static/a/2193/Slide-right.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #1a1a1a;
  font-size: 23px;
}
.prevbtn {
  width: 69px;
  height: 69px;
  margin-top: 435px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 37px;
  padding-right: 23px;
  background-image: url('http://m1.sdimgs.com/sd_static/a/2193/Slide-Left.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: #1a1a1a;
  font-size: 23px;
}
.catblock {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  background-color: #d81d24;
  opacity: 1;
  -webkit-transition: background-position 500ms ease;
  -o-transition: background-position 500ms ease;
  transition: background-position 500ms ease;
  text-decoration: none;
  float:left;
}
.catblock:hover {
  background-size: 367px;
  background-repeat: no-repeat;
}
.catblock.middle {
  margin-right: 25px;
  margin-left: 25px;
  border-radius: 0px;
}
.catblock.aboutcat {
  display: inline-block;
  width: 18%;
  margin-right: 0px;
  margin-left: 17px;
  float: none;
}
.catblock.aboutcat.firstcat {
  margin-left: 0px;
}
.imageholder {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.imageholder:hover {
  opacity: 0.53;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.cathomelabel {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  background-color: #e30615;
  font-family:'Droid Sans', sans-serif;
  color: white;
  font-size: 16px;
  text-align: left;
}
.overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(216, 29, 36, 0.69);
  background-image: url('http://m1.sdimgs.com/sd_static/a/2193/Debug-External-link-icon.png');
  background-position: 50% 42%;
  background-repeat: no-repeat;
}
.footsection {
  margin-top: 17px;
  background-color: #373737;
}
.copyright {
  display: inline-block;
  margin-top: 5px;
  float: none;
  color: #a6a6a6;
}
.social {
  position: absolute;
  top: 15px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  float: none;
}
.in {
  margin-right: 18px;
  margin-left: 18px;
}
.abutblock {
  width: 59%;
  padding-right: 15px;
  float: left;
}
.contblock {
  width: 31%;
  float: left;
}
.address {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: left;
}
.branch {
  margin-bottom: 13px;
}
.phonedetails {
  padding-left: 0px;
}
.addtext {
  color: #e30615;
}
.promobox {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.promobox:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.embedmenu {
  padding-top: 8px;
}
.branding {
  width: 32%;
  float: left;
}
.navigation {
  width: auto;
  float: none;
}
.aboutus {
  text-align: left;
}
.historyblock {
  width: 31%;
  float: right;
}
.prodhead {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.prodhead.acc {
  background-image: url('http://m1.sdimgs.com/sd_static/a/2193/acchead.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.acctitle {
  float: left;
  background-color: #e30615;
  color: white;
}
.prodheading {
  margin-top: 18px;
  margin-bottom: 9px;
  padding: 12px 32px;
  font-family:'Droid Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.prodheading.sanitaryware {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.prodcat {
  margin-top: 28px;
  padding-top: 13px;
  padding-left: 0px;
  border-bottom: 1px solid #dedede;
  text-align: left;
}
.lightbox-img-container {
  padding-top: 29px;
}
.lightbox-me {
  width: 23%;
  height: 335px;
  margin-right: 22px;
  margin-bottom: 23px;
  padding: 10px;
  float: left;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.lightbox-me.last {
  margin-right: 0px;
  float: right;
}
.lightbox-me.others {
  width: 24%;
  height: auto;
  margin-top: 17px;
  margin-right: 11px;
  margin-bottom: 2px;
  float: left;
}
.lightbox-me.builtin {
  height: 290px;
}
.product-details {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.product-details.claytan {
  margin-top: 15px;
}
.points {
  color: #d60000;
}
.promoblock {
  padding-right: 15px;
}
.promopage {
  text-align: left;
}
.careertext {
  display: block;
}
.careerblk {
  float: none;
  text-align: left;
}
.listitem {
  font-size: 13px;
  line-height: 25px;
}
.position {
  color: #d12121;
  font-size: 15px;
  font-weight: 700;
}
.vacancies {
  margin-top: 17px;
}
.careerphoto {
  display: inline-block;
  float: left;
}
.careerdetails {
  display: inline-block;
  width: 64%;
  padding-left: 22px;
}
.career {
  margin-top: 0px;
}
.contactblock {
  text-align: left;
}
.contact-text {
  display: block;
  width: 50%;
  padding-right: 30px;
  float: left;
  text-align: left;
}
.conthead {
  padding-top: 19px;
  padding-bottom: 25px;
  padding-left: 15px;
  background-image: url('http://m1.sdimgs.com/sd_static/a/2193/contactheadbg.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.get {
  margin-bottom: -4px;
  color: white;
  text-align: left;
}
.getsub {
  color: #f09e9e;
  text-align: left;
}
.formwrap {
  display: block;
  width: 50%;
  padding-top: 23px;
  padding-right: 6px;
  padding-left: 21px;
  float: left;
  text-align: left;
}
.contpg {
  padding-right: 62px;
  padding-bottom: 36px;
  border-bottom: 1px solid #d6d6d6;
}
.formlabel {
  color: dimgray;
}
.textarea2 {
  min-height: 138px;
  border: 1px solid #cfcfcf;
}
.ul1 {
  list-style-type: square;
}
.phone {
  margin-bottom: 10px;
}
.phone.end {
  padding-bottom: 14px;
  border-bottom: 1px solid #e3e3e3;
}
.email {
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
}
.homeicon {
  float: left;
}
.addresstext {
  margin-left: 14px;
  padding-top: 2px;
  float: left;
  font-size: 13px;
}
.phoneicon {
  float: left;
}
.phonetext {
  margin-left: 14px;
  padding-top: 2px;
  float: left;
  font-size: 13px;
}
.mailicon {
  float: left;
}
.mailtext {
  margin-left: 14px;
  padding-top: 2px;
  float: left;
  font-size: 13px;
}
.adamassubmit {
  padding: 7px 24px;
  background-color: #a80303;
  font-size: 13px;
}
.textfield1 {
  border: 1px solid #cfcfcf;
}
.slide2 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/2193/slide2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sanitarycats {
  margin-bottom: 24px;
  padding-top: 20px;
}
.sanicat {
  text-decoration: none;
  float:left;
}
.sanicat.middle {
  margin-right: 26px;
  margin-left: 26px;
}
.sanitarycattitle {
  padding: 10px 8px;
  background-color: #e30615;
  color: white;
  text-decoration: none;
}
.sanititletext {
  text-decoration: none;
}
.pagination {
  text-align: right;
}
.pagination.otherspagi {
  margin-top: 12px;
}
.page1 {
  padding: 3px 9px;
  background-color: #a1a1a1;
  color: white;
  text-decoration: none;
}
.page1.w--current {
  background-color: #e30615;
  font-weight: 700;
}
.page1._2 {
  margin-left: 8px;
  background-color: #474747;
}
.sanitarysub {
  margin-bottom: 12px;
  text-align: center;
}
.contact-address {
  margin-top: 13px;
}
.readmore {
  color: #ba0404;
  text-decoration: none;
}
.back {
  margin-top: 13px;
  text-align: left;
}
.backlink {
  color: #c00;
  font-size: 12px;
  text-decoration: none;
}
.arrow {
  font-size: 14px;
}
.brandlogo {
  width: 20%;
  height: 87px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
}
.slide3 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/2193/slide3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide4 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/2193/slide4.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.slider5 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/2193/slide5.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  p {
    font-size: 13px;
  }
  .button.catbtn {
    margin-right: 5px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .button.brandlink {
    width: 20%;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #ebebeb;
  }
  .button.brandlink._3rdrow {
    border-left: 1px solid #dbdbdb;
  }
  .topcontainer {
    width: auto;
    padding-right: 10px;
  }
  .companycontainer {
    width: auto;
  }
  .container {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container.categories.about {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container.foot {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.aboutsum {
    padding-left: 10px;
  }
  .mainslider {
    clear: both;
  }
  .menulink {
    margin-left: 0px;
  }
  .menulink.w--current {
    margin-left: 0px;
  }
  .icon {
    color: #333;
    font-size: 34px;
  }
  .iconbtn {
    padding: 6px;
  }
  .iconbtn.w--open {
    background-color: #e3e3e3;
  }
  .navmenu {
    padding-top: 0px;
    background-color: #e3e3e3;
  }
  .brandblock {
    width: auto;
  }
  .catblock {
    margin-right: 11px;
  }
  .catblock.middle {
    margin-right: 11px;
    margin-left: 0px;
  }
  .catblock.aboutcat {
    width: 17%;
  }
  .catblock.aboutcat.firstcat {
    width: 17%;
  }
  .cathomelabel.aboutmini {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .footsection {
    padding-right: 11px;
  }
  .address {
    font-size: 13px;
  }
  .navigation {
    float: none;
  }
  .aboutus {
    padding-right: 15px;
    padding-left: 15px;
  }
  .prodcat {
    padding-left: 5px;
  }
  .lightbox-img-container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .lightbox-me {
    width: 30%;
    margin-top: 15px;
    margin-right: 22px;
  }
  .lightbox-me.last {
    float: left;
  }
  .lightbox-me.others {
    width: 23%;
    height: 209px;
  }
  .lightbox-me.builtin {
    height: 276px;
  }
  .promoblock {
    padding-right: 0px;
  }
  .careerphoto {
    width: 39%;
    padding-left: 10px;
  }
  .careerdetails {
    width: 59%;
  }
  .contact-text {
    padding-right: 0px;
    padding-left: 15px;
  }
  .formwrap {
    padding-right: 15px;
  }
  .contpg {
    padding-right: 15px;
  }
  .sanitarycats {
    padding-left: 18px;
  }
  .sanicat {
    width: 30%;
  }
  .pagination.otherspagi {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .button.catbtn {
    margin-bottom: 5px;
  }
  .button.catbtn.w--current {
    margin-bottom: 6px;
  }
  .button.brandlink {
    border-left-width: 1px;
  }
  .button.brandlink._3rdrow {
    border-left-style: solid;
    border-left-color: #e6e6e6;
  }
  .topcontainer {
    padding-right: 11px;
  }
  .toplink {
    padding-right: 13px;
    padding-left: 13px;
  }
  .iconbtn {
    margin-top: 12px;
  }
  .iconbtn.w--open {
    background-color: #e3e3e3;
    color: #333;
  }
  .navmenu {
    position: absolute;
    background-color: #e3e3e3;
  }
  .brandblock {
    width: auto;
  }
  .catblock {
    margin-right: 0px;
  }
  .catblock.aboutcat {
    width: 28%;
    margin-right: 24px;
    margin-left: 0px;
  }
  .catblock.aboutcat.firstcat {
    width: 28%;
  }
  .abutblock {
    width: auto;
    float: none;
  }
  .contblock {
    width: auto;
  }
  .address {
    margin-bottom: 8px;
  }
  .branding {
    width: 50%;
  }
  .navigation {
    width: auto;
  }
  .historyblock {
    width: auto;
    float: none;
  }
  .prodcat {
    padding-bottom: 13px;
    text-align: center;
  }
  .lightbox-me {
    width: 48%;
    margin-right: 10px;
  }
  .lightbox-me.others {
    width: 47%;
    height: 241px;
  }
  .promoblock {
    padding-right: 0px;
  }
  .careerphoto {
    display: block;
    width: auto;
    margin-bottom: 27px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .careerdetails {
    display: block;
    width: auto;
    padding-right: 20px;
  }
  .contact-text {
    display: block;
    width: 100%;
    padding-right: 9px;
    float: left;
  }
  .formwrap {
    width: 100%;
  }
  .contpg {
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .phone {
    margin-bottom: 8px;
  }
  .sanitarycats {
    padding-left: 5px;
  }
  .brandlogo {
    width: 25%;
  }
  .slide3 {
    background-position: 79% 50%;
  }
  .slide4 {
    background-position: 85% 50%;
  }
}
@media (max-width: 479px) {
  .button.catbtn {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }
  .button.catbtn:hover {
    color: #363636;
  }
  .button.brandlink {
    width: 33.33%;
  }
  .button.brandlink._3rdrow {
    border-left-style: none;
  }
  .button.brandlink.lastitem {
    border-left-style: solid;
    border-left-color: #dedede;
  }
  .topcontainer {
    padding-right: 0px;
    text-align: center;
  }
  .toplink {
    border-right-style: none;
  }
  .toplink.first {
    border-right-style: none;
    border-left-style: none;
  }
  .formwrapper {
    float: none;
  }
  .container.categories {
    margin-right: 10px;
    margin-left: 10px;
  }
  .container.foot {
    text-align: center;
  }
  .mainslider {
    height: 352px;
  }
  .iconbtn {
    margin-top: 0px;
  }
  .iconbtn.w--open {
    margin-top: 0px;
  }
  .brandblock {
    width: auto;
  }
  .catblock.aboutcat {
    width: 45%;
    margin-right: 14px;
  }
  .catblock.aboutcat.firstcat {
    width: 45%;
    margin-right: 15px;
  }
  .footsection {
    padding-right: 0px;
  }
  .copyright {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .social {
    position: static;
    display: block;
    margin-top: 10px;
    float: none;
  }
  .branding {
    width: 57%;
  }
  .navigation {
    width: auto;
  }
  .prodcat {
    padding-left: 0px;
  }
  .lightbox-me {
    width: 100%;
    margin-right: 0px;
  }
  .lightbox-me.others {
    width: 98%;
  }
  .lightbox-me.builtin.loger {
    height: auto;
  }
  .promoblock {
    padding-right: 0px;
  }
  .careerphoto {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 389px;
  }
  .careerdetails {
    margin-top: 0px;
  }
  .contact-text {
    display: block;
    width: auto;
    float: none;
  }
  .conthead {
    padding-left: 0px;
    text-align: center;
  }
  .get {
    text-align: center;
  }
  .getsub {
    text-align: center;
  }
  .formwrap {
    display: block;
    width: 100%;
    padding-left: 15px;
  }
  .phoneicon {
    display: block;
  }
  .sanitarycats {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sanicat {
    width: auto;
  }
  .sanicat.middle {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sanitarycattitle {
    margin-bottom: 13px;
  }
  .emaillink {
    color: #ba1414;
  }
  .brandlogo {
    width: 33.33%;
  }
  .slide3 {
    background-position: 98% 96%;
  }
  .slide4 {
    background-position: 75% 50%;
  }
  .slider5 {
    background-position: 42% 48%;
    background-size: cover;
  }
}

