@charset "UTF-8";

/*---------------TYPOGRAPHY RESET---------------*/

/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

.text-medium {
    font-size: 1.2em;
    line-height: 100%;
}

@media screen and (min-width: 40em) {
  .text-medium {
      font-size: 1.6em;
  } 
}

.text-large {
    font-size: 1.8em;
}

.letter-spacing-medium {
    letter-spacing: 0.1em;
}

/*---------------BUTTON---------------*/

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.5s ease-out, color 0.5s ease-out;
  vertical-align: middle;
  border: 2px solid #7A736C;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 1rem 0 1rem 0;
  font-size: 1.5rem;
  background-color: #fefefe;
  color: #7A736C; 
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: 0.2em;
}

  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #7A736C;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }

  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .button.primary {
    background-color: #E11F21;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #b5181a;
      color: #fefefe; }
  .button.secondary {
    background-color: #7A736C;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #625c56;
      color: #fefefe; }
  .button.success {
    background-color: #95C11F;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #779a19;
      color: #fefefe; }
  .button.warning {
    background-color: #F9B233;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #e99807;
      color: #fefefe; }
  .button.alert {
    background-color: #E11F21;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #b5181a;
      color: #fefefe; }


/*---------------MENU---------------*/

.title-bar {
    background: rgba(255, 255, 255, 0.98);
    color: #7A736C;
    height: 3.2rem;
    padding: 0.3rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
      margin: 0.9rem 1.5rem 0rem 0rem }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
    text-align: right;}

.title-bar-title {
  vertical-align: middle;
  display: inline-block; }

.top-bar {
    background: rgba(255, 255, 255, 0.98);
    padding: 0.5rem;
    font-family: 'Roboto', Helvetica, Arial, sans-serif; 
    font-weight: 400;
    letter-spacing: 0.05em;
}
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar ul {
      padding-top: 0rem;
  }
    .top-bar li > a, .top-bar ul li > a {
        padding: 0.1rem 1rem;
        color: #7A736C;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    
    }
  .top-bar input {
    width: 200px;
    margin-right: 0rem; }

.top-bar ul li > a:hover {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.top-bar-left {
    float: left; }


.top-bar-right {
    width: 100%;
    float: right;
}

@media screen and (min-width: 40em) {
  .top-bar-right {
      width: 18rem;
  } 
}

@media screen and (min-width: 40em) {
  .top-bar-right.retailer {
      width: 27rem;
  } 
}

@media screen and (max-width: 40em) {
  .top-bar-right.retailer {
  display: flex;
  align-items: center;
  justify-content: center;
  } 
}

.logo {
    padding: 0.15rem 0rem 0rem 0.85rem;
}

@media screen and (min-width: 40em) {
  .logo {
      padding: 0.15rem 0rem 0rem 0.3rem;
  } 
}

@media screen and (min-width: 64em) {
  .logo {
      padding: 0.15rem 0rem 0rem 0.85rem;
  } 
}

.logo a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.logo a:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.logo-s {
    padding: 0.2rem 0rem 0rem 0.3rem;
}

.logo-s a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.logo-s a:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#data-stick-container {
    width: 100%; 
}

.service-hour {
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 1rem 0rem;
}

@media screen and (min-width: 40em) {
  .service-hour {
      padding: 0.5rem 1rem 0rem 0rem;
  } 
}

.button.tiny {
    margin: 0 0.5rem 0 0;
    top: 0.4rem;
    position: relative;
}

.sign-out-button {
    padding: 0rem !important;
}

/*---------------BODY---------------*/


/*
.hero-bg {
    background: url(../image/oel-hero.jpg) no-repeat center center scroll;
    position: relative;
    height: 20rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 40em) {
  .hero-bg {
      height: 30rem;
  } 
}

@media screen and (min-width: 64em) {
  .hero-bg {
      height: 35rem;
  } 
}

.hero-heading-bg {
    background: #FFFFFF;
    margin-top: 16rem;
    padding: 2rem;
}

@media screen and (min-width: 40em) {
  .hero-heading-bg {
      margin-top: 26rem;
      padding: 3rem;
  } 
}

@media screen and (min-width: 64em) {
  .hero-heading-bg {
      margin-top: 31rem;
      padding: 3rem;
  } 
}
*/

.hero-heading {
    margin-top: 3rem;
}

.hero-heading h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.hero-heading h2 {
    font-family: 'Roboto Condensed', sans-serif;
}

.ecd.callout {
    padding: 1rem 1.5rem;
    margin-top: 1.5rem;
}

@media screen and (min-width: 40em) {
        .ecd.callout {
            padding: 2rem 2.5rem;
    }
}

@media screen and (min-width: 64em) {
        .ecd.callout {
            margin-top: 0rem;
    }
}


.ecd.callout p {
    font-size: 0.8em;
}

@media screen and (min-width: 40em) {
        .ecd.callout p {
        font-size: 1em;
    }
}



/*---------------CATALOGUE---------------*/

#catalogue {
    padding-top: 5rem;
}

@media screen and (min-width: 40em) {
  #catalogue {
      padding-top: 10rem;
  } 
}

.itemContainer {
    border: 1px solid #7A736C;
    position: relative;
    height: 7rem;
}

.itemContainer:hover .go-to {
    display: block;
}


@media screen and (min-width: 40em) {
  .itemContainer {
      height: 10rem;
  } 
}

@media screen and (min-width: 64em) {
  .itemContainer {
      height: 12rem;
  } 
}

.catalogue-text-box {
    background-color: #7A736C;
    font-size: 0.9em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 1rem;
    padding: 0.5rem 0.5rem;
    height: 3.5rem;
    line-height: 1.2em;
}

@media screen and (min-width: 40em) {
  .catalogue-text-box {
      font-size: 1em;
      margin-bottom: 1.7rem;
      padding: 0.5rem 0.5rem;
      height: 3.5rem;
  } 
}

@media screen and (min-width: 64em) {
  .catalogue-text-box {
      font-size: 1.1em;
      padding: 0.8rem 0rem;
      height: 3.3rem;
  } 
}

.go-to {
    position: absolute;
    display: none;
    top: 32%; 
    width: 2.5rem;
    margin:0 auto; 
    left:0px;
    right:0px;
    z-index:100;
} 


@media screen and (min-width: 40em) {
  .go-to {
      top: 35%; 
      width: 2.5rem;
  } 
}

@media screen and (min-width: 64em) {
  .go-to {
      top: 42%; 
      width: 3rem;
  } 
}

.catalogue-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
    
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.pipe {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-pipe.svg);
    background-position: center center;
}

/* 
    @media screen and (min-width: 64em) {
      .pipe {
          background-image: url(../image/catalogue/without-gradient/oel-line-drawing-pipe.svg);
      } 
    }

    .pipe:hover {
        background-image: url(../image/catalogue/with-gradient/oel-line-drawing-pipe.svg);
    }
*/


.fitting {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-fitting.svg);
    background-position: center center;
}

/*
    @media screen and (min-width: 64em) {
      .fitting {
          background-image: url(../image/catalogue/without-gradient/oel-line-drawing-fitting.svg);
      } 
    }

    .fitting:hover {
        background-image: url(../image/catalogue/with-gradient/oel-line-drawing-fitting.svg);
    }
*/

.gutter {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-gutter.svg);
    background-position: center center;
}

/*
    @media screen and (min-width: 64em) {
      .gutter {
          background-image: url(../image/catalogue/without-gradient/oel-line-drawing-gutter.svg);
      } 
    }

    .gutter:hover {
        background-image: url(../image/catalogue/with-gradient/oel-line-drawing-gutter.svg);
    }
*/

.tank {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-tank.svg);
    background-position: center center;
}

/*
    @media screen and (min-width: 64em) {
      .tank {
          background-image: url(../image/catalogue/without-gradient/oel-line-drawing-tank.svg);
      } 
    }

    .tank:hover {
        background-image: url(../image/catalogue/with-gradient/oel-line-drawing-tank.svg);
    }
*/

.plumbing {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-plumbing-hardware.svg);
    background-position: center center;
}

/*
    @media screen and (min-width: 64em) {
      .plumbing {
          background-image: url(../image/catalogue/without-gradient/oel-line-drawing-plumbing-hardware.svg);
      } 
    }

    .plumbing:hover {
        background-image: url(../image/catalogue/with-gradient/oel-line-drawing-plumbing-hardware.svg);
    }
*/

.sanitary {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-sanitaryware.svg);
    background-position: center center;
}

/*
    @media screen and (min-width: 64em) {
      .sanitary {
          background-image: url(../image/catalogue/without-gradient/oel-line-drawing-sanitaryware.svg);
      } 
    }

    .sanitary:hover {
        background-image: url(../image/catalogue/with-gradient/oel-line-drawing-sanitaryware.svg);
    }
*/

.faucet {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-faucet.svg);
    background-position: center center;
}

/*
    @media screen and (min-width: 64em) {
      .faucet {
          background-image: url(../image/catalogue/without-gradient/oel-line-drawing-faucet.svg);
      } 
    }

    .faucet:hover {
        background-image: url(../image/catalogue/with-gradient/oel-line-drawing-faucet.svg);
    }
*/

.door {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-door.svg);
    background-position: center center;
}

/*
    @media screen and (min-width: 64em) {
      .door {
          background-image: url(../image/catalogue/without-gradient/oel-line-drawing-door.svg);
      } 
    }

    .door:hover {
        background-image: url(../image/catalogue/with-gradient/oel-line-drawing-door.svg);
    }
*/

.other {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-other.svg);
    background-position: center center;
}

/*
    @media screen and (min-width: 64em) {
      .other {
          background-image: url(../image/catalogue/without-gradient/oel-line-drawing-other.svg);
      } 
    }

    .other:hover {
        background-image: url(../image/catalogue/with-gradient/oel-line-drawing-other.svg);
    }
*/





/*------CATEGORIES ICONS------*/



.iconContainer {
    position: relative;
    height: 7rem;
}

@media screen and (min-width: 40em) {
  .iconContainer {
      height: 10rem;
  } 
}

.catalogue-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.catalogue-text-box2 {
    font-size: 0.9em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding: 0.5rem 0.5rem;
    line-height: 1.2em;
    height: 4rem;
}

@media screen and (min-width: 40em) {
  .catalogue-text-box2 {
      font-size: 1.1em;
      height: 5rem;
  } 
}

.pipe2 {
    background-image: url(../image/icon/oel-pipe2.svg);
    background-position: center center;
}

.fitting2 {
    background-image: url(../image/icon/oel-fitting2.svg);
    background-position: center center;
}

.tank2 {
    background-image: url(../image/icon/oel-tank2.svg);
    background-position: center center;
}

.raingutter2 {
    background-image: url(../image/icon/oel-raingutter2.svg);
    background-position: center center;
}

.bathroom2 {
    background-image: url(../image/icon/oel-bathroom2.svg);
    background-position: center center;
}

.faucet2 {
    background-image: url(../image/icon/oel-faucet2.svg);
    background-position: center center;
}

.plumbing2 {
    background-image: url(../image/icon/oel-plumbing2.svg);
    background-position: center center;
}

.sanitary2 {
    background-image: url(../image/icon/oel-sanitary2.svg);
    background-position: center center;
}

.others2 {
    background-image: url(../image/icon/oel-others2.svg);
    background-position: center center;
}




/*-----IN-HOUSE BRAND-----*/

.section-heading h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    text-align: center;
    padding: 5rem 0rem;
}

@media screen and (min-width: 40em) {
  .section-heading h3 {
      font-size: 1.8em;
  } 
}

.ihb-text {
    padding: 3rem 0rem 2rem 0rem;
    text-align: center;
    border: 1px solid #7A736C;
}

.ihb-text h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 2em;
}


/*---------------GET IN TOUCH---------------*/

#get-in-touch {
    padding: 2rem 0rem;
}

/*---------------FOOTER---------------*/

#footer-top {
    background-color: #F1F0F1;
    padding: 3rem 0rem;
}

.footer-text h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #B6B3AF;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}

address {
    font-style: normal;
}

#footer-top a {
    color: #7A736C;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#footer-top a:hover {
    color: #E11F21;
}

footer {
    padding: 1rem 0rem 0.5rem 0rem;
    font-size: 0.6em;
    font-weight: 700;
    text-transform: uppercase;
    color: #B6B3AF;
    letter-spacing: 0.1em;
}

footer a {
    color: #B6B3AF;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

footer a:hover {
    color: #E11F21;
}

/*---------------CATEGORY---------------*/

.category-itemContainer {
    position: relative;
    height: 14rem;
}

@media screen and (min-width: 40em) {
  .category-itemContainer {
      height: 17.5rem;
  } 
}

.category-gap {
    padding: 2rem 0rem;
}

@media screen and (min-width: 40em) {
  .category-gap {
      padding: 3rem 0rem;
  } 
}


.category-img-box {
/*    border-right: 0px;*/
    border: 1px solid #7A736C;
}

.category-title {
    padding: 1.5rem 0rem 0.3rem 0rem;
}

@media screen and (min-width: 40em) {
  .category-title {
      padding: 0rem 0rem 0.3rem 0rem;
  } 
}

.sub-category ul {
    margin-left: 1.2em;
    text-indent: -0.4em;
}

@media screen and (min-width: 64em) {
  .sub-category ul {
        margin-left: 0; 
    }
}

.sub-category ul li {
    list-style: square outside;
    color: #B6B3AF;
    padding: 0.5rem 0rem;
    line-height: 1;
}


.sub-category a {
    padding: 0.5rem 0.4rem;
    color: #7A736C;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.sub-category a:hover {
    color: #E11F21;
}

.sub-cat-margin-top {
    margin-top: -1rem;
}

@media screen and (min-width: 40em) {
        .sub-cat-margin-top {
        margin-top: 0rem;
    }
}

.gradient-pipe {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-pipe.svg);
    background-position: center center;
}

.gradient-fitting {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-fitting.svg);
    background-position: center center;
}

.gradient-gutter {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-gutter.svg);
    background-position: center center;
}

.gradient-tank {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-tank.svg);
    background-position: center center;
}

.gradient-plumbing {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-plumbing-hardware.svg);
    background-position: center center;
}

.gradient-sanitary {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-sanitaryware.svg);
    background-position: center center;
}

.gradient-faucet {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-faucet.svg);
    background-position: center center;
}

.gradient-door {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-door.svg);
    background-position: center center;
}

.gradient-other {
    background-image: url(../image/catalogue/with-gradient/oel-line-drawing-other.svg);
    background-position: center center;
}

/*-----RETAILER LOGIN-----*/

#retailer {
    padding: 5rem 2rem 2rem 2rem;
}

@media screen and (min-width: 40em) {
  #retailer {
      padding: 7rem 0rem 3rem 0rem;
  } 
}

@media screen and (min-width: 64em) {
  #retailer {
      padding: 10rem 0rem 8rem 0rem;
  } 
}

#retailer h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.retailer h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#retailer a {
    color: #7A736C;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#retailer a:hover {
    color: #E11F21;
}