@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
body {
  font-family: Roboto, Helvetica, sans-serif;
  color: #5b6266;
  font-size: 14px;
  font-weight: 300; }

h1, h2, h3, p {
  text-align: justify; }

h1 {
  margin: 5px 0px;
  color: #557cb0;
  font-size: 24px;
  font-weight: 700;
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 34px; }

h2 {
  margin: 2px 0px 10px;
  color: #5b6266;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  font-family: Roboto, Helvetica, sans-serif; }

h3 {
  margin: 2px 0px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Roboto, Helvetica, sans-serif; }

h4 {
  background: #999;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 2px 4px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Roboto, Helvetica, sans-serif; }

a {
  color: #5b6266;
  font-weight: bold; }
  a:hover {
    color: #5b6266; }

p {
  font-size: 14px; }
  p.small {
    margin: 0;
    font-size: 11px;
    color: #908f8f; }

.hidden {
  display: none; }

.tcenter {
  text-align: center; }

.tleft {
  text-align: left; }

.tright {
  text-align: right; }

.tjustify {
  text-align: justify; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 20px !important; }

.text {
  line-height: 21px; }

.big {
  margin: 5px 0px; }
  .big p {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: "FuturaLT", Helvetica, sans-serif;
    line-height: 34px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    padding: 0 5px; }

.clear {
  clear: both;
  line-height: 1px;
  height: 1px; }

a.big {
  font-size: 18px;
  color: #fff; }
  a.big a:hover {
    text-decoration: underline; }

.big-text {
  background: #fff;
  padding: 5px; }
  .big-text h1, .big-text h2, .big-text h3, .big-text p {
    color: #000; }
  .big-text h1, .big-text h2, .big-text h3 {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2); }

form.contact-form {
  margin: 0 10px; }
  form.contact-form header {
    font-size: 16px;
    margin-bottom: 20px; }
  form.contact-form .input {
    margin: 8px 0px; }
    form.contact-form .input label {
      color: #2e2e2e;
      font-weight: normal;
      display: block;
      margin-bottom: 2px; }
    form.contact-form .input input[type=text], form.contact-form .input input[type=email], form.contact-form .input input[type=date] {
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
      font-family: Roboto, Helvetica, sans-serif;
      font-size: 16px;
      border-radius: 4px;
      width: 97%; }
    form.contact-form .input input[type=checkbox] {
      margin: 0px; }
    form.contact-form .input span.error {
      display: block;
      color: red;
      text-align: center; }
  form.contact-form .submit {
    margin-top: 15px;
    text-align: center; }
  form.contact-form.no-labels .input label {
    display: none; }

@media only screen and (max-width: 640px) {
  form.player-form header {
    font-size: 16px; } }
.button {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #557cb0;
  border: 0px !important;
  padding: 6px 15px;
  color: white;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase; }
  .button:hover {
    color: white;
    text-decoration: none;
    background-color: #324b6d; }

.social-buttons {
  text-align: center;
  line-height: 60px; }
  .social-buttons a {
    color: #2e87c4; }

.social-links {
  margin-top: 20px; }
  .social-links p a {
    font-size: 12px;
    color: #fafafa;
    text-transform: inherit;
    margin: 0px 10px; }
    .social-links p a.facebook {
      background: transparent url(/images/facebook.png) no-repeat left center;
      background-size: 15px;
      padding-left: 20px; }
    .social-links p a.twitter {
      background: transparent url(/images/twitter.png) no-repeat left center;
      background-size: 15px;
      padding-left: 20px; }

html {
  height: 100%; }

body {
  background-color: white;
  padding: 0; }

#content {
  margin: 0 auto;
  padding: 15px 15px 150px;
  max-width: 600px;
  position: relative; }

.image-content {
  margin: 10px auto; }
  .image-content .image {
    position: relative;
    max-width: 600px; }
    .image-content .image .zoom {
      position: absolute;
      display: block;
      width: 40px;
      height: 40px;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5) url(../images/icon-zoom.png) no-repeat 5px;
      background-size: 30px;
      cursor: pointer; }
      .image-content .image .zoom:hover {
        background-color: rgba(0, 0, 0, 0.8); }
  .image-content .legend {
    color: #B0B0B0;
    font-size: 10px; }

.btn-link {
  display: inline-block;
  border-radius: 3px;
  background: #557cb0;
  padding: 7px 12px;
  margin: 15px 0 5px;
  font-size: 18px;
  color: white; }
  .btn-link:hover {
    background: #557cb0;
    color: white; }
  .btn-link span:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 20px;
    background: transparent url(../images/chat.png) no-repeat 2px 2px;
    background-size: 18px 16px;
    margin-right: 5px; }

.big-link {
  color: #557cb0;
  font-size: 18px; }

.cta {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-color: #557cb0;
  color: white;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0 6px; }
  .cta.back {
    text-align: left;
    padding-left: 15px; }
  .cta.back span:before {
    content: '<';
    font-family: Helvetica Neue, Helvetica;
    font-size: 26px;
    margin-right: 15px;
    display: inline-block; }
  .cta:hover {
    color: white; }

.large-cta {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 110px;
  background-color: #557cb0;
  color: white;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 0 6px; }
  .large-cta span {
    display: block;
    margin: 0 auto;
    max-width: 90%; }
  .large-cta a.button {
    display: block;
    margin: 10px auto 5px;
    color: #557cb0;
    background-color: white;
    padding: 0 10px 3px;
    width: 120px; }
    .large-cta a.button span:after {
      content: '>';
      font-family: Helvetica Neue, Helvetica;
      font-size: 26px;
      margin-left: 15px;
      display: inline-block; }
  .large-cta a.small {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300; }
    .large-cta a.small:hover {
      color: white; }

#cover {
  display: block;
  height: 175px;
  width: 100%;
  background: transparent url(../images/age-airain-banner.jpg) no-repeat center center;
  background-size: cover; }

.banner {
  background: #557cb0;
  color: white;
  font-weight: 700;
  position: absolute;
  margin-top: 20px;
  left: 0;
  right: 0;
  padding: 5px;
  font-size: 18px; }
  .banner span:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 20px;
    background: transparent url(../images/chat.png) no-repeat 2px 2px;
    background-size: 18px 16px;
    margin-right: 5px; }

#map-container, #map {
  position: absolute;
  width: 100%;
  height: 100%; }

ul.social {
  list-style-type: none;
  margin-top: 2px5px;
  margin-left: 0; }
  ul.social img {
    width: 30px;
    margin-right: 10px; }
  ul.social li {
    padding: 0;
    margin-top: 10px; }

img.artips {
  width: 75px; }

img.avatar {
  width: 35px; }
