.logoImg {
    width: 150px;
}

.centeredH {
    display: flex;
    align-items: center;
    height: calc(100vh - 250px);
}

.formLogin {
    border: 5px solid var(--main);
    border-radius: 90px;
    padding: 50px 80px;
    -webkit-box-shadow:
        inset 0px 0px 26px 0px rgba(66, 68, 90, 0.3),
        0px 0px 26px 0px rgba(66, 68, 90, 0.3);
    -moz-box-shadow:
        inset 0px 0px 26px 0px rgba(66, 68, 90, 0.3),
        0px 0px 26px 0px rgba(66, 68, 90, 0.3);
    box-shadow:
        inset 0px 0px 26px 0px rgba(66, 68, 90, 0.3),
        0px 0px 26px 0px rgba(66, 68, 90, 0.3);
}

.ov-title {
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: var(--brown);
    margin: 0 auto 30px;
}

.ov-button {
    background-color: var(--main);
    color: #ffffff;
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    text-align: center;
    padding: 5px 40px;
    width: 200px;
    border: 0;
    border-radius: 20px;
    margin: 30px auto 0;
    cursor: pointer;
}

.ov-button:hover {
    background-color: var(--main);
    color: #ffffff;
    transition: 0.25s;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.7);
    -moz-box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.7);
    box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.7);
}

.ov-input {
    width: 100%;
    background-color: #ffffff;
    padding: 5px 20px;
    margin: 10px auto;
    border: 1px solid var(--main);
    outline: 0;
    border-radius: 20px;
    color: var(--brown);
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.3);
    -moz-box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.3);
    box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.3);
}

.ov-input::placeholder {
    color: var(--brown);
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 16px;
}

.errors {
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    color: rgb(255, 0, 0);
}

input.errors {
    outline: 0;
    border-color: rgb(255, 0, 0);
    -webkit-box-shadow: 0px 0px 26px 0px rgba(255, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 26px 0px rgba(255, 0, 0, 0.4);
    box-shadow: 0px 0px 26px 0px rgba(255, 0, 0, 0.4);
}


@media only screen and (max-width: 992px) {

    .formLogin {
        padding: 30px;
    }

}

@media only screen and (max-width: 600px) {

    .loginSection {
        padding: 50px 5px;
    }

}


/*

.ov-label {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    margin: 10px 0 5px;
}







 */
.logoImg {
    width: 150px;
}

.centeredH {
    display: flex;
    align-items: center;
    height: calc(100vh - 250px);
}

.formLogin {
    border: 5px solid var(--main);
    border-radius: 90px;
    padding: 50px 80px;
    -webkit-box-shadow:
        inset 0px 0px 26px 0px rgba(66, 68, 90, 0.3),
        0px 0px 26px 0px rgba(66, 68, 90, 0.3);
    -moz-box-shadow:
        inset 0px 0px 26px 0px rgba(66, 68, 90, 0.3),
        0px 0px 26px 0px rgba(66, 68, 90, 0.3);
    box-shadow:
        inset 0px 0px 26px 0px rgba(66, 68, 90, 0.3),
        0px 0px 26px 0px rgba(66, 68, 90, 0.3);
}

.ov-title {
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: var(--brown);
    margin: 0 auto 30px;
}

.ov-button {
    background-color: var(--main);
    color: #ffffff;
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    text-align: center;
    padding: 5px 40px;
    width: 200px;
    border: 0;
    border-radius: 20px;
    margin: 30px auto 0;
    cursor: pointer;
}

.ov-button:hover {
    background-color: var(--main);
    color: #ffffff;
    transition: 0.25s;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.7);
    -moz-box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.7);
    box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.7);
}

.ov-input {
    width: 100%;
    background-color: #ffffff;
    padding: 5px 20px;
    margin: 10px auto;
    border: 1px solid var(--main);
    outline: 0;
    border-radius: 20px;
    color: var(--brown);
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.3);
    -moz-box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.3);
    box-shadow: 0px 0px 26px 0px rgba(66, 68, 90, 0.3);
}

.ov-input::placeholder {
    color: var(--brown);
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    font-size: 16px;
}

.errors {
    font-family: "MachoModular_Bold", sans-serif;
    font-style: normal;
    color: rgb(255, 0, 0);
}

input.errors {
    outline: 0;
    border-color: rgb(255, 0, 0);
    -webkit-box-shadow: 0px 0px 26px 0px rgba(255, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 26px 0px rgba(255, 0, 0, 0.4);
    box-shadow: 0px 0px 26px 0px rgba(255, 0, 0, 0.4);
}


@media only screen and (max-width: 992px) {

    .formLogin {
        padding: 30px;
    }

}

@media only screen and (max-width: 600px) {

    .loginSection {
        padding: 50px 5px;
    }

}


/*

.ov-label {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    margin: 10px 0 5px;
}







 */
.sekcja_special_3
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
.sekcja_special_10
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
.sekcja_special_2
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
.sekcja_special_11
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
.sekcja_special_17
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
.sekcja_special_4
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
.sekcja_special_18
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
.sekcja_special_5
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
.sekcja_galeria_lightbox_21
{
 background: #FFFFFF;
 margin-top: 0px;
 padding-bottom: 10px;
 padding-top: 10px;
}

.sekcja_galeria_lightbox_21 .photos {
    /* Prevent vertical gaps */
    line-height: 0;

    -webkit-column-count: 6;
    -webkit-column-gap:   5px;
    -moz-column-count:    6;
    -moz-column-gap:      5px;
    column-count:         6;
    column-gap:           5px;
 }

 .sekcja_galeria_lightbox_21 .photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
    margin-bottom:5px;
  }

 .sekcja_galeria_lightbox_21 button.active
 {
     background: #007AAE;
     color:#FFFFFF !important;
 }

 .sekcja_galeria_lightbox_21 button:hover
 {
     background: #007AAE;
 }


.sekcja_special_6
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
.sekcja_special_12
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
.test{
    color: inherit;
}
.sekcja_special_13
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
.sekcja_special_8
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
.sekcja_special_14
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}


.sekcja_streamonline {
    background: var(--main);
    padding: 0;
    background-color: var(--main);
    padding-top: 90px;

}

.ChatWindow{
    border: 1px solid white !important;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.9) !important;
}

.roundedOuter .panel-body {
    height: 360px;
    overflow-y: scroll;
    padding: 0 !important;
    background-color: #fff;
    padding-top: 20px !important;

}

.ChatFeed {
    width: 100%;
    overflow-y: scroll;
}

.btnLang,
.btnLang:focus,
.btnLang:active {
    background: #0460a9;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.btnLang:hover {
    background: #FFFFFF;
    color: #0460a9;
}

.StreamWindow {
    border-color: transparent !important;
}

.StreamWindow .panel-heading {
    background-color: white;
    color: #FFFFFF;
}

.StreamWindow .input-group-addon {
    background-color: #0460a9;
}

.StreamWindow .input-group-text {
    background-color: #0460a9;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16pt;
}


.ChatWindow .panel-heading {
    background-color: #fff !important;
    color: #FFFFFF !important;
    padding: 0 !important;
    font-size: 16px !important;
}


.ChatWindow .input-group-addon {
    background-color: #0460a9;
}

.ChatWindow .input-group-text {
    background-color: #0460a9;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16pt;
}

.ChatWindow .messageHeader {
    font-size: 9pt;
    font-weight: bold;
    color: #0460a9;
    margin-top: 5px;
}

.ChatWindow .messageHeaderMe {
    font-size: 9pt;
    font-weight: bold;
    color: #0460a9;
}

.ChatWindow .messageTime {
    font-size: 9pt;
    font-weight: normal;
    color: #0460a9;
}

.ChatWindow .messageBody {
    font-size: 10pt;
    color: #000000;
}


.banMsg {
    color: #FF0000;
    cursor: pointer;
}


.container_iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.errors {
    color: #FF0000;
}

.parent-div {
    position: relative;
}

.popup-div {
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 10;
    display: none;
    background: #0460a9;
    border: 1pt solid #0460a9;
    padding: 5px;
}

.emots {
    width: 24px;
    margin: 3px 3px 3px 3px;
}

.emotMsg {
    width: 20px;
    margin: 3px 3px 3px 3px;
}

.closeSpan {
    font-size: 10pt;
    margin-top: 10px;
}


.container_iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.container_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

h2.streamTitle {
    font-family: "MachoModular_Bold", sans-serif;    color: black !important;
    font-size: 36px !important;
    padding: 24px 0 0 !important;
}

h2.streamTitleNew {
    font-family: "MachoModular_Bold", sans-serif;    color: #ffffff !important;
    font-size: 36px !important;
    padding: 50px 0 0 100px !important;
}

h2.streamTitle.smallTitle {
    font-family: "MachoModular_Bold", sans-serif;    color: black;
    font-size: 20px !important;
    padding: 0 0 12px !important;
    margin: 0 !important;
}

.panel-body {
    border-radius: 0 !important;
    padding: 0 !important;

}

.ChatWindow .panel-body {
    padding: 15px !important;
}

.ChatWindow .messageHeader {
    font-size: 9pt;
    font-weight: bold;
    color: #0460a9;
    margin-top: 5px;
}

.ChatWindow .messageHeaderMe {
    font-size: 9pt;
    font-weight: bold;
    color: #0460a9;
}

.ChatWindow .messageHeaderAdmin {
    font-size: 9pt;
    font-weight: bold;
    color: #FF0000!important;
    margin-top: 5px;
}

.ChatWindow .messageTime {
    font-size: 9pt;
    font-weight: normal;
    color: #0460a9;
}

.ChatWindow .messageBody {
    font-size: 10pt;
    color: #000000;
    margin-bottom: 0;
}

#ChatFooter {
    background-color: #fff !important;
    width: 100%;
    padding: 0 40px 10px;
    border-radius: 0 0 35px 35px;


}

#message,
#message::placeholder,
#question,
#question::placeholder {
    background-color: #fff !important;
    font-weight: bold !important;
    color: #1C284D !important;
}

.input-group-addon,
.input-group-addon i {
    text-decoration: none !important;
    border: none !important;
    font-size: 32px !important;
    background-color: #fff !important;
    color: #E83962 !important;
}

.ChatWindow .input-group-text {
    background-color: #fff !important;
}

.buttonsFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.buttonsFlex a {
    display: block;
    width: 30%;
}

.buttonWSB {
    border-radius: 8px;
    padding: 8px !important;
    color: white !important;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E83962;
    cursor: pointer;
    margin: 4px 0 !important;
}

.buttonWSB:first-of-type {
    background-color: #E83962 !important;
}


.buttonSonda {
    border-radius: 8px;
    padding: 8px !important;
    padding-top: 15%;
    color: #1C284D !important;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center !important;
    width: 30%;
    display: block;
    justify-content: center;
    align-items: center;
    background-color: #ABE1FA;
    cursor: pointer;
    margin: 4px 0 !important;
}

.buttonSonda:first-of-type {
    background-color: #ABE1FA !important;
}

.btnSave {
    border-radius: 8px;
    padding: 8px !important;
    padding-top: 15%;
    color: #1C284D !important;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center !important;
    background-color: #ABE1FA;
    cursor: pointer;
    margin: 4px 0 !important;
}

.btnCancel {
    border-radius: 8px;
    padding: 8px !important;
    padding-top: 15%;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center !important;
    background-color: #E83962;
    cursor: pointer;
    margin: 4px 0 !important;
}

@media only screen and (max-width: 992px) {

    .buttonsFlex a,
    .buttonSonda {
        width: 33%;
    }
}

@media only screen and (max-width: 767px) {

    .buttonsFlex a,
    .buttonSonda {
        width: 99%;
    }
}

.wrapper-content {
    padding-bottom: 10px !important;
}

#EmotsDiv {
    padding: 6px;
    background-color: #ec6c1c;
    border-radius: 8px;
    border: none !important;
}



#zadajPytanie {
    border-top: 0;
    padding: 10px 15px;
    background-color: transparent !important;
}

#SendQuestion {
    cursor: pointer;
}

.pytania-container {
    padding: 100px 0;
}

h3.padding-left-new {
    font-size: 30px;
}

.padding-left-new {
    padding: 0 0 0 50px !important;
}

h3.centered-new {
    font-size: 30px;
    color: #ffffff !important;
}

.centered-new {
    text-align: center;
}

.blueDiv {
    text-align: center;
    padding: 100px 0;
}

.buttonGoToWarsztat {
    font-size: 14pt;
    font-weight: bold;
    color: #ffffff !important;
    background-color: #1F284A;
    padding: 10px 50px;
    margin: 30px auto;
    display: block;
    width: 40%;
}

/* pb */

.roundedOuter{
    border: 3px solid white;
    border-radius: 40px;
    padding: 25px 0 0;
    box-shadow: 0 0 20px rgb(53, 43, 35, 0.3) inset;
}

.roundedOuter h2.sectionTitle{
    color: white;
    text-align: center;
    font-family: "MachoModular_Bold", sans-serif;

}

.roundedOuter textarea{
border-radius: 0 0 33px 33px;
padding-bottom: 40px;
border: none !important;
resize: none;
font-family: "MachoModular_Medium", sans-serif;
color: var(--brown);
}

.sendButton{
    background-color: white;
    font-family: "MachoModular_Bold", sans-serif;
    padding: 10px 50px;
    font-size: 16px;
    display: inline-block;
    border-radius: 18px;
    line-height: 1;
    margin-top: 20px;
    color: var(--brown);
    box-shadow: 0 0 20px rgb(53, 43, 35, 0.3);
}

.chatOuter{
    margin-bottom: 60px;
}

.parent-div, #SendButton .input-group-text{
    background-color: white;
    border: none;

}

.parent-div i, #SendButton .input-group-text i{
    color: var(--brown) !important;
}

#message{
    border: none !important;
    font-family: "MachoModular_Bold", sans-serif;
    font-size: 16px;
    border-bottom: 2px solid var(--brown) !important;
    padding: 0 !important;
}

#ChatFeed{
    padding: 15px;
}

.messageHeader, .messageBody{
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.messageHeader{
    font-family: "MachoModular_Bold", sans-serif;
    font-weight: 400 !important;
    color: var(--orange);
    font-size: 15px !important;
}

.messageBody{
    font-family: "MachoModular_Medium", sans-serif;
    color: var(--brown);
    font-size: 15px !important;
    text-align: left;
}

#StartChatButton, #StatusMsg{
    font-family: "MachoModular_Medium", sans-serif;
}

#StartChatButton{
    margin-top: 60px;
    padding: 10px 40px;
    background-color: white;
line-height: 1;
font-size: 16px;
border-radius: 20px;
border: 2px solid black;
}

#ChatHeader{
    padding: 50px;
}
.test{
    color: inherit;
}
.sekcja_special_16
{
 background: ;
 padding-bottom: ;
 padding-top: ;
}
