/* 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 */
/* ---------------------------------------------------------------------------------------------------- */
.waiting, .form-ok, .form-not-ok {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-align: center;
  background-color: #fff;
  display: none; }
  .waiting .spinner, .form-ok .spinner, .form-not-ok .spinner {
    display: inline-block;
    border-bottom: 8px solid rgba(235, 30, 36, 0.1);
    border-left: 8px solid rgba(235, 30, 36, 0.1);
    border-right: 8px solid rgba(235, 30, 36, 0.1);
    border-top: 8px solid #eb1e24;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    animation: rot .4s infinite linear;
    position: relative; }
    .waiting .spinner.white, .form-ok .spinner.white, .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; }
@keyframes rot {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.form-base .waiting, .form-base .form-ok, .form-base .form-not-ok {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* FORMBUILDER                                                                              FORMBUILDER */
/* ---------------------------------------------------------------------------------------------------- */
div.FormBuilder {
  margin-top: 20px; }
  div.FormBuilder .InputfieldForm .Inputfield {
    margin: 10px 0 0 0 !important; }

.FormBuilderErrors .text-danger {
  padding: 6px 15px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  border: 1px solid #ff9898;
  background-color: #ffd1d1; }

/* FORMS                                                                                          FORMS */
/* ---------------------------------------------------------------------------------------------------- */
.form-base {
  margin-top: 0;
  margin-bottom: 0;
  position: relative; }

form {
  display: inline-block;
  width: 100%;
  margin-top: -10px; }
  form .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box; }
    form .form-control:active, form .form-control:focus {
      outline: none;
      border: none;
      border: 1px solid #eb1e24;
      -webkit-box-shadow: 0 0 3px rgba(235, 30, 36, 0.7) ;
      -moz-box-shadow: 0 0 3px rgba(235, 30, 36, 0.7) ;
      box-shadow: 0 0 3px rgba(235, 30, 36, 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 5px;
      padding: 2px 10px;
      font-size: 14px;
      color: #aa0000;
      -moz-border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px;
      background-clip: padding-box; }
      form .form-group .text-danger::before {
        left: -5px;
        top: 1px;
        position: relative;
        font-family: 'IonIcons';
        font-size: 19px;
        line-height: 0;
        content: "\f3bc"; }
    form .form-group.rrequired {
      height: 0 !important;
      margin: 0 !important;
      overflow: hidden; }
    form .form-group input, form .form-group textarea {
      border: 1px solid #fff;
      border-bottom: 1px solid #aaa; }
  form .form-buttons {
    margin-top: 20px;
    margin-bottom: 0; }

/* ALERTS                                                                                        ALERTS */
/* ---------------------------------------------------------------------------------------------------- */
.alert {
  margin-bottom: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box; }

/* TOOLTIPS                                                                                    TOOLTIPS */
/* ---------------------------------------------------------------------------------------------------- */
.tooltip {
  font-size: 1.5rem; }

/* BODY                                                                                            BODY */
/* ---------------------------------------------------------------------------------------------------- */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15.5px;
  background-color: #f3f3f3;
  color: #525252; }

a {
  color: #0073c6;
  -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; }

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 44px;
  letter-spacing: -0.07em;
  text-transform: uppercase; }

h2, h3, h4 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-transform: uppercase; }

p {
  margin-top: 20px;
  margin-bottom: 0; }

hr {
  margin-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

ul {
  margin-top: 20px;
  margin-bottom: 0; }

/* STYLES                                                                                        STYLES */
/* ---------------------------------------------------------------------------------------------------- */
.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.img-centered {
  margin-left: auto;
  margin-right: auto; }

.hid {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden; }

/* 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;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  border: none;
  text-shadow: none;
  white-space: inherit;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) ;
  -moz-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;
  -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; }
  .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 30px;
  font-size: 17px; }
  .btn-md.icon-right {
    padding-right: 35px; }
    .btn-md.icon-right i {
      position: relative;
      left: 5px;
      top: 2px;
      line-height: 0;
      font-size: 21px; }

.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-lg {
  padding: 10px 30px; }
  .btn-lg i {
    font-size: 22px;
    position: relative;
    line-height: 0;
    top: 2px;
    margin-left: 8px; }
    .btn-lg i.right-icon {
      position: relative;
      top: 0;
      margin-left: 1.3rem;
      font-size: 2.2rem;
      line-height: 0; }

.btn-primary {
  color: #fff;
  background-color: #eb1e24; }
  .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #eb1e24; }
  .btn-primary:hover {
    color: #fff;
    background-color: #960d11; }

.btn-white {
  color: #eb1e24;
  background-color: #fff; }
  .btn-white:focus, .btn-white:active, .btn-white:hover {
    color: #fff;
    background-color: #eb1e24; }

.btn-primary-soft {
  color: #eb1e24;
  background-color: rgba(235, 30, 36, 0.15); }
  .btn-primary-soft:focus, .btn-primary-soft:active {
    color: #eb1e24;
    background-color: rgba(235, 30, 36, 0.15); }
  .btn-primary-soft:hover {
    color: #fff;
    background-color: #eb1e24; }

.btn-kat {
  color: #fff;
  background-color: #606060; }
  .btn-kat:focus, .btn-kat:active {
    color: #fff;
    background-color: #606060; }
  .btn-kat:hover {
    color: #fff;
    background-color: #eb1e24; }

.btn-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn-action {
  color: #fff;
  background-color: #eb1e24; }
  .btn-action:focus, .btn-action:active, .btn-action:hover {
    color: #fff;
    background-color: #eb1e24; }

.btn-title {
  padding: 0.6rem 2rem;
  color: #fff;
  background-color: #4d4d4d; }
  .btn-title:focus, .btn-title:active {
    color: #fff;
    background-color: transparent; }
  .btn-title:hover {
    color: #fff;
    background-color: #eb1e24; }
  .btn-title i {
    position: inherit;
    left: inherit;
    top: inherit; }

/* 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(233, 30, 99, 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: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  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(233, 30, 99, 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(233, 30, 99, 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; }

/* PARTS                                                                                          PARTS */
/* ---------------------------------------------------------------------------------------------------- */
/* HEADER                                                                                        HEADER */
/* ---------------------------------------------------------------------------------------------------- */
#full-header {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  -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; }
  #full-header .header {
    height: 10px;
    padding: 0;
    color: #fff;
    background-color: #1a1a1a;
    border: none;
    -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; }
    #full-header .header .container {
      position: relative;
      margin: 0 auto;
      height: 150px;
      overflow: hidden;
      -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; }
      #full-header .header .container .logo {
        margin-top: 15px;
        margin-bottom: 15px;
        -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; }
      #full-header .header .container .languages {
        position: absolute;
        top: 10px;
        right: 27px;
        margin-top: 0; }
        #full-header .header .container .languages li {
          display: inline-block; }
          #full-header .header .container .languages li a {
            margin-left: 0;
            padding: 5px;
            color: rgba(170, 170, 170, 0.4);
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-clip: padding-box; }
            #full-header .header .container .languages li a:hover, #full-header .header .container .languages li a:focus, #full-header .header .container .languages li a:active {
              text-decoration: none;
              color: #fff;
              background-color: rgba(170, 170, 170, 0.3); }
          #full-header .header .container .languages li.current a {
            color: #aaa; }
            #full-header .header .container .languages li.current a:hover, #full-header .header .container .languages li.current a:focus, #full-header .header .container .languages li.current a:active {
              text-decoration: none;
              color: #fff;
              background-color: rgba(170, 170, 170, 0.3); }

/* ON SCROLL                                                                                  ON SCROLL */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- COLOCADO EM COMENTÁRIO
#full-header.scroll-class .header {
  height: 0; }
  #full-header.scroll-class .header .container {
    height: 0;
    margin-top: 0;
    margin-bottom: 0; }*/

/* ON MOBILE                                                                                  ON MOBILE */
/* ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  #full-header .header .container {
    width: 100%; }
    #full-header .header .container .languages {
      top: 5px;
      left: 5px;
      right: inherit; } }
@media only screen and (max-width: 400px) {
  #full-header .header .container .logo {
    height: 50px; } }
@media only screen and (max-width: 480px) {
  #full-header .header .container {
    height: 125px; }
    #full-header .header .container .logo {
      margin-top: 40px;
      width: 220px;
      height: auto; } }
/* NAVIGATION                                                                                NAVIGATION */
/* ---------------------------------------------------------------------------------------------------- */
.navbar {
  margin-bottom: 0;
  padding-top: 0.1rem;
  padding-bottom: 0;
  background-color: #1a1a1a;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  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; }
  .navbar .container {
    position: relative;
    padding-bottom: 0.1rem; }
    .navbar .container .logo-container {
      position: absolute;
      display: inline-block;
      width: auto;
      height: auto;
      top: -15px;
      -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 .container .logo-container .logo {
        padding-top:9px;
        position: relative;
        display: inline-block; }
      .navbar .container .logo-container .icon {
        position: absolute;
        left: 292px;
        bottom: 31px;
        -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 {
    padding-right: 0;
    padding-left: 0; }
    .navbar #navbar .navbar-nav {
      display: inline-block;
      float: right;
      margin: 10px 0 0 0; }
      .navbar #navbar .navbar-nav li a {
        margin: 0 0 0 1px;
        padding: 5px 15px;
        font-family: "Ubuntu", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: normal;
        text-transform: uppercase;
        text-align: left;
        color: #fff;
        background: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-clip: padding-box; }
        .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;
          -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 .navbar-nav li a:hover, .navbar #navbar .navbar-nav li a:focus, .navbar #navbar .navbar-nav li a:active {
          color: #fff;
          background-color: #eb1e24; }
      .navbar #navbar .navbar-nav li.open a.dropdown-toggle::after {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .navbar #navbar .navbar-nav li.active > a {
        font-weight: 600; }
      .navbar #navbar .navbar-nav .dropdown-menu {
        padding: 0;
        margin-top: 1px;
        margin-left: 1px;
        background-color: #eb1e24;
        border: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        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) ; }
        .navbar #navbar .navbar-nav .dropdown-menu li a {
          margin: 0;
          padding: 10px 15px;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          background-clip: padding-box; }
          .navbar #navbar .navbar-nav .dropdown-menu li a:hover, .navbar #navbar .navbar-nav .dropdown-menu li a:focus, .navbar #navbar .navbar-nav .dropdown-menu li a:active {
            background-color: rgba(26, 26, 26, 0.5); }
  .navbar .navbar-header {
    margin-right: 0;
    margin-left: 0; }
    .navbar .navbar-header .navbar-toggle {
      position: relative;
      float: right;
      margin: 3px;
      padding: 2px 17px;
      border: none;
      overflow: hidden;
      -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-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: #eb1e24; }

/* ON SCROLL                                                                                  ON SCROLL */
/* ---------------------------------------------------------------------------------------------------- 
#full-header.scroll-class .navbar {
  padding-top: 0;
  padding-bottom: 0; }
  #full-header.scroll-class .navbar .container {
    padding-bottom: 0; }
    #full-header.scroll-class .navbar .container .logo-container .logo {
      opacity: 0;
      filter: alpha(opacity=0); }
    #full-header.scroll-class .navbar .container .logo-container .icon {
      left: 5px;
      bottom: -6px; }
      #full-header.scroll-class .navbar .container .logo-container .icon img {
        height: 27px; }*/

/* MOBILE                                                                                        MOBILE */
/* ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .navbar {
    padding-top: 38px;
    padding-bottom: 0; }
    .navbar .container {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: center; }
      .navbar .container .logo-container {
        width: 100%;
        top: -34px;
        left: 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; }
        .navbar .container .logo-container .logo img {
          width: 250px; }
        .navbar .container .logo-container .icon-container {
          position: relative;
          width: 250px;
          height: 5px;
          margin: auto; }
          .navbar .container .logo-container .icon-container .icon {
            position: absolute;
            left: 238px;
            bottom: 31px; }
            .navbar .container .logo-container .icon-container .icon img {
              width: 30px;
              height: auto; }
    .navbar #navbar {
      padding: 0; }
      .navbar #navbar .navbar-nav {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px; }
        .navbar #navbar .navbar-nav li {
          display: inline-block;
          width: 100%;
          padding: 3px 6px; }
          .navbar #navbar .navbar-nav li a {
            margin: 0;
            padding: 12px 15px; }
        .navbar #navbar .navbar-nav .dropdown-menu {
          position: relative;
          width: 100% !important;
          margin: 3px 0 0 0;
          padding: 0;
          background-color: rgba(235, 30, 36, 0.5);
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
          .navbar #navbar .navbar-nav .dropdown-menu li {
            padding: 0; }
            .navbar #navbar .navbar-nav .dropdown-menu li a {
              padding: 12px 15px; } }
@media only screen and (max-width: 768px) {
  #navbar {
    margin: 0;
    padding: 0; }
    #navbar .navbar-nav {
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 5px;
      padding-bottom: 5px; }
      #navbar .navbar-nav li {
        display: inline-block;
        width: 100%;
        padding: 0; }
        #navbar .navbar-nav li a {
          margin: 3px 6px;
          padding: 12px 15px; } }
@media only screen and (max-width: 480px) {
  .navbar .container .logo-container {
    width: 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; }
    .navbar .container .logo-container .logo img {
      width: 170px; }
    .navbar .container .logo-container .icon-container {
      width: 170px; }
      .navbar .container .logo-container .icon-container .icon {
        left: 162px;
        bottom: 22px; }
        .navbar .container .logo-container .icon-container .icon img {
          width: 20.4px;
          height: auto; } }
/* MOBILE ON SCROLL                                                                    MOBILE ON SCROLL */
/* ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  #full-header.scroll-class .navbar {
    padding-top: 0px; }
    #full-header.scroll-class .navbar .container .logo-container {
      width: 100%;
      height: 0; }
      #full-header.scroll-class .navbar .container .logo-container .icon-container {
        width: 100%; }
        #full-header.scroll-class .navbar .container .logo-container .icon-container .icon {
          left: 15px;
          bottom: -29px; }
          #full-header.scroll-class .navbar .container .logo-container .icon-container .icon img {
            width: auto;
            height: 27px; } }
@media only screen and (max-width: 480px) {
  #full-header.scroll-class .navbar .container .logo-container .icon-container .icon {
    left: 15px;
    bottom: -41px; }
    #full-header.scroll-class .navbar .container .logo-container .icon-container .icon img {
      width: auto;
      height: 27px; } }
/* MOBILE MENU BREAKPOINT                                                        MOBILE MENU BREAKPOINT */
/* ---------------------------------------------------------------------------------------------------- */
@media (max-width: 992px) {
  .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-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; } }
/* TITLE                                                                                          TITLE */
/* ---------------------------------------------------------------------------------------------------- */
.title {
  color: #fff;
  background-color: #343434; }
  .title h1 {
    margin-top: 1.4rem;
    margin-bottom: 1.5rem;
    font-size: 3.5rem; }
    .title h1 .hashtag {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .title .container {
    position: relative;
    padding-bottom: 0; }
    .title .container .title-navigation {
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 1.5rem;
      margin-right: 1.4rem; }

/* 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: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
    .search-container input:active, .search-container input:focus {
      outline: none;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .search-container .btn {
    color: #eb1e24;
    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: #eb1e24;
      background-color: #fff; }
    .search-container .btn:hover {
      color: #fff;
      background-color: rgba(235, 30, 36, 0.6); }

/* MOBILE                                                                                        MOBILE */
/* ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .search-container {
    padding: 15px 15px 11px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); } }
/* HOME FEATURES                                                                          HOME FEATURES */
/* ---------------------------------------------------------------------------------------------------- */
.top-feature {
  margin-top: -8.4rem;
  background-color: #f3f3f3;
  overflow: hidden; }
  .top-feature .container {
    position: relative; }
    .top-feature .container .element {
      max-width: 100%!important;
      margin-left: 0rem!important;
      margin-top: 0rem!important; }
    .top-feature .container .small-text {
      position: absolute;
      top: 120px;
      left: 43%;
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
      font-size: 42px;
      letter-spacing: -0.2rem;
      color: #000;
      line-height: 1.2;
      text-transform: uppercase;
      text-align: center; }
    .top-feature .container .big-text {
      position: absolute;
      top: 93px;
      left: 68%;
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      font-size: 65px;
      letter-spacing: -0.2rem;
      color: #000;
      line-height: 1.2;
      text-transform: uppercase;
      text-align: center; }

.intro-feature {
  margin-bottom: 2rem;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #eee; /*alterada 28/05/2021*/
  background-color: #000; }
  .intro-feature h2 {
    margin: 0 0 20px 0;
    text-transform: uppercase; }
    .intro-feature h2 .red {
      color: #eb1e24; }
  .intro-feature .feature-content p:first-child {
    margin-top: 0; }

@media only screen and (max-width: 1569px) {
  .top-feature {
    height: 280px; }
    .top-feature .container {
      position: relative; }
      .top-feature .container .element {
        position: relative;
        display: inline-block;
        float: left;
        max-width: 32%;
        top: 0;
        left: inherit;
        padding: 0px; }
      .top-feature .container .small-text {
        position: relative;
        display: inline-block;
        float: left;
        max-width: 32%;
        top: 74px;
        left: inherit;
        padding: 30px;
        font-size: 33px; }
      .top-feature .container .big-text {
        position: relative;
        display: inline-block;
        float: left;
        max-width: 32%;
        top: 33px;
        left: inherit;
        padding: 50px;
        font-size: 49px; } }
@media only screen and (max-width: 1199px) {
  .top-feature {
    height: auto; }
    .top-feature .container {
      position: relative;
      text-align: center; }
      .top-feature .container .element {
        position: relative;
        display: block;
        float: inherit;
        top: auto;
        left: auto;
        margin: auto;
        padding: 0; }
      .top-feature .container .small-text {
        position: relative;
        display: block;
        float: inherit;
        max-width: 100%;
        top: auto;
        left: auto;
        margin: auto;
        padding: 0; }
      .top-feature .container .big-text {
        position: relative;
        display: block;
        float: inherit;
        max-width: 100%;
        top: auto;
        left: auto;
        margin: 20px auto 40px auto;
        padding: 0; } }
@media only screen and (max-width: 992px) {
  .top-feature{
    margin-top: 0rem!important;
  }
  .element {
    margin-top: 0rem!important;
  }
}
/* CONTENT                                                                                      CONTENT */
/* ---------------------------------------------------------------------------------------------------- */
#main-content {
  margin-top: 22rem;
  padding-top: 0; }
  #main-content .main-content {
    margin-top: 2rem; }
  #main-content .section-buttons {
    margin-top: 4rem; }

@media only screen and (max-width: 992px) {
  #main-content {
    margin-top: 175px; } }
/* TITLE & COVER IMAGE                                                              TITLE & COVER IMAGE */
/* ---------------------------------------------------------------------------------------------------- */
.cover-image {
  position: relative; }
  .cover-image .title-container {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 20px;
    padding: 20px 25px;
    background-color: rgba(255, 255, 255, 0.5); }
    .cover-image .title-container .date {
      opacity: 0.5;
      filter: alpha(opacity=50); }

@media only screen and (max-width: 767px) {
  .cover-image .title-container {
    margin-top: 10px;
    position: relative;
    display: block;
    bottom: inherit;
    padding: 0;
    background: none; } }
/* FILTERS                                                                                      FILTERS */
/* ---------------------------------------------------------------------------------------------------- */
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1); }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
#filter-container .is-animated {
  -webkit-animation: .6s zoom-in;
  -moz-animation: .6s zoom-in;
  -o-animation: .6s zoom-in;
  animation: .6s zoom-in; }

/* PROJECTS                                                                                    PROJECTS */
/* ---------------------------------------------------------------------------------------------------- */
.project-body {
  margin-top: 20px; }
  .project-body h3:first-child {
    margin-top: 0; }
  .project-body .client {
    margin-top: 0;
    font-size: 20px; }
  .project-body .btn {
    margin-top: 10px; }

/* TEAM MEMBERS                                                                            TEAM MEMBERS */
/* ---------------------------------------------------------------------------------------------------- */
.team-member h2 {
  margin-top: -3px; }
.team-member h3 {
  margin-top: 0; }
.team-member .img-responsive {
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 480px) {
  .team-member .member-id img {
    margin-left: auto;
    margin-right: auto; }
  .team-member h2 {
    margin-top: 20px; } }
/* ARTICLES                                                                                    ARTICLES */
/* ---------------------------------------------------------------------------------------------------- */
/* ARTICLE LISTING                                                                      ARTICLE LISTING */
/* ---------------------------------------------------------------------------------------------------- */
.article-separator {
  margin-top: 20px;
  margin-bottom: 20px; }

.article-listing {
  margin-top: 20px; }
  .article-listing h2 {
    margin-top: -3px; }
  .article-listing .date {
    margin-bottom: 10px;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .article-listing p {
    margin-top: 5px; }
  .article-listing .btn {
    margin-top: 10px; }

/* FEATURED                                                                                    FEATURED */
/* ---------------------------------------------------------------------------------------------------- */
.home-featured {
  margin-top: 0; }

.home-latest {
  margin-top: 50px; }

@media only screen and (max-width: 991px) {
  .home-featured h2, .home-latest h2 {
    margin-bottom: -20px; }
  .home-featured .featured, .home-latest .featured {
    margin-top: 40px; } }
/* PROJECT GALLERY                                                                      PROJECT GALLERY */
/* ---------------------------------------------------------------------------------------------------- */
.project-gallery {
  display: inline-block; }
  .project-gallery #gallery {
    margin-top: 20px; }
    .project-gallery #gallery a {
      position: relative;
      display: inline-block;
      margin: 0 0 30px 0;
      float: left;
      background-position: center;
      background-size: cover;
      overflow: hidden; }
      .project-gallery #gallery a img {
        width: 100%; }

@media only screen and (max-width: 991px) {
  .project-gallery #gallery {
    margin: 20px -15px 0; }
    .project-gallery #gallery a {
      width: 50%;
      padding: 0 15px; } }
@media only screen and (max-width: 767px) {
  .project-gallery #gallery a {
    width: 100%; } }
/*
@media only screen and (max-width: 480px) {

	.project-gallery #gallery a {
		width: 50%;
		padding-bottom: 50%;
	}

}
*/
@media only screen and (max-width: 320px) {
  .project-gallery #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;
  box-shadow: none;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.75 0.3s ease-out;
  -moz-transition: 0.75 0.3s ease-out;
  -ms-transition: 0.75 0.3s ease-out;
  -o-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: 25px;
    color: #fff;
    top: 20px;
    padding-top: 11px;
    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: "\f124"; }

.pswp__button--arrow--right {
  right: 0; }
  .pswp__button--arrow--right:before {
    right: 6px;
    content: "\f125"; }

/* 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;
  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;
  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;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: 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 {
    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;
  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 {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    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 {
  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; } }
@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    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;
  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 {
  margin-top: 100px;
  padding: 0 0 25px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.7);
  background-color: #1a1a1a; }
  footer p, footer ul {
    margin-top: 15px; }
  footer a {
    color: rgba(255, 255, 255, 0.6); }
    footer a:hover, footer a:active, footer a:focus {
      text-decoration: none;
      color: #eb1e24; }
  footer h4 {
    margin-top: 25px;
    font-size: 22px; }
  footer form .form-group .text-danger {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 0, 0, 0.4); }
  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;
        padding-top: 11px;
        font-size: 25px;
        text-align: center;
        line-height: 1;
        color: rgba(255, 255, 255, 0.7);
        background-color: rgba(255, 255, 255, 0.1);
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        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: #fff;
          background-color: #eb1e24; }
  footer .btn-primary-soft {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.15); }
    footer .btn-primary-soft:focus, footer .btn-primary-soft:active {
      color: rgba(255, 255, 255, 0.7);
      background-color: rgba(255, 255, 255, 0.15); }

.end-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  background-color: #1a1a1a;
  border-top: 1px solid rgba(255, 255, 255, 0.05); }
  .end-footer .brand, .end-footer .separator, .end-footer .design {
    display: inline-block; }
  .end-footer .separator {
    width: 20px; }
  .end-footer a.artchiado {
    position: relative;
    left: -2px;
    padding: 2px 6px;
    color: rgba(255, 255, 255, 0.4);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box; }
    .end-footer a.artchiado:hover, .end-footer a.artchiado:active, .end-footer a.artchiado:focus {
      text-decoration: none;
      color: #fff;
      background-color: #d91921; }

@media only screen and (max-width: 768px) {
  footer h4 {
    margin-top: 40px; } }
@media only screen and (max-width: 480px) {
  .end-footer .brand, .end-footer .design {
    display: block; }
  .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: rgba(255, 255, 255, 0.7);
    background-color: #1a1a1a; }
    .footer .newsletter-subscribe form .waiting .spinner, .footer .newsletter-subscribe form .form-ok .spinner, .footer .newsletter-subscribe form .form-not-ok .spinner {
      border-top-color: rgba(255, 255, 255, 0.7);
      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: 0px 100px;
  display: none;
  z-index: 10000;
  text-align: center; }
  #eu_cookie .cookie-content {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 10px 12px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    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: 11px;
      font-weight: normal;
      color: #ccc;
      text-decoration: none; }
      #eu_cookie .cookie-content a:hover {
        font-size: 11px;
        font-weight: normal;
        color: #ccc;
        text-decoration: underline; }
    #eu_cookie .cookie-content a.cookie-button {
      padding: 1px 15px;
      font-size: 11px;
      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 */
/* ---------------------------------------------------------------------------------------------------- */
/* LANDING PAGE                                                                            LANDING PAGE */
/* ---------------------------------------------------------------------------------------------------- */
/* NAVIGATION                                                                                NAVIGATION */
/* ---------------------------------------------------------------------------------------------------- */
.landing-nav {
  padding: 5px 0;
  background-color: #1a1a1a;
  color: #fff; }
  .landing-nav .logo {
    display: inline-block;
    margin-bottom: 10px; }
  .landing-nav .contact-info {
    margin-top: 16px; }
    .landing-nav .contact-info .message {
      display: inline;
      position: relative;
      top: 3px;
      font-size: 24px;
      font-weight: 400;
      line-height: 0;
      letter-spacing: -0.7px; }
    .landing-nav .contact-info .number {
      margin: 0 0 0 20px;
      display: inline-block; }
      .landing-nav .contact-info .number i {
        position: relative;
        top: 5px;
        margin-right: 8px;
        font-size: 26px;
        line-height: 1; }
  @media (max-width: 991px) {
    .landing-nav .contact-info {
      margin-top: 0px; }
      .landing-nav .contact-info .message {
        display: block;
        line-height: 1.4; } }
  @media (max-width: 767px) {
    .landing-nav .contact-info .message {
      font-size: 22px;
      margin-bottom: 6px; } }

.portfolio-button {
  display: block;
  text-align: center;
  padding-top: 55px; }

.info-link {
  display: none;
  position: fixed;
  top: 52px;
  right: -36px;
  padding: 4px 10px;
  z-index: 100000;
  color: #fff;
  background-color: #eb1e24;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }
  .info-link:hover, .info-link:active, .info-link:focus {
    color: #fff;
    text-decoration: none; }

.efixit {
  position: fixed; }

@media (max-width: 767px) {
  .efixit {
    position: relative;
    top: auto !important; } }
@media only screen and (max-width: 767px) {
  #full-header {
    position: relative;
    text-align: center; }

  #main-content {
    margin-top: 0px!important; }

  .info-link {
    display: block; }

  .landing-nav {
    position: relative; }
    .landing-nav .logo {
      margin-left: 10px;
      margin-top: 10px; }
    .landing-nav .contact-info {
      margin-top: 5px;
      margin-bottom: 15px;
      text-align: center; }
      .landing-nav .contact-info .number {
        margin: 0 10px; } }
@media only screen and (max-width: 420px) {
  #main-content {
    margin-top: 10px; } }
/* CONTENT                                                                                      CONTENT */
/* ---------------------------------------------------------------------------------------------------- */
.landing-page-container {
  margin-top: -64px; }
  .landing-page-container .mega-title h1 {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #eb1e24;
    z-index: 20000; }
    @media only screen and (max-width: 991px) {
      .landing-page-container .mega-title h1 {
        margin-top: 0; } }
  .landing-page-container .mega-title .subtitle {
    position: relative;
    display: inline-block;
    width: 100%; }
    .landing-page-container .mega-title .subtitle .fold {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      background-image: url("/site/templates/images/corner-shadow.png"); }
    .landing-page-container .mega-title .subtitle .subcontainer {
      display: inline-block;
      position: relative;
      top: -5px;
      float: left;
      min-height: 55px;
      margin-top: 0;
      margin-left: 50px;
      padding: 13px 20px;
      font-family: "Ubuntu", sans-serif;
      font-weight: 500;
      font-size: 25px;
      line-height: 1.2;
      letter-spacing: -0.01em;
      color: #fff;
      background-color: #1a1a1a;
      z-index: 10000; }
  .landing-page-container .landing-gallery {
    margin-top: 15px; }
    .landing-page-container .landing-gallery .mega-title {
      display: none; }
  .landing-page-container .landing-body {
    margin-top: 15px; }
    .landing-page-container .landing-body p {
      line-height: 1.8; }
    .landing-page-container .landing-body ul.icon-list {
      padding-left: 0; }
      .landing-page-container .landing-body ul.icon-list li {
        position: relative;
        margin: 19px 0 0 0;
        padding: 9px 0 0 45px;
        list-style-type: none;
        font-size: 18px;
        line-height: 1.4; }
        .landing-page-container .landing-body ul.icon-list li i {
          position: absolute;
          left: 0px;
          top: 5px;
          width: 35px;
          height: 35px;
          padding: 5px;
          background-color: #1a1a1a;
          color: #f3f3f3;
          text-align: center;
          border-radius: 100%;
          font-size: 25px;
          line-height: 1; }
        .landing-page-container .landing-body ul.icon-list li p {
          margin: 0;
          padding: 0;
          line-height: 1.4; }

@media only screen and (max-width: 991px) {
  .landing-page-container .landing-gallery {
    margin-top: 0; }
    .landing-page-container .landing-gallery .project-gallery #gallery {
      margin-top: 0; }
      .landing-page-container .landing-gallery .project-gallery #gallery a {
        width: 100%; }
  .landing-page-container .landing-body {
    margin-top: 0; } }
@media only screen and (max-width: 767px) {
  .landing-page-container {
    margin-top: -23px; }
    .landing-page-container .landing-gallery .mega-title {
      display: block;
      margin-top: 0;
      margin-bottom: 5px; }
    .landing-page-container .landing-body {
      margin-top: -30px; }
      .landing-page-container .landing-body .mega-title {
        display: none; }

  .portfolio-button {
    padding-top: 10px;
    padding-bottom: 50px; } }
@media only screen and (max-width: 420px) {
  .landing-page-container {
    margin-top: 0;
    padding-top: 5px; } }
/* FORM                                                                                            FORM */
/* ---------------------------------------------------------------------------------------------------- */
#FormBuilder_form_landing .form-group label {
  display: none; }
#FormBuilder_form_landing .form-group.Inputfield.Inputfield_myemail {
  height: 0;
  margin: 0;
  overflow: hidden; }
#FormBuilder_form_landing button::after {
  position: relative;
  top: 1px;
  margin-left: 15px;
  font-family: 'IonIcons';
  font-size: 24px;
  content: "\f2f6";
  line-height: 0; }

/* ACTION CONTACTS                                                                      ACTION CONTACTS */
/* ---------------------------------------------------------------------------------------------------- */
.action-contacts {
  margin-top: 30px;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.07);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box; }
  .action-contacts h3 {
    margin-top: 0; }
  .action-contacts p {
    margin-top: 5px; }
    .action-contacts p a {
      margin-left: -10px;
      padding: 7px 20px 9px 10px;
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      color: #525252;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-clip: padding-box; }
      .action-contacts p a .action-icon {
        display: inline-block;
        position: relative;
        top: 6px;
        width: 28px;
        font-size: 28px;
        line-height: 1;
        color: #eb1e24; }
      .action-contacts p a:hover, .action-contacts p a:active, .action-contacts p a:focus {
        background-color: #eb1e24;
        color: #fff;
        text-decoration: none; }
        .action-contacts p a:hover .action-icon, .action-contacts p a:active .action-icon, .action-contacts p a:focus .action-icon {
          color: #fff; }

/* SERVICES                                                                                    SERVICES */
/* ---------------------------------------------------------------------------------------------------- */
.service {
  padding-top: 20px; }
  .service h2 {
    margin-top: 0; }

/* PAGES                                                                                          PAGES */
/* ---------------------------------------------------------------------------------------------------- */
/* PROJECTS                                                                                    PROJECTS */
/* ---------------------------------------------------------------------------------------------------- */
/* TOP TAGS                                                                                    TOP TAGS */
/* ---------------------------------------------------------------------------------------------------- */
.top-tags {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 17px;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #a0a0a0;
  border-bottom: 1px solid #c2c2c2;
  cursor: pointer; }
  .top-tags li {
    margin: 0 15px;
    display: inline-block; }
    .top-tags li.active {
      font-weight: 600; }
    .top-tags li a {
      color: #a0a0a0; }
      .top-tags li a:active, .top-tags li a:focus {
        color: #a0a0a0;
        text-decoration: none; }
      .top-tags li a:hover {
        color: #eb1e24;
        text-decoration: none; }

/* PROJECT LISTING                                                                      PROJECT LISTING */
/* ---------------------------------------------------------------------------------------------------- */
.project-listing {
  display: block;
  position: relative;
  top: 0px;
  margin-top: 20px;
  color: #525252;
  cursor: pointer;
  -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; }
  .project-listing .info-container {
    display: block;
    min-height: 100px;
    padding: 25px;
    text-align: center;
    background-color: #fff; }
    .project-listing .info-container .feature-info {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 25px;
      text-align: center;
      background-color: #fff; }
      .project-listing .info-container .feature-info h3 {
        margin-top: 0;
        font-size: 21px; }
  .project-listing .tags {
    display: block;
    margin-top: 3px;
    font-family: "Ubuntu", sans-serif;
    font-size: 17px;
    font-style: italic;
    color: #787878; }
  .project-listing:hover, .project-listing:focus, .project-listing:active {
    top: -5px;
    -webkit-box-shadow: 0 4px 4px rgba(136, 0, 0, 0.1), 0 8px 8px rgba(136, 0, 0, 0.1), 0 16px 16px rgba(136, 0, 0, 0.1), 0 32px 32px rgba(136, 0, 0, 0.15), 0 64px 64px rgba(136, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 4px rgba(136, 0, 0, 0.1), 0 8px 8px rgba(136, 0, 0, 0.1), 0 16px 16px rgba(136, 0, 0, 0.1), 0 32px 32px rgba(136, 0, 0, 0.15), 0 64px 64px rgba(136, 0, 0, 0.15);
    box-shadow: 0 4px 4px rgba(136, 0, 0, 0.1), 0 8px 8px rgba(136, 0, 0, 0.1), 0 16px 16px rgba(136, 0, 0, 0.1), 0 32px 32px rgba(136, 0, 0, 0.15), 0 64px 64px rgba(136, 0, 0, 0.15);
    box-shadow: 0 4px 4px rgba(136, 0, 0, 0.1), 0 8px 8px rgba(136, 0, 0, 0.1), 0 16px 16px rgba(136, 0, 0, 0.1), 0 32px 32px rgba(136, 0, 0, 0.15), 0 64px 64px rgba(136, 0, 0, 0.15); }
  .project-listing.hidden-feature {
    display: none; }

/*# sourceMappingURL=style.css.map */
/*          ALTERACOES FEITAS 05/02/2021
            Linha 736 de 20px --para--> 10px
            Linha 837 de 1.4rem --para--> 0.1rem
            Linha 822 de 1.8rem --para--> 0.1rem
*/