/*@import "colors.css";*/









/* #RESET
================================================== */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}









/* #BASIC STYLES
================================================== */
html {
    height: 100%;
}

body,
#cboxContent {
    height: 100%;
    background-color: var(--site-background);
}

section {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    
}

.card {
    padding: 20px;
    border-radius: 8px;
    background-color: rgba(var(--color-background-card-rgb), 0.9);
    border: solid 1px var(--border-primary);
}

.headedSection {
    margin-top: 200px;
}
.bottomedSection {
    margin-bottom: 40px;
}
.paddedSection {padding: 40px 0;}

.SectionTitle {
    padding: 20px 0;
    text-align: center;
}




.row {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px !important;
    padding: 20px;
}

p {
    margin-bottom: 20px;
    text-align: justify;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

@media screen and (max-width: 1000px) {
    section {
        width: 100%;
    }

}



.both_padded_section {
    padding: 0;
}






/* #IMAGES
================================================== */
img {width: auto; height: auto; max-width: 100%;}



.imageHolder {overflow: hidden; border: none;}
.imageHolder span {text-align: center; display: block;}
.imageHolder img {width: 100%;}
.imageHolderSelected {border: solid 1px var(--color-danger-main);}

.imageHolder hr {border-color: var(--color-danger-main); width: 80%; margin: 20px 10%; display: none;}

.content_design_name {text-align: center; width: 100%;}



img.fullWidth {width: 100%;}
img.halfWidth {width: 50%; height: 50%;}
img.image_center {margin: 0 auto; display: block;}
img.circle_image {border-radius: 50%;}
img.thumbnail {width: 100px; height: auto;}

.cropped_thumbnail {width: calc((100% / 3) - 5px); height: 100px; float: left; margin: 5px 5px 0 0; background-size: cover; background-position: center center; background-repeat: no-repeat; background-color: var(--color-background-offwhite);}
.big_cropped_thumbnail {height: 200px; width: 200px;}

.square_thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center center; background-repeat: no-repeat; background-size: contain; display: inline-block;
}
.logo_thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center center; background-repeat: no-repeat; background-size: contain; display: inline-block;
    background-color: #CCC;
}
.square_thumbnail_half  {
    position: relative;
    width: 50%;
    left: 25%;
    height: 0;
    padding-bottom: 50%;
    background-position: center center; background-repeat: no-repeat; background-size: contain; display: inline-block;
}

.rectangle_thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-position: center center; background-repeat: no-repeat; background-size: contain; display: inline-block; background-color: var(--color-background-offwhite);
} 

.round_thumbnail {border-radius: 50%;}





/* #CONTENT BOXES
================================================== */
.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0;
}

.spaceGrid {
    grid-gap: 40px;
}

.cb01,
.cb02,
.cb03,
.cb04,
.cb06,
.cb09,
.cb12 {
    box-sizing: border-box;
    overflow: hidden;
}



.cb01,
.cb01_s {
    grid-column: auto/span 1;
}

.cb02,
.cb02_s {
    grid-column: auto/span 2;
}

.cb03,
.cb03_s {
    grid-column: auto/span 3;
}

.cb04,
.cb04_s {
    grid-column: auto/span 4;
}

.cb06,
.cb06_s {
    grid-column: auto/span 6;
}

.cb09,
.cb09_s {
    grid-column: auto/span 9;
}

.cb12,
.cb12_s {
    grid-column: auto/span 12;
}

.testGrid {
    background-color: var(--yellow-primary);
}

.cbdh {
    grid-row: auto/span 2;
}



@media screen and (max-width: 1000px) and (min-width: 0px) {
    .cb01 {
        grid-column: auto/span 4;
    }

    .cb02 {
        grid-column: auto/span 4;
    }

    .cb03 {
        grid-column: auto/span 12;
    }

    .cb04 {
        grid-column: auto/span 12;
    }

    .cb06 {
        grid-column: auto/span 12;
    }

    .cb09 {
        grid-column: auto/span 12;
    }

    .cb12 {
        grid-column: auto/span 12;
    }

    .cb01_s {
        grid-column: auto/span 1;
    }

    .cb02_s {
        grid-column: auto/span 2;
    }

    .cb03_s {
        grid-column: auto/span 6;
    }

    .cb04_s {
        grid-column: auto/span 6;
    }

    .cb06_s {
        grid-column: auto/span 6;
    }

    .cb09_s {
        grid-column: auto/span 9;
    }


    .grid_order_top {
        order: 1;
    }

    .grid_order_bottom {
        order: 2;
    }

    .spaceGrid {
        grid-gap: 20px;
    }

}




.grid_align_top {
    align-self: start;
}





h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    line-height: normal;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 41px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 20px;
}


@media screen and (max-width: 1000px) {

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 29px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }
}









/* #TEXT COLORS
================================================== */
body {
    color: var(--text-normal);
}

table {
    color: var(--text-normal);
}

input {
    color: var(--text-normal);
}

textarea {
    color: var(--text-normal);
}

select {
    color: var(--text-normal);
}

option {
    color: var(--text-normal);
}

p {
    color: var(--text-normal);
}

b,
strong {
    color: var(--text-normal);
    font-weight: bold;
    font-size: 1em;
}


h1 {
    color: var(--h1-color);
}

h2 {
    color: var(--h2-color);
}

h3 {
    color: var(--h3-color);
}

h4 {
    color: var(--h4-color);
}









/* #LINKS
================================================== */
a {
    text-decoration: none;
    color: var(--link-primary-text);
}

a:hover {
    color: var(--link-primary-text-hover);
    text-decoration: none;
}

a.button,
.button,
button {
    display: block;
    background-color: var(--border-primary);
    padding: 5px 0;
    text-align: center;
    color: var(--text-normal);
    border-radius: 20px;
    border: solid 1px var(--border-primary);
    width: 50%;
    margin: 0 auto;
    cursor: pointer !important;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

a.button:hover,
.button:hover,
button:hover {
    background-color: var(--site-background);
}

a.submit,
.submit {
    background-color: var(--button-primary-background);
    color: var(--button-primary-text);
    border-color: var(--border-primary);
}

a.submit:hover,
.submit:hover {
    background-color: var(--button-primary-background-hover);
    color: var(--button-primary-text-hover);
}

a.secondary,
.secondary {
    background-color: var(--button-secondary-background);
    color: var(--button-secondary-text);
    border-color: var(--border-primary);
}

a.secondary:hover,
.secondary:hover {
    background-color: var(--button-secondary-background-hover);
    color: var(--button-secondary-text-hover);
}

a.cancel,
.cancel {
    background-color: var(--site-background);
    border: none;
    color: var(--text-normal);
}

a.cancel:hover,
.cancel:hover {
    background-color: var(--gray-dark);
}

a.delete,
.delete,
a.trash,
.trash {
    background-color: var(--text-normal);
    border: none;
    color: var(--text-normal);
}

a.delete:hover,
.delete:hover,
a.trash:hover,
.trash:hover {
    background-color: var(--red-dark);
}

.spinnerButton,
.spinnerButton {
    pointer-events: none;
}

.clickable i,
.clickable i {
    display: none;
}

.spinnerButton i,
.spinnerButton i {
    display: inline-block;
}

.showSpinner {
    display: block;
}


.no_button {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.no_button:hover {
    border: none;
    background: transparent;
}


.button_center {
    margin: 0 auto;
    display: table;
}

.button_center_headed {
    margin: 20px auto 0 auto;
    display: table;
}

.button_inline {
    float: left;
    margin: 0 5px 5px 0;
}

.button_full_width {
    width: calc(100% - 32px);
    display: block;
    margin: 0 auto;
}






@media screen and (max-width: 1000px) {

    a.button,
    .button,
    button {
        width: 100%;
    }
}









/* #NAV_00
================================================== */
.nav_00_logo {
    padding: 0;
    text-decoration: none;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 25;
}

.nav_00_logo img {
    width: 150px;
    float: left;
}


@media only screen and (max-width: 1000px) {
    .nav_00_logo {
        top: 10px;
        padding: 10px;
        left: 10px;
    }

    .nav_00_logo img {
        width: auto;
        float: left;
        height: 43px;
    }

}



nav.nav_00_nav {
    position: relative;
    z-index: 24;
    width: 100%;
    height: 70px;
    background: var(--menu-background);
}

nav.nav_00_nav .wrapper {
    position: relative;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .logo_old a {
    color: var(--menu-text);
    font-size: 30px;
    text-decoration: none;
    display: none;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: var(--menu-text);
    text-decoration: none;
    padding: 0 15px;
    line-height: 70px;
    transition: all 0.3s ease;
    display: block;
}
.nav-links li a.ingresar_button {
    color: var(--menu-text-hover);
    background-color: var(--menu-background-hover);
}

.nav-links li a:hover {
    color: var(--menu-text-hover);
    background-color: var(--menu-background-hover);
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: var(--menu-background);
    width: 300px;
    line-height: 45px;
    top: 70px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: auto;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: calc(100% - 40px);
    padding: 0 20px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: var(--menu-background);
    padding: 25px 20px;
    display: flex;
    width: calc(100% - 40px);
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
    max-width: none;
    margin: 0;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: var(--menu-text);
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: var(--menu-text);
    font-size: 15px;
    display: block;
}

.row .mega-links li a:hover {
    color: var(--menu-text);
}

.wrapper .btn {
    color: var(--menu-text);
    font-size: 20px;
    cursor: pointer;
    display: none;
    text-align: right;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 50px;
    top: 40px;
}

@media screen and (max-width: 1000px) {
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: 100%;
        background: var(--menu-background);
        display: block;
        padding: 100px 10px 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: var(--menu-background);
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links {
        left: calc(100% - 350px);
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: var(--menu-text);
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
        text-transform: none;
    }

    .nav-links .mobile-item:hover {
        color: var(--link-hover);
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}










/* #NAV_01
================================================== */

#nav-001-menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
    height: 50px;
}


#nav-001-menu-wrapper #hamburger-menu {
    position: absolute;
    width: 25px;
    height: 20px;
    margin: 15px;
    left: 20px;
}

#nav-001-menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: var(--menu-text);
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#nav-001-menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#nav-001-menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#nav-001-menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#nav-001-menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#nav-001-menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#nav-001-menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

#nav-001-menu-logo {position: absolute; top: 0; left: calc(50% - 75px); z-index: 1000; width: 150px;}
#nav-001-menu-logo img {width: 150px; height: auto;}

.nav-001-menu-wrapper-button-holder {position: absolute; right: 20px;}
.nav-001-menu-wrapper-button-holder a {float: left; display: block; color: var(--menu-text); background-color: var(--menu-background); padding: 10px 20px;}


#nav-001-menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
}
#nav-001-menu-container .menu-list .menu-submenu li {
    padding: 20px;
}
#nav-001-menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: white;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
}

#nav-001-menu-container .menu-list li.accordion-toggle, #nav-001-menu-container .menu-list .menu-login, #nav-001-menu-container .menu-list .menu-element {
    border-top: 1px solid #dbdcd2;
}

#nav-001-menu-container .menu-list li.accordion-toggle .icon-plus {color: red;}

.menu-element a {color: var(--menu-text); display: block; padding: 20px;}
.menu-element:hover {color: var(--menu-text-hover); background-color: var(--menu-background-hover);}


#nav-001-menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    position: relative;
}

  .accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: var(--menu-background);
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: var(--menu-background);
    color: var(--menu-text);
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: var(--menu-background) !important;
    color: var(--menu-text)
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: var(--menu-background) !important;
    opacity: 0;
}









/* #NAV_02 MENTOR DE VIDAS
================================================== */
.nav_02_logo {
    padding: 0;
    text-decoration: none;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 25;
}

.nav_02_logo img {
    width: 150px;
    float: left;
}


@media only screen and (max-width: 1000px) {
    .nav_02_logo {
        top: 30px;
        padding: 10px;
        left: 0;
    }

    .nav_02_logo img {
        width: auto;
        float: left;
        height: 43px;
    }

}


.nav_02_header_bar {
    position: relative;
    top: 0px;
    z-index: 5;
    width: 100%;
    color: var(--text-inverse);
    height: 30px;
}

.nav_02_header_menu {
    background: var(--menu-text);
    height: 30px;
}

.nav_02_header_menu ul {
    width: auto;
    float: right;
}

.nav_02_header_menu ul li {
    float: left;
}

.nav_02_header_menu ul li a {
    display: block;
    color: var(--text-inverse);
    padding: 0 10px;
    font-size: 0.8em;
    margin: 0;
    line-height: 30px;
}

.nav_02_header_menu ul li a:hover {
    color: #DDD;
}

.nav_02_header_menu ul li a {}

.nav_02_header_menu ul li a.student_entry {
    background: var(--lightblue-primary);
}

.nav_02_header_menu ul li a.student_entry:hover {
    background: var(--lightblue-dark);
}

.nav_02_header_menu ul li a.faq_menu {
    background: var(--red-primary);
}

.nav_02_header_menu ul li a.faq_menu:hover {
    background: var(--red-dark);
}

.nav_02_header_menu ul li a.demo_ask {
    background: var(--yellow-light);
}

.nav_02_header_menu ul li a.demo_ask:hover {
    background: var(--yellow-primary);
}



nav.nav_02 {
    position: relative;
    z-index: 24;
    width: 100%;
    top: 30px;

    background: var(--menu-background);
}

nav.nav_02 .wrapper {
    position: relative;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .logo_old a {
    color: var(--link-primary-text);
    font-size: 30px;
    text-decoration: none;
    display: none;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: var(--link-primary-text);
    text-decoration: none;
    padding: 9px 15px;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    color: var(--link-hover);
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: var(--menu-background);
    width: 250px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: calc(100% - 40px);
    padding: 0 20px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: var(--menu-background);
    padding: 25px 20px;
    display: flex;
    width: calc(100% - 40px);
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
    max-width: none;
    margin: 0;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: var(--text-normal);
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: var(--link-primary-text);
    font-size: 15px;
    display: block;
}

.row .mega-links li a:hover {
    color: var(--link-primary-text);
}

.wrapper .btn {
    color: var(--link-primary-text);
    font-size: 20px;
    cursor: pointer;
    display: none;
    text-align: right;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 50px;
    top: 40px;
}

@media screen and (max-width: 1000px) {
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: 100%;
        background: var(--menu-background);
        display: block;
        padding: 100px 10px 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: var(--menu-background);
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links {
        left: calc(100% - 350px);
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: var(--link-primary-text);
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
        text-transform: none;
    }

    .nav-links .mobile-item:hover {
        color: var(--link-hover);
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav.nav_02 input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}









/* #NAV_04
================================================== */
#nav-04-menu-logo {position: absolute; top: 0; left: calc(50% - 75px); z-index: 1; width: 150px;}
#nav-04-menu-logo img {width: 150px; height: auto;}

@media only screen and (max-width: 1000px) {
    #nav-04-menu-logo {width: 100px; left: calc(50% - 50px);}
    #nav-04-menu-logo img {width: 100px;}
}

a.floating_cart_button {position: fixed; padding: 10px 15px; top: 120px; right: 0; background-color: var(--button-primary-background); color: var(--text-inverse); border-radius: 50% 0 0 50%; z-index: 101;}
a.floating_cart_button:hover {color: var(--text-inverse); background-color: var(--button-primary-background-hover);}
.floating_cart_button_quantity {
    position: absolute;
    right: 35px;
    top: -10px;
	background-color: red;
	padding: 0px 8px;
	border-radius: 50%;
	font-size: 0.8em;
}

.nav-04-menu-wrapper-button-holder {position: absolute; right: 20px; top: 15px; z-index: 1;}
.nav-04-menu-wrapper-button-holder a.floating_school_button {float: left; display: block; color: var(--button-neutral-text); background-color: var(--site-background-inverse); padding: 20px;} 

@media screen and (max-width: 1000px) {
    .nav-04-menu-wrapper-button-holder {display: none;}
}



nav {height: 100px;}

#nav-04-menuToggle {
     display: inline-block;
     position: relative;
     top: 20px;
     left: 20px;

     z-index: 101;

     -webkit-user-select: none;
     user-select: none;
    
    padding: 20px;
    background-color: var(--menu-background);
 }

 #nav-04-menuToggle input {
     display: block;
     width: 70px;
     height: 70px;
     position: absolute;
     top: 0px;
     left: 0px;

     cursor: pointer;

     opacity: 0;
     /* hide this */
     z-index: 2;
     /* and place it over the hamburger */

     -webkit-touch-callout: none;
 }

 /*
         * Just a quick hamburger
         */
 #nav-04-menuToggle span {
     display: block;
     width: 33px;
     height: 4px;
     margin-bottom: 5px;
     position: relative;

     background: var(--menu-text);
     border-radius: 3px;

     z-index: 1;

     transform-origin: 4px 0px;

     transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
         background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
         opacity 0.55s ease;
 }

 #nav-04-menuToggle span:first-child {
     transform-origin: 0% 0%;
 }

 #nav-04-menuToggle span:nth-last-child(2) {
     transform-origin: 0% 100%;
 }

 /*
         * Transform all the slices of hamburger
         * into a crossmark.
         */
 #nav-04-menuToggle input:checked ~ span {
     opacity: 1;
     transform: rotate(45deg) translate(-2px, -1px);
     background: #232323;
 }

 /*
         * But let's hide the middle one.
         */
 #nav-04-menuToggle input:checked ~ span:nth-last-child(3) {
     opacity: 0;
     transform: rotate(0deg) scale(0.2, 0.2);
 }

 /*
         * Ohyeah and the last one should go the other direction
         */
 #nav-04-menuToggle input:checked ~ span:nth-last-child(2) {
     transform: rotate(-45deg) translate(0, -1px);
 }

 /*
         * Make this absolute positioned
         * at the top left of the screen
         */
 #nav-04-menu {
     position: absolute;
     width: calc(100vw - 90px);
     margin: -100px 0 0 -50px;
     padding: 50px;
     padding-top: 200px;
     min-height: calc(100vh - 200px);
     background: #ededed;
     list-style-type: none;
     -webkit-font-smoothing: antialiased;
     /* to stop flickering of text in safari */

     transform-origin: 0% 0%;
     transform: translate(-100%, 0);

     transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
 }

 #nav-04-menu li {
     padding: 10px 0 10px 20px;
     font-size: 22px;
 }

#nav-04-menu li.menu-04-login-button {background-color: black; color: white; padding: 20px;}
#nav-04-menu li.menu-04-login-button a {color: white;}
 /*
         * And let's slide it in from the left
         */

 #nav-04-menuToggle input:checked ~ ul {
     transform: none;
 }

.onclick-nav-04-menu {cursor: pointer;}


 .onclick-nav-04-menu:focus {
     /* clicking on label should toggle the nav-04-menu */
     pointer-events: none;
     
 }

.onclick-nav-04-menu::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0dd";
    padding: 0 10px 0 0;
}

 .onclick-nav-04-menu:focus .onclick-nav-04-menu-content {
     /*  opacity is 1 in opened state (see below) */
     opacity: 1;
     visibility: visible;
     display: inherit;
     /* don't let pointer-events affect descendant elements */
     pointer-events: auto;
 }

 .onclick-nav-04-menu-content {
     /* use opacity to fake immediate toggle */
     display: none;
     opacity: 0;
     visibility: hidden;
     transition: visibility 0.5s;
 }

 .onclick-nav-04-menu-content li {
     list-style: none;
 }
















/* #FORMS
================================================== */
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input,
textarea {
    border: solid 1px var(--border-primary);
    padding: 10px;
    transition: 50ms border-bottom-color ease-in-out;
    width: calc(100% - 22px);
    border-radius: 8px;
    background-color: var(--form-background);
    color: var(--form-text);
}

textarea {
    height: 300px;
    clear: left;
}

select {
    border: none;
    border-bottom: solid 1px var(--border-primary);
    padding: 5px;
    background-color: var(--form-background);
    color: var(--form-text);
}

option {
    padding: 5px;
    background-color: var(--form-background);
    color: var(--form-text);
}

input:focus,
input:hover,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
    border: solid 1px var(--border-primary);
}


form div {
    padding: 20px 0;
    width: 100%;
    display: table;
}

label {
    font-size: 0.75em;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 100%;
}

.largeLabel {
    width: 100%;
}

input.disabled {
    cursor: not-allowed;
    background-color: var(--site-background);
}

input.full_width_input {
    width: calc(100% - 22px);
}

.requiredField {
    color: var(--text-normal);
}

.requiredField::after {
    content: " *";
    padding-right: 10px;
    color: var(--red-dark);
}

.form-error {
    color: red;
    font-size: 0.75em;
}

.valid {
    border-color: green;
}

.submitDiv {}

.submitDivCart {
    text-align: right;
    padding: 0;
}



input[type="radio"] {
    display: none;
}

label.coolRadioLabel {
    display: table;
    cursor: pointer;
    margin: 0 0 5px 0;
    padding: 6px 0;
    width: 100%;
    border: solid 1px var(--border-primary);
    text-align: center;
    font-size: 1em;
    background: var(--site-background);
    color: var(--text-normal);
}

label.coolRadioLabel p {
    text-align: center;
    font-size: 1em;
}


label.coolRadioLabelHalf {
    width: calc((100% - 4px)/2);
    max-width: none;
    display: inline-block;
    float: left;
}

label.coolRadioLabelThird {
    width: calc((100% - 6px)/3);
    max-width: none;
    display: inline-block;
    float: left;
}

label.coolLeft {
    border-radius: 8px 0 0 8px;
    border-right: none;
}

label.coolRight {
    border-radius: 0 8px 8px 0;
}

input[type="radio"]:checked + label.coolRadioLabel {
    background-color: var(--lightblue-primary);
    color: var(--text-normal);
}

label.coolRadioLabelAlert {
    background-color: var(--yellow-primary);
}



@media screen and (max-width: 1000px) {
    input {
        width: calc(100% - 2px);
    }

    textarea {
        width: calc(100% - 2px);
        border: solid 1px var(--border-primary);
        height: 130px;
    }

    label {
        width: 100%;
    }

    form div {
        padding: 10px 0;
        width: 100%;
    }
}







/* #CONTACT THANK YOU
================================================== */
.thankYouPage {
    background-color: transparent;
    padding: 4em 0;
    margin: 4em 0;
}

.thankYouPage span.thankYouIcon {
    display: block;
    width: 100%;
    text-align: center;
    color: var(--text-normal);
    font-size: 3em;
}

.thankYouPage span.thankYouTitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2em;
}

.thankYouPage span.thankYoutext {
    display: block;
    width: 100%;
    text-align: center;
}





/* #LISTS
================================================== */
ul.unorderedList {
    list-style: disc;
}

ul.orderedList {
    list-style: decimal;
}

ul.unorderedList li,
.orderedList li {
    margin: 0 0 5px 40px;
}


li.second_level_list {
    margin: 0 0 0 20px;
}

li.third_level_list {
    margin: 0 0 0 40px;
}



ul ul {
    margin: 0 0 0 20px;
}

ul ul ul {
    margin: 0 0 0 40px;
}

ul ul ul ul {
    margin: 0 0 0 60px;
}



@media screen and (max-width: 1000px) {

    ul.unorderedList li,
    .orderedList li {
        text-align: center;
        margin: 0 0 20px 0;
    }
}






/* #STYLE BITCH!
================================================== */
.withHeader {
    margin-top: 20px;
}

.withBottomer {
    margin-bottom: 20px;
}

.withMediumHeader {
    margin-top: 60px;
}

.withBigHeader {
    margin-top: 100px;
}

.studentHeader {
    margin-top: 70px;
}


.text_left,
.text_left p {
    text-align: left;
}

.text_center,
.text_center p {
    text-align: center;
}

.text_right,
.text_right p {
    text-align: right;
}

.pull_left {
    float: left;
}

.pull_center {
    display: table;
    margin: 0 auto;
}

.pull_right {
    float: right;
}

.xsmall {
    font-size: 0.75em;
}

.small {
    font-size: 0.85em;
}

.large {
    font-size: 1.25em;
}

.xlarge {
    font-size: 2em;
}

.huge {
    font-size: 3em;
}


.noeta {
    display: none !important;
}
.block_head {display: block;}

/* #PRODUCT MOSAIC
================================================== */
.mosaic_image_holder {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    background-image: url(uploads/noPic.svg);
}

.list_image_holder {
    height: 300px;
    width: 100%;
}



.product_box {
    margin-bottom: 60px;
    padding: 0 0 20px 0;
}

.product_box,
.product_box p {
    text-align: center;
}

.product_box h4 {
    margin-top: 20px;
}

.product_box img {
    width: 100%;
    height: auto;
}

.product_list_box,
.product_list_box p {
    text-align: left;
}

.product_list_box img {
    width: 100%;
    height: auto;
}

.promo_icon {
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 10;
    color: var(--text-normal);
    border: solid 1px var(--border-primary);
    border-left: 0;
    padding: 5px;
    background: var(--menu-background);
    border-radius: 0 16px 16px 0;
    display: block;
    text-align: center;
}


.product_mosaic_name {
    font-size: 1.25em;
}

.mosaic_price {
    padding: 10px 0 0 0;
    font-size: 1.75em;
}



/* #ARTICLE PAGE
================================================== */
.article_box {
    margin-bottom: 60px;
}

.article_box,
.article_box p {
    text-align: center;
}

.article_box h4 {
    margin-top: 20px;
}

.article_box img {
    width: 100%;
    height: auto;
}


.article_list_box {}

.article_list_box,
.article_list_box p {
    text-align: left;
}

.article_list_box img {
    width: 100%;
    height: auto;
}

.addthis_inline_share_toolbox {
    margin: 0 0 40px 0;
}




/* #PRODUCT PAGE
================================================== */
.star_holder {
    margin: 20px 0;
    display: block;
}

.product_price {
    margin: 20px;
    text-align: right;
    font-size: 2em;
}

.product_description {
    margin-top: 20px;
}

.product_description ul li {
    list-style-type: disc;
    margin: 0 0 5px 40px;
}

.promo_icon_page {
    color: var(--text-normal);
    border: solid 2px var(--border-primary);
    padding: 5px;
    background: var(--green-light);
    border-radius: 16px;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .star_holder {
        margin: 0;
    }

    .product_price {
        margin: 0;
    }
}



/* #POST PAGE
================================================== */
.post_page {}

.post_page img {
    width: 80%;
    margin: 0 auto;
    max-width: 800px;
    display: block;
    height: auto;
}

.post_page img.fullwidth {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}

.post_page h1 {
    margin-bottom: 40px;
}

.post_page_sidebar {}

.post_page_sidebar ul {
    margin-bottom: 80px;
}

.post_page_sidebar ul li a.large_sidebar_button {
    border: solid 1px #CCC;
    border-radius: 8px;
    padding: 20px 10px;
    display: block;
    text-align: center;
    background: var(--lightblue-primary);
    color: var(--text-normal);
}

.post_page_sidebar img {
    width: 80%;
    height: auto;
    margin: 10px auto;
    display: block;
}


/* #ADMIN NAV
================================================== */
.admin_nav {
    width: 100%;
    background: #333;
    color: #FFF;
    position: fixed;
    bottom: 0px;
}






/* #FOOTER
================================================== */
footer {
    background-color: var(--footer-background);
    width: 100%;
    border-top: solid 1px var(--border-primary);
    margin: 40px 0 0 0;
    padding: 40px 0 20px 0;
    color: var(--footer-text);
    float: left;
}




footer a {
    color: var(--footer-link);
}

footer a:hover {
    color: var(--footer-link-hover);
}

footer ul {
    margin: 0 0 20px 0;
}

footer ul li {
    margin: 0 0 5px 0;
}

footer img {width: 100%; max-width: 200px; height: auto; display: block; margin: 0 auto;}
footer img.footer_rrss_icon {width: 32px;}

footer h1, footer h2, footer h3, footer h4 {color: var(--footer-title);}


@media screen and (max-width: 1000px) {

    footer {
        text-align: center;
    }

}


/* #HOMEPAGE GENERIC
================================================== */
.module_intro_text {}

.module_intro_text img {
    width: 80%;
    margin: 0 10%;
    height: auto;
}

.home_box_image {
    width: auto;
    height: auto;
}

.home_box_image img {
    display: block; margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .module_intro_text img {
        width: 100%;
        margin: 0;
    }
}


.home_section {background-position: center center; background-repeat: no-repeat; background-size: cover;}
.home_section_inverse {background-color: var(--site-background-inverse); color: var(--text-inverse); background-position: center center; background-repeat: no-repeat; background-size: cover;}
.home_section_inverse, .home_section_inverse p {color: var(--text-inverse);}



/* #DETAILS
================================================== */
details {
    padding: 0;
    border: solid 1px var(--yellow-dark);
    background: var(--yellow-light);
}

details > summary {
    padding: 10px;
}

details > ul {
    margin: 0;
    background: var(--site-background);
}

details > ul > li {
    list-style-type: disc;
    margin: 0 0 10px 40px;
}







.side_image_text {
    position: relative;
    top: 20px;
    left: 20px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    font-size: 3em;
    color: var(--text-normal);
    text-shadow: 4px 4px rgba(0, 0, 0, 0.1);
    font-weight: 400;
}




/** HERO SHORT
===================================*/
/** RESET AND LAYOUT
===================================*/

@media screen and (min-width: 1000px) {
    .mx-wrapper {display: none;}
    .bx-wrapper {display: block;}
}
@media screen and (max-width: 999px) {
    .mx-wrapper {display: block;}
    .bx-wrapper {display: none;}
}

@media screen and (min-width: 1000px) {
    
    
    .bx-wrapper {
        position: relative;
        margin: 0;
        padding: 0;
        *zoom: 1;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        max-height: calc(100vh - 50px);
        overflow: hidden;
    }

    .bx-wrapper img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .bxslider {
        margin: 0;
        padding: 0;
    }

    ul.bxslider {
        list-style: none;
    }

    .bx-viewport {
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
    }

    /** THEME
    ===================================*/
    .bx-wrapper {
        background-color: var(--site-background);
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */
    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url('../../../../../../art/bx_loader.gif') center center no-repeat #ffffff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */
    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active,
    .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #000;
    }

    .bx-wrapper .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        vertical-align: bottom;
        *zoom: 1;
        *display: inline;
    }

    .bx-wrapper .bx-pager-item {
        font-size: 0;
        line-height: 0;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */
    .bx-wrapper .bx-prev {
        left: 10px;
        background: url('../../../../../../art/controls.png') no-repeat 0 -32px;
    }

    .bx-wrapper .bx-prev:hover,
    .bx-wrapper .bx-prev:focus {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url('../../../art/controls.png') no-repeat -43px -32px;
    }

    .bx-wrapper .bx-next:hover,
    .bx-wrapper .bx-next:focus {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 23;
    }

    .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

    /* AUTO CONTROLS (START / STOP) */
    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url('../../../art/controls.png') -86px -11px no-repeat;
        margin: 0 3px;
    }

    .bx-wrapper .bx-controls-auto .bx-start:hover,
    .bx-wrapper .bx-controls-auto .bx-start.active,
    .bx-wrapper .bx-controls-auto .bx-start:focus {
        background-position: -86px 0;
    }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url('../../../art/controls.png') -86px -44px no-repeat;
        margin: 0 3px;
    }

    .bx-wrapper .bx-controls-auto .bx-stop:hover,
    .bx-wrapper .bx-controls-auto .bx-stop.active,
    .bx-wrapper .bx-controls-auto .bx-stop:focus {
        background-position: -86px -33px;
    }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

    .bx-wrapper .bx-caption span {
        color: #fff;
        
        display: block;
        font-size: .85em;
        padding: 10px;
    }
}

/** HERO SHORT
===================================*/
/** RESET AND LAYOUT
===================================*/
.cx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.cx-wrapper img {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 1440px !important;
}

.cxslider {
    margin: 0;
    padding: 0;
}

ul.cxslider {
    list-style: none;
}

.cx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.cx-wrapper {
    background-color: var(--site-background);
}

.cx-wrapper .cx-pager,
.cx-wrapper .cx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */
.cx-wrapper .cx-loading {
    min-height: 50px;
    background: url('../../../../../../art/cx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.cx-wrapper .cx-pager {
    text-align: center;
    font-size: .85em;
    
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.cx-wrapper .cx-pager.cx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cx-wrapper .cx-pager.cx-default-pager a:hover,
.cx-wrapper .cx-pager.cx-default-pager a.active,
.cx-wrapper .cx-pager.cx-default-pager a:focus {
    background: #000;
}

.cx-wrapper .cx-pager-item,
.cx-wrapper .cx-controls-auto .cx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.cx-wrapper .cx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.cx-wrapper .cx-prev {
    left: 10px;
    background: url('../../../art/controls.png') no-repeat 0 -32px;
}

.cx-wrapper .cx-prev:hover,
.cx-wrapper .cx-prev:focus {
    background-position: 0 0;
}

.cx-wrapper .cx-next {
    right: 10px;
    background: url('../../../art/controls.png') no-repeat -43px -32px;
}

.cx-wrapper .cx-next:hover,
.cx-wrapper .cx-next:focus {
    background-position: -43px 0;
}

.cx-wrapper .cx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 23;
}

.cx-wrapper .cx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.cx-wrapper .cx-controls-auto {
    text-align: center;
}

.cx-wrapper .cx-controls-auto .cx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('../../../art/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.cx-wrapper .cx-controls-auto .cx-start:hover,
.cx-wrapper .cx-controls-auto .cx-start.active,
.cx-wrapper .cx-controls-auto .cx-start:focus {
    background-position: -86px 0;
}

.cx-wrapper .cx-controls-auto .cx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('../../../art/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}

.cx-wrapper .cx-controls-auto .cx-stop:hover,
.cx-wrapper .cx-controls-auto .cx-stop.active,
.cx-wrapper .cx-controls-auto .cx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.cx-wrapper .cx-controls.cx-has-controls-auto.cx-has-pager .cx-pager {
    text-align: left;
    width: 80%;
}

.cx-wrapper .cx-controls.cx-has-controls-auto.cx-has-pager .cx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.cx-wrapper .cx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.cx-wrapper .cx-caption span {
    color: #fff;
    
    display: block;
    font-size: .85em;
    padding: 10px;
}



/** MOBILE HERO
===================================*/
/** RESET AND LAYOUT
===================================*/
@media screen and (max-width: 999px) {
    
    
    
    .mx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    }

    .mx-wrapper img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .mxslider {
        margin: 0;
        padding: 0;
    }

    ul.mxslider {
        list-style: none;
    }

    .mx-viewport {
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
    }

    /** THEME
    ===================================*/
    .mx-wrapper {
        background-color: var(--site-background);
    }

    .mx-wrapper .mx-pager,
    .mx-wrapper .mx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */
    .mx-wrapper .mx-loading {
        min-height: 50px;
        background: url('../../../../../../art/mx_loader.gif') center center no-repeat #ffffff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */
    .mx-wrapper .mx-pager {
        text-align: center;
        font-size: .85em;
        
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

    .mx-wrapper .mx-pager.mx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .mx-wrapper .mx-pager.mx-default-pager a:hover,
    .mx-wrapper .mx-pager.mx-default-pager a.active,
    .mx-wrapper .mx-pager.mx-default-pager a:focus {
        background: #000;
    }

    .mx-wrapper .mx-pager-item,
    .mx-wrapper .mx-controls-auto .mx-controls-auto-item {
        display: inline-block;
        vertical-align: bottom;
        *zoom: 1;
        *display: inline;
    }

    .mx-wrapper .mx-pager-item {
        font-size: 0;
        line-height: 0;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */
    .mx-wrapper .mx-prev {
        left: 10px;
        background: url('../../../art/controls.png') no-repeat 0 -32px;
    }

    .mx-wrapper .mx-prev:hover,
    .mx-wrapper .mx-prev:focus {
        background-position: 0 0;
    }

    .mx-wrapper .mx-next {
        right: 10px;
        background: url('../../../art/controls.png') no-repeat -43px -32px;
    }

    .mx-wrapper .mx-next:hover,
    .mx-wrapper .mx-next:focus {
        background-position: -43px 0;
    }

    .mx-wrapper .mx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 23;
    }

    .mx-wrapper .mx-controls-direction a.disabled {
        display: none;
    }

    /* AUTO CONTROLS (START / STOP) */
    .mx-wrapper .mx-controls-auto {
        text-align: center;
    }

    .mx-wrapper .mx-controls-auto .mx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url('../../../art/controls.png') -86px -11px no-repeat;
        margin: 0 3px;
    }

    .mx-wrapper .mx-controls-auto .mx-start:hover,
    .mx-wrapper .mx-controls-auto .mx-start.active,
    .mx-wrapper .mx-controls-auto .mx-start:focus {
        background-position: -86px 0;
    }

    .mx-wrapper .mx-controls-auto .mx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url('../../../art/controls.png') -86px -44px no-repeat;
        margin: 0 3px;
    }

    .mx-wrapper .mx-controls-auto .mx-stop:hover,
    .mx-wrapper .mx-controls-auto .mx-stop.active,
    .mx-wrapper .mx-controls-auto .mx-stop:focus {
        background-position: -86px -33px;
    }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    .mx-wrapper .mx-controls.mx-has-controls-auto.mx-has-pager .mx-pager {
        text-align: left;
        width: 80%;
    }

    .mx-wrapper .mx-controls.mx-has-controls-auto.mx-has-pager .mx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */
    .mx-wrapper .mx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

    .mx-wrapper .mx-caption span {
        color: #fff;
        
        display: block;
        font-size: .85em;
        padding: 10px;
    }
    
}









/* #PROJECTS
================================================== */
.project_section ul {padding: revert;}
.project_section ul li {list-style: disc; padding: 10px 0 10px 20px;}

.project_grid_box {background-color: var(--site-background); padding: 0 0 20px 0; margin: 0; position: relative;}
.floating_project_label {position: absolute; top: 100px; left: 0; background-color: var(--text-normal); color: #FFF; width: 50%; padding: 0 0 0 10px; z-index: 20;}
.floating_project_label_green {position: absolute; top: 150px; left: 0; background-color: var(--yellow-dark); color: #FFF; width: 50%; padding: 0 0 0 10px; z-index: 20;}
.project_grid_name {padding: 20px; color: var(--text-normal); font-size: 1.25em;}
.project_grid_addy {padding: 20px; color: var(--text-normal);}
.project_grid_price {padding: 20px; color: var(--text-normal); text-align: center; border-top: solid 1px #FFF; border-bottom: solid 1px #FFF; margin: 10px 30px; width: calc(100% - 100px);}

.project_detail_floorplans {background-color: var(--gray-dark); padding: 10px; color: var(--text-normal);}
.project_detail_floorplans img {width: 100%; height: auto;}
.project_detail_floorplans h3 {color: var(--text-normal); padding: 20px 0;}
.project_detail_floorplans img.floorplan_icon {width: 32px; height: auto; padding: 0 20px;}


.project_advance_holder {background: linear-gradient(180deg, rgba(0,0,0,0) 55px, RGB(215, 37, 38) 56px, rgba(0,0,0,0) 57px);}
.project_advance_box {width: calc((100% / 8) - 62px); float: left; margin: 10px; padding: 20px;}
.project_dot {height: 50px; width: 50px; background-color: var(--text-normal); border-radius: 50%; display: block; margin: 0 auto;}
.project_dot_white {height: 50px; width: 50px; background-color: var(--site-background); border-radius: 50%; display: block; margin: 0 auto;}
.project_advance_box h4 {text-align: center; color: var(--text-normal); padding: 20px 0 0 0;}

.dark_section {background-color: var(--site-background);}



@media screen and (max-width: 1000px) {
    .project_advance_holder {background: linear-gradient(90deg, rgba(0,0,0,0) calc((100% / 2) - 1px), RGB(215, 37, 38) calc(100% / 2), rgba(0,0,0,0) calc((100% / 2) + 1px));}
    .project_advance_box {width: 100%; margin: 0; padding: 20px 0 40px 0;}
    .project_advance_box h4 {background-color: var(--site-background); padding: 10px 0;}
    
}



/* #HOME FORM
================================================== */
.home_form {
    padding: 20px;
    display: block;
    border: solid 1px var(--border-primary);
}


.home_form_form {
    margin: 0 auto;
    padding: 20px;
}
.home_form_form_inverse {}



@media screen and (max-width: 1000px) {
    .home_form_form {
        width: auto;
        margin: 0;
    }

    .home_form {
        padding: 0;
    }
}





/* #HOME TESTIMONIALS
================================================== */
.testimonial_dialogue {
    border-radius: 8px;
}

.testimonial_dialogue,
.testimonial_dialogue p {
    background: var(--blue-primary);
    color: var(--text-normal);
}

.testimony_image {
    width: 100%;
    height: 200px;
}

.testimony_text,
.testimony_text p {
    padding: 10px;
}





/* #HOME LIST
================================================== */
.home_lister {}
.home_lister li img {width: 64px; height: auto; display: inline-block; margin: 0;}

.home_benefits_icon {float: left; width: 64px; min-height: 64px; clear: left; margin: 0 20px 0 0;}
.home_benefits_text {float: left; width: calc(100% - 84px); min-height: 100px;}


/* #HOME THREE COUNTER
================================================== */
.counter-value {
    font-size: 3em;
    text-align: center;
}








/* #COOKIES
================================================== */
.cookies {
    position: fixed;
    width: calc(80% - 20px);
    height: auto;
    bottom: 10px;
    left: 10%;
    z-index: 1001;
    background: var(--site-background-inverse);
    color: var(--text-inverse);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    font-size: 0.75em;
}

.cookies p {
    padding: 0;
    margin: 0;
    width: 90%;
    float: left;
    color: var(--text-inverse)
}

.cookies a {
    color: var(--text-inverse); text-decoration: underline;
}

.cookies_hide {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

a.cookie_cutter {position: absolute; top: 10px; right: 10px; text-decoration: none;}

@media screen and (max-width: 1000px) {
    .cookies {
        width: calc(100% - 30px);
        left: 5px;
    }
}





/* #VIDEO
================================================== */
.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    border: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.facebook-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

video {width: 100%; height: auto;}






/* #ALERTS
================================================== */
.pageAlert {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 300;
    width: 20%;
    height: auto;
    padding: 20px;
    margin: 0 0 20px 0;
    -webkit-transition: all 0.5s ease-out;
    border-radius: 8px;
}

.pageAlert a {
    color: var(--white-text);
    text-decoration: underline;
}

.staticAlert {
    padding: 20px;
    border-radius: 8px;
}

.staticAlert a {
    color: var(--white-text);
    text-decoration: underline;
}



.alertLeft {
    width: 10%;
    float: left;
    font-size: 2em;
}

.alertRight {
    width: 70%;
    float: left;
}

.alertRight h3 {}

.alertRight p {
    font-size: 2em;
}

.alertBox {
    border: solid 1px var(--border-primary);
    background-color: var(--yellow-light);
    color: var(--yellow-dark);
}

.errorBox {
    border: solid 1px var(--text-normal);
    background-color: var(--red-light);
    color: var(--red-dark);
}

.successBox {
    border: solid 1px var(--border-primary);
    background-color: var(--green-light);
    color: var(--green-dark);
}

.infoBox {
    border: solid 1px var(--border-primary);
    background-color: var(--button-primary-background);
    color: var(--text-inverse);
}




.alert_hide {
    animation-name: bounceOutDown;

}









/* #TO TOP
================================================== */
#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 201;
    background: var(--button-neutral-background);
    color: var(--text-normal);
    cursor: pointer;
    padding: 20px 30px;
    border-radius: 8px;
    display: none;
}

#toTop::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d8";
}








/* #CART
================================================== */



.cart_product_holder {
    width: calc(100% - 42px);
    border: solid 1px var(--border-primary);
    display: table;
    margin: 0 0 20px 0;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
}

.cart_image_holder {
    height: 150px;
    width: 150px;
    background: url('art/home-form-01.jpg') no-repeat;
    background-size: cover;
    float: left;
}

.cart_product_description {
    padding: 20px;
    float: left;
    width: calc(100% - 190px);
}

.cart_option_box {}

.cart_summary_holder {
    background: var(--site-background-alt);
    padding: 20px;
    width: calc(100% - 40px);
    display: table;
    border-radius: 8px;
}

dl {
    width: 100%;
    display: table;
}

dt {
    width: 50%;
    float: left;
    font-weight: bold;
    clear: left;
    margin: 0 0 5px 0;
}

dd {
    width: 50%;
    float: left;
    text-align: right;
}


.cart_create_account_holder {
    margin: 0 0 40px 0;
    background-color: var(--lightblue-lightest);
    border-radius: 8px;
    padding: 20px;
}

.login_holder {
    background-color: var(--yellow-lightest);
}



.cart_paybutton_holder {
    background: var(--site-background-alt);
    padding: 20px;
    border-radius: 8px;
}

.cart_paybutton_holder img {
    width: 50%;
}


.cart_pay_button {
    width: calc(100% - 22px);
    padding: 20px 0;
    border-radius: 8px;
    background-color: var(--site-background);
    color: var(--text-normal);
    margin: 0 auto 20px auto;
}

.cart_pay_button:hover {
    background-color: var(--site-background-alt);
    color: var(--text-normal);
}

.webpay_pay_buttton {
    background-image: url('art/webpay.png');
}

.cart_bottom_banner img {
    width: 100%;
    height: auto;
}















/* #LOGIN
================================================== */

.login_container {
    width: 100%;
    height: 500px;
    margin: auto;
    padding: 20px;
}



#loginLogo {
    width: 50%;
    margin: 0 auto;
    min-width: 300px;
}

#loginLogo img {
    max-height: 100px;
    margin: 0 auto;
    display: block;
    max-width: 100% !important;
}

#loginForm {}






#loginForm div,
#loginForm .submitDiv {}

#loginForm div h1 {
    font-size: 3em;
}

#loginForm div input {
    width: calc(100% - 72px);
    border: none;
    border-bottom: solid 1px #CCC;
    padding: 12px 5px;
    float: left;
    max-width: none;
    border-radius: 0;
}

#loginForm .inputIcon {
    width: 30px;
    height: 53px;
    border-bottom: solid 1px #CCC;
    float: left;
    background-position: 7px 50%;
    line-height: 48px;
    color: #DDD;
}

#loginForm .loginUserIcon {
    text-align: center;
}

#loginForm .loginPasswordIcon {
    text-align: center;
}

#loginForm .submitDiv {
    float: none;
}

#loginForm .submitDiv button {
    float: none;
}

@media screen and (max-width: 1000px) {

    .login_container {
        width: calc(90% - 40px);
        max-height: calc(90% - 40px);
    }

    #loginForm .inputIcon {
        height: 42px;
    }
}

/* #CALENDAR
================================================== */
.calendarHolder {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.homeCalendarHolder {
    display: table;
}

.calendar_header {
    float: left;
    text-align: center;
    background-color: var(--color-warning-main);
    color: var(--text-normal);
    margin: 0 5px;
}

/*.calendar_day_box {float: left; border: solid 1px var(--border-primary); margin: 5px; box-sizing: border-box; overflow: hidden; background: var(--site-background);}*/

.calendar_day_box {
    border: solid 1px var(--border-primary);
    margin: 5px;
    position: relative;
    width: calc(100% - 12px);
    height: 0;
    padding-bottom: 100%;
    background: var(--site-background);
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .calendarHolder {
        grid-template-columns: repeat(2, 1fr);
    }

    .calendar_header {
        display: none;
        margin: 0;
    }

    .calendar_empty {
        display: none;
    }
}



.calendar_day_box:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}


.today_box {
    background: var(--blue-primary);
    color: var(--text-normal);
}

.old_box {
    border: solid 1px var(--border-primary);
    color: var(--color-secondary-dark);
}

.calendar_empty {
    border: 0;
    background: rgba(255, 255, 255, 0);
}

.calendar_day {
    display: block;
    text-align: center;
    color: var(--text-normal);
    font-weight: bold;
}

.today_box .calendar_day {
    color: var(--text-normal);
}

.old_box .calendar_day {
    display: block;
    text-align: center;
    color: var(--color-secondary-dark);
    font-weight: bold;
}


a.calendar_event_link {
    padding: 0;
    background: var(--lightblue-light);
    text-align: center;
    border-radius: 6px;
    font-size: 0.75em;
    margin: 2px 5px 2px 5px;
    float: left;
    height: auto;
    overflow: hidden;
    width: calc(100% - 10px);
    color: var(--text-normal);
}

a.calendar_event_link:hover {
    background: var(--lightblue-primary);
}

.calendar_color_box {
    height: 20px;
    width: 20px;
    display: block;
}



.calendar_color_00 {
    background: #00FF00;
    color: var(--text-normal);
}

.calendar_color_01 {
    background: var(--blue-primary);
    color: var(--text-normal);
}

.calendar_color_02 {
    background: var(--blue-primary);
    color: var(--text-normal);
}

.calendar_color_03 {
    background: #508164;
    color: var(--text-normal);
}

.calendar_color_04 {
    background: #93C252;
    color: var(--text-normal);
}

.calendar_color_05 {
    background: #F3EC3C;
    color: var(--text-normal);
}

.calendar_color_06 {
    background: #F2C536;
    color: var(--text-normal);
}

.calendar_color_07 {
    background: #E09730;
    color: var(--text-normal);
}

.calendar_color_08 {
    background: #D5672C;
    color: var(--text-normal);
}

.calendar_color_09 {
    background: #B73744;
    color: var(--text-normal);
}

.calendar_color_10 {
    background: #774697;
    color: var(--text-normal);
}

.calendar_color_11 {
    background: #5A53A0;
    color: var(--text-normal);
}

.calendar_color_12 {
    background: #393582;
    color: var(--text-normal);
}


.calendar_color_00:hover,
.calendar_color_01:hover,
.calendar_color_02:hover,
.calendar_color_03:hover,
.calendar_color_04:hover,
.calendar_color_05:hover,
.calendar_color_06:hover,
.calendar_color_07:hover,
.calendar_color_08:hover,
.calendar_color_09:hover,
.calendar_color_10:hover,
.calendar_color_11:hover,
.calendar_color_12:hover {
    color: var(--text-normal);
}



.agenda_holder {
    background: var(--color-warning-main);
    margin: 0 0 10px 0;
}

.agenda_date {
    font-size: 0.8em;
}

.agenda_entry {
    width: 100%;
    margin: 2px 0 0 0;
}






/* #LILY
================================================== */
.box_grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}


/* Common style */
.box_grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	width: 48%;
	background: #FFF;
	text-align: center;
	cursor: pointer;
}

.box_grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.box_grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.box_grid figure figcaption::before,
.box_grid figure figcaption::after {
	pointer-events: none;
}

.box_grid figure figcaption,
.box_grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 4em);
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.box_grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.box_grid figure h2 {
	word-spacing: 0em;
	font-weight: 300;
}

.box_grid figure h2 span {
	font-weight: 800;
}

.box_grid figure h2,
.box_grid figure p {
	margin: 0;
}

.box_grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 2em;
	width: auto;
	height: auto;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
    background: #000;
    color: #FFF;
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
    color: #FFF;
    font-size: 1.25em;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.46);
    width: auto;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
    background-color: #FFF;
    color: #333;
    padding: 10px;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}




/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 2em 0 0;
	padding: 0 1em;
	width: calc(100% - 4em);
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
    color: #FFF;
    height: 50%;
}

figure.effect-apollo h2 {
	text-align: left;
    color: #FFF;
    font-size: 1.25em;
    width: calc(100% - 4em);
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}



/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #18a367;
}

figure.effect-layla img {
}

figure.effect-layla figcaption {
	padding: 2em;
    width: calc(100% - 4em);
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
    color: #FFF;
    font-size: 1.25em;
    width: calc(100% - 4em);
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
    color: #FFF;
    font-size: 1.25em;
    width: calc(100% - 4em);
}

figure.effect-romeo p {
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}



/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve {
	z-index: auto;
	overflow: visible;
	background: #000;
}

figure.effect-steve:before,
figure.effect-steve h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;
}

figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

figure.effect-steve h2,
figure.effect-steve p {
	background: #fff;
	color: #2d434e;
    font-size: 1em;
}

figure.effect-steve h2 {
	position: relative;
	margin-top: 2em;
	padding: 0.25em;
}

figure.effect-steve h2:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effect-steve:hover h2:before {
	opacity: 0;
}

figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}











/*-----------------*/
/***** AIRES *****/
/*-----------------*/
.box_grid_aires {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}


/* Common style */
.box_grid_aires figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	width: 48%;
	text-align: center;
	cursor: pointer;
}




.box_grid_aires figure .aires-property-business{
	position: absolute;
	z-index: 10;
	left: 10px;
	top: 10px;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	border-radius: 4px;
}

.box_grid_aires figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.box_grid_aires figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
}

.box_grid_aires figure figcaption::before,
.box_grid_aires figure figcaption::after {
	pointer-events: none;
}

.box_grid_aires figure figcaption .aires-property-type,
.box_grid_aires figure figcaption .aires-property-area,
.box_grid_aires figure figcaption .aires-property-hab,
.box_grid_aires figure figcaption .aires-property-bath
{
    position: absolute;
	left: 0;
	bottom: -70px;
	padding: 5px 0;
    text-align: center;
    width: 25%;
    font-size: 0.6em;
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;
    background-color: #073855;
}


.box_grid_aires figure figcaption .aires-property-area {
    left: 25%;
}


.box_grid_aires figure figcaption .aires-property-hab {
    left: 50%;
}



.box_grid_aires figure figcaption .aires-property-bath {
    left: 75%;
}


.box_grid_aires figure figcaption .aires-property-type span,
.box_grid_aires figure figcaption .aires-property-area span,
.box_grid_aires figure figcaption .aires-property-bath span,
.box_grid_aires figure figcaption .aires-property-hab span
{display: block; clear: left; font-size: 0.8em;}


.box_grid_aires figure figcaption .aires-property-price {
	position: absolute;
	z-index: 3;
	right: 10px;
	top: 10px;
	padding: 5px 10px;
	background-color: rgba(4,181,195,0.75);
	color: #FFF;
	border-radius: 4px;
}



.box_grid_aires figure figcaption,
.box_grid_aires figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.box_grid_aires figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.box_grid_aires figure h2 {
	word-spacing: 0em;
	font-weight: 300;
    position: absolute;
    bottom: 20px;
    padding: 0 10px;
    text-align: left;
    color: #FFF;
    font-size: 1.15em;
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;
    font-weight: bold;
}

.box_grid_aires figure h2 span {clear: left; display: block; font-size: 0.5em;}


.box_grid_aires figure h2,
.box_grid_aires figure p {
	margin: 0;
}

.box_grid_aires figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}





figure.effect-aires-property {
	z-index: auto;
	overflow: visible;
	background: #000;
    overflow: hidden;
}


figure.effect-aires-property:hover .aires-property-type,
figure.effect-aires-property:hover .aires-property-area,
figure.effect-aires-property:hover .aires-property-bath,
figure.effect-aires-property:hover .aires-property-hab,
figure.effect-aires-property:hover h2
{
	-webkit-transform: perspective(1000px) translate3d(0,-70px,0);
	transform: perspective(1000px) translate3d(0,-70px,0);
}









/* #ANIMATIONS
================================================== */
.animated_infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}


@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}







/*
    COLORBOX BASE
*/
#colorBoxContainer {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--site-background);
}

.colorBoxContentBox {
    width: calc(100% - 40px);
    margin: 0;
    padding: 20px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
    display: none;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: rgba(0, 0, 0, 0.9);
}

#colorbox {
    outline: 0;
    border: solid 1px var(--border-primary);
    border-radius: 8px;
}

#cboxContent {
    background: var(--site-background);
    overflow: hidden;
}

.cboxIframe {
    background: var(--site-background);
}

#cboxError {
    padding: 50px;
    border: 1px solid var(--gray-dark);
}

#cboxLoadedContent {
    margin-bottom: 0;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: var(--text-normal);
    display: none;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: var(--text-normal;
    }

    #cboxLoadingOverlay {
        background:url(../art/colorbox/loading_background.png) no-repeat center center;
    }

    #cboxLoadingGraphic {
        background:url(../art/colorbox/loading.gif) no-repeat center center;
    }

    /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
    #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
        border:0; padding:0; margin:0; overflow:visible; width:auto; background:none;
    }

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline:0;
    }

    #cboxSlideshow {
        position:absolute; bottom:4px; right:30px; color:var(--text-normal);
    }

    #cboxClose {
        position:absolute; top:0; right:0; background:url(../art/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;
    }

    #cboxClose:hover {
        background-position:-25px -25px;
    }

    /*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
    .cboxIE #cboxTopLeft,
    .cboxIE #cboxTopCenter,
    .cboxIE #cboxTopRight,
    .cboxIE #cboxBottomLeft,
    .cboxIE #cboxBottomCenter,
    .cboxIE #cboxBottomRight,
    .cboxIE #cboxMiddleLeft,
    .cboxIE #cboxMiddleRight {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFF, endColorstr=#00FFFF);
    }
