@font-face {
  font-family: 'HelveticaMedium';
  src: url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff');
}

@font-face {
  font-family: 'HelveticaBold';
  src: url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff');
}

:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}

* {
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */

  font-size: 11px;
  line-height: 1.6;
}

@media all and (min-width: 768px) {
  html {
    font-size: 11px;
  }
}

@media all and (min-width: 1600px) {
  html {
    font-size: 12px;
  }
}

@media all and (orientation: landscape) {
  html {
    font-size: 11px;
  }
}

img {
  border: 0;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'HelveticaMedium', sans-serif;
  text-align: center;
  letter-spacing: .015em;
  color: #6d6d6d;
  background: url(../images/bg.jpg) repeat-y center 50%;
  background-size: 100% auto;
}

@media all and (min-width: 768px) {
  body {
    letter-spacing: .175em;
  }
}

@media all and (max-width: 767px) {
  body {
    background-size: 1000px auto;
  }
}

b, strong, h1, h2 {
  font-weight: normal;
  font-family: 'HelveticaBold', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  color: #6d6d6d;
}

a:hover {
  text-decoration: none;
}

/*    */
ul {
  list-style: none;
  padding: 0;
  margin: 4rem 0 3rem;
}

img[src*='ico-'] {
  height: 2.5rem;
  display: inline-block;
  width: auto;
  margin: .5rem .75rem;
}

.text-hide {
  position: absolute;
  text-indent: -1000000rem;
}


.header .brand {
  background: url(../images/bg.jpg) repeat-y;
  background-size: 100% auto;
  padding: 10vw 15vw;
}

.main .brand {
  display: none;
}

@media all and (max-width: 767px) {
  .header .brand {
    height: 27vw;
  }
}

.cover {
  padding: 0; /* 7.5vw 15vw; */
  background: #e0b081;
}

.cover img {
  display: block;
}

.main {
  padding: 7.5vw 15vw;

  background: url(../images/bg.jpg) no-repeat left top;
  background-size: cover;
}

.shows {
  font-family: 'HelveticaBold', sans-serif;
  font-size: 1.15rem;
}

.shows,
.shows a {
  color: #c0723e;
}

.shows li {
  padding-bottom: 1.5rem;
}


@media all and (max-width: 480px) {
  .main {
    padding: 7.5vw 2vw;
    
  }

  .shows {
    font-size: 1.1rem;
  }
}


@media all and (orientation: landscape) and (min-height: 660px) {

  .header .brand {
    display: none;
  }

  .main .brand {
    display: block;

    margin: -1rem 0 3rem;
  }

  .main {
    padding-left: calc(50% + 5vw);
    padding-right: 5vw;
    height: 100vh;

    background: url(../images/bg.jpg) repeat-y right top;
    background-size: 75%;
  }

  .shows {
    font-size: 1.5rem;
  }

  body {
    background-color: #dfb080;
  }

  .header {
    position: fixed;
    left: 0;
    width: 50%;
    top: 0;
    height: 100%;
    background: #dfb080;
  }

  .v-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .main .v-align {
    width: calc(50% - 10vw);
  }

  .cover {
    padding: 5vw;
  }

}

@media all and (orientation: landscape) and (max-width: 1599px) {
  .contact {
    font-size: .95rem;
    margin-left: -5%;
    margin-right: -5%;
  }
}

@media all and (min-width: 1024px) {
  br.no-break {
    display: none;
  }
}