body, html{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Ubuntu;
    font-weight: 100;
}
h1, h2, h3, h4, h5, h6, p, a{
    font-weight: 100;
}
.curiosity-all-sections{
    position: relative;
    min-height: 100vh;
    /*padding-bottom: 200px;*/
}
strong{
    font-weight: bold;
}
/*
*
* CURIOSITY TOP BAR
*
*/
.curiosity-top-bar{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
    z-index: 100;
}
.curiosity-top-bar h1 {
    font-size: 30px;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding-top: 5px;
    margin-left: 10px;
}
.curiosity-top-bar .logo-container{
    text-align: left;
}
@media screen and (max-width: 991px) {
    .curiosity-top-bar .logo-container{
        text-align: center;
    }
}
.curiosity-top-bar-title-link, .curiosity-top-bar-title-link:hover, .curiosity-top-bar-title-link:focus{
    color: black;
    text-decoration: none;
}
.curiosity-site-picker{
    font-size: 25px;
    cursor: pointer;
    padding: 10px;
    padding-right: 10px;
    margin-right: 10px;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #d1d1d1;
}
.curiosity-site-picker:hover{
    color: #666666;
}
.curiosity-top-bar .curiosity-site-logo{
    height: 45px;
    margin-top: -15px;
}
.curiosity-top-bar-menu a{
    font-size: 15px;
    padding-top: 20px;
    margin: 0;
    display: inline-block;
    color: black;
    /*text-decoration: underline;*/
    margin-left: 15px;
    text-transform: uppercase;
}
.curiosity-top-bar-links{
    float: right;
}
.curiosity-top-bar-menu a:hover{
    color: #666666;
}
.curiosity-top-bar .dropdown{
    display: inline;
}
/*.curiosity-top-bar .dropdown .dropdown-menu li{*/
/*height: 40px;*/
/*}*/
.curiosity-top-bar .dropdown .dropdown-menu li:hover, .curiosity-top-bar .dropdown .dropdown-menu li:focus{
    background-color: #e7e7e7;
    background-image: none;
}
.curiosity-top-bar .dropdown .dropdown-menu li:hover a, .curiosity-top-bar .dropdown .dropdown-menu li:focus a{
    background-color: transparent;
    background-image: none;
}
.curiosity-top-bar .dropdown .dropdown-menu li img{
    width: 40px;
}
.curiosity-top-bar .dropdown .dropdown-menu li span.empty-image{
    display: inline-block;
    width: 40px;
    height: 1px;
}
.curiosity-top-bar .dropdown .dropdown-menu a{
    height: 90px;
    line-height: 90px;
}

/* SMALL CURIOSITY TOP BAR */
.curiosity-top-bar-small{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(244, 244, 244, 1);
    width: 100%;
    position: fixed;
    top: 0;
    display: none;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.35);
    /* 25/09/2016: Only supported in Safari */
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (-moz-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .curiosity-top-bar-small{
        background-color: rgba(244, 244, 244, 0.8);
    }
}

/* MOBILE CURIOSITY TOP BAR */
.curiosity-top-bar-mobile{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 90 !important;
    position: fixed;
    background-color: #FDFDFD !important;
}
.curiosity-top-bar-mobile-content .curiosity-top-bar-links{
    float: none;
}
.curiosity-top-bar-mobile-content{
    margin-top: 100px;
}
.curiosity-top-bar-mobile-content a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #f4f4f4;
}
.curiosity-top-bar-mobile-toggle{
    display: none;
    background-color: transparent;
    max-width: 100%;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    border-style: none;
    background-image: url("/cdn/images/menu.png");
    background-size: contain;
    background-position: center;
    outline: none;
    position: fixed;
    left: 20px;
}
@media screen and (max-width: 991px) {
    .curiosity-top-bar-mobile-toggle{
        display: block;
        float: left;
    }
    .curiosity-top-bar-menu{
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .curiosity-top-bar-mobile{
        display: none !important;
    }
}

/*
*
* CURIOSITY SECTIONS
*
*/

.curiosity-next-section{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.curiosity-next-section:hover{
    background-color: #f4f4f4;
}
.curiosity-next-section img{
    height: 20px;
}

/*BIG*/
.curiosity-section-big, .curiosity-section-bigwithimage{
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@keyframes curiosity-section-big-body-animation {
    from {opacity: 0;}
    to {opacity: 1;}
}
.curiosity-section-big-body, .curiosity-section-bigwithimage-body{
    text-align: center;
    margin-top: 200px;
    animation-name: curiosity-section-big-body-animation;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
.curiosity-section-big-body button, .curiosity-section-bigwithimage-body button{
    display: inline-block;
    margin-right: 20px;
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: #ebac00;
    border-radius: 5px;
    background-color: #FFCA38;
    color: #f4f4f4;
    padding: 10px 20px 10px 20px;
    margin: 0;
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
}
.curiosity-section-big-body button:hover, .curiosity-section-bigwithimage-body button:hover{
    background-color: #ffbc05;
}

/* BIG WITH IMAGE */
.curiosity-section-bigwithimage img{
    width: 50%;
}

/*CENTERQUOTE*/
.curiosity-section-centerquote{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@keyframes curiosity-section-centerquote-body-animation {
    from {opacity: 0;}
    to {opacity: 1;}
}
.curiosity-section-centerquote-body{
    text-align: center;
    animation-name: curiosity-section-centerquote-body-animation;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.curiosity-section-centerquote-body h1{
    font-weight: bold;
}

/*LINKBUTTON*/
.curiosity-section-linkbutton{
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@keyframes curiosity-section-linkbutton-body-animation {
    from {opacity: 0;}
    to {opacity: 1;}
}
.curiosity-section-linkbutton-body{
    text-align: center;
    margin-top: 55px;
    animation-name: curiosity-section-linkbutton-body-animation;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
.curiosity-section-linkbutton-body button{
    display: inline-block;
    margin-right: 20px;
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: #ebac00;
    border-radius: 5px;
    background-color: #FFCA38;
    color: #f4f4f4;
    padding: 10px 20px 10px 20px;
    font-weight: 400;
}
.curiosity-section-linkbutton-body button:hover{
    background-color: #ffbc05;
}
.curiosity-section-linkbutton-body p{
    font-size: 20px;
}

/*BASIC*/

.curiosity-section-basic{
    /*min-height: 100px;*/
}
.curiosity-section-basic p{
    margin: 0;
}
@keyframes curiosity-section-basic-body-animation {
    from {opacity: 0;}
    to {opacity: 1;}
}
.curiosity-section-basic-body{
    animation-name: curiosity-section-basic-body-animation;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

/*DIVISION*/

.curiosity-section-division{
    min-height: 100px;
}
.curiosity-section-division table td{
    vertical-align: top;
}
.curiosity-section-division table td:first-of-type{
    border-style: solid;
    border-color: #d1d1d1;
    border-width: 0 1px 0 0;
    padding-right: 20px;
}
.curiosity-section-division table td:last-of-type{
    padding-left: 20px;
}
.curiosity-section-division table h2{
    padding-top: 0;
    margin-top: 0;
}
@keyframes curiosity-section-division-body-animation {
    from {opacity: 0;}
    to {opacity: 1;}
}
.curiosity-section-division-body{
    animation-name: curiosity-section-division-body-animation;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

/*CONTENT*/
.curiosity-section-content{
    min-height: 100px;
    padding-top: 40px;
}
.curiosity-section-content h2{
    margin-top: 0;
    padding-top: 0;
}
.curiosity-section-content img{
    width: 100%;
    margin-bottom: 10px;
}
.curiosity-section-content img.shadow{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

/*FOOTER*/
.curiosity-section-footer{
    background-color: #3a3a3a;
    color: white;
    padding-top: 50px;
    /*position:absolute;*/
    /*bottom:0;*/
    width: 100%;
}
.curiosity-section-footer hr{
    height: 18px;
    visibility: hidden;
}
.curiosity-section-footer h2{
    font-size: 25px;
}
.curiosity-section-footer p, .curiosity-section-footer a{
    color: white;
    font-size: 17px;
    padding: 0;
    margin: 0;
}
.curiosity-section-footer a{
    text-decoration: underline;
}
.curiosity-section-footer a:hover{
    color: #e7e7e7;
}
.curiosity-section-footer .copyright{
    text-align: center;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #292929;
}
.curiosity-section-footer .copyright span{
    color: red;
}

/* FLOATBOXGROUP */
.curiosity-section-floatboxgroup{
    margin-top: 20px;
}
.curiosity-section-floatboxgroup .col-md-4{
    padding: 0;
    padding-right: 5px;
    padding-bottom: 5px;
}
.curiosity-section-floatboxgroup .container-fluid{
    padding: 0;
}

/* FLOATBOXGROUPITEM */
.curiosity-section-floatboxgroupitem{
    background-size: cover;
    background-repeat: no-repeat;
    /*width: 32%;*/
    /*min-width: 150px;*/
    margin: 0;
    padding: 0;
    height: 200px;
    /*float: left;*/
    overflow: hidden;
    width: 100%;
}
.curiosity-section-floatboxgroupitem a{
    text-decoration: none;
    color: black;
}
.curiosity-section-floatboxgroupitem-body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.80);
    transition: background-color 0.5s ease-in-out;
}
.curiosity-section-floatboxgroupitem-body h3{
    padding: 0;
    margin: 0;
}
.curiosity-section-floatboxgroupitem-body:hover{
    background-color: rgba(255, 202, 56, 0.95);
    color: white;
}

/* SLIDER */
.curiosity-section-slider{
    height: 565px;
    overflow: hidden;
}
.curiosity-section-slider-item{
    height: 500px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    padding: 0;
    display: block;
    position: absolute;
    color: white;
}
.curiosity-section-slider-item a{
    color: white;
    text-decoration: underline;
}
.curiosity-section-slider-item a:hover{
    color: #f4f4f4;
}
.curiosity-section-slider-item-body-left{
    height: 100%;
    background: -webkit-linear-gradient(left, black , rgba(255, 255, 255, 0), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, black , rgba(255, 255, 255, 0), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, black , rgba(255, 255, 255, 0), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, black , rgba(255, 255, 255, 0), rgba(0,0,0,0)); /* Standard syntax */
}
.curiosity-section-slider-item-body-right{
    text-align: right;
    height: 100%;
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) , black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) , black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) , black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) , black); /* Standard syntax */
    padding-right: 50px;
}
.curiosity-section-slider-item h2{
    padding-top: 100px;
}

.curiosity-section-slider-controls{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    height: 50px;
    width: 100%;
    z-index: 1;
    padding: 0;
}
.curiosity-section-slider-goleft, .curiosity-section-slider-goright{
    cursor: pointer;
    padding: 10px 0 10px 0;
}
.curiosity-section-slider-goleft:hover, .curiosity-section-slider-goright:hover{
    background-color: rgba(231, 231, 231, 0.5);
}
.curiosity-section-slider-goleft{
    text-align: right;
}
.curiosity-section-slider-goright{
    text-align: left;
}
.curiosity-section-slider-goleft img, .curiosity-section-slider-goright img{
    width: 30px;
}

.curiosity-section-slider h3, .curiosity-section-slider h2{
    display: inline-block;
}
.curiosity-section-slider h3{
    font-size: 20px;
    margin-left: 10px;
    color: #3A3A3A;
}

/* THREE */
.curiosity-section-three{
    text-align: center;
}
.curiosity-section-three img{
    width: 20%;
}

/* IMAGE HIGHLIGHT */
.curiosity-section-imagehighlight{
    margin-top: 20px;
    margin-bottom: 20px;
}
.curiosity-section-imagehighlight-imagediv{
    text-align: right;
}
.right .curiosity-section-imagehighlight-imagediv{
    text-align: left;
}
.right .curiosity-section-imagehighlight-body{
    text-align: right;
}
.curiosity-section-imagehighlight img{
    width: 100%;
    max-width: 100px;
}
.curiosity-section-imagehighlight h2{
    margin: 0;
    padding: 0;
    font-size: 20px;
    margin-bottom: 10px;
}
.curiosity-section-imagehighlight-small{
    display: none;
}
@media (max-width: 767px){
    .curiosity-section-imagehighlight-imagediv,
    .curiosity-section-imagehighlight-body{
        text-align: center !important;
    }
    .curiosity-section-imagehighlight-small{
        display: block;
    }
    .curiosity-section-imagehighlight-small .curiosity-section-imagehighlight-imagediv{
        margin-bottom: 10px;
    }
    .curiosity-section-imagehighlight-imagediv img{
        max-width: 50px;
    }
    .curiosity-section-imagehighlight-large{
        display: none;
    }
}

/* TOPTINY */
.curiosity-section-toptiny{
    background-color: #f9f9f9;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 100;
    padding: 0;
    margin: 0;
    top: 0;
}
.curiosity-section-toptiny a{
    color: #2D2D2D;
    text-decoration: underline;
}
.curiosity-section-toptiny p{
    padding: 5px;
    margin: 0;
}

/* SIMPLETABLE */
.curiosity-section-simpletable{
    padding-bottom: 30px;
}
.curiosity-section-simpletable table{
    width: 100%;
}
.curiosity-section-simpletable tr {
    width:100%;
    font-size:0;
    border-style: solid;
    border-color: #F4F4F4;
    border-width: 0 0 1px 0;
}

.curiosity-section-simpletable td {
    font-size:16px;
    display:inline-block;
    width:calc(50% - 2px);
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 22px;
}

@media screen and (max-width: 600px) {
    .curiosity-section-simpletable .child {
        width:100%;
    }
}

/* PORTRAIT */
.curiosity-section-portrait{
    margin-top: 10px;
    margin-bottom: 10px;
}
.curiosity-section-portrait-imagediv{
    height: 250px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-style: solid;
    border-width: 0 0 0 0;
}
.curiosity-section-portrait.left .curiosity-section-portrait-imagediv{
    border-width: 0 4px 0 0;
}
.curiosity-section-portrait.right .curiosity-section-portrait-imagediv{
    border-width: 0 0 0 4px;
}
.curiosity-section-portrait-backgrounddiv{
    width: 100%;
    height: 100%;
    opacity: 0;
}
.curiosity-section-portrait h2{
    margin-top: 0;
}
.curiosity-section-portrait-small{
    display: none;
}
@media (max-width: 767px){
    .curiosity-section-portrait-imagediv,
    .curiosity-section-portrait-body{
        text-align: center !important;
    }
    .curiosity-section-portrait-small{
        display: block;
    }
    .curiosity-section-portrait-small .curiosity-section-portrait-imagediv{
        margin-bottom: 10px;
    }
    .curiosity-section-portrait-imagediv img{
        max-width: 50px;
    }
    .curiosity-section-portrait-large{
        display: none;
    }
    .curiosity-section-portrait.right .curiosity-section-portrait-imagediv,
    .curiosity-section-portrait.left .curiosity-section-portrait-imagediv{
        border-width: 0 0 4px 0;
    }
}

/* TITLE */
.curiosity-section-title{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
}
.curiosity-section-title h2{
    padding: 0;
    margin: 0;
}
.curiosity-section-title h3{
    padding: 0;
    font-size: 18px;
    color: #989898;
    margin: 0;
    margin-top: 10px;
    font-style: italic;
}

/* BACKGROUND */
.curiosity-section-background{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}
.curiosity-section-background-body{
    padding-left: 0;
    padding-right: 0;
}

/* BACKGROUND IMAGE */
.curiosity-section-backgroundimage{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
}
.curiosity-section-backgroundimage-wrapper{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

/* MAP */
.curiosity-section-map, .curiosity-section-map-body{
    padding: 0;
    margin: 0;
}

/* ITEMGROUP */
.curiosity-section-itemgroup{
    margin-top: 20px;
}
.curiosity-section-itemgroup .col-md-4{
    padding: 0;
    padding-right: 5px;
    padding-bottom: 5px;
}
.curiosity-section-itemgroup .container-fluid{
    padding: 0;
}

/* PRODUCT */
.curiosity-section-product{
    /*width: 32%;*/
    /*min-width: 150px;*/
    margin: 0;
    padding: 0;
    /*float: left;*/
    overflow: hidden;
    width: 100%;
    text-align: center;
    transition: border-color 0.5s ease-in-out;
    border-style: solid;
    border-color: transparent;
    border-width: 0 0 2px 0;
    /*cursor: pointer;*/
}
/*.curiosity-section-product:hover{*/
    /*border-color: black;*/
/*}*/
.curiosity-section-product-image{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    /*padding-bottom: 100%;*/
    height: 100px;
}
.curiosity-section-product a{
    text-decoration: none;
    color: black;
}
.curiosity-section-product-body{
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 10px;
}
.curiosity-section-product-body h3{
    padding: 0;
    margin: 0;
}

/*SOCIALBANNER*/
.curiosity-section-socialbanner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@keyframes curiosity-section-socialbanner-body-animation {
    from {opacity: 0;}
    to {opacity: 1;}
}
.curiosity-section-socialbanner-body{
    text-align: center;
    animation-name: curiosity-section-socialbanner-body-animation;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.curiosity-section-socialbanner-body img{
    height: 40px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.curiosity-section-socialbanner-body h1{
    font-weight: bold;
    display: inline;
    color: white;
    font-size: 30px;
}
.curiosity-section-socialbanner a, .curiosity-section-socialbanner a:hover, .curiosity-section-socialbanner a:focus .curiosity-section-socialbanner a:active{
    color: white;
    text-decoration: none !important;
}

/* BIG WITH FLAG */
.curiosity-section-bigwithflags{
    min-height: 600px;
}
.curiosity-section-bigwithflags h1{
    color: white;
    text-transform: uppercase;
}
.curiosity-section-bigwithflags-flag-body{
    border: 1px solid #979797;
    height: 350px;
    margin-bottom: 10px;
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    transition: all .2s ease-in-out;
}
.curiosity-section-bigwithflags-flag-body:hover{
    transform: scale(1.05);
}
.curiosity-section-bigwithflags-flags{
    margin-top: -250px;
}
.curiosity-section-bigwithflags-flag img{
    height: 98px;
    padding-top: 20px;
}
.curiosity-section-bigwithflags-flag h2{
    font-size: 25px;
    color: #FECC00;
    text-transform: uppercase;
}
.curiosity-section-bigwithflags-flags a, .curiosity-section-bigwithflags-flags a:hover, .curiosity-section-bigwithflags-flags a:active{
    color: black;
    text-decoration: none;
}

/* EMAIL FORM */
.curiosity-section-emailform-body input, .curiosity-section-emailform-body textarea{
    width: 100%;
    border-color: #979797;
    border-width: 1px;
    padding: 10px;
    border-radius: 3px;
    border-style: solid;
    background-color: white;
    margin-bottom: 10px;
}
.curiosity-section-emailform-body input[type='submit']{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.curiosity-section-emailform-body input[type='submit']:hover{
    background-color: #979797;
    color: white;
}

/* BLOG POST */
.curiosity-section-blogpost .head-image{
    width: 100%;
    max-height: 400px; /*624px;*/
    object-fit: cover;
}
.curiosity-section-blogpost-body-content-text{
    text-align: justify;
}
.curiosity-section-blogpostsample, .curiosity-section-blogpostsample-body{
    padding: 0 !important;
}
.curiosity-section-blogpostsample-body-content{
    padding-left: 10px;
}
.curiosity-section-blogpostsample-body .head-image{
    width: 100%;
    max-height: 100px;
    object-fit: contain;
}
.curiosity-section-blogpostsample-body h3{
    margin-top: 0;
}
.curiosity-section-blogpostsample-hyperlink, .curiosity-section-blogpostsample-hyperlink:hover, .curiosity-section-blogpostsample-hyperlink:active{
    color: inherit;
    transition: all .5s ease-in-out;
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    text-decoration: none;
}
.curiosity-section-blogpostsample-hyperlink:hover{
    transform: scale(1.03);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

/* ENLARGEABLE IMAGE */
.curiosity-section-enlargeableimage img{
    width:100%;
    cursor: pointer;
    height: 240px;
    object-fit: cover;
}
#curiosity-section-enlargeableimage-full{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 110;
    cursor: pointer;
}
#curiosity-section-enlargeableimage-full img{
    width: 80%;
    max-height: 80%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}