body {
    width: 100%;
    font-family: Helvetica, Arial, Sans-serif;
    color: #000000;
    background-color: #f6f6f9;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #000000;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: 0 !important;
    }

.page-body {
    padding-left: 100px;
}

body, html {
    margin: 0;
    padding: 0;
}

button {
    border: 0px;
}

button:focus {
    outline: 0 !important;
}

.submitButton{
    background-color: #f60;
    color: #fff;
    min-width: 250px;
    text-align:center;
    width: 250px;
    height: 40px;
    font-weight:bold;
    border-radius: unset;
}
.submitButton:hover{
    background-color: #3d3d3d;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    color: #000;
}

.section-heading {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    color: #000;
}

.bg-title {
    background-color: #f0f0f0;
    padding: 10px 20px;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}

    .bg-title span {
        color: #000000;
    }

/**spaces**/
.space-20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.space-30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.space-40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.space-50 {
    width: 100%;
    height: 50px;
    clear: both;
}

.space-60 {
    width: 100%;
    height: 60px;
    clear: both;
}

/**margins**/
.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

del {
    color: #ef6464;
}

.rating i {
    color: #ef6464;
}

/***buttons***/
.btn {
    border: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn i {
        margin-left: 8px;
    }

.btn-3d {
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.btn-lg {
    padding: 12px 30px;
}

.btn-light-dark {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

    .btn-light-dark:hover, .btn-light-dark:focus {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.9);
    }

.btn-skin {
    background-color: #000000;
    color: #fff;
}

.btn-skin:hover, .btn-skin:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
}

/**breadcrumb**/
.breadcrumb-wrapper {
    padding: 30px 0;
    background-color: #333;
}

.breadcrumb-wrapper h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

/**header style**/
.header {
    position: relative;
    background-color: black;
    width: 101%;
    border-bottom: 1px solid gray;
    color: white;
    margin-bottom: 20px;
    z-index: 10000;
}


/**side bar style */

#toggleSidebar {
    background-color: black; /* Set background color to white */
    border: 1px solid black; /* Add a light gray border */
    cursor: pointer; /* Change cursor to pointer on hover */
}


/* Dark Mode Styles*/

    html, body {
        transition: background-color 0.3s, color 0.3s;
    }

    .content-panel.dark-mode{
        background-color: black;
    }

    body.dark-mode {
        background-color: black;
        color: white; /* Change text color for visibility */
    }

        body.dark-mode a {
        }



        body.dark-mode h1,
        body.dark-mode h2,
        body.dark-mode h3,
        body.dark-mode h3 a,
        body.dark-mode h4,
        body.dark-mode h5,
        body.dark-mode h6 {
            color: white; /* Change heading colors */
        }

        body.dark-mode p {
            color: white; /* Change paragraph text color */
        }

    .header.dark-mode {
        background-color: black;
        color: white;
    }

    body.dark-mode {
        background-color: #121212; /* Dark mode background */
        color: white; /* Dark mode text color */
    }

    .branding.dark-mode {
        background-color: #000000; /* Dark background for branding */
        color: white; /* White text in dark mode */
    }

    .grid-container.dark-mode {
        background-color: #1e1e1e;
    }

    .grid.dark-mode {
        background-color: #1e1e1e;
    }

    .grid-item.dark-mode {
        background-color: black;
        color: white;
    }

    .grid-item:hover.dark-mode {
        background-color: #1e1e1e; /* Optional hover effect */
        transform: scale(1.05); /* Optional hover effect */
    }




/* Optional: If you want to change the slider color as well */
.dark-mode .checkbox {
    background-color: darkorange; /* Change this to whatever color you prefer */
}

.sidenav.dark-mode {
    display: block; /* Show when dark-mode is active */
    background-color: #1e1414; /* Dark background */
    color: #fff; /* Optional: change text color for better contrast */
}

.sidenav.dark-mode a {

    color: white; /* Optional: change text color for better contrast */
}

.sidenav.dark-mode a:hover{
    transition: .3s;
    background-color: #393131;

}

/* Base styles for the switch */
.switch {
    position: relative;
    display: inline-block;
    width: 60px; /* Width of the switch */
    height: 34px; /* Height of the switch */
}

    /* Hide the default checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* Slider styles */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* Default background color */
    transition: .4s;
    border-radius: 34px; /* Rounded corners */
    display: flex; /* Use flexbox to center icons */
    align-items: center; /* Center icons vertically */
    justify-content: space-between; /* Space icons out */
    padding: 0 5px; /* Padding to give some space around icons */
}

/* Slider color when checked */
.switch input:checked + .slider {
    background-color: darkorange; /* Color when checked (green) */
}

/* Create the circle inside the slider */
.slider:before {
    position: absolute;
    content: "";
    height: 26px; /* Height of the circle */
    width: 26px; /* Width of the circle */
    left: 4px; /* Position of the circle */
    bottom: 4px;
    background-color: white; /* Color of the circle */
    transition: .4s;
    border-radius: 50%; /* Make it a circle */
}

/* Move the circle when checked */
.switch input:checked + .slider:before {
    transform: translateX(26px); /* Move the circle to the right */
}

/* Icon styles */

.moon {
    color: black; /* Set icon color to black */
    margin-left: 5px;
    opacity: 1; /* Initially show icons */
    transition: opacity 0.4s; /* Smooth transition for opacity */
}

.sun {
    color: white; /* Set icon color to white */
    margin-right: 5px;
    opacity: 1; /* Initially show icons */
    transition: opacity 0.4s; /* Smooth transition for opacity */
}

/* Show moon icon when unchecked */
.switch input:checked + .slider .moon {
    opacity: 1; 
}

/* Show sun icon when checked */
.switch input:checked + .slider .sun {
    opacity: 0; 
}

/** Dark Mode Slider style*/



/***   .header .top-bar {
        background-color: #fff;
        height: 30px;
        }
        /*border: 1px solid #000;*/
        /**top bar dropdown**/

div #menu{
    width: 35px;
    height: 5px;
    background-color: darkorange;
    margin: 6px 0;
}

.header .top-bar span {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.header .top-bar ul {
    margin: 0;
    padding: 0;
}

    .header .top-bar ul li {
        vertical-align: middle;
        line-height: 29px;
        font-size: 12px;
        color: #999;
    }

.header .top-bar ul li i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.header .top-bar ul li a {
    display: block;
}

.header .top-bar ul li a img {
    margin-right: 5px;
}
/* 
    Header/search box
*/
.hdrsearch {
    position: relative;
    top: 3px;
    width: 180px;
    max-width: 200px;
    border-radius: 1px 1px;
    border: 1px solid #000;
}
.branding {
    
    /*height: 60px;*/
    z-index: 9000;
    color: #000;
    margin-right: -20px;
    /*top:-5px;*/
    /*border: 0px solid red;*/
}




    .branding #identity {
        
        /*  height: 60px; */
        width: 100%;
        margin-top: 0px;
        margin-bottom: 1px;
        /*background-color: #f2f2f0;*/
        /* background-image: url('../images/identity_bg.png');*/
        z-index: 9998;
        /* border-top: 1px solid #f2f2f0; */
        /* border-left: 1px solid #f2f2f0; */
    }

.branding #identity h3 {
    padding-top: 20px;
    padding-left: 7px;
    font-size: 16px;
    font-weight: bold;
}

.branding a {
    color: white;
    font-size: 25px; 
}

    .branding #logo {
        background-color: #fff;
        height: 60px;
        border-top: 1px solid #f2f2f0;
        border-right: 1px solid #f2f2f0;
    }

.branding img {
    height: 100%;
}

.branding #identity #desktop {
    display: block;
    color: white;
}

.branding #identity #mobile {
    display: none;
    color: white;
}
/**main navigation**/
        .navigation {
    height:100px;
    width: 100%;
    padding-bottom:5px;
}
.mega-menu {
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    position: relative;
    z-index: 999;
    
    width: 100%;
    font-size: 16px;
    font-family: Open Sans,sans-serif;
    min-height: 50px;
    clear: both;
    box-sizing: border-box
}
.navbar-brand {
    display: none;
}

.navbar-default {
    background-color: #fff;
    border: 0px solid #000;
    /*margin-top: -15px;
    margin-left: -15px;
    
    float: none;
    max-width: 1200px;
    
    margin-right: 50px;
    padding-right: 10px;
    margin-bottom: 5px;*/
    width: 100%;
    -webkit-box-shadow: 0 3px 0 0 #f5f5f5;
    -moz-box-shadow: 0 3px 0 0 #f5f5f5;
    -ms-box-shadow: 0 3px 0 0 #f5f5f5;
    box-shadow: 0 3px 0 0 #f5f5f5;
    width: 100%;
    z-index: 99;
    -moz-transition: all0 0.3s;
    -o-transition: all0 0.3s;
    -webkit-transition: all0 0.3s;
    transition: all0 0.3s;
}

.navbar-default .navbar-brand {
    font-size: 30px;
}

.navbar.sticky {
    z-index: 999 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #999;
    /*text-transform: uppercase;*/
    font-weight: 600;
    background-color: transparent;
    font-size: 13px;
}

.navbar-default .navbar-brand > img {
    margin-top: -5px;
}
.navbar-nav {
    /**/
    width: 100%;
    border: 0px solid red;
    margin-top: -14px;
    /*padding-left: 50px;
    padding-right: 100px;*/
}
    .navbar-nav > li {
        text-align: center;
        width: 20%;
        height:50px;
        background-color: transparent;
        color: #bdbdb3;
        line-height:40px;
        border-right: 1px solid #bdbdb3;
        border-top: 1px solid #bdbdb3;
        border-bottom: 1px solid #bdbdb3;
    }
        .navbar-nav > li:first-child {
            border-left: 1px solid #bdbdb3;
        }
    .navbar-nav > li:last-child {
        padding-right: 0px;
    }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.navbar-right i {
    font-size: 16px;
}

.navbar-right .badge {
    background-color: #000000;
    font-size: 9px;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #fff;
    background-color: #f60;
}
/**dropdown**/
.dropdown-menu {
    padding: 0px;
    border: 2px solid #eee;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    min-width: 190px;
}

.dropdown-menu > li > a {
    padding: 7px 20px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300;
}


#divMain
{
    width: 92%;
    /*min-height:710px;*/
}
.footer {
    position: relative;
    padding: 60px 0;
    background-color: #3d3d3d;
    z-index: 1000;
}

.footer h3 {
    color: #eee;
    /*text-transform: uppercase;*/
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 16px;
}

    .footer p {
        color: #bcbdc1;
        margin-bottom: 20px;
        line-height: 24px;
    }

.footer ul.social-footer li {
    padding: 0px 3px;
}

.footer ul.social-footer li a {
    display: block;
    color: #fff;
    font-size: 20px;
    color: #aaa;
}

.footer ul.social-footer li a:hover {
    color: #eee;
}

.footer .tweet ul {
    list-style: none;
    padding: 0px;
}

.footer .tweet ul li {
    color: #bbb;
    padding-bottom: 6px;
    position: relative;
    padding-left: 25px;
}

.footer .tweet ul li:before {
    content: "\f099";
    font-family: 'FontAwesome';
    color: #eeeeee;
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.footer .tweet ul li a {
    color: #fff;
}

.footer .tags a {
    display: block;
    float: left;
    padding: 3px 10px;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 3px;
    text-transform: capitalize;
    color: #bbb;
}

.footer .tags a:hover {
    border-color: rgba(255, 255, 255, 0.6);
    color: #eee;
}

.footer .media .media-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.footer-bottom {
    padding-top: 10px;
    background-color: #3d3d3d;
    color: #fff;
    max-height: 60px;
}

.footer-bottom .list-inline {
    padding: 0 0;
}

.footer-bottom .list-inline li {
    padding: 0px;
}

.footer-bottom .list-inline li:before {
    content: "|";
    margin: 0px 10px;
}

.footer-bottom .list-inline li:first-child:before {
    content: "";
}

.footer-bottom .list-inline li:last-child:before {
    content: "";
}

.footer-bottom .list-inline li a {
    color: #bbb;
}

.footer-bottom .list-inline li a:hover {
    color: #fff;
}

/*.footer-bottom .payment {
display: block;
margin: 20px auto;
margin-top: 0px;
}*/

/**revolution slider**/
.slider-title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.slider-caption {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.slider-button a {
    display: inline-block;
    padding: 12px 40px;
    color: #fff;
    background-color: #000000;
}

/**feaatures box **/
.features-box {
    padding: 15px;
    background-color: #fff;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .features-box .icon {
        float: left;
        width: 50px;
        margin-right: 20px;
        text-align: center;
    }

        .features-box .icon i {
            color: #000000;
            font-size: 30px;
        }

    .features-box .text {
        overflow: hidden;
    }

        .features-box .text h3 {
            color: #000000;
            font-size: 19px;
        }

        .features-box .text p {
            margin-bottom: 0px;
        }

    .features-box.blue {
        color: #fff;
        background-color: #000000;
    }

        .features-box.blue .icon i {
            color: #fff;
        }

        .features-box.blue .text h3 {
            color: #fff;
        }

/**banner blocks**/
.blocks-main .blocks-col {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

    .blocks-main .blocks-col .block-overlay {
        position: absolute;
        left: 12%;
        bottom: 40px;
        margin: 0 auto;
        text-align: center;
        padding: 5px 15px;
        width: 75%;
        -moz-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        background-color: rgba(255, 255, 255, 0.8);
        backface-visibility: hidden;
    }

        .blocks-main .blocks-col .block-overlay:before {
            content: '';
            position: absolute;
            border: rgba(255, 255, 255, 0.3) solid 3px;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -moz-transition: all0 0.3s;
            -o-transition: all0 0.3s;
            -webkit-transition: all0 0.3s;
            transition: all0 0.3s;
            -webkit-transition-property: top, right, bottom, left;
            transition-property: top, right, bottom, left;
        }

        .blocks-main .blocks-col .block-overlay h4 {
            margin-bottom: 0px;
            color: #000;
        }

        .blocks-main .blocks-col .block-overlay p {
            margin: 0px;
            color: #666;
        }

    .blocks-main .blocks-col:hover .block-overlay:before {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
    }

/* Text blocks*/
.column {
    float: left;
    width: 33.33%;
}

.text-block{   
    padding:0;
    margin:0;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 3px solid #f60;
}
    .text-block .hdr {
        height: 40px;
        border-bottom: 1px solid #999;
        padding-left: 15px;
        padding-right: 5px;
    }
.text-block h3{
    font-weight:bold;
    height: 40px;
    font-size: 1.2em;
    margin-top: 15px;
   
}
.text-block img
{
    float: right;
}
    .text-block p {
        padding-left: 15px;
        padding-right: 5px;
    }
.text-block li a:before
{
    content: url("../images/play-button.png");
}
/** Side Menu on detail pages **/
.side-menu {
    width:90%;
    background-color: #f5f5f5;
    border-left: 3px solid #999;
}
.side-menu-hdr {
    width: 100%;
    height: 36px;
    background-color: #000;
    padding-top:6px;
    color: #fff;
    padding-left: 2px;
}
    .side-menu-hdr a {
        margin-left: 2px; 
        color: #fff;
        font-weight: bold;
    }
        .side-menu-hdr:before {
            content: url("../images/play-button.png");
        }
.side-menu-list {
    width: 100%;
}
    .side-menu-list ul {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .side-menu-list li {
        /*margin: 5px;
        padding: 0;*/
        padding-left:5px;
        height: 30px;
        padding-top: 5px;
        border-bottom: 1px solid #999;
    }
    .side-menu-list li a {
        margin-left: 5px;
        width: 100%;
    }
    .side-menu-list li:before {
        content: url("../images/play-button.png");
    }
        .side-menu-list li:hover
        {
           
            background-color: #f60;
        }
            .side-menu-list li:hover a {
                color: #fff;
            }
.aselected {
    background-color: #f60;
    color: #fff;
}
/**sidebar**/
.sidebar-widget {
    padding-bottom: 30px;
}

    .sidebar-widget h3 {
        text-transform: uppercase;
        text-align: left;
        font-size: 15px;
        color: #000;
        background-color: #f5f5f5;
        padding: 10px 20px;
        margin-bottom: 30px;
    }

    .sidebar-widget ul li {
        padding: 6px 0;
    }

        .sidebar-widget ul li a {
            color: #999;
        }

    .sidebar-widget .media .media-heading {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 13px;
        color: #000;
    }

    .sidebar-widget .media .price {
        display: block;
    }

    .sidebar-widget .color-box {
        width: 20px;
        height: 20px;
        float: left;
        margin: 3px;
        display: block;
    }

        .sidebar-widget .color-box.gray {
            background-color: #f5f5f5;
        }

        .sidebar-widget .color-box.black {
            background-color: #000;
        }

        .sidebar-widget .color-box.blue {
            background-color: #859cbc;
        }

        .sidebar-widget .color-box.yellow {
            background-color: #c8c258;
        }

        .sidebar-widget .color-box.red {
            background-color: #a30014;
        }

#copyright1 {
    color: #fff;
}
/* 
 small images in the middle
*/
.img-block {
    padding: 0;
    margin: 0;
}
.txt-img-block {
    display: block;
    width: 269.5px;
    float: left;
    padding: 0;
    margin: 0;
    padding-bottom:5px;
}

    .txt-img-block:hover div.txt-img-block-container {
        -webkit-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
        opacity: 0.7;
    }

    .txt-img-block div.txt-img-block-container {
        position: relative;
        margin: 0 !important;
        padding: 0 !important;
        padding-bottom: 5px !important;
    }

    .txt-img-block a {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        outline: none;
        border: none;
    }

    .txt-img-block div.txt-img-block-container img {
        height: auto;
        width: 269.5px;
        margin: 0 !important;
        padding: 0 !important;
        display: block;
    }

    .txt-img-block div.txt-img-block-container h3 {
        border-collapse: collapse;
        width: 269.5px;
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        height: 30px;
        min-height: 30px;
        color: #fff;
        font-size: 15px;
        background-color: #333;
        display: table;
        background: url('/content/images/down-arrow.png') 95% 50% no-repeat rgba(0,0,0,0.7);
    }
        
        .txt-img-block div.txt-img-block-container h3.external {
            background: url('/includes/icon_feature_popup.png') 95% 50% no-repeat rgba(0,0,0,0.7);
        }

        .txt-img-block div.txt-img-block-container h3 span {
            display: table-cell;
            vertical-align: middle;
            padding: 0 15px;
            background: none;
        }
.wpb_content_element.border {
    border: solid #f60;
    border-width: 3px 0 0 0;
}
/* Media queries */

@media (max-width: 767px) {
    #breadcrumb
    {
        display:none;
    }

    .branding{
        display:none;
    }
     .branding #identity {
        /*left: -25px;*/
        margin-top: 50px;
        min-height: 60px;
    }

        .branding #identity #desktop {
            
        }

        .branding #identity #mobile {
            width: 100%;
            padding-top: 2px;
            display: block;
        }
        .branding #identity #logo {           
            position: relative;
            top: -17px;
            border: 0px solid red;
            display: block;
            float: right;
        }

        #space1, #space2{
            display:none;
        }
        .branding #identity #mobile h3 {
            font-size: 10px;
        }
    #navbar {
        width: 100%;
        background-color: #000;
        color: #fff;
        font-size: 1.5em;
    }
    .navbar-toggle {
        float: left !important;
        margin: 8px !important;
        /*padding: 9px 17px !important; */
    }

    .navbar-brand {
        margin:0 0 0 0;
        border: 0px solid #fff;
        display: block;
        float: right !important;
        padding: 1px 0px 0px 0px;
    }
    /*.navbar-brand img
    {
        margin-top: 5px;
    }*/
        .navbar {
            background-color: #000;
            position: absolute;
            top: 0;
            left: 0;
            height: 40px;
            width: 100%;
        }

    .navbar-default {
        padding: 0 0 0 0;
        margin: 5px 0 0 0;
        border: 0px;
    }
    /*.navbar-default >li {
        width:100%;
    }*/
    .navbar-nav {
        margin: 5px 0 0 0;
        text-align:left;
        padding-bottom:2px;
    }
        .navbar-nav > li {
            background-color: #000;
            width: 100%;            
            text-align: left;
        }
            /*.navbar-nav > li:first-child
            {
                margin-left:-2px;
                padding-right: 2px;
            }*/

            .navbar-nav > li > a {
                background-color: #000;
                color: #fff;
                /*font-size: 1.5em;*/
                font-weight: normal;
            }
        .navbar-nav > li.dropdown > a::after {
            content: url('../images/arw_btn_small_grey.png');
            position: absolute;
            left: 90%;
        }

        .navbar-nav > li.dropdown > a:hover::after {
            content: url('../images/bottom-arrow-hover.png');    
            position:absolute;
            left: 90%;
        }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        /*text-transform: uppercase;*/
        font-weight: normal;
        font-size: 13px;
    }
    .navbar-default .navbar-nav > li {
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    #divMain {
        width: 100%;
        margin-top:30px;
        margin-left: 5px;
        margin-right: 5px;
        /*height: 100%;*/
    }
    .footer-bottom {
        padding: 0 0;
        height: 60px;
    }

        .footer-bottom .list-inline li:last-child {
            float: left;
        }
    #copyright1{
        margin-left:10px;
        color: #000;
    }
    #mobilesearch {
        display: block;
    }
    /**/
    /* text block with image - responsive */

    .img-block {
        padding: initial;
        margin: initial;
        min-height: 60px;
    }
    .txt-img-block {
        width: 100%;
        min-height: 60px;
        padding-left: 20px;
    }
    .txt-img-block div.txt-img-block-container {
        position: static;
        display: table;
        width: 100%;
    }

        .txt-img-block div.txt-img-block-container img {
            width: 100%;
            display: table-cell;
        }

    div.border div.txt-img-block-container img {
        border-left: 2px solid #f60;
    }
    /*#main{
        margin-left: -5px;
     }*/
    .txt-img-block div.txt-img-block-container h3 {
        font-size: 12px;
        background-position: 95% 50%;
        display: table-cell;
        width: 69%;
        position: static;
        vertical-align: middle;
        height: 100%;
    }

        .txt-img-block div.txt-img-block-container h3 span {
            display: block;
            padding: 0 25px 0 15px;
        }

    .wpb_content_element.border {
        border: solid #fff;
        border-width: 15px 0 0 0;
    }
    .navbar-header
    {       
        height:60px;
        margin-top: 0px;
        /*margin-left: 15px;*/
        width: 100%;
    }
    nav{
        width: 100% !important;
    }

    .mainContentLeft {
        width:100%;
        float: left;
        padding-left:5px;
        padding-right:5px;
    }

    .mainContentRight {
        display:none;
    }
}



.grid-container {
    padding: 25px;
   /* background-color: white;*/
    border-radius: 8px; /* Rounds the corners */
    overflow: hidden; /* Ensures the child elements respect the rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow underneath */
    margin: 0 auto;
}

.grid {
    display: grid; /* Use grid layout for items */
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr)); /* Adjusts number of columns */
    gap: 10px; /* Space between grid items */
    
}

.product-grid {
    display: grid; /* Use grid layout for items */
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Adjusts number of columns */
    gap: 10px; /* Space between grid items */
}

.grid-item {
    background-color: white; /* Background color */
    color: black; /* Text color */
    text-decoration: none;
    border-radius: 8px; /* Rounded corners */
    position: relative;
    width: 100%; /* Full width */
    justify-content: center; /* Horizontally centers the image */
    align-items: center; /* Vertically centers the image */
    overflow: hidden; /* Hides overflow */
    transition: background-color 0.3s, transform 0.3s;
    text-align: center; /* Center align text */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Add shadow effect */
}

    .grid-item img {
        width: 100%; /* Stretch to full width */
        height: 100px; /* Set a fixed height for all images */
        object-fit: cover; /* Ensures the image covers the area */
        background-color: white;
    }

    .grid-item span {
        display: block; /* Ensures the label takes up full width */
        margin-top: 5px; /* Adds space between image and label */
        font-weight: bold; /* Makes labels stand out */
    }

    .grid-item:hover {
        background-color: white; /* Optional hover effect */
        transform: scale(1.05); /* Optional hover effect */
    }

.grid-item-list {
    list-style-type: none; /* Removes default list styling */
    padding: 0; /* Removes default padding */
    margin: 10px 0 0; /* Adds margin on top to separate from the item */
    display: none; /* Initially hidden */
}

.grid-item:hover .grid-item-list {
    display: block; /* Shows the list when hovering over the grid item */
}

    .white-background {
        background-color: white;
        display: inline-block;
    }

.fa.mobilenav {
    padding-bottom: 0; /* Remove bottom padding */
    padding-top: 10px;
}


.sidenav {
    display: block;
    height: 15%; /* This will take up 10% of the viewport height */
    max-height: 75px; /* Limit height for better control */
    width: 100%;
    position: fixed; /* Fix to the bottom */
    z-index: 999999;
    bottom: 0; /* Position it at the bottom */
    left: 0; /* Align it to the left */
    background-color: #eaeaed;
    border-right: 4px double #ccc; /* Adjust width and color */
    overflow: hidden; /* Prevent scrolling */
    transition: transform 0.3s; /* Smooth transition for scaling */
    padding: 5px 0; /* Add top and bottom padding */
}

    .sidenav ul {
        display: flex;
        justify-content: space-around;
        list-style-type: none;
        margin: 0;
        padding: 0; /* Remove default padding */
        height: 100%; /* Make ul fill the sidebar height */
        align-items: center; /* Vertically center the items */
    }
    .sidenav li {
        text-align: center; /* Center text and icons */
        flex: 0 0 50px; /* Fixed height of 50px and prevent growing */
        padding-bottom: 10px;
        border: 1px solid transparent; /* Optional: Change to a visible color if needed */
    }


    .sidenav i {
        display: block; /* Make icons block-level */
        font-size: 25px; /* Adjust icon size */
        color: black; /* Icon color */
    }

    .sidenav.dark-mode i {
        color: white; /* Icon color */
    }

    .sidenav.extended.dark-mode {
        background-color: #1e1414; /* Dark background */
        color: #fff; /* Optional: change text color for better contrast */
    }

    /* Optional: adjust links for bottom navigation */

        /* Optional: style for links on mouse-over */
        .sidenav a:hover {
            background-color: #ceced0;
            background-size: 250%;
            background-position: center;
        }




        /* Style links on mouse-over */
        .sidenav a:hover {
            background-color: #ceced0;
            background-size: 250%;
            background-position: center;
         
        }

    #footerbottom {
        z-index: 10000;
    }


/* Style the main content */
.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    padding: 0px 10px;
}

ul {
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

/* Add media queries for small screens (when the height of the screen is less than 450px, add a smaller padding and font-size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}
@media (min-width: 768px) {

    .sidenav {
        padding: 15px;
        padding-top: 50px;
        height: 100%;
        max-height: 100%;
        width: 60px;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #eaeaed;
        border-right: 4px double #ccc; /* Adjust width and color */
        overflow-x: hidden;
        padding-top: 16px;
        transition: transform 0.3s; /* Smooth transition for scaling */
    }

        .sidenav.extended a {
            padding: 6px 8px 6px 16px;
            text-decoration: none;
            font-size: 20px;
            color: #818181;
            display: block;
        }

        .sidenav li {
            margin: 20px 0; /* Space between items */
            text-align: center; /* Center text and icons */
        }

    .sidenav.extended {
        padding: 15px;
        padding-top: 50px;
        height: 100%;
        max-height: 100%;
        width: 20%;
        max-width: 200px;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #eaeaed;
        border-right: 4px double #ccc; /* Adjust width and color */
        overflow-x: hidden;
        padding-top: 16px;
        transition: transform 0.3s; /* Smooth transition for scaling */
    }


        .sidenav ul {
            padding-top: 65px;
            display: block; /* Default display for block layout */
            list-style-type: none; /* Remove default list styling */
            margin: 0; /* Remove default margin */
        }

        .sidenav.extended ul {
            display: flex;
            align-items: flex-start;
            padding-top: 65px;
            display: block; /* Default display for block layout */
            list-style-type: none; /* Remove default list styling */
            margin: 0; /* Remove default margin */
            
            list-style-type: none; 
            align-items: center; /* Vertically center items */
        }

        .sidenav.extended ul li {
            flex: 1; /* Allow items to grow equally */
            text-align: left; /* Center text and icons vertically */
            justify-content: flex-start; /* Space items evenly */
        }

        .sidenav.extended a {
            display: flex; /* Use flexbox for the link */
            flex-direction: row;
            padding-left: 0;
            margin-left: 0;
            justify-content: left;
            align-items: center; /* Center items vertically within the link */
            text-decoration: none; /* Remove underline */
        }

        .sidenav a {
            font-size: 10px;
            display: flex; /* Make the link a flex container */
            flex-direction: column; /* Stack items vertically */
            justify-content: center; /* Center items vertically */
            align-items: center; /* Center items horizontally */
            text-decoration: none;
        }

        .fa.mobilenav.extended {
            padding-left: 0;
        }
}
    .navbar-default {
        padding: 15px 0;
    }
    #space1, #space2 {
        display: block;
    }
        .navbar-default .navbar-nav {
            padding-bottom: 0px;
            padding-right: 0px;
    }
    #copyright1 before {
        content: "";
    }
    
    #navbar {
       display: block;
    }

    #mobilenav {
        display: none;
    }
    .footer-bottom .list-inline li:last-child {
        float: right;
    }

    #mobilesearch {
        display: none;
    }
    .navbar-nav > li.dropdown > a::after {
        content: url('../images/bottom-arrow.png');
        position: absolute;
        left: 45%;
        top: 30px;
    }

    .navbar-nav > li.dropdown > a:hover::after {
        content: url('../images/bottom-arrow-hover.png');
        position: absolute;
        left: 45%;
        top: 30px;
    }
    .col-sm-3 .col-md-3 .col-lg-3 {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        text-align: left;
    }
    .blocks-col
    {
        padding: 0 0 0 0;
        width:104%;
        left: -10px;
    }
    .blocks-col img{
        width:100%;
    }
    .mainContentLeft{
        width: 72%;
        float: left; 
    }
    .mainContentRight {
        float: right;
        width: 26%
    }
}
section ol a{
    text-decoration: underline;
}