.panel-pakiet-choice:hover {
    background-color: #e3e2ec;
    border:3px solid rgba(0, 0, 0, 0.07);
}

.variant-tab.active .panel {
    background-color: rgba(11, 86, 249, 0.17);
}

.pricing-red .plan:hover:not(.featured) {
    cursor: pointer;
    box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.7) !important;
}

.pricing-table .plan li.plan-price h3 {
    padding: 5px 0;
}


.pricing-red .plan.featured .plan-name {
    background: #8bbf18;
}

.pricing-red .plan li.plan-price {
    background: #036;
}

div.dataTables_wrapper div.dataTables_processing {
    background: #036;
}

.pricing-red .plan li.plan-name {
    background: #00b7e5;
}

/*total-price*/

#total-price {
    /*margin-left:200px;*/
}

#payment-sum {
    background-color: #036;
    color:white;
}

#advisor-menu {
    background-color: #8bbf18;
}

.pricing-table .plan li.plan-price h3 {
    font-size: 1.5em;
}

.pricing-table .plan li.plan-price h3 .price-cents {
    margin-left: -5px;
}

#appbundle_generalicerts_birthDate {
    font-size: 20px !important;
    text-align: center;
}

#total-shop{
    color: #1c3c5d;
    right:0px;
    /*margin-bottom: 0;*/
    /*margin-top: 0;*/
    /*font-weight: 600;*/
    font-size:20px;
    line-height: 30px;
    /*background-color: #eee;*/
    position: fixed;
    width:100%;
    z-index:100;
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.product-tab h4{
    margin-top:10px !important;
    margin-bottom:2px !important;
    color: #1c3c5d;
    font-weight: 600;
}

.product-tab .product-description {
    font-style: italic;
    font-size: 12px;
}

/*label[for=appbundle_generalicerts_aggr1], label[for=appbundle_generalicerts_aggr2], label[for=appbundle_generalicerts_aggr3] {*/
    /*float: right;*/
    /*width: 90%;*/
/*}*/

/*#appbundle_generalicerts_aggr1, #appbundle_generalicerts_aggr2, #appbundle_generalicerts_aggr3 {*/
    /*width: 30px;*/
    /*float: left;*/
/*}*/

.form-group select {
    height:43px;
}

.form-group select, .form-group input{
    font-size:14px !important;
}

.label-with-checkbox .show-button, .label-with-checkbox .hide-button {
    color: #2B3D53;
}

.aggreement-cbox{
    width:20px;
    height:20px;
}
.label-with-checkbox label{
    width:90%;
    float:right;
    height:100%;
    overflow: hidden;
}

.label-with-checkbox, .label-with-checkbox .show-button, .label-with-checkbox .hide-button{
    clear:both;
}

.label-with-select select{
    width: 70px;
}

.aggr-details {
    width: 90%;
    margin-left: 10%;
    text-align: justify;
    text-justify: inter-word;
}

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

#form_generali_certs_persons ul {
    list-style-type: none;
    padding: 0px;
}

.panel-white {
    padding:20px;
}

.form-group select {
    height: 35px;
}

.adres-fieldset {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.btn-group.waiting {

}

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.brightness {
    display: inline-block;

}
.brightness:hover {
    opacity: 1;
}

.brightness {
    opacity: .9;
}
/*
.brightness:hover .brightness_img {
    transition: background-size 1s, background-position 1s ease;
    background-size:  120% auto !important;
    background-position:-90px;
}
*/
.brightness:hover h3{
    transition: font-size 1s;
    font-size:30px;
}

.brightness_img {
    height:100%;
    background-size:  100% auto;
    background-position:center center;
    background-size: cover;
}

.brightness_img_content {
    height:80%;
}

.brightness_img_footer {
    height:20%;
    background: rgba(255, 255, 255, 0.7);
}

.brightness {
    height:240px;
    padding:5px;
    overflow: hidden;
}

.brightness-main-img {
    height:480px;
    transition: all .2s ease-in-out;
}

.brightness-main-img .brightness_img {
    transition: all .2s ease-in-out;
}

.brightness-main-img .brightness_img:hover {
    transform: scale(1.10);
}

.brightness_img_footer_name {
    text-align:center;
    color:#036;
    line-height:40px;
    font-weight: bold;
}

.top-section {
    background-color:#036;
    height:100%;
}

.top-section-left {
    background-image: url('/img/logo_400x400px.jpg');
    background-size:  70px auto;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5 {
    font-weight: 300;
    margin-top: 0;
    color: #036;
}

.footer-disclaimer {
    padding:15px;
    text-align:justify;
}

#floating-menu {
    position: fixed;
    right: 0;
    top: 25%;
    width: 17em;
    z-index: 5;
    background: #fff;
    color: #8e8e93;
    font-weight: bold;
    text-align: right;
    border-right: none;
    padding: 0em 0em 0em 0em;
    /*border-radius: 1em 0.5em 0.5em 1em;*/
    list-style: none;
    box-shadow: 0 3px 25px -4px rgba(0, 0, 0, 0.9) !important;
}

#floating-menu a {
    color: #036;
}

.btn-info {
    background-color: #036;
    border-color: #036;
    border-radius: 1px;
}

@media only screen and (max-width: 640px) {
    h1 { font-size: 28px !important; }
    h2 { font-size: 24px !important; }
    h3 { font-size: 22px !important; }
    h4 { font-size: 18px !important; }
    .box-login { margin-top: 85px; }
    .pricing-table  { margin-top: 85px; }
    .label-with-checkbox label { width: 80%; }
}

@media only screen and (max-width: 500px) {
    h1 { font-size: 24px !important; }
    h2 { font-size: 20px !important; }
    h3 { font-size: 18px !important; }
    h4 { font-size: 16px !important; }
}

#loader {
    position:fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 16px solid #036;
    border-radius: 50%;
    border-top: 16px solid #8bbf18;
    width: 220px;
    height: 220px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}

#loader-page {
    display:none;
    position:fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(230, 230, 230, 0.7);
    color:#036;
    font-weight: 600;
}

#loader-text {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -25px 0 0 -25px;
    display: table;
}


#loader-page.display-block {
    display:block
}

#loader-page.display-none {
    display:none;
}

#loader-text-inner {
    display: table-cell;
    vertical-align: middle;
    font-size:16px;
}

.label-with-checkbox {
    text-align: justify;
}

#recommendation-footer {
    position:fixed;
    left:20px;
    bottom:0px;
    height:30px;
    width:240px;
    background-color: #036;
    color:white;
    z-index:100000;
}

#recommendation-footer:hover {
    position:fixed;
    bottom:0px;
    height:120px;
    width:240px;
}

#link-footer {
    position:fixed;
    right:100px;
    bottom:0px;
    height:30px;
    width:540px;
    background-color: #036;
    color:white;
    z-index:100000;
}

.fm-item.choosen {
    padding: 10px 15px;
    color: #8e8e93;
    border-bottom: 1px solid #e2e2e4;
    font-weight: normal;
}

.fm-item.choosen strong {
    color: #C82E29;
}

#floating-menu.empty {
    background-color: #fc3
}

#floating-menu.empty .title {
    display:block;
    line-height:30px;
    text-align: center;
}

#floating-menu .title {
    display:none;
}

#fl-price {
    background-color: #036;
    color:white;
    padding: 10px 15px;
}

.alert-success {
    color: #036;
    background-color: rgba(139,191,24, 0.15);
    border-color: rgba(139,191,24, 1);
}

.alert-danger {
    color: #c06;
    background-color: rgba(204,0,102, 0.15);
    border-color: rgba(204,0,102, 1);
}

.alert-info {
    color: #036;
    background-color: rgba(0,183,229, 0.15);
    border-color: rgba(0,183,229, 1);
}


.alert-danger label, .alert-success label, .alert-info label {
    color: #036;
}

.alert, fieldset {
    border-radius: 1px;
}

.margin10 {
    margin:10px;
}

.btn-center {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.mt-5 {
    margin-top:5px;
}

form #lead_topics, form #lead_recommendation_topics, form #lead_recommendation_recommendationUser {
    display: block;
}

#contact-lead input[type=text], #contact-lead select{
    height: 46px;
    font-family: 'averta_stdregular', sans-serif;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 2px;
    border-radius: 0;
    background: #f5f5f5;
    padding: 5px 10px;
    color: #000;
    font-weight: 400;
    background: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contact-lead fieldset{
    padding: 40px;
}





/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #3B3646;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: #EE4B5A;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #EE4B5A;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #EE4B5A;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #EE4B5A;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #EE4B5A;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #EE4B5A;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #EE4B5A;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

#gdpr-cookie-advanced {
    display:none;
}



#main-page #main-page-content {
    margin-top: 75px;
}


.header-small{
    display: none;
}

@media only screen and (max-width: 990px) {
    /*#main-page #main-page-content {*/
        /*margin-top: 150px;*/
    /*}*/

    .header-big {
        display: none;
    }

    .header-small {
        display:block;
    }
}

@media only screen and (max-width: 390px) {
    .button-center {
        float: none!important;
    }
}

 .videoIframeDiv {
     position: relative;
     padding-bottom: 56.25%; /* 16:9 */
     height: 0;
     margin-bottom: 10px;
 }
.videoIframeDiv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.disabled {
    opacity:0.2;
}