/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
    font-family: 'avenir-book';
    src: url('../fonts/AvenirLTStd-Book.eot'); /* IE9 Compat Modes */
    src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/AvenirLTStd-Book.woff') format('woff'), /* Modern Browsers */
    url('../fonts/AvenirLTStd-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/AvenirLTStd-Book.svg#68ae522795537c9085762656931f5f55') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  normal;
}

html {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8em;
}

body {
    background: #fff;
    color: #000;
    font-family: 'avenir-book', 'arial', serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.text-center {
  text-align: center;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

button, [type="button"], [type="reset"], [type="submit"] {
    border-radius: 0;
    border: 0 none;
    background: transparent;
}

strong {
    font-weight: bold;
}

img {
    height: auto;
}

p a {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #232322;
  color: #232322;
  display: inline-block;
  height: 46px;
  line-height: 44px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-family: 'avenir-book', sans-serif;
  transition: all 0.2s linear 0s;
}

a, a:visited {
  color: #232323;
  text-decoration: none;
}

#logo {
  padding: 50px 0 30px;
}

#container {
  padding: 0 20px;
}

.btn {
  width: 100%;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #232322;
  color: #232322;
  display: inline-block;
  /*height: 44px;*/
  line-height: 16px;
  padding: 15px 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-family: 'avenir-book', sans-serif;
  transition: all 0.2s linear 0s;
  margin-bottom: 15px;
}

.btn:hover {
  background: #232323;
  color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc);
}

.wide {
    float: left;
    width: 100%;
}

.mid {
    float: none;
    margin: 0px auto;
    max-width: 480px;
    position: relative;


.show_s, .mobile-only {
    display: none;
}
