/* ////////////////////////////////////////////////////////////////////////////
////// MAIN STYLES //////////////////////////////////////////////////////////*/
body {font-family: 'Source Sans 3', sans-serif;font-size: 18px;color:#000 !important;-webkit-font-smoothing: antialiased !important;overflow-x: hidden;background: #fff;}
p {line-height: 1.5;margin: 20px 0;}
h1, h2, h3, h4, h5, h6 {color: #1F3047;font-family: 'Roboto Slab', sans-serif;}
.h1, h1 {font-size: 2rem;}
.h2, h2 {font-size: 1.75rem;}
.h3, h3 {font-size: 1.5rem;}
.h4, h4 {font-size: 1.25rem;}
.h5, h5 {font-size: 1.1rem;}
.h6, h6 {font-size: 1rem;}
a {color: #0859C4;text-decoration: none;}
a:hover, a:focus {color: #0859C4;}

/*:focus:not(body):not(div) {
    outline: 2px solid #D1CBA6!important;
    outline-offset: 3px!important
}*/
.container-fluid {margin-right: auto;margin-left: auto;padding-left: 20px;padding-right: 20px;max-width: 1280px;}
.main {padding: 00px 0px;background: #fff;min-height: 500px;}
button:focus {outline: 2px solid #FC6867;}
ul.check-list {list-style: none;padding: 0px 15px;}
.check-list li::before {color: #ffffff;content: "\f00c";font-family: 'font awesome 5 free';font-weight: 900;margin: 0px 4px 0px 0px;background: #3D975F;border-radius: 50%;padding: 5px;font-size: 10px;}
hr {
    border-top: 2px solid #ced0d2;
    opacity: 1;
    margin: 20px 0 10px 0;
}
/* ////////////////////////////////////////////////////////////////////////////
////// NAV STYLES ///////////////////////////////////////////////////////////*/
.navbar .megamenu{padding: 1rem;border: none;border-radius: 0;}
.col-megamenu li a {
    /* font-size: 18px; */
    display: block;
    /* background: #425368; */
    border-radius: 2px;
    padding: 5px 15px 5px 15px;
    font-weight: 600;
}
.col-megamenu li a span {
    display: block;
    margin: 8px 0 0px 0;
}
.col-megamenu li a:focus, .col-megamenu li a:hover {
    background: #f1f4f8;
    text-decoration: none;
}
.col-megamenu li a p {
    font-size: 18px;
    color: rgb(255 255 255 / 80%);
}
.super-link {
    font-size: 22px;
    font-weight: 600;
    padding: 5px 12px;
    margin: 15px 0px 0px 12px;
}
.nav-link {
    color: rgb(255 255 255 / 80%);
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    max-width: 1300px;
    margin: 10px auto 0 auto;
    border: 1px solid;
    border-color: #ced0d2;
}

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */
.navbar {
    position: relative;
    width: 100%;
    z-index: 1001;
    background: #526144;
    padding: 15px 0;
}
.sub-nav .nav-link {
    font-weight: 600;
}


svg.navbrand-mobile {margin: 8px 0;}
.flexbox-container {display: flex;flex-wrap: wrap;flex-direction: row;width: 100%;}
.nav-search-container input[type="text"]:focus {border-color: #4285f4;outline: 0;}
.search-container input[type="text"]:focus {border-color: #4285f4;outline: 0;}

.navbar-brand {
    padding: 6px 0px;
    margin-right: 0;
    /* font-size: inherit; */
    text-decoration: none;
    white-space: initial;

}

.navbrand-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.navbrand--logo {
    display: inline-block;
    width: 35px;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}
.navbrand--header {color: #DED6B0;display: flex;font-size: 18px;font-weight: 600;margin: 0px 0px 0px 0px;font-family: 'Roboto Slab', sans-serif;}
.navbrand--subheader {display: flex;font-size: 18px;text-transform: uppercase;font-weight: 600;margin: 0px 0px 0px 0px;font-family: 'Roboto Slab', sans-serif;}

.sub-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    z-index: 40;
    border-bottom: 1px solid #dfeaed;
    padding: 8px 0;
}
.navbar-dark .navbar-toggler {
    background: #1f2636;
    padding: 5px 10px;
    border-radius: 0;
    height: max-content;
    margin: 8px 0 8px auto;
}
.navbar-dark .navbar-toggler:focus {
    outline-offset: 2px;
    outline: 3px solid #2060ba;
}
.navbar-dark .navbar-toggler .navbar-toggler-icon {
    height: 2px;
    background: #ffffff;
    margin: 6px 0 6px 0;
    position: relative;
    display: block;
    width: 24px;
}
.navbar-dark .navbar-toggler {
    background: #1f2636;
    padding: 10px;
    border-radius: 0;
    height: max-content;
    margin: 8px 0 8px auto;
    color: #fff;
    font-weight: 600;
    border: none
}

.navbar-toggler:after {
    font-family: "font awesome 5 free";
    content: "\f00d";
    font-weight: 900;
    font-size: 16px;
    margin: 0 0 0 9px
}

.navbar-toggler[aria-expanded=false]:after {
    font-family: "font awesome 5 free";
    content: "\f0c9";
    font-weight: 900;
    font-size: 16px;
    margin: 0 0 0 6px
}

.navbar-dark .navbar-toggler:focus {
    outline: 3px solid #D0C692;
    box-shadow: 0 0 #fff
}

.navbar-dark .navbar-toggler .navbar-toggler-icon {
    height: 2px;
    background: #fff;
    margin: 6px 0;
    position: relative;
    display: block;
    width: 24px
}

/* ////////////////////////////////////////////////////////////////////////////
////// HEADER STYLES ////////////////////////////////////////////////////////*/
header.hero {
    padding: 30px 0 20px 0;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #fff;
    content: "\f053";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    margin: 0 0 0 7px;
    background: #1f3047;
    padding: 12px 15px;
    font-size: 25px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #fff;
    content: "\f054";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    margin: 0 0 0 7px;
    background: #1f3047;
    padding: 12px 15px;
    font-size: 25px;
}

    .swiper {
      width: 98%;
      height: 100%;
      background: #000;
      border-radius: 10px;
    }

    .swiper-slide {
      font-size: 18px;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 60px;
    }


    .swiper-slide .title {
      font-size: 32px;
      font-weight: 600;
      font-family: 'Roboto Slab', sans-serif;
    }

    .swiper-slide .subtitle {
      font-size: 24px;
      font-weight: 600;
      font-family: 'Roboto Slab', sans-serif;
    }

    .swiper-slide .text {
      font-size: 18px;
    }
    .swiper-slide .slider-content {
        background: rgb(31 48 71 / 85%);
        max-width: fit-content;
        padding: 20px;  
        max-width: 600px;
        border-radius: 10px;
    }

    .autoplay-progress {
        position: absolute;
        right: 16px;
        bottom: 16px;
        z-index: 10;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: #fff;
      }
  
      .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: #fff;
        fill: none;
        stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
      }
      .swiper-pagination-bullet {
        width: 60px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(255, 255, 255, 0.8);
      }
  
      .swiper-pagination-bullet-active {
        color: #fff;
        background: #007aff;
      }

.header--content {
    background: #EEECE4;
    padding: 50px 0px 20px;
    border-bottom: 1px solid #e9eff1;
}

.header--content .header-reduced-title {
    margin: 35px 0px 15px 0px;
    color: #3d4246;
    font-weight: 600;
    font-size: 36px;
}
.header--content .header-reduced-title span {
    width: 100%;
    display: block;
    color: #4c6272;
    font-size: 24px;
    margin-bottom: 10px;
}
.header--content p {
    max-width: 1000px;
}
.header--content h1 {
    max-width: 1000px;
}
.header--content .breadcrumb {
    max-width: 1000px;
}
.header--content h3 {
    color: #586F91;
}
.header--content .meta p {
    margin: 0;
    font-size: 22px;
    color: #526144;
}

.breadcrumb-nav {
    background: #f2f4f8;
    padding: 40px 0 0
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 18px
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #586f91;
    content: "\f054";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size: 12px
}

.breadcrumb>li a {
    font-weight: 600
}

.breadcrumb>.active {
    color: #3d4246
}
/* ////////////////////////////////////////////////////////////////////////////
////// FORM STYLES //////////////////////////////////////////////////////////*/

/* ////////////////////////////////////////////////////////////////////////////
////// SEARCH STYLES ////////////////////////////////////////////////////////*/
textarea.result {display: none;}
form.home-search-bar {box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);}
.home-search-bar .fa-search {position: absolute;z-index: 4;display: block;width: 55px;height: 55px;line-height: 55px;text-align: center;pointer-events: none;color: #1f3045;}
.search-field {padding: 20px;height: 55px;border-radius: 2px;padding-left: 3rem;}
.home-search-btn {background: #007bff;padding: 12px;border-radius: 0;height: 55px;margin: 0;border: none;color: #fff;width: 55px;margin-bottom: 0!important;border-top-right-radius: 2px;border-bottom-right-radius: 2px;}

/*//// Nav Search ////*/
.search-container {margin: 30px auto 0 auto;padding: 0;position: relative;display: block;width: 100%;}
.nav-search-container.desktop {position: relative;display: block;width: 100%;order: 1;flex: 1 0 100%;}
.nav-search-bar .search-field {padding: 15px;height: 50px;padding-left: 2.8rem;border: 2px solid;border-color: #1f3047;}
.nav-search-bar .fa-search {position: absolute;z-index: 4;display: block;width: 50px;height: 50px;line-height: 50px;text-align: center;pointer-events: none;color: #1f3045;}
.screen-reader-text {border: 0;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute !important;width: 1px;word-wrap: normal !important;color: #fff;}
.nav-search-container.desktop .results {z-index: 40;position: absolute;width: 100%; overflow: hidden;}
.nav-search-container.desktop .visual {background: #fff;z-index: 30;position: relative;box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);}
/* ////////////////////////////////////////////////////////////////////////////
////// RESULTS STYLES ////////////////////////////////////////////////////////*/
.hidden {display: none!important;}
span.form-control-clear.glyphicon-remove.form-control-feedback {background: #1f3047;font-size: 15px;color: #fff;padding: 16px;}
.nav-search-bar span.form-control-clear.glyphicon-remove.form-control-feedback {background: #1f3047;font-size: 15px;color: #fff;padding: 14px;}
.search-container .visual {background: #fff;z-index: 30;position: relative;box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);}
.results {z-index: 40;position: absolute;max-height: 400px;overflow: scroll;box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);width: 100%;padding: 2px 8px;background: #fff;border: 2px solid #1f3047;border-top: 0;}
.results:empty {border: none;}
.info {background: #434F6B;color: #fff;padding: 2px 15px;}
.info:empty {display: none;}
.search-item {
    padding: 15px 15px;
    width: 100%;
    display: block;
    background: #fff;
    margin: 6px 0px;
    border-radius: 4px;
    text-align: left;
}
.search-item:hover, .search-item:focus, .search-item.focus, .search-item:active, .search-item.active {background: #ecf3ff;text-decoration: none;}
.results:empty {
    padding: 0;
}
/*
.search-item:hover h2, .search-item:focus h2, .search-item.focus h2, .search-item:active h2, .search-item.active h2 {color: #fff;}
.search-item:hover h5, .search-item:focus h5, .search-item.focus h5, .search-item:active h5, .search-item.active h5 {color: rgba(255,255,255,0.8);}
.search-item:hover h6, .search-item:focus h6, .search-item.focus h6, .search-item:active h6, .search-item.active h6 {color: rgba(255,255,255,0.8);}
*/
.search-item h2 {font-size: 20px;font-weight: 600;}
.search-item h3 {font-size: 16px;}
.search-item h5 {font-size: 14px;color: #586F91;}
.search-item h6 {font-size: 13px;color: #586e91;margin-bottom: 0;}
    
/* ////////////////////////////////////////////////////////////////////////////
////// BUTTON STYLES ////////////////////////////////////////////////////////*/
.btn-home {color: #2d78d9;background: none;border: none;padding: 0px;font-size: 15px;border-radius: 2px;font-weight: 600;}
.btn-home:hover, .btn-home:focus, .btn-home.focus, .btn-home:active, .btn-home.active, .open>.dropdown-toggle.btn-home {color: #0859C4;}
.btn-home:not(:disabled):not(.disabled).active, .btn-home:not(:disabled):not(.disabled):active, .show>.btn-home.dropdown-toggle {color: #0859C4;}

.btn-carousel {
    color: #1f3047;
    background: #D0C592;
    border: 1px solid;
    border-color: #D0C592;
    padding: 8px 15px;
    border-radius: 2px;
    font-weight: 600;}
.btn-carousel:hover, .btn-carousel:focus, .btn-carousel.focus, .btn-carousel:active, .btn-carousel.active, .open>.dropdown-toggle.btn-carousel {color: #1f3047;background: #e1d6a4;border-color: #e1d6a4;}
.btn-carousel:not(:disabled):not(.disabled).active, .btn-carousel:not(:disabled):not(.disabled):active, .show>.btn-carousel.dropdown-toggle {color: #1f3047;background: #e1d6a4;border-color: #e1d6a4;}
.btn-send {color: #fff;background-color: #2159c4;border-color: #2159c4;padding: 8px 12px;font-weight: 600;font-size: 14px;border-radius: 2px;}
.btn-send:hover, .btn-send:focus, .btn-send.focus, .btn-send:active, .btn-send.active, .open > .dropdown-toggle.btn-send {color: #fff;background-color: #3166cb;border-color: #3166cb;}
.btn-primary {color: #ffffff;background-color: #2159c4;border-color: #2159c4;padding: 8px 15px;font-size: 14px;border-radius: 2px;}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {color: #fff;background-color: #3166cb;border-color: #3166cb;}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {color: #fff;background-color: #3166cb;border-color: #3166cb;box-shadow: 0 0 0 0.2rem rgba(112, 68, 131, 0.33);}
.back a {color: #0275d8;}
.back a:hover, .back a:focus, .back a.focus, .back a:active, .back a.active, .open>.dropdown-toggle.back a {color: #0275d8;text-decoration: none;}
.btn-purchase {color: #0859C4;background: none;border: none;padding: 0px;font-size: 15px;border-radius: 2px;font-weight: 600;margin: 15px 0px 0px 0px;}
.btn-purchase:hover, .btn-purchase:focus, .btn-purchase.focus, .btn-purchase:active, .btn-purchase.active, .open>.dropdown-toggle.btn-purchase {color: #0859C4;}
.btn-purchase:not(:disabled):not(.disabled).active, .btn-purchase:not(:disabled):not(.disabled):active, .show>.btn-purchase.dropdown-toggle {color: #0859C4;}
.btn-purchase:after {color: #0859C4;content: "\f35d";font-family: 'font awesome 5 free';font-weight: 900;margin: 0px 0px 0px 7px;}
.btn-inspection {color: #0859C4;background: none;border: none;padding: 0px;font-size: 15px;border-radius: 2px;font-weight: 600;margin: 5px 0px 0px 0px;}
.btn-inspection:hover, .btn-inspection:focus, .btn-inspection.focus, .btn-inspection:active, .btn-inspection.active, .open>.dropdown-toggle.btn-inspection {color: #0859C4;}
.btn-inspection:not(:disabled):not(.disabled).active, .btn-inspection:not(:disabled):not(.disabled):active, .show>.btn-inspection.dropdown-toggle {color: #0859C4;}
.btn-inspection:after {color: #0859C4;content: "\f002";font-family: 'font awesome 5 free';font-weight: 900;margin: 0px 0px 0px 7px;}
/* ////////////////////////////////////////////////////////////////////////////
////// CSS GRID STYLES //////////////////////////////////////////////////////*/
.grid {display: -ms-grid;display: grid;grid-gap: 10px;-ms-grid-columns: 1fr;grid-template-columns: repeat(1, 1fr);-ms-grid-rows: 1fr;grid-template-rows: repeat(1, 1fr);}.grid > *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;}
.grid-2 {display: -ms-grid;display: grid;grid-gap: 10px;-ms-grid-columns: 1fr;grid-template-columns: repeat(1, 1fr);-ms-grid-rows: 1fr;grid-template-rows: repeat(1, 1fr);}.grid-2 > *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;}
.grid-3 {display: -ms-grid;display: grid;grid-gap: 10px;-ms-grid-columns: 1fr;grid-template-columns: repeat(1, 1fr);-ms-grid-rows: 1fr;grid-template-rows: repeat(1, 1fr)}.grid-3 > *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;}
.grid-4 {display: -ms-grid;display: grid;grid-gap: 10px;-ms-grid-columns: 1fr;grid-template-columns: repeat(1, 1fr);-ms-grid-rows: 1fr;grid-template-rows: repeat(1, 1fr);}
.grid-4 > *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;}
.grid-5 {display: -ms-grid;display: grid;grid-gap: 10px;-ms-grid-columns: 1fr;grid-template-columns: repeat(2, 1fr);-ms-grid-rows: 1fr;grid-template-rows: repeat(1, 1fr);}
.grid-5 > *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;}
/*/////////////////////////////////////////////
/////////////// SALVATTORE STYLES //////////*/
#grid-1, #grid-2, #grid-3 {margin-top: 30px;}
/*//// grid columns 1 ////*/
#grid-1[data-columns]::before {content: '1 .column.size-1of1';}
@media screen and (max-width: 480px){#grid-1[data-columns]::before {content: '1 .column.size-1of1';}}
@media screen and (min-width: 481px) and (max-width: 768px) {#grid-1[data-columns]::before {content: '1 .column.size-1of1';}}
@media screen and (min-width: 769px) {#grid-1[data-columns]::before {content: '1 .column.size-1of1';}}
/*//// grid columns 2 ////*/
#grid-2[data-columns]::before {content: '2 .column.size-1of2';}
@media screen and (max-width: 480px){#grid-2[data-columns]::before {content: '1 .column.size-1of1';}}
@media screen and (min-width: 481px) and (max-width: 768px) {#grid-2[data-columns]::before {content: '2 .column.size-1of2';}}
@media screen and (min-width: 769px) {#grid-2[data-columns]::before {content: '2 .column.size-1of2';}}
/*//// grid columns 3 ////*/
#grid-3[data-columns]::before {content: '3 .column.size-1of3';}
@media screen and (max-width: 480px){#grid-3[data-columns]::before {content: '1 .column.size-1of1';}}
@media screen and (min-width: 481px) and (max-width: 768px) {#grid-3[data-columns]::before {content: '2 .column.size-1of2';}}
@media screen and (min-width: 769px) {#grid-3[data-columns]::before {content: '3 .column.size-1of3';}}
/*//// grid columns 4 ////*/
#grid-4[data-columns]::before {content: '4 .column.size-1of3';}
@media screen and (max-width: 480px){#grid-4[data-columns]::before {content: '1 .column.size-1of1';}}
@media screen and (min-width: 481px) and (max-width: 768px) {#grid-4[data-columns]::before {content: '2 .column.size-1of2';}}
@media screen and (min-width: 769px) {#grid-4[data-columns]::before {content: '4 .column.size-1of4';}}
/* Again, you’re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33%; }
.size-1of4 { width: 25%; }
/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33%; }

/* ////////////////////////////////////////////////////////////////////////////
////// CARD STYLES //////////////////////////////////////////////////////////*/
.card--content {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;width: 100%;background: #ffffff;padding: 20px 25px 10px 25px;vertical-align: top;text-decoration: none;border-radius: 2px;margin-bottom: 0px;-webkit-transition: all 300ms linear;-o-transition: all 300ms linear;transition: all 300ms linear;height: fit-content;border: 1px solid #d9d6ca; min-height: 186px; justify-content: center; align-items: center; text-align: center; }
.card--content:hover,.card--content:focus,.card--content.focus,.card--content:active,.card--content.active,.open>.dropdown-toggle.card--content {color:#fff;background-color:#fff;border-color:#e8edf4;text-decoration:none;box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 2px 8px rgb(0 0 0 / 28%);
}

@media only screen and (max-width: 1122px) {
  .card--content {
    min-height: 258px;
  }
}

.card--content:hover .title,.card--content:focus .title,.card--content.focus .title,.card--content:active .title,.card--content.active .title,.open>.dropdown-toggle.card--content .title {color:#215eb8}

.card--content:hover .lifespan,.card--content:focus .lifespan,.card--content.focus .lifespan,.card--content:active .lifespan,.card--content.active .lifespan,.open>.dropdown-toggle.card--content .lifespan {color:#215eb8}

.card--content:hover .artist,.card--content:focus .artist,.card--content.focus .artist,.card--content:active .artist,.card--content.active .artist,.open>.dropdown-toggle.card--content .artist {color:#215eb8}

.card--content:hover .skill-icon,.card--content:focus .skill-icon,.card--content.focus .skill-icon,.card--content:active .skill-icon,.card--content.active .skill-icon,.open>.dropdown-toggle.card--content .skill-icon {background:#215eb8; color: #fff;}
.card--content .card-block {padding: 0px;margin-left: auto;margin-right: auto;}
.card--content .chapter {color: #586F91;margin: 0;}
.card--content .title {font-size: 24px;color: #215eb8;margin: 9px 0px;font-weight: 600;}
.card--content h3 {font-size: 20px;color: #215eb8;}
.card--content .video {}
.card--content p, ol, li {
    color: #212529;
    text-decoration: none;
}
.card--content .description {
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.lifespan {
    margin: 0px 0px 10px 0px;
}
.artist {
    margin: 0px 0px 10px 0px;
}
/* ////////////////////////////////////////////////////////////////////////////
////// CONTENT LAYOUT STYLES ////////////////////////////////////////////////*/
.content-no-header {
    padding: 40px 0 50px;
    background: #fff;
    min-height: 600px;
}
section.single-page--content {
    background: #eeece4;
    padding: 10px 0 30px 0;
    min-height: 300px;
}
section.introduction {
    padding: 40px 0;
}
/* ////////////////////////////////////////////////////////////////////////////
////// COOKIE INSIGHT STYLES ////////////////////////////////////////////////*/
footer .cookie-text {margin-bottom: 20px;}
footer .cookie-text p {margin: 0 0 0 0;}
.footer a {color: rgba(255,255,255,.701);}
.footer .ot-sdk-show-settings {background: none;padding: 0;color: #fff;border: none;}
h3.ot-sdk-cookie-policy-title {
    color: #1f3047!important
}

h4.ot-sdk-cookie-policy-group {
    color: #1f3047!important;
    font-size: 22px!important
}

.ot-sdk-cookie-policy table>thead>tr>th {
    color: #1f3047!important
}

.ot-sdk-cookie-policy p {
    font-size: 18px!important;
    color: #1f3047!important;
    line-height: 1.5!important;
    margin: 20px 0!important
}

.ot-sdk-cookie-policy #cookie-policy-description {
    font-size: 18px!important;
    color: #1f3047!important;
    line-height: 1.5!important;
    margin: 20px 0!important
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    border-collapse: inherit;
    margin: auto;
    border: 0 solid #1f3147!important;
    border-radius: 0!important;
    border-spacing: initial;
    width: 100%;
    overflow: hidden
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
    background-color: #f2f4f8!important;
    border-bottom: 2px solid #1f3147!important
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table thead {
    border-bottom: 2px solid #1f3147!important;
    font-weight: 600!important;
    background: #d6e4fa!important
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
    border-right: 0 solid #d7d7d7!important
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
    font-size: 18px!important
}

/* ////////////////////////////////////////////////////////////////////////////
////// FOOTER STYLES ///////////////////////////////////////////////////////*/
footer {
    padding-top: 4rem;
    padding-bottom: 1rem;
    background: #1e2635;
    color: #fff
}

footer .cookie-text {
    margin-bottom: 20px
}

footer .cookie-text p {
    margin: 0
}

footer p {
    margin-bottom: 10px
}

.footer a {
    color: rgba(255,255,255,.701)
}

.footer .ot-sdk-show-settings {
    background: 0 0;
    padding: 0;
    color: #fff
}

footer .widget-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px
}

.footer-brand {
    font-size: 1.25rem;
    color: #fff;
    display: inline-block;
    margin: 0 0 30px
}

.footerbrand--header {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.footerbrand--subheader {
    font-size: 18px;
    color: rgb(255 255 255/90%);
    margin: 0
}

.footer-top {
    margin: 10px 0 50px;
    margin-left: -15px;
    margin-right: -15px
}

.footer-logo {
    width: 170px;
    margin-bottom: 30px
}

.return.return-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 101
}

.return {
    display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 14px;
    overflow: hidden;
    white-space: nowrap;
    background: #526144;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 8px 12px;
    cursor: pointer
}

.return.return-is-visible,.return.return-fade-out,.no-touch .return:hover {
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s
}
/* ////////////////////////////////////////////////////////////////////////////
////// RANDOM STYLES ////////////////////////////////////////////////////////*/
a.well {
    background: #ffffff;
    max-width: fit-content;
    display: block;
    padding: 20px;
    margin: 15px 0 0 0;
    line-height: 28px;
    font-size: 20px;
    border: 1px solid;
    border-color: #DFDFDF;
}
a.well:after {
    color: #526144;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    content: "\f35d";
    font-size: 2rem;
    text-decoration: none;
    text-align: right;
    margin: 0px 0px 0px 15px;
    display: inline-block;
}
a.well strong {
    color: #1f3047;
}
.search-label {
    background: #e3e8f0;
    padding: 2px 8px;
    max-width: fit-content;
    border-radius: 4px;
    color: #1f3046;
    font-weight: 600;
    font-size: 14px;
}

/* ////////////////////////////////////////////////////////////////////////////
////// MEDIA QUERY STYLES ///////////////////////////////////////////////////*/
@media (min-width: 576px) {

}
/* ////// MEDIA START ////// */
@media only screen and (min-width : 800px){
    .content-no-header {
        padding: 110px 0 50px;
    }
    .nav-search-container.desktop {position: relative;display: block;width: auto;order: initial;flex: initial;margin: 0 0 0 auto;}
    svg.navbrand-mobile {display: none;}
.grid-2 {-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2, 1fr);}
.grid-3 {-ms-grid-columns: (1fr)[3];grid-template-columns: repeat(3, 1fr);}
.grid-4 {-ms-grid-columns: (1fr)[4];grid-template-columns: repeat(4, 1fr);}
.grid-5 {-ms-grid-columns: (1fr)[5];grid-template-columns: repeat(5, 1fr);}

.h1, h1 {font-size: 2.25rem;}
.h2, h2 {font-size: 1.5rem;}
.h3, h3 {font-size: 1.75rem;}
.h4, h4 {font-size: 1.5rem;}
.h5, h5 {font-size: 1.25rem;}
.h6, h6 {font-size: 1rem;}

.nav-search-container {min-width: 500px;margin-left: 60px;}
.search-container {max-width: 600px;}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,6px);
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,13px);
    left: auto;
}
.swiper-slide .slider-content {
    margin-left: 40px;
}

.dropdown-menu {
    border-top: 0 solid #1f3045;
    border-bottom: 0 solid #1f3045;
    margin: 20px 0 0;
    -webkit-box-shadow: 0 0 40px rgba(29,58,83,.15);
    box-shadow: 0 0 40px rgba(29,58,83,.15);
    padding: 10px;
    border-radius: 2px;
    left: -30px;
}


/*.nav-link.dropdown-toggle.show::after {
    width: 0;
    height: 0;
    bottom: 0;
    content: "";
    display: block;
    border-style: solid;
    left: 0;
    right: 0;
    border-width: 0 0.875rem 0.875rem 0.875rem;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #034063 rgba(0,0,0,0);
    margin: 0 auto;
    position: absolute;
}*/

}/* ////// MEDIA END ////// */

@media only screen and (min-width : 1200px) {
.container-fluid {max-width: 1400px;}

}/* ////// MEDIA END //////*/



.collection { margin: 20px 0;; padding-left: 0; list-style-type: none; border-top: 1px solid #d9e3e6; border-radius: 2px; overflow: hidden; position: relative; border-left: none; border-right: none; }
.collection a { color: #333; text-decoration: none; }
.collection .collection-item {background-color: #f2f7f8;line-height: 1.5rem;padding: 10px 65px 10px 20px;margin: 0;border-bottom: 1px solid #d9e3e6;}
.collection.light > .collection-item {background-color: #fff;}
.collection-item { position: relative; padding-left: 30px; }
.collection-item p { margin: 0; }
.collection-item.last { border-bottom: none; border-radius: 0 0 2px 2px; }
.collection.no-margin { margin: 10px -20px -10px -20px !important; }
.collection-item.no-link { pointer-events: none; color: #333; }
.collection-item.external-notice { font-size: 14px; padding: 5px 20px; color: #767676; }
.collection { border-left: 1px solid #d9e3e6; border-right: 1px solid #d9e3e6; }
.collection a { color: #0d6efd !important; text-decoration: underline; }
.collection a li { color: #0d6efd !important; text-decoration: underline; }


.content-card { margin: 10px 0; }


.item.gall {
    position: relative;
    display: block;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-bottom: 15px;
    box-shadow: none;
    border: none;
    border-radius: 0;
}


/* ////////////////////////////////////////////////////////////////////////////
////// GALLERY STYLES ///////////////////////////////////////////////////////*/
.responsive-gal {display: grid;grid-template-columns: repeat(1, 1fr);grid-template-rows: repeat(1, 1fr);grid-column-gap: 10px;grid-row-gap: 5px;}
.item.gall {position: relative;display: block;-webkit-animation-duration: 0.2s;animation-duration: 0.2s;-webkit-animation-fill-mode: both;animation-fill-mode: both;margin-bottom: 15px;box-shadow: none;border: 1px solid #e8edf4 !important;border-radius: 0;height: max-content;margin: 0;}
.lazyload {width: 100%;border-radius: .25rem .25rem 0 0;position: relative;}
.card-block-image {position: relative;}
.item.gall img {width: 100%;}
.item.gall .card-block-image {padding:0;}
.item.gall .card-block {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}
.item.gall .card-block a {
    overflow-wrap: anywhere;
}
.item.gall .card-block p {
    overflow-wrap: anywhere;
}
.item.gall .card-block h3 {
    font-size: 24px;
    font-weight: 600;
    color: #825369;
    font-size: 24px;
    font-weight: 600;
}
.item.gall .card-block h4 {
    font-weight: 600;
}
.item.gall .card-block-image a:focus:before {opacity: 1;}
.item.gall .card-block-image a:hover:before {opacity: 1;}
.item.gall .card-block-image a:before {background: none repeat scroll 0 0 rgba(44, 62, 80, 0.6);color: #FFFFFF;font-family: "FontAwesome";font-weight: 900;content: "\f065";font-size: 1.3rem;height: 100%;width: 100%;opacity: 0;position: absolute;text-decoration: none;z-index: 50;-webkit-transition: all 300ms linear;-moz-transition: all 300ms linear;-ms-transition: all 300ms linear;-o-transition: all 300ms linear;transition: all 300ms linear;text-align: center;padding-bottom: 0%;border-radius: .25rem .25rem 0 0;padding: 15px;left: 0;text-align: right;}
.card-block h3 {
    margin: 0px 0px 10px 0px;
    font-size: 22px;
}

.image-link--gallery:hover::after {opacity: 1;}
.card-block-image--text {padding: 15px;background: #F2F3F8;}
.card-block-image--text h2 {font-size: 23px;}
.card-block-image--text h3 {font-size: 20px;color: #586f91;}
.card-block-image--text h4 {font-size: 16px;}