@font-face {
    font-family: 'Fedra Mono Std';
    src: url('../fonts/FedraMonoStd-BoldItalic.woff2') format('woff2'),
        url('../fonts/FedraMonoStd-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Mono Std';
    src: url('../fonts/FedraMonoStd-MediumItalic.woff2') format('woff2'),
        url('../fonts/FedraMonoStd-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Mono Std';
    src: url('../fonts/FedraMonoStd-BookItalic.woff2') format('woff2'),
        url('../fonts/FedraMonoStd-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Mono Std';
    src: url('../fonts/FedraMonoStd-Book.woff2') format('woff2'),
        url('../fonts/FedraMonoStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Mono Std';
    src: url('../fonts/FedraMonoStd-Light.woff2') format('woff2'),
        url('../fonts/FedraMonoStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Mono Std Demi';
    src: url('../fonts/FedraMonoStd-Demi.woff2') format('woff2'),
        url('../fonts/FedraMonoStd-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Mono Std Demi';
    src: url('../fonts/FedraMonoStd-DemiItalic.woff2') format('woff2'),
        url('../fonts/FedraMonoStd-DemiItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Mono Std';
    src: url('../fonts/FedraMonoStd-Medium.woff2') format('woff2'),
        url('../fonts/FedraMonoStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Mono Std';
    src: url('../fonts/FedraMonoStd-Bold.woff2') format('woff2'),
        url('../fonts/FedraMonoStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Mono Std';
    src: url('../fonts/FedraMonoStd-LightItalic.woff2') format('woff2'),
        url('../fonts/FedraMonoStd-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Fedra Mono Std', Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 400;
    font-style: normal;
}

a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1880px;
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}

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

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

.white {
    color: #FFF;
}

.white a {
    color: #FFF;
}

.white a:hover {
    color: #FFF;
    text-decoration: underline;
}

.spot {
    color: #4A2343;
}

.link {
    color: #000;
}

.link:hover, .link:focus {
    color: #4A2343;
    text-decoration: none;
}

.link-spot {
    color: #4A2343;
}

.link-spot:hover, .link-spot:focus {
    color: #4A2343;
    text-decoration: underline;
}

.link-medium-spot {
    color: #919191;
}

.link-medium-spot:hover, .link-medium-spot:focus {
    color: #4A2343;
    text-decoration: none;
}

.bg-gray {
    background-color: #f5f6fa;
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 900;
}

.regular {
    font-weight: normal;
}

.medium {
    font-weight: 500;
}

.lighter {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

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

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.justify {
    text-align: justify;
}

h1, h2, h3, h4, h5, h6, p {
    line-height: 120%;
    font-weight: normal;
    margin: 0;
}

h1 {
    font-size: 48px;
    line-height: 48px;
}

h2.max {
    font-size: 48px;
    line-height: 150%;
}

h2 {
    font-size: 30px;
    line-height: 42px;
}

h3 {
    font-size: 24px;
    line-height: 36px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

p {
    font-size: 16px;
    line-height: 24px;
}

p.max {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.65px;
}

p.min {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.85px;
}

a:hover, a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    position: relative;
}

figcaption {
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    background-color: #4A2343;
    padding: 12px 20px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 455px;
    max-width: 100%;
}

hr {
    border-color: #520502;
    margin-top: 30px;
    margin-bottom: 25px;
}

section {
    padding: 60px 0;
}

section.aux {
    padding: 80px 0;
}

section.head {
    padding: 100px 0 80px;
}

section.max {
    padding: 120px 0 80px;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.paddingb50 {
    padding-bottom: 50px;
}

.margin-menu {
    margin-top: 93px;
}

.margint190 {
    margin-top: 190px;
}

.margint135 {
    margin-top: 135px;
}

.margint124 {
    margin-top: 124px;
}

.margint96 {
    margin-top: 96px;
}

.margint90 {
    margin-top: 90px;
}

.margint70 {
    margin-top: 70px;
}

.margint56 {
    margin-top: 56px;
}

.margint50 {
    margin-top: 50px;
}

.margint40 {
    margin-top: 40px;
}

.margint30 {
    margin-top: 30px;
}

.margint25 {
    margin-top: 25px;
}

.margint20 {
    margin-top: 20px;
}

.margint15 {
    margin-top: 15px;
}

.margint10 {
    margin-top: 10px;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    display: flex;
    align-items: center;
}

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

.img-right {
    float: right;
}

.btn {
    font-size: 18px;
    line-height: 20px;
    padding: 7px 28px 6px;
    color: #eb3c36;
    background-color: #FFF;
    border-radius: 12px;
    border: 3px solid #eb3c36;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.79px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn:hover, .btn:focus {
    color: #FFF;
    background-color: #eb3c36;
    border: 3px solid #eb3c36;
}

.btn-white {
    color: #eb3c36;
    background-color: #FFF;
}

.btn-white:hover, .btn-white:focus {
    color: #FFF;
    background-color: #eb3c36;
}

.btn-full {
    width: 100%;
}

.btn-icon {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #9f1814;
    border-radius: 24px;
    padding: 12.3px 54.5px 11.2px 29.5px;
    font-weight: 700;
    border: 0;
    position: relative;
}

.btn-icon i {
    background-color: #FFF;
    width: 28px;
    height: 28px;
    color: #9f1814;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    padding-left: 4px;
    padding-top: 5px;
}

.btn-icon:hover, .btn-icon:focus {
    background-color: #eb3c36;
    border: 0;
}

.btn-icon:hover i, .btn-icon:focus i {
    color: #eb3c36;
}

.btn-map {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 12px 18px 8px;
    background-color: #4A2343;
    position: absolute;
    top: 0;
    z-index: 99;
}

.btn-map:hover, .btn-map:focus {
    color: #FFF;
}

/*================= CAROUSEL FADE !!!!*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity!important;
          transition-property: opacity!important;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0!important;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1!important;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0!important;
  -webkit-transform: translate3d(0, 0, 0)!important;
          transform: translate3d(0, 0, 0)!important;
}

.carousel-fade .carousel-control {
    z-index: 2!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-blend-mode: multiply;
    width: 8%;
}

.carousel-fade .carousel-control.left {
    /* background: linear-gradient(90deg, #A5A4A4 -13.49%, rgba(165, 164, 164, 0) 100%); */
    background: transparent;
}

.carousel-fade .carousel-control.right {
    /* background: linear-gradient(-90deg, #A5A4A4 -13.49%, rgba(165, 164, 164, 0) 100%); */
    background: transparent;
}

.carousel-fade .carousel-control img {
    width: 39px;
}

.carousel-indicators {
    width: 100%;
    position: initial;
    text-align: center;
    margin: 25px 0 0;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #efefef;
    border: 0;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 2px;
    background-color: #eb3c36;
    border: 0;
}

.carousel-control {
    text-shadow: none;
    filter: none;
    opacity: 1;
    width: 10%;
}

.carousel-control, .carousel-control * {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    /*width: 44px;*/
    /*height: 44px;*/
}

.slide p.info {
    position: absolute;
    right: 14px;
    bottom: 8px;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background-color: #FFF;
    border: 0;
    box-shadow: none;
    padding: 20px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar.navbar-shrink {
    padding: 5px 0;   
}

.navbar .logo {
    width: 130px;
    height: auto;
}
/* 
.navbar .logo svg {
    max-width: 100%;
    height: auto;
} */

.navbar .logo a {
    display: inline-block;
}

@media (min-width: 768px) {
    .navbar svg * {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .navbar.navbar-shrink .logo svg .hid {
        opacity: 0;
    }
}

.navbar-default .navbar-nav > li {
    padding: 12px 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar-default.navbar-shrink .navbar-nav > li {
    padding: 20px 20px 18px;
}

.navbar-default .navbar-nav > li > a {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar-nav > li:first-child, .navbar-default.navbar-shrink .navbar-nav > li:first-child {
    padding-left: 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #4A2343;
}

.navbar-default .navbar-nav > li > a:after {
    content: '';
    position: absolute;
    background-color: transparent;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;   
}

.navbar-default .navbar-nav > li:hover > a:after, .navbar-default .navbar-nav > li:focus > a:after {
    background-color: #4A2343;
    bottom: -3px;
}

.navbar-default .navbar-nav > li.current-menu-item > a, .single .navbar-default .navbar-nav > li#menu-item-23 > a, .category .navbar-default .navbar-nav > li#menu-item-23 > a {
    color: #4A2343;
}

.navbar-default .navbar-nav > li.current-menu-item > a:after, .single .navbar-default .navbar-nav > li#menu-item-23 > a:after, .category .navbar-default .navbar-nav > li#menu-item-23 > a:after {
    background-color: #4A2343;
    bottom: -3px;
}

.navbar-default .navbar-nav > li.item_phone {
    position: absolute;
    right: 0;
}

.navbar-default .navbar-nav > li.item_phone > a {
    font-size: 14px;
    background-image: url('../img/icon-phone.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 13px;
    padding-left: 21px;
}

.navbar-default .navbar-nav > li.item_phone:hover > a:after, .navbar-default .navbar-nav > li.item_phone:focus > a:after {
    content: none;
}

@media (max-width: 768px) {
    
}

/*Hamburger Effect*/
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    float: right;
}

.hamburger:hover {
    /*opacity: 0.7;*/
}

.hamburger.is-active:hover {
    /*opacity: 0.7;*/
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #4A2343;
}

.hamburger-box {
    width: 50px;
    height: 30px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 50px;
    height: 2px;
    background-color: #4A2343;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
* Spring Reverse
*/
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

article img, article figure {
    max-width: 100%;
    height: auto;
}

article p, article h1, article h2, article h3, article h4, article h5, article h6 {
    margin-bottom: 20px;
    line-height: 120%;
}

article p {
    font-size: 18px;
    line-height: 27px;
    color: #666666 !important;
}

article a {
    font-weight: 700;
    color: #eb3c36;
}

article a:hover {
    color: #eb3c36;
    text-decoration: underline;
}

article ul {
    padding-left: 16px;
    list-style: none; /* Remove default bullets */
}

article ul li, article ol li {
    font-size: 18px;
    line-height: 27px;
    color: #666666 !important;
    margin-bottom: 15px;
}

article ul li::before {
    content: "\2022";
    color: #eb3c36;
    font-weight: bold;
    display: inline-block;
    width: 18px;
    font-size: 20px;
    margin-left: -18px;
}

form {
    margin: 0;
}

form p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    color: #515c6f;
    font-weight: 900;
    margin: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
select,
textarea {
    width: 100%;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    margin-bottom: 36px;
    border: 0;
    border-bottom: 1px solid #919191;
    color: #515c6f;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus,
input[type=password]:focus,
select:focus{
    outline:none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #4A2343;
    color: #4A2343;
}

input[type=file] {
    width: 100%;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    margin-bottom: 36px;
    border: 0;
    border-bottom: 0;
    color: #515c6f;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

select {
    border-bottom: 1px solid #000;
    color: #000;
    padding-left: 0;
    padding-bottom: 8px;
    margin-bottom: 0;
}

select:focus {
    color: #000;
}

textarea {
    height: 70px;
}

input[type=submit] {
    width: 100%;
    text-align: left;
    border: 0;
    background-color: transparent;
    color: #4A2343;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    border-radius: 0;
    padding: 0;
    text-decoration: underline;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

input[type=submit]:hover, input[type=submit]:focus {
    outline: none;
    background-color: transparent;
    box-shadow: none;
    color: #000;
    border: 0;
}

::-webkit-input-placeholder {
    color: #919191;
    font-weight: 400;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:-moz-placeholder {
    color: #919191;
    font-weight: 400;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

::-moz-placeholder {
    color: #919191;
    font-weight: 400;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:-ms-input-placeholder {  
    color: #919191;
    font-weight: 400;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

*:focus::-webkit-input-placeholder {
   color: #4A2343 !important;
}

*:focus:-moz-placeholder {
   color: #4A2343 !important;
}

*:focus::-moz-placeholder {
   color: #4A2343 !important;
}

*:focus:-ms-input-placeholder {  
   color: #4A2343 !important;
}

span.wpcf7-not-valid-tip {
    margin: -5px 0 20px;
}

div.wpcf7-response-output {
    margin: 0 !important;
    padding: 10px 15px !important;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    font-size: 12px !important;
    margin-top: -30px !important;
}

@media (min-width: 768px) {
    .vertical-row-center {
        display: flex;
        align-items: center;
    }

    .vertical-row-baseline {
        display: flex;
        align-items: flex-end;
    }
}

.max_line {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max_line_3 {
    height: 108px;
    -webkit-line-clamp: 3;
}

.max_line_5 {
    height: 180px;
    -webkit-line-clamp: 5;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal {
    background-color: rgba(0,0,0,0.6);
}

.modal-content {
    width: 65%;
    margin: 0 auto; 
    border-radius: 0;
    padding: 0;
    pointer-events: all;
}

.modal-footer {
    border: 0;
    padding: 0 0 15px;
    text-align: center;
}

.modal-body {
    padding: 0;
}

.modal .close-modal {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    background-color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    right: 15px;
    top: 15px;
}

.modal .lr {
    z-index: 1051;
    width: 3px;
    height: 15px;
    background-color: #4A2343;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    margin: 3px 8px 15px 0;
    cursor: pointer;
}

.modal .lr .rl {
    z-index: 1052;
    width: 3px;
    height: 15px;
    background-color: #4A2343;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.video {
    position: relative;
    display: inline-block;
}

.video:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/icon-play.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 164px;
    position: absolute;
    left: 0;
    top: 0;
}

.video:hover:after {
    animation-name: animate_top;
    animation-duration: 0.8s; 
    animation-timing-function: ease-out; 
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

/* Move it (define the animation) */
@-moz-keyframes animate_top {
    0%   { -moz-transform: translateY(0); }
    100% { -moz-transform: translateY(-15px); }
}
@-webkit-keyframes animate_top {
    0%   { -webkit-transform: translateY(0); }
    100% { -webkit-transform: translateY(-15px); }
}
@keyframes animate_top {
    0%   { 
        -moz-transform: translateY(0); /* Firefox bug fix */
        -webkit-transform: translateY(0); /* Firefox bug fix */
        transform: translateY(0);       
    }
    100% { 
        -moz-transform: translateY(-15px); /* Firefox bug fix */
        -webkit-transform: translateY(-15px); /* Firefox bug fix */
        transform: translateY(-15px); 
    }
}

footer {
    padding: 96px 0 30px;
}

footer .rotate {
    transform: rotate(-90deg);
    position: absolute;
    top: 10px;
    left: -39px;
}

footer .norm {
    position: absolute;
    top: 74px;
    left: 10px;
}

.list_clientes {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.list_clientes .item{
    width: calc(100% / 3);
    padding-left: 15px;
    padding-right: 15px;
}

.list_clientes.page-clientes .item {
    width: calc(100% / 4);
}

.logo_cliente {
    display: block;
    margin: 20px auto;
}

.sec-equipe .col-sm-3 {
    padding: 10px;
}

.sec-equipe .box_equipe, .sec-equipe .box_equipe img {
    position: relative;
}

.sec-equipe .box_equipe .content {
    position: absolute;
    background: rgba(128, 116, 81, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    padding: 17px 20px 17px 28px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sec-equipe .box_equipe:hover .content {
    opacity: 1;
}

.sec-equipe .box_equipe .content .norm {
    position: absolute;
    bottom: 17px;
}

.sec-equipe .box_equipe .content .rotate {
    transform: rotate(-90deg);
    position: absolute;
    bottom: 101px;
    right: -60px;
    width: 190px;
    height: 30px;
}

.box_projetos {
    position: relative;
}

.box_projetos .content {
    position: absolute;
    background: rgba(83, 83, 83, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    padding: 36px 42px 36px 35px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.box_projetos:hover .content {
    opacity: 1;
}

.box_projetos .content .norm {
    position: absolute;
    bottom: 27px;
}

.box_projetos .content .rotate {
    transform: rotate(-90deg);
    position: absolute;
    bottom: 94px;
    right: -15px;
}

.box_projetos .content .rotate.conc {
    bottom: 90px;
    right: 3px;   
}

.acf-map {
    height: 507px;
}

.box_categorias {
    width: calc(100% - 230px);
    padding-right: 20px;
    float: left;
}

.box_categorias ul {
    padding: 0;
}

.box_categorias ul li {
    list-style: none;
    display: inline-block;
    margin: 0 25px;
}

.box_categorias ul li:first-child {
    margin-left: 0;
}

.box_categorias ul li:last-child {
    margin-right: 0;
}

.box_categorias ul li a {
    font-size: 16px;
    line-height: 150%;
    color: #000;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.box_categorias ul li a:hover, .box_categorias ul li a:focus {
    color: #4A2343;
}

.box_categorias ul li.active a {
    color: #4A2343;
    border-bottom: 1px solid #4A2343;
}

.box_status {
    float: left;
    width: 230px;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #fff;
}

#links {
    margin-top: 15px;
}

#links a {
    background-color: #FFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 5px;
    width: 100%;
    height: 65px;
}

#links a img {
    border-radius: 5px;
}

#blueimp-gallery .slide img {
    background-color: #FFF;
    padding: 30px;
    border-radius: 15px;
    max-width: calc(100% - 50px);
    max-height: calc(100% - 50px);
}

.alm-btn-wrap {
    margin-top: 30px !important;
}

.alm-load-more-btn {
    background: #FFF !important;
    border: 2px solid #4A2343 !important;
    border-radius: 0 !important;
    color: #4A2343 !important;
    font-size: 18px !important;
    height: auto !important;
    padding: 15px 35px !important;
}

.alm-load-more-btn.loading {
    padding-left: 44px !important;
}

.alm-load-more-btn:hover, .alm-load-more-btn:focus {
    background-color: #4A2343 !important;
    color: #FFFFFF !important;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
    top: 2px !important;
}

.flex-center {
    display: flex;
    align-items: center;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

@media (max-width: 1366px) and (min-width: 768px) {
    p {
        font-size: 14px;
        line-height: 21px;
    }

    .navbar-default .navbar-nav > li {
        padding: 12px 10px;
    }

    .navbar-default.navbar-shrink .navbar-nav > li {
        padding: 12px 10px 12px;
    }

    .navbar-default li:first-child, .navbar-default.navbar-shrink .navbar-nav > li:first-child {
        padding-left: 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

    h1 {
        font-size: 36px;
        line-height: 36px;
    }

    section {
        padding: 50px 0;
    }

    section.aux {
        padding: 70px 0;
    }

    section.head {
        padding: 80px 0;
    }

    section.max {
        padding: 80px 0;
    }
}

@media (min-width: 768px) {
    #blueimp-gallery .slide img {
        max-height: calc(100% - 120px);
        max-width: calc(100% - 120px);
    }
}

@media (max-width: 768px) {
    .text-m-center, .text-m-center.text-right, .text-m-center .text-right {
        text-align: center;
    }

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

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

    .nomargintm {
        margin-top: 0;
    }

    .margin-menu {
        margin-top: 78px;
    }

    .margintm10 {
        margin-top: 10px;
    }

    .margintm15 {
        margin-top: 15px;
    }

    .margintm20 {
        margin-top: 20px;
    }

    .margintm30 {
        margin-top: 30px;
    }

    .margintm40 {
        margin-top: 40px;
    }

    .margintm50 {
        margin-top: 50px;
    }

    .margintm60 {
        margin-top: 60px;
    }

    .nopaddingm {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nopaddingtm {
        padding-top: 0;
    }

    .paddingtm40 {
        padding-top: 40px;
    }

    h1 {
        font-size: 36px;
        line-height: 36px;
    }

    h2.max {
        font-size: 26px;
        line-height: 39px;
    }

    h3 {
        font-size: 18px;
        line-height: 27px;
    }

    h5 {
        font-size: 14px;
        line-height: 20px;
    }

    p {
        font-size: 14px;
        line-height: 21px;
    }

    section {
        padding: 40px 0;
    }

    section.head {
        padding: 50px 0;
    }

    section.max {
        padding: 70px 0;
    }

    section.aux {
        padding: 50px 0;
    }

    footer {
        padding: 30px 0 0;
        position: relative;
    }

    footer .container > .row {
        padding-bottom: 180px;
    }

    .aux_rotate {
        position: absolute;
        bottom: 110px;
        width: 100%;
    }

    .navbar, .navbar.navbar-shrink {
        padding: 19px 0;
    }

    .navbar .logo {
        width: 120px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0;
    }

    .navbar-nav {
        margin: 45px -15px;
    }

    .navbar-default .navbar-nav > li, .navbar-default.navbar-shrink .navbar-nav > li {
        padding: 15px 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 24px;
        line-height: 36px;
        font-weight: 300;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: inherit;
        height: calc(100vh - 58px);
    }

    .navbar-default .navbar-nav > li.item_phone {
        position: absolute;
        right: inherit;
        bottom: 0;
    }

    .navbar-default p.norm {
        position: absolute;
        right: 16px;
        bottom: 22px;
    }

    .navbar-default p.rotate {
        transform: rotate(-90deg);
        position: absolute;
        right: -46px;
        bottom: 71px;
    }

    .slide p.info {
        right: 6px;
        bottom: 3px;
        font-size: 12px;
        line-height: 18px;
    }

    figcaption {
        color: #FFF;
        font-size: 14px;
        line-height: 21px;
        padding: 6px 11px 5px;
        width: auto;
        min-width: inherit;
    }

    .box_projetos.margint20 {
        margin-top: 7px;
    }

    .video:after {
        background-size: 50px;
    }

    .list_clientes .item{
        width: 50%;
    }

    .logo_cliente {
        margin: 10px auto;
    }

    .box_categorias {
        width: 100%;
        padding-right: 0;
        margin-top: 60px;
    }

    .box_categorias ul li {
        margin: 0 11px;
        float: left;
    }

    .box_categorias ul li:first-child {
        margin-left: 0;
    }

    .box_categorias ul li:last-child {
        margin-right: 0;
    }

    .box_categorias ul li a {
        font-size: 14px;
    }

    .box_status {
        width: 100%;
        margin-top: 30px;
    }

    .box_projetos .content {
        padding: 20px 12px 12px 12px;
    }

    .box_projetos .content .norm {
        bottom: 8px;
    }

    .box_projetos .content .rotate {
        bottom: 50px;
        right: -30px;
    }

    .box_projetos .content .rotate.conc {
        bottom: 38px;
        right: -17px;
    }

    .acf-map {
        height: 300px;
    }

    .btn-map {
        font-size: 14px;
        padding: 8px 12px 6px;
    }

    .sec-equipe .col-sm-3 {
        padding: 5px 10px;
    }

    .sec-equipe .box_equipe .content {
        padding: 12px 14px 12px 14px;
    }

    .sec-equipe .box_equipe .content .rotate {
        right: -72px
    }
}

@media (max-width: 340px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .box_categorias ul li {
        margin: 0 8px;
    }

    .box_categorias ul li a {
        font-size: 12px;
    }
}