/* Coming Soon Css */
#bigcover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: none;
  z-index: 999999;
  opacity: 1; }

.mobile-break-show {
  display: none; }

body {
  background: #fff; }

#wrapper {
  min-height: 700px; }

a {
  color: #FF847C;
  font-size: 12px; }
  a:hover, a:focus, a:visited {
    color: #FF847C;
    text-decoration: underline; }

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out; }

.fade-in.show {
  opacity: 1; }

h1, h2 {
  text-transform: uppercase; }

.fixed-border {
  position: fixed;
  background: #FF847C;
  z-index: 10;
  /*z-index:-1;*/ }

.fixed-border-top {
  height: 12px;
  width: 100%;
  bottom: 0px;
  left: 0px; }

.fixed-border-bottom {
  height: 12px;
  width: 100%;
  top: 0px;
  left: 0px; }

.fixed-border-left {
  height: 100%;
  width: 12px;
  top: 0px;
  left: 0px; }

.fixed-border-right {
  height: 100%;
  width: 12px;
  top: 0px;
  right: 0px; }

.row-logo {
  max-width: none;
  text-align: center; }
  .row-logo h2 {
    color: #FF847C;
    font-size: 20px;
    margin-top: 75px;
    padding-right: 25px;
    padding-left: 25px; }

.logo {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  margin-top: 5%; }

.row-divider {
  margin-top: 20px;
  border-bottom: 1px solid #fff;
  max-width: 100px; }

.row-coming-soon {
  color: #000;
  max-width: 50rem;
  margin-top: 20px;
  text-align: center; }
  .row-coming-soon .address {
    font-size: 14px; }
  .row-coming-soon span.span-pipe {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    color: #FF847C; }

#google_map {
  height: 300px; }

.link-previous {
  font-size: 12px; }

.row-footer {
  max-width: 100%;
  text-align: center;
  position: fixed;
  z-index: 8;
  bottom: 7px;
  left: 0px;
  width: 100%;
  color: #6D6E71;
  font-size: 12px;
  padding: 5px 25px; }
  .row-footer > div {
    padding-top: 60px;
    padding-bottom: 30px; }

.lt-ie9 .logo {
  width: 600px; }

@media only screen and (max-width: 768px) {
  #wrapper {
    min-height: 500px; }

  .row-logo h2 {
    font-size: 18px; }

  .row-coming-soon {
    padding-right: 30px;
    padding-left: 30px; }
    .row-coming-soon p.address {
      line-height: 1.2; }

  .logo {
    margin-top: 25%;
    padding-right: 0px;
    padding-left: 0px; }

  .mobile-break-show {
    display: block; }

  .mobile-line-2 {
    display: block;
    margin-bottom: 10px; }

  .mobile-hide {
    display: none; } }
@media only screen and (max-width: 640px) {
  .fixed-border-top {
    height: 12px; }

  .fixed-border-bottom {
    height: 12px; }

  .fixed-border-left {
    width: 12px; }

  .fixed-border-right {
    width: 12px; }

  .row-logo h2 {
    font-size: 14px;
    margin-top: 35px;
    padding-right: 15px;
    padding-left: 15px; }
    .row-logo h2 br {
      display: none; }

  .logo {
    max-width: 70%; }

  .row-coming-soon {
    margin-bottom: 120px; }
    .row-coming-soon .address {
      font-size: 12px; }
      .row-coming-soon .address a {
        font-size: 11px; }

  .row-footer {
    font-size: 11px; } }
@media only screen and (max-width: 500px) {
  .row-logo h2 {
    font-size: 13px; }

  .row-coming-soon .address a {
    font-size: 11px; } }

/*# sourceMappingURL=comingsoon.css.map */
