body, * {
  font-family: 'Montserrat', sans-serif;
  line-height:160%;
}
a, a:link, a:active, a:visited, a:hover {
color:#E96234;
text-decoration: none;
}
.gray_text {
color:rgb(150,150,150);
}
.BodyBackground {
position:absolute;
top:0;
z-index:-9999;
width:100%;
height:300px;
background: url(../top-bg.png) no-repeat center 90%;
background-size: 100% auto;
}
  @media (min-width: 1600px) {
    .BodyBackground {
    background:none;
    }
  }
h1 {
font-size:26px;
padding-bottom:0.5rem;
}
  @media (max-width: 768px) {
    h1 {
      font-size:22px;
    }
  }
h2 {
font-size:22px;
}
  @media (max-width: 768px) {
    h2 {
    font-size:18px;
    }
  }
.container {
max-width:1100px;
}
.LogoLine {
margin-top:2rem;
margin-bottom:1rem;
}
  @media (max-width: 480px) {
    .LogoLine img {
    width:150px;
    }
  }
  .LogoDiv {}
.HeaderLine {

}
  .HeaderDiv {
  text-align:center;
  position:absolute;
  z-index:100;
  width:100%;
  }
    .HeaderDiv img {
    max-width:100%;
    margin-left:-6rem;
    }

    @media (max-width: 1000px) {
      .HeaderDiv img {
        margin-left:0rem;
      }
    }
.ContentLine {
  margin-top:6rem;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.28);
  padding-top:120px;
  padding-bottom:100px;
  background:url(../content-bg.png) repeat-y center center;
  background-size: 100% 100%;
}

  @media (max-width: 768px) {
    .ContentLine:after {
      display: none;
    }
  }
  @media (max-width: 768px) {
    .ContentLine {
      margin-top:4rem;
      padding-top:90px;;
      padding-bottom: 45px;
      background:none;
    }
  }
  @media (min-width: 1100px) {
    .ContentLine:after {
      width: 39.5%;
    }
  }
  @media (min-width: 1300px) {
    .ContentLine:after {
      width: 42.5%;
    }
  }

  @media (max-width: 480px) {
    .ContentLine {
      margin-top:3.5rem;
      padding-top:50px;
      background:none;
    }
    .CContent .CTitle {
      text-align: center;
    }
  }
  .ContentDiv {
    position:relative;
    z-index:9999;
  }
  .ContentLeft {
    z-index:9999;
    position: relative;
    padding-bottom:2rem;
    }

    .searchHeader {
    margin-top:1rem;
    color:rgb(150,150,150);
    padding-top:1rem;
    padding-bottom:1rem;
    border-top:1px solid rgb(220,220,220);
    }
      .searchResults {
        padding-top:1rem;
        padding-bottom:1rem;
      border-top:1px solid rgb(220,220,220);
      }
    .MessageArea {
    padding:1rem;
    margin-bottom:1.5rem;
    background:rgb(240,240,240);
    border-radius:5px;
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.2);
    margin-bottom:2rem;
    }
    .field {
    clear:both;
    display:block;
    width:100%;
    }
      .field label {
        clear:both;
        display:block;
        width:100%;
        padding-top:1rem;
      }
  .ContentRight {}
    .ContentRight .CButton {
    width:240px;
    margin-top:0.6rem;
    }
    @media (max-width: 768px) {
      .ContentRight .CButton {
      width:100%;
      }
      .ContentRightTitle, .ContentRightDescription {
      text-align:center;
      }
    }
    .CatalogBtn {}
.SearchArea {
display:table; width:100%;
}

    /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
    @media (min-width: 768px) {
        .SearchArea {
            height:150px;
        }
    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) {
        .SearchArea {
            height:100px;
        }
    }

  .SearchDiv {
    height: 50px;
    position: relative;
  }

    @media (max-width: 768px) {
      .SearchDiv {
      height: auto;
      position:block;
      }
    }
    .SearchDiv input[type=text] {
      width: 100%;
      height: 50px;
      border-radius: 50px;
      outline: none;
      padding: 0 140px 0 20px;
      border: 0;
      flex: 1;
      box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.28) inset;
      font-size: 17px;
      font-weight: 300;
    }
    @media (max-width: 480px) {
      .SearchDiv input[type=text] {
        padding: 0 20px;
      }
    }
    .SearchTitle {

    }
    @media (max-width: 768px) {
      .SearchTitle {
        text-align:center;
      }
      .SearchInputs {
        text-align:center;
      }
    }
    .SearchBtn {
    position: absolute;
    right: 15px;;
    width: 120px;
    font-weight: 900;
    z-index:9999;
    }

    /*

    SearchSalepoint

    */
    .SearchSalepointDiv {
    padding-top:1rem;
    }
    .SearchSalepoint {
      display: flex;
      align-items: center;
    }

    @media (max-width: 768px) {
      .SearchSalepoint {
        flex-direction: column;
        justify-content: center;
        text-align: center;
      }
    }

    .SearchSalepoint__icon {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .SearchSalepoint__icon svg {
      display: block;
      width: 36px;
      height: 36px;
    }

    .SearchSalepoint__text {
      flex: 1;
      padding-left: 10px;
      font-size: 17px;
      font-weight: 300;
    }

    @media (max-width: 768px) {
      .SearchSalepoint__text {
        padding-left: 0;
        margin-top: 10px;
      }
    }

    @media (max-width: 480px) {
      .SearchSalepoint__text {
        font-size: 15px;
      }
    }


    .SearchField {}
    .SearchBtn {}
    .SearchTab {}
.FooterLine {
padding-top:2rem;
padding-bottom:2rem;

}
.FooterBg {
  background: url(../footer-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  height:300px;
  bottom:0;
  position:absolute;
  z-index:-99;
  width:100%;
}
  @media (min-width: 1600px) {
    .FooterBg {
    background:none;
    }
  }
  @media (max-width: 768px) {
    .FooterBg {
      background:none;
      height:auto;
      }
  }
  @media (max-width: 480px) {
    .FooterBg {

      }
  }
  .FooterLeft {}
    .FooterLeft a {
    padding-right:1rem;
    }
    @media (max-width: 768px) {
      .FooterLeft {
      text-align:center;
      }
      .FooterLeft a {
      clear:both;
      display:block;
      padding-bottom:1rem;
      }
    }
  .FooterRight {
  text-align:right
  }
    @media (max-width: 768px) {
      .FooterRight {
      text-align:center;
      }
    }



  .CButton, .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 0;
    outline: none;
    text-decoration: none;
    height: 40px;
    border-radius: 40px;
    font-weight: 600;
    color: white !important;
    font-size: 15px;
    background: linear-gradient(180deg,#fe7d35 50%,#e96234 50%);
    background-color: #e96234;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.28);
    cursor: pointer;
  }
    .CButton a:link, .CButton a:visited, .CButton a:active {
    color:white;
    }
    .CButton:hover, .btn-primary:hover {
      background: linear-gradient(180deg, lighten(#fe7d35, 5%) 50%,lighten(#e96234, 5%) 50%);
      color: white;
    }
    .CButton:active, .btn-primary:active {
      background: linear-gradient(180deg, lighten(#fe7d35, 7%) 50%,lighten(#e96234, 7%) 50%);
      color: white;
    }
    .CButton:visited, .btn-primary:visited {
    color: white;
    }
    .CButton--large {
      height: 50px;
      border-radius: 50px;
      text-transform: uppercase;
      font-weight: 900;
    }
    /* Button Icon */
    .CButton__icon {
      margin-left: 6px;
      flex-shrink: 0;
      width: 18px;
      height: 18px;
      fill: #fff;
      display: block;
    }


.alert {
background:#e96234;
color:white;
border:none;
border-radius:7px;
-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.2);
box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.2);
}






/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .brandDiv {
        height:140px;
    }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .brandDiv {
        height:80px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}




.buyProcessIconDiv {
    display:flex;justify-content:center;align-items:center;height:80px; padding-bottom:2rem;
    }
.buyProcessIcon {
    width:50%; padding-bottom:0.5rem; padding-right:0px;
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
    .buyProcessIconDiv {
        display:flex;justify-content:center;align-items:center;height:80px; padding-bottom:0rem;
        }
        .buyProcessIcon {
            width:30%; padding-bottom:0rem; padding-right:0px;
        }

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
}
