/* HEADER */
.header_desktop {
  display: none; }

.top_buffer {
  background: black;
  width: 100%;
  height: 73px;
  display: block; }

.header_wrap {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6); }
  .header_wrap .logo {
    max-width: 30%;
    min-width: 200px;
    margin: 10px; }
  .header_wrap .bars {
    margin: 20px 20px 0 0;
    color: white;
    position: fixed;
    right: 0;
    cursor: pointer; }
    .header_wrap .bars p {
      float: left;
      text-decoration: none;
      font-size: 1.3em;
      letter-spacing: 1px;
      margin-right: 20px; }

.slideout-menu {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  background: #222222;
  z-index: 100; }
  .slideout-menu p {
    color: white;
    margin: 30px 0 0 16px; }
  .slideout-menu .nav_main {
    list-style: none; }
    .slideout-menu .nav_main li {
      padding-left: 16px;
      cursor: pointer; }
      .slideout-menu .nav_main li a {
        position: relative;
        display: block;
        color: white;
        font-size: 1.4em;
        line-height: 2.8em;
        text-decoration: none;
        font-family: "Raleway", sans-serif; }
  .slideout-menu .close {
    position: relative;
    height: 50px; }
  .slideout-menu .slideout-menu-toggle {
    position: absolute;
    top: 12px;
    right: 10px;
    padding: 6px 9px 5px;
    line-height: 1;
    color: white; }
  .slideout-menu .social_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    margin-left: 4px; }
    .slideout-menu .social_nav li {
      padding: 0 12px;
      display: inline; }
      .slideout-menu .social_nav li a {
        display: inline-block;
        color: white;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .slideout-menu .social_nav li a:hover {
          opacity: 0.7; }

@media (min-width: 550px) {
  .top_buffer {
    display: none; }

  .header_wrap {
    display: none; }

  .header_desktop {
    display: block;
    position: absolute;
    width: 100%; }
    .header_desktop .row {
      text-align: center; }
    .header_desktop ul {
      border-bottom: 1px solid white;
      list-style: none;
      margin: 0 auto;
      padding: 0;
      text-align: center;
      width: 95%;
      margin-top: 10px; }
      .header_desktop ul li {
        display: inline;
        padding: 0 1.4%; }
        .header_desktop ul li a {
          display: inline-block;
          font-family: "Raleway", sans-serif;
          font-size: 1.1em;
          line-height: 50px;
          color: white;
          border-top: 1px solid rgba(255, 255, 255, 0);
          text-decoration: none;
          text-transform: uppercase;
          cursor: pointer;
          text-shadow: 3px 3px 10px black; }
          .header_desktop ul li a:hover {
            border-top: 1px solid white;
            cursor: pointer; }
        .header_desktop ul li .actives {
          border-top: 1px solid white; }
    .header_desktop .logo_wrap {
      max-width: 95%;
      margin: auto;
      text-align: right; }
      .header_desktop .logo_wrap img {
        max-width: 45%;
        margin-top: 10px; } }
@media (min-width: 750px) {
  .header_desktop ul {
    width: 740px; }
    .header_desktop ul li {
      padding: 0 4%; }
  .header_desktop .logo_wrap {
    max-width: 740px; } }
.actives {
  border-top: 1px solid white; }

/* FOOTER */
.down-parent {
  position: relative; }

.down {
  padding-top: 0px;
  text-align: center;
  text-decoration: none;
  color: white;
  position: fixed;
  bottom: 10px;
  right: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .down .down_arrow {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: black;
    margin-left: 30px; }
    .down .down_arrow .fa {
      color: white;
      margin-top: 14px; }

.up-parent {
  position: relative; }

.up {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding-top: 0px;
  text-align: center;
  background: black;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  bottom: 100px;
  right: 46px;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .up .fa {
    color: white;
    margin-top: 12px; }

.footer_wrap {
  background: black;
  text-align: center;
  padding: 40px 0; }
  .footer_wrap .row p {
    color: white;
    font-size: 11px; }
  .footer_wrap .row #nav_footer {
    margin-top: 30px; }
    .footer_wrap .row #nav_footer ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center; }
      .footer_wrap .row #nav_footer ul li {
        padding: 0 12px;
        display: inline; }
        .footer_wrap .row #nav_footer ul li a {
          display: inline-block;
          color: white;
          cursor: pointer;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .footer_wrap .row #nav_footer ul li a:hover {
            opacity: 0.7; }
  .footer_wrap .row .cf_logo img {
    margin-top: 30px; }

@media (max-width: 550px) {
  .footer_wrap .row #nav_footer {
    margin-top: 0;
    float: right;
    position: relative;
    left: -50%;
    text-align: left; }
    .footer_wrap .row #nav_footer ul {
      position: relative;
      left: 50%;
      margin-top: 5px; }
  .footer_wrap .row .cf_logo img {
    float: none;
    margin-top: 2px;
    margin-bottom: 10px; } }

/*# sourceMappingURL=includes.css.map */
