/*
    Theme Name: Custom Theme
    Description: Custom Theme
    Version: 1.4.2
    Author: Karina
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}
body {
    font: 400 14px/1.4 "Roboto", sans-serif;
    color: #3B3B3B;
}

.wpcf7-spinner,
.acf-map .gmnoprint1,
.acf-map .gm-style-cc,
.acf-map .gm-style-mtc-bbw,
.acf-map .gm-fullscreen-control,
.acf-map .gm-svpc,
.social-wrap.share .addtoany_list a span,
.btn-menu,
.header span.toggle,
.header form [type="submit"],
.info-box.full,
.hidden {
    display: none;
}

.info-box.full.active {
    display: block;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}
a {
    color: #3B3B3B;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #EC2027;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 20px;
}

h1 {
    font-size: 58px;
    line-height: 1;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.has-sep::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #EC2028;
    margin: 20px 0;
}

p {
    margin: 0 0 20px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin: 0;
}

.subtitle,
.text-white .subtitle {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #EC2027;
    letter-spacing: 1px;
}

.overflow {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

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

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

.anchor {
    position: relative;
    top: -200px;
}

.underline {
    text-decoration: underline;
}

.btn-wrap {
    font-size: 0;
}

.btn-wrap .btn {
    margin: 0 5px 5px 0;
}

.btn-wrap .btn:last-child {
    margin-right: 0;
}

.btn-wrap span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    color: #3B3B3B;
    border-radius: 4px;
    background: #d3ebd4;
    position: relative;
    padding: 6px 10px 6px 30px;
    margin: 0 10px 10px 0;
}

.btn-wrap span:last-child {
    margin-right: 0;
}

.btn-wrap span.yellow {
    background: #fae3ad;
}

.btn-wrap span.red {
    background: #f3c1bd;
}

.btn-wrap span svg {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.btn,
.nav > ul > li > a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    border: 1px solid #e20000;
    border-radius: 20px;
    outline: 0;
    background: #e20000;
    padding: 11px 25px;
    transition: all 0.3s ease 0s;
}

.btn:hover {
    color: #fff;
    border: 1px solid #e20000;
    opacity: 1;
    text-decoration: none;
}

.btn.small {
    font-weight: 500;
    padding: 3px 10px;
}

.btn.grey {
    color: #3B3B3B;
    background: #E7E7E7;
    border-color: #E7E7E7;
}

.btn.grey:hover {
    color: #fff;
    background: #EC2027;
    border-color: #EC2027;
}

.btn.outline {
    font-weight: 500;
    color: #3B3B3B;
    background: #fff;
    border-color: #E5E5E5;
    padding: 11px 15px;
    margin: 0 10px 10px 0;
}

.btn.outline:hover,
.btn.outline.active {
    color: #fff;
    background: #EC2027;
    border-color: #EC2027;
}

.btn.outline svg {
    display: inline-block;
    vertical-align: top;
}

.btn.outline svg path {
    fill: #f3b72a;
    transition: all 0.3s ease 0s;
}

.btn.outline:hover svg path,
.btn.outline.active svg path {
    fill: #fff;
}

.btn.fullwidth {
    width: 100%;
}

.btn-gallery {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 9;
}

.nav > ul > li > a {
    color: #3B3B3B;
    font-weight: 500;
    background: #fff;
    border-color: #fff;
    padding: 11px 15px;
}

.nav > ul > li > a:hover {
    background: #E7E7E7;
    border-color: #E7E7E7;
}

.social-wrap {
    font-size: 0;
}

.social-wrap a {
    display: inline-block;
    vertical-align: top;
    margin: 0 28px 0 0;
}

.social-wrap a:last-child {
    margin-right: 0;
}

.social-wrap a svg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.social-wrap a svg path,
.social-wrap a svg polygon {
    transition: all 0.3s ease 0s;
}

.social-wrap a svg .icon,
.social-wrap a:hover svg .icon {
    fill: #515151;
}

.social-wrap a svg .dot {
    fill: #a8a8a8;
}

.social-wrap a svg .circle {
    fill: #a8a8a8;
}

.social-wrap a:hover svg .circle,
.social-wrap a:hover svg .dot {
    fill: #fff;
}

.social-wrap.small a {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 15px 8px 0;
}

.social-wrap.small a:last-child {
    margin-right: 0;
}

.social-wrap.small a svg {
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}

.social-wrap.white a {
    margin: 10px 10px 0 0;
}

.social-wrap.white a svg .circle {
    fill: #fff;
    stroke: #e9e9ee;
}

.social-wrap.white a:hover svg .circle {
    fill: #e9e9ee;
    stroke: #e9e9ee;
}

.social-wrap .span {
    ma
}

.scrollup {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    cursor: pointer;
}

.sticky-sidebar {
    will-change: min-height;
}

.sticky-sidebar-inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.img-wrap {
    display: block;
    position: relative;
    background: #000;
    border-radius: 4px;
}

.img-wrap .edit {
    position: absolute;
    right: 5px;
    top: 5px;
}

.img-wrap img {
    width: 100%;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
}

.img-wrap.normal,
.img-wrap.normal img {
    width: auto;
    background: none;
    border-radius: 0;
}

.img-wrap.fill {
    height: 100%;
}

.img-wrap.fill img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center center;
}

.img-wrap.max-height-150 {
    max-height: 150px;
}

.img-wrapper {
    font-size: 0;
}

.img-wrapper > svg,
.img-wrapper > a > svg {
    margin-right: 30px;
}

.img-wrapper svg path,
.img-wrapper svg polygon,
.img-wrapper svg rect {
    fill: #a8a8a8;
    transition: all 0.3s ease 0s;
}

.img-wrapper svg:hover path,
.img-wrapper svg:hover polygon,
.img-wrapper svg:hover rect {
    fill: #fff;
}

.img-wrapper > svg:last-child,
.img-wrapper > a:last-child > svg {
    margin-right: 0;
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.wrapper.size-1180 {
    max-width: 1180px;
}

.wrapper.fullwidth {
    max-width: 100%;
}

.header {
    width: 100%;
    position: relative;
    z-index: 999;
    background: #fff;
    padding: 10px 0;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.16);
}

.header.stuck {
    position: fixed;
    top: 0;
    left: 0;
    animation: fadeInDown ease-in-out 0.6s both;
}

.header form {
    display: inline-flex;
}

.header form label {
    width: 100%;
    max-width: 240px;
    min-width: 240px;
    position: relative;
    margin: 0 10px 0 0;
}

.header form label svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0, -50%);
}

.header form label input {
    padding-left: 35px;
}

.header form label:last-child input {
    padding-left: 30px;
}

.header-wrap {
    position: relative;
    height: 400px;
    background: #000;
}

.header-wrap.size-800 {
    height: 800px;
}

.header-wrap.fullscreen {
    height: 100vh;
    height: calc(100vh - 130px);
}

.header-wrap .bgr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.header-wrap.slider .caption {
    font-size: 20px;
    height: 100%;
    align-items: flex-end;
    justify-content: normal;
    text-align: left;
    padding: 50px 0;
}

.header-wrap.slider {
    object-fit: cover;
}

.header .logo {
    font-size: 0;
}

.header .logo a:hover {
    color: #3B3B3B;
}

.header .logo svg {
    width: 100%;
    max-width: 81px;
}

.header .logo span {
    font-size: 12px;
    font-weight: 400;
    color: #3B3B3B;
}

.nav ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 5px;
}

.nav > ul,
.nav > ul > li {
    display: inline-block;
    vertical-align: top;
}

.nav .submenu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 230px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

.nav li:hover .submenu {
    display: block;
}

.nav .submenu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
}

.nav .submenu li:last-child {
    border: 0;
}

.nav .submenu a {
    display: block;
    font-size: 14px;
    background: #fff;
    padding: 9px 20px;
    position: relative;
}

.nav .submenu a:hover {
    color: #3b3b3b;
    text-decoration: none;
    background: #e8e8e8;
}


.sidebar {
    background: #fff;
}

.widget {
    border: 1px solid #E7E7E7;
    border-radius: 10px;
}

.widget h3 {
    font-size: 16px;
    border-bottom: 1px solid #E7E7E7;
    padding: 20px;
    margin: 0;
}

.widget .content {
    padding: 20px;
}

.widget .info-box {
    padding: 20px 20px 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}

.widget .info-box .flex {
    border-bottom: 1px solid #E7E7E7;
    padding: 0 0 5px;
}

.widget .info-box:last-child .flex {
    border-bottom: 0;
}

.widget .info-box h3 {
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.widget-line {
    position: relative;
    padding-left: 32px;
    line-height: 22px;
    margin: 0 0 15px;
}

.widget-line svg {
    position: absolute;
    left: 0;
    top: 0;
}

.widget-line p a {
    font-weight: 400;
    text-decoration: underline;
    margin-left: 5px;
}

.footer .logo svg {
    width: 100%;
    max-width: 81px;
}

.footer .logo span {
    font-size: 12px;
    font-weight: 500;
    color: #3b3b3b;
}

.footer .logo span {
    color: #fff;
}

.footer {
    background: #515151;
    border-top: 1px solid #FFFFFF;
    padding: 50px 0 0;
}

.footer a:not(.btn):hover {
    text-decoration: underline;
}

.footer .bottom {
    background: #494949;
    padding: 45px 0;
    margin: 25px 0 0;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul.menu {
    font-size: 0;
}

.footer ul.menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 28px 0 0;
}

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

.footer ul.menu a {
    font-size: 14px;
}

.as-columns {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 5;
}

.as-columns a {
    font-size: 12px;
}

.meta-wrap .author {
    font-size: 0;
}

.meta-wrap .author a,
.meta-wrap .author span {
    font-size: 14px;
    font-weight: 500;
}

.meta-wrap .author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.meta-wrap .author .name .sep {
    margin-right: 3px;
}

.meta-wrap .author .name .sep.last {
    margin-left: 3px;
}

.meta-wrap .author .avatars {
    margin-right: 15px;
}

.meta-wrap .author .avatars .avatar {
    display: inline-block;
    margin-right: -5px;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/

.slick-slider {
    font-size: 0;
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
    padding: 0;
    text-align: left;
    height: auto;
    padding: 0;
    background: none;
    position: relative;
    outline: 0;
}

.slick-slide img {
    display: inline-block;
    width: auto;
    max-width: 210px;
    vertical-align: bottom;
    height: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    opacity: 1;
    border: none;
    outline: none;
    z-index: 9;
    text-align: center;
    border-radius: 0;
    width: 31px;
    height: 31px;
    background: none;
    transform: translate(0, -50%);
    transition: all 0.3s ease 0s;
}

.slick-arrow path {
    transition: all 0.3s ease 0s;
}

.slick-arrow .arrow {
    stroke: #fff;
}

.slick-arrow:hover .arrow {
    stroke: #494949;
}

.slick-arrow .circle {
    fill: none;
    stroke: #fff;
}

.slick-arrow:hover .circle {
    fill: #fff;
    stroke: #fff;
}

.carousel-3 .slick-arrow circle {
    fill: #f1f1f1;
    transition: all 0.3s ease 0s;
}

.carousel-3 .slick-arrow:hover circle {
    fill: #dbdbdb;
}

.slick-arrow:hover,
.arrows-hidden:hover .slick-arrow {
    opacity: 1;
}

.arrows-hidden .slick-arrow {
    opacity: 0;
}

.slick-next {
    right: -60px;
}

.slick-prev {
    left: -60px;
}

.slick-dotted.slick-slider {
    margin-bottom: 60px;
    margin-top: 40px;
    overflow: hidden;
    padding: 0 0 40px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #3B3B3B;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.slick-dots li.slick-active {
    border-color: #9d9d9d;
}

.slick-dots li:hover button,
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
    background: #9d9d9d;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.carousel-normal .slick-list,
.carousel-normal .slick-track,
.carousel-normal .slick-slide,
.carousel-normal .slick-slide > div,
.carousel-normal .slide,
.carousel-normal .slide .bgr {
    height: 100%;
}

.slider-flexible .slick-slide img {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}

.slider-badges .slick-dots {
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid #E7E7E7;
    border-radius: 20px;
    padding: 11px 10px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h7,
.text-white h8,
.text-white p,
.text-white a:not(.btn) {
    color: #fff;
}

.flex {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-1 {
    flex: 1;
}

.flex-3 .img-wrap {
    width: 33.33%;
}

.flex-4 .img-wrap {
    width: 25%;
}

.flex.column {
    flex-direction: column;
}

.flex.justify-start {
    justify-content: start;
}

.flex.justify-end {
    justify-content: end;
}

.flex .grow {
    flex-grow: 1;
}

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

.flex.bottom {
    align-items: flex-end;
}

.flex.as-sep {
    border-top: 1px solid #616161;
    padding: 15px 15px;
}

.flex.as-sep.first {
    border-top: 0;
    padding-bottom: 35px;
}

.flex.as-sep.last {
    padding-top: 25px;
}

.as-sep-2 {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 15px 0 5px;
}

.as-sep-light {
    border-top: 1px solid #E7E7E7;
    padding: 40px 0 0;
}

.section {
    padding: 60px 0;
    position: relative;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.acf-map-wrap {
    position: relative;
}

.acf-map-wrap .btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 6px 15px;
}

.acf-map-wrap .btn svg {
    vertical-align: top;
    margin-right: 3px;
}

.acf-map {
    width: 100%;
    height: 210px;
}

.tabs ul.horizontal {
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

.tabs ul.horizontal li {
    display: inline-block;
    vertical-align: top;
}

.tabs ul.horizontal li a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #929292;
    display: block;
    border-bottom: 2px solid transparent;
    padding: 5px 25px;
    margin-bottom: -1px;
}

.tabs ul.horizontal li a:hover,
.tabs ul.horizontal li.active a {
    color: #053d95;
    border-color: #00a8ff;
}

.tabs ul.horizontal.carousel-3 li a {
    margin-bottom: 0;
    border-width: 3px;
    padding-bottom: 20px;
}

.tabs ul.horizontal.carousel-3 li a:hover,
.tabs ul.horizontal.carousel-3 li.active a {
    border-color: #EC2028;
}

.tabs ul.horizontal.carousel-3 a.normal p {
    font-size: 16px;
    font-weight: 700;
    color: #3B3B3B;
}

.accordion {
    border-bottom: 1px solid #dcdcdc;
}

.accordion .title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 35px 0 35px 195px;
    border-top: 1px solid #dcdcdc;
}

.accordion span {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 35px;
}

.accordion span svg {
    width: 100%;
    height: 100%;
}

.accordion .items {
    padding: 0 0 30px 195px;
}

.directory {
    min-height: 1160px;
}

.directory .width-26 {
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    position: relative;
    z-index: 9;
    max-width: 415px;
    min-width: 415px
}

.directory .width-26 .last {
    padding: 0 20px;
    margin: auto 0 15px;
}

.directory .width-26 .last .btn {
    width: 100%;
}

.directory .acf-map {
    height: 100%;
}

.directory .btn-filters-mobile {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    border-radius: 20px;
    padding: 0;
    border: 1px solid #E7E7E7;
    height: 38px;
    background: #fff;
}

.directory .btn-filters-mobile a {
    display: inline-block;
    vertical-align: top;
    padding: 13px 19px;
    border-radius: 20px;
    height: 100%;
}

.directory .btn-filters-mobile a:hover,
.directory .btn-filters-mobile a.active {
    background: #EC2027;
}

.directory .btn-filters-mobile a svg path {
    fill: #3B3B3B;
}

.directory .btn-filters-mobile a:hover svg path,
.directory .btn-filters-mobile a.active svg path {
    fill: #fff;
}

.directory .results {
    position: relative;
    padding: 15px 20px;
    border-bottom: 1px solid #E6E6E6;
}

.directory .results p {
    margin: 0;
}

.directory .results .search-term {
    font-weight: 700;
}

.directory .results > a {
    position: absolute;
    right: 20px;
    top: 18px;
}

.directory .results .chosen-container {
    width: 100% !important;
    max-width: 100px;
    position: absolute;
    right: 70px;
    top: 18px;
}

.directory .results .chosen-container .chosen-single {
    padding: 9px 12px;
}

.directory .results .chosen-container .chosen-single div {
    top: 8px;
    right: 12px;
}

.directory .content {
    padding: 0 20px;
}

.directory .notice {
    padding: 15px 0;
}

.directory .notice ul {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.directory .notice ul li {
    position: relative;
    padding-left: 12px;
    margin: 0 0 2px;
}

.directory .notice ul li::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

.directory .filters {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
}

.directory .filters.active {
    display: block;
}

.directory .filters .results {
    border-bottom: 0;
}

.directory .filters .results p {
    padding-top: 5px;
}

.directory .filters .results .btn-clear-filters {
    font-weight: 500;
    color: #EC2027;
    right: 70px;
    top: 26px;
}

.directory .filters .filter {
    padding: 15px 20px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}

.directory .filters .filter select,
.directory .filters .filter .chosen-container {
    width: 100% !important;
}

.directory .filters .filter .content {
    padding: 0;
    margin-top: 10px;
}

.directory .filters .filter.closed .content {
    display: none;
}

.directory .filters .filter .btn-tab {
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
}

.directory .filters .filter .btn-tab span {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
    color: #fff;
    background: #EC2027;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 8px 5px 0 0;
}

.directory .filters .filter.closed .btn-tab svg {
    transform: rotate(180deg);
}

.rating-wrap {
	font-size: 0;
	margin: 0 0 10px;
	position: relative;
}

.rating-wrap > p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 0 0 8px;
}

.rating-wrap > p:last-child {
    margin-left: 4px;
}

.rating-wrap > p a {
    color: #ec2028;
    text-decoration: none;
}

.rating-wrap .rating,
.rating-wrap .rating-stars::before {
	display: inline-block;
	vertical-align: middle;
	background: url('img/icon-stars.svg') no-repeat scroll 0 0 transparent;
	width: 91px;
	height: 18px;
}

.rating-wrap .rating-stars {
	overflow: hidden;
}

.rating-wrap .rating-stars::before {
	content: '';
	background-image: url('img/icon-stars-hover.svg');
}

.icon {
    display: inline-block;
    vertical-align: top;
}

.verified > span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3px;
    font-size: 10px;
    background: #e9e9ee;
    border-radius: 20px;
    padding: 3px 5px 2px 3px;
}

.info-box .verified svg {
    display: inline-block;
    vertical-align: middle;
    position: static;
    transform: none;
}

.review > .avatar,
.replies > .avatar {
    position: absolute;
    left: 0;
    top: 0;
}

.review {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.review:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.replies {
    position: relative;
}

.info-box {
    padding: 15px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
    margin: 0 0 15px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.info-box:hover {
    background: #F1F1F1;
}

.info-box .img-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
}

.info-box h3 {
    margin: 0 0 8px;
}

.info-box h3 svg {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3px;
}

.info-box p:has(svg) {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    margin-right: 12px;
    margin-bottom: 8px;
}

.info-box p.pl-32:has(svg) {
    padding-left: 32px;
}

.info-box p svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.info-box .review p:has(svg) {
    display: block;
    position: static;
    padding-left: 0;
    margin-right: 0;
}

.info-box .review p svg {
    position: static;
    transform: none;
}

.info-box .logos {
    font-size: 0;
}

.info-box .logos a {
    margin: 0 8px 0 0;
}

.info-box .logos .btn {
    margin-right: 0;
    margin-left: auto;
}

.info-box.full {
    position: absolute;
    left: 100%;
    top: 15px;
    width: 100%;
    background: #fff;
    margin-left: 15px;
    cursor: auto;
}

.info-box.full:hover {
    background: #fff;
}

.info-box.full .width-20 .img-wrap {
    max-width: 80px;
    float: right;
}

.info-box.full .img-wrap span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 100px;
    background: #1B5FC4;
    padding: 4px 10px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.info-box.full .btn-popup {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9;
    cursor: pointer;
}

.info-box.full .desc {
    background: url('img/img-star.png') no-repeat scroll left 12px transparent;
    padding: 10px 0 0 20px;
}

.info-box.normal {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    cursor: auto;
}

.info-box.normal:hover {
    background: none;
}

.breadcrumbs {
    margin: 10px 0;
}

.breadcrumbs span,
.breadcrumbs a {
    font-size: 12px;
    color: #3B3B3B;
}

.menu-wrap {
    font-size: 0;
}

.menu-wrap a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 12px;
}

.menu-wrap a:hover {
    background: #E7E7E7;
    color: #3B3B3B;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

input,
.search-input,
.wpcf7-text,
select.wpcf7-select,
div.wpcf7-select a,
.wpcf7-textarea,
.chosen-container-single .chosen-single {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #3B3B3B;
    border: 1px solid #E7E7E7;
    outline: 0;
    background: #fff;
    width: 100%;
    padding: 11px 15px;
    border-radius: 20px;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}

input:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: 0;
    border: 1px solid #3B3B3B;
}

.wpcf7-not-valid {
    color: #df0000;
    border-color: #df0000;
}

.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7-textarea {
    resize: vertical;
    height: auto;
}

.submit-wrap {
    overflow: hidden;
}

.submit-wrap span {
    float: right;
    margin: 8px 0 0;
}

.wpcf7-submit {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.wpcf7-submit:focus,
.wpcf7-submit:active {
    border: 0;
    outline: 0;
}

.wpcf7 .flex p {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.wpcf7 p {
    font-size: 14px;
    margin: 0 0 15px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #df0000;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
    border: 1px solid #b02c1b;
    text-align: center;
    margin: 20px 0;
    padding: 9px 0px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #df0000;
    background: #df0000;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #00a651;
}

.header form [type="submit"] {
    padding: 0;
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
}

.flatpickr-mobile:before {
    content: attr(placeholder);
}

.flatpickr-mobile:focus[value]:not([value=""]):before,
input[type="hidden"][value]:not([value=""]) + .flatpickr-mobile:before {
    display: none;
}

.chosen-container {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container-single .chosen-single {
    display: block;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single div {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border-right: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    border-top: 0;
    background: #fff;
    background-clip: padding-box;
    padding: 10px 0;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 10px 10px;
    list-style: none;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s ease 0s;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #9d9d9d;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #9d9d9d;
}

::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
    color: #9d9d9d;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #9d9d9d;
}

:placeholder-shown { /* Standard one last! */
    opacity: 1;
    color: #9d9d9d;
}

/* Simplebar */

.add-scrollbar {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

[data-simplebar] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 0;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    height: auto;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    background: #E7E7E7;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 0;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #EC2027;
    left: 0;
    right: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 1;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 8px;
    right: 10px;
    width: 7px;
    border-radius: 10px;
    margin: 0 0 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 4px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 0;
    right: 0;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    height: 4px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.scrollbar.large {
    padding: 0 60px 0 0;
}

.scrollbar.large .simplebar-track.simplebar-vertical,
.scrollbar.large .simplebar-scrollbar {
    width: 15px;
}

/* Tooltip */

.tooltip {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #55555a;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    margin: 1px 0 0 4px;
}

.jBox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.82);
}

.jBox-wrapper {
    text-align: left;
    box-sizing: border-box;
}

.jBox-container {
    background: #55555a;
    border-radius: 4px;
    position: relative;
    word-break: break-word;
    box-sizing: border-box;
}

.jBox-content {
    font-size: 14px;
    color: #fff;
    padding: 15px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    word-break: break-word;
    box-sizing: border-box;
}

.jBox-pointer {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
}

.jBox-pointer:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: #55555a;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.jBox-pointer-bottom,
.jBox-pointer-top {
    width: 30px;
    height: 12px;
}

.jBox-pointer-top {
    top: 0;
}

.jBox-pointer-bottom {
    bottom: 0;
}

.jBox-pointer-top::after {
    left: 5px;
    top: 6px;
}

.jBox-pointer-bottom::after {
    left: 5px;
    bottom: 7px;
}

/*------------------------------------*\
    CLASSES
\*------------------------------------*/

.vertical-top {
    vertical-align: top;
}

.color-4DBA7D {
    color: #4DBA7D;
}

.color-EC2027 {
    color: #EC2027
}

.color-AFAFAF {
    color: #AFAFAF;
}

.font-size-72 {
    font-size: 72px;
    line-height: 1;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-0 {
    font-size: 0;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-500 {
    font-weight: 500;
}

.gap { justify-content: initial; }

.gap-1 { gap: 0 1% }

.gap-2 { gap: 0 2%; }

.gap-3 { gap: 0 3%; }

.gap-3-5 { gap: 0 3.5%; }

.gap-4 { gap: 0 4%; }

.gap-5 { gap: 0 5%; }

.gap-6 { gap: 0 6%; }

.gap-7 { gap: 0 7%; }

.gap-8 { gap: 0 8%; }

.gap-9 { gap: 0 9%; }

.height-100 { height: 100%; }

.width-1  { width: 1%; }

.width-2  { width: 2%; }

.width-3  { width: 3%; }

.width-4  { width: 4%; }

.width-5  { width: 5%; }

.width-6  { width: 6%; }

.width-7  { width: 7%; }

.width-8  { width: 8%; }

.width-9  { width: 9%; }

.width-10 { width: 10%; }

.width-11 { width: 11%; }

.width-12 { width: 12%; }

.width-13 { width: 13%; }

.width-14 { width: 14%; }

.width-15 { width: 15%; }

.width-16 { width: 16%; }

.width-17 { width: 17%; }

.width-18 { width: 18%; }

.width-19 { width: 19%; }

.width-20 { width: 20%; }

.width-21 { width: 21%; }

.width-22 { width: 22%; }

.width-23 { width: 23%; }

.width-24 { width: 24%; }

.width-25 { width: 25%; }

.width-26 { width: 26%; }

.width-27 { width: 27%; }

.width-28 { width: 28%; }

.width-29 { width: 29%; }

.width-30 { width: 30%; }

.width-31 { width: 31%; }

.width-32 { width: 32%; }

.width-33 { width: 33%; }

.width-34 { width: 34%; }

.width-35 { width: 35%; }

.width-36 { width: 36%; }

.width-37 { width: 37%; }

.width-38 { width: 38%; }

.width-39 { width: 39%; }

.width-40 { width: 40%; }

.width-41 { width: 41%; }

.width-42 { width: 42%; }

.width-43 { width: 43%; }

.width-44 { width: 44%; }

.width-45 { width: 45%; }

.width-46 { width: 46%; }

.width-47 { width: 47%; }

.width-48 { width: 48%; }

.width-49 { width: 49%; }

.width-50 { width: 50%; }

.width-51 { width: 51%; }

.width-52 { width: 52%; }

.width-53 { width: 53%; }

.width-54 { width: 54%; }

.width-55 { width: 55%; }

.width-56 { width: 56%; }

.width-57 { width: 57%; }

.width-58 { width: 58%; }

.width-59 { width: 59%; }

.width-60 { width: 60%; }

.width-61 { width: 61%; }

.width-62 { width: 62%; }

.width-63 { width: 63%; }

.width-64 { width: 64%; }

.width-65 { width: 65%; }

.width-66 { width: 66%; }

.width-67 { width: 67%; }

.width-68 { width: 68%; }

.width-69 { width: 69%; }

.width-70 { width: 70%; }

.width-71 { width: 71%; }

.width-72 { width: 72%; }

.width-73 { width: 73%; }

.width-74 { width: 74%; }

.width-75 { width: 75%; }

.width-76 { width: 76%; }

.width-77 { width: 77%; }

.width-78 { width: 78%; }

.width-79 { width: 79%; }

.width-80 { width: 80%; }

.width-81 { width: 81%; }

.width-82 { width: 82%; }

.width-83 { width: 83%; }

.width-84 { width: 84%; }

.width-85 { width: 85%; }

.width-86 { width: 86%; }

.width-87 { width: 87%; }

.width-88 { width: 88%; }

.width-89 { width: 89%; }

.width-90 { width: 90%; }

.width-91 { width: 91%; }

.width-92 { width: 92%; }

.width-93 { width: 93%; }

.width-94 { width: 94%; }

.width-95 { width: 95%; }

.width-96 { width: 96%; }

.width-97 { width: 97%; }

.width-98 { width: 98%; }

.width-99 { width: 99%; }

.width-100 { width: 100%; }

.mr-4 { margin-right: 4px; }

.mr-5 { margin-right: 5px; }

.mr-8, .rating-wrap > p.mr-8 { margin-right: 8px; }

.ml-auto, p.ml-auto:last-child { margin-left: auto; }

.ml-30 { margin-left: 30px; }

.mt-0 { margin-top: 0; }

.mt-5 { margin-top: 5px; }

.mt-2 { margin-top: 2px; }

.mt-3 { margin-top: 3px; }

.mt-10 { margin-top: 10px; }

.mt-12 { margin-top: 12px; }

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

.mt-20 { margin-top: 20px; }

.mt-25 { margin-top: 25px; }

.mt-30 { margin-top: 30px; }

.mt-35 { margin-top: 35px; }

.mt-40 { margin-top: 40px; }

.mt-45 { margin-top: 45px; }

.mt-50 { margin-top: 50px; }

.mt-55 { margin-top: 55px; }

.mt-60 { margin-top: 60px; }

.mt-65 { margin-top: 65px; }

.mt-70 { margin-top: 70px; }

.mt-75 { margin-top: 75px; }

.mt-80 { margin-top: 80px; }

.mt-85 { margin-top: 85px; }

.mt-90 { margin-top: 90px; }

.mt-95 { margin-top: 95px; }

.mt-100 { margin-top: 100px; }

.mb-0 { margin-bottom: 0; }

.mb-3 { margin-bottom: 3px; }

.mb-5 { margin-bottom: 5px; }

.mb-8 { margin-bottom: 8px; }

.mb-10 { margin-bottom: 10px; }

.mb-12 { margin-bottom: 12px; }

.mb-15 { margin-bottom: 15px; }

.mb-20 { margin-bottom: 20px; }

.mb-25 { margin-bottom: 25px; }

.mb-30 { margin-bottom: 30px; }

.mb-35 { margin-bottom: 35px; }

.mb-40 { margin-bottom: 40px; }

.mb-45 { margin-bottom: 45px; }

.mb-50 { margin-bottom: 50px; }

.mb-55 { margin-bottom: 55px; }

.mb-60 { margin-bottom: 60px; }

.mb-65 { margin-bottom: 65px; }

.mb-70 { margin-bottom: 70px; }

.mb-75 { margin-bottom: 75px; }

.mb-80 { margin-bottom: 80px; }

.mb-85 { margin-bottom: 85px; }

.mb-90 { margin-bottom: 90px; }

.mb-95 { margin-bottom: 95px; }

.mb-100 { margin-bottom: 100px; }

.p-0 { padding: 0; }

.pt-0 { padding-top: 0; }

.pt-5 { padding-top: 5px; }

.pt-10 { padding-top: 10px; }

.pt-15 { padding-top: 15px; }

.pt-20 { padding-top: 20px; }

.pt-25 { padding-top: 25px; }

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

.pt-35 { padding-top: 35px; }

.pt-40 { padding-top: 40px; }

.pt-45 { padding-top: 45px; }

.pt-50 { padding-top: 50px; }

.pt-55 { padding-top: 55px; }

.pt-60 { padding-top: 60px; }

.pt-65 { padding-top: 65px; }

.pt-70 { padding-top: 70px; }

.pt-75 { padding-top: 75px; }

.pt-80 { padding-top: 80px; }

.pt-85 { padding-top: 85px; }

.pt-90 { padding-top: 90px; }

.pt-95 { padding-top: 95px; }

.pt-100 { padding-top: 100px; }

.pb-0 { padding-bottom: 0; }

.pb-5 { padding-bottom: 5px; }

.pb-10 { padding-bottom: 10px; }

.pb-15 { padding-bottom: 15px; }

.pb-20 { padding-bottom: 20px; }

.pb-25 { padding-bottom: 25px; }

.pb-30 { padding-bottom: 30px; }

.pb-35 { padding-bottom: 35px; }

.pb-40 { padding-bottom: 40px; }

.pb-45 { padding-bottom: 45px; }

.pb-50 { padding-bottom: 50px; }

.pb-55 { padding-bottom: 55px; }

.pb-60 { padding-bottom: 60px; }

.pb-65 { padding-bottom: 65px; }

.pb-70 { padding-bottom: 70px; }

.pb-75 { padding-bottom: 75px; }

.pb-80 { padding-bottom: 80px; }

.pb-85 { padding-bottom: 85px; }

.pb-90 { padding-bottom: 90px; }

.pb-95 { padding-bottom: 95px; }

.pb-100 { padding-bottom: 100px; }

.pl-45 { padding-left: 45px; }

.pl-60 { padding-left: 60px; }


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1280px) {
    .mobile-1280-hidden {
        display: none;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }
}

@media only screen and (max-width: 1180px) {
    .mobile-1180-width-100 {
        width: 100%;
    }

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

    .mobile-1180-mt-15 {
        margin-top: 15px;
    }

    .header form label {
        min-width: auto;
    }
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 960px) {
    .mobile-960-hidden,
    .nav li:hover .sub-menu,
    .header .btn,
    .header-wrap br {
        display: none;
    }
    
    .btn-menu,
    .header .menu-item-has-children > a > span.toggle,
    body.active-header .btn,
    .header form [type="submit"] {
        display: block;
    }

    .header {
        padding: 10px 20px;
    }
        
    .header .logo {
        position: absolute;
        top: 8px;
        left: 0;
        width: auto;
        height: auto;
        text-align: center;
        transform: none;
        z-index: 9;
    }
	
    .nav .btn-menu {
        display: block;
        background: url('img/icon-open.png') no-repeat scroll center center transparent;
        background-size: cover;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 7px;
        cursor: pointer;
        border: 0;
        outline: 0;
        padding: 0;
    }

    .nav.active .btn-menu {
        background-image: url('img/icon-close.png');
        background-size: 90%;
    }

    .nav ul {
        display: none;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        height: auto;
        padding: 0;
        z-index: 99;
        background: #fff;
        text-align: left;
    }

    .nav.active > ul {
        display: block;
    }
	
    .nav > ul > li {
        display: block;
        width: 100%;
        height: auto;
        background: #fff;
        padding: 0;
        margin: 0;
        margin-right: 0px;
        text-align: left;
        border-bottom: 1px solid #e7e7e7;
    }

    .header a > span.toggle {
        background: url('img/icon-plus.png') no-repeat scroll center center transparent;
        background-size: 30px;
        width: 60px;
        height: 54px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .header a > span.toggle.active {
        background-image:  url('img/icon-minus.png');
    }

    .nav > ul > li > a {
        display: block;
        line-height: 1.2;
        text-align: left;
        padding: 16px 15px;
        height: auto;
    }

    .nav > ul > li > a:hover {
        background: #fff;
        border-color: #fff;
    }

    body.active-header .btn {
        display: block;
        position: fixed;
        bottom: 20px;
        width: 94%;
        left: 3%;
        margin: 0;
        padding: 10px 20px;
    }
	
	body.active-header::after {
        content: '';
        background: #fff;
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .header .nav .sub-menu {
        position: relative;
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: left;
    }

    .header .nav .sub-menu li {
        margin: 0;
        padding: 0;
        border-top: 1px solid #e5e5e5;
    }
    
    .header .nav .sub-menu li a {
        display: block;
        font-size: 14px;
        padding: 1em 10%;
        margin: 0;
    }

    .header form {
        width: 100%;
        padding-right: 50px;
        position: relative;
    }

    .header form label {
        max-width: 100%;
        margin: 0;
    }

    .header form label input {
        padding-left: 15px;
    }

    .header form [type="submit"] {
        position: absolute;
        right: 56px;
        top: 6px;
    }

    .header-wrap.size-800 {
        height: auto;
        padding-top: 300px;
        padding-bottom: 0;
    }

    .mobile-960-width-100 {
        width: 100%;
    }

    .mobile-960-mb-30 {
        margin-bottom: 30px;
    }
    
    h1 {
        font-size: 36px;
    }

    .img-wrap.fill {
        max-height: 130px;
    }
}

@media only screen and (max-width: 800px) {
    .directory .results .chosen-container,
    .directory .results select,
    .mobile-800-hidden {
        display: none;
    }

    .verified {
        display: block;
    }

    .verified > span {
        margin: 5px 0 0;
    }

    .mobile-800-block {
        display: block;
    }

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

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

    .mobile-800-max-width-75 {
        max-width: 75px;
    }

    .mobile-800-width-100 {
        width: 100%;
    }

    .mobile-800-width-78 {
        width: 78%;
    }

    .mobile-800-width-65 {
        width: 65%;
    }

    .mobile-800-width-48 {
        width: 48%;
    }

    .mobile-800-width-35 {
        width: 35%;
    }

    .mobile-800-p-0,
    .mobile-800-p-0.flex.as-sep {
        padding: 0;
    }

    .mobile-800-pb-40 {
        padding-bottom: 40px;
    }

    .mobile-800-ml-0 {
        margin-left: 0;
    }

    .mobile-800-mr-10 {
        margin-right: 10px;
    }

    .mobile-800-mt-20 {
        margin-top: 20px;
    }
        
    .mobile-800-mt-15 {
        margin-top: 15px;
    }

    .mobile-800-mt-10 {
        margin-top: 10px;
    }

    .mobile-800-mt-5 {
        margin-top: 5px;
    }

    .mobile-800-mb-20 {
        margin-bottom: 20px;
    }

    .mobile-800-mb-15 {
        margin-bottom: 15px;
    }

    .mobile-800-mb-10 {
        margin-bottom: 10px;
    }

    .mobile-800-order-1 {
        order: 1;
    }

    .mobile-800-order-2 {
        order: 2;
    }

    .mobile-800-order-3 {
        order: 3;
    }

    .mobile-800-order-4 {
        order: 4;
    }

    .mobile-800-order-5 {
        order: 5;
    }

    .mobile-800-order-6 {
        order: 6;
    }

    .img-wrap .edit svg {
        width: 12px;
        height: 12px;
    }

    .flex.as-sep {
        padding: 15px 0;
    }

    .flex.as-sep.first {
        padding-bottom: 15px;
    }

    .flex.as-sep.last {
        padding-top: 15px;
    }

    .mobile-800-menu-title ~ div {
        display: none;
    }

    .mobile-800-menu-title {
        cursor: pointer;
        position: relative;
    }

    .mobile-800-menu-title::after {
        content: '';
        background: url('img/icon-plus-small.png') no-repeat scroll center center transparent;
        width: 11px;
        height: 11px;
        position: absolute;
        right: 0;
        top: 4px;
    }

    .mobile-800-menu-title.active::after {
        background-image: url('img/icon-minus-small.png');
    }

    .mobile-800-overlap {
        position: absolute;
        left: 20px;
        z-index: 99;
        top: -170px;
        width: auto;
    }

    .btn-gallery {
        right: 20px;
        bottom: 20px;
    }

    .acf-map-wrap .btn {
        font-size: 0;
        padding: 0;
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }

    .acf-map-wrap .btn svg {
        margin: 8px auto 0;
    }

    .as-columns {
        columns: 1;
    }

    .as-columns a {
        font-size: 14px;
    }

    .footer {
        padding: 0;
    }

    .footer > .wrapper {
        padding-top: 90px;
    }

    .footer ul.menu li {
        width: 100%;
        margin: 0;
    }

    .footer .width-29:has(.btn) {
        position: absolute;
        right: 20px;
        top: 30px;
        width: auto;
    }

    .footer .logo {
        position: absolute;
        left: 20px;
        top: 30px;
    }

    .footer .bottom {
        padding: 40px 0;
        margin: 10px 0 0;
    }

    .social-wrap a {
        margin: 0 10px 10px 0;
    }

    .img-wrapper > svg,
    .img-wrapper > a > svg {
        margin-right: 15px;
    }

    .carousel-5 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .carousel-5 .slick-slide img {
        max-width: 90%;
    }

    .directory .width-26 {
        max-width: 100%;
        min-width: 100%;
    }

    .directory.active-map .width-26 .content,
    .directory.active-map .width-26 .last,
    .directory.active-map .width-26 .results .text {
        display: none;
    }

    .directory.active-map .width-74 {
        display: block;
    }

    .directory.active-map {
        background: none;
        height: 1160px;
    }

    .directory.active-map .width-26 {
        height: 70px;
        box-shadow: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .directory.active-map .results {
        border-bottom: 0;
    }

    .directory .width-74 {
        display: none;
        height: 100%;
    }
    
    .directory .results .text {
        display: inline-block;
        vertical-align: top;
        margin: 0 25px 0 0;
    }

    .flex-1 {
        flex: auto;
    }

    body.search .header .wrapper {
        min-height: 85px;
    }

    body.search .header.search-active .wrapper {
        min-height: 135px;
    }

    body.search .header form {
        display: block;
        position: absolute;
        left: 0;
        top: 45px;
        padding: 0;
    }

    body.search .header form [type="submit"] {
        right: 6px;
    }

    body.search .header form label {
        display: block;
        min-width: 100%;
    }

    body.search .header form label input {
        padding-left: 35px;
    }

    body.search .header form label svg {
        display: block;
    }

     body.search .header form label.second {
        display: none;
        margin: 8px 0 0;
     }

    body.search .header form label:has(input:focus) + label,
    body.search .header form label:has(input.has-value) + label {
        display: block;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 640px) {
    .mobile-640-width-100 {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .mobile-480-width-100 {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    a,
    a:visited {
        text-decoration: underline;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
    
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    
    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    
    thead {
        display: table-header-group;
    }
    
    tr,img {
        page-break-inside: avoid;
    }
    
    img {
        max-width: 100% !important;
    }
    
    @page {
        margin: 0.5cm;
    }
    
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    
    h2,
    h3 {
        page-break-after: avoid;
    }
}