/* 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 */
/* ---------------------------------------------------------------------------------------------------- */
/* FONTS                                                                                          FONTS */
/* ---------------------------------------------------------------------------------------------------- */
/* DIMENSIONS AND SHAPES                                                          DIMENSIONS AND SHAPES */
/* ---------------------------------------------------------------------------------------------------- */
/* NAVIGATION                                                                                NAVIGATION */
/* ---------------------------------------------------------------------------------------------------- */
/* CAROUSELS                                                                                  CAROUSELS */
/* ---------------------------------------------------------------------------------------------------- */
/* FUNCTIONS                                                                                  FUNCTIONS */
/* ---------------------------------------------------------------------------------------------------- */
/* BODY                                                                                            BODY */
/* ---------------------------------------------------------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #3d3d3d;
  background-color: #e0dcd3; }

@media only screen and (max-width: 991px) {
  body {
    padding-top: 50px; } }
a {
  color: #232323;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a:hover, a:active {
    color: black;
    text-decoration: none; }

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Lora", serif;
  font-size: 60px;
  font-weight: 400; }

h2, h3, h4 {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Lora", serif;
  font-weight: 400; }

p {
  margin-top: 15px;
  margin-bottom: 0; }

hr {
  margin-top: 30px;
  margin-bottom: 0; }

ul {
  margin-top: 30px;
  margin-bottom: 0; }

.text-center .img-responsive {
  margin-right: auto;
  margin-left: auto; }

/* BOOTSTRAP SITE WIDTH                                                            BOOTSTRAP SITE WIDTH */
/* ---------------------------------------------------------------------------------------------------- */
@media (min-width: 1270px) {
  .container {
    width: 1230px; } }
/* STYLES                                                                                        STYLES */
/* ---------------------------------------------------------------------------------------------------- */
/*
.vcenter {
	position: relative;
	top: 50%;
	@include transform(translateY(-50%));
}


*/
/* MODALS                                                                                        MODALS */
/* ---------------------------------------------------------------------------------------------------- */
.modal-backdrop {
  z-index: 100000 !important; }

.modal-open .modal {
  z-index: 100100 !important;
  background-color: rgba(0, 0, 0, 0.8); }

.modal-dialog {
  overflow: hidden; }
  .modal-dialog .modal-content {
    border: none;
    background-color: #e0dcd3;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box; }
    .modal-dialog .modal-content .modal-header {
      padding: 15px 60px 15px 25px;
      background-color: #232323; }
      .modal-dialog .modal-content .modal-header h5 {
        font-size: 20px;
        text-transform: uppercase;
        color: #e0dcd3; }
      .modal-dialog .modal-content .modal-header h6 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        color: rgba(224, 220, 211, 0.5); }
      .modal-dialog .modal-content .modal-header .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px 23px;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .modal-dialog .modal-content .modal-header .close:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
        .modal-dialog .modal-content .modal-header .close i {
          color: #e0dcd3;
          font-size: 28px;
          text-shadow: none; }

/* FORMS                                                                                          FORMS */
/* ---------------------------------------------------------------------------------------------------- */
form .form-group.is-focused .form-control, form .form-control, form .form-group .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#232323), to(#232323)), -webkit-gradient(linear, left top, left bottom, from(#898989), to(#898989));
  background-image: -webkit-linear-gradient(#232323, #232323), -webkit-linear-gradient(#898989, #898989);
  background-image: -o-linear-gradient(#232323, #232323), -o-linear-gradient(#898989, #898989);
  background-image: linear-gradient(#232323, #232323), linear-gradient(#898989, #898989); }
form .checkbox label, form .radio label, form label {
  color: #898989; }

/* FORMBUILDER                                                                              FORMBUILDER */
/* ---------------------------------------------------------------------------------------------------- */
div.FormBuilder {
  margin: 15px -15px; }
  div.FormBuilder fieldset.form-group {
    padding: 0; }
    div.FormBuilder fieldset.form-group legend {
      padding: 0 15px; }
    div.FormBuilder fieldset.form-group.label-floating label.control-label, div.FormBuilder fieldset.form-group.label-placeholder label.control-label {
      top: -7px;
      font-size: 16px;
      line-height: 1.42857143; }
    div.FormBuilder fieldset.form-group .form-group.label-floating.is-focused label.control-label, div.FormBuilder fieldset.form-group .form-group.label-floating:not(.is-empty) label.control-label, div.FormBuilder fieldset.form-group .form-group.label-static label.control-label {
      top: -30px;
      font-size: 12px;
      line-height: 1.07142857; }
  div.FormBuilder .form-group {
    padding: 0 15px; }
    div.FormBuilder .form-group.InputfieldColumnWidth {
      display: inline-block; }
    div.FormBuilder .form-group .InputfieldContent p.text-danger {
      margin-top: 0; }
    div.FormBuilder .form-group.label-floating.is-focused label.control-label, div.FormBuilder .form-group.label-floating:not(.is-empty) label.control-label, div.FormBuilder .form-group.label-static label.control-label {
      left: 15px; }
    div.FormBuilder .form-group.has-error:not(.is-focused) label.control-label {
      top: 15px; }
    div.FormBuilder .form-group.has-error:not(.is-focused):not(.is-empty) label.control-label {
      top: -30px; }
  div.FormBuilder .Inputfield_my_email {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  @media only screen and (max-width: 540px) {
    div.FormBuilder .InputfieldColumnWidth {
      display: block;
      width: 100% !important; } }
  div.FormBuilder .checkbox label, div.FormBuilder .radio label, div.FormBuilder label {
    color: #898989; }

.FormBuilderErrors {
  margin-top: 30px;
  padding: 0 15px; }
  .FormBuilderErrors p.text-danger {
    background-color: #ffaeae;
    padding: 10px 15px;
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.3;
    color: #800000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box; }

/* BUTTONS                                                                                      BUTTONS */
/* ---------------------------------------------------------------------------------------------------- */
.btn, .btn:not(.btn-raised), .input-group-btn .btn:not(.btn-raised) {
  font-weight: normal;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; }
  .btn:active, .btn:focus, .btn:not(.btn-raised):active, .btn:not(.btn-raised):focus, .input-group-btn .btn:not(.btn-raised):active, .input-group-btn .btn:not(.btn-raised):focus {
    outline: none;
    border: none; }
  .btn.btn-default, .btn:not(.btn-raised).btn-default, .input-group-btn .btn:not(.btn-raised).btn-default {
    color: #232323;
    background-color: rgba(35, 35, 35, 0.2); }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn:not(.btn-raised).btn-default:hover, .btn:not(.btn-raised).btn-default:active, .btn:not(.btn-raised).btn-default:focus, .input-group-btn .btn:not(.btn-raised).btn-default:hover, .input-group-btn .btn:not(.btn-raised).btn-default:active, .input-group-btn .btn:not(.btn-raised).btn-default:focus {
      color: #e0dcd3;
      background-color: #232323; }
  .btn.btn-primary, .btn:not(.btn-raised).btn-primary, .input-group-btn .btn:not(.btn-raised).btn-primary {
    color: #e0dcd3;
    background-color: #232323; }
    .btn.btn-primary.btn-soft, .btn:not(.btn-raised).btn-primary.btn-soft, .input-group-btn .btn:not(.btn-raised).btn-primary.btn-soft {
      color: #232323;
      background-color: rgba(35, 35, 35, 0.2); }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn:not(.btn-raised).btn-primary:hover, .btn:not(.btn-raised).btn-primary:active, .btn:not(.btn-raised).btn-primary:focus, .input-group-btn .btn:not(.btn-raised).btn-primary:hover, .input-group-btn .btn:not(.btn-raised).btn-primary:active, .input-group-btn .btn:not(.btn-raised).btn-primary:focus {
      color: #e0dcd3;
      background-color: #232323; }
  .btn.btn-just-icon, .btn:not(.btn-raised).btn-just-icon, .input-group-btn .btn:not(.btn-raised).btn-just-icon {
    width: 50px;
    padding: 12px;
    font-size: 20px;
    line-height: 1em; }
  .btn.btn-sm.icon-right .icon, .btn:not(.btn-raised).btn-sm.icon-right .icon, .input-group-btn .btn:not(.btn-raised).btn-sm.icon-right .icon {
    margin-left: 8px;
    font-size: 15px;
    line-height: 0; }

/* SIZES                                                                                          SIZES */
/* ---------------------------------------------------------------------------------------------------- */
.btn-xlg {
  margin-top: 30px;
  font-size: 21px;
  padding: 10px 35px; }
  .btn-xlg i {
    position: relative;
    line-height: 0;
    font-size: 27px; }
    .btn-xlg i.icon-right {
      margin-left: 18px; }

/* RAISES                                                                                        RAISES */
/* ---------------------------------------------------------------------------------------------------- */
.raised-0 {
  top: 0px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.raised-1 {
  top: 0px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.raised-2 {
  top: 0px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(0, 0, 0, 0.46) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.raised-3 {
  top: 0px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.raised-4 {
  top: 0px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* SHAPES                                                                                        SHAPES */
/* ---------------------------------------------------------------------------------------------------- */
.raised-round {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; }

.raised-round-1 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; }

.raised-round-2 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }

.raised-round-3 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box; }

.raised-round-4 {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box; }

/* ANIMATIONS                                                                                ANIMATIONS */
/* ---------------------------------------------------------------------------------------------------- */
.over-raise-1:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important; }

.over-raise-2:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(0, 0, 0, 0.46) !important; }

.over-raise-3:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important; }

.over-raise-4:hover {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important; }

.over-raise-up-1:hover {
  top: -2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important; }

.over-raise-up-2:hover {
  top: -4px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(0, 0, 0, 0.46) !important; }

.over-raise-up-3:hover {
  top: -8px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important; }

.over-raise-up-4:hover {
  top: -13px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important; }

/* IMAGES                                                                                        IMAGES */
/* ---------------------------------------------------------------------------------------------------- */
.bordered {
  border: 1px solid #8e8e8e; }

/* COLUMNS                                                                                      COLUMNS */
/* ---------------------------------------------------------------------------------------------------- */
.columns-content-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5; }
  @media only screen and (max-width: 991px) {
    .columns-content-5 {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media only screen and (max-width: 767px) {
    .columns-content-5 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media only screen and (max-width: 439px) {
    .columns-content-5 {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

/* MOBILE MENU BREAKPOINT                                                        MOBILE MENU BREAKPOINT */
/* ---------------------------------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    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-collapse.in {
    overflow-y: auto !important;
    max-height: 340px; }

  .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; }

  .dropdown-menu {
    position: relative;
    width: 100%; } }
/* PARTS                                                                                          PARTS */
/* ---------------------------------------------------------------------------------------------------- */
/* NAVIGATION                                                                                NAVIGATION */
/* ---------------------------------------------------------------------------------------------------- */
.navbar {
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .navbar .navbar-collapse {
    margin-top: 0; }
  .navbar.navbar-transparent {
    padding-top: 45px;
    padding-bottom: 15px;
    background-color: rgba(35, 35, 35, 0);
    box-shadow: none;
    color: #e0dcd3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .navbar a.navbar-brand {
    position: relative;
    display: inline-block;
    height: auto;
    top: -29px;
    padding: 5px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box; }
    .navbar a.navbar-brand .nav-logo {
      position: relative;
      height: 120px;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  .navbar .navbar-nav > li {
    margin-top: 9px;
    margin-bottom: 10px; }
  .navbar .navbar-nav > li > a, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
    margin-top: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box; }
  .navbar .navbar-nav > li.active {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5); }
    .navbar .navbar-nav > li.active a {
      background-color: transparent; }

@media only screen and (max-width: 991px) {
  .navbar .nav {
    border-top: 1px solid rgba(224, 220, 211, 0.01) !important; }
  .navbar .navbar-nav > li {
    margin-top: 0;
    margin-bottom: 0; }
    .navbar .navbar-nav > li a {
      padding-top: 5px;
      padding-bottom: 5px; }
    .navbar .navbar-nav > li.active {
      border: none; }
  .navbar .navbar-nav .dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.3); }
    .navbar .navbar-nav .dropdown .dropdown-menu li a {
      padding: 10px 16px !important; } }
/* SEARCH                                                                                        SEARCH */
/* ---------------------------------------------------------------------------------------------------- */
.navbar .navbar-form {
  position: relative;
  margin-top: 16px; }
  .navbar .navbar-form .form-group.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0dcd3), to(#e0dcd3)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#e0dcd3, #e0dcd3), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#e0dcd3, #e0dcd3), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#e0dcd3, #e0dcd3), linear-gradient(#D2D2D2, #D2D2D2); }
  .navbar .navbar-form .form-group {
    padding-right: 40px; }
  .navbar .navbar-form .btn-nav-search {
    position: absolute;
    top: -4px;
    right: 0;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 0;
    color: #e0dcd3;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-clip: padding-box; }

/* HOMEPAGE NAVIGATION                                                              HOMEPAGE NAVIGATION */
/* ---------------------------------------------------------------------------------------------------- */
.navbar.is-home a.navbar-brand {
  top: -29px; }
  .navbar.is-home a.navbar-brand .nav-logo {
    height: 120px; }
  @media only screen and (max-width: 991px) {
    .navbar.is-home a.navbar-brand {
      top: 0; }
      .navbar.is-home a.navbar-brand .nav-logo {
        height: 40px;
        margin-top: 0; } }

/* ON SCROLL                                                                                  ON SCROLL */
/* ---------------------------------------------------------------------------------------------------- */
.navbar.on-scroll {
  height: 60px; }
  .navbar.on-scroll .navbar-collapse {
    margin-top: -2px; }
  .navbar.on-scroll.navbar-transparent {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 15px;
    background-color: #232323;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15); }
  .navbar.on-scroll a.navbar-brand {
    top: 5px; }
    .navbar.on-scroll a.navbar-brand .nav-logo {
      height: 40px; }
  @media only screen and (max-width: 991px) {
    .navbar.on-scroll a.navbar-brand {
      margin-top: 0px; }
      .navbar.on-scroll a.navbar-brand .nav-logo {
        height: 40px;
        margin-top: 0px; } }

/* BREAKPOINTS                                                                              BREAKPOINTS */
/* ---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 991px) and (max-width: 991px) {
  .navbar .navbar-header {
    display: block;
    width: 100%;
    text-align: center; }
    .navbar .navbar-header a.navbar-brand {
      float: none;
      position: relative;
      display: inline-block;
      height: 35px;
      margin: 0px auto 12px; }
      .navbar .navbar-header a.navbar-brand img {
        height: 25px; }
  .navbar .container {
    text-align: center; }
    .navbar .container .navbar-collapse {
      margin: auto;
      float: none !important;
      display: inline-block !important; }
  .navbar.is-home .navbar-header {
    display: none; } }
@media only screen and (max-width: 991px) {
  .navbar.navbar-transparent {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #232323;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15); }

  .navbar {
    height: auto;
    margin: 0; }
    .navbar .navbar-header {
      margin: 0; }
    .navbar .container {
      width: 100%;
      margin: 0;
      padding: 0; }
    .navbar a.navbar-brand {
      margin: 0 !important;
      padding: 5px 15px;
      top: 5px; }
      .navbar a.navbar-brand .nav-logo {
        top: 0px;
        height: 30px; }
    .navbar .navbar-toggle {
      margin-right: 9px !important; }
    .navbar .navbar-collapse {
      width: 100%;
      margin: 0;
      border: none; }
    .navbar .nav {
      margin-top: 0;
      margin-bottom: 0;
      border: none;
      border-top: 1px solid rgba(224, 220, 211, 0.2);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .navbar .navbar-nav > li > a, .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
      margin-top: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box; }
      .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:active, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:focus:hover, .navbar .navbar-nav > .active > a:focus:active, .navbar .navbar-nav > .active > a:focus:focus, .navbar .navbar-nav > .active > a:hover:hover, .navbar .navbar-nav > .active > a:hover:active, .navbar .navbar-nav > .active > a:hover:focus {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgba(224, 220, 211, 0.2);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-clip: padding-box; }
    .navbar .navbar-nav .dropdown .dropdown-toggle:after {
      float: right;
      content: '\f123';
      font-family: 'IonIcons';
      font-size: 1.3em;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .navbar .navbar-nav .dropdown.open .dropdown-toggle:after {
      content: '\f123';
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .navbar .navbar-form {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 15px;
      border: none;
      border-top: 1px solid rgba(224, 220, 211, 0.2);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .navbar .navbar-nav .dropdown .dropdown-menu {
      float: none;
      margin-left: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .navbar .navbar-nav .dropdown .dropdown-menu li a {
        padding-left: 30px;
        font-size: inherit;
        color: rgba(224, 220, 211, 0.5); }
        .navbar .navbar-nav .dropdown .dropdown-menu li a:hover, .navbar .navbar-nav .dropdown .dropdown-menu li a:active, .navbar .navbar-nav .dropdown .dropdown-menu li a:focus {
          background: none;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          background-clip: padding-box; }

  .navbar.on-scroll.navbar-transparent {
    height: auto;
    padding-top: 0;
    padding-bottom: 0; }
  .navbar.on-scroll a.navbar-brand {
    top: 0; }
    .navbar.on-scroll a.navbar-brand .nav-logo {
      top: 0px; } }
/* LANGUAGE SELECTOR                                                                  LANGUAGE SELECTOR */
/* ---------------------------------------------------------------------------------------------------- */
.language-selector {
  position: absolute;
  top: -45px;
  right: 15px;
  padding: 0 10px;
  color: #000;
  background-color: rgba(224, 220, 211, 0.5);
  z-index: 100000;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(0, 0, 0, 0.46) !important;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .language-selector ul {
    margin-top: 0; }
    .language-selector ul li {
      display: inline-block;
      padding: 4px 5px 6px 5px; }
      .language-selector ul li a {
        color: #000; }
      .language-selector ul li.current {
        font-weight: bold; }
  @media only screen and (max-width: 991px) {
    .language-selector {
      top: 50px; } }

ul.nav .language-menu .language-selector {
  display: none; }

/* ON SCROLL                                                                                  ON SCROLL */
/* ---------------------------------------------------------------------------------------------------- */
.navbar.on-scroll .language-selector {
  opacity: 0;
  filter: alpha(opacity=0); }

@media only screen and (max-width: 991px) {
  /*	.language-selector {
  		display: none;
  	}*/
  .navbar.on-scroll .language-selector {
    opacity: 0;
    filter: alpha(opacity=0); }

  ul.nav .language-menu .language-selector {
    position: relative;
    display: block;
    top: unset;
    right: unset;
    left: unset;
    width: 100%;
    box-shadow: none !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box; } }
/* CARDS                                                                                          CARDS */
/* ---------------------------------------------------------------------------------------------------- */
.mega-card-over-title {
  position: relative;
  margin: -60px 30px 0;
  padding: 70px 15px;
  background-color: #fff;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box; }
  .mega-card-over-title .container {
    max-width: 100%; }

.container-card-over-title {
  position: relative;
  margin-top: -60px;
  padding: 50px 80px 80px 80px;
  background-color: #fff;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box; }

.card {
  margin-top: 30px;
  text-align: left;
  overflow: hidden; }
  .card .card-image {
    height: auto; }
  .card .card-title {
    margin-top: -4px; }
  .card .card-date {
    margin: 2px 0 8px;
    font-size: 13px;
    color: rgba(61, 61, 61, 0.8); }
  .card .card-text .read-more {
    margin-top: 10px;
    margin-bottom: 2px; }
  .card .card-footer {
    padding-top: 0; }
    .card .card-footer a {
      bottom: 0; }
    .card .card-footer a:first-child {
      left: 0; }
  .card.card-link {
    cursor: pointer; }
  .card.card-fixed-height {
    overflow: hidden; }
    .card.card-fixed-height .card-footer {
      position: absolute;
      display: inline-block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      padding: 10px 15px 15px 15px;
      background-color: #fff; }
      .card.card-fixed-height .card-footer::before {
        content: ' ';
        position: relative;
        display: block;
        top: -11px;
        width: 100%;
        height: 1px;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.2);
        overflow: hidden; }

.feature-card {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto; }

.card-0 {
  margin-top: 30px;
  text-align: left; }
  .card-0 .card-image {
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box; }
  .card-0 .card-title {
    margin-top: 10px; }
  .card-0 .card-date {
    margin: 2px 0 8px;
    font-size: 13px;
    color: rgba(61, 61, 61, 0.8); }
  .card-0 .card-text .read-more {
    margin-top: 10px;
    margin-bottom: 2px; }
  .card-0 .card-footer {
    padding-top: 0; }
    .card-0 .card-footer a {
      bottom: 0; }
    .card-0 .card-footer a:first-child {
      left: 0; }
  .card-0.card-link {
    cursor: pointer; }

/* SECTIONS                                                                                    SECTIONS */
/* ---------------------------------------------------------------------------------------------------- */
.home-section {
  margin: 0;
  padding: 20px 0 50px 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .home-section .section-button {
    position: relative;
    margin-bottom: -20px;
    z-index: 1000; }
  .home-section .view-all {
    margin-top: 50px;
    margin-bottom: 0; }
  .home-section .element > .row > div .element-title {
    margin-top: 0;
    margin-bottom: 20px; }
  .home-section .element > .row > div img {
    display: inline-block; }
  .home-section .container {
    margin-top: 0 !important; }
  .home-section > .container > h2, .home-section > .container > .row > div > h2 {
    margin-top: 0; }
  .home-section .section-image-content {
    margin-top: 30px; }
  .home-section .section-text-content {
    margin-top: 30px; }
    .home-section .section-text-content > h2, .home-section .section-text-content > h3, .home-section .section-text-content > h4 {
      margin-top: 0; }
  .home-section .section-row {
    clear: both;
    display: inline-block;
    margin-top: 30px; }

.selection img {
  width: 100%;
  max-width: 800px;
  margin-top: 12px;
  margin-bottom: 20px;
  border: none; }
.selection .columns-content-5 {
  padding: 0 20px; }
  @media only screen and (max-width: 767px) {
    .selection .columns-content-5 {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media only screen and (max-width: 439px) {
    .selection .columns-content-5 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
.selection p {
  margin: 1px 0;
  font-size: 18px;
  text-align: left; }

/*
@media only screen and (max-width: 767px) {

	.home-section {

		.col-sm-6.col-md-3.four-columns {
			margin-top: 40px;
		}

	}

}
*/
/* ANIMATION                                                                                  ANIMATION */
/* ---------------------------------------------------------------------------------------------------- */
.animation {
  position: relative;
  text-align: center; }
  .animation .animation-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0;
    filter: alpha(opacity=0); }
  .animation .stage {
    position: relative;
    max-width: 1200px;
    min-height: 400px;
    margin: auto; }
    .animation .stage .stage-proportions {
      width: 100%;
      padding-top: 50%; }
    .animation .stage .element {
      position: absolute; }
      .animation .stage .element.element-center {
        width: 100%;
        text-align: center; }
        .animation .stage .element.element-center * {
          margin-left: auto;
          margin-right: auto; }
      .animation .stage .element.element-transparent {
        opacity: 0;
        filter: alpha(opacity=0); }
  .animation .animation-header {
    font-size: 34px;
    letter-spacing: 0.15em;
    padding-bottom: 10px;
    display: inline; }

/* OWL CAROUSEL                                                                            OWL CAROUSEL */
/* ---------------------------------------------------------------------------------------------------- */
/* CAROUSEL                                                                                    CAROUSEL */
/* ---------------------------------------------------------------------------------------------------- */
.owl-carousel {
  background-color: black; }

/* CONTROLS                                                                                    CONTROLS */
/* ---------------------------------------------------------------------------------------------------- */
.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 60px;
  height: 100%;
  top: 0;
  width: 300px;
  text-align: center;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s 0.3s ease-out;
  -moz-transition: 0.2s 0.3s ease-out;
  -ms-transition: 0.2s 0.3s ease-out;
  -o-transition: 0.2s 0.3s ease-out;
  transition: 0.2s 0.3s ease-out; }
  .owl-nav .owl-prev .fa, .owl-nav .owl-next .fa {
    position: relative;
    display: inline-block;
    top: 50%;
    margin-top: -30px;
    font-size: 60px;
    text-align: center;
    text-shadow: none;
    color: #fff;
    z-index: 5; }
.owl-nav .owl-prev {
  position: absolute;
  left: -40px;
  padding-right: 100px;
  text-align: left;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */ }
  .owl-nav .owl-prev .fa {
    left: 60px; }
.owl-nav .owl-next {
  position: absolute;
  right: -40px;
  padding-left: 100px;
  text-align: right;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=1 );
  /* IE6-9 */ }
  .owl-nav .owl-next .fa {
    right: 60px; }

.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
  filter: alpha(opacity=100); }
.owl-carousel:hover .owl-nav .owl-prev {
  left: 0px; }
.owl-carousel:hover .owl-nav .owl-next {
  right: 0px; }

/* PAGINATION                                                                                PAGINATION */
/* ---------------------------------------------------------------------------------------------------- */
.owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  text-align: center; }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .owl-dots .owl-dot span {
      position: relative;
      display: block;
      top: 7px;
      left: 7px;
      width: 7px;
      height: 7px;
      background-color: #fff;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .owl-dots .owl-dot.active span {
      top: 3px;
      left: 3px;
      width: 15px;
      height: 15px; }

/* CAPTION                                                                                      CAPTION */
/* ---------------------------------------------------------------------------------------------------- */
.owl-carousel .slide-content .slide-caption-container {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center; }
  .owl-carousel .slide-content .slide-caption-container .slide-caption {
    display: inline-block;
    position: relative;
    float: none;
    width: 100%;
    margin: auto;
    padding: 40px 40px 95px 40px;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0px 2px 2px black; }
    .owl-carousel .slide-content .slide-caption-container .slide-caption h3 {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 45px;
      color: #fff; }

/* MOBILE AND SCREENS                                                                MOBILE AND SCREENS */
/* ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1569px) {
  .owl-carousel .slide-content .slide-caption-container .slide-caption {
    font-size: 20px; }
    .owl-carousel .slide-content .slide-caption-container .slide-caption h3 {
      font-size: 35px; } }
@media only screen and (max-width: 1199px) {
  .owl-carousel .slide-content .slide-caption-container .slide-caption {
    font-size: 18px; }
    .owl-carousel .slide-content .slide-caption-container .slide-caption h3 {
      font-size: 30px; } }
@media only screen and (max-width: 991px) {
  .owl-carousel .slide-content .slide-caption-container {
    position: relative; }
    .owl-carousel .slide-content .slide-caption-container .slide-caption {
      background: transparent; } }
/* POPUP                                                                                          POPUP */
/* ---------------------------------------------------------------------------------------------------- */
#home_popup .modal-dialog {
  width: auto;
  max-width: 80rem; }
#home_popup .modal-content .modal-body {
  padding-bottom: 24px; }
  #home_popup .modal-content .modal-body .popup-mobile {
    display: none; }

@media (max-width: 575.98px) {
  #home_popup .modal-content .modal-body .popup-main {
    display: none; }
  #home_popup .modal-content .modal-body .popup-mobile {
    display: inline-block; } }
/* TITLE                                                                                          TITLE */
/* ---------------------------------------------------------------------------------------------------- */
/* COVER IMAGE UNDER CARD                                                        COVER IMAGE UNDER CARD */
/* ---------------------------------------------------------------------------------------------------- */
.cover-image-under-card {
  position: relative; }
  .cover-image-under-card .curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .cover-image-under-card .title-back {
    position: relative;
    width: 100%;
    height: 350px;
    background-color: black; }
  .cover-image-under-card .container {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 60px; }
    .cover-image-under-card .container .title-container {
      display: block;
      position: relative;
      top: 50%;
      text-align: center;
      width: 100%;
      padding: 20px 25px;
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .cover-image-under-card .container .title-container h1 {
        color: #fff; }
      .cover-image-under-card .container .title-container h4 {
        margin-top: 15px;
        font-size: 21px;
        color: #fff; }
      .cover-image-under-card .container .title-container .date {
        margin-top: 20px;
        font-size: 16px;
        color: #fff;
        opacity: 0.5;
        filter: alpha(opacity=50); }

@media only screen and (min-width: 991px) and (max-width: 991px) {
  .cover-image-under-card .title-back {
    height: 400px; }
    .cover-image-under-card .title-back > .container {
      padding-top: 100px; } }
@media only screen and (max-width: 991px) {
  .cover-image-under-card .title-back {
    height: 300px;
    padding-top: 0px; }
    .cover-image-under-card .title-back > .container {
      padding-top: 0; } }
/* DARK COVER IMAGE                                                                    DARK COVER IMAGE */
/* ---------------------------------------------------------------------------------------------------- */
.cover-image-dark {
  position: relative; }
  .cover-image-dark .curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .cover-image-dark .container {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 60px; }
    .cover-image-dark .container .title-container {
      display: block;
      position: relative;
      top: 50%;
      text-align: center;
      width: 100%;
      padding: 20px 25px;
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .cover-image-dark .container .title-container h1 {
        margin-top: 50px;
        color: #fff; }
      .cover-image-dark .container .title-container .date {
        margin-top: 20px;
        font-size: 16px;
        color: #fff;
        opacity: 0.5;
        filter: alpha(opacity=50); }

/* FOOTER                                                                                        FOOTER */
/* ---------------------------------------------------------------------------------------------------- */
.footer-spacer {
  height: 90px; }

.pre-footer {
  padding-top: 70px;
  padding-bottom: 60px;
  letter-spacing: 0.2rem;
  color: #e0dcd3;
  background-color: #232323; }
  .pre-footer h4 {
    margin-top: 20px;
    font-size: 21px; }

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  margin-top: 0;
  padding: 0;
  color: rgba(224, 220, 211, 0.5);
  background-color: #161616;
  display: none; }
  footer a {
    color: rgba(224, 220, 211, 0.5); }
    footer a:hover, footer a:active, footer a:focus {
      text-decoration: none;
      color: #e0dcd3; }
  footer h4 {
    margin-top: 25px;
    color: #e0dcd3; }
  footer p {
    margin-top: 20px; }
  footer a.footer-home-logo {
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  footer .apoios {
    margin-top: 30px;
    text-align: center; }
    footer .apoios .ap-logo {
      margin: 30px auto; }
  footer .footer-menu {
    margin-top: 20px; }
    footer .footer-menu li {
      margin-bottom: 3px; }
  footer .social-icons {
    margin-top: 20px;
    margin-bottom: 0; }
    footer .social-icons li {
      display: inline-block; }
      footer .social-icons li .btn-just-icon {
        margin: 0 10px 15px 0;
        color: rgba(224, 220, 211, 0.5) !important;
        background-color: rgba(224, 220, 211, 0.1) !important; }
        footer .social-icons li .btn-just-icon:hover, footer .social-icons li .btn-just-icon:focus, footer .social-icons li .btn-just-icon:active {
          color: #e0dcd3 !important;
          background-color: #232323 !important; }
  footer .btn-default {
    color: rgba(224, 220, 211, 0.5) !important;
    background-color: rgba(224, 220, 211, 0.1) !important; }
    footer .btn-default:hover, footer .btn-default:focus, footer .btn-default:active {
      color: #e0dcd3 !important;
      background-color: #232323 !important; }
  footer .footer-portugal {
    margin-top: 25px;
    padding: 25px 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  footer #FormBuilder_newsletter-subscription .form-group {
    margin-top: 0;
    padding-bottom: 0; }
  footer #FormBuilder_newsletter-subscription label.control-label {
    display: none; }
  footer #FormBuilder_newsletter-subscription input.form-control {
    color: #e0dcd3; }
  footer .end-footer {
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: rgba(224, 220, 211, 0.2);
    background-color: #000; }
    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(224, 220, 211, 0.4);
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      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; }

@media only screen and (max-width: 480px) {
  footer .end-footer .brand, footer .end-footer .design {
    display: block; }
  footer .end-footer .separator {
    display: none; } }
/* TEAM                                                                                            TEAM */
/* ---------------------------------------------------------------------------------------------------- */
.team-member {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #bdbdbd; }
  .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: 30px; } }
/* NEWS                                                                                            NEWS */
/* ---------------------------------------------------------------------------------------------------- */
.card-fixed-height {
  height: 500px; }

/* 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);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) ;
    -moz-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 */
/* ---------------------------------------------------------------------------------------------------- */
/* ANIMATIONS                                                                                ANIMATIONS */
/* ---------------------------------------------------------------------------------------------------- */
.animation-bounce {
  position: relative;
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
  animation: bounce 1s infinite; }

@keyframes bounce {
  0% {
    -webkit-animation-timing-function: easeOutQuint;
    -moz-animation-timing-function: easeOutQuint;
    -o-animation-timing-function: easeOutQuint;
    bottom: 0px; }
  50% {
    -webkit-animation-timing-function: easeOutQuint;
    -moz-animation-timing-function: easeOutQuint;
    -o-animation-timing-function: easeOutQuint;
    bottom: 30px; }
  100% {
    bottom: 0px; } }
/* PRODUCTS                                                                                    PRODUCTS */
/* ---------------------------------------------------------------------------------------------------- */
.product-card {
  max-width: 450px;
  background-color: #e0dcd3; }
  .product-card .card-image {
    width: auto;
    height: 265px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #e0dcd3;
    /*
    		background-color: #0c0c0c;
    		background-image: url('/site/images/product-back.jpg');
    		-webkit-background-size: cover;
    		-moz-background-size: cover;
    		-o-background-size: cover;
    		background-size: cover;
    */ }
    .product-card .card-image:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em;
      /* Adjusts for spacing */ }
    .product-card .card-image .veggies {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 50%; }
    .product-card .card-image img {
      width: auto;
      height: auto;
      max-height: 265px;
      display: inline-block;
      vertical-align: middle; }
  .product-card .card-body {
    text-align: center;
    background-color: #232323; }
    .product-card .card-body .card-title {
      height: 45px;
      font-family: "Lato", sans-serif;
      font-size: 15px;
      line-height: 2rem;
      text-transform: uppercase;
      color: rgba(224, 220, 211, 0.7); }
    .product-card .card-body .card-subtitle {
      margin-top: 0;
      font-family: "Lato", sans-serif;
      font-size: 13px;
      text-transform: uppercase;
      color: rgba(224, 220, 211, 0.3); }

#productModal {
  background-color: rgba(0, 0, 0, 0.8); }
  #productModal .modal-dialog {
    width: 100%;
    max-width: 900px; }
    #productModal .modal-dialog .modal-content {
      background-color: #e0dcd3; }
      #productModal .modal-dialog .modal-content .modal-image {
        padding-right: 15px;
        background-color: #0c0c0c;
        background-image: url("/site/images/product-back.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      #productModal .modal-dialog .modal-content .modal-text {
        padding-left: 30px;
        padding-right: 30px; }
      #productModal .modal-dialog .modal-content .close {
        position: absolute;
        top: 2px;
        right: 8px;
        text-shadow: none;
        font-size: 30px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }

.quality-standards h2 {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 3.5rem; }
.quality-standards .quality-section {
  padding-bottom: 4rem;
  border-bottom: 1px solid #898989; }
  .quality-standards .quality-section.quality-header {
    padding-bottom: 1rem; }
  .quality-standards .quality-section h3 {
    font-weight: 700; }
  .quality-standards .quality-section h4 {
    margin-top: 2rem;
    font-weight: 700; }
  .quality-standards .quality-section .quality-image {
    display: block;
    max-width: 35rem;
    height: 12rem;
    margin: 2rem 0; }
    .quality-standards .quality-section .quality-image img {
      display: inline-block;
      max-height: 12rem;
      margin-right: 2rem; }
    .quality-standards .quality-section .quality-image .quality-label {
      width: 100%;
      max-width: 30rem;
      margin-top: 2.5rem; }
  .quality-standards .quality-section .quality-info {
    padding-top: 1rem;
    border-top: 0.7rem solid #231f20; }
    .quality-standards .quality-section .quality-info .icon-scale {
      position: relative;
      top: 0.1rem;
      height: 4rem;
      float: left;
      margin-right: 1rem; }
    .quality-standards .quality-section .quality-info.red {
      border-color: #eb1c24; }
    .quality-standards .quality-section .quality-info.green {
      border-color: #006738; }
    .quality-standards .quality-section .quality-info.white {
      border-color: #fff; }

@media (max-width: 767.98px) {
  .quality-standards .quality-section.quality-header {
    margin-top: 2rem; }
  .quality-standards .quality-section .quality-image {
    height: auto; }
    .quality-standards .quality-section .quality-image .quality-label {
      margin-top: 0; }
  .quality-standards .quality-section .quality-info {
    padding-top: 0;
    border-top: none; } }
/* PAGES                                                                                          PAGES */
/* ---------------------------------------------------------------------------------------------------- */
/* HOME                                                                                            HOME */
/* ---------------------------------------------------------------------------------------------------- */
.home-icon {
  display: inline-block;
  max-width: 170px;
  margin: 30px 50px;
  vertical-align: top;
  cursor: pointer; }
  .home-icon h3 {
    margin-top: 8px;
    font-size: 35px; }

/* CONTENT                                                                                      CONTENT */
/* ---------------------------------------------------------------------------------------------------- */
/* TITLES                                                                                        TITLES */
/* ---------------------------------------------------------------------------------------------------- */
.cover-image-dark {
  height: 400px; }
  .cover-image-dark .back-container {
    height: 400px;
    background-position: center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .cover-image-dark .container .title-container h1 {
    display: inline-block;
    margin-top: 80px;
    padding: 20px 50px;
    text-transform: uppercase;
    color: #e0dcd3;
    font-size: 35px;
    border-bottom: 2px solid rgba(224, 220, 211, 0.7); }
  .cover-image-dark .container .title-container h4 {
    margin-top: 25px;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .4rem;
    color: rgba(224, 220, 211, 0.7); }
  @media only screen and (max-width: 1199px) {
    .cover-image-dark {
      height: 350px; }
      .cover-image-dark .back-container {
        height: 350px; }
      .cover-image-dark h1 {
        margin-top: 60px; } }
  @media only screen and (max-width: 991px) {
    .cover-image-dark {
      height: 220px; }
      .cover-image-dark .back-container {
        height: 220px; }
      .cover-image-dark .container {
        margin-top: -7px !important; }
        .cover-image-dark .container .title-container h1 {
          margin-top: 0; } }
  @media only screen and (max-width: 480px) {
    .cover-image-dark .container .title-container h1 {
      font-size: 25px; }
    .cover-image-dark .container .title-container h4 {
      margin-top: 14px;
      font-size: 15px; } }

#main-content .container {
  margin-top: 15px; }

.content-section img {
  margin-top: 30px; }

/*# sourceMappingURL=style.css.map */
