/* Ostrich Sans */
@font-face {
  font-family: 'Ostrich Sans';
  src: url("webfonts/ostrich-black.eot");
  src: url("webfonts/ostrich-black.woff") format("woff"), url("webfonts/ostrich-black.ttf") format("truetype"), url("webfonts/ostrich-black.svg") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Ostrich Sans';
  src: url("webfonts/ostrich-bold.eot");
  src: url("webfonts/ostrich-bold.woff") format("woff"), url("webfonts/ostrich-bold.ttf") format("truetype"), url("webfonts/ostrich-bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Ostrich Sans';
  src: url("webfonts/ostrich-regular.eot");
  src: url("webfonts/ostrich-regular.woff") format("woff"), url("webfonts/ostrich-regular.ttf") format("truetype"), url("webfonts/ostrich-regular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Ostrich Sans';
  src: url("webfonts/ostrich-light.eot");
  src: url("webfonts/ostrich-light.woff") format("woff"), url("webfonts/ostrich-light.ttf") format("truetype"), url("webfonts/ostrich-light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
/* Ostrich Sans Dashed */
@font-face {
  font-family: 'Ostrich Sans Dashed';
  src: url("webfonts/ostrich-dashed.eot");
  src: url("webfonts/ostrich-dashed.woff") format("woff"), url("webfonts/ostrich-dashed.ttf") format("truetype"), url("webfonts/ostrich-dashed.svg") format("svg");
  font-weight: 500;
  font-style: normal; }
/* Ostrich Sans Rounded */
@font-face {
  font-family: 'Ostrich Sans Rounded';
  src: url("webfonts/ostrich-rounded.eot");
  src: url("webfonts/ostrich-rounded.woff") format("woff"), url("webfonts/ostrich-rounded.ttf") format("truetype"), url("webfonts/ostrich-rounded.svg") format("svg");
  font-weight: 500;
  font-style: normal; }
/* Ostrich Sans Inline */
@font-face {
  font-family: 'Ostrich Sans Inline';
  src: url("webfonts/ostrich-inline-regular.eot");
  src: url("webfonts/ostrich-inline-regular.woff") format("woff"), url("webfonts/ostrich-inline-regular.ttf") format("truetype"), url("webfonts/ostrich-inline-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Ostrich Sans Inline';
  src: url("webfonts/ostrich-inline-italic.eot");
  src: url("webfonts/ostrich-inline-italic.woff") format("woff"), url("webfonts/ostrich-inline-italic.ttf") format("truetype"), url("webfonts/ostrich-inline-italic.svg") format("svg");
  font-weight: normal;
  font-style: italic; }
.mt5 {
  margin-top: 25px; }

@media only screen and (max-width: 480px) {
  .hide-for-tiny-only {
    display: none; } }

.show-for-medium-only {
  display: none; }
  @media only screen and (min-width: 700px) and (max-width: 999px) {
    .show-for-medium-only {
      display: inherit; } }

@media only screen and (min-width: 700px) and (max-width: 999px) {
  .hide-for-medium-only {
    display: none; } }

@media only screen and (max-width: 999px) {
  .show-for-large-up {
    display: none; } }

@media only screen and (min-width: 1000px) {
  .hide-for-large-up {
    display: none; } }

.global-wrap {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.temp-disabled {
  display: none !important; }

.only-mobile-below {
  display: none !important; }
  @media only screen and (max-width: 699px) {
    .only-mobile-below {
      display: inherit !important; } }

.only-tablet-below {
  display: none !important; }
  @media only screen and (max-width: 999px) {
    .only-tablet-below {
      display: inherit !important; } }

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  body .wrapper {
    position: relative;
    width: 100%;
    min-width: 320px; }
  body #header {
    width: auto;
    background: #fff;
    z-index: 2000;
    position: relative;
    min-width: 320px; }
    body #header * {
      backface-visibility: hidden; }
    body #header .header-upper {
      background: #401550;
      height: 35px;
      color: #fff;
      padding: 0 20px;
      display: block;
      overflow: hidden;
      clear: both; }
      body #header .header-upper .header-upper-content {
        max-width: 1140px;
        margin: 0 auto;
        font: 10px/35px Helvetica, sans-serif;
        letter-spacing: .1em;
        color: #FFFFFF;
        text-transform: uppercase;
        clear: both;
        overflow: hidden; }
        body #header .header-upper .header-upper-content a {
          text-decoration: none;
          color: #fff;
          border-right: 1px solid #fff;
          padding: 0 10px 0 10px; }
          body #header .header-upper .header-upper-content a:hover {
            color: #cccccc; }
        body #header .header-upper .header-upper-content ul {
          display: inline-block;
          padding: 0;
          margin: 0;
          list-style-type: none; }
          body #header .header-upper .header-upper-content ul li {
            list-style-type: none;
            display: inline-block; }
            body #header .header-upper .header-upper-content ul li:first-child a {
              padding-left: 0; }
            body #header .header-upper .header-upper-content ul li:last-child a {
              border-right: none;
              padding-right: 0; }
            body #header .header-upper .header-upper-content ul li.user {
              padding-right: 20px; }
              body #header .header-upper .header-upper-content ul li.user a {
                border-right: none; }
          body #header .header-upper .header-upper-content ul.left {
            float: left; }
          body #header .header-upper .header-upper-content ul.right {
            float: right;
            text-align: right; }
        body #header .header-upper .header-upper-content .search {
          display: inline-block;
          font: 10px/35px Helvetica, sans-serif;
          color: gray;
          padding-left: 40px;
          float: left; }
    body #header .header-inner .site-logo {
      width: auto;
      height: 40px;
      margin-left: 24%;
      float: left; }
    body #header .header-inner .logo {
      display: inline-block;
      clear: none;
      float: left;
      color: #454444;
      margin: 0 auto;
      font-size: 14px;
      font-family: Helvetica, sans-serif;
      font-weight: normal;
      letter-spacing: .1em; }
    body #header .header-inner .nav-btn {
      display: block;
      width: 40px;
      height: 40px;
      outline: none;
      overflow: hidden;
      -webkit-tap-highlight-color: transparent;
      position: absolute; }
      body #header .header-inner .nav-btn i {
        font-size: 26px;
        color: #303030;
        position: relative;
        top: 8px;
        left: 10px; }
      body #header .header-inner .nav-btn:focus, body #header .header-inner .nav-btn:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
    body #header .header-inner #nav {
      width: 100%;
      color: #fff; }
      body #header .header-inner #nav ul li {
        display: block;
        margin-bottom: 0; }
        body #header .header-inner #nav ul li.nav-sep {
          display: none; }
        body #header .header-inner #nav ul li.social {
          display: block;
          float: left;
          width: 20%; }
        body #header .header-inner #nav ul li a {
          display: block;
          color: #ccc;
          font-size: pem(14) !important;
          line-height: pem(18, 14) !important;
          font-weight: bold;
          outline: none; }
          body #header .header-inner #nav ul li a:focus, body #header .header-inner #nav ul li a:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.1); }
        body #header .header-inner #nav ul li.mobile-special a {
          font-weight: 700; }
      body #header .header-inner #nav .close-btn {
        display: block;
        padding: 0;
        border: 0;
        outline: none;
        background: red;
        background-size: 1.875em 1.875em;
        overflow: hidden;
        white-space: nowrap;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-tap-highlight-color: transparent; }
        body #header .header-inner #nav .close-btn:focus, body #header .header-inner #nav .close-btn:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
  @media only screen and (max-width: 699px) {
    body.nav-open .wrapper {
      transform: translate3d(80%, 0, 0);
      -webkit-transform: translate3d(80%, 0, 0);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    body.nav-open #header {
      transform: translate3d(80%, 0, 0);
      -webkit-transform: translate3d(80%, 0, 0);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    body .wrapper {
      left: 0 !important;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      transition-timing-function: ease;
      position: absolute;
      top: 40px; }
      body .wrapper #page_contents {
        padding-top: 50px; }
    body #header {
      position: fixed;
      width: 100%;
      top: 0;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      transition-timing-function: ease;
      height: 40px;
      border-bottom: 1px solid #9A9999; }
      body #header .header-upper {
        display: none; }
      body #header .header-inner .title {
        display: block;
        width: auto;
        padding: 20px 30px;
        font-weight: 700;
        text-transform: uppercase;
        color: gray;
        background: black; }
      body #header .header-inner #nav {
        position: absolute;
        top: 0;
        width: 80%;
        left: -80%;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        padding-bottom: 100000em;
        background: #fff;
        overflow-y: auto;
        height: 100%;
        box-shadow: inset -3px 0 6px 0 rgba(0, 0, 0, 0.15);
        -webkit-overflow-scrolling: touch; }
        body #header .header-inner #nav .close-btn {
          display: block;
          width: auto;
          padding: 20px 30px;
          display: none !important; }
        body #header .header-inner #nav ul {
          display: block;
          margin: 0 !important; }
          body #header .header-inner #nav ul li {
            position: relative; }
            body #header .header-inner #nav ul li ul {
              display: none; }
            body #header .header-inner #nav ul li a {
              padding: 20px 20px;
              font: 14px/1 Helvetica, sans-serif;
              text-decoration: none;
              text-transform: uppercase;
              color: #000;
              display: block;
              border-bottom: 1px solid #DFDFDF; }
              body #header .header-inner #nav ul li a:hover {
                color: gray; } }
  @media only screen and (min-width: 700px) and (max-width: 999px) {
    body.nav-open .wrapper {
      transform: translate3d(30%, 0, 0);
      -webkit-transform: translate3d(30%, 0, 0);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    body.nav-open #header {
      transform: translate3d(30%, 0, 0);
      -webkit-transform: translate3d(30%, 0, 0);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    body .wrapper {
      left: 0 !important;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      transition-timing-function: ease;
      position: absolute;
      top: 60px; }
    body #header {
      position: fixed;
      width: 100%;
      top: 0;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      transition-timing-function: ease;
      height: 60px;
      border-bottom: 1px solid #9A9999;
      clear: both; }
      body #header .header-inner {
        clear: both; }
        body #header .header-inner .site-logo {
          width: auto;
          height: 55px;
          margin-top: 2px;
          margin-left: 60px;
          float: left; }
        body #header .header-inner .logo {
          margin-left: 70px;
          line-height: 19px;
          padding: 13px 0 0 0;
          font-size: 22px;
          letter-spacing: .45em; }
          body #header .header-inner .logo span {
            display: block;
            clear: both;
            font-size: 9px;
            line-height: 20px;
            letter-spacing: .3em; }
        body #header .header-inner .nav-btn {
          width: 75px;
          height: 60px; }
          body #header .header-inner .nav-btn i {
            font-size: 30px;
            top: 16px;
            left: 20px; }
        body #header .header-inner .title {
          display: block;
          width: auto;
          padding: 20px 30px;
          font-weight: 700;
          text-transform: uppercase;
          color: gray;
          background: black; }
        body #header .header-inner #nav {
          position: absolute;
          top: 0;
          width: 30%;
          left: -30%;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          padding-bottom: 100000em;
          background: #fff;
          overflow-y: auto;
          height: 100%;
          box-shadow: inset -3px 0 6px 0 rgba(0, 0, 0, 0.15);
          -webkit-overflow-scrolling: touch; }
          body #header .header-inner #nav .close-btn {
            display: block;
            width: auto;
            padding: 20px 30px;
            display: none !important; }
          body #header .header-inner #nav ul {
            display: block;
            margin: 0 !important; }
            body #header .header-inner #nav ul li {
              position: relative; }
              body #header .header-inner #nav ul li ul {
                display: none; }
              body #header .header-inner #nav ul li a {
                padding: 20px 20px;
                font: 14px/1 Helvetica, sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                color: #000;
                display: block;
                border-bottom: 1px solid #DFDFDF; }
                body #header .header-inner #nav ul li a:hover {
                  color: gray; } }
  @media only screen and (min-width: 1000px) {
    body .wrapper {
      top: 60px; }
    body #header {
      height: 70px;
      border-bottom: 1px solid #9A9999; }
      body #header .header-inner {
        padding: 0 20px;
        height: 70px;
        clear: both; }
        body #header .header-inner .site-logo {
          width: auto;
          height: 60px;
          margin-top: 4px;
          margin-left: -14px;
          float: left; }
        body #header .header-inner .header-inner-content {
          max-width: 1140px;
          margin: 0 auto;
          height: 70px;
          clear: both;
          top: 0; }
        body #header .header-inner .logo {
          margin-left: -2px;
          line-height: 19px;
          padding: 13px 0 0 0;
          font-size: 22px;
          letter-spacing: .45em; }
          body #header .header-inner .logo span {
            display: block;
            clear: both;
            font-size: 9px;
            line-height: 20px;
            letter-spacing: .3em; }
        body #header .header-inner .nav-btn {
          display: none; }
        body #header .header-inner #nav {
          display: inline-block;
          width: auto;
          clear: none;
          height: 70px;
          float: right; }
          body #header .header-inner #nav .close-btn, body #header .header-inner #nav .title {
            display: none; }
          body #header .header-inner #nav > ul {
            text-align: center;
            white-space: nowrap;
            height: 70px;
            padding: 0;
            margin: 0;
            float: right;
            position: relative;
            right: -15px; }
            body #header .header-inner #nav > ul > li {
              display: inline-block;
              padding: 0px 13px;
              position: relative;
              height: 70px !important;
              margin-bottom: 0 !important;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
              body #header .header-inner #nav > ul > li.nav-sep {
                position: relative;
                display: inline-block; }
                body #header .header-inner #nav > ul > li.nav-sep:after {
                  content: "";
                  height: 16px;
                  width: 1px;
                  background: #CACACA;
                  display: inline-block;
                  margin: 0 auto;
                  vertical-align: middle;
                  position: absolute;
                  top: 50%;
                  margin-top: -8px; }
                body #header .header-inner #nav > ul > li.nav-sep:hover {
                  border: none;
                  background: transparent;
                  cursor: default;
                  box-shadow: none; }
              body #header .header-inner #nav > ul > li.social {
                text-align: center;
                padding: 0 4px;
                width: auto;
                float: none;
                display: inline-block; }
                body #header .header-inner #nav > ul > li.social a {
                  display: inline-block;
                  text-align: center;
                  letter-spacing: normal; }
                  body #header .header-inner #nav > ul > li.social a i {
                    text-align: center;
                    margin: 0 auto;
                    padding: 0 4px; }
                body #header .header-inner #nav > ul > li.social:hover {
                  background: transparent;
                  border-bottom: none;
                  box-shadow: none; }
                  body #header .header-inner #nav > ul > li.social:hover a {
                    color: #401550; }
              body #header .header-inner #nav > ul > li:hover {
                box-shadow: inset 0px -2px 7px 0px rgba(0, 0, 0, 0.2);
                background: #F4F3F3;
                border-bottom: 6px solid #401550; }
                body #header .header-inner #nav > ul > li:hover a {
                  color: #000;
                  background: transparent; }
              body #header .header-inner #nav > ul > li ul {
                display: none; }
              body #header .header-inner #nav > ul > li:hover ul {
                z-index: 20000;
                margin-top: 0px;
                display: inline-block;
                background: #fff;
                background: rgba(255, 255, 255, 0.95);
                position: absolute;
                top: 60px;
                left: -20px;
                padding: 20px;
                box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
                margin-left: 0;
                margin-bottom: 10px; }
                body #header .header-inner #nav > ul > li:hover ul li {
                  display: block;
                  clear: both;
                  float: none;
                  text-align: left;
                  margin-bottom: 0px !important; }
                  body #header .header-inner #nav > ul > li:hover ul li a {
                    padding: 10px !important;
                    line-height: 25px !important;
                    margin-bottom: 0px !important; }
                    body #header .header-inner #nav > ul > li:hover ul li a:hover {
                      color: gray; }
              body #header .header-inner #nav > ul > li a {
                text-decoration: none;
                letter-spacing: .13em;
                color: #000000;
                font: 13px/70px Helvetica, sans-serif;
                text-transform: uppercase;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box; }
                body #header .header-inner #nav > ul > li a:after {
                  content: '\f107';
                  position: relative;
                  color: #000;
                  left: 3px;
                  top: -2px;
                  display: inline-block;
                  font-family: 'FontAwesome';
                  font-style: normal;
                  font-weight: normal;
                  font-size: 10px;
                  line-height: 1;
                  -webkit-font-smoothing: antialiased;
                  width: 7px; }
                body #header .header-inner #nav > ul > li a:only-child:after {
                  content: '';
                  width: 0; } }

#footer, #subfooter {
  background-color: #000000;
  font: 400 12px Helvetica, sans-serif;
  padding: 0; }

#subfooter {
  background-color: #1C1C1C;
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px; }

.footer-wrap {
  max-width: 1140px;
  margin: 0 auto;
  width: 96%; }

.footer-main {
  border-top: 1px solid #272727;
  padding: 50px 0;
  font: 400 16px Helvetica, sans-serif;
  color: #B9B9B9;
  letter-spacing: 1px;
  line-height: 28px; }
  .footer-main p {
    margin: 0; }

.footer-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: -4px;
  padding: 0 40px;
  vertical-align: top;
  position: relative; }
  .footer-col.first {
    width: 50%;
    padding-left: 0; }
  .footer-col.second {
    width: 50%;
    padding-right: 0; }
    .footer-col.second:after {
      display: none; }
  .footer-col.full {
    width: 100%;
    padding: 0 0 0 0; }
    .footer-col.full:after {
      display: none; }

.footer-subfooter .left {
  float: left; }
.footer-subfooter .right {
  float: right;
  text-align: right; }
  .footer-subfooter .right a {
    margin-left: 50px;
    text-decoration: none;
    color: #494848;
    font-size: 13px; }
    .footer-subfooter .right a:hover {
      color: #818080; }

.footer-title-wrapper .footer-logo {
  width: 250px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-left: -13px;
  margin-top: 5px;
  padding: 50px 0; }
  .footer-title-wrapper .footer-logo img {
    width: 100%;
    height: auto; }

.footer-title {
  font: 400 10px/1.2 Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase;
  display: block; }
  .footer-title.top {
    font-size: 26px;
    letter-spacing: .18em; }
  .footer-title.bottom {
    letter-spacing: .3em; }

.footer-col-title {
  font: 900 30px "Ostrich Sans", Helvetica, sans-serif;
  letter-spacing: 7.5px;
  color: white;
  display: block;
  text-transform: uppercase;
  padding-bottom: 7px; }

.footer-link-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .footer-link-list li {
    padding: 0;
    margin: 0;
    font: 400 13px/26px Helvetica, sans-serif;
    color: #494848; }
    .footer-link-list li a {
      text-decoration: none;
      color: #494848; }
      .footer-link-list li a.break {
        word-break: break-all; }
      .footer-link-list li a:hover {
        color: #818080; }

.footer-social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top: 20px; }
  .footer-social-links li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    margin-right: 10px; }
    .footer-social-links li a {
      color: #000000;
      text-decoration: none; }
      .footer-social-links li a i {
        color: #000000;
        font-size: 24px; }
      .footer-social-links li a:hover i {
        color: #818080; }

.footer-info-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 50px; }
  .footer-info-list:last-child {
    padding-bottom: 0; }
  .footer-info-list li {
    font: 400 16px Helvetica, sans-serif;
    color: #B9B9B9;
    letter-spacing: 1px;
    line-height: 28px; }
    .footer-info-list li span {
      color: #B9B9B9; }

.footer-info-list-title {
  font-weight: 700;
  color: white !important; }

.footer-signup-title {
  font-size: 13px;
  color: #494848; }

.footer-signup-form {
  padding-top: 15px; }

@media only screen and (max-width: 480px) {
  .footer-col {
    display: block;
    clear: both;
    width: 100% !important;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    padding-bottom: 20px; }
    .footer-col:after {
      display: none; }

  .footer-subfooter .left, .footer-subfooter .right {
    text-align: left;
    float: none;
    clear: both;
    padding-bottom: 20px; }
    .footer-subfooter .left a, .footer-subfooter .right a {
      margin-left: 0;
      margin-right: 50px; } }
#floater {
  display: block;
  position: fixed;
  top: 95px;
  right: 0;
  width: 75px;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: #fff;
  border: 2px solid #E9E9E9;
  z-index: 9000;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease; }
  body.closet-open #floater {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
  #floater .items {
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    background: #fff; }
  #floater .item {
    display: block;
    width: 100%;
    height: 65px;
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 2px solid #E9E9E9;
    text-align: center;
    font: 900 15px/65px "Ostrich Sans", Helvetica, sans-serif;
    letter-spacing: .05em;
    cursor: pointer;
    opacity: 1;
    z-index: 100;
    position: relative;
    -webkit-transition: opacity 0.15s, box-shadow 0.15s;
    -moz-transition: opacity 0.15s, box-shadow 0.15s;
    transition: opacity 0.15s, box-shadow 0.15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #floater .item:hover {
      box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      background: #F4F3F3; }
    #floater .item.closet img {
      width: 45px;
      height: auto;
      margin-top: 18px; }
    #floater .item:last-child {
      border-bottom: none; }
  #floater .slideout {
    width: 400px;
    position: absolute;
    top: -2px;
    left: 73px;
    height: 500px;
    padding: 20px;
    background: white;
    border: 2px solid #E9E9E9;
    overflow-y: auto; }
  #floater .slidedown {
    position: absolute;
    left: -2px;
    background: #fff;
    border: 2px solid #E9E9E9;
    width: 75px;
    z-index: 50;
    overflow: hidden;
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-property: -webkit-transform, opacity, height;
    -moz-transition-property: -moz-transform, opacity, height;
    transition-property: transform, opacity, height;
    -webkit-transition-duration: 0.15s, 0.15s, 0.15s;
    -moz-transition-duration: 0.15s, 0.15s, 0.15s;
    transition-duration: 0.15s, 0.15s, 0.15s;
    -webkit-transition-timing-function: ease, ease-out-in, ease-out-in;
    -moz-transition-timing-function: ease, ease-out-in, ease-out-in;
    transition-timing-function: ease, ease-out-in, ease-out-in; }
    #floater .slidedown a {
      display: block;
      width: 100%;
      height: 75px;
      background: red;
      color: #fff;
      text-decoration: none;
      text-align: center;
      font: 900 15px/75px "Ostrich Sans", Helvetica, sans-serif;
      letter-spacing: .05em;
      -webkit-transition: box-shadow 0.15s;
      -moz-transition: box-shadow 0.15s;
      transition: box-shadow 0.15s; }
      #floater .slidedown a:hover {
        box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.2); }
      #floater .slidedown a.facebook {
        background: #324F8E; }
      #floater .slidedown a.twitter {
        background: #15B9F6; }
      #floater .slidedown a.pinterest {
        background: #CA4A4A; }
  body.share-open #floater .slidedown {
    height: 225px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  @media only screen and (max-width: 699px) {
    #floater {
      display: none; } }

#closet-slideout-data, #closet-slideout-data #wishlistdisplay, #closet-slideout-data #wishlistdisplay .span12 {
  width: 100%;
  display: block; }

#closet-slideout-data #wishlistdisplay {
  width: 90%;
  margin: 0 !important;
  padding: 0 !important; }
  #closet-slideout-data #wishlistdisplay h2 {
    font-family: "Ostrich Sans", Helvetica, sans-serif;
    font-weight: 900;
    text-align: center;
    display: block; }
  #closet-slideout-data #wishlistdisplay .darkbutton a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 400; }
  #closet-slideout-data #wishlistdisplay a {
    color: #3b3b3b;
    font-weight: 700; }
  #closet-slideout-data #wishlistdisplay .span12 {
    margin: 0 !important;
    padding: 0 !important; }
  #closet-slideout-data #wishlistdisplay > div:nth-of-type(2) {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
    line-height: 1.4; }
  #closet-slideout-data #wishlistdisplay > div:nth-of-type(3) {
    display: none; }
  #closet-slideout-data #wishlistdisplay > div:nth-of-type(4) {
    margin-top: 20px; }
  #closet-slideout-data #wishlistdisplay * {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0; }
