/*#region parameter*/
:root {
    --main-color: #555;
    --main-date-color: #FF9900;
    --main-color-hover: #f7941d;
    --menu-color: #0FACF0;
    --second-color: #FF9900;
    --primary-color: #009EE0;
    --secondary-color: #0061AB;
    --tertiary-color: #8EBBD1;
    --quaternary-color: #000;
    /*var(--menu-color)*/
}
/*#endregion*/

/* Add here all your CSS customizations */
html .background-color-primary {background-color: #009EE0 !important;}
html .background-color-secondary {background-color: #57a6b0 !important;}
html .background-color-tertiary {background-color: #84c0d8 !important;}
html .background-color-quaternary {background-color: #bbbbbb !important;}
/*html {*/
    /* Apply the grayscale filter to the whole page */
    /*filter: grayscale(90%);*/
    /* For older browsers */
    /*-webkit-filter: grayscale(90%);
}*/

body {
    background-color: #FFF;
    color: var(--main-color);
    line-height: 24px;
    margin: 0;
    overflow-x: hidden;
    /*filter: grayscale(80%);*/
}

a:hover {
    color: var(--main-color);
    text-decoration: none;
}

.feature-box a:link,
.feature-box a:visited {
    color: var(--main-color);
}

.feature-box a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
/* Headings */
/*h1, h2, h3, h4, h5, h6 {letter-spacing: 0.05px;margin: 0;}*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Prompt-Regular";
}

    h1 .heading-primary strong, h2 .heading-primary strong, h3 .heading-primary strong,
    h4 .heading-primary strong, h5 .heading-primary strong, h6 .heading-primary strong,
    h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
        color: #000;
    }

    h2.thumb-info-heading a:link,
    h2.thumb-info-heading a:visited {
        color: #000;
    }

    h2.thumb-info-heading a:hover {
        color: var(--primary-color);
        text-decoration: none;
    }
/*
Default h1 size: 2em
Default h2 size: 1.5em
Default h3 size: 1.17em
Default h4 size: 1em
Default h5 size: .83em
Default h6 size: .67em
*/
h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
    text-transform: capitalize;
}

h4 {
    font-size: 1.33em;
}

h5 {
    font-size: 1.0em;
}

h6 {
    font-size: .67em;
}

/*h1 {font-size: 2.6em;line-height: 44px;margin: 0 0 32px 0;}
h2 {font-size: 2.2em;font-weight: 300;line-height: 42px;margin: 0 0 32px 0;}
h3 {font-size: 1.8em;font-weight: 400;letter-spacing: normal;line-height: 24px;margin-bottom: 33px;text-transform: uppercase;}
h4 {font-size: 1.4em;font-weight: 400;letter-spacing: normal;line-height: 27px;margin: 0 0 14px 0;}
h5 {font-size: 1.0em;font-weight: 600;letter-spacing: normal;line-height: 18px;margin: 0 0 14px 0;text-transform: uppercase;}
h6 {font-size: 1.0em;font-weight: 400;letter-spacing: normal;line-height: 18px;margin: 0 0 14px 0;}*/
.text-gradient {
    background: -webkit-linear-gradient(left, #009ee0 0%, #0061AB 60%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.4em;
    width: fit-content;
    block-size: fit-content;
    display: flow-root;
}

    .text-gradient.text-center {
        margin: 10px auto;
    }

    .text-gradient.text-right {
        margin: 10px auto;
        margin-right: 0;
    }

ul {
    list-style-type: square;
}

ol, ul {
    padding-left: 1.2em;
}

    ol li,
    ul li,
    p {
        font-size: 1.0em;
    }

        ol li strong,
        ul li strong,
        p strong {
            color: var(--primary-color);
        }

        ol li ul li,
        ul li ul li {
            font-size: 1.0em;
        }

        ol li::marker, ul li::marker,
        ol li strong, ul li strong {
            color: var(--primary-color);
            font-weight: bold;
        }

        ol li li::marker, ul li li::marker {
            color: var(--secondary-color);
        }

        ol li li li::marker, ul li li li::marker {
            color: var(--tertiary-color);
        }

    ul.image-gallery .image-gallery-item .thumb-info-wrapper {
        height: 250px;
    }

        ul.image-gallery .image-gallery-item .thumb-info-wrapper img {
            min-width: 100%;
            max-height: 250px;
        }

.radio label,
.checkbox label {
    padding-left: 20px;
}

    .radio label label,
    .checkbox label label {
        padding-left: 0px;
    }

.checkbox .consent {
    color: #000;
    font-size: 0.8em;
}

.radio input[type=checkbox],
.checkbox input[type=checkbox] {
    margin-top: 6px;
}
.faq h3 {
    font-size: 1.14em;
    color: #333;
}
.home-concept strong {
    font-size: 1.2em;
}

.input-group-addon {
    height: 30px;
    line-height: 30px;
}

    .input-group-addon .fa {
        padding: 0 4px;
    }

.popup .modal-content {
    background-image: url(/live/oe_/https://ksc.net/shared/images/bg-popup.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
    padding: 0 18px;
}

    .popup .modal-content > div {
        font-size: 0.90em;
        text-align: justify;
    }

.recent-posts .img-thumbnail .img-responsive {
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    aspect-ratio: 2.5/1;
    min-width: 100%;
    max-height: 180px;
}

.recent-posts h5 {
    font-weight: 400;
}

.recent-posts a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

.section.team-list .col-md-2 {
    width: 20%;
}

/*#region table*/
.table thead th {
    color: var(--secondary-color);
    background-color: rgba(236,243,250,1);
}
/*#endregion*/

/*#region thumb*/
.thumb-info {
    min-height: calc(10vh + 5px);
}

.thumb-info-caption-text {
    min-height: calc(5vh + 10px) !important;
}

.thumb-info-caption {
    text-align: justify;
    text-justify: auto;
}

    .thumb-info-caption h6 a {
        color: #009ee0;
    }

.thumb-info.thumb-km {
    min-height: calc(50vh + 15px);
}

.thumb-km .thumb-info-caption-text {
    min-height: calc(25vh + 20px) !important;
}

.thumb-info.thumb-news {
    max-height: calc(50vh + 10px);
}

    .thumb-info.thumb-news img {
        min-height: 180px;
        max-height: 180px;
    }

.thumb-news .thumb-info-caption-text {
    min-height: calc(10vh + 20px) !important;
}
/*#endregion*/

#validateCode {
    border: solid 0px #cccccc;
    color: var(--main-color)555;
    font-weight: bold;
    font-size: 11px;
    display: none;
}

/*#region btn*/
.btn-contact {
    border-radius: 24px;
    border: 0px solid var(--primary-color);
    background-color: rgba(0,158,224,0.05);
    padding: 20px;
}

    .btn-contact strong {
        font-size: 2.4em;
    }
/*#endregion*/

/*#region ibox*/
.ibox {
    clear: both;
    background-image: linear-gradient(rgba(200,200,200,0.2),rgba(142,187,209,0.2));
    border-radius: 16px;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    min-height: 250px;
}

.ibox-title {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px;
    color: inherit;
    margin-bottom: 0;
    padding: 10px;
    min-height: 48px;
    position: relative;
    clear: both;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 8px 8px 0 0;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    text-align: right;
}

.ibox-content {
    clear: both;
    color: inherit;
    padding: 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid;
    border-width: 0px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}
/*#endregion*/

/*#region WIDGETS*/
.widget {
    border: 0px solid var(--primary-color);
    border-radius: 16px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .widget.style1 h2 {
        color: var(--primary-color);
        font-size: 1.8em;
        margin: 0 0 0 auto;
    }

    .widget.style1.bg-line h2 {
        color: #fff;
        font-size: 1.8em;
        text-transform: uppercase;
        margin: 0 0 0 auto;
    }

.widget-text-box {
    padding: 20px;
    border: 1px solid #e7eaec;
    background: #ffffff;
}

.widget-head-color-box {
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
}

.widget .flot-chart {
    height: 100px;
}

.bg-default {
    background-color: rgba(244,244,244,1);
    color: var(--primary-color);
}

.bg-info {
    background-color: rgba(0,158,224,0.05);
    color: var(--primary-color);
}

.bg-line {
    background-color: rgba(57,205,0,0.8);
    color: #fff;
}
/*#endregion*/

/*#region Counters*/
.counters strong {
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
}

.counters label {
    display: block;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
}
/*#endregion*/

/*#region article*/
article.post h4 a {
    color: #009EE0;
    font-size: 0.8em;
    letter-spacing: normal;
    line-height: 14px;
    margin: 0 0 14px 0;
    text-decoration: none;
}

.alert.alert-post {
    background-color: #f2f2f2;
    border-color: #eaeaea;
    color: #737373;
    font-family: "Courier New";
}

    .alert.alert-post div {
        font-family: "Courier New";
    }

    .alert.alert-post .highlight {
        background: #ff9;
        display: inline-block;
    }


.post-content {
    text-align: justify;
    text-justify: auto;
}

    .post-content img {
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }
    .post-content h2 {
        background: -webkit-linear-gradient(left, #009ee0 0%, #0061AB 60%, #000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1.4em;
        width: fit-content;
        block-size: fit-content;
        display: flow-root;
        margin:0;
    }
    .post-content h3 {
        color: #009ee0;
        font-size: 1.2em;
        text-transform: capitalize;
        margin: 0;
    }
    .post-content .widget.style1.bg-info h2,
    .post-content .widget.style1.bg-line h2 {
        background: unset;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
    }

.thumb-info-wrapper img {
    min-width: 100%;
    max-height: 150px;
    object-fit: cover;
}

.thumb-info-social-icons {
    border-top: 1px dotted #DDD;
    margin: 0;
    padding: 10px;
    display: block;
}
/*#endregion*/

/*#region team*/
.team-list .thumb-info-wrapper img {
    min-width: 100%;
    max-height: 100%;
    object-fit: inherit;
}

.team-list .thumb-info {
    min-height: 285px;
}

.team-list .thumb-info-caption {
    text-align: left;
    text-justify: auto;
    background: #ff0;
}

.team-list .thumb-info-caption-text {
    min-height: calc(5vh + 10px) !important;
}
/*#endregion*/

/*#region social*/
.social-icons li.social-icons-line a {
    background: #9AFE2A; /*#9AFE2A*/
}

.social-icons li.social-icons-line img {
    margin-top: -2px;
    width: 30px;
}

.social-icons li:hover.social-icons-line a {
    content: none;
    background: #E6E6E6 url("/live/oe_/https://ksc.net/shared/images/icons/icon-line-off.webp") no-repeat;
    background-size: cover;
    border: solid 1px #B5B5B5;
}

.social-icons li:hover.social-icons-line img {
    visibility: hidden;
}

.social-icons li.social-icons-facebook a {
    background: #3b5a9a;
}

.social-icons li.social-icons-facebook i {
    color: #fff;
}

.social-icons li:hover.social-icons-facebook a {
    background: #fff;
    border: solid 1px #999;
}

.social-icons li:hover.social-icons-facebook i {
    color: var(--main-color);
}

.social-icons li.social-icons-youtube a {
    background: #c3191e;
}

.social-icons li.social-icons-youtube i {
    color: #fff;
}

.social-icons li:hover.social-icons-youtube a {
    background: #fff;
    border: solid 1px #999;
}

.social-icons li:hover.social-icons-youtube i {
    color: var(--main-color);
}
/*#endregion*/

/*#region about us*/
.team-list .col-md-3 {
    width: 25%;
}

    .team-list .col-md-3 .leader {
        width: 25%;
    }

.isotope-item.leader {
    left: 40%;
}

@media (max-width: 767px) {
    .team-list .col-md-3 {
        width: 100%;
    }

    .section.team-list .col-md-2 {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .isotope-item.leader {
        left: 0;
    }
}
/*#endregion*/

/*#region aftersale*/
.aftersale-content {
    padding: 0 10px;
    display: block;
}
/*#endregion*/

/*#region Home Slider - Revolution Slider */
.tp-caption.main-label {
    color: #fff;
    font-size: 62px;
    line-height: 62px;
    font-weight: 400;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.tp-caption.bottom-label {
    color: #FFF;
    font-size: 1.4em;
    line-height: 40px;
    font-weight: 300;
}
/*#endregion*/

/*#region Scroll to Top */ /* Scroll to Top */
html .scroll-to-top {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #404040;
    border-radius: 7px 0 0 7px;
    bottom: 84px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 0px;
    text-align: center;
    text-decoration: none;
    min-width: 49px;
    z-index: 1040;
}
/*#endregion*/

/*#region header*/
html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-bottom: 0;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

#header .header-top.header-top-style-3 {
    margin-top: -6px;
    margin-bottom: 20px;
    background-color: transparent;
    border-bottom-color: transparent;
    color: #fff;
}

    #header .header-top.header-top-style-3 p {
        color: var(--main-color);
    }

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: var(--main-color);
    font-size: 0.9em;
    padding: 6px 10px;
    display: inline-block;
}

    #header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
        background: none;
        color: #000;
    }

@media (min-width: 992px) {
    #header .header-nav.header-nav-dark-dropdown nav > ul li.active > a {
        color: #000;
        background-color: transparent;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
        color: #2aafea;
        background-color: var(--menu-color);
    }

        #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a:hover {
            color: #fff;
        }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown ul.dropdown-menu {
        border-top-color: var(--menu-color);
        background-color: #fff;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu li a {
        color: #2aafea;
        border-bottom-color: #eee;
    }

        #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu li a:hover,
        #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-menu li a:hover {
            color: #000;
            background-color: #eee;
        }


    html #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
        color: #000;
    }

    html:not(.sticky-header-active) #header .header-nav.header-nav-dark-dropdown nav > ul li.active > a,
    html:not(.sticky-header-active) #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
        color: var(--main-color);
    }

    html:not(.sticky-header-active) #header .header-nav.header-nav-dark-dropdown nav > ul li > a:hover {
        color: #fff;
    }
}


.page-header {
    background: #0061AB url("/live/oe_/https://ksc.net/shared/images/bg-header-light.webp") 50%;
    border-bottom: 0px solid #CCC;
    border-top: 0px solid #A1C3D4;
    margin: 154px 0 35px 0;
    padding: 0;
    position: relative;
    text-align: left;
}

    .page-header.hidden-lg .header-custom {
        background-position: center;
        background-size: cover;
        background-position: top;
        /*background-attachment: fixed;*/
        backdrop-filter: blur(3px);
        background-color: #000;
        resize: horizontal;
        min-height: 450px;
        position: relative;
    }

        .page-header.hidden-lg .header-custom h1 {
            font-size: 1.6em;
            margin-top: 300px;
            margin-bottom: 0;
        }

        .page-header.hidden-lg .header-custom p {
            font-size: 0.9em;
        }

    .page-header .header-custom {
        background: #fff;
        background-image: none;
        min-height: 550px;
        position: relative;
    }

        .page-header .header-custom h1 {
            border-bottom: none;
            font-size: 3.6em;
            margin: 80px 0 15px 200px;
        }

        .page-header .header-custom h2 {
            border-bottom: none;
            font-size: 2.2em;
            margin: 0 0 15px 200px;
        }

        .page-header .header-custom p {
            color: var(--main-color);
            font-size: 1.2em;
            margin-left: 200px;
        }

    .page-header .breadcrumb {
        background: none;
        margin: -3px 0 0;
        padding: 0;
    }

        .page-header .breadcrumb > li,
        .page-header .breadcrumb > li a {
            color: #fff;
            text-shadow: none;
            text-decoration: none;
        }

            .page-header .breadcrumb > li a:hover {
                color: var(--main-color);
            }

    .page-header h1 {
        border-bottom: 5px solid #ccc;
        color: #fff;
        display: inline-block;
        font-weight: 200;
        margin: 10px 0 -25px;
        min-height: 37px;
        font-size: 2.4em;
        line-height: 1.0em;
        padding: 0 0 17px;
        position: relative;
    }
        .page-header h1 span {
            color: #eee;
            font-size: 0.45em;
            font-weight: 100;
            letter-spacing: 0px;
            line-height: 26px;
            margin: 0;
            padding: 0;
        }

    .page-header strong.heading-km {
        border-bottom: 5px solid #009EE0;
        color: #fff;
        display: inline-block;
        font-size: 2.4em;
        font-weight: 500;
        margin: 10px 0 -8px 0;
        line-height: 40px;
        position: relative;
    }
        .page-header strong.heading-km span {
            color: #eee;
            display: block;
            font-size: 0.5em;
            letter-spacing: 0px;
            line-height: 26px;
            margin: 2px 0;
            padding: 0;
        }

section.page-header h1 {
    border-bottom: 5px solid #009EE0;
    padding: 0;
}
section.section.section-default p {
    color: #333;
}

html .heading-primary {
    color: #009ee0 !important;
}

@media (max-width: 767px) {
    section.page-header h1 {
        border-bottom: 0px solid #009EE0;
    }

    .page-header {
        background: #fff;
        border-bottom: 0px solid #CCC;
        border-top: 0px solid #A1C3D4;
        margin: 100px 0 35px 0;
        padding: 0;
        position: relative;
        text-align: left;
    }

        .page-header .header-custom {
            background: #fff;
            min-height: 350px;
            position: relative;
        }

            .page-header .header-custom h1 {
                border-bottom: none;
                font-size: 3.6em;
                margin: 80px 0 15px 15px;
            }
            .page-header .header-custom h2 {
                border-bottom: none;
                font-size: 1.4em;
                line-height: 1.4em;
                margin: 0 0 15px 15px;
            }

            .page-header .header-custom p {
                color: var(--main-color);
                font-size: 1.1em;
                margin: 0 0 15px 15px;
                padding: 0 15px 0 0;
            }
}
/*#endregion*/

/*#region content*/
.post-meta i {
    color: #777;
}

.post-meta a:link {
    text-decoration: none;
}

.post-meta span {
    color: #2AAFEA;
}

.post-block a {
    text-decoration: none;
}

.green {
    color: #92D145;
}
.red {
    color: #f00;
}
.yellow {
    color: #ED9C28;
}


.list-blue li {
    margin-bottom: 16px;
    font-size: 1.0em;
}

    .list li > strong,
    .list-blue li > strong {
        color: #009ee0 !important;
    }

@media (min-width: 481px) {
    .team-list .col-md-3 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .team-list .col-md-3 {
        width: 20%;
    }
}
/*#endregion*/

/*#region footer*/
#footer {
    background: #8EBBD1;
    border-top: 4px solid #07A2DD;
    color: #fff;
    margin-top: 60px;
    padding: 30px 0 0;
}

    #footer .contact i {
        display: block;
        float: left;
        font-size: 1.2em;
        margin: 7px 8px 10px 0;
        position: relative;
        text-align: center;
        top: -2px;
        width: 16px
    }

        #footer .contact i.fa-map-marker {
            margin: 7px 8px 50px 0;
        }

        #footer .contact i.fa-envelope {
            margin: 5px 8px 10px 0;
        }

    #footer .contact-details h1 strong {
        font-size: 1.6em;
        font-weight: 600;
    }

    #footer .contact-details h2 a {
        font-size: 2.0em;
        font-weight: 600;
        line-height: 40px;
    }

    #footer a:hover {
        color: #333;
        font-size: 1.0em;
        text-decoration: none;
    }

    #footer p,
    #footer .contact p,
    #footer .contact strong {
        color: #333;
        font-size: 0.95em;
    }

    #footer .contact li a:link,
    #footer .contact li a:active {
        color: #fff;
        font-size: 1.0em;
        text-decoration: none;
    }

    #footer .contact li a:hover {
        color: #333;
        font-size: 1.0em;
        text-decoration: none;
    }

    #footer .footer-copyright {
        background: #8EBBD1;
        border-top: none;
        color: #fff;
        margin-top: 10px;
        padding: 10px 0 0;
    }

        #footer .footer-copyright p {
            color: #fff;
        }

        #footer .footer-copyright li a:link,
        #footer .footer-copyright li a:active {
            color: #fff;
            font-size: 1.0em;
            text-decoration: none;
        }

        #footer .footer-copyright li a:hover {
            color: #333;
            font-size: 1.0em;
            text-decoration: none;
        }
/*#endregion*/

/*#region cookie*/
#modalCookie h6 {
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
}

#modalCookie .modal-header .close {
    font-size: 2.4em;
}

#modalCookie .modal-body {
    padding: 15px 30px;
}

    #modalCookie .modal-body,
    #modalCookie .modal-body p {
        color: var(--main-color);
        font-size: 0.95em;
    }

#cookie-msg {
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    border-radius: 16px 16px 0 0;
    bottom: 0;
    color: #ccc;
    width: 80%;
    height: auto;
    left: 50%;
    text-align: left;
    transform: translate(-50%, 0%);
    padding: 20px;
}

    #cookie-msg a {
        text-decoration: none;
    }

    #cookie-msg .row div:first-child {
        padding: 25px 0;
    }

    #cookie-msg a.btn-aceptar {
        padding: 8px 10px;
        display: block;
        margin-top: 10px;
        width: 100%;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        background-color: #07a2dd;
        color: #fff;
        font-size: 1.0em;
    }

    #cookie-msg a.btn-setting {
        padding: 8px 10px;
        display: block;
        margin-top: 10px;
        width: 100%;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        background-color: rgba(255,255,255,0.8);
        color: #333;
        font-size: 1.0em;
    }
/*#endregion*/
