@charset "UTF-8";
/*
Theme Name: Magenta Skateboards
Theme URI: http://www.davidrobert.fr
Description: Thème Wordpress de Magenta Skateboards
Author: David Robert
Author URI: http://www.davidrobert.fr
Version:1.00
*/
/*=============================================
=            Imports sass base files part 1         =
=============================================*/
/*
* Partial sass file for variables, mixins and functions
*/
/** 
* 
* ===================================================================================================================
* =
* =				COLORS
* =
* ===================================================================================================================
*
*/
/** 
* 
* ===================================================================================================================
* =
* =				FONT COLORS
* =
* ===================================================================================================================
*
*/
/** 
* 
* ===================================================================================================================
* =
* =				FONT SIZE
* =
* ===================================================================================================================
*
*/
/** 
* 
* ===================================================================================================================
* =
* =				FONTS
* =
* ===================================================================================================================
*
*/
/** 
* 
* ===================================================================================================================
* =
* =				MARGINS - PADDINGS
* =
* ===================================================================================================================
*
*/
/** 
* 
* ===================================================================================================================
* =
* =				MIXINS
* =
* ===================================================================================================================
*
*/
/*
* Partial sass file for bootstrap navbar
*/
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/*=============================================
=            Imports grids boostrap before reset        =
=============================================*/
/*
* Partial sass file for bootstrap's grid
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

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

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

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

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

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

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

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

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

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

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

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

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

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

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

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

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

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

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

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

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

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

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

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

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*=============================================
=            Imports sass base files part 2          =
=============================================*/
/*
* Partial sass file for reset styles
*/
/*! normalize.css v3.0.3 + fontsize 100% + border box */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 100%;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

h2 {
  font-weight: inherit;
}

/*===========================================
=            reset navbar styles            =
===========================================*/
.navbar-default {
  background-color: inherit;
  border-color: initial;
}

.navbar {
  position: initial;
  min-height: initial;
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
  color: inherit;
}

/*
* Partial sass file for helpers classes
*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.img-responsive, .img-responsive > img {
  display: block;
  width: 100%;
  height: auto;
}

/*=============================================
=            Vertical Align            =
=============================================*/
.v-align-parent {
  display: table;
  height: 100%;
}

.v-align {
  display: table-cell;
  vertical-align: middle;
}

/*=============================================
=           Layout            =
=============================================*/
.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.abs-center {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.abs-center-hor {
  left: 50%;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

/*=============================================
=           Font Style            =
=============================================*/
.uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-underline {
  text-decoration: underline;
}

.bold, .bold > p {
  font-weight: bold;
}

.light, .light > p {
  font-weight: lighter;
}

.wp-caption-text {
  font-size: 0.8em;
  display: inline-block;
  color: #595959;
}

.no-decoration {
  text-decoration: none;
}

/*===============================
=            Display            =
===============================*/
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-iblock {
  display: inline-block;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.o-hidden {
  overflow: hidden;
}

.stick-bottom {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  padding-bottom: 30px;
}

.shadow--s {
  box-shadow: 0 -3px 3px -3px #d7d2cc;
}

/*===============================
=            alignment            =
===============================*/
.center-block, .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

/*===============================
=            margins & paddings            =
===============================*/
.margin-top--m {
  margin-top: 30px;
}

.margin-vert--m {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-vert--s {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-top--sm {
  margin-top: 15px;
}

.margin-vert--l {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-vert--xl {
  margin-top: 80px;
  margin-bottom: 80px;
}

.margin-bottom--null {
  margin-bottom: 0px;
}

.margin-top--null {
  margin-top: 0px;
}

.margin-vert--null {
  margin-top: 0px;
  margin-bottom: 0px;
}

.margin-vert--sm {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-vert--xs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.padding-vert--m {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-top--m {
  padding-top: 30px;
}

.padding-left--s {
  padding-left: 10px;
}

.color--lightgrey {
  color: #ddd;
}

.letter-space--l {
  letter-spacing: 1.3px;
}

/*===============================
=            background colors  =
===============================*/
.bg-color--primary {
  background-color: #fff;
}

/*===============================
=            borders           =
===============================*/
.border-color--third {
  border: 1px solid #d7d2cc;
}

/*===============================
=            cursor           =
===============================*/
.pointer:hover {
  cursor: pointer;
}

/*=============================================
=            Imports sass modules files       =
=============================================*/
/*
* Partial sass file for typography and fonts styles
*/
/*=============================================
=            Font face						    =
=============================================*/
@font-face {
  font-family: 'bebasregular';
  src: url("fonts/bebas/bebas___-webfont.eot");
  src: url("fonts/bebas/bebas___-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebas/bebas___-webfont.woff2") format("woff2"), url("fonts/bebas/bebas___-webfont.woff") format("woff"), url("fonts/bebas/bebas___-webfont.ttf") format("truetype"), url("fonts/bebas/bebas___-webfont.svg#bebasregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url("fonts/Calibri/Calibri.eot?#iefix") format("embedded-opentype"), url("fonts/Calibri/Calibri.woff") format("woff"), url("fonts/Calibri/Calibri.ttf") format("truetype"), url("fonts/Calibri/Calibri.svg#Calibri") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri-Bold';
  src: url("fonts/Calibri-Bold/Calibri-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Calibri-Bold/Calibri-Bold.woff") format("woff"), url("fonts/Calibri-Bold/Calibri-Bold.ttf") format("truetype"), url("fonts/Calibri-Bold/Calibri-Bold.svg#Calibri-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*=============================================
=            Fonts 						    =
=============================================*/
body {
  font-family: "Calibri", Arial, sans-serif;
  letter-spacing: 0.3px;
}

.font-primary-bold {
  font-family: "Calibri-Bold", Arial, sans-serif;
  font-weight: bolder;
}

.font-secondary {
  font-family: Courier, "Courier New", "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.font-third {
  font-family: helvetica, Arial, sans-serif;
}

/*=============================================
=            Font colors 						    =
=============================================*/
* {
  color: #020202;
}

.font-color-secondary {
  color: Courier, "Courier New", "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.font-color-third {
  color: #b9b0aa;
}

.font-color-fourth {
  color: #41697b;
}

.font-color-fifth {
  color: grey;
}

.font-color-sixth {
  color: #7A2530;
}

/*=============================================
=            Font size        			    =
=============================================*/
body {
  font-size: 1em;
}

.font-size__m {
  font-size: 1em;
}

.font-size__ml {
  font-size: 1.1em;
}

.font__l {
  font-size: 1.5em;
}

.font__s {
  font-size: 0.8em;
}

.font__sm {
  font-size: 0.9em;
}

.font__xs {
  font-size: 0.7em;
}

.font-size__m-fix {
  font-size: 13px;
}

/*=============================================
=           links style                      =
=============================================*/
article a {
  text-decoration: underline;
}

/*
* Partial sass file for images styles
*/
/*=============================================
=            Background image front page           =
=============================================*/
.bg-image--blog {
  background-image: url(images/bg-img/normal/blog-front.png);
  background-size: 210px;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-transition: all, 0.5s, ease;
  -moz-transition: all, 0.5s, ease;
  -ms-transition: all, 0.5s, ease;
  -o-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease;
}

.bg-image--shop {
  background-image: url(images/bg-img/normal/shop-front.png);
  background-size: 180px;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-transition: all, 0.5s, ease;
  -moz-transition: all, 0.5s, ease;
  -ms-transition: all, 0.5s, ease;
  -o-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease;
}

.bg-image--watch {
  background-image: url(images/bg-img/normal/watch-front.png);
  background-size: 275px;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-transition: all, 0.5s, ease;
  -moz-transition: all, 0.5s, ease;
  -ms-transition: all, 0.5s, ease;
  -o-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease;
}

.bg-image--crew {
  background-image: url(images/bg-img/normal/crew-front.png);
  background-size: 260px;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-transition: all, 0.5s, ease;
  -moz-transition: all, 0.5s, ease;
  -ms-transition: all, 0.5s, ease;
  -o-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease;
}

.bg-image--blog:hover, .front-blog--is-hover:hover .bg-image--blog {
  opacity: 0.4;
}

.bg-image--shop:hover, .front-shop--is-hover:hover .bg-image--shop {
  opacity: 0.4;
}

.bg-image--watch:hover, .front-watch--is-hover:hover .bg-image--watch {
  opacity: 0.4;
}

.bg-image--crew:hover, .front-crew--is-hover:hover .bg-image--crew {
  opacity: 0.4;
}

/*=============================================
=            Background image blog           =
=============================================*/
.bg-image--logo-header {
  background-image: url(images/bg-img/normal/shop-front.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
}

.bg-image--page-crew {
  background-image: url(images/bg-img/normal/crew-page.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 60%;
  height: 100%;
}

/*
* Partial sass file for buttons
*/
/*
* Partial sass file for navbar
*/
.navbar-default {
  border-bottom: 1px solid #d7d2cc;
}

.nav > li > a {
  padding: 10px 4px;
}

.navbar-collapse {
  padding-left: 0px;
}

/*=============================================
=            Imports sass layout files        =
=============================================*/
/*
* Partial sass file for layout styles
*/
/** 
* 
* ===================================================================================================================
* =
* =				GLOBAL LAYOUT
* =
* ===================================================================================================================
*
*/
html, body {
  height: 100%;
}

/** 
* 
* ===================================================================================================================
* =
* =				FRONT PAGE LAYOUT
* =
* ===================================================================================================================
*
*/
.home {
  height: 100vh;
}

.l-logos-container {
  height: 200px;
}

/** 
* 
* ===================================================================================================================
* =
* =				BLOG LAYOUT
* =
* ===================================================================================================================
*
*/
.l-logo-header {
  height: 130px;
}

.padding-search-button {
  padding-bottom: 2px;
  padding-top: 2px;
}

.l-search {
  height: 1em;
}

/*
* Partial sass file for mobile styles
*/
/*=============================================
=            Retina            =
=============================================*/
@media (min-resolution: 1.5dppx), (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2) {
  .bg-image--blog {
    background-image: url(images/bg-img/retina/blog-front.png);
    background-size: 210px;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
  }

  .bg-image--shop {
    background-image: url(images/bg-img/retina/shop-front.png);
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
  }

  .bg-image--watch {
    background-image: url(images/bg-img/retina/watch-front.png);
    background-size: 275px;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
  }

  .bg-image--crew {
    background-image: url(images/bg-img/retina/crew-front.png);
    background-size: 260px;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
  }

  .bg-image--blog:hover {
    opacity: 0.4;
  }

  .bg-image--shop:hover {
    opacity: 0.4;
  }

  .bg-image--watch:hover {
    opacity: 0.4;
  }

  .bg-image--crew:hover {
    opacity: 0.4;
  }
}
/*=============================================
=            WP image attachment content            =
=============================================*/
@media (max-width: 768px) {
  .wp-caption, .wp-caption img {
    display: block;
    width: 100% !important;
    height: auto;
  }
}
/*=============================================
=            normalize H1 active item custom walker           =
=============================================*/
@media (min-width: 768px) {
  .navbar-nav > li > h1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .navbar-nav {
    padding-left: 30px !important;
  }
}
@media (max-width: 990px) {
  .bg-image--blog {
    opacity: 0.4;
  }

  .bg-image--shop {
    opacity: 0.4;
  }

  .bg-image--watch {
    opacity: 0.4;
  }

  .bg-image--crew {
    opacity: 0.4;
  }

  .bg-image--blog {
    background-image: url(images/bg-img/normal/blog-front.png);
    background-size: 200px;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
  }

  .bg-image--shop {
    background-image: url(images/bg-img/normal/shop-front.png);
    background-size: 150px;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
  }

  .bg-image--watch {
    background-image: url(images/bg-img/normal/watch-front.png);
    background-size: 250px;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
  }

  .bg-image--crew {
    background-image: url(images/bg-img/normal/crew-front.png);
    background-size: 230px;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
    margin-bottom: 50px;
  }

  .l-logos-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .l-logos-container .d-none {
    display: block;
  }

  .home {
    overflow: scroll !important;
  }
}
/*=============================================
=            Imports sass pages files        =
=============================================*/
/*
* Partial sass file for global pages styles
*/
body {
  background-color: #fff;
}

/*=============================================
=            normalize styles H1 custom walker menu            =
=============================================*/
.navbar-default .navbar-nav > li > h1 {
  color: inherit;
}

.nav > li > h1 {
  padding: 10px 4px;
}

.navbar-nav > li > h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.nav > li > h1 {
  position: relative;
  display: block;
}

.nav > li > h1 > a {
  text-decoration: none;
}

/*=============================================
=            infinite scroll loader            =
=============================================*/
.loader img {
  width: 22px;
}

#menu-top-menu li {
  color: #707070;
}

.current-menu-item a, .current_page_item a {
  font-weight: normal;
  color: #020202;
}

/*=============================================
=            footer form            =
=============================================*/
.field-wrap, #ninja_forms_required_items {
  margin-bottom: 3px;
}

.ninja_forms_form_5_all_fields_wrap {
  display: inline-block !important;
}

#nf_submit_5 input {
  background: white;
  border: 1px solid grey;
  padding-top: 6px;
  padding-bottom: 2px;
  font-size: 0.8em;
}

#ninja_forms_field_6_div_wrap {
  margin-bottom: 0px;
}

#ninja_forms_field_6_div_wrap, #ninja_forms_field_7_div_wrap {
  display: inline-block;
}

#ninja_forms_field_7_div_wrap {
  margin-bottom: 0px;
}

.credentials-layout {
  margin-bottom: 5px;
  margin-top: 2px;
}

body {
  background-color: #FFFEFE;
}

/*
* Partial sass file for front page styles
*/
.l-front-page {
  height: calc(100% - 4em);
}

.home {
  overflow: hidden;
}

/*=============================================
=            Hover icons            =
=============================================*/
.abs-center--front {
  top: 56%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.front-blog--is-hover:hover > .d-none {
  display: block;
}

.front-shop--is-hover:hover > .d-none {
  display: block;
}

.front-watch--is-hover:hover > .d-none {
  display: block;
}

.front-crew--is-hover:hover > .d-none {
  display: block;
}

.front-crew--is-hover p {
  left: 47%;
}

.front-watch--is-hover p {
  left: 46%;
}

.front-shop--is-hover p {
  left: 51%;
}

/*
* Partial sass file for blog pages styles
*/
/*=============================================
=            Pagination            =
=============================================*/
.page-numbers.current {
  text-decoration: underline;
}

/*
* Partial sass file for watch pages styles
*/
/*=============================================
=            hover videos            =
=============================================*/
.watch--is-hover:hover > .d-none {
  display: block;
}

.wrapper-overlay--col {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  top: 0;
}

.overlay--white {
  background: #fff;
  opacity: 0.4;
  height: 100%;
}

.bg-image--videos {
  display: block;
  text-indent: -10000px;
  height: 64px;
  width: 64px;
  background-image: url('images/sprites/elements-s4c8aca954b.png');
  background-position: 0 -64px;
  background-repeat: no-repeat;
  background-position: 0 -64px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .bg-image--videos {
    background-image: url('images/sprites-retina/elements-sb7fa751fc6.png');
    background-position: 0 -64px;
    -moz-background-size: 64px auto;
    -o-background-size: 64px auto;
    -webkit-background-size: 64px auto;
    background-size: 64px auto;
  }
}

/*=============================================
=            hover photos            =
=============================================*/
.bg-image--photos {
  display: block;
  text-indent: -10000px;
  height: 64px;
  width: 64px;
  background-image: url('images/sprites/elements-s4c8aca954b.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .bg-image--photos {
    background-image: url('images/sprites-retina/elements-sb7fa751fc6.png');
    background-position: 0 0;
    -moz-background-size: 64px auto;
    -o-background-size: 64px auto;
    -webkit-background-size: 64px auto;
    background-size: 64px auto;
  }
}

/*=============================================
=            Featherligh custom            =
=============================================*/
.featherlight .featherlight-content {
  background: #000;
  box-shadow: 0px 0px 20px 4px #000000;
}

.featherlight .featherlight-close-icon {
  color: #fff;
  background-color: #000;
}

.featherlight:last-of-type {
  background: rgba(221, 221, 221, 0.6);
}

/*
* Partial sass file for crew page styles
*/
.menu-crew-menu-container {
  margin-right: -50px;
}

.l-bg-crew {
  height: 100%;
}

.l-links--vivien {
  top: 41%;
  right: 40%;
}

.l-links--soy {
  top: 44%;
  right: 20%;
}

.l-links--jimmy {
  top: 41%;
  left: 38%;
}

.l-links--leo {
  top: 25%;
  left: 55%;
}

.l-links--glen {
  top: 50%;
  right: 50%;
}

.l-links--ben {
  top: 10%;
  right: 25%;
}

.l-links--zach {
  top: 75%;
  right: 45%;
}

.l-links--koichiro {
  top: 90%;
  right: 10%;
}
