﻿@import url(header.css?v=2506171900);



body {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background: #eae6df;
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-weight: 700;
    font-family: 'Lora', Georgia, Times, serif;
}

h1, .h1 {
    font-size: 4em;
    color: #9b7b21;
}

h2 {
    color: #2f2921;
    font-size: 2.3rem;
}

h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2f2921;
}

a {
    color: #b71234;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: #3fc1f1;
}


/***********************************
COLOR
************************************/
.color-white {color:#fff !important;}
.color-light-gray {color:#f8f8f8 !important;}
.color-pulse-red {color:#B71234 !important;}
.color-medical-blue {color:#3DB7E4 !important;}
.color-skin-beige {color:#F1CDAF !important;}
.color-heart-red {color:#5E172D !important;}
.color-bandage-white {color:#EAE6DF !important;}
.color-urgent-blue {color:#003145 !important;}

/***********************************
BACKGROUND COLOR
************************************/
.bg-color-white {background-color:#fff !important;}
.bg-color-light-gray {background-color:#f8f8f8 !important;}
.bg-color-pulse-red {background-color:#B71234 !important;}
.bg-color-medical-blue {background-color:#3DB7E4 !important;}
.bg-color-skin-beige {background-color:#F1CDAF !important;}
.bg-color-heart-red {background-color:#5E172D !important;}
.bg-color-bandage-white {background-color:#EAE6DF !important;}
.bg-color-urgent-blue {background-color:#003145 !important;}

/***********************************
BORDER-RADIUS
************************************/
.border-radius-5 {border-radius: 5px}
.border-radius-10 {border-radius: 10px}
.border-radius-15 {border-radius: 15px}
.border-radius-20 {border-radius: 20px}

/***********************************
BOOTSTRAP
************************************/
.btn-primary {
    background-color: #2f2921 !important;
    border-color: #2f2921 !important;
    color: #eae6df;
}
    .btn-primary:hover,
    .btn-primary:active {
        background-color: #604a2d !important;
        border-color: #604a2d !important;
    }

.btn-danger {
    background-color: #b71234 !important;
    border-color: #b71234 !important;
}

    .btn-danger:hover,
    .btn-danger:active {
        background-color: #8c0d27 !important;
        border-color: #8c0d27 !important;
    }

.btn-warning {
    background-color: #5a4e3d !important;
    border-color: #5a4e3d !important;
    color: #eae6df;
}

    .btn-warning:hover,
    .btn-warning:active {
        background-color: #c09929 !important;
        border-color: #c09929 !important;
    }


/****************************************
WRAPPER
****************************************/
.wrapper {
    background: linear-gradient(135deg, #eae6df 0%, #ece0c0 100%);
}

/****************************************
CONTAINER CONTENT
****************************************/
.container-content,
.container-content .content{
    min-height: calc(100vh - 476px);
}

    .wrapper.home .container-content,
    .wrapper.home .container-content .content {
        min-height: calc(100vh - 386px);
    }

.wrapper:not(.uvod) .container-content .content {
   /* background-image: url('images/pages/bcg-page.png?v=240620'), linear-gradient(to bottom, #f9f9f9, #fff);
    background-position: center right, center center;
    background-repeat: no-repeat;*/
}

@media only screen and (max-width: 768px) {
    .container-content .content {
        min-height: calc(100vh - 175px);
    }
}





/****************************************
PARAGRAPH
****************************************/
.paragraph {
    scroll-margin-top: 80px;
}


/****************************************
BANNER
****************************************/
.paragraph.paragraph-slider img {
    width: 100%;
}


/*************************************
HOME
**************************************/



/****************************************
PARTNERS
****************************************/
.paragraph.paragraph-registration {
    background-color: #ededed;
}


/****************************************
PARTNERS
****************************************/
.paragraph.paragraph-partners h2 {
    color: #f5f5f5;
}

.paragraph.paragraph-partners img {
    height: 40px;

}

/****************************************
SPEAKERS
****************************************/
.speaker h2 {
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.speaker h2 > span {
    font-size: 1rem;
    padding-top: .5rem;
    display: block;
    color: #767676;
}

/****************************************
SECTION
****************************************/
/*.section {
    background-color: #ededed;
    border-radius: 20px;
    margin: 25px 0;
}*/
.section{
    background: rgba(255,255,255,0.75);
}

.section.section-rounded{
    border-radius: 10px;
    border-bottom-right-radius: 0;
}

.section.section-shadowed {
    box-shadow: 0.067em 0.067em 4.133em rgb(12 71 84 / 20%);
    border-radius: 10px;
}

.wrapper.registrace .section:first-child {
    background-color: #031440;
    color: #fff;
}



/****************************************
ACCORDION
****************************************/
.accordion {
    background-color: transparent;
}

.accordion-item {
    background-color: #efefef;
    border: none;
    margin-bottom: 15px;
    border-radius: 15px !important;
}

.accordion button {
    background-color: transparent;
    color: #b71234;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 5px 10px;
    /*border-bottom: solid 1px #D9E3EB;*/
}

    .accordion button:hover,
    .accordion button:focus {
        outline: none !important;
        box-shadow: none;
        color: #b71234;
    }

/**/
.accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #b71234;
    box-shadow: none;
}

.accordion .accordion-button:after {
    background-image: none;
    border-radius: 50%;
    display: inline-block;
    height: 40px !important;
    width: 40px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    color: #b71234;
    font-family: "Font Awesome 6 Free";
    content: "\f068";
}

.accordion .accordion-button.collapsed:after {
    color: #b71234;
    background-color: transparent;
    content: "\2b";
}

.accordion .accordion-button h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

.accordion .accordion-body {
    padding-top: 0;
}



/****************************************
FORM
****************************************/
.input-group{
    padding: 6px 0;
}

.form-control {
    padding: 15px;
    /*border-radius: 25px !important;
    border-width: 2px;*/
}

.input-group-text{
    /*display:none;*/
}

.aspNetDisabled label{
    color: #cbcbcb;
}

label {
    padding-left: 10px;
}


/****************************************
CHECKBOX
****************************************/
input[type="checkbox"] {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
}

input[type="checkbox"] + label{
    position: relative;
    font-size: 1rem;
    padding-left: 2rem;
    line-height: 1.8rem;
    margin-bottom: 0.1rem;
    display: inline-block;
    vertical-align: top;
}

input[type="checkbox"] + label:before{
    font-family: "Font Awesome 6 Free";
    content: ' ';
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.7px;
    display: block;
    text-align: center;
    border: 1px solid #adadad;
    background-color:#fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type="checkbox"]:checked + label:before {
    content: '\f00c';
    color: #fff;
    background-color: #ca083a;
}



/****************************************
RADIO
****************************************/
    input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        background-color: #ca083a;
        border-color: #ca083a;
    }

input[type=radio] {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.radiobuttonlist label{
    padding-left: 12px;
}

/****************************************
VALIDATION MESSAGE
****************************************/
.validationmessage {
    color: #ff0000;
    font-weight: 600;
}


/****************************************
BTN
****************************************/
.btn {
    border-radius:25px;
}

.btn.btn-danger{
    background-color: #b71234;
}

.btn.btn-primary{
    background-color: #3fc1f2;
    border-color: #3fc1f2
}


/*********************************
FOOTER
*********************************/
.footer {
    font-size: 0.9rem;
    color: #eae6df;
    background-color: #2f2921;
}

.footer a{
    color: #dfdfdf;
}

.footer .logos img{
    height: 40px;
}

/*************************************
FOOTER BRANDS
**************************************/
.footer .brands a{
 width: 45px;
 height: 45px;
 display: inline-block;
 border-radius: 50%;
 border: solid 1px #fff;
 color: #fff;
}
.footer .brands a:hover{
 color: #aebcd4;
 border-color: #aebcd4;
}
.footer .fa-brands{
 line-height: 45px;
 font-size: 1.2rem;
 text-align: center;
 margin: 0;
 padding-left: 5px;
 display: inline-block;
 width: 100%;
 height: 100%;
}


@media only screen and (max-width: 768px) {
    .footer {
        font-size: 0.8rem;
    }
    .footer .logos img {
        height: 20px;
    }
}