* {
    box-sizing: border-box;
}

body {
    font-family: var(--primary-font);
    background-color: var(--body-color);
    font-size: 1.25rem;
}

h1 {
    font-size: 2.5rem;
    color: var(--first-color);
    font-weight: bold;
    font-family: var(--secondary-font);
}

h2 {
    font-size: 2.5rem;
    color: var(--second-color);
    font-weight: bold;
    font-family: var(--secondary-font);
}

h3 {
    font-size: 1.75rem;
    color: var(--fourth-color);
    font-family: var(--secondary-font);
}


.first_color_bg h2, .first_color_bg h3 {
    color: var(--associated-first-color);
}

.second_color_bg h1, .second_color_bg h2, .second_color_bg h3 {
    color: var(--associated-second-color);
}

.third_color_bg h1, .third_color_bg h2, .third_color_bg h3 {
    color: var(--associated-third-color);
}

button {
    padding: 30px;
    box-shadow: var(--shadow);
    border-radius: var(--angle);
}

.item-col {
    flex-basis: 100%;
}

.item-col {
    flex-basis: 100%;
}

.first_color_bg {
    background-color: var(--first-color);
    color: var(--associated-first-color);
}

.second_color_bg {
    background-color: var(--second-color);
    color: var(--associated-second-color);
}

.third_color_bg {
    background-color: var(--third-color);
    color: var(--associated-third-color);
}

.btn, a[button="true"] {
    padding: 30px;
    font-size: 20px;
    box-shadow: var(--shadow);
    border-radius: var(--angle);
    color: var(--associated-first-color);
    background-color: var(--first-color);
    /*border-color: var(--first-color-lighter-tint);*/
    border: none;
}

.btn:hover, a[button="true"]:hover {
    color: var(--associated-first-color);
    background-color: var(--first-color-lightest-tint);
}

.first_color_bg .btn, .second_color_bg .btn, .first_color_bg a[button="true"], .second_color_bg a[button="true"] {
    color: var(--second-color);
    background-color: var(--third-color);
    border-color: var(--third-color-lighter-tint);
}

.first_color_bg .btn:hover, .second_color_bg .btn:hover, .first_color_bg a[button="true"]:hover, .second_color_bg a[button="true"]:hover {
    color: var(--associated-third-color);
    background-color: var(--third-color-lightest-tint);
}

.third_color_bg .btn, .third_color_bg a[button="true"] {
    color: var(--associated-first-color);
    background-color: var(--first-color);
    border-color: var(--first-color-lighter-tint);
}

.third_color_bg .btn:hover, .third_color_bg a[button="true"]:hover {
    color: var(--associated-first-color);
    background-color: var(--first-color-lightest-tint);
}

.basic-title {
    padding-top: 160px !important;
    background-color: var(--third-color);
    margin-bottom: 50px;
    box-shadow: inset 0px -3px 5px #ddd;
}

.basic-title.parallax-window {
    background-color: transparent;
}

.basic-title h1 {
    font-weight: normal;
    font-size: 45px;
    color: var(--associated-third-color);
}

.basic-title.parallax-window h1 {
    color: var(--secondary-font-color);
}

.widget-text-image-image img {
    max-width: 100%;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item {
    width: 16.67%;
}

@media (max-width: 575px) {
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .grid-sizer,
    .grid-item {
        width: 50%;
    }
}


.grid-item {
    float: left;
}

.masonry-spacing {
    padding: 10px;
}
.carousel-control-prev{
    z-index : 110
}
.carousel-control-next{
    z-index : 110
}

.carousel-inner .carousel-item
{

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
    height: 600px;
}

.carousel-inner h2 {
    color: white;
    /*background-color: rgba(255,255,255,0.50);*/
}

.carousel-inner a {
    color: white;
    /*background-color: rgba(255,255,255,0.50);*/
}

.carousel-caption {
    padding: 10px;
    /*background-color: rgba(255,255,255,0.50);*/
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active{
    display: flex;
    align-items: center;
}

.carousel-item.center{
    justify-content: center;
}
.carousel-item.left{
    justify-content: left;
    padding-left : 200px
}
.carousel-item.right{
    justify-content: right;
    padding-right : 40px;
    padding-left : 200px
}


.carousel-caption{
    position: relative;
    bottom: 0% !important;
    right: 0%;
    left:0%;
}

footer {
    border-top: 1px solid var(--footer-color-lightest-tint);
    position: relative;
    z-index: 100;
}

footer a {
    color: var(--first-color);
}

footer .footer-copyright {
    overflow: hidden;
    color: var(--associated-footer-color);
    background-color: var(--footer-color-darkest-shade);
    margin-top: 40px;
}

footer.page-footer {
    overflow: hidden;
    color: var(--associated-footer-color);
    background-color: var(--footer-color);
    padding-top: 80px;
    font-size: 1rem;
    position: relative;
}

footer.page-footer h5{
    display: inline-block;
}

#social-footer-container{
    margin-top: 20px;
}

#social-footer-container a:hover{
    text-decoration: none;
}

#social-footer-container img{
    margin-right: 10px;
    opacity: 0.9;
}

#social-footer-container img:hover{
    opacity: 1;
}


.menu {
    background-color: rgba(255, 255, 255, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 5px #ccc;
    vertical-align: middle;
    z-index: 2000;
}

#top-header {
    min-height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 0.75rem;
    background-color: var(--top-header-color);
    color: var(--associated-top-header-color);
}

.container-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.menu .btn {
    box-shadow: none;
    padding: 15px;
    font-size: 18px;
    margin-left: 50px;
    width: 250px;
    color: var(--associated-first-color);
}

.menu .navbar-brand {
    margin-right: 100px;
    text-align: right;
}

.menu .nav-item {
    margin: 0 10px 0 10px;
    font-weight: 500;
}

.menu .navbar-nav {
    width: 100%;
}

.menu a {
    color: rgba(0, 0, 0, .6);
}

.dropdown .dropdown-menu {
    top: 95% !important;
}

.carousel-caption {
    bottom: 50%;
}

.carousel-caption h2 {
    font-size: 55px;
    font-weight: bold;
}

/*.carousel-caption p {*/
/*    font-size: 30px;*/
/*}*/

.revealOnScroll {
    opacity: 0;
    /*animation-duration: 3s;*/
}

.animated {
    opacity: 1
}

.table {
    color: inherit !important;
}

.table td {
    border: none !important;
}

.basic-content li {
    padding: 10px;
}

.basic-content img {
    padding: 10px;
}

.basic-content .image {
    text-align: center;
}

.basic-content .image img{
    max-width: 100%;
}

.widget {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.widget .widget-cta {
    position: relative;
}

.widget-cta p {
    font-size: 20px;
}

.widget.wave {
    padding-top: 100px;
    padding-bottom: 100px;
}

.widget.tilt_1, .widget.tilt_2 {
    padding-top: 100px;
    padding-bottom: 100px;

}

.widget.mountains_top, .widget.pyramids_top, .widget.book_top {
    padding-top: 200px;
}

.widget.mountains_bottom, .widget.pyramids_bottom, .widget.book_bottom {
    padding-top: 100px;
    padding-bottom: 200px;
}

.collapsable .show {
    visibility: hidden;
}

.collapsable h5 a {
    cursor: pointer;
}

.basic-content .container {
    padding: 0;
}

.basic-content li {
    margin-left: 100px;
}

#call-me-back {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    font-size: 0.9rem;
}

#call-me-back img {
    width: 50px;
}

#call-me-back-image {
    border-radius: 100%;
    background-color: var(--body-color);
    padding: 5px;
    cursor: pointer;
}

#call-me-back-image div {
    width: 70px;
    height: 70px;
    padding-top: 13px;
    border-radius: 100%;
    background-color: var(--higher-contrast-white);
    padding-left: 9px;
    transition: all 0.5s ease;
}

#call-me-back-image div:hover {
    background-color: var(--second-higher-contrast-white);
    padding-left: 9px;
}

#call-me-back-form {
    position: absolute;
    display: none;
    top: -120px;
    background-color: white;
    border: 5px solid var(--first-color);
    border-radius: 10px;
    padding: 10px;
    left: -110px;
    opacity: 0;
}

#call-me-back-form.isActive {
    display: block;
    opacity: 100%;
    transition: all 5s ease;
}

#call-me-back-form p {

}

#call-me-back-form input[type='text'] {
    width: 100px;
}

#call-me-back-form input[type='submit'] {
    width: 50px;
}

.ha-header {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#button-burger::after {
    content: '';
    width: 100px;
    height: 96px;
    background: #fff;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    cursor: pointer;
    box-shadow: inset 0 8px #2d383f, inset 0 16px #fff, inset 0 24px #2d383f, inset 0 32px #fff, inset 0 40px #2d383f, inset 0 48px #fff, inset 0 56px #2d383f;
    border: 20px solid #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.ha-header-box {
    height: 0px;
    width: 100px;
    top: 20px;
    left: 20px;

    -webkit-transform: rotateX(0deg) translateY(-100%);
    -moz-transform: rotateX(0deg) translateY(-100%);
    transform: rotateX(0deg) translateY(-100%);
}

.ha-header-box #button-burger {
    padding-left: 150px;
}

.ha-header-box #button-burger::after {
    opacity: 1;
    visibility: visible;
}

.ha-header-box nav {
    opacity: 0;
    display: none;
}

.ha-header-box #top-header {
    opacity: 0;
    display: none;
}

.st-container,
.st-pusher,
.st-content {
    height: 100%;
}

table.table-row td {
    padding: 0.75rem 0;
}

.your-email{
    display:none;
}

.ckeditor-table td{
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .widget.mountains_top,
    .widget.pyramids_top,
    .widget.book_top {
        padding-top: 150px;
    }

    .widget.mountains_bottom,
    .widget.pyramids_bottom,
    .widget.book_bottom {
        padding-top: 75px;
        padding-bottom: 150px;
    }

    table.table-row tr {
        display: flex;
        flex-direction: column;
    }

    table.table-header tr {
        display: flex;
        flex-direction: column;
    }

    table.table-header thead {
        display: none;
    }

    table.table-header tbody tr {
        border-bottom: 1px solid #ccc;
        padding: 0.5rem 0;
    }

    table.table-header tbody tr:first-child {
        border-top: 1px solid #ccc;
    }
}

@media (max-width: 780px) {
    .widget.mountains_top,
    .widget.pyramids_top,
    .widget.book_top {
        padding-top: 100px;
    }

    .widget.mountains_bottom,
    .widget.pyramids_bottom,
    .widget.book_bottom {
        padding-top: 75px;
        padding-bottom: 100px;
    }
}

@media (max-width: 480px) {
    .basic-title,
    .basic-content > .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-page {
        margin: 0;
    }

    /*.basic-content > .container {*/
    /*    */
    /*}*/
}

.st-menu h2 {
    color: var(--associated-first-color) !important;
}

.blog-card {
    display: block;
    box-shadow: var(--shadow);
    border-radius: var(--angle);
    /* border-radius: 10px; */
    /* box-shadow: 0px 35px 50px -35px rgba(0,0,0,0.5); */
    color: var(--primary-font-color);
    text-decoration: none;
    min-height: 100%;
}

.blog-card span {
    font-size: 1rem;
    text-decoration: none;
    color: var(--first-color);
}

.blog-card:hover {
    color: var(--primary-font-color);
    text-decoration: none;
}

.blog-card img {
    padding: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.blog-card h5 {
    font-size: 1.1rem;
    margin-bottom: .5rem;
    font-weight: bold;
}

.blog-card:hover span {
    font-weight: bold;
}

#contact-form .btn {
    padding: 10px 30px;
}

.footer-contact-form {
    margin-top: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.image-style-align-left {
    float: left;
    clear: both;
}

.image-style-align-right {
    float: right;
    clear: both;
}

table {
    width: 100%;
}

.basic-content table li {
    margin-left: 66px
}

.card{
    display: block;
    box-shadow: var(--shadow);
    border-radius: var(--angle);
    /* border-radius: 10px; */
    /* box-shadow: 0px 35px 50px -35px rgba(0,0,0,0.5); */
    color: var(--primary-font-color);
    text-decoration: none;

}

.your-email{
    display: none;
}


#cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom:0%;
    width:100%;
    z-index:3;
}
#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #222;
}
#cookies-eu-more {
    margin-left: 7px;
}

#cookies-eu-reject {
    background: none;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    border: 1px solid #666;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    border-color: #fff;
    background: #222;
    color: #fff;
}
/*RESPONSIVITY*/

@media screen and (min-width: 768px) {
    .carousel-caption {
        padding : 0px 120px
    }
    #button-burger::after {
        width: 66px;
        height: 66px;
        box-shadow: inset 0 6px #2d383f, inset 0 12px #fff, inset 0 18px #2d383f, inset 0 24px #fff, inset 0 30px #2d383f;
        border: 18px solid #fff;
    }
}

@media screen and (max-width: 768px) {
    #button-burger::after {
        width: 56px;
        height: 56px;
        box-shadow: inset 0 4px #2d383f, inset 0 8px #fff, inset 0 12px #2d383f, inset 0 16px #fff, inset 0 20px #2d383f;
        border: 16px solid #fff;
    }

    .flex-row {
        flex-direction: column !important;
    }
    .page:not(.page-post) .row{
        flex-direction: column;
    }
    .col.widget-text-image-text {
        text-align: center !important;
    }
    .col.widget-text-image-image{
        text-align: center !important;
        padding : 0px !important;
    }
    /*img{*/
    /*    max-width: 70% !important;*/
    /*}*/
    h1{
        text-align: center;
        padding-top: 20px;
    }

    .blog-card{
        margin : 10px 20px;
    }

    .card-img-top{
        max-width: 100% !important;
    }
    .menu .navbar-brand{
        margin-right: 0px;
    }
    table{
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .btn{
        padding : 20px;
        font-size: initial;
    }
    .carousel-text-content{
        text-align: center !important;
        padding : 100px 30px 30px 30px;
    }
    .carousel-item.left{
        justify-content: center !important;
        padding-left: 0px;
    }
    .carousel-item.right{
        justify-content: center !important;
        padding-right: 0px;
        padding-left : 0px;
    }

    #call-me-back {
        bottom: 20px;
        right: 20px;
    }
    #call-me-back-image div {
        width: 56px;
        height: 56px;
        padding-top: 10px;
        padding-left: 9px;
    }
    #call-me-back img {
        width: 36px;
    }
}
