/* Emilian Hossu || emil.hoss@gmail.com */
html {
    height: 100%;
}

.page-format {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    height: 100%;
}

header {
    background-color: #ffffff;
    color: #000;     
    /* min-height: 160px; */
    width: 100%;
    position: relative;
    z-index: 50;
    /* -webkit-box-shadow: 0px 10px 14px -7px rgb(179 177 179);
    -moz-box-shadow: 0px 10px 14px -7px rgba(179, 177, 179, 1);
    box-shadow: 0px 10px 14px -7px rgb(179 177 179);
    border-bottom: 1px solid rgb(212, 212, 212); */
}

/*Logo -------------------------------------------------------------- */
/* ------------------------------------------------------------------ */
.site-branding{
    min-height: 125px;
}
.site-title {
    display: block;
    color: #242a36;
    font-family: 'Poppins', sans-serif;
}
.site-title h2{
    margin-bottom: 0px;
    font-size: 2.2rem;
    font-weight: 800;
    text-shadow: 2px 1px #dcdcdc;
}

.site-title:hover,
.site-title:focus {
    text-decoration: none;
    color: #223555;
}

.site-branding img {
    max-width: 170px;
}

.above-content {
    margin: 10px 0px 20px 0px;
    background: #fcfcfc;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.middle-content {
    margin-top: 30px;
    /* height: calc(100% - 390px); */
}


footer {
    background-color: #223555;
    color: #ffffff;
    min-height: 200px;
    padding-top: 50px;
}
strong{
    color: #223555;
}
/* footer .nav {
    margin: 1rem 0rem;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

footer .nav .nav-link {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 1.2rem;
}

footer .nav .nav-link:hover {
    text-decoration: underline;
}

footer .nav .nav-item {
    border-right: 1px solid #ffffff;
}

footer .nav .nav-item:last-child {
    border-right: none;
} */
.butonGuides {
    background-color: #ffe7c5;
    border: 0;
    border-radius: 0;
    color: #666666;
    font-size: 0.8rem;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    min-width: 120px;
    outline: 0;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    max-width: 120px;
    display: inline-block;
}
.butonGuides:hover {
    text-decoration: none;
    background-color: rgba(234, 88, 51, 0.5);
    /* color: #666666; */
}
.buton {
    background-color: #ffe7c5;  
    border: 0;
    border-radius: 0;
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    min-width: 180px;
    outline: 0;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    max-width: 250px;
    display: block;
}

.buton::after {
    border-bottom: 22px solid transparent;
    border-left: 16px solid #ffe7c5;
    border-top: 22px solid transparent;
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
}

.buton:hover::after {
    border-left-color: rgba(234, 88, 51, 0.5);
}

.buton:hover {
    background-color: rgba(234, 88, 51, 0.5);
    color: #666666;
    text-decoration: none;
}

/* Domain languages ------------------------------ */
.domain-languages {
    margin: 15px 50px 0px 0px;
    float: right;
}

.domain-languages a {
    float: left;
    padding: 5px 10px 5px 15px;
}

/*Page content ------------------------------------------------------------------ */
.content {
    float: left;
    width: 100%;
    word-wrap: break-word;
}

/* Gallery styles -------------------------------*/
.galleries {
    float: left;
    width: 100%;
    margin: 5px 0px 35px 0px;
}

.gallery-title {
    font-size: 18px;
    padding: 0px 10px;
}

.gallery-pictures .thumbnail {
    margin: 10px;
    float: left;
    width: 260px;
}

.shadowClass {
    -webkit-box-shadow: 10px 10px 14px -7px rgba(212, 212, 212, 1);
    -moz-box-shadow: 10px 10px 14px -7px rgba(212, 212, 212, 1);
    box-shadow: 10px 10px 14px -7px rgba(212, 212, 212, 1);
    border: 1px solid rgb(212, 212, 212);
    padding: 25px;
}

.borderClass {
    border: 1px solid rgb(212, 212, 212);
}

/* Article page ------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
.article_item {
    background-color: #ffffff;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.article_item-title, .category_title {
    color: #223555;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.article_item-date {
    color: #bbb;
    margin: 5px 0px 10px 3px;
    display: block;
}

.article_item-content a, .category_description a{
    color: #223555;
    text-decoration: underline;
}
.article_item-content, .category_description {
    color: #000;
    display: block;
    width: 100%;
}

.article_item-featuredImage {
    display: inherit;
    margin: 5px auto;
    max-width: 100%;
}

.article_item-galleries,
.article_gallery-list,
.article_gallery-slider {
    display: block;
    width: 100%;
}

.article_gallery-title {
    /* color: #BBBBBB; */
}

.article_gallery-list-picture {
    display: inline-block;
    margin-right: 10px;
}

.article_gallery-list-picture a {
    display: inline-block;
    border: 1px solid #bbb;
}

.article_gallery-list-picture img {
    max-width: 150px;
}

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

.article_gallery-slider .bx-wrapper {
    display: inline-block;
}

@media only screen and (min-width:768px) {
    .article_item-featuredImage {
        float: right;
        margin: 0px 0px 10px 20px;
    }
}

/*Category and Articles style ----------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
.category_title {
    font-size: 2.2rem;
    color: #333;
    margin-top: 0.5rem;
}
.category_item {
    margin: 25px 0px 40px 0px;
    display: block;
    box-sizing: border-box;
    padding: 0px 5px;
}

.category_item-featuredImage {
    max-width: 100%;
    height: auto;
}

.category_item-title {
    margin: 10px 0px;
    color: #223555;
    /* border-bottom: 3px solid #e89613; */
}

.category_title,
.category_item-title a,
.article_item-title a {
    color: #223555;
   
}

.category_item-title a:hover,
.category_item-title a:focus {
    text-decoration: none;
    color: #e89613;
}

.category_item-date {
    color: #bbb;
    margin: 5px 0px 10px 3px;
    display: block;
}

.category_item-excerpt,
.category_description,
.article_item-content {
    /* color: #5c5c5c; */
    text-align: justify;
}

.category_item-readMore {
    color: #417F1A;
    text-decoration: none;
}


.image-shadow:hover,
.image-shadow-b:hover {
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);
}

/*Bootstrap overrides*/
/*.form-control:focus {
    border-color: rgba(217, 22, 66, 0.4);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(217, 22, 66, 0.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(217, 22, 66, 0.2);
}    */

.copyright {
    font-size: 1rem;
    margin-top: 10px;
    color: #BFBFC0;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: rgba(191, 191, 191, 0.2);
}
footer .custom-gdpr{
    font-weight: 400;
    text-decoration: none;
    color: #bfbfbf;
}
footer .custom-gdpr:hover{
    color: #bfbfbf;
    text-decoration: none;
}
.cfhw-title{
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}


.unslider-wrap li {
    list-style-type: none;
}

.pagination>li>a,
.pagination>li>span {
    color: #FFD35E;
}
.page-item.active .page-link, .page-link:hover{
    color: #ffffff !important;
    background-color: #75140C !important;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #75140C !important;
    border-color: #75140C !important;
}


/* Widgets ============================= */
/* category style */
/*.category_widget-title a{*/
/*    color: #5b5b5b;*/
/*    -moz-transition:color .2s ease-out;*/
/*    -o-transition:color .2s ease-out;*/
/*    -webkit-transition:color .2s ease-out;*/
/*}*/
/*.category_widget-title a:hover{*/
/*    text-decoration: none;*/
/*    color: #80c036;*/
/*    -moz-transition:color .2s ease-in;*/
/*    -o-transition:color .2s ease-in;*/
/*    -webkit-transition:color .2s ease-in;*/
/*}*/
/*.category_widget-excerpt{}*/
/*.category_widget-excerpt p{ margin-bottom: 0.5rem; }*/
/*.category_widget-featuredImage{*/
/*    float: left;*/
/*    margin: 5px 10px 5px 0px;*/
/*}*/

/*.category_widget-data{*/
/*    color: #bbb;*/
/*    display: block;*/
/*    font-size: 12px;*/
/*    margin: 0px 0px 10px 2px;*/
/*    clear: both;*/
/*}*/
/*.category_widget-date:after{*/
/*    content: '/';*/
/*    margin: 0px 10px;*/
/*}*/
/*.category_widget-category{ color:#BBBBBB; }*/

/*.category_widget-tags{ display: inline-block; }*/
/*.category_widget-tags:before{*/
/*    content: '/';*/
/*    margin: 0px 10px;*/
/*}*/
/*.category_widget-tag{*/
/*    padding: 0px 10px;*/
/*    color: #80c036;*/
/*}*/

#button-search svg{
    color: #ffffff;
    width: 20px;
}




@media (min-width: 992px) and (max-width: 1199px) {
    .primary-menu-style li a {
        padding: 10px 6px;
        font-size: 13px;
    }

    .navbar-collapse {
        padding-left: 10px;
        padding-right: 0px;
    }

    .image-shadow {
        margin: 10px 4px;
    }

    .image-shadow-b {
        margin: 20px 25px;
        max-width: 210px;
        height: auto;
    }

    .nopadding {
        padding-left: 0px;
        padding-right: 0px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .image-shadow {
        margin: 20px 45px;
        height: auto;
    }

    .image-shadow-b {
        max-width: 150px;
        margin: 30px 14px;
        height: auto;
    }

    .primary-menu {
        margin: 0px;
    }

    .primary-menu-style li a {
        padding: 10px 16px;
    }
}

/* Max 767px breaking point ----------------------------------------- */
/* ------------------------------------------------------------------ */
@media (max-width: 767px) {
    .primary-menu .navbar-header {
        float: right;
        width: 100%;
    }

    .primary-menu {
        margin: 0px;
    }

    .navbar-brand {
        display: block;
        color: #fff;
        font-weight: bold;
    }

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

    .dropdown .dropdown-menu a {
        color: #FFFFFF;
    }

    .footer-menu .navbar-header {
        float: right;
        margin-top: -36px;
    }

    .copyright {
        padding-left: 15px;
        text-align: left;
    }

    #content .row>div {
        float: left;
        width: 100%;
    }

    .image-shadow {
        margin: 20px;
        max-width: 140px;
        float: left;
        height: auto;
    }

    .image-shadow-b {
        margin: 10px 22px;
        height: auto;
    }

    .article-title {
        font-size: 27px;
    }

    .slide-buttons {
        max-width: 100%;
        overflow-x: scroll;
    }

    .container-buttons {
        float: left;
        min-width: 1085px;
        width: 100%;
    }
}

@media (min-width: 337px) and (max-width: 406px) {
    .image-shadow {
        margin: 15px 10px 15px 5px;
        max-width: 130px;
        float: left;
        height: auto;
    }

    .image-shadow-b {
        margin: 10px 9px;
        max-width: 125px;
        height: auto;
    }

    .container-buttons {
        min-width: 730px;
    }
}

@media (max-width: 320px) {
    .image-shadow {
        margin: 5px;
        max-width: 118px;
    }

    .image-shadow-b {
        margin: 10px 5px;
        max-width: 115px;
        height: auto;
    }
}