* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

a,
input {
  outline: 0;
}

ul {
  list-style: none;
}

.clear,
.clearfix:after {
  line-height: 0;
  clear: both;
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 770px;
  width: 90%;
  display: table;
  margin: 0 auto;
}

header {
  position: relative;
  float: left;
  width: 100%;
  padding: 60px 0 6px 0;
}

@media all and (max-width: 767px) {
  header {
    padding: 15px 0;
  }
}

@media all and (max-width: 360px) {
  header {
    text-align: center;
    padding: 35px 0 15px 0;
  }
}

header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/designImg1.png) no-repeat 0 0;
  width: 311px;
  height: 153px;
}

@media all and (max-width: 767px) {
  header::after {
    display: none;
  }
}

header a.logo {
  float: left;
}

@media all and (max-width: 767px) {
  header a.logo {
    width: 150px;
  }
}

@media all and (max-width: 360px) {
  header a.logo {
    display: inline-block;
    float: none;
    margin-bottom: 15px;
  }
}

header .otherLinks {
  float: right;
}

@media all and (max-width: 767px) {
  header .otherLinks {
    margin-top: 5px;
  }
}

@media all and (max-width: 360px) {
  header .otherLinks {
    display: inline-block;
    float: none;
  }
}

header .otherLinks .socialicons {
  float: left;
  width: 32px;
  border-right: 1px solid #b2b3b6;
}

@media all and (max-width: 767px) {
  header .otherLinks .socialicons {
    width: 24px;
  }
}

header .otherLinks .socialicons ul li {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}

@media all and (max-width: 767px) {
  header .otherLinks .socialicons ul li {
    margin-bottom: 4px;
  }
}

@media all and (max-width: 767px) {
  header .otherLinks .socialicons ul li a img {
    width: 18px;
  }
}

header .otherLinks .socialicons ul li:last-child {
  margin-bottom: 0;
}

header .otherLinks .location {
  float: left;
  padding-left: 9px;
}

@media all and (max-width: 767px) {
  header .otherLinks .location {
    padding-left: 6px;
  }
}

header .otherLinks .location ul li {
  margin-bottom: 7px;
}

@media all and (max-width: 767px) {
  header .otherLinks .location ul li {
    margin-bottom: 4px;
  }
}

header .otherLinks .location ul li a {
  color: #595858;
  display: inline-block;
}

@media all and (max-width: 767px) {
  header .otherLinks .location ul li a img {
    width: 18px;
  }
}

header .otherLinks .location ul li a.call {
  font-weight: 700;
  letter-spacing: 1px;
}

header .otherLinks .location ul li p {
  display: inline-block;
  font-size: 16px;
  color: #595858;
  position: relative;
  top: -5px;
}

@media all and (max-width: 767px) {
  header .otherLinks .location ul li p {
    font-size: 13px;
  }
}

@media all and (max-width: 400px) {
  header .otherLinks .location ul li p {
    font-size: 12px;
  }
}

header .otherLinks .location ul li img {
  margin-right: 7px;
  display: inline-block;
}

@media all and (max-width: 767px) {
  header .otherLinks .location ul li img {
    margin-right: 4px;
  }
}

header .otherLinks .location ul li:last-child {
  margin-bottom: 0;
}

.banner {
  position: relative;
  float: left;
  width: 100%;
}

.banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -41px;
  background: url(../images/designImg2.png) no-repeat 0 0;
  width: 489px;
  height: 41px;
}

@media all and (max-width: 767px) {
  .banner::before {
    display: none;
  }
}

.banner img {
  float: left;
  width: 100%;
}

.content {
  position: relative;
  padding-top: 85px;
  padding-bottom: 60px;
}

@media all and (max-width: 767px) {
  .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.content p {
  font-size: 15px;
  line-height: 27px;
}

.content p .large {
  font-size: 49px;
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  .content p .large {
    font-size: 30px;
  }
}

@media all and (max-width: 360px) {
  .content p .large {
    font-size: 25px;
  }
}

.collection_wrapper {
  position: relative;
  padding-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 450px) {
  .collection_wrapper {
    float: left;
    display: block;
    padding: 0 0 40px 0;
    width: 100%;
    text-align: center;
  }
}

.collection_wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48%;
  height: 10px;
  background-color: #fada4b;
}

@media all and (max-width: 450px) {
  .collection_wrapper::before {
    width: 50%;
  }
}

.collection_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  height: 10px;
  background-color: #f9742b;
}

@media all and (max-width: 450px) {
  .collection_wrapper::after {
    width: 50%;
  }
}

.collection_wrapper .leftSection {
  float: left;
  width: 59%;
}

@media all and (max-width: 450px) {
  .collection_wrapper .leftSection {
    width: 100%;
  }
}

.collection_wrapper .rightSection {
  float: right;
  width: 38%;
}

@media all and (max-width: 450px) {
  .collection_wrapper .rightSection {
    width: 100%;
  }
}

.collection_wrapper .rightSection .brandIcon {
  display: block;
  margin: 40px 0 27px 0;
}

@media all and (max-width: 450px) {
  .collection_wrapper .rightSection .brandIcon {
    display: inline-block;
  }
}

.collection_wrapper .rightSection .text {
  font-size: 19px;
  line-height: 34px;
}

.collection_wrapper .rightSection .text span {
  font-size: 27px;
  font-weight: 500;
  color: #f9742b;
  text-transform: uppercase;
}

.collection_wrapper .rightSection .text2 {
  font-size: 19px;
  line-height: 34px;
}

.collection_wrapper .rightSection .text2 .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px 0 5px;
}

.collection_wrapper .rightSection .text2 a {
  color: #000000;
}

.designEle_1 {
  position: absolute;
  top: 120%;
  left: -70px;
  background: url(../images/designImg3.png) no-repeat;
  width: 147px;
  height: 126px;
}

@media all and (max-width: 767px) {
  .designEle_1 {
    display: none;
  }
}

.designEle_2 {
  position: absolute;
  top: 135%;
  right: -40px;
  background: url(../images/designImg4.png) no-repeat;
  width: 143px;
  height: 136px;
}

@media all and (max-width: 767px) {
  .designEle_2 {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */