/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 * Theme: Blue #13a9b3 / Purple #713c77
 */

/* Theme variables — Simunye palette (forest green + gold) */
:root {
    --theme-blue: #1e3d3d;
    --theme-blue-dark: #152a2a;
    --theme-blue-light: #2a4a4a;
    --theme-purple: #CBA135;
    --theme-purple-dark: #a8842a;
    --theme-purple-light: #d4b24d;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
}

/* NavBar Styles */
@import 'https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap';

/*#navbar {
    background-color: rgba(255, 255, 255, 0.0);
}*/

.Validation-Error {
    color: #d42126;
    font-size: 10px;
}


.login-div {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 0px;
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(51,51,51,.9);
}

#login-dp .help-block{
    font-size:12px    
}

#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}

#login-dp {
    margin-bottom: 10px;
}

.form-group {
    padding: 5px;
    margin-bottom: 0px !important;
}

.nav-sleeper {
    height: 200px;
    background-image: url('../img/nav.jpg');
    z-index:1;
}
.navbar-text {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-inverse.nav-upper {
  height: 150px;
  background: none;
  z-index: 1100;
  border: 0;
  transition: height 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar-nav > li > label {
    padding: 15px;
    line-height: 20px;
    color:white;
}

/* Login button: same styling as row-lower menu buttons */
.row-upper .nav > li > a {
    color: #fff;
    background-color: var(--theme-blue);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: var(--radius-sm);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.row-upper .open > a, .row-upper .open > a:focus, .row-upper .open > a:hover {
    color: #fff;
    background-color: var(--theme-purple) !important;
    border-color: rgba(255,255,255,0.3);
}

.row-upper .nav > li > a:hover {
    color: #fff;
    background-color: var(--theme-blue-dark) !important;
    border-color: rgba(255,255,255,0.5);
}

.row-upper > div > ul .active > a {
    color: #fff;
    background: var(--theme-purple) !important;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: var(--radius-sm);
}

.row-lower .nav > li > a {
  color: #fff;
  background-color: var(--theme-blue);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: var(--radius-sm);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.row-lower .nav > li > a:hover {
    color: #fff;
    background: var(--theme-blue-dark);
    border-color: rgba(255,255,255,0.5);
}

.row-lower > div > ul .active > a {
    color: #fff !important;
    background: var(--theme-purple) !important;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: var(--radius-sm);
}

.navbar-logo {
    background-image: url('../img/logo.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1051;
    width: 339px;
    height: 130px;
    transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease;
}

/* Shrunk navbar on scroll */
.nav-upper.nav-shrunk {
    height: 100px;
    background-color: #fff !important;
    border-bottom: 4px solid var(--theme-purple);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.nav-upper.nav-content-page {
    background-color: #fff !important;
    border-bottom: 4px solid var(--theme-purple);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nav-upper.nav-shrunk .navbar-logo {
    transform: scale(0.6);
    transform-origin: left top;
    left: 20px;
    margin-top:10px;
}

.nav-upper.nav-shrunk .row-upper {
    transition: height 0.3s ease, margin 0.3s ease;
}

/*.nav-upper.nav-shrunk .row-upper .navbar-nav > li > a,
.nav-upper.nav-shrunk .row-upper .navbar-text {
    line-height: 20px;
}*/

.nav-upper.nav-shrunk .row-lower {
    margin-top: 6px;
    transition: margin 0.3s ease;
}
    .nav-upper.nav-shrunk .row-upper .nav > li > a,
    .nav-upper.nav-shrunk .row-lower .nav > li > a {
        padding: 6px 12px;
        font-size: 15px;
    }
.nav-upper.nav-shrunk .row-upper .nav > li,
.nav-upper.nav-shrunk .row-lower .nav > li {
   margin-left: 6px;
}

.item-caption2 a {
    color: white !important;
}

.row-upper,
.row-lower {
    transition: height 0.3s ease, margin 0.3s ease;
}

.btn-primary {
    background-color: var(--theme-blue);
    border-color: var(--theme-blue);
    color: #fff;
    border-radius: var(--radius-sm);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-primary:hover {
    background-color: var(--theme-blue-dark);
    border-color: var(--theme-blue-dark);
    color: #fff;
}

.help-block a {
    color:#fff;
}

.form-control {
    border: 1px solid var(--theme-blue) !important;
    border-radius: var(--radius-sm);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
    border-color: var(--theme-purple) !important;
    box-shadow: 0 0 0 3px rgba(203, 161, 53, 0.22);
}

/* Floating labels: label inside input, slides up on focus or when filled (Codehal-style) */
.float-label-wrap {
    position: relative;
    display: block;
}

.float-label-wrap .control-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0 5px;
    font-weight: 400;
    font-size: 1em;
    color: #999;
    pointer-events: none;
    transition: top 0.35s ease, transform 0.35s ease, font-size 0.35s ease, color 0.35s ease, background 0.35s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
}

/* Floated: label sits on the input's top border with background so border doesn't show through */
.float-label-wrap.focused .control-label,
.float-label-wrap.filled .control-label {
    top: 0;
    transform: translateY(-50%);
    font-size: 0.75em;
    color: var(--theme-blue);
    background: #fff;
}

.float-label-wrap.focused .control-label {
    color: var(--theme-purple);
}
.voucher-form .form-group {
    margin-bottom: 10px !important;
}
/* Match label background to common form containers */
.register-bg .float-label-wrap.focused .control-label,
.register-bg .float-label-wrap.filled .control-label,
.main-register .float-label-wrap.focused .control-label,
.main-register .float-label-wrap.filled .control-label {
    background: rgba(255,255,255,0.95);
}

#login-dp .float-label-wrap.focused .control-label,
#login-dp .float-label-wrap.filled .control-label {
    background: rgba(51,51,51,.95);
    color: var(--theme-blue-light);
}

.float-label-wrap select.form-control {
    padding-top: 10px;
}

/* .float-label-wrap.filled select.form-control,
.float-label-wrap.focused select.form-control {
    padding-top: 18px;
} */

/* ------------------------------------------------------ */

/* MEDIA QUERIES */

/* Tablet Size */

@media only screen and (min-width: 320px) and (max-width:568px){
    
    #navbar {
        margin-top:65px;
        background-color:rgba(0,0,0,.6);
    }
    
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }

    .navbar-header {
        height:140px;
    }

    .row-upper {
        height:auto !important;
        border-bottom: solid 1px #000;
    }

    .row-lower {
        border-bottom: solid 1px #000;
    }

    .row-lower a {
        color:#fff !important;
    }

    #main-register {
        background-image:url('/img/Register_bg_img.jpg') !important;  
    }

    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .adress-container {
            padding-top:60px;
            padding-bottom:60px;
     }

    .address-row {
            padding: 50px 0px 50px 0px;
     }

    header.carousel .item-caption2 {
        font-size: 22pt;
        left: 40px;
        top: 200px;
        color: white;
    }

    header.carousel .item-caption1 {
        font-size: 14pt;
        left: 40px;
        top: 270px;
    }

    #modalContainer {
            padding:50px 30px 30px 30px;
    }

    #entire-modal{
            padding: 20px 0 60px 0;
    }

    .navbar-logo {
            width: 339px;
            height: 130px;
    }

    .navbar-inverse .navbar-text {
        color: #fff !important;
    }

    .row-upper .nav > li > a {
        color: #fff;
    }

    .navbar-right {
        margin-right: -15px !important ;
        background-color: rgba(0,0,0,.6);
    }

    #item-content {
            font-size: 20px; 
   }

   #item-content h2{
            font-size: 32px;  
   }

    .media {
        font-size: 20px; 
        margin-bottom: 20px; 
        padding: 15px;
    }

    header.carousel {
            height: 400px;
            z-index: 100;
        }

    .modal-content {
            margin-top:214px;
        }

}

/* Tablet Size */

@media only screen and (min-width: 569px) and (max-width:768px) {

    #navbar {
        margin-top:65px;
        background-color:rgba(0,0,0,.6);
    }
    
    #login-dp{
        background-color: inherit;
        color: #fff;
    }

    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }

    .navbar-header {
        height:140px;
    }

    .row-upper {
        height:auto !important;
        border-bottom: solid 1px #000;
    }

    .row-lower {
        border-bottom: solid 1px #000;
    }

    .row-lower a {
        color:#fff !important;
    }

    #main-register {
        background-image:url('/img/Register_bg_img.jpg') !important;  
    }

    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .adress-container {
            padding-top:60px;
            padding-bottom:60px;
     }

    .address-row {
            padding: 50px 0px 50px 0px;
     }

    header.carousel .item-caption2 {
        font-size: 22pt;
        left: 40px;
        top: 200px;
    }

    header.carousel .item-caption1 {
        font-size: 14pt;
        left: 40px;
        top: 270px;
    }

    #modalContainer {
            padding:50px 30px 30px 30px;
    }

    #entire-modal{
            padding: 20px 0 60px 0;
    }

    .navbar-logo {
            width: 339px;
            height: 130px;
            margin-left: 80px;
    }

    .navbar-inverse .navbar-text {
        color: #fff !important;
    }

    .row-upper .nav > li > a {
        color: #fff;
    }

    .navbar-right {
        margin-right: -15px !important ;
        background-color: rgba(0,0,0,.6);
    }

    #item-content {
            font-size: 20px;  
   }

  #item-content h2{
            font-size: 32px; 
  }

  .media {
        font-size: 20px; 
        color: #fff; 
        margin-bottom: 20px;
        padding: 15px;
    }

    #media-body h2{
            font-size: 32px; 
            color: #fff;  
   }

    header.carousel {
            height: 400px;
            z-index: 100;
        }

    .modal-content {
            margin-top:210px;
        }

}

/* Large Tablet Size */

@media only screen and (min-width:769px) and (max-width:1023px) {

    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    .adress-container {
        padding-top:50px;
        padding-bottom:50px;
    }

    .address-row {
        padding: 50px 0px 50px 80px;
    }

    header.carousel .item-caption2 {
        font-size: 18pt;
        left: 60px;
        top: 340px;
    }

    header.carousel .item-caption1 {
        font-size: 18pt;
        left: 60px;
        top: 460px;
    }

    #item-content {
            font-size: 17px; 
   }

   #item-content h2{
            font-size: 32px; 
   }

   .media{
        font-size: 20px; 
        margin-bottom: 20px;
        padding: 15px;
    }

    #modalContainer {
            margin-top:50px !important;
            padding:50px 30px 30px 30px;
    }

    #entire-modal{
            padding: 20px 0 10px 0;
    }

    .navbar-logo {
            width: 339px;
            height: 130px;
    }

    .navbar-inverse .navbar-text {
        color: #000 !important;
    }

    .navbar-right {
         margin-right: -15px !important ;
        background-color: rgba(255,255,255,.6);
    }


    header.carousel {
            height: 600px;
            z-index: 100;
        }

    .modal-content {
            margin-top:220px;
        }
}

/* Normal Desktop Size */

@media only screen and (min-width: 1024px) and (max-width:1366px) {

        .main-register {
            background-image:url('Register_bg_img.jpg');  
         }

        .contactUs {
            background-size: cover;
            height:450px;
        }

        .adress-container {
            padding-top:100px;
        }

        .address-row {
             padding: 40px 0px 40px 45px;
         }

    header.carousel .item-caption2 {
        font-size: 18pt;
        left: 60px;
        top: 330px;
    }

    header.carousel .item-caption1 {
        font-size: 18pt;
        left: 60px;
        top: 450px;
    }

        #item-content {
            font-size: 20px; 
        }

        #item-content h2{
            font-size: 32px; 
        }

       .media {
            font-size: 20px; 
            margin-bottom: 20px;
            padding: 15px;
        }

        #modalContainer {
            margin-top:50px !important;
        }

        #entire-modal{
            padding: 20px 0 20px 0;
        }

        .navbar-logo {
            width: 339px;
            height: 130px;
        }

        .navbar-inverse .navbar-text {
        color: #000 !important;
    }

        .navbar-right {
         margin-right: -15px !important ;
        background-color: rgba(255,255,255,.6);
    }


    header.carousel {
            height: 600px;
            z-index: 100;
        }

    .modal-content {
            margin-top:240px;
        }

}

/* Large Full Screen Size */

@media only screen and (min-width:1367px) {

        .contactUs {
            background-size: cover;
            height: 760px;
        }

        .adress-container {
            padding-top: 120px;
            padding-bottom: 220px;
        }

        .address-row {
             padding: 0px 0px 60px 0px;
        }

    header.carousel .item-caption2 {
        font-size: 24pt;
        left: 120px;
        top: 440px;
    }

    header.carousel .item-caption1 {
        font-size: 24pt;
        left: 120px;
        top: 600px;
    }

        #item-content {
            font-size: 20px; 
        }

        #item-content h2{
            font-size: 32px; 
        }

       .media {
        margin-bottom:20px;
        padding: 15px;
        }

        #modalContainer {
            margin-top:50px !important;
        }

        #entire-modal{
            padding: 20px 0 20px 0;
        }

        .navbar-logo {
            width: 339px;
            height: 130px;
            margin-left: 100px;
            margin-top: 10px;
        }

        .navbar-inverse .navbar-text {
        color: #000 !important;
    }

        .row-upper .nav > li > a {
       /* font-size: 20px !important;*/
    }

        .navbar-right {
         margin-right: -15px !important ;
         background-color: transparent;
    }


    header.carousel {
            height: 800px;
            z-index: 100;
        }

    .modal-content {
            margin-top:250px;
        }

    }

/* END MEDIA QUERIES */

/* Global Styles */

    html,
    body {
        height: 100%;
        font-family: 'Lato', sans-serif;
        font-size: 15px;
    }
    .body-content {
        padding-top:200px;

    }

    #item-content h2{
        color: var(--theme-purple);  
    }

   #item-content {
        color: #000;  
   }

   .media {
        color:#000; 
   }
    
 .page-header, .article-title, .sitemap h1, .page-heading {
            font-family: 'Lato', sans-serif;
            font-weight: bold;
    }
    .page-content-holder {
        padding-top: 140px;
    }

    body {
        padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    }

    .img-portfolio {
        margin-bottom: 30px;
    }

    .img-hover:hover {
        opacity: 0.8;
    }

    .alignleft {
        display: inline;
    }

    .article-title {
        color: var(--theme-purple) !important;
        text-shadow:-1px -1px 0 #fff,
                        1px -1px 0 #fff,
                        -1px 1px 0 #fff,
                        1px 1px 0 #fff;
    }

    .-listing {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid var(--theme-purple);
    }

    .product-listing {
        margin-bottom: 30px;
        padding: 20px;
        background-color: rgba(255,255,255,0.98);
        border-radius: var(--radius-md);
        color: #303030 !important;
        border: 1px solid rgba(113, 60, 119, 0.12);
        box-shadow: var(--shadow-sm);
        transition: box-shadow 0.2s ease;
        overflow: auto;
    }

    .product-listing:hover {
        box-shadow: var(--shadow-md);
    }

    /* Icon/logo left, content right */
    .product-listing .alignleft {
        float: left;
        display: block;
        margin: 0 20px 10px 0;
    }

    .product-listing .alignleft img {
        display: block;
        max-width: 160px;
        max-height: 160px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    /* Voucher display: icon left, title + description + form (stacked) right */
    .voucher-listing .media-left.voucher-image {
        vertical-align: top;
        padding-right: 24px;
    }

    .voucher-listing .voucher-image img {
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .voucher-listing .voucher-content .media-heading {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .voucher-listing .voucher-form {
        margin-top: 16px;
        max-width: 400px;
    }

    .voucher-listing .voucher-form .form-group {
        display: block;
        margin-bottom: 14px;
    }

    .voucher-listing .voucher-form label {
        display: block;
        margin-bottom: 4px;
        font-weight: 600;
    }

    .voucher-listing .voucher-form .form-control {
        display: block;
        width: 100%;
    }

    .voucher-listing .voucher-form .btn {
        padding:5px;
        margin-top:5px;
        margin-bottom: 10px;
    }

    .voucher-buy-row {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        flex-wrap: wrap;
    }

    .voucher-buy-row .voucher-mobile-group {
        flex: 1;
        min-width: 140px;
        margin-bottom: 0;
    }

    .voucher-buy-row .btn {
        flex-shrink: 0;
        margin-top: 0;
    }

    .product-single {
        margin-bottom: 30px;
        padding: 24px;
        background-color: rgba(255,255,255,0.98);
        border-radius: var(--radius-md);
        color: #303030 !important;
        border: 1px solid rgba(113, 60, 119, 0.12);
        box-shadow: var(--shadow-sm);
        overflow: auto;
    }

    /* Service provider: icon top left, title to the right, content wraps around image */
    .product-single figure.alignleft {
        float: left;
        margin: 0 24px 16px 0;
        display: block;
    }

    .product-single figure.alignleft:empty {
        display: none;
    }

    .product-single figure.alignleft img {
        display: block;
        max-width: 180px;
        max-height: 180px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .product-single > h2 {
        margin: 0 0 0.5em 0;
        box-sizing: border-box;
    }

    .product-single .service-offering {
        margin-top: 0;
        clear: both;
    }

    .product-single .service-offering h4,
    .product-single .how-to-redeem h4,
    .product-single .terms-conditions h4 {
        margin-top: 1em;
        margin-bottom: 0.5em;
    }

    .product-single .service-offering h4:first-child {
        margin-top: 0;
    }

    .product-single .how-to-redeem {
        margin-top: 1.5em;
    }

    .product-single .terms-conditions {
        margin-top: 1.5em;
    }

    .product-single .btn-group {
        margin-top: 1.5em;
        text-align: center;
    }

    .product-single .btn-print-voucher {
        display: inline-block;
        padding: 14px 28px;
        font-size: 18px;
        font-weight: 700;
        color: #fff !important;
        background: linear-gradient(180deg, var(--theme-blue) 0%, var(--theme-blue-dark) 100%);
        border: none;
        border-radius: var(--radius-md);
        box-shadow: 0 4px 14px rgba(19, 169, 179, 0.4);
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .product-single .btn-print-voucher:hover {
        color: #fff !important;
        background: linear-gradient(180deg, var(--theme-blue-light) 0%, var(--theme-blue) 100%);
        box-shadow: 0 6px 20px rgba(19, 169, 179, 0.5);
        transform: translateY(-2px);
    }

    .product-single .btn-print-voucher .glyphicon {
        margin-right: 8px;
        font-size: 20px;
    }

    .product-listings h2 {
        color: var(--theme-purple) !important;
        font-size:45px;
    }

    .product-listings h4 {
        color: #58585a !important;
        font-size: 18pt;
    }

    .single-product h2 {
        color: var(--theme-blue) !important;
    }

/* Home Page Carousel */

       
        header.carousel .item,
        header.carousel .item.active,
        header.carousel .carousel-inner {
            height: 100%;
        }


        header.carousel .fill {
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;

        }

        header.carousel .item-caption2 {
            position: absolute;
            color: #fff;
            text-shadow: 0px 0px 4px #000;
        }

        header.carousel .item-caption1 {
            position: absolute;
            color: #fff;
            text-shadow: 0px 0px 4px #000;
        }


/* Home Welcome – fixed background inside skewed panel (no layout change) */

        #Welcomepg {
            position: relative;
            z-index: 0;
            padding: 0;
            background-color: transparent;
        }

        /* Fixed background: stays static while panel content scrolls over it */
       /* #Welcomepg::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('/img/Welcome_bg_img.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            z-index: 0;
        }*/

            #Welcomepg > * {
                position: relative;
                z-index: 1;
                background-color: #f3faf6
            }

        /* Keep section above on top so fixed background doesn’t show over it */
        #WelcomeWording {
            position: relative;
            z-index: 1;
        }

        /*.skew-positive-5 {  
            -ms-transform: skewY(5deg);*/ /* IE 9 */
            /*-webkit-transform: skewY(5deg);*/ /* Safari */
             /*transform: skewY(5deg);*/ /* Standard syntax */
             /*margin-top: -2px;
        }
        
        .skew-negative-5 {  
            -ms-transform: skewY(-5deg);*/ /* IE 9 */
            /*-webkit-transform: skewY(-5deg);*/ /* Safari */
             /*transform: skewY(-5deg);*/ /* Standard syntax */
        /*}*/
        .page-header {
            color: #fff;
            padding-top: 50px;
            border-color: transparent;
        }

        .center {
            margin-left: auto;
            margin-right: auto;
            display: table;
        }

#WelcomeWording {
    padding: 80px;
    background: #183030;    /*linear-gradient(135deg, var(--theme-blue) 0%, var(--theme-purple) 100%);*/
    margin-top: -83px;
}

        .page-heading {
            color:#fff;
            padding-top: 50px;
        }

        #WelcomeWording p {
            padding-top:20px;
            font-size:22px;
            color:#fff;
        }

/*Product Wording*/

        .btn-default {
            color: var(--theme-purple);
            background-color: transparent;
            border: 2px solid var(--theme-purple);
            border-radius: var(--radius-sm);
            margin-right: 0px !important;
            font-size: 16px;
            font-weight: 500;
            transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
        }

        .btn-default:hover {          
            color: #fff;
            background-color: var(--theme-purple);
            border-color: var(--theme-purple);
            margin-right: 0px !important;
        }

        #entire-modal{
            margin-bottom:30px;
            background-color: rgba(255,255,255,0.98);
            border: 1px solid rgba(113, 60, 119, 0.12);
            border-radius: var(--radius-md);
            box-shadow: var(--shadow-sm);
        }

        .modal-content {
            background-color: #fff;
            border-radius: var(--radius-md) !important;
            box-shadow: var(--shadow-md);
        }

        .modal-header{
            border-bottom: none;
            background: linear-gradient(135deg, var(--theme-blue) 0%, var(--theme-purple) 100%);
            border-radius: var(--radius-md) var(--radius-md) 0 0;
        }

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

        .modal-content h4{
            color: #fff;
            font-size: 30px;
            font-family: 'Lato', sans-serif;
            font-weight: bold;
        }

        .modal-content p{
            font-size: 18px;
            margin-top: 20px;
        }

        .text-wrap-left {
            float:left;
            margin-right:20px;

        }

        .modal-body img {
            margin-left:20px;
            margin-top:20px;
            margin-bottom:20px;
        }

        .modal-body p {
            color: #000 !important;
            font-size: 16px;
        }

        .panel {
            margin-bottom:30px;
            background-color: rgba(255,255,255,0.98);
            border-radius: var(--radius-md);
            border: 1px solid rgba(113, 60, 119, 0.12);
            box-shadow: var(--shadow-sm);
        }

        .panel img {
            padding-left:15px;
            padding-top:20px;
            margin-bottom:20px;
        }

/* Register*/

        #HomeRegister {
            background: linear-gradient(135deg, var(--theme-blue) 0%, var(--theme-purple) 100%);
            text-align: center;
            padding: 100px 100px 100px 100px;
            margin-top: -3px;
        }

        #HomeRegister a {
            font-size: 40px;
            text-rendering: optimizeLegibility;
            padding: 20px 60px;
            background-color: transparent;
            color: #fff;
            border: 2px solid rgba(255,255,255,0.8);
            border-radius: var(--radius-lg);
            transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
        }

        #HomeRegister a:hover {
            font-size: 40px;
            text-rendering: optimizeLegibility;
            padding: 20px 60px;
            background-color: rgba(255,255,255,0.15);
            color: #fff;
            border: 2px solid #fff;
            border-radius: var(--radius-lg);
        }

/* What You Get*/

        #WhatYouGet {
            padding: 80px 0 120px 0 !important;
            background-image: url('/img/WhatYouGet_bg_img.jpg');
            background-position:center;
            background-color: #3c3a3d;
        }

        #WhatYouGet .page-header {
            border-bottom: 1px solid #303030 !important;
        }

        #WhatYouGet h1 {
            color: #303030 !important;
            text-shadow: 0px 0px 4px #fff !important;
        }

        #WhatYouGet h2 {
            color: #303030 !important;
        }

        #WhatYouGet p {
            color: #303030 !important;
            font-size: 18px;
        }

        #WhatYouGet a {
            color: #303030 !important;
        } 
        
        .get_in_touch {
            background-color: rgba(255,255,255, 0.8);
            padding-bottom: 90px;
            margin-left: 30px;
            margin-top: 40px;
        }   

/*HOW TO*/

        .HowTo {
            margin-bottom:30px;
            background-color: rgba(255,255,255,0.98);
            border-radius: var(--radius-md);
            padding: 20px;
            border: 1px solid rgba(113, 60, 119, 0.12);
            box-shadow: var(--shadow-sm);
        }

/*FOOTER*/

        #footer p {
            color: #fff;
        }

        #sfooter h1 {
            color: #fff;
        }

        .sitemap {
            background-color: inherit !important;
            padding: 0px !important;
        }

        #sfooter {
            background: linear-gradient(180deg, var(--theme-purple) 0%, var(--theme-purple-dark) 100%);
            background-size: cover;
            padding: 130px 0 40px 0;
            margin-top: -84px;
        }

        #footer {
            background-color: #1a1a1a;
            background-size: cover;
            padding: 10px 0 0 0;
        }

        #sfooter a {
            color: #fff;
        }

        #sfooter a:hover {
             color: #fff;
        }

        #sfooter .well {
            background-color: inherit;
            border: none;
            color: #fff;
            border-radius: 0;
        }


/* Register*/

        .main-register {
            background-image: url('/img/Register_bg_img.jpg') !important;
            background-size: cover;
            padding: 60px 0 50px 0;
        }

       .main-register .well {
            background-color: transparent !important;
            border: 0px !important;
            margin-top:20px;
            color: #303030 !important;
        }

       .main-register .well a{
            color: var(--theme-blue);
            font-size: 18px;
        }

       .main-register .well a:hover{
            color: var(--theme-purple);
        }
   
        .register-bg {
            background-color: rgba(255,255,255,0.9);
            margin-left: 30px;
            margin-top: 40px;
            padding: 50px;
        }
/*Contact Us Page*/

        .contactUs h1 {
            color: #000 !important;
            font-size:20pt !important;
            text-shadow:-1px -1px 0 #fff,
                        1px -1px 0 #fff,
                        -1px 1px 0 #fff,
                        1px 1px 0 #fff;
        }

        .contactUs h2 {
            color: #fff;
            margin-top: 0px;
        }

        .address-row {
            background-size: contain;
            text-align: left;
        }

        .adress-container a {
            color: #000;
            font-size: 22px;
        }

        .adress-container a:hover {
            color: var(--theme-purple);
            font-size: 22px;
        }

        .contactUs-bg img {
            width: 100%;
            background-size: cover;
            margin-bottom: 50px;
        }

        .contactUs {
        }


/*EXTRA STYLES*/

/*Breadcrumb*/
        .breadcrumb {
            margin-top:20px;
            border-radius: var(--radius-sm);
        }

        .breadcrumb a {
            color: var(--theme-purple);
        }

        .breadcrumb a:hover {
            color: var(--theme-blue);
        }

/*How to*/

        .howto h1 {
            color: var(--theme-purple);
        }

        .howto h2 {
            color: var(--theme-blue-dark);
        }

/*My Account*/

        .My_Account h1, p, h4, .control-label {
        color: #000;
        }

/* 404 Page Styles */

        .error-404 {
            font-size: 100px;
        }

/* Pricing Page Styles */

        .price {
            display: block;
            font-size: 50px;
            line-height: 50px;
        }

        .price sup {
            top: -20px;
            left: 2px;
            font-size: 20px;
        }

        .period {
            display: block;
            font-style: italic;
        }

/* Sitemap */

    .sitemap {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .sitemap > .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .sitemap > .col-lg-12:first-child {
        margin-bottom: 8px;
    }

    .sitemap > .col-lg-12:nth-child(2) {
        margin-bottom: 24px;
    }

    .sitemap h1 {
        margin: 0 0 0.3em 0;
        font-size: 1.75rem;
    }

    .sitemap .well1,
    .sitemap .well.well-sm {
        padding: 18px 20px;
        margin-bottom: 0;
        border: none;
        border-radius: var(--radius-sm);
    }

    .sitemap .well1 {
        margin-bottom: 0;
    }

    .sitemap .site-map-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sitemap .site-map-list > li {
        margin-bottom: 6px;
    }

    .sitemap .site-map-list > li:last-child {
        margin-bottom: 0;
    }

    .sitemap .site-map-list > li > a {
        font-weight: 700;
    }

    .sitemap .site-map-list a {
        display: inline-block;
        padding: 2px 0;
        transition: opacity 0.2s ease, padding-left 0.2s ease;
    }

    .sitemap .site-map-list a:hover {
        opacity: 0.9;
        padding-left: 4px;
    }

    /* Category columns: 4 across on desktop */
    .sitemap > .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .sitemap > .col-md-3 .well.well-sm {
        height: 100%;
        min-height: 120px;
    }

    /* Nested subcategories */
    .sitemap .site-map-list ul {
        list-style: none;
        margin: 8px 0 0 0;
        padding-left: 16px;
        border-left: 2px solid rgba(255,255,255,0.25);
    }

    .sitemap .site-map-list ul li {
        margin-bottom: 6px;
    }

    .sitemap .site-map-list ul li:last-child {
        margin-bottom: 0;
    }

    .sitemap .site-map-list ul a {
        font-size: 0.95em;
        opacity: 0.95;
    }

    @media (max-width: 992px) {
        .sitemap > .col-md-3 {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    @media (max-width: 576px) {
        .sitemap > .col-md-3 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    .sitemap-master li {
        color: #fff;
    }

    .sitemap-children {
        font-weight: normal;
        padding-left: 20px;
    }

/* Page Styles*/

	#divPageContainerMain .My_Account {
        margin-bottom:30px;
        background-color: rgba(255,255,255,0.98);
        border-radius: var(--radius-md);
        padding: 20px;
        border: 1px solid rgba(113, 60, 119, 0.12);
        box-shadow: var(--shadow-sm);
	}	

    .register-bg h4 {
        color: #303030;
    }

    .register-bg p {
        color: #303030 !important;
    }
    
    .register-bg label {
        color: #303030;
    }

#divPageContainerMain {
    padding: 80px;
    background-color: #f4f7f5;
    padding-top: 120px;
    margin-top: -140px;
    background-position: top center !important;
}
    
    #divPageContainerMain .btn {
        background-color: transparent;
        color: var(--theme-purple);
        border: 2px solid var(--theme-purple);
        border-radius: var(--radius-sm);
        transition: color 0.2s ease, background-color 0.2s ease;
	}	
    
    #divPageContainerMain .btn:hover {
        background-color: var(--theme-purple);
        color: #fff;
        border-color: var(--theme-purple);
        border-radius: var(--radius-sm);
	}	

   /* #divPageContainerMain li {
        padding-top:10px;
        margin:10px 0;
	}*/

    .list-group-item.active {
        background-color: var(--theme-purple) !important;
        border-color: var(--theme-purple-light);
        font-weight: bold;
    }

    .list-group-item.active:hover {
        background-color: var(--theme-purple-dark) !important;
        color: #fff;
        border-color: var(--theme-purple-dark);
    }

    .main-sidebar a {
        color:#fff;
	}

    .main-sidebar a:hover {
        color:#fff;
	}

    #divPageContainerMain h2 {
        color: var(--theme-purple) !important;
        font-size:32px;
        text-shadow:-1px -1px 0 #fff,
                        1px -1px 0 #fff,
                        -1px 1px 0 #fff,
                        1px 1px 0 #fff;
    }

    .list-group-item {
        background-color: var(--theme-blue) !important;
        border-color: rgba(255,255,255,0.2);
        color: #fff;
        border-radius: var(--radius-sm);
        transition: background-color 0.2s ease;
    }

    .list-group-item:hover {
        background-color: var(--theme-blue-dark) !important;
        border-color: rgba(255,255,255,0.3);
    }

    #divContent p{
        color: #000 !important;
        text-shadow:-1px -1px 0 #fff,
                        1px -1px 0 #fff,
                        -1px 1px 0 #fff,
                        1px 1px 0 #fff;
    }

    #divContent h1{
        color: #fff;
    }
   






