/* BASICS                                                                                        BASICS */
/* ---------------------------------------------------------------------------------------------------- */
/* XXS COLUMNS                                                                              XXS COLUMNS */
/* ---------------------------------------------------------------------------------------------------- */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left; }

@media screen and (max-width: 480px) {
  .col-xxs-pull-12 {
    right: 100%; }

  .col-xxs-pull-11 {
    right: 91.66666667%; }

  .col-xxs-pull-10 {
    right: 83.33333333%; }

  .col-xxs-pull-9 {
    right: 75%; }

  .col-xxs-pull-8 {
    right: 66.66666667%; }

  .col-xxs-pull-7 {
    right: 58.33333333%; }

  .col-xxs-pull-6 {
    right: 50%; }

  .col-xxs-pull-5 {
    right: 41.66666667%; }

  .col-xxs-pull-4 {
    right: 33.33333333%; }

  .col-xxs-pull-3 {
    right: 25%; }

  .col-xxs-pull-2 {
    right: 16.66666667%; }

  .col-xxs-pull-1 {
    right: 8.33333333%; }

  .col-xxs-pull-0 {
    right: auto; }

  .col-xxs-push-12 {
    left: 100%; }

  .col-xxs-push-11 {
    left: 91.66666667%; }

  .col-xxs-push-10 {
    left: 83.33333333%; }

  .col-xxs-push-9 {
    left: 75%; }

  .col-xxs-push-8 {
    left: 66.66666667%; }

  .col-xxs-push-7 {
    left: 58.33333333%; }

  .col-xxs-push-6 {
    left: 50%; }

  .col-xxs-push-5 {
    left: 41.66666667%; }

  .col-xxs-push-4 {
    left: 33.33333333%; }

  .col-xxs-push-3 {
    left: 25%; }

  .col-xxs-push-2 {
    left: 16.66666667%; }

  .col-xxs-push-1 {
    left: 8.33333333%; }

  .col-xxs-push-0 {
    left: auto; }

  .col-xxs-offset-12 {
    margin-left: 100%; }

  .col-xxs-offset-11 {
    margin-left: 91.66666667%; }

  .col-xxs-offset-10 {
    margin-left: 83.33333333%; }

  .col-xxs-offset-9 {
    margin-left: 75%; }

  .col-xxs-offset-8 {
    margin-left: 66.66666667%; }

  .col-xxs-offset-7 {
    margin-left: 58.33333333%; }

  .col-xxs-offset-6 {
    margin-left: 50%; }

  .col-xxs-offset-5 {
    margin-left: 41.66666667%; }

  .col-xxs-offset-4 {
    margin-left: 33.33333333%; }

  .col-xxs-offset-3 {
    margin-left: 25%; }

  .col-xxs-offset-2 {
    margin-left: 16.66666667%; }

  .col-xxs-offset-1 {
    margin-left: 8.33333333%; }

  .col-xxs-offset-0 {
    margin-left: 0; }

  .col-xxs-1 {
    width: 8.33333333%; }

  .col-xxs-2 {
    width: 16.66666667%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-4 {
    width: 33.33333333%; }

  .col-xxs-5 {
    width: 41.66666667%; }

  .col-xxs-6 {
    width: 50%; }

  .col-xxs-7 {
    width: 58.33333333%; }

  .col-xxs-8 {
    width: 66.66666667%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-10 {
    width: 83.33333333%; }

  .col-xxs-11 {
    width: 91.66666667%; }

  .col-xxs-12 {
    width: 100%; } }
/* RESPONSIVE ALIGNMENT                                                            RESPONSIVE ALIGNMENT */
/* ---------------------------------------------------------------------------------------------------- */
.visible-xxs {
  display: none; }

@media (max-width: 480px) {
  .visible-xxs {
    display: inherit; }

  .hidden-xxs {
    display: none; } }
/* RESPONSIVE ALIGNMENT                                                            RESPONSIVE ALIGNMENT */
/* ---------------------------------------------------------------------------------------------------- */
.text-xxs-left {
  text-align: left; }

.text-xxs-right {
  text-align: right; }

.text-xxs-center {
  text-align: center; }

.text-xxs-justify {
  text-align: justify; }

@media (min-width: 481px) {
  .text-xs-left {
    text-align: left; }

  .text-xs-right {
    text-align: right; }

  .text-xs-center {
    text-align: center; }

  .text-xs-justify {
    text-align: justify; } }
@media (min-width: 769px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; }

  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 993px) {
  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-center {
    text-align: center; }

  .text-md-justify {
    text-align: justify; } }
@media (min-width: 1201px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-right {
    text-align: right; }

  .text-lg-center {
    text-align: center; }

  .text-lg-justify {
    text-align: justify; } }
/* COLORS                                                                                        COLORS */
/* ---------------------------------------------------------------------------------------------------- */
/* DIMENSIONS                                                                                DIMENSIONS */
/* ---------------------------------------------------------------------------------------------------- */
/* FONTS                                                                                          FONTS */
/* ---------------------------------------------------------------------------------------------------- */
/* SHAPES                                                                                        SHAPES */
/* ---------------------------------------------------------------------------------------------------- */
/* AJAX                                                                                            AJAX */
/* ---------------------------------------------------------------------------------------------------- */
.form-base .waiting, .form-base .form-ok, .form-base .form-not-ok {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  display: none; }
  .form-base .waiting .spinner, .form-base .form-ok .spinner, .form-base .form-not-ok .spinner {
    display: inline-block;
    border-bottom: 8px solid rgba(20, 56, 89, 0.1);
    border-left: 8px solid rgba(20, 56, 89, 0.1);
    border-right: 8px solid rgba(20, 56, 89, 0.1);
    border-top: 8px solid #143859;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    -webkit-animation: rot .4s infinite linear;
            animation: rot .4s infinite linear;
    position: relative; }
    .form-base .waiting .spinner.white, .form-base .form-ok .spinner.white, .form-base .form-not-ok .spinner.white {
      border-bottom: 8px solid rgba(255, 255, 255, 0.1);
      border-left: 8px solid rgba(255, 255, 255, 0.1);
      border-right: 8px solid rgba(255, 255, 255, 0.1);
      border-top: 8px solid white; }
@-webkit-keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
@keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
/* FORMS                                                                                          FORMS */
/* ---------------------------------------------------------------------------------------------------- */
.form-base {
  margin-top: 0;
  margin-bottom: 0;
  position: relative; }

form {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: -10px; }
  form .form-control {
    border-radius: 0;
    background-clip: padding-box; }
    form .form-control:active, form .form-control:focus {
      outline: none;
      border: none;
      border: 1px solid #143859;
      -webkit-box-shadow: 0 0 3px rgba(20, 56, 89, 0.7) ;
      box-shadow: 0 0 3px rgba(20, 56, 89, 0.7) ; }
  form .form-group {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0; }
    form .form-group label, form .form-group .control-label {
      margin-bottom: 0;
      padding-left: 3px; }
    form .form-group.required .control-label:after {
      position: absolute;
      top: -4px;
      margin-left: 4px;
      font-family: 'Arial', 'Helvetica', sans-serif;
      font-size: 18px;
      font-weight: bold;
      content: "*";
      color: red; }
    form .form-group .text-danger {
      margin: 0 11px;
      padding: 2px 10px;
      font-size: 14px;
      color: #aa0000;
      background-color: #ffc4c4;
      border-radius: 0 0 5px 5px;
      background-clip: padding-box; }
    form .form-group.rrequired {
      height: 0 !important;
      margin: 0 !important;
      overflow: hidden; }
  form .form-buttons {
    margin-top: 20px;
    margin-bottom: 0; }

/* ALERTS                                                                                        ALERTS */
/* ---------------------------------------------------------------------------------------------------- */
.alert {
  margin-bottom: 0;
  border-radius: 3px;
  background-clip: padding-box; }

/* BODY                                                                                            BODY */
/* ---------------------------------------------------------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  color: #222;
  background-color: #fff; }

a {
  color: #143859;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #e61d2d; }
  h1::after {
    content: ' ';
    display: block;
    width: 100px;
    margin-top: 8px;
    border-top: 4px solid #143859; }

h2, h3, h4 {
  margin-top: 60px;
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
  color: #e61d2d; }

h2 {
  fonty-size: 28px; }
  h2::after {
    content: ' ';
    display: block;
    width: 100px;
    margin-top: 8px;
    border-top: 2px solid #e61d2d; }

p {
  margin-top: 20px;
  margin-bottom: 0; }

hr {
  margin-top: 20px;
  margin-bottom: 0; }

ul {
  margin-top: 20px;
  margin-bottom: 0; }

/* STYLES                                                                                        STYLES */
/* ---------------------------------------------------------------------------------------------------- */
.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* BOOTSTRAP SITE WIDTH                                                            BOOTSTRAP SITE WIDTH */
/* ---------------------------------------------------------------------------------------------------- */
@media (min-width: 1570px) {
  .container {
    width: 1530px; } }
/*
	@media (min-width: 991px) and (max-width: $max-site-width + 50px) {

		.container {
			width: 1170px;
		}

	}

	@media (max-width: 991px) {

		.container {
			width: 767px;
		}

	}
*/
/* BUTTONS                                                                                      BUTTONS */
/* ---------------------------------------------------------------------------------------------------- */
.btn {
  position: relative;
  border: none;
  text-shadow: none;
  white-space: inherit;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) ;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) ;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn i {
    position: relative;
    left: 5px;
    top: 1px;
    font-size: 18px; }
  .btn:hover, .btn:focus, .btn:active, .btn.disabled, .btn[disabled] {
    border: none;
    outline: 0; }

.btn-md {
  padding: 6px 25px;
  font-size: 17px; }
  .btn-md.icon-right {
    padding-right: 25px; }
    .btn-md.icon-right i {
      position: relative;
      left: 5px;
      top: 1px; }

.btn-sm {
  margin-top: 3px;
  padding: 3px 15px; }
  .btn-sm.icon-right {
    padding-right: 22px; }
    .btn-sm.icon-right i {
      position: relative;
      right: 1px;
      top: 1px;
      font-size: 15px;
      line-height: 0; }

.btn-primary {
  color: #fff;
  background-color: #e61d2d; }
  .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #8d101a; }
  .btn-primary:hover {
    color: #fff;
    background-color: #8d101a; }

.btn-primary-soft {
  color: #143859;
  background-color: rgba(20, 56, 89, 0.15); }
  .btn-primary-soft:focus, .btn-primary-soft:active {
    color: #143859;
    background-color: rgba(20, 56, 89, 0.15); }
  .btn-primary-soft:hover {
    color: #fff;
    background-color: #143859; }

.btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* MODALS                                                                                        MODALS */
/* ---------------------------------------------------------------------------------------------------- */
.modal-backdrop {
  z-index: 100000 !important; }

.modal-open .modal {
  z-index: 100100 !important; }

.modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  background-clip: padding-box; }
  .modal-dialog .modal-content .modal-header {
    padding: 8px 15px; }
    .modal-dialog .modal-content .modal-header .close {
      margin-top: 1px;
      margin-right: -8px;
      padding: 1px 10px; }

/* PARTS                                                                                          PARTS */
/* ---------------------------------------------------------------------------------------------------- */
/* HEADER                                                                                        HEADER */
/* ---------------------------------------------------------------------------------------------------- */
#full-header {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ; }
  #full-header .top-bar {
    padding: 1rem 0;
    color: #fff;
    background-color: #143859; }
    #full-header .top-bar .languages {
      position: relative;
      top: 0px;
      margin-top: 3px;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #full-header .top-bar .languages li {
        display: inline-block; }
        #full-header .top-bar .languages li a {
          margin-left: 0;
          padding: 5px;
          color: rgba(255, 255, 255, 0.6);
          border-radius: 3px;
          background-clip: padding-box; }
          #full-header .top-bar .languages li a:hover, #full-header .top-bar .languages li a:focus, #full-header .top-bar .languages li a:active {
            text-decoration: none;
            background-color: rgba(255, 255, 255, 0.3); }
        #full-header .top-bar .languages li.current a {
          color: #fff; }
  #full-header .header {
    padding: 30px 15px;
    color: #0073c6;
    background-color: #fff;
    border: none; }
    #full-header .header .logo {
      height: 100px;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  #full-header .with-menu {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/* ON SCROLL                                                                                  ON SCROLL */
/* ---------------------------------------------------------------------------------------------------- */
#full-header.scroll-class {
  top: -46px; }
  #full-header.scroll-class .header .logo {
    height: 50px; }
  #full-header.scroll-class .header.with-menu {
    padding: 0; }
    #full-header.scroll-class .header.with-menu .logo {
      margin-top: 15px;
      margin-bottom: 15px;
      height: 50px; }
    #full-header.scroll-class .header.with-menu .nav-cell .languages {
      opacity: 0;
      filter: alpha(opacity=0);
      top: -60px;
      overflow: hidden; }

/* ON MOBILE                                                                                  ON MOBILE */
/* ---------------------------------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  #full-header .header .container {
    width: 100%; }
    #full-header .header .container .nav-cell {
      text-align: center; }
      #full-header .header .container .nav-cell .nav-row {
        float: none;
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto; }

  #full-header.scroll-class .header .container .nav-cell .nav-row {
    margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  #full-header .header .lang-row {
    position: inherit; }
    #full-header .header .lang-row .languages {
      position: absolute;
      top: 5px;
      right: 10px; }
      #full-header .header .lang-row .languages li a {
        margin-left: 3px;
        padding: 3px;
        font-size: 11px; } }
@media only screen and (max-width: 768px) {
  #full-header .header.with-menu {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0; }
    #full-header .header.with-menu .container .nav-cell {
      text-align: left; }
      #full-header .header.with-menu .container .nav-cell .nav-row {
        margin-bottom: 0; }

  #full-header.scroll-class .container .nav-cell .nav-row {
    margin-top: 0; } }
@media only screen and (max-width: 360px) {
  #full-header .top-bar .top-bar-logo {
    width: 100%; } }
@media only screen and (max-width: 400px) {
  #full-header .header {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #full-header .header .logo {
      height: 50px; }

  #full-header.scroll-class .header {
    padding: 0; }
    #full-header.scroll-class .header .logo {
      height: 50px; }
    #full-header.scroll-class .header.with-menu .logo-area {
      height: 0;
      margin-top: -2px; }
      #full-header.scroll-class .header.with-menu .logo-area .logo {
        height: 0; } }
/* NAVIGATION                                                                                NAVIGATION */
/* ---------------------------------------------------------------------------------------------------- */
.navbar {
  margin-bottom: 0;
  background-color: #143859;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ; }
  .navbar #navbar {
    padding-right: 0;
    padding-left: 0; }
    .navbar #navbar .navbar-nav li a {
      color: #fff; }
      .navbar #navbar .navbar-nav li a.dropdown-toggle::after {
        position: relative;
        display: inline-block;
        top: -1px;
        margin-left: 10px;
        font-family: 'Ionicons';
        font-size: 10px;
        content: '\f123';
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .navbar #navbar .navbar-nav li a:focus, .navbar #navbar .navbar-nav li a:active {
        background-color: transparent; }
      .navbar #navbar .navbar-nav li a:hover {
        background-color: rgba(255, 255, 255, 0.3); }
    .navbar #navbar .navbar-nav li.open a.dropdown-toggle::after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .navbar #navbar .navbar-nav .dropdown-menu {
      background-color: #143859;
      border: none;
      border-radius: 0;
      background-clip: padding-box;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ; }
  .navbar .navbar-header .navbar-toggle {
    position: relative;
    float: none;
    margin: 0;
    padding: 5px 20px;
    border: none;
    overflow: hidden;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .navbar .navbar-header .navbar-toggle i {
      font-size: 39px;
      line-height: 0;
      color: #fff; }
    .navbar .navbar-header .navbar-toggle:hover, .navbar .navbar-header .navbar-toggle:active {
      background-color: rgba(255, 255, 255, 0.3); }

/* NAVIGATION IN HEADER                                                            NAVIGATION IN HEADER */
/* ---------------------------------------------------------------------------------------------------- */
.nav-cell .nav-row {
  display: inline-block;
  float: right;
  margin-top: 73px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.nav-cell .navbar-header {
  margin-bottom: -1px;
  border: none;
  border-radius: 0;
  background-clip: padding-box; }
  .nav-cell .navbar-header #navbar {
    padding-right: 0;
    padding-left: 0; }
    .nav-cell .navbar-header #navbar .navbar-nav {
      margin: 0; }
      .nav-cell .navbar-header #navbar .navbar-nav li a {
        margin: 0 0 0 30px;
        padding: 3px 5px;
        font-size: 15px;
        text-transform: uppercase;
        color: #143859; }
        .nav-cell .navbar-header #navbar .navbar-nav li a.dropdown-toggle::after {
          position: relative;
          display: inline-block;
          top: -1px;
          margin-left: 10px;
          font-family: 'Ionicons';
          font-size: 10px;
          content: '\f123';
          -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        .nav-cell .navbar-header #navbar .navbar-nav li a:hover, .nav-cell .navbar-header #navbar .navbar-nav li a:focus, .nav-cell .navbar-header #navbar .navbar-nav li a:active {
          background-color: rgba(0, 0, 0, 0.1); }
      .nav-cell .navbar-header #navbar .navbar-nav li.open a.dropdown-toggle::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .nav-cell .navbar-header #navbar .navbar-nav li.active a {
        color: #e61d2d; }
      .nav-cell .navbar-header #navbar .navbar-nav li .dropdown-menu {
        margin: 0;
        padding: 0; }
        .nav-cell .navbar-header #navbar .navbar-nav li .dropdown-menu li a {
          margin: 0;
          padding: 8px 15px;
          border: none; }
      .nav-cell .navbar-header #navbar .navbar-nav .dropdown-menu {
        background-color: #fff;
        border: none;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ; }
  .nav-cell .navbar-header .navbar-header .navbar-toggle {
    position: relative;
    float: none;
    margin: 0;
    padding: 5px 20px;
    border: none;
    overflow: hidden;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .nav-cell .navbar-header .navbar-header .navbar-toggle i {
      font-size: 39px;
      line-height: 0;
      color: #143859; }
    .nav-cell .navbar-header .navbar-header .navbar-toggle:hover, .nav-cell .navbar-header .navbar-header .navbar-toggle:active {
      background-color: rgba(0, 0, 0, 0.1); }

.scroll-class .nav-cell .nav-row {
  margin-top: 27px; }

/* MOBILE                                                                                        MOBILE */
/* ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .navbar #navbar {
    padding-right: 15px;
    padding-left: 15px; }
    .navbar #navbar .navbar-nav {
      margin-top: 0;
      margin-bottom: 0; }
      .navbar #navbar .navbar-nav li {
        display: inline-block;
        width: 100%; }
      .navbar #navbar .navbar-nav .dropdown-menu {
        position: relative;
        width: 100% !important;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .navbar #navbar .navbar-nav .dropdown-menu li a {
          padding: 5px 15px 5px 25px; }

  .nav-cell {
    padding: 0;
    position: inherit; }
    .nav-cell .nav-row {
      display: block;
      float: none;
      width: 100%;
      margin-top: 30px; }
      .nav-cell .nav-row nav.navbar-header {
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
        .nav-cell .nav-row nav.navbar-header #navbar ul li a {
          margin: 0;
          padding: 10px 20px;
          border-top: 1px solid rgba(0, 0, 0, 0.1); }
        .nav-cell .nav-row nav.navbar-header #navbar ul li.active a {
          border-bottom: none; }
        .nav-cell .nav-row nav.navbar-header #navbar ul li .dropdown-menu {
          margin: 0;
          padding: 0;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .nav-cell .nav-row nav.navbar-header #navbar ul li .dropdown-menu li a {
            padding-left: 40px; }

  .scroll-class .nav-cell .nav-row {
    margin-top: 0; } }
/* MOBILE MENU BREAKPOINT                                                        MOBILE MENU BREAKPOINT */
/* ---------------------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    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-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
/* SEARCH                                                                                        SEARCH */
/* ---------------------------------------------------------------------------------------------------- */
.search-container {
  margin: 0 -15px;
  padding: 8px 15px 0 5px; }
  .search-container form {
    margin-top: 0; }
  .search-container input {
    border: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
    .search-container input:active, .search-container input:focus {
      outline: none;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .search-container .btn {
    color: #143859;
    background-color: #fff;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .search-container .btn i {
      left: 1px;
      font-size: 20px; }
    .search-container .btn:focus, .search-container .btn:active {
      color: #143859;
      background-color: #fff; }
    .search-container .btn:hover {
      color: #fff;
      background-color: rgba(20, 56, 89, 0.6); }

/* MOBILE                                                                                        MOBILE */
/* ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .search-container {
    padding: 15px 15px 11px;
    -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); } }
/* CONTENT                                                                                      CONTENT */
/* ---------------------------------------------------------------------------------------------------- */
#main-content {
  margin-top: 206px;
  padding-top: 25px; }

@media only screen and (max-width: 991.98px) {
  #main-content {
    margin-top: 268px; } }
@media only screen and (max-width: 768px) {
  #main-content {
    margin-top: 254px; } }
@media only screen and (max-width: 400px) {
  #main-content {
    margin-top: 205px; } }
/* TITLE & COVER IMAGE                                                              TITLE & COVER IMAGE */
/* ---------------------------------------------------------------------------------------------------- */
.cover-image {
  position: relative;
  margin-top: -25px; }
  .cover-image .title-container {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 30%;
    height: 100%;
    padding: 20px 25px;
    background-color: rgba(255, 255, 255, 0.7); }
    .cover-image .title-container h1 {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      padding: 2rem 2.5rem;
      text-align: right;
      font-size: 5rem;
      color: #143859; }
      .cover-image .title-container h1::after {
        display: none; }
    .cover-image .title-container .date {
      opacity: 0.5;
      filter: alpha(opacity=50); }

@media only screen and (max-width: 1199.98px) {
  .cover-image .title-container {
    min-width: 40%; }
    .cover-image .title-container h1 {
      font-size: 4rem; } }
@media only screen and (max-width: 767px) {
  .cover-image {
    display: block; }
    .cover-image .title-container {
      display: block;
      position: relative;
      margin-top: 2rem; }
      .cover-image .title-container h1 {
        display: block;
        padding: 0;
        text-align: left; } }
@media only screen and (max-width: 480px) {
  .cover-image img {
    display: none; }
  .cover-image .title-container h1 {
    text-align: center; } }
/* TEAM MEMBERS                                                                            TEAM MEMBERS */
/* ---------------------------------------------------------------------------------------------------- */
.team-member h2 {
  margin-top: -3px; }
.team-member h3 {
  margin-top: 0; }

@media only screen and (max-width: 480px) {
  .team-member .member-id img {
    margin-left: auto;
    margin-right: auto; }
  .team-member h2 {
    margin-top: 20px; } }
/* PRODUCT                                                                                      PRODUCT */
/* ---------------------------------------------------------------------------------------------------- */
.home-products {
  margin-top: 0; }
  .home-products .product-list {
    margin-top: 20px; }

.product {
  margin-top: 20px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .product .product-info {
    padding: 20px 20px;
    text-align: center;
    border-top: 1px solid rgba(85, 85, 85, 0.1); }
    .product .product-info a h3 {
      margin: 0;
      font-size: 20px;
      text-transform: none;
      color: #555; }
    .product .product-info a:hover, .product .product-info a:focus, .product .product-info a:active {
      text-decoration: none; }
    .product .product-info .brand {
      margin-top: 5px;
      text-transform: uppercase;
      font-size: 14px;
      color: rgba(85, 85, 85, 0.8); }
  .product:hover, .product:focus, .product:active {
    -webkit-box-shadow: 0 5px 15px rgba(20, 56, 89, 0.7) ;
    box-shadow: 0 5px 15px rgba(20, 56, 89, 0.7) ; }

.product-gallery #gallery {
  margin-top: 0; }
  .product-gallery #gallery a {
    position: relative;
    display: inline-block;
    margin: 0 0 40px 0;
    padding: 0;
    width: auto;
    float: none;
    background: none;
    overflow: inherit; }
    .product-gallery #gallery a img {
      position: relative;
      opacity: 1; }

/* OWL CAROUSEL                                                                            OWL CAROUSEL */
/* ---------------------------------------------------------------------------------------------------- */
/* CAROUSEL                                                                                    CAROUSEL */
/* ---------------------------------------------------------------------------------------------------- */
.owl-carousel {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  background-color: transparent;
  overflow: hidden; }
  .owl-carousel.full-width-home {
    margin-top: -25px; }
  .owl-carousel div {
    width: 100%;
    float: left; }
    .owl-carousel div.slide-content {
      position: relative; }
    .owl-carousel div img {
      width: 100%; }

/* CONTROLS                                                                                    CONTROLS */
/* ---------------------------------------------------------------------------------------------------- */
.owl-controls .owl-buttons div {
  width: 0;
  background: none;
  background-color: rgba(20, 56, 89, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s 0.3s ease-out;
  transition: 0.2s 0.3s ease-out; }
  .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100px;
    height: 100%;
    cursor: pointer; }
  .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100px;
    height: 100%;
    cursor: pointer; }
.owl-controls .owl-buttons .fa {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -30px;
  font-size: 60px;
  text-align: center;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.9);
  z-index: 5; }

.owl-carousel:hover .owl-buttons div {
  width: 10%;
  background-color: rgba(20, 56, 89, 0.3);
  opacity: 1;
  filter: alpha(opacity=100); }

/* PAGINATION                                                                                PAGINATION */
/* ---------------------------------------------------------------------------------------------------- */
.owl-controls .owl-pagination {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center; }
  .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    float: none;
    width: 15px;
    height: 15px;
    margin: 0 6px;
    border: none;
    cursor: pointer;
    background-color: rgba(20, 56, 89, 0.2);
    border: 1px solid #fff;
    border-radius: 15px;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .owl-controls .owl-pagination .owl-page.active {
      background-color: rgba(255, 255, 255, 0.9); }

/* CAPTION                                                                                      CAPTION */
/* ---------------------------------------------------------------------------------------------------- */
.owl-carousel .slide-caption-container {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 40%;
  height: 100%;
  text-align: right; }
  .owl-carousel .slide-caption-container .slide-caption {
    display: inline-block;
    position: absolute;
    float: none;
    bottom: 0;
    right: 0;
    padding: 4rem 14rem 6rem 4rem;
    font-size: 3rem;
    color: #143859; }
    .owl-carousel .slide-caption-container .slide-caption h3 {
      margin-top: 0;
      font-size: 45px;
      color: #143859; }

/* MOBILE AND SCREENS                                                                MOBILE AND SCREENS */
/* ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1569px) {
  .owl-carousel .slide-caption {
    width: 350px;
    font-size: 20px; }
    .owl-carousel .slide-caption h3 {
      font-size: 35px; } }
@media only screen and (max-width: 1199px) {
  .owl-carousel .slide-caption-container {
    width: 35%; }
    .owl-carousel .slide-caption-container .slide-caption {
      padding: 3rem 3rem 6rem 3rem; }
      .owl-carousel .slide-caption-container .slide-caption h3 {
        font-size: 3rem; } }
@media only screen and (max-width: 991px) {
  .owl-carousel .slide-caption-container {
    display: none;
    width: 100%; }
    .owl-carousel .slide-caption-container .slide-caption {
      display: block;
      width: 100%;
      padding: 3rem 3rem 5rem 3rem;
      font-size: 2.5rem;
      text-align: center; }
      .owl-carousel .slide-caption-container .slide-caption h3 {
        margin-top: 15px;
        font-size: 25px; } }
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-item .slide-content {
    overflow: hidden; }
    .owl-carousel .owl-item .slide-content img {
      width: 120%;
      margin-left: -10%; }

  .owl-buttons div {
    display: none; }

  .owl-carousel .slide-caption {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    background: none; }

  .owl-controls .owl-pagination {
    margin-top: 15px; } }
.product-listing {
  margin-top: 4rem; }
  .product-listing img {
    border: 1px solid #ddd; }
  .product-listing h2 {
    margin-top: 0;
    font-size: 2.8rem;
    text-transform: none;
    color: #222; }
    .product-listing h2:after {
      display: none; }
  .product-listing .product-description {
    margin-top: 2rem;
    font-size: 1.6rem; }
  .product-listing .product-button {
    margin-top: 2.5rem; }
    .product-listing .product-button .btn {
      padding: 0.3rem 4rem; }
      .product-listing .product-button .btn i {
        left: inherit; }

@media (max-width: 480px) {
  .product-listing {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    .product-listing h2 {
      margin-top: 1rem; }
    .product-listing .product-description {
      margin-top: 0.5rem; }
    .product-listing .product-button {
      margin-top: 1rem; } }
/* GALLERY                                                                                      GALLERY */
/* ---------------------------------------------------------------------------------------------------- */
#gallery {
  margin-top: 30px; }
  #gallery a {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 20%;
    float: left;
    padding-bottom: 20%;
    background-position: center;
    background-size: cover;
    overflow: hidden; }
    #gallery a img {
      position: absolute;
      width: 100%;
      opacity: 0; }

@media only screen and (max-width: 991px) {
  #gallery a {
    width: 25%;
    padding-bottom: 25%; } }
@media only screen and (max-width: 767px) {
  #gallery a {
    width: 33.33333%;
    padding-bottom: 33.33333%; } }
@media only screen and (max-width: 480px) {
  #gallery a {
    width: 50%;
    padding-bottom: 50%; } }
@media only screen and (max-width: 320px) {
  #gallery a {
    width: 100%;
    padding-bottom: 100%; } }
/* LIGHTBOX                                                                                    LIGHTBOX */
/* ---------------------------------------------------------------------------------------------------- */
/* GENERAL BUTTONS */
/* --------------- */
.pswp__button {
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  float: right;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.75 0.3s ease-out;
  transition: 0.75 0.3s ease-out; }
  .pswp__button:focus, .pswp__button:hover, .pswp__button:active {
    border: none;
    outline: none;
    opacity: 1;
    filter: alpha(opacity=100); }
  .pswp__button:active {
    border: none;
    outline: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* CLOSE BUTTON */
/* ------------ */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
  filter: alpha(opacity=100); }

.pswp__button--close:before {
  position: relative;
  top: -6px;
  font-family: 'Ionicons';
  font-size: 41px;
  content: "\f404";
  color: #fff; }

/* FULL SCREEN BUTTON */
/* ------------------ */
.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--fs:before {
  position: relative;
  top: 0px;
  font-family: 'Ionicons';
  font-size: 25px;
  content: "\f386";
  color: #fff; }

.pswp--fs .pswp__button--fs:before {
  content: "\f37d"; }

/* ZOOM BUTTON */
/* ----------- */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp__button--zoom:before {
  position: relative;
  top: 0px;
  font-family: 'Ionicons';
  font-size: 25px;
  content: "\f2f5";
  color: #fff; }

/* ARROW BUTTONS */
/* ------------- */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }
  .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    font-family: 'Ionicons';
    font-size: 41px;
    color: #fff;
    top: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 60px;
    width: 60px;
    position: absolute; }

.pswp__button--arrow--left {
  left: 0; }
  .pswp__button--arrow--left:before {
    left: 6px;
    content: "\f2ca"; }

.pswp__button--arrow--right {
  right: 0; }
  .pswp__button--arrow--right:before {
    right: 6px;
    content: "\f30f"; }

/* INDEX INDICATOR */
/* --------------- */
.pswp__counter {
  position: absolute;
  left: 7px;
  top: 0;
  height: 44px;
  font-size: 18px;
  font-weight: normal;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px; }

/* SHARE MODAL */
/* ----------- */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #fff; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #fff; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/* CAPTION */
/* ------- */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 18px;
  padding: 12px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

.pswp__caption--fake {
  visibility: hidden; }

/*
	5. Loading indicator (preloader)
	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */ }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }
.pswp--css_animation .pswp__preloader__cut {
  /*
  	The idea of animating inner circle is based on Polymer ("material") loading indicator
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
/*

	6. Additional styles
 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* SIDEBAR                                                                                      SIDEBAR */
/* ---------------------------------------------------------------------------------------------------- */
.sidebar {
  margin-top: 0; }
  .sidebar > h2 {
    margin-top: 0; }

@media only screen and (max-width: 991px) {
  .sidebar {
    margin-top: 30px; } }
/* FOOTER                                                                                        FOOTER */
/* ---------------------------------------------------------------------------------------------------- */
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  margin-top: 100px;
  padding: 0;
  color: #fff;
  background-color: #e61d2d;
  display: none; }
  footer a {
    color: rgba(255, 255, 255, 0.6); }
    footer a:hover, footer a:active, footer a:focus {
      text-decoration: none;
      color: #fff; }
  footer h4 {
    margin-top: 40px;
    font-size: 25px;
    font-weight: normal;
    color: #fff; }
  footer .footer-menu li {
    margin-bottom: 3px; }
  footer .social-icons {
    margin-bottom: 0; }
    footer .social-icons li {
      display: inline-block; }
      footer .social-icons li a.icon {
        display: inline-block;
        width: 45px;
        height: 45px;
        margin: 3px 1px;
        font-size: 25px;
        text-align: center;
        line-height: 1.9;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
        background-clip: padding-box; }
        footer .social-icons li a.icon:hover, footer .social-icons li a.icon:active, footer .social-icons li a.icon:focus {
          text-decoration: none;
          color: #e61d2d;
          background-color: #fff; }
  footer .footer-logo a {
    margin-top: 40px;
    display: inline-block; }
    footer .footer-logo a img {
      max-width: 140px; }
  footer .btn-primary-soft {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15); }
    footer .btn-primary-soft:focus, footer .btn-primary-soft:active {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
  footer .end-footer {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    background-color: #bb1522;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    footer .end-footer .brand, footer .end-footer .separator, footer .end-footer .design {
      display: inline-block; }
    footer .end-footer .separator {
      width: 20px; }
    footer .end-footer a.artchiado {
      position: relative;
      left: -2px;
      padding: 2px 6px;
      color: rgba(255, 255, 255, 0.4);
      border-radius: 2px;
      background-clip: padding-box; }
      footer .end-footer a.artchiado:hover, footer .end-footer a.artchiado:active, footer .end-footer a.artchiado:focus {
        text-decoration: none;
        color: #fff;
        background-color: #d91921; }
  footer .newsletter-subscribe input {
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.27) !important; }
    footer .newsletter-subscribe input:active, footer .newsletter-subscribe input:focus {
      border: 1px solid #fff !important;
      -webkit-box-shadow: none;
      box-shadow: none; }
  footer .newsletter-subscribe .btn {
    color: #fff;
    background-color: #0a1e35; }
    footer .newsletter-subscribe .btn:hover, footer .newsletter-subscribe .btn:focus, footer .newsletter-subscribe .btn:active {
      color: #fff;
      background-color: #1660b4; }

@media only screen and (max-width: 480px) {
  footer .end-footer .brand, footer .end-footer .design {
    display: block; }
  footer .end-footer .separator {
    display: none; } }
/* NEWSLETTER                                                                                NEWSLETTER */
/* ---------------------------------------------------------------------------------------------------- */
/* FOOTER NEWSLETTER                                                                  FOOTER NEWSLETTER */
/* ---------------------------------------------------------------------------------------------------- */
.footer .newsletter-subscribe form {
  margin-top: 3px; }
  .footer .newsletter-subscribe form input {
    border: none; }
    .footer .newsletter-subscribe form input:active, .footer .newsletter-subscribe form input:focus {
      outline: none;
      border: none; }
  .footer .newsletter-subscribe form .form-buttons {
    margin-top: 10px; }
  .footer .newsletter-subscribe form .waiting, .footer .newsletter-subscribe form .form-ok, .footer .newsletter-subscribe form .form-not-ok {
    text-align: center;
    color: #fff;
    background-color: #e61d2d; }
    .footer .newsletter-subscribe form .waiting .spinner, .footer .newsletter-subscribe form .form-ok .spinner, .footer .newsletter-subscribe form .form-not-ok .spinner {
      border-top-color: #fff;
      border-left-color: rgba(255, 255, 255, 0.1);
      border-bottom-color: rgba(255, 255, 255, 0.1);
      border-right-color: rgba(255, 255, 255, 0.1); }
.footer .newsletter-subscribe .alert {
  padding: 10px 15px;
  border: none; }

/* EU COOKIE LAW                                                                          EU COOKIE LAW */
/* ---------------------------------------------------------------------------------------------------- */
#eu_cookie {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  display: none;
  z-index: 10000; }
  #eu_cookie .cookie-content {
    position: relative;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ; }
    #eu_cookie .cookie-content a {
      font-size: 15px;
      font-weight: normal;
      color: #ccc;
      text-decoration: none; }
      #eu_cookie .cookie-content a:hover {
        font-size: 15px;
        font-weight: normal;
        color: #ccc;
        text-decoration: underline; }
    #eu_cookie .cookie-content a.cookie-button {
      padding: 5px 25px;
      text-decoration: none;
      color: #333;
      background-color: #ccc;
      border-bottom: 1px solid #000;
      border-radius: 4px; }
      #eu_cookie .cookie-content a.cookie-button:hover {
        text-decoration: none;
        background-color: #fff; }

/* MOBILE                                                                                        MOBILE */
/* ---------------------------------------------------------------------------------------------------- */
/* PAGES                                                                                          PAGES */
/* ---------------------------------------------------------------------------------------------------- */
/* HOME                                                                                            HOME */
/* ---------------------------------------------------------------------------------------------------- */
/* CAROUSEL                                                                                    CAROUSEL */
/* ---------------------------------------------------------------------------------------------------- */
#home-carousel {
  margin-bottom: 0; }
  @media only screen and (max-width: 400px) {
    #home-carousel {
      display: none !important; } }

.home-features {
  margin: 0 -2px 0; }
  .home-features .home-feature {
    display: inline-block;
    width: 50%;
    margin-top: 5rem;
    margin-right: -4px;
    padding: 2px; }
    .home-features .home-feature h2 {
      margin-top: 0; }
    .home-features .home-feature .feature-cover {
      position: relative;
      display: inline-block;
      margin-top: 4rem; }
      .home-features .home-feature .feature-cover .feature-button {
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        padding: 0 4rem; }
        .home-features .home-feature .feature-cover .feature-button i {
          left: inherit; }
      .home-features .home-feature .feature-cover:active, .home-features .home-feature .feature-cover:focus, .home-features .home-feature .feature-cover:hover {
        text-decoration: none;
        -webkit-box-shadow: 0 5px 15px rgba(20, 56, 89, 0.7) ;
        box-shadow: 0 5px 15px rgba(20, 56, 89, 0.7) ; }

@media (max-width: 991.98px) {
  .home-features .home-feature {
    width: 100%; } }
.categories-list {
  margin: 5rem -2px 0; }
  .categories-list .category-cell {
    display: inline-block;
    width: 16.666%;
    width: 14.28%;
    margin-right: -4px;
    padding: 2px; }
    .categories-list .category-cell .home-category {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0 0 56px 0; }
      .categories-list .category-cell .home-category h3 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 1.9rem 0;
        text-align: center;
        font-size: 1.7rem;
        color: #fff;
        background-color: #b2b2b2;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .categories-list .category-cell .home-category:active, .categories-list .category-cell .home-category:focus, .categories-list .category-cell .home-category:hover {
        text-decoration: none;
        -webkit-box-shadow: 0 5px 15px rgba(20, 56, 89, 0.7) ;
        box-shadow: 0 5px 15px rgba(20, 56, 89, 0.7) ; }
        .categories-list .category-cell .home-category:active h3, .categories-list .category-cell .home-category:focus h3, .categories-list .category-cell .home-category:hover h3 {
          background-color: #e61d2d; }

@media (max-width: 1199.98px) {
  .categories-list {
    margin: 5rem -20px 0; }
    .categories-list .category-cell {
      width: 33.333%;
      padding: 20px; } }
@media (max-width: 767.98px) {
  .categories-list {
    margin: 5rem -10px 0; }
    .categories-list .category-cell {
      width: 50%;
      padding: 10px; } }
@media (max-width: 575.98px) {
  .categories-list {
    margin: 5rem 0 0;
    text-align: center; }
    .categories-list .category-cell {
      width: 100%;
      margin-bottom: 4rem;
      padding: 0; } }
/* SECTION                                                                                      SECTION */
/* ---------------------------------------------------------------------------------------------------- */
.home-section {
  margin: 0 0 30px 0;
  padding: 40px 0 70px 0; }
  .home-section h2 {
    margin-top: 30px; }
  .home-section img {
    margin-top: 30px; }

/* PRODUCTS                                                                                    PRODUCTS */
/* ---------------------------------------------------------------------------------------------------- */
.home-products {
  margin-top: 0; }
  .home-products h2 {
    margin-top: 0; }

.page-section {
  margin-top: 6rem; }
  .page-section img {
    border: 1px solid #ddd; }
  .page-section h2 {
    margin-top: 0;
    font-size: 2rem;
    color: #222; }
    .page-section h2:after {
      display: none; }
  .page-section .section-body p {
    margin-top: 1.5rem; }

.category-nav {
  margin-top: 2rem;
  margin-bottom: 4rem; }
  .category-nav .prev-next {
    text-transform: uppercase;
    font-size: 2rem;
    color: #143859; }
    .category-nav .prev-next a:focus, .category-nav .prev-next a:active, .category-nav .prev-next a:hover {
      text-decoration: none; }
    .category-nav .prev-next .prev-next-label {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
    .category-nav .prev-next .prev-next-button {
      display: inline-block;
      padding: 0rem;
      width: 3rem;
      text-align: center;
      border: 1px solid #143859; }

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