* {
  box-sizing: border-box;
}

/******************************************************************/
/** setup */
/******************************************************************/
.small-grid {
  margin-right: -0.5em;
}

.grid {
  margin-right: -2em;
}

@media (max-width: 980px) {
  .grid {
    margin-right: -1.33333em;
  }
}

.col, .small-grid .col {
  box-sizing: border-box;
  float: left;
}

.small-grid .col {
  padding-right: 0.5em;
}

.col {
  padding-right: 2em;
}

@media (max-width: 980px) {
  .col {
    padding-right: 1.33333em;
  }
}

.place-right {
  float: right;
}

.break {
  clear: left;
}

/******************************************************************/
/** grids */
/******************************************************************/
.col-1-12 {
  width: 8.3333%;
}

.col-2-12 {
  width: 16.6666%;
}

.col-3-12 {
  width: 25%;
}

.col-4-12 {
  width: 33.3333%;
}

.col-5-12 {
  width: 41.6666%;
}

.col-6-12 {
  width: 50%;
}

.col-7-12 {
  width: 58.33333%;
}

.col-8-12 {
  width: 66.6666%;
}

.col-9-12 {
  width: 75%;
}

.col-10-12 {
  width: 83.3333%;
}

.col-11-12 {
  width: 91.6666%;
}

/******************************************************************/
/** pushes */
/******************************************************************/
.push-1-12 {
  margin-left: 8.3333%;
}

.push-2-12 {
  margin-left: 16.6666%;
}

.push-3-12 {
  margin-left: 25%;
}

.push-4-12 {
  margin-left: 33.3333%;
}

.push-5-12 {
  margin-left: 41.6666%;
}

.push-6-12 {
  margin-left: 50%;
}

.push-7-12 {
  margin-left: 58.33333%;
}

.push-8-12 {
  margin-left: 66.6666%;
}

.push-9-12 {
  margin-left: 75%;
}

.push-10-12 {
  margin-left: 83.3333%;
}

.push-10-12 {
  margin-left: 91.6666%;
}

/******************************************************************/
/** extras */
/******************************************************************/
.col-12-12,
.col-1-1 {
  width: 100%;
}

.push-0 {
  margin-left: 0;
}

.hidden {
  display: none;
}

@media (max-width: 1200px) {
  /******************************************************************/
  /** grids */
  /******************************************************************/
  .med-col-1-12 {
    width: 8.3333%;
  }
  .med-col-2-12 {
    width: 16.6666%;
  }
  .med-col-3-12 {
    width: 25%;
  }
  .med-col-4-12 {
    width: 33.3333%;
  }
  .med-col-5-12 {
    width: 41.6666%;
  }
  .med-col-6-12 {
    width: 50%;
  }
  .med-col-7-12 {
    width: 58.33333%;
  }
  .med-col-8-12 {
    width: 66.6666%;
  }
  .med-col-9-12 {
    width: 75%;
  }
  .med-col-10-12 {
    width: 83.3333%;
  }
  .med-col-11-12 {
    width: 91.6666%;
  }
  /******************************************************************/
  /** pushes */
  /******************************************************************/
  .med-push-1-12 {
    margin-left: 8.3333%;
  }
  .med-push-2-12 {
    margin-left: 16.6666%;
  }
  .med-push-3-12 {
    margin-left: 25%;
  }
  .med-push-4-12 {
    margin-left: 33.3333%;
  }
  .med-push-5-12 {
    margin-left: 41.6666%;
  }
  .med-push-6-12 {
    margin-left: 50%;
  }
  .med-push-7-12 {
    margin-left: 58.33333%;
  }
  .med-push-8-12 {
    margin-left: 66.6666%;
  }
  .med-push-9-12 {
    margin-left: 75%;
  }
  .med-push-10-12 {
    margin-left: 83.3333%;
  }
  .med-push-10-12 {
    margin-left: 91.6666%;
  }
  /******************************************************************/
  /** extras */
  /******************************************************************/
  .med-col-12-12,
  .med-col-1-1 {
    width: 100%;
  }
  .med-push-0 {
    margin-left: 0;
  }
  .med-hidden {
    display: none;
  }
}

@media (max-width: 750px) {
  /******************************************************************/
  /** grids */
  /******************************************************************/
  .small-col-1-12 {
    width: 8.3333%;
  }
  .small-col-2-12 {
    width: 16.6666%;
  }
  .small-col-3-12 {
    width: 25%;
  }
  .small-col-4-12 {
    width: 33.3333%;
  }
  .small-col-5-12 {
    width: 41.6666%;
  }
  .small-col-6-12 {
    width: 50%;
  }
  .small-col-7-12 {
    width: 58.33333%;
  }
  .small-col-8-12 {
    width: 66.6666%;
  }
  .small-col-9-12 {
    width: 75%;
  }
  .small-col-10-12 {
    width: 83.3333%;
  }
  .small-col-11-12 {
    width: 91.6666%;
  }
  /******************************************************************/
  /** pushes */
  /******************************************************************/
  .small-push-1-12 {
    margin-left: 8.3333%;
  }
  .small-push-2-12 {
    margin-left: 16.6666%;
  }
  .small-push-3-12 {
    margin-left: 25%;
  }
  .small-push-4-12 {
    margin-left: 33.3333%;
  }
  .small-push-5-12 {
    margin-left: 41.6666%;
  }
  .small-push-6-12 {
    margin-left: 50%;
  }
  .small-push-7-12 {
    margin-left: 58.33333%;
  }
  .small-push-8-12 {
    margin-left: 66.6666%;
  }
  .small-push-9-12 {
    margin-left: 75%;
  }
  .small-push-10-12 {
    margin-left: 83.3333%;
  }
  .small-push-10-12 {
    margin-left: 91.6666%;
  }
  /******************************************************************/
  /** extras */
  /******************************************************************/
  .small-col-12-12,
  .small-col-1-1 {
    width: 100%;
  }
  .small-push-0 {
    margin-left: 0;
  }
  .small-hidden {
    display: none;
  }
}

@media (max-width: 750px) {
  .col-1-12,
  .col-2-12,
  .col-3-12,
  .col-4-12,
  .col-5-12,
  .col-6-12,
  .col-7-12,
  .col-8-12,
  .col-9-12,
  .col-10-12,
  .col-11-12 {
    width: 100%;
  }
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-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;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Form styles
   ========================================================================== */
.sudo-select,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea {
  display: block;
  width: 100%;
  margin: 15px auto 25px auto;
  padding: 10px 10px 10px 5px;
  box-sizing: border-box;
  background: transparent;
  resize: none;
  border: 0;
  outline: 0;
  border-bottom: 3px solid white;
  border-radius: 0;
  color: #fff;
}

.sudo-select.validation-error,
input[type="email"].validation-error,
input[type="number"].validation-error,
input[type="password"].validation-error,
input[type="search"].validation-error,
input[type="tel"].validation-error,
input[type="text"].validation-error,
input[type="url"].validation-error,
input[type="color"].validation-error,
input[type="date"].validation-error,
input[type="datetime"].validation-error,
input[type="datetime-local"].validation-error,
input[type="month"].validation-error,
input[type="time"].validation-error,
input[type="week"].validation-error,
textarea.validation-error {
  border-bottom-color: red;
  background: #962828;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(150, 40, 40, 0.65)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(150, 40, 40, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(150, 40, 40, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6962828',GradientType=0 );
}

input[type="checkbox"] {
  margin-right: 5px;
}

button, input[type="submit"], .button, a.button {
  float: right;
  margin: 35px 0;
  padding: 10px 45px;
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 200ms;
          transition: all 200ms;
}

button.sent, input[type="submit"].sent, .button.sent, a.button.sent {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

button.send-error, input[type="submit"].send-error, .button.send-error, a.button.send-error {
  border-color: red;
}

button.sending, input[type="submit"].sending, .button.sending, a.button.sending {
  color: transparent;
  padding: 10px 55px;
  position: relative;
}

button.sending:before, input[type="submit"].sending:before, .button.sending:before, a.button.sending:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  border: 3px solid #fff;
  border-radius: 30px;
  opacity: 0;
  margin: auto;
  -webkit-animation: pulsate 1s ease-out;
          animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 900;
}

button:hover, input[type="submit"]:hover, .button:hover, a.button:hover {
  padding: 10px 55px;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

.sudo-select {
  position: relative;
}

.sudo-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  opacity: .0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.floating-label {
  position: relative;
}

.floating-label label {
  position: absolute;
  top: 10px;
  left: 5px;
  -webkit-transition: all 150ms cubic-bezier(0.17, 0.67, 0.45, 1);
          transition: all 150ms cubic-bezier(0.17, 0.67, 0.45, 1);
}

.floating-label label.floating {
  top: -10px;
  font-size: .8em;
}

/* ==========================================================================
   Font inclusion & variables
   ========================================================================== */
@font-face {
  font-family: 'Museo';
  src: url(font/museo.eot);
  src: url(font/museo.eot?#iefix) format("embedded-opentype"), url(font/museo.woff) format("woff"), url(font/museo.ttf) format("truetype");
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
html, body {
  height: 100%;
}

body {
  background: #333;
  color: #fff;
  font-family: Helvetica, Arial, Sans-serif;
  background: url(../img/stripes.png) 15px center repeat, -webkit-radial-gradient(center, ellipse, #7d8689 0%, #1c1c1c 64%, #0c0c0c 100%);
  background: url(../img/stripes.png) 15px center repeat, radial-gradient(ellipse at center, #7d8689 0%, #1c1c1c 64%, #0c0c0c 100%);
  background-position: auto, -50% 0;
  background-size: auto, cover;
  background-attachment: fixed;
}

@media (max-width: 600px) {
  body {
    background-attachment: scroll;
  }
}

.sizer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}

@media (max-width: 600px) {
  .sizer {
    padding: 0 0.6em;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Museo", Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
}

header[role="banner"] {
  padding-top: 2em;
}

@media (max-width: 750px) {
  header[role="banner"] {
    padding-top: 0;
    text-align: center;
  }
  header[role="banner"] img {
    width: 150px;
    height: auto;
    margin-bottom: 1em;
  }
}

a {
  color: #cb1718;
}

.artwork {
  position: relative;
  text-align: center;
  height: 350px;
  z-index: 10;
  margin-bottom: -4em;
}

@media (max-width: 750px) {
  .artwork {
    margin-bottom: 2em;
    height: 260px;
  }
}

.artwork .mic-backrop {
  height: 350px;
  width: auto;
}

@media (max-width: 750px) {
  .artwork .mic-backrop {
    height: 270px;
  }
}

.artwork .bg {
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.artwork .title {
  top: 180px;
  z-index: 3;
  font-size: 2em;
  line-height: 1em;
  color: #cb1718;
  padding: 1em 0.5em 0.5em 1em;
  -webkit-transform: translate(-50%, 0) rotate(3.5deg);
      -ms-transform: translate(-50%, 0) rotate(3.5deg);
          transform: translate(-50%, 0) rotate(3.5deg);
}

.artwork .title .backdrop {
  -webkit-transform: rotate(-3.5deg);
      -ms-transform: rotate(-3.5deg);
          transform: rotate(-3.5deg);
}

@media (max-width: 750px) {
  .artwork .title {
    top: 130px;
    font-size: 1.5em;
  }
}

.artwork .sub-title {
  top: 260px;
  z-index: 2;
  color: #333;
  padding: 1.7em 1em 0.5em 1em;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 750px) {
  .artwork .sub-title {
    top: 190px;
    font-size: .9em;
  }
}

.artwork .item {
  position: absolute;
  width: 350px;
  margin: 0 auto;
  left: 50%;
}

@media (max-width: 600px) {
  .artwork .item {
    width: 270px;
  }
}

.artwork .item .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
}

.artwork .item .backdrop img {
  width: 100%;
  height: 100%;
}

.panel {
  background: #fff;
  box-shadow: 0 0.1em 0.2em 0 rgba(0, 0, 0, 0.3);
  color: #333;
  padding: 4em;
}

@media (max-width: 1000px) {
  .panel {
    margin: 0;
    padding: 2em;
  }
}

@media (max-width: 600px) {
  .panel {
    padding: 1em;
    padding-bottom: 3em;
  }
}

.panel .part {
  margin-bottom: 4em;
}

p {
  line-height: 1.7;
}

@media (max-width: 600px) {
  p {
    font-size: .9em;
    line-height: 1.6;
  }
}

.content-p {
  padding-right: 3em;
}

@media (max-width: 600px) {
  .content-p {
    padding-right: 0;
  }
}

.red {
  color: #cb1718;
}

.expand-out-right {
  margin-right: -8em;
}

.expand-out-left {
  margin-left: -8em;
}

.inline-button {
  color: #fff;
  text-decoration: none;
  padding: 0.7em 1.4em;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
  margin-top: .5em;
  display: inline-block;
}

.inline-button:hover {
  background: #fff;
  color: #cb1718;
}

@media (max-width: 1000px) {
  .expand-out-right,
  .expand-out-left {
    margin: 0;
  }
  section.where,
  section.contact {
    margin-top: 3em;
  }
  .panel .part {
    margin: 0;
  }
}

section.where {
  background: #cb1718;
  color: #fff;
  padding: 0 2em 2em;
}

section.where header {
  position: relative;
}

section.where header .icn {
  position: absolute;
  top: -.75em;
  left: -.2em;
  font-size: 6.5em;
  color: #999999;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

section.where header h3 {
  font-size: 3em;
  color: #da5c5d;
  margin: 0;
  padding-left: 1.5em;
  text-transform: uppercase;
  line-height: .95em;
}

section.where p {
  font-size: .9em;
}

section.contact {
  background: #999999;
  padding: 0 2em 2em;
  color: #fff;
}

section.contact header {
  position: relative;
}

section.contact header .icn {
  position: absolute;
  top: -.7em;
  left: -.2em;
  font-size: 5.5em;
  color: #cb1718;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

section.contact header h3 {
  font-size: 3em;
  color: #b7b7b7;
  margin: 0;
  padding-left: 1.5em;
  text-transform: uppercase;
  line-height: .95em;
}

.logos {
  margin: 4em 0;
  padding: 2em 0;
  background: #000;
  border-top: 1em solid #cb1718;
}

footer {
  margin: 4em 0 4em 0;
  font-size: .8em;
  text-align: center;
}

footer a {
  color: #999999;
}

footer .credits {
  color: #999999;
  font-size: .8em;
}

h2 {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5em;
  margin-bottom: 1.5em;
  font-size: 1.8em;
}

@media (max-width: 600px) {
  h2 {
    font-size: 1.5em;
    padding-bottom: .4em;
    margin-bottom: 1em;
  }
}

.features {
  width: 100%;
  background: #f3f3f3;
  padding: 4em;
  color: #333;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 1000px) {
  .features {
    padding: 2em;
  }
}

@media (max-width: 600px) {
  .features {
    padding: 1em;
    padding-bottom: 3em;
  }
}

.features .list-item {
  padding-bottom: 2em;
  font-size: .9em;
  float: none;
  height: 130px;
  float: left;
  padding-right: 5em;
  font-weight: 200;
}

.features .list-item span.icn {
  margin-bottom: .3em;
  font-size: 1.6em;
  color: #666;
}

.features .list-item strong {
  color: #555;
  font-weight: 600;
}

@media (max-width: 750px) {
  .features .item {
    height: auto;
    padding-right: 2em;
  }
}

.advantages {
  padding-top: 1em;
}

.advantages .item {
  margin-bottom: 1em;
  padding-right: 4em;
  margin-top: 1em;
}

@media (max-width: 450px) {
  .advantages .item {
    padding-right: 2em;
  }
}

@media (max-width: 600px) {
  .advantages .item {
    margin-bottom: 0;
  }
}

.advantages .item header .icn {
  font-size: 2.5em;
  margin-bottom: -0.3em;
  color: #cb1718;
}

@media (max-width: 600px) {
  .advantages .item header .icn {
    font-size: 1.6em;
    float: left;
    margin-bottom: 0;
    margin-top: -.4em;
    margin-right: .4em;
  }
}

.advantages .item header h3 {
  font-size: 1.2em;
  margin-bottom: -0.2em;
}

@media (max-width: 600px) {
  .advantages .item header h3 {
    font-size: 1em;
    margin-bottom: 0;
    padding-left: 1em;
  }
}

.advantages .item p {
  font-size: 1em;
  color: #555;
  font-weight: lighter;
}

@media (max-width: 600px) {
  .advantages .item p {
    font-size: .9em;
  }
}

.pricing {
  padding: 4em;
  color: #222;
  background: #fff;
}

@media (max-width: 1000px) {
  .pricing {
    padding: 2em;
  }
}

@media (max-width: 600px) {
  .pricing {
    padding: 1em;
    padding-bottom: 3em;
  }
}

.pricing table {
  width: 100%;
  text-align: left;
  margin-bottom: 2em;
}

.pricing table td, .pricing table th {
  padding: 1em;
}

.pricing table thead {
  border-bottom: 2px solid #222;
  background: #fff;
}

.pricing table tbody tr {
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}

.pricing table tbody tr:nth-child(even) {
  background: #f6f6f6;
}

@media (max-width: 600px) {
  .pricing table {
    margin-bottom: 1em;
  }
  .pricing table td, .pricing table th {
    padding: .5em;
    font-size: .8em;
  }
}

.cta {
  width: 100%;
  text-align: center;
}

@media (max-width: 600px) {
  .cta {
    text-align: left;
  }
}

.cta a {
  padding: 0.7em 1.4em;
  padding-right: 2em;
  color: #fff;
  display: inline-block;
  background: #cb1718;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 2em;
  font-size: 1.1em;
  border: 1px solid #cb1718;
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.cta a:hover {
  background: #fff;
  color: #cb1718;
}

@media (max-width: 600px) {
  .cta a {
    width: 100%;
    text-align: center;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
