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

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

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..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 20px/1.8 "Figtree", sans-serif;
    color: #929292;
}

.wpcf7-spinner,
.acf-map .gmnoprint,
.acf-map .gm-style-cc,
.social-wrap.share .addtoany_list a span,
.btn-menu,
.header span.toggle,
.social-wrap a:first-child:before,
.accordion .as-title span svg.close,
.accordion .as-title.active span svg.open,
.gallery-nav a,
.pagination {
    display: none;
}

.block,
.accordion .as-title.active span svg.close,
.gallery-nav a:first-child {
    display: block;
}

.filters,
.line-wrap.top-right .lines .line-1,
.line-wrap.top-right .lines .line-2,
.line-wrap.top-right .lines .line-3,
.line-wrap.bottom-left .lines .two-lines {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.filters.active {
    opacity: 1;
    visibility: visible;
}

.placeholder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    transition: all 1s ease 0s;
}

.placeholder.done {
    opacity: 0;
    visibility: hidden;
}

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

.placeholder .content,
.placeholder .rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
}

.placeholder .content {
    z-index: 35;
}

.placeholder .rotate {
    max-width: 100%;
    right: auto;
}

.placeholder .rotate g {
    opacity: 1;
}

/* 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: #929292;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover,
.addtoany_list .addtoany_share:hover {
    color: #000000;
}

.link,
.addtoany_list .addtoany_share {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #676767;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.addtoany_list .addtoany_share::after {
    content: '';
    background: #000000;
    bottom: -5px;
    height: 1px;
    position: absolute;
    right: 0;
    width: 0;
    transition: all 0.3s ease 0s;
}


.link.border,
.addtoany_list .addtoany_share {
    display: block;
    width: 100%;
    padding: 15px 12px 5px 0;
}

.link.border::after,
.addtoany_list .addtoany_share::after {
    color: #676767;
    background: #C9C9C9;
    width: 100%;
}

.link svg {
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 3px;
}

.link.border svg {
    float: right;
}

button.link {
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
}

.ccaop_education_section button.link {visibility:hidden;}

button.link svg {
    margin: 0 10px 0 0;
}

button.link svg.plus {
    margin: 3px 0 0 0;
}

a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
    font-family: 'Qlassy';
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}
 
h3 {
    font-size: 30px;
}

h4 {
    margin: 0 0 15px;
}

h5 {
    font-family: "Figtree", sans-serif;
    font-size: 26px;
    color: #a29762;
    margin: 50px 0 30px;
}

h4,
.subtitle,
.subtitle-normal {
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000000;
}

.subtitle-normal {
    font-weight: 400;
    letter-spacing: 1px;
}

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

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

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

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

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

.font-size-40 {
    font-size: 40px;
    line-height: 1.2;
}

.font-size-30 {
    font-size: 30px;
    line-height: 1.4;
}

.font-size-26 {
    font-size: 24px;
    line-height: 1.5;
}

.font-size-24 {
    font-size: 24px;
    line-height: 1.4;
}

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

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

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

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

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

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

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

.line-height-14 {
    line-height: 1.4;
}

.line-height-12 {
    line-height: 1.2;
}

.line-height-1 {
    line-height: 1;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.color-yellow {
    color: #A29762 !important;
}

.color-gray {
    color: #6C6C6C;
}

.color-gray-2 {
    color: #737373;
}

.color-gray-3,
.text-white .color-gray-3 > p {
    color: #929292;
}

.color-black {
    color: #000000;
}

.color-black-2 {
    color: #303233;
}

.uppercase {
    text-transform: uppercase;
}

svg.circle {
    display: inline-block;
    vertical-align: top;
    margin: 6px 3px 0 0;
}

.as-sep {
    border-top: 1px solid #D8D8D8;
    padding-top: 12px;
    margin-top: 10px;
    line-height: 1.2;
}

.as-sep-2 {
	display: inline-block;
    width: 100%;
	text-align: left;
}

.as-sep-2 > span {
	display: block;
	font-size: 18px;
	font-weight: 400;
    letter-spacing: 1px;
	text-transform: uppercase;
}

.as-sep-2 a {
    color: #737373;
	text-decoration: none;
}

.as-sep-2 > a {
	display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: #000;
	border-top: 2px solid #A8A8A8;
	padding: 12px 0 0;
	margin: 12px 0 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,
ol:last-child,
ul:last-child {
    margin: 0;
}

ol,
ul {
    padding: 0 0 0 20px;
    margin: 0 0 30px;
}

ol li,
ul li {
    margin: 0 0 10px;
}

ul li > ol {
    margin-top: 10px;
}

ul li > ol li {
    margin: 0 0 15px;
}

.overflow {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    vertical-align: top;
    background: none;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #676767;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 1px;
    border: 1px solid #A8A8A8;
    outline: 0;
    padding: 10px 30px;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
}

.btn-project{
	    padding: 5px 10px !important;
}

.btn:hover {
    color: #ffffff;
}

.btn::after {
    content: '';
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
}

.btn:hover::after {
    width: 100%;
}

.btn.fullwidth {
    width: 100%;
}

.btn svg {
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 11px;
}

.btn svg.copy {
    margin: 4px 0 0 5px;
}

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

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

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

.addtoany_list .addtoany_share {
    line-height: 1.8;
}

.addtoany_list .addtoany_share::before {
    content: '';
    background: url('img/icon-share.svg') no-repeat scroll center center transparent;
    width: 18px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 20px;
}

.scrollup {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    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;
    overflow: hidden;
    position: relative;
    background: #000;
}

.img-wrap img {
    width: 100%;
    transition: all 0.6s ease 0s;
}

a.img-wrap:hover img {
    transform: scale(1.075);
}

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

.img-wrap.center {
    top: 50%;
    transform: translate(0, -50%);
}

.img-wrap.overlap {
    width: 130%;
    left: -30%;
}

.img-wrap.round,
.img-wrap.round img {
    border-radius: 50%;
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
}

.bgr-cover {
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; /* Ensure it sits on top of content */
    transition: transform 0.3s ease-in-out; /* The animation speed */
   
}
.header.header-hidden { transform: translateY(-100%);}



.sub-menu li a {
    position: relative;
    text-decoration: none;
    padding-bottom: 5px; /* Creates space between text and the line */
    display: inline-block; /* Required for the width animation to work */
}


.sub-menu li a::after {
    content: '';
    position: absolute;
    width: 0;          /* Start with 0 width (invisible) */
    height: 1px;       /* Thickness of the border */
    bottom: 0;
    left: 0;
    background-color: #978e5d; /* Sunray Orange color */
    transition: width 0.3s ease-in-out; /* Smooth animation speed */
}

.sub-menu li a:hover::after {
    width: 100%;       /* Animate to full width */
}


/*------------------------------------*\
    ICONS
\*------------------------------------*/
.carousel-4 .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	z-index: 999999999999999999;}


.carousel-4-arrows-bottom .slick-aw svg {
    width: 26px;
    height: auto;
    margin-top: 16px;
}
.carousel-4> .slick-prev-arrow {
    z-index: 99999999999999999999;
    left: 40px;
    position: absolute;
	background:#000;
	width: 50px;
    height: 50px;
}
.carousel-4 >.slick-next-arrow {
    z-index: 99999999999999999999;
    right: 40px;
    position: absolute;
	background:#000;
	width: 50px;
    height: 50px;
}

.carousel-4> .slick-custom-arrow svg {
  display: block;
  width: 50px;
  height: 50px;
  fill: white;
}



.carousel-4 >.slick-track {
    display: flex !important;
    align-items: center; /* Centers images vertically */
}

.carousel-4>.slick-slide {
    display: flex !important;
    height: inherit !important;
    justify-content: center; /* Centers images horizontally */
}



/* .carousel-4 {height: 1000px;}
	.carousel-4 > .slick-list{ height: 1000px ;}
	.carousel-4 >.slick-track { height: 1000px;} */

.carousel-4 .slick-slide img {
  height: 100%;
  width: 70%; 
  object-fit: contain; 
  margin: 0 auto;
  display: block;
}

.carousel-4 .img-wrap{background:none !important;}

/*------------------------------------*\
    POPUP
\*------------------------------------*/
/* Button Styling */
.popup-btn {
    background-color: #000000;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    margin: 0 auto;
    display: block;
}
.popup-btn:hover {
    background-color: #968E5D;
}

/* Popup Overlay (Background) */
.popup-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 2147483647 !important; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6); /* Semi-transparent black */
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Popup Content Box */
.popup-content {
    background-color: #fff;
    width: 65%; /* Sets width to 65% of screen */
    padding: 40px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    animation: fadeIn 0.4s ease-in-out;
}

/* Close Button (X) */
.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.close-btn:hover {
    color: red;
}

/* Responsive: 90% width on Mobile/Tablets */
@media screen and (max-width: 768px) {
    .popup-content {
        width: 90%;
        padding: 20px;
    }
}

/* Simple Fade Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.mylife-link{
	width: 45% !important;
	margin: 0 auto;
}




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

.wrapper.narrow-1000 {
    max-width: 1000px;
}

.wrapper.narrow-1500 {
    max-width: 1550px;
}

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

.header {

    width: 100%;
    position: relative;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    animation1: expandAnimation 1s forwards;
}

.header-note{
    text-align: center;
    padding: 10px;
    font-size: 16px;
	margin: 0;
}

.header .wrapper {
   max-width: 1760px;
}

.header .wrapper > .flex {
    background: #000000bf;
    border: 1px solid #292929;
    padding: 0 40px;
	height: 7.5rem;
}

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

.header .nav {
    height: 100px;
}

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

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

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

.header-wrap.fullscreen {
    height: 100vh;
    height: calc(100vh - 130px);
}
.current-menu-item, .current-menu-parent{   
    color: #978e5d !important;
    text-decoration: underline;
    text-underline-offset: 13px;}
.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;
}

.logo {
    width: 60%;
}
.nav ul
.nav li {
    height: 100%;
}

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

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

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

.nav > ul > li > a {
    line-height: 100px;
}

.nav a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.nav .sub-menu {
    display: none;
    position: absolute;
    left: -79px;
    top: 86%;
    background: #000000bf;
    white-space: nowrap;
    padding: 25px 80px 20px;
    text-align: left;
    border-top: 1px solid #292929;
}

.nav li:hover .sub-menu {
    display: block;
}

.nav .sub-menu li {
    display: block;
    margin: 0 0 18px;
}

.nav .sub-menu a {
    letter-spacing: 1px;
}

.sidebar {
    background: #fff;
}

.footer {
    background: #000;
    position: relative;
}

.footer .flex{align-items: center;}
.footer .max-width-400 p {
    margin: 0;
}

.footer .max-width-400 a {
    margin: 10px 0 0;
}

.footer .top .flex > div {
    padding: 40px 0 30px;
}

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

.footer .top ul li {
    padding: 0;
    margin: 0 0 5px;
}

.footer .top ul a {
    font-size: 20px;
}

.footer .bottom {
    border-top: 1px solid #313131;
    padding: 15px 0;
    background: #000;
}

.footer .bottom .copyright,
.footer .bottom .copyright ul {
    font-size: 0;
}

.footer .copyright a,
.footer .copyright ul,
.footer .copyright li,
.footer .copyright p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #929292;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

.footer .copyright li::before {
    content: '/';
    margin: 0 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 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.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;
    margin: 0 8px;
    padding: 0;
    text-align: left;
    height: auto;
    padding: 0;
    background: none;
    position: relative;
    outline: 0;
}

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

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

.slick-initialized .slick-slide {
    display: inline-block;
    text-align: left;
    vertical-align: top
}

.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: 46px;
    height: 22px;
    background: none;
    transform: translate(0, -50%);
    transition: all 0.3s ease 0s;
}

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

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

.arrows-bottom .slick-arrow {
    top: auto;
    bottom: -80px;
    transform: none;
}

.arrows-bottom .slick-next {
    right: 10px;
}

.arrows-bottom .slick-prev {
    right: 83px;
    left: auto;
}

.arrows-bottom .slick-aw {
	bottom: auto;
	top: 50%;
	transform: translate(0, -50%);
	right: -23px;
	width: 45px;
	height: 45px;
	background: #000;
}

.arrows-bottom .slick-aw.next {
	margin-top: -55px;
}

.arrows-bottom .slick-aw svg {
	width: 26px;
	height: auto;
	margin-top: 16px;
}

.slick-next {
    right: 20px;
}

.slick-prev {
    left: 20px;
}

.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: 18px;
    height: 18px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #979797;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

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

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

.slick-dots li:hover button,
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
    border-color: #a29762;
    background: #a29762;
}

.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;
}

.dots-vertical.slick-dotted.slick-slider {
    padding: 0;
}

.dots-vertical .slick-dots {
    position: absolute;
    width: 18px;
    top: 0;
    height: 100%;
    right: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dots-vertical .slick-dots li {
    margin: 6px 0;
}

.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%;
}

.carousel-7 .slick-slide {
    padding: 0 15px;
    text-align: center;
}

.caption-normal {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 20;
    padding: 0 120px;
    transform: translate(0, -50%);
}

.caption-normal p {
    max-width: 720px;
}

.caption-normal.small {
    padding: 0 40px;
}

.carousel-3 .slick-list {
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
    
}

.carousel-3 .slick-list img:hover {
    cursor: url('img/icon-drag.png') 35 35, auto;
}

/*------------------------------------*\
    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,
.centered .slick-track {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

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

.flex.center,
.centered .slick-track {
    align-items: center;
}

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

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

.flex-auto > div {
    width: auto !important;
    margin: 20px 20px 0;
    max-width: 200px;
}

.section-wrap {
    position: relative;
}

.section {
    padding: 150px 0;
    position: relative;
    background: none no-repeat scroll 0 160px transparent;
}

.section.boxed {
    background: #fff;
    max-width: 1720px;
    margin: -110px auto 0;
}

.section.boxed > .wrapper {
    padding: 45px 20px;
    min-height: 110px;
}

.section.cover {
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.section.no-cover {
    background: none no-repeat scroll 0 60px transparent;
}

.bgr-white {
    background-color: #fff;
}

.bgr-grey {
    background-color: #faf9f7;
}

.line-wrap {
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.line-wrap.top-right .two-lines::after,
.line-wrap.bottom-left .lines::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
}

.line-wrap.top-right .lines .two-lines {
    background: #fff;
}

.line-wrap.bottom-left {
    top: auto;
    bottom: 0;
}

.line-wrap.bottom-left .lines::before {
    left: 0;
    width: 50%;
}

.lines {
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    z-index: 15;
}

.lines .wrapper {
    height: 100%;
    padding: 0 85px;
}

.lines .grid {
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: space-between;
    display: grid;
    position: relative;
	display:none;
}

.lines .line {
    width: 1px;
    background: #f5f5f5;
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.lines .line.bgr-black {
    background: #000;
}

.lines .line.bgr-dark-gray {
    background: #313131;
}

.lines .two-lines {
    width: 100%;
    justify-content: space-between;
    display: flex;
    position: relative;
}

.lines .line.right {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

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

.tabs ul.horizontal {
    font-size: 0;
    text-align: center;
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    border-bottom: 2px solid #000000;
}

.tabs ul.horizontal li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 20px;
}

.tabs ul.horizontal li a {
    display: block;
    color: #676767;
    border-bottom: 6px solid transparent;
    padding: 0 8px 8px;
}

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

.tabs.vertical {
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.tabs ul.vertical {
    font-size: 0;
    background: #fff;
    border-right: 1px solid #E4E4E4;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 34.65%;
}

.tabs ul.vertical li {
    width: 100%;
    min-height: 120px;
    background: #fff;
    font-size: 24px;
    line-height: 1.3;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 30px 60px;
    border-top: 1px solid #E4E4E4;
    transition: all 0.3s ease 0s;
}

.tabs ul.vertical li:hover,
.tabs ul.vertical li.active {
    background: #faf9f7;
}

.tabs ul.vertical li:hover a {
    left: 20px;
}

.tabs ul.vertical li a:hover,
.tabs ul.vertical li.active a {
    color: #a29762;
}

.tabs ul.vertical li a {
    color: #676767;
    position: relative;
    left: 0;
}

.tabs.vertical > div {
    background: #fff;
    padding: 0 70px 50px;
    position: relative;
    width: 65.35%;
}

.tabs.vertical > div::before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: -60px;
    width: 100.1%;
    height: 60px;
    border-right: 1px solid #D8D8D8;
}

.tabs.inline {
	background: #000;
	position: relative;
	padding: 150px 0 70px;
	margin: 50px 0 auto;
}

.tabs.inline .bgr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background: none no-repeat scroll center center transparent;
	background-size: cover;
	opacity: 0.5;
}

.tabs.inline ul.inline {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translate(-50%, 0);
	max-width: 1720px;
	padding: 0 30px;
	z-index: 9;
}

.tabs.inline ul.inline li {
	font-size: 22px;
	border-top: 10px solid #ffffff3b;
	margin: 0;
	padding: 5px 0 0;
	transition: all 0.3s ease 0s;
}

.tabs.inline ul.inline li:hover,
.tabs.inline ul.inline li.active {
	border-color: #fff;
}

.accordion {
    border-bottom: 1px solid #3E3E3D;
    border-left: 1px solid #3E3E3D;
    border-right: 1px solid #3E3E3D;
}

.accordion .as-title {
    font-size: 24px;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 38px 100px 38px 60px;
    border-top: 1px solid #3E3E3D;
    transition: all 0.3s ease 0s;
}

.accordion .as-title:hover,
.accordion .as-title.active {
    color: #A29762;
}

.accordion .as-title span {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 55px;
    top: 42px;
}

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

.accordion .as-title span svg path {
    fill: #4D4D4D;
    transition: all 0.3s ease 0s;
}

.accordion .as-title:hover span svg path,
.accordion.light .as-title:hover span svg path {
    fill: #A29762;
}

.accordion .items {
    padding: 20px 60px 40px 60px;
}

.accordion.light,
.accordion.light .as-title {
    border-color: #E4E4E4;
}

.accordion.light .as-title span svg path {
    fill: #B6B6B6;
}

.breadcrumbs {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.breadcrumbs .sep {
    margin: 0 4px;
}

.breadcrumbs-inside .breadcrumbs {
    margin: 0 0 5px;
}

.breadcrumbs-inside .breadcrumbs .wrapper {
    padding: 0;
}

.gallery-nav {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
}

.gallery-nav .gallery {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 360px;
}

.gallery-nav .gallery.single {
    max-width: 720px;
}

.gallery-nav a {
    background: #ffffff;
    border: 1px solid #ECECEC;
    text-align: center;
    padding: 40px 20px;
    width: 100%;
}

.gallery-nav a:hover {
    color: #fff;
    background: #000000;
    border-color: #000000;
}

.gallery-nav a svg {
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0 0;
}

.filters {
    background: #fff;
    width: 100%;
    max-width: 960px;
    padding: 30px 65px;
    border: 1px solid #ECECEC;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translate(-50%, 0);
    z-index: 25;
}

.filters .btn-filter {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.filters .btn-filter svg {
	width: 20px;
	height: 20px;
}

.filters button {
    display: block;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
    background: none;
    padding: 0 0 0 25px;
    margin: 0 0 15px;
    border: 0;
    outline: 0;
    position: relative;
    cursor: pointer;
}

.filters button::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cdcdcd;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
}

.filters button.mixitup-control-active::before {
    background: #000;
    border-color: #000;
}

.filters fieldset {
    padding: 0;
    border: 0;
    min-width: 180px;
}

.filters p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #979797;
    padding: 0 0 8px;
    margin: 0 0 15px;
}

.mixitup-page-list {
    font-size: 0;
    text-align: center;
    margin: 30px 0 0;
}

.ccaop_education_section  .mixitup-page-list{visibility:hidden;}

.mixitup-page-list button {
    color: #737373;
    font-size: 16px;
    letter-spacing: 2px;
    width: 50px;
    height: 50px;
    border: 1px solid #bdbdbd;
    outline: 0;
    margin: 0 6px;
    padding: 0;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.mixitup-page-list button:hover,
.mixitup-page-list button.mixitup-control-active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.as-table {
    border: 1px solid #e4e4e4;
    padding: 43px 65px;
    border-bottom: 0;
}

.as-table:last-child {
    border-bottom: 1px solid #e4e4e4;
}

.as-box {
    padding: 60px 70px;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.as-box h1 {
    margin: 0 0 40px;
}

.has-border-1 {
    border-bottom: 1px solid #929292;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.has-border-2 {
    border-bottom: 4px solid #000000;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

.division {
    background: #A29762;
    position: relative;
    padding: 20px 110px 20px 20px;
    margin: 0 0 20px;
}

.division svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.jscroll-inner > div:nth-child(2n) .width-52,
.change-order .width-52:nth-child(3n) {
	order: 2;
}

.graph {
    font-size: 0;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    position: relative;
}

.graph::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 75px;
    width: 100%;
    height: 100%;
    background: url('img/icon-dashed-line.png') repeat scroll left bottom transparent;
}

.graph::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 74px;
    width: 100%;
    height: 1px;
    background: #A8A8A8;
}

.graph .item {
    display: inline-block;
    vertical-align: bottom;
    width: 65px;
    text-align: center;
    margin: 0 20px 0 0;
}

.graph .bar {
    width: 100%;
    margin: 0 0 5px;
    position: relative;
}

.graph .bar > div {
    background: url('img/bgr-lines.png') repeat-y scroll 0 bottom transparent;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.graph .num {
    flex-direction: column-reverse;
    width: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    position: absolute;
    right: -20px;
    bottom: 74px;
    border-left: 1px solid #A8A8A8;
    padding: 0 0 0 10px;
}

.graph .num span {
    width: 100%;
    height: 40px;
    line-height: 1;
    bottom: -5px;
    position: relative;
}

.boxed-content {
    border-right: 1px solid #3e3e3d;
    border-bottom: 1px solid #3e3e3d;
}

.boxed-item {
    background: #1e1e1c;
    border-left: 1px solid #3e3e3d;
    border-top: 1px solid #3e3e3d;
    padding: 35px 35px 50px;
    position: relative;
    overflow: hidden;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------------*\
    FONTS
\*------------------------------------*/

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

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

.search-input,
.wpcf7-text,
select.wpcf7-select,
div.wpcf7-select a,
.wpcf7-textarea,
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    border: 1px solid #cdcdcd;
    outline: 0;
    background: #fff;
    width: 100%;
    height: 60px;
    letter-spacing: 1px;
    padding: 18px 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}

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

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

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

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

.chosen-container-multi .chosen-choices {
    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 {
    background: #faf9f7;
    padding: 45px;
}

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

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

.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    color: #000;
    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;
}

.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;
    color: #a8a8a8;
}

.chosen-container-single.active .chosen-single {
    color: #000;
}

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

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

.chosen-container-single .chosen-single div b {
    width: 15px;
    height: 9px;
    background-position: -118px -270px;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-top: 0;
    background: #fff;
    background-clip: padding-box;
    height: auto;
    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;
    position: relative;
    margin: 0;
    padding: 10px 25px;
    list-style: none;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    transition: all 0.3s ease 0s;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container-multi .chosen-results li {
    padding: 10px 25px 10px 56px;
}

.chosen-container .chosen-results li::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 7px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #cdcdcd;
    transition: all 0.3s ease 0s;
}

.chosen-container .chosen-results li.result-selected::before {
    background: #000;
}

.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: #a8a8a8;
}

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

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

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

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

/* Simplebar */

[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 25px 40px;
}

.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: #ececec;
    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: #a8a8a8;
    left: 0;
    right: 0;
    opacity: 1;
    border-radius: 10px;
    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: 7px;
    border-radius: 10px;
}

.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: 7px;
    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,.5);
}

.jBox-wrapper {
    text-align: left;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
}

.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;
}

.jBox-Modal .jBox-container {
    background: #faf9f7;
    border-radius: 0;
    height: 100%;
}

.jBox-Modal .jBox-container .jBox-content {
    font-size: 20px;
    color: #929292;
    padding: 50px 120px 50px 50px;
}

.jBox-closeButton {
    position: absolute;
    top: 20px;
    right: 120px;
    cursor: pointer;
}

.jBox-closeButton svg {
    fill: #A8A8A8;
    width: 30px;
    height: 30px;
}

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

.relative { position: relative; }

.z-index-5  { z-index: 5; }

.z-index-10 { z-index: 10; }

.z-index-20 { z-index: 20; }

.z-index-35 { z-index: 35; }

.gap { justify-content: initial; }

.gap-1 { gap: 0 1% }

.gap-2 { gap: 0 2% }

.gap-3 { gap: 0 3% }

.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% }

.gap-14 { gap: 0 14% }

.gap-6 .width-20 { width: 20.5% }

.max-width-400 { max-width: 400px; }

.max-width-465 { max-width: 465px; }

.max-width-500 { max-width: 500px; }

.max-width-870 { max-width: 870px; }

.max-width-1150 { max-width: 1150px; }

.max-width-center { margin: 0 auto; }

.min-height-850 { min-height: 850px; }

.gap-1 .width-32 { width: 32.5%;}

.as-grid > .width-65 { width: 64.5%; }

.as-grid > .width-65 > .flex { justify-content: initial; gap: 0 10%; }

.as-grid > .width-100 > .flex { justify-content: initial; gap: 0 6.5%; }

.as-grid > .width-29 > .flex > .width-29 {	width: 100%; }

.as-grid > .width-65 > .flex > .width-29 {	width: 45%; }

.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.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-50 { width: 50%; }

.width-51 { width: 51%; }

.width-52 { width: 52%; }

.width-49 { width: 49%; }

.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%; }

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

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

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

.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; }

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

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

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

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

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

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

.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; }

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

.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; }

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

.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-40 { padding-left: 40px; }

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

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

.pr-40 { padding-right: 40px; }

.pr-55 { padding-right: 55px; }

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

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

@media only screen and (max-width: 1760px) {
	.wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.pt-130 {
	  padding-top: 0;
	}
	.nav li {
    margin: 0 20px;
	}
}

@media only screen and (max-width: 1500px) {
    .mobile-1500-width-30 {
        width: 30%;
    }
	.nav li {
    margin: 0 12px;
	}
}

@media only screen and (min-width:1025px) and (max-width: 1333px) {
	.width-20{width:10% !important;}
	.width-80{width:90% !important;}
	.nav li {margin: 0 10px;}
	.nav a{font-size: 14px;}
	.logo{width: 100%;}
}

@media only screen and (max-width: 1380px) {
    .nav li {
        margin: 0 7px;
    }

    .font-size-40 {
        font-size: 30px;
    }

    .mobile-1380-pl-0 {
        padding-left: 0;
    }

    .jBox-wrapper {
        width: 100%;
    }

    .jBox-Modal .jBox-container .jBox-content {
        padding: 20px;
    }

    .jBox-closeButton {
        right: 20px;
    }
}

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

    .nav a {
        letter-spacing: 0;
		font-size:14px;
    }
	.nav li {
    margin: 0 13px;
      }
}

@media only screen and (max-width: 1024px) {
			header .logo {
    width: 220px;
}
    .nav li:hover .sub-menu,
    br {
        display: none;
    }

    .header .nav {
        height: 60px;
    }

    .header .width-20 {
        position: absolute;
        left: 20px;
        top: 15px;
        width: auto;
    }
    
    .btn-menu,
    .header .menu-item-has-children > a > span.toggle {
        display: block;
    }

    .nav .btn-menu {
        display: inline-block;
        vertical-align: top;
        background: url('img/icon-open.png') no-repeat scroll center center transparent;
        background-size: cover;
        width: 30px;
        height: 30px;
        cursor: pointer;
        border: 0;
        outline: 0;
        padding: 0;
        margin-top: 30px;
        margin-right: 20px;
    }

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

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

    .nav.active > ul {
        display: block;
    }

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

    .header a > span.toggle {
        background: url('img/icon-plus.png') no-repeat scroll center center transparent;
        background-size: 25px;
        width: 60px;
        height: 44px;
        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;
        font-size: 14px;
        font-weight: 500;
        padding: 15px 20px;
        line-height: 1;
        height: auto;
    }

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

    .header .nav .sub-menu li {
        margin: 0;
        padding: 0;
        border-top: 1px solid #292929;
    }

    .header .nav .sub-menu li a {
        display: block;
        font-size: 14px;
        line-height: 1;
        padding: 15px 40px;
        margin: 0;
    }

    .header .wrapper > .flex {
        height: 89px;
        padding: 0;
        border: 0;
        border-bottom: 1px solid #292929;
    }

    .header .wrapper > .flex > div {
        height: 100%;
    }
    
    .mobile-1000-mb-20 {
        margin-bottom: 20px;
    }

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

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

    .tabs ul.horizontal li {
        margin: 0 10px;
    }

    .mobile-1000-pl-20 {
        padding-left: 20px;
    }

    .mobile-1000-pl-0 {
        padding-left: 0;
    }

    .mobile-1000-p-20 {
        padding: 20px;
    }
    
    .mobile-1000-pr-20 {
        padding-right: 20px;
    }
	
	.mobile-1000-pt-80 {
        padding-top: 80px;
    }
	
	.wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.mobile-1000-text-left {
		text-align: left;
	}

    .tabs ul.vertical li {
        padding: 30px;
    }

    .tabs.vertical > div {
        padding: 0 30px 30px;
    }

    .header .wrapper {
        padding: 0;
    }

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

    .mobile-1000-width-50 {
        width: 50%;
    }

    .gap-6 .mobile-1000-width-50 {
        width: 47%;
    }

    .min-height-850 {
        min-height: auto;
    }

    .mobile-1000-height-400 {
        height: 400px;
        overflow: hidden;
    }

    .mobile-1000-height-400 .img-wrap,
    .mobile-1000-height-400 .img-wrap img {
        height: 100%;
        object-fit: cover;
    }

    h1,
    .font-size-75,
    .font-size-60 {
        font-size: 35px;
    }

    .font-size-100 {
        font-size: 70px;
    }

    .section,
    .footer > .wrapper {
        padding: 50px 0;
    }

    .filters {
        padding: 30px;
    }

    .section[style*="padding-top: 150px;"],
    .section[style*="padding-top: 120px;"],
    .section[style*="padding-top: 100px;"] {
        padding-top: 50px !important;
    }

    .section[style*="padding-bottom: 150px;"],
    .section[style*="padding-bottom: 120px;"],
    .section[style*="padding-bottom: 100px;"] {
        padding-bottom: 50px !important;
    }

    .section.pb-0 {
        padding-bottom: 0 !important;
    }

    .section.pt-0 {
        padding-top: 0 !important;
    }

    .arrows-bottom .slick-arrow {
        bottom: -25px;
    }

    .footer .top .flex > div {
        padding: 0;
        text-align: center;
    }

    .lg-toolbar .lg-icon,
    .lg-actions .lg-next,
    .dots-vertical .slick-dots {
        right: 20px;
    }

    .lg-actions .lg-prev {
        left: 20px;
    }

    .tabs ul.horizontal li a {
        letter-spacing: 0;
    }

    .caption-normal,
    .caption-normal.small {
        padding: 0 20px;
    }

    .caption-normal .font-size-20 {
        font-size: 16px;
    }

    .carousel-vertical .slide {
        height: 400px;
    }

    .carousel-vertical .slide img {
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 960px) {
    .mobile-960-width-100,
    .as-grid > .mobile-960-width-100,
    .as-grid > .width-65 > .flex > .mobile-960-width-100 {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {   
    .tabs.vertical > div::before {
        display: none;
    }

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

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

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

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

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

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

    .gallery-nav {
        position: relative;
        text-align: left;
        z-index: 30;
    }

    .gallery-nav .gallery {
        max-width: 50%;
    }

    .gallery-nav a {
        padding: 20px;
    }

    .as-table {
        padding: 30px;
    }

    .mobile-800-pl-20 {
        padding-left: 20px;
    }

    .mobile-800-pr-20 {
        padding-right: 20px;
    }

    .mobile-800-pt-0 {
        padding-top: 0;
    }
    
    .mobile-800-text-left {
        text-align: left;
    }

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

    .mobile-800-float-none {
        float: none;
    }

    .footer .copyright a.right::before {
        content: '/';
        margin: 0 0 0 5px;
    }

    .tabs ul.horizontal {
        text-align: left;
    }

    .tabs ul.horizontal li a {
        border: 0;
    }

    .tabs ul.vertical {
        width: 100%;
    }

    .tabs ul.vertical li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        min-height: auto;
        font-size: 20px;
        padding: 15px 30px;
    }

    .tabs.vertical > div {
        width: 100%;
        padding: 30px;
    }

    .header-wrap.size-800 {
        height: 100vh;
        padding-bottom: 80px !important;
    }

    .section.boxed {
        margin: 0 auto;
    }

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

    .line-wrap.top-right .lines .two-lines {
        background: none;
    }

    .line-wrap.bottom-left .lines::before {
        width: 85px;
    }

    .accordion .as-title {
        font-size: 20px;
        line-height: 1.5;
        padding: 20px 60px 20px 20px;
    }

    .accordion .as-title span {
        width: 25px;
        height: 25px;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .accordion .items {
        padding: 0 20px 20px 20px;
    }
	
	.tabs.inline ul.inline li {
		font-size: 16px;
		line-height: 1.2;
	}
	
	.carousel-4 .slick-prev-arrow {left: 25%;}
    .carousel-4 .slick-next-arrow {right: 25%;}
	.slick-arrow {top: 90%;}
}

@media only screen and (max-width: 768px) {
.carousel-4 {height: 600px !important;}
	.carousel-4 > .slick-list{ height: 600px !important;}
	.carousel-4 >.slick-track { height: 600px !important;}
	
	.carousel-4 .slick-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
}
}

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

	.mobilehide{display:none;}
    .mobile-640-width-100,
    .gap-6 .mobile-640-width-100 {
        width: 100%;
    }

    .wpcf7 .flex p {
        width: 100%;
        margin: 0 0 20px;
    }
	.carousel-4 {height: 450px !important;}
	.carousel-4 > .slick-list{ height: 450px !important;}
	.carousel-4 >.slick-track { height: 450px !important;}
	
}

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

    .caption-normal. small .font-size-40 {
        font-size: 24px;
    }

    .gallery-nav .gallery {
        max-width: 100%;
    }
	
	.carousel-4 {height: 450px !important;}
	.carousel-4 > .slick-list{ height: 450px !important;}
	.carousel-4 >.slick-track { height: 450px !important;}
	
	.carousel-4 > .slick-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
}

}

@media only screen and (max-width: 425px) {
    .carousel-4 {height: 360px !important;}
	.carousel-4 > .slick-list{ height: 360px !important;}
	.carousel-4 >.slick-track { height: 360px !important;}	
}

@media only screen and (max-width: 320px) {
    .carousel-4 {height: 300px !important;}
	.carousel-4 > .slick-list{ height: 300px !important;}
	.carousel-4 >.slick-track { height: 300px !important;}
}

/*------------------------------------*\
    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;
    }
}
