/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2ae99c");


@font-face {font-family: 'Swiss721BT-Light';src: url('../../assets/webfonts/2AE99C_0_0.eot');src: url('../../assets/webfonts/2AE99C_0_0.eot?#iefix') format('embedded-opentype'),url('../../assets/webfonts/2AE99C_0_0.woff') format('woff'),url('../../assets/webfonts/2AE99C_0_0.ttf') format('truetype');}
@font-face {font-family: 'Swiss721BT-LightExtended';src: url('../../assets/webfonts/2AE99C_1_0.eot');src: url('../../assets/webfonts/2AE99C_1_0.eot?#iefix') format('embedded-opentype'),url('../../assets/webfonts/2AE99C_1_0.woff') format('woff'),url('../../assets/webfonts/2AE99C_1_0.ttf') format('truetype');}
@font-face {font-family: 'Swiss721BT-BoldExtended';src: url('../../assets/webfonts/2AE99C_2_0.eot');src: url('../../assets/webfonts/2AE99C_2_0.eot?#iefix') format('embedded-opentype'),url('../../assets/webfonts/2AE99C_2_0.woff') format('woff'),url('../../assets/webfonts/2AE99C_2_0.ttf') format('truetype');}

body {

  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;

}

.header {

  margin: 30px 0px 20px 0px;

}

.header-social-media {

  text-align: right;

}

.header-find-form {
    overflow: hidden;
    position: relative;
    margin-top: 25px;
    height: 90px;
}

.header-find-form form {
    padding: 0px;
    margin: 0px;
    border: 1px solid #E94A27;
    height: 43px;
    width: 100%;
    left: 100%;
    position: absolute;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.header-find-form .find-form-input {
    margin: 0px;
    display: block;
    border: none;
    background: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.find-form-input {
    height: 30px;
    width: 70%;
    float: left;
    font-size: 14px;
    border: 0;
    padding-left: 5px;
    border: 1px solid #000;
}

.header-find-form .button {
    width: 37px;
    height: 37px;
    border: none;
    background: none;
    background: url(../../../../images/button-header-find-your-apollo-search.png) no-repeat;
    position: absolute;
    top: 2px;
    right: 2px;
    overflow: hidden;
    text-indent: -999px;
}

.header-find-form.active .header-design-room-link {
    right: 100%;
}

.header-find-form .header-design-room-link {
    position: absolute;
    border: none!important;
    outline: none!important;
    top: 0px;
    right: 0%;
    width: 100%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.header-find-form .header-design-room-link img {
    border: none!important;
    margin: 0px;
    float: right;
}

.header-find-form.active form {
    left: 0%;
}

a.header-design-room-link img {
    border: 1px solid #dcdddd;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

h1.main-title {

  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 20px;
  padding: 12px 0px;
  margin-bottom: 20px;
  font-family: Swiss721BT-Light;
  font-weight: normal;

}


h1.main-title strong {

  font-family: Swiss721BT-BoldExtended;
  font-weight: normal;

}

h2 {

  font-size: 16px;
  font-family: Swiss721BT-BoldExtended;
  font-weight: normal;

}

.main-text {

  padding: 20px 40px 25px 40px;

}

h3, .h3 {

  font-size: 13px;
  font-weight: bold;

}

.go-button {

  margin-top: 20px;
  display: inline-block;
  color: #ffffff;
  background: grey;
  padding: 10px 6px;
  font-weight: bold;
  background: #6b6766;

}

.go-button:hover {

  color: #ffffff;

}

.go-button.go-button-finder {

  margin-top: 0;

}

.store-wrap {

  border: 1px solid #000000;
  padding: 15px 35px 20px 35px;
  margin-bottom: 20px;

}

.store-finder-wrap {

  background: #6c8b98;
  padding: 20px 35px;
  color: #ffffff;
  margin-bottom: 40px;

}

.grey {

  background: #6b6766;

}

.dark-grey {

  background: #40403f;

}

.green {

  background: #bdb956;

}

.light-green {

  background: #7cbbb4;

}

.dark-green {

  background: #39a29c;

}

.blue {

  background: #6c8b98;

}

.orange {

  background: #e48e6e;

}

.beige {

  background: #d2cca8;

}

.taupe {

  background: #c0b8b3;

}

.purple {

  background: #bd9eca;

}

.last-box {

  background: #6c8b98;
  color: #ffffff;

}

.store-wrap p {

  font-size: 12px;

}

.marker-text p {

  margin-top: 20px;

}

.marker-container img {

  display: inline-block;
  margin-top: 15px;

}

img.find-button-short {
    display: block;
}

img.find-button-long {
    display: none;
}

hr.black-line {

  border-top: 1px solid #000000;

}

@media only screen and (min-width: 480px) {

img.find-button-long {
    display: block;
}

img.find-button-short {
    display: none;
}

img.find-button-long {
    display: block;
}

}

@media only screen and (min-width: 768px) {

a.header-design-room-link {
    float: none;
    padding: 0;
}

img.find-button-short {
    display: none;
}

img.find-button-long {
    display: none;
}

.header-find-form {

    margin-top: 0;

}

}

@media only screen and (min-width: 992px) {

img.header-button-design {
    margin-top: 35px;
}

.dotted-bottom {

  border-bottom: 1px dotted #000000;

}

.dotted-right {

  border-right: 1px dotted #000000;

}

.dotted-left {

  border-left: 1px dotted #000000;

}

.marker-container {

  padding-left: 0;
  text-align: center;
  padding-right: 5px;

}

.store-wrap .last-box {

  padding-bottom: 0px;

}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

}

@media only screen and (min-width: 768px) {

img.header-button-design {
    margin-top: 25px;
}

}

@media only screen and (min-width: 1200px) {

  .go-button {

    padding: 10px 12px;

  }

}
