/* ## Bring in all Compass Helpers */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  line-height: 0;
  vertical-align: middle;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
  /*text-rendering: optimizeLegibility;*/
  /* this causes problems in Chrome for Windows and on iOS */
  -webkit-overflow-scrolling: touch;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

body, select, input, textarea {
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

html {
  overflow-y: scroll;
}

a:hover, a:active {
  outline: none;
}

ul, ol {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  margin: 0;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

textarea {
  overflow: auto;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

a:link {
  -webkit-tap-highlight-color: #FF5E99;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.a11y-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* !============================================= */
/* ! Variables						  			  */
/* !============================================= */
/* !-- Universal ------------------------------------ */
/* !-- Project ------------------------------------ */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* !============================================= */
/* ! Custom Fonts					   			  */
/* !============================================= */
@font-face {
  font-family: "Knockout32";
  src: url('../_fonts/knockout/knockout-32.eot');
  src: url('../_fonts/knockout/knockout-32?#iefix') format("embedded-opentype"), url('../_fonts/knockout/knockout-32.woff') format("woff"), url('../_fonts/knockout/knockout-32.ttf') format("truetype"), url('../_fonts/knockout/knockout-32.svg#webfontABgg4EO0') format("svg");
}

/* !============================================= */
/* ! Universal						   			  */
/* !============================================= */
/* Kill the margin on the last column */
.ui-block:last-child,
.ui-block.last {
  margin-right: 0;
}

/* !============================================= */
/* ! Media Grid							   			  */
/* !============================================= */
/* !============================================= */
/* ! Grids							   			  */
/* !============================================= */
/* Grid-2 vars */
/* Grid-3 vars */
/* Grid-3-rrl vars */
/* Grid-4 vars */
/* Grid-5 vars */
/* !============================================= */
/* ! Micro Layouts						   		  */
/* !============================================= */
/* !============================================= */
/* ! Spacers						   			  */
/* !============================================= */
/* Variables & Mixins */
/* Selectors */
.spacer {
  margin-bottom: 50px;
}

.spacer-small {
  margin-bottom: 10px;
}

.spacer-med {
  margin-bottom: 25px;
}

.spacer-large {
  margin-bottom: 75px;
}

/* !============================================= */
/* ! Image Blocks						   		  */
/* !============================================= */
.imageblock-image {
  float: left;
  margin: 0 10px 0 0;
}

.imageblock-image-right {
  float: right;
  margin: 0 0 0 10px;
}

.imageblock-content {
  display: table-cell;
  vertical-align: top;
  width: 1000em;
}

.ie6 .imageblock-content,
.ie7 .imageblock-content {
  display: block;
  width: auto;
  zoom: 1;
}

/* ## Base CSS */
/* ## Components */
/* ============================================= */
/*	Universal						   			 */
/* ============================================= */
body {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p {
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  h1, h2, h3, h4, h5 {
    -webkit-font-smoothing: antialiased;
  }
}

h2 {
  font: 400 60px/130% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  margin-bottom: 15px;
}

h3 {
  font: 400 30px/130% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  margin-bottom: 25px;
}

.kicker {
  font: 800 18px/140% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .kicker {
    font-size: 21px;
  }
}

.body-txt, bio-txt, dropcap {
  font: 400 17px/170% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  margin-bottom: 25px;
  color: #231f20;
}
@media (min-width: 600px) {
  .body-txt, bio-txt, dropcap {
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  .body-txt, bio-txt {
    text-align: justify;
  }
}
.body-txt a, bio-txt a {
  text-decoration: none;
  border-bottom: 1px dotted;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.body-txt a:hover, bio-txt a:hover {
  color: #24B5B5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bio-txt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  font-style: italic;
}

.dropcap {
  display: block;
  float: left;
  font-size: 55px;
  color: #24B5B5;
  margin-right: 10px;
  margin-top: -3px;
}

/* ============================================= */
/*	Header 							   			 */
/* ============================================= */
header {
  height: 70px;
  background-color: #231f20;
}

#top-nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 33333333;
  background-color: #231f20;
  height: 70px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  *zoom: 1;
}
#top-nav:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 760px) {
  #top-nav {
    padding: 20px 60px;
  }
}

#top-nav.hidden {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: -70px;
}

.nav-logo-mod {
  display: inline;
  float: left;
  font: 700 17px/140% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 175px;
  position: relative;
  *zoom: 1;
}
.nav-logo-mod:after {
  content: "";
  display: table;
  clear: both;
}

.nav-logo-hover {
  position: absolute;
  max-width: 175px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  top: 0px;
  left: 0px;
  z-index: 222;
}
.nav-logo-hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.nav-logo-top {
  position: absolute;
  max-width: 175px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0px;
  left: 0px;
}

.nav-logo-txt {
  display: inline;
  float: left;
  font: 600 17px/140% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-indent: -20000px;
}

.nav-link-mod {
  display: none;
  background-color: #2c2c2c;
  min-width: 275px;
  display: none;
  float: right;
}
@media (min-width: 760px) {
  .nav-link-mod {
    display: inline;
    float: right;
    min-width: inherit;
    padding-top: 8px;
    position: relative;
    background-color: transparent;
    width: auto;
  }
}
@media (min-width: 760px) {
  .nav-link-mod .nav-link-item:hover {
    padding-top: 0px;
  }
  .nav-link-mod .nav-link-item:hover:last-child {
    background-color: #191919;
  }
  .nav-link-mod .nav-link-item:hover .hood-list {
    background-color: #191919;
    display: block;
    padding: 10px 20px 20px 20px;
  }
}

.nav-link-item {
  font: 600 14px/140% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f7f5f0;
  display: none;
  border-bottom: 1px solid #222;
}
.nav-link-item a {
  padding: 20px 0px 20px 20px;
  display: block;
  width: 100%;
}
@media (min-width: 760px) {
  .nav-link-item a {
    padding: 0px;
    display: inline;
    width: auto;
    padding-right: 15px;
  }
}
.nav-link-item:last-child {
  border-bottom: none;
}
@media (min-width: 760px) {
  .nav-link-item {
    display: inline;
    margin-right: 20px;
    border-bottom: 0px;
  }
  .nav-link-item:hover {
    color: #7c735b;
  }
}
.nav-link-item:last-child {
  margin-right: 0px;
}
.nav-link-item:last-child:hover {
  padding: 0px 0px;
}
@media (min-width: 760px) {
  .nav-link-item:last-child:hover {
    padding: 30px 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.visible {
  display: block;
  overflow-y: scroll;
  max-height: 330px;
}
@media (min-height: 600px) {
  .visible {
    max-height: 510px;
  }
}
@media (min-width: 760px) {
  .visible {
    max-height: inherit;
    overflow-y: visible;
  }
}
@media (min-height: 800px) {
  .visible {
    max-height: 690px;
  }
}
@media (min-height: 1000px) {
  .visible {
    max-height: 870px;
  }
}
.visible .nav-link-item {
  display: block;
}
@media (min-width: 760px) {
  .visible .nav-link-item {
    display: inline;
  }
}

.nav-chrome {
  padding: 20px 20px 25px 20px;
  *zoom: 1;
}
.nav-chrome:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 760px) {
  .nav-chrome {
    padding: 0px;
    height: 0px;
  }
}

.hood-list {
  position: relative;
  display: none;
  margin-left: -20px;
  background-color: #3d3d3d;
  border-top: 1px solid #222;
}
@media (min-width: 760px) {
  .hood-list {
    background-color: #191919;
    max-width: 300px;
    z-index: 22222222;
    color: #f7f5f0;
    position: absolute;
    display: none;
    top: 49px;
    border-top: 0px;
    width: 124%;
    margin-left: -50px;
  }
  .hood-list a:hover {
    color: #7c735b;
  }
}

.hood-list-item {
  font: 600 14px/140% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  padding: 0px 0px 0px 20px;
  border-bottom: 1px solid #2d2d2d;
}
@media (min-width: 760px) {
  .hood-list-item {
    margin: 10px 0px 10px 0px;
    border-bottom: 0px;
    min-width: 600px;
    width: 100%;
  }
}

.m-nav-mod {
  float: right;
  display: block;
  padding-top: 10px;
}
@media (min-width: 760px) {
  .m-nav-mod {
    display: none;
  }
}

.toggle-active {
  float: right;
  display: block;
  background-color: #2d2d2d;
  padding: 30px 25px 20px 25px;
  margin: -20px -25px -25px 0px;
}
.toggle-active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
@media (min-width: 760px) {
  .toggle-active {
    display: none;
  }
}

.active-link {
  color: #7c735b;
  font-weight: 600;
}

.visible-m-link {
  display: block;
}
@media (min-width: 760px) {
  .visible-m-link {
    display: none;
  }
}

/* ============================================= */
/*	Intro    							   		 */
/* ============================================= */
#intro {
  background-color: #14A798;
  position: relative;
  z-index: 4;
  *zoom: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#intro:after {
  content: "";
  display: table;
  clear: both;
}

.intro {
  position: relative;
  z-index: 3;
}

.intro-img-mod img {
  width: 100%;
}

.intro-title-m {
  width: 100%;
  position: relative;
  z-index: 444;
}
@media (min-width: 500px) {
  .intro-title-m {
    display: none;
  }
}

.intro-title {
  width: 100%;
  position: relative;
  z-index: 444;
  display: none;
}
@media (min-width: 500px) {
  .intro-title {
    display: block;
  }
}

.intro-subline {
  position: absolute;
  z-index: 666;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f7f5f0;
  font: 400 11px/140% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  margin: 0 auto;
  text-align: center;
  left: 0%;
  right: 0px;
  top: 68%;
}
@media (min-width: 500px) {
  .intro-subline {
    font-size: 15px;
    top: 58%;
    left: 30%;
  }
}
@media (min-width: 800px) {
  .intro-subline {
    font-size: 17px;
    left: 25%;
  }
}
@media (min-width: 1000px) {
  .intro-subline {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .intro-subline {
    font-size: 21px;
  }
}
@media (min-width: 1400px) {
  .intro-subline {
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  .intro-subline {
    font-size: 28px;
  }
}
@media (min-width: 1800px) {
  .intro-subline {
    font-size: 32px;
  }
}

.scroll-arrow {
  max-width: 40px;
  position: absolute;
  bottom: 35px;
  z-index: 666;
  left: 50%;
  display: none;
}
@media (min-width: 700px) {
  .scroll-arrow {
    display: block;
  }
}
.scroll-arrow img {
  max-width: 100%;
}

/* ============================================= */
/*	Hoop Feed							   		 */
/* ============================================= */
.hoop-stream-mod img {
  width: 100%;
}

.stream-item {
  position: relative;
  overflow: hidden;
}
.stream-item img {
  width: 100%;
}

.item-details {
  background-color: #3B3248;
  position: static;
  width: 100%;
  color: #fff;
  padding: 16px;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media (min-width: 600px) {
  .item-details {
    padding: 25px;
  }
}
.item-details h3, .item-details h4 {
  font: 200 11px/130% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 3px;
  color: #f7f5f0;
  display: inline;
}
@media (min-width: 600px) {
  .item-details h3, .item-details h4 {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
  }
}
@media (min-width: 900px) {
  .item-details h3, .item-details h4 {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .item-details h3, .item-details h4 {
    font: 600 19px/130% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  }
}
.item-details h4 {
  margin-left: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.item-details h4:before {
  content: "|";
  font-weight: 100;
  font-size: 16px;
  padding-right: 4px;
}
@media (min-width: 760px) {
  .item-details h4:before {
    font-size: 23px;
  }
}

.item-meta {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.stream-link {
  display: block;
}

.stream-info {
  position: relative;
  width: 100%;
  height: 100%;
}

.stream-details {
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 50px 0 50px;
}

.hoop-img {
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

.net-img {
  position: absolute;
  top: 0px;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
}

.missed-shot {
  position: absolute;
  top: 0px;
  z-index: 333;
}

/* ============================================= */
/*	About  								   	     */
/* ============================================= */
#about {
  padding: 60px 12px 0px 12px;
  background-color: #17A2A5;
  position: relative;
  z-index: 333;
  overflow: hidden;
}
@media (min-width: 900px) {
  #about {
    padding: 880px 20px 0px 20px;
  }
}

.about-bg-front {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 111;
}

.about-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}

.about-txt-mod {
  max-width: 620px;
  margin: 0 auto;
  padding: 40px 20px 25px 20px;
  position: relative;
  z-index: 333;
  background-color: #F7F5F0;
  -moz-box-shadow: 14px 14px 0px 0px rgba(79, 67, 96, 0.3);
  -webkit-box-shadow: 14px 14px 0px 0px rgba(79, 67, 96, 0.3);
  box-shadow: 14px 14px 0px 0px rgba(79, 67, 96, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 500px) {
  .about-txt-mod {
    padding: 55px 55px 60px 55px;
    margin-bottom: 0px;
  }
}
@media (min-width: 600px) {
  .about-txt-mod {
    padding: 80px 80px 90px 80px;
    position: relative;
  }
}
@media (min-width: 900px) {
  .about-txt-mod {
    position: absolute;
    padding-bottom: 280px;
    top: 340px;
    left: 0px;
    right: 0px;
  }
}

.envelope-open {
  margin-bottom: 0px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (min-width: 900px) {
  .envelope-open {
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
  }
}

.about-signature img {
  width: 100%;
}

.envelope-cut {
  height: 300px;
  width: 100%;
  position: relative;
  z-index: 444;
  max-width: 800px;
  margin: 0 auto;
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  pointer-events: none;
}
@media (min-width: 850px) {
  .envelope-cut {
    display: block;
  }
}
.envelope-cut img {
  width: 100%;
}

.envelope-back {
  margin: 0 auto;
  text-align: center;
  margin-bottom: -350px;
  max-width: 800px;
  display: none;
  position: absolute;
  bottom: 300px;
  left: 0px;
  right: 0px;
}
@media (min-width: 850px) {
  .envelope-back {
    display: block;
  }
}
.envelope-back img {
  width: 100%;
}

.mug-mod {
  position: absolute;
  top: 350px;
  max-width: 400px;
  display: none;
}
@media (min-width: 1200px) {
  .mug-mod {
    display: block;
    left: -220px;
  }
}
@media (min-width: 1300px) {
  .mug-mod {
    display: block;
    left: -150px;
  }
}
.mug-mod img {
  width: 100%;
}

.book-mod {
  position: absolute;
  top: 250px;
  max-width: 475px;
  display: none;
}
@media (min-width: 1200px) {
  .book-mod {
    display: block;
    right: -350px;
  }
}
@media (min-width: 1300px) {
  .book-mod {
    display: block;
    right: -230px;
  }
}
.book-mod img {
  width: 100%;
}

.site-ball-mod {
  text-align: center;
  width: 100%;
}
.site-ball-mod img {
  width: 100%;
}

.site-ball {
  margin: 0 auto;
  text-align: center;
  vertical-align: center;
  margin-bottom: 20px;
  pointer-events: none;
}

.site-ball-default {
  position: fixed;
  top: 0%;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 700px) {
  .site-ball-default {
    top: 1%;
  }
}

.absolute-ball {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
}

.fixed-ball {
  position: fixed;
  top: 18%;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 700px) {
  .fixed-ball {
    top: 4%;
  }
}

.call-to-action {
  background-color: #0D8C80;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

.blimp {
  z-index: 333;
  margin-top: 10px;
  max-width: 160px;
  position: absolute;
  top: 43%;
  display: none;
}
@media (min-width: 1000px) {
  .blimp {
    display: inline;
  }
}

/* ============================================= */
/*	Hoop Styles							   	     */
/* ============================================= */
.hoop-1 .item-details {
  background-color: #40384B;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hoop-1 .item-details:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #362f3f;
}

.hoop-2 .item-details {
  background-color: #CE5559;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hoop-2 .item-details:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #c9454a;
}

.hoop-3 .item-details {
  background-color: #DB6D3C;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hoop-3 .item-details:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #d8602b;
}

.hoop-4 .item-details {
  background-color: #F0AB55;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hoop-4 .item-details:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #eea242;
}

.hoop-5 .item-details {
  background-color: #2DA8A7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hoop-5 .item-details:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #299897;
}

.hoop-6 .item-details {
  background-color: #333433;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hoop-6 .item-details:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #292a29;
}

.hoop-7 .item-details {
  background-color: #D64959;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hoop-7 .item-details:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #d2384a;
}

.hoop-8 .item-details {
  background-color: #BC4347;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hoop-8 .item-details:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #ad3e41;
}

.hoop-9 .item-details {
  background-color: #5CB1A0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hoop-9 .item-details:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #50a897;
}

.hoop-10 .item-details {
  background-color: #D97A56;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hoop-10 .item-details:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #d56d45;
}

/* ============================================= */
/*	Footer 							   			 */
/* ============================================= */
footer {
  background-color: #231f20;
  padding: 40px;
  text-align: center;
  color: #333;
}
footer p {
  font: 700 11px/130% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  margin-bottom: 3px;
}
footer h3 {
  margin-bottom: 5px;
  font: 400 25px/130% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ftr-mod {
  max-width: 800px;
  margin: 0 auto;
}

.ftr-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.social-list {
  margin: 40px 0px;
  text-align: center;
}

.social-item {
  display: inline;
  margin-right: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-item:last-child {
  margin-right: 0px;
}
.social-item:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.social-item-img {
  max-width: 27px;
  width: 100%;
}

/* ============================================= */
/*	404 Page								   	 */
/* ============================================= */
.error-page {
  background-color: #2d2d2d;
  margin: 0 auto;
  text-align: center;
  color: #7c735b;
  positon: relative;
  overflow: hidden;
  margin: 60px 20px 20px 20px;
}
.error-page h1 {
  margin-bottom: 5px;
  font: 600 25px/130% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.error-page p {
  font: 600 18px/130% "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.error-ball {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  margin-bottom: 60px;
}

.error-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}

.error-bg {
  background: url(../_img/error-bg.png) 50% 50% no-repeat;
  height: 800px;
  background-size: cover;
  position: absolute;
  bottom: 0px;
}

.error-hoop-mod {
  position: relative;
  width: 100%;
}

.error-hoop {
  max-width: 1200px;
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.error-rim {
  -webkit-animation: hinge 5s normal forwards ease-in-out;
  -moz-animation: hinge 5s normal forwards ease-in-out;
  -o-animation: hinge 5s normal forwards ease-in-out;
  max-width: 250px;
  width: 25%;
  position: absolute;
  left: 40%;
  top: 55%;
}

/* ============================================= */
/*	Button Style 							   	 */
/* ============================================= */
.btn-submit a {
  position: relative;
  color: #f7f5f0;
  text-decoration: none;
  background-color: #554964;
  display: block;
  padding: 15px 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 0px #463b53, 0px 4px 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 0px #463b53, 0px 4px 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 0px #463b53, 0px 4px 20px rgba(0, 0, 0, 0.7);
  margin: 40px auto;
  width: 160px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}
.btn-submit a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #665978;
}
.btn-submit a:active {
  -webkit-box-shadow: 0px 2px 0px #463b53, 0px 3px 6px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 2px 0px #463b53, 0px 3px 6px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 2px 0px #463b53, 0px 3px 6px rgba(0, 0, 0, 0.9);
  position: relative;
  top: 4px;
}

/* ============================================= */
/*	Animations 								   	 */
/* ============================================= */
.blimp-animation {
  -webkit-animation: blimp 75s linear infinite;
  -moz-animation: blimp 75s linear infinite;
  -o-animation: blimp 75s linear infinite;
}

@-webkit-keyframes blimp {
  0% {
    margin-left: 1250px;
  }

  100% {
    margin-left: -1000px;
  }
}

@-moz-keyframes blimp {
  0% {
    margin-left: 1250px;
  }

  100% {
    margin-left: -1000px;
  }
}

@-o-keyframes blimp {
  0% {
    margin-left: 1250px;
  }

  100% {
    margin-left: -1000px;
  }
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes hinge {
  5% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}

@-moz-keyframes hinge {
  5% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}

@-o-keyframes hinge {
  5% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  5% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

/* ============================================= */
/*	Print Styles							     
	Inline to avoid required HTTP connection     */
/* ============================================= */
@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) ")";
  }

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