:root {
    --background: #F7F7F7;
    --background-complementary: #4E99B7;
    --text: #6d6d6d;
    --text-light: #FFFFFF2E;
    --text-complementary: #FFFFFF2E;
    --text-complementary-light: #FFFFFF2E;
    --link: #4E99B7;
    --link-hover: #4E99B7;
    --link-visited: #4E99B7;
    --link-complementary: #F7F7F7;
    --link-complementary-light: #F7F7F7;
    --link-hover-complementary: #F7F7F7;
    --link-visited-complementary: #F7F7F7;
    --h: #4E99B7;
    --hr: #4E99B7;
    --primary: #fbb034;
    --primary-light: #ffdc9c;
    --primary-dark: #ffa319;
    --primary-complementary: #186482;
    --primary-complementary-light: #376d9c;
    --primary-complementary-dark: #376d9c;
    --background: #fcfcfc;
    --white: #ffffff;
    --white-soft: #fffcf4;
    --gray-soft: #9a9a9a;
    --gray: #464646;
    --gray-dark: #5b5b5b;
    --black: #000000;
    --black-90: #303030;
    --black-80: #494949;
    --black-70: #676767;
    --black-60: #757575;
    --black-50: #858585;
    --black-40: #a2a2a2;
    --black-30: #b0b0b0;
    --black-20: #c2c2c2;
    --black-10: #e6e6e6;
    --brown: #63460e;
    --brown-light: #715216;
}

.card {
    overflow: hidden;
}


/* * {
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
} */

html {
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 100%;
}

body {
    font-family: helvetica, verdana, arial;
    font-size: 15px;
    background-color: var(--background);
    color: var(--text);
}

a,
a:visited,
.btn-link {
    color: var(--link);
}

a:visited {
    color: var(--link-visited);
}

a:hover {
    color: var(--link-hover);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    color: var(--h);
    font-weight: 400;
}

h1 {
    font-size: 30px;
    font-weight: 400;
    /* line-height: 50px; */
}

h2 {
    margin-top: 0px;
    font-size: 25px;
    /* padding-top: 7px; */
    line-height: 45px;
}

h2 a {
    text-decoration: none;
    margin-bottom: -5px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

sub,
sup {
    font-size: 60%;
    line-height: 0;
}

hr {
    border-color: var(--hr);
    margin: 0px;
}

legend {
    font-size: 13px;
}

article {
    text-align: justify;
    padding: 30px 0px 40px;
}

.logo {
    margin-left: 15px;
    margin-top: 15px;
}


/****** form *****/

.dateLable {
    display: block;
}

.date {
    width: 33%;
    float: left;
}

#UserSpamprotection {
    max-width: 260px;
}

.form-control:focus,
.select2:focus,
.select2-selection--single:focus,
.select2-container--default:focus {
    border-color: #92bef6 !important;
    background-color: #d7ebf9 !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
    padding-top: 2px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}

.select-bg {
    margin-bottom: 15px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

label {
    margin-bottom: 0px;
    font-size: 0.7em;
    text-transform: uppercase;
    /* font-weight: 600; */
}

form .required label:after {
    color: #e32;
    content: '*';
    display: inline;
    padding-left: 3px;
}

.text-conditions {
    color: rgb(128, 128, 128);
    font-size: 0.9em;
    padding: 15px;
    text-align: justify;
    background-color: rgb(245, 244, 237);
    margin-bottom: 20px;
}

.error-message {
    margin-top: 2px;
    padding: 5px;
    background-color: #eb4008;
    color: white;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.menu-language {
    float: right;
    padding-top: 8px;
}

.header-top {
    background: var(--background-complementary);
    color: var(--text-complementary);
}

.header-top a,
.header-top .btn-link {
    color: var(--link-complementary);
    border-left: 1px solid var(--text-light);
    text-decoration: none;
}

.header-top a:first-child {
    padding-left: 0px;
    border-left: 0px;
}

.header-top a:last-child {
    padding-right: 0px;
}

.main-menu {
    padding-top: 45px;
}

.topMenuDx {
    font-size: 0.9em;
    margin-top: 4px;
}

.menuTop {
    padding: 0px;
}

.menuTopSearch {
    padding: 8px 0px 0px 0px;
}

.dashboard {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 3px 2px 6px rgba(204, 204, 204, 0.33);
    -webkit-box-shadow: 3px 2px 6px rgba(204, 204, 204, 0.33);
    box-shadow: 4px 4px 0px rgba(195, 195, 195, 0.3);
    margin-bottom: 15px;
    background-color: #52545f;
    font-size: 1.1em;
    color: white;
}

.dashboard a,
.dashboard a:visited {
    display: block;
    padding: 20px 15px;
    color: white;
}

.dashboard a:hover {
    background-color: #DADADA;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #1e1e1e;
}

.breadcrumb {
    font-size: 0.8em;
    margin: 8px 0px 10px;
    padding: 0px 0px;
    background-color: #FFF;
}

.breadcrumb a {
    color: var(text-light);
}

.prev-next {
    border-top: gray dotted thin;
    margin-top: 20px;
}


/* blocks template
=================================================================== */

.block_notitle strong {
    display: none;
}


/* .box-col-news .boxDx
=================================================================== */

.box-col-news:first-child {
    margin-top: 10px;
}

.box-col-news {
    /*background-color: rgba(255, 255, 255, .7);*/
    padding: 10px 5px;
    margin-bottom: 1px;
    font-size: 0.9em;
    border-bottom: 1px solid var(--background-complementary);
}

.box-col-news strong a,
.box-col-news strong a:visited {
    /*text-shadow: 0 1px 0 rgba(255,255,255,.25);*/
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}

.box-col-news a,
.box-col-news a:visited {
    color: #505050;
}

.box-col-news a:hover {
    text-decoration: none;
}

.boxDx {
    font-size: 1em;
    margin-top: 46px;
}

.boxDx a {
    color: #777;
}

.bodDx h2 {
    font-size: 1.3em;
}

.boxDx a.btn {
    color: #F5F5F5;
}


/* Slide
=================================================================== */

.slideTop {
    margin-bottom: 8px;
    -moz-box-shadow: 0 0px 8px rgba(153, 153, 153, .81);
    /* drop shadow */
    -webkit-box-shadow: 0 0px 8px rgba(153, 153, 153, .81);
    /* drop shadow */
    box-shadow: 0 0px 8px rgba(153, 153, 153, .81);
    /* drop shadow */
}

.comunicator .panel-default>.panel-heading {
    border-width: 0px;
}

.comunicator .panel-body {
    padding: 0px;
}

.comunicator .border-td {
    border-right: 1px solid #DDD;
    color: gray;
}

.comunicator .form {
    padding: 10px;
    margin-top: -20px;
    border-top: 1px solid #DDD;
}


/* News
=================================================================== */

.news p a {
    color: #333;
    text-decoration: none;
}

.news p a:hover {
    color: #777;
    text-decoration: none;
}


/* Thumbnail
=================================================================== */

.rows {
    margin-right: -15px;
    margin-left: -15px;
}

.menu-category {
    display: inline-block;
    margin: 0.25rem;
    padding: 1rem;
    width: 100%;
}

.thumbnail {
    border-radius: 0px;
    padding: 0px;
    border: none;
    transition: all 300ms ease-in;
    /*     min-height: 380px;*/
    overflow: hidden;
}

.thumbnailImg {
    height: 160px;
    overflow: hidden;
}


/* .thumbnail img {
	width: 100%;
} */

.thumbnail a {
    text-decoration: none;
}

.thumbnail:hover {
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 3-8 */
    transform: scale(1.05);
    z-index: 999999;
    transition: all 300ms ease-out;
}

.thumbnail .caption {
    padding: 5px;
}

.thumbnail .caption p {
    margin-top: 5px;
}

.thumbnail h2 {
    font-size: 20px;
    padding: 0px;
    font-weight: 500;
    margin-bottom: 0px;
}


/* Item news
=================================================================== */

.item-tree {
    list-style: none;
    margin: 0 auto;
    margin-left: -20px;
}

.item-tree li {
    list-style: none;
    margin-left: -20px;
    padding-bottom: 5px;
    font-size: 0.9em;
}

.item-tree li a {
    text-decoration: none;
}

.item-tree li a:hover {
    text-decoration: underline;
}


/****** textarea counter *****/

.originalTextareaInfo {
    color: #000000;
    text-align: right
}

.warningTextareaInfo {
    color: #FF0000;
    text-align: right
}

#showData {
    height: 10px;
    width: 200px;
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin: 10px;
}

.checkbox label,
.radio label {
    margin-right: 20px;
}

legend {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1em;
}

.img-extended {
    width: 98%;
}

.banner-footer {
    margin-bottom: 30px;
}

.lightbox {
    width: 100%;
    z-index: 99995 !important;
}

.lightbox .lb-image {
    border-radius: 2px !important;
    border: none !important;
}

.lightboxOverlay {
    z-index: 99991 !important;
}

.lightbox-zoom:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    z-index: 999999;
    transition: all 300ms ease-out;
    transition: all 300ms ease-in;
}

.lightbox-zoom {
    transition: all 300ms ease-in;
}


/* Footer
=================================================================== */

.footer {
    background-color: #DADADA;
    color: #757575;
    padding: 0px 35px;
}

.footer a {
    color: #757575;
}

.footerMenu {
    padding: 10px 0px;
    font-size: 0.9em
}

.footerMenu a {
    color: #757575;
    padding-right: 20px;
}

.footerColumns {
    /*padding-top: 10px;*/
    padding-bottom: 10px;
    background: #C8C8C8;
    color: #4A4A4A;
}

.footerColumns a {
    color: #262626;
    text-decoration: underline;
}

.footerColumns a:hover {
    color: #333333;
}

.footerColumns h2 {
    border-bottom: 1px solid #4A4A4A;
    padding-bottom: 10px;
    color: #262626;
    font-weight: 300;
    font-size: 20px;
    /*    width: 90%;*/
}

.footerColumns h3 {
    border-bottom: 1px #ccc solid;
    font-size: 1.4em;
    font-weight: normal;
    font-weight: 300;
}

.footerColumns .glyphicon,
.footerColumns .fa {
    border: 1px solid #969696;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    margin: 0px 5px 5px 0px;
    text-align: center;
}

.footerColumns .glyphicon:hover,
.footerColumns .fa:hover {
    border: 1px solid #777;
    background-color: #777;
    color: #E3DACB;
}

.footerColumns ul {
    list-style-type: disclosure-closed;
    margin-left: 17px;
    padding: 0px;
}

.footerColumns li {
    line-height: 30px;
}

.footerCopy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.8em;
    background-color: #C3BEBE;
    color: #262626;
}

.footerCopy a {
    color: #262626;
}


/* bootstrap customization
=================================================================== */

.img-responsive {
    width: 100%;
    height: auto;
}

.hide {
    display: none;
}

.paddingBottom5 {
    padding-bottom: 5px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom15 {
    padding-bottom: 15px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom30 {
    padding-bottom: 30px;
}

.paddingTop5 {
    padding-top: 5px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingTop20 {
    padding-top: 20px;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop35 {
    margin-top: 35px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginBottom35 {
    margin-bottom: 36px;
}

.panel-heading h3 {
    margin: 0px;
}

.panel-default {
    border-color: #F5F5F5;
}

.panel-default>.panel-heading {
    border-color: #F5F5F5;
}

.panel-footer {
    border-top: none;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 0px;
}

a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    background-color: rgba(240, 240, 240, 1);
    border-color: rgba(209, 209, 209, 1);
}

.list-group-item {
    padding: 6px 10px;
}

a.list-group-item {
    color: #888;
    font-size: 13px;
}

.panel-primary {
    border-color: #5893A7;
}

.panel-primary>.panel-heading {
    background-color: #5893A7;
    border-color: #5893A7;
}

.pagination>li>a,
.pagination>li>span {
    color: #00B4CD;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #00B4CD;
    border-color: #00B4CD;
}

.box-content-neutral {
    padding: 40px 0px;
    text-align: justify;
}

.box-content-gray {
    background-color: #4d4d4d;
    color: #ddd;
    padding: 40px 0px;
    text-align: justify;
}

.box-content-gray h1,
.box-content-gray h2,
.box-content-gray h3 {
    color: #ddd;
}

.box-content-soft-gray {
    background-color: #888;
    color: #fff;
    padding: 40px 0px;
    text-align: justify;
}

.box-content-soft-gray h1,
.box-content-soft-gray h2,
.box-content-soft-gray h3 {
    color: #fff;
}

.box-content-white {
    background-color: #ffffff;
    color: #333;
    padding: 40px 0px;
    text-align: justify;
}

.box-content-white h1,
.box-content-white h2,
.box-content-white h3 {
    color: #333;
}

.box-content-green {
    background-color: #00a161;
    color: #fff;
    padding: 40px 0px;
    text-align: justify;
}

.box-content-green h1,
.box-content-green h2,
.box-content-green h3 {
    color: #fff;
}

.box-content-soft-green {
    background-color: #49624d;
    color: #fff;
    padding: 40px 0px;
    text-align: justify;
}

.box-content-soft-green h1,
.box-content-soft-green h2,
.box-content-soft-green h3 {
    color: #fff;
}

.box-content-red {
    background-color: #95011d;
    color: #fff;
    padding: 40px 0px;
    text-align: justify;
}

.box-content-red h1,
.box-content-red h2,
.box-content-red h3 {
    color: #fff;
}

.box-content-soft-red {
    background-color: #994b5a;
    color: #fff;
    padding: 40px 0px;
    text-align: justify;
}

.box-content-soft-red h1,
.box-content-soft-red h2,
.box-content-soft-red h3 {
    color: #fff;
}

.box-content-blue {
    background-color: #1d617b;
    color: #fff;
    padding: 40px 0px;
    text-align: justify;
}

.box-content-blue h1,
.box-content-blue h2,
.box-content-blue h3 {
    color: #fff;
}

.box-content-soft-blue {
    background-color: #5ab3d5;
    color: #fff;
    padding: 40px 0px;
    text-align: justify;
}

.box-content-soft-blue h1,
.box-content-soft-blue h2,
.box-content-soft-blue h3 {
    color: #fff;
}


/* Scroller To Top
=================================================================== */

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

#btn-back-to-top:hover {
    text-decoration: none;
}


/* Search result
=================================================================== */

hgroup h2.lead {
    margin: 0;
    padding-bottom: 10px;
}

.search-result .thumbnail {
    border-radius: 0 !important;
}

.search-result h3 {
    font: 500 normal 1.375em;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.search-result p {
    font: normal normal 1.125em
}


/* Cookie bar
=================================================================== */

.cookieBar {
    background-color: #565656;
    color: #e9e9e9;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    line-height: 30px;
    padding: 15px 30px;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px -1px 22px 0px rgba(138, 138, 138, 1);
    -moz-box-shadow: 0px -1px 22px 0px rgba(138, 138, 138, 1);
    box-shadow: 0px -1px 22px 0px rgba(138, 138, 138, 1);
}

.footer-mobile {
    display: none;
}


/****** responsive design *****/


/* Portrait tablets and medium desktops */

@media (max-width: 1024px) {
    .menuTop {
        margin-right: 0px;
        /*        width: 100%;*/
    }
    .topMenuDx {
        font-size: 0.9em;
        margin-top: 0px;
    }
    .topImage {
        margin: 5px 0px 15px 0px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 25px;
    }
    .logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .menu-language {
        float: none;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .main-menu {
        padding-top: 0px;
    }
    .menuTop {
        margin-top: 5px;
        margin-bottom: 5px;
        border-bottom: none;
    }
    /* nav .row {
		margin-left: 0px;
		margin-right: 0px;
	} */
    .top-menu {
        text-align: center;
    }
}


/* Landscape phones and smaller */

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }
}


/* Landscape phones and smaller */

@media (max-width: 480px) {
    .logo {
        height: 40px;
    }
    .footer-mobile {
        bottom: 0px;
        width: 100%;
        height: 70px;
        background-color: rgba(18, 18, 18, 0.95);
        position: fixed;
        display: block;
        padding: 5px;
        text-align: center;
    }
    .scrollToTop {
        visibility: hidden;
    }
    .gallery .caption {
        margin-bottom: 10px;
    }
}

.mb-n1 {
    margin-bottom: -0.30rem !important;
}

.mb-n2 {
    margin-bottom: -0.50rem !important;
}