@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Roboto-Regular-_zFOnpv.ttf") format('truetype');
}
@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: lighter;
    src: url("../fonts/Roboto-Light-PeanUYy.ttf") format('truetype');
}
@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Roboto-Bold-4Hh7OPb.ttf") format('truetype');
}
@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Roboto-Medium-3UTXpD6.ttf") format('truetype');
}
@font-face {
    font-family: 'RobotoSlab';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/RobotoSlab-Regular-ULAlzLA.ttf") format('truetype');
}
@font-face {
    font-family: 'RobotoSlab Light';
    font-style: normal;
    font-weight: lighter;
    src: url("../fonts/RobotoSlab-Light-snVivuS.ttf") format('truetype');
}
.headerTop {
    background: rgba(37, 40, 44, 0.9);
    height: 90px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.headerTop .logo {
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.headerTop .logo_sm {

    height: 50px;
    display: block;
    position: relative;
    top: 50%;
    margin-top: -25px;
    float:right;
    margin-top:20px;
}

@media screen and (max-width:990px){
  .headerTop .logo {
      display: inline-block !important;

  }
}


.header {
    /* background: url('../images/headers/header_bg.jpg') no-repeat;
    background-image: attr(data-image-src url); */

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 300px;
    padding-top: 165px;
}
.header >img:first-child {
    position: absolute;
    top: 0px;
}
/*header menu*/

.header .container .row .col-lg-6:first-child {
    height: 135px;
}
.header ul.menu {
    padding-left: 0px;
    position: absolute;
    top: 70px;
    display: block;
}
.header ul.menu li {
    list-style: none;
    float: left;
}
.header ul.menu li {
    margin-right: 40px;
    box-sizing: border-box;
}
.header ul.menu li a {
    font-size: 24px;
    font-family: 'RobotoSlab';
    color: #FFF;
}
.header ul.menu div.separator {
    float: none;
    width: 100%;
    display: block;
    height: 1px;
    height: 75px;
}
.header ul.menu hr {
    height: 5px;
    width: 148px;
    margin: 0;
    background: #3fcd99;
    border: none;
    transition: .3s ease-in-out;
    z-index: 2;
    position: absolute;
    margin-left: 0px;
}
.header ul.menu hr:before {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    height: 1px;
}
.header ul.menu li:nth-child(2):hover ~ hr {
    margin-left: 52%;
}
.header ul.menu li:nth-child(3):hover ~ hr {
    margin-left: 52%;
}
.header ul.menu div.arrow:before {
    border-color: rgba(136, 183, 213, 0);
    /* border-top-color: #f0f2f3; */
    /* border-width: 15px; */

    margin-left: -10px;
    margin-top: -15px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: -1;
    top: 65px;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    display: block;
    height: 0px;
    width: 0px;
    background: transparent;
    border: 1px solid #ccc;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 15px;
    transition: .3s ease-in-out;
}
.header ul.menu li.active:nth-child(2) ~ div.arrow:before,
.header ul.menu li:nth-child(2):hover ~ div.arrow:before {
    margin-left: 48%;
}
.header ul.menu li:nth-child(1):hover ~ div.arrow:before {
    margin-left: -10px;
}
.header ul.menu div.arrow {
    margin: 0;
    transition: .3s ease-in-out;
}
.header ul.menu.menu-1 li:nth-child(2):hover ~ hr {
    margin-left: 88px;
}
.header ul.menu.menu-1 li.active:nth-child(2) ~ div.arrow:before,
.header ul.menu.menu-1 li:nth-child(2):hover ~ div.arrow:before {
    margin-left: 88px;
}
.header ul.menu.menu-1 li:nth-child(3):hover ~ hr {
    margin-left: 438px;
}
.header ul.menu.menu-1 li.active:nth-child(3) ~ div.arrow:before,
.header ul.menu.menu-1 li:nth-child(3):hover ~ div.arrow:before {
    margin-left: 438px;
}
.header ul.menu.menu-1 li:nth-child(4):hover ~ hr {
    margin-left: 768px;
}
.header ul.menu.menu-1 li.active:nth-child(4) ~ div.arrow:before,
.header ul.menu.menu-1 li:nth-child(4):hover ~ div.arrow:before {
    margin-left: 768px;
}
@media screen and (max-width: 1200px) {
    .header ul.menu.menu-1 div.arrow,
    .header ul.menu.menu-1 hr {
        display: none;
    }
    .header ul.menu.menu-1 li {
        margin-right: 40px;
        box-sizing: border-box;
        line-height: 26px;
    }
}
@media screen and (min-width: 990px) {
    .sidebar {
        padding-left: 0px;
    }
}
a:hover {
    text-decoration: none;
}
.header + .container {
    padding-top: 130px;
    padding-bottom: 130px;
}
.footer {
    background: #f0f2f3;
    padding: 30px 0px;
}
.footer ul.menu li {
    float: left;
    list-style: none;
    ű padding-bottom: 10px;
}
.footer small {
    color: #8695a1;
    font-size: 13px;
}
.footer b,
.footer strong {
    font-family: 'Roboto Light';
    font-size: 16px;
    font-weight: 200;
}
.footer ul.menu {
    padding-left: 0px;
}
.footer ul.menu li {
    padding-right: 14px;
}
.footer ul.menu li:last-child {
    padding-right: 0px;
}
.footer ul.menu li:first-child {
    padding-left: 0px;
}
.footer ul.menu li a {
    font-family: 'Roboto Light';
    font-size: 16px;
    font-weight: 200;
    color: #596772;
}
.footer ul.menu:after {
    content: '';
    clear: both;
    display: table;
}
.footer ul.menu li a:hover {
    color: #8695a1;
}
body {
    font-family: 'Roboto';
    font-size: 14px;
    color: #596772;
}
h1 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'RobotoSlab';
}
p {
    font-family: 'Roboto Light';
    font-size: 16px;
}
select,
input,
.bootstrap-tagsinput,
textarea {
    max-width: 570px;
}
.has-error .form-control,
.has-error .bootstrap-tagsinput {
    border-color: #ea4771;
}
.has-error .form-control:focus {
    border-color: #ea4771;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom-select {
    position: relative;
    width: 100%;
    max-width: 570px;
}
.custom-select select {
    border: solid 1px #c5ccd2;
    border-radius: 0px;
    font-size: 16px;
    color: gray;
    font-family: 'Roboto Light';
    font-size: 20px;
    height: 44px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.custom-select select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #c5ccd2;
}
.custom-select .select-side {
    width: 40px;
    position: absolute;
    top: 0px;
    background-color: #FFF;
    height: 44px;
    left: 100%;
    margin-left: -40px;
    border-radius: 0px;
    pointer-events: none;
    border-right: solid 1px #c5ccd2;
    border-top: solid 1px #c5ccd2;
    border-bottom: solid 1px #c5ccd2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .custom-select .select-side {
    border-color: #ea4771;
    border-right: solid 1px #ea4771;
    border-top: solid 1px #ea4771;
    border-bottom: solid 1px #ea4771;
}
.custom-select .select-side:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #fff;
    height: 40px;
    /* or 100px */
}
.custom-select .select-side i {
    left: 30%;
    top: 12px;
}
.custom-select .select-side i {
    color: #aeb7be;
}
.has-error .custom-select .select-side i {
    color: #c5264f;
}
/*custom radio */

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #aeb7be;
    border-radius: 100%;
    background: #fff;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 17px;
    height: 17px;
    background: #3fcd99;
    background-image: url("../images/pipe_icon_radio-claeTnG.png");
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.has-error input[type="radio"]:checked + label,
.has-error input[type="radio"]:not(:checked) + label {
    color: #c5264f;
}
.has-error input[type="radio"]:checked + label:before,
.has-error input[type="radio"]:not(:checked) + label:before {
    border: 1px solid #c5264f;
}
/* custom checkbox*/
/*custom radio */

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #666;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #aeb7be;
    border-radius: 0;
    background: #fff;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 17px;
    height: 17px;
    background: #3fcd99;
    background-image: url("../images/pipe_icon_radio-claeTnG.png");
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 4px;
    left: 4px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.has-error input[type="checkbox"]:checked + label,
.has-error input[type="checkbox"]:not(:checked) + label {
    color: #c5264f;
}
.has-error input[type="checkbox"]:checked + label:before,
.has-error input[type="checkbox"]:not(:checked) + label:before {
    border: 1px solid #c5264f;
}
form {
    margin-bottom: 50px;
}
.form-control {
    border-radius: 0px;
    font-family: 'Roboto Light';
    font-size: 20px;
    padding: 5px 15px;
    height: 44px;
    margin-bottom: 15px;
    font-weight: lighter;
    border: 1px solid #c5ccd2;
}
.bootstrap-tagsinput {
    border-radius: 0px;
    font-family: 'Roboto Light';
    font-size: 20px;
    padding: 5px 15px;
    min-height: 44px;
    margin-bottom: 15px;
    font-weight: lighter;
    border: 1px solid #c5ccd2;
}
.bootstrap-tagsinput {
    display: block;
}
.bootstrap-tagsinput input {
    height: 100%;
}
label {
    font-family: 'Roboto Light';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: lighter;
}
.bootstrap-tagsinput .label {
    display: inline;
    padding: 5px;
    font-size: 16px;
    font-family: 'RobotoSlab Light';
    font-weight: 200;
    line-height: 40px;
    color: #596772;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background: #e2e5e8;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 10px;
    margin: 0;
    width: auto;
    max-width: inherit;
    height: 32px !important;
}
.checkbox,
.radio {
    margin-bottom: 20px;
}
label + .radio {
    margin-top: -5px;
}
.checkbox label,
.radio label {
    font-size: 20px;
    font-family: 'RobotoSlab Light';
    font-weight: lighter;
}
/* steps */

.steps {
    /* 1. Reduce space ABOVE: 
       We use a small positive margin to push it away from the header/breadcrumbs.
       Using !important to override the -100px in your styles.css */
    margin-top: -120px !important; 
    
    /* 2. Increase space BELOW: 
       The padding-bottom acts as a spacer for the absolute-positioned labels.
       Increasing this from 80px to 120px to push the <h1> further down. */
    padding: 20px 0 120px 0 !important; 
    
    margin-bottom: 40px !important;
    position: relative;
    display: block; 
    width: 100%;
    clear: both;
}

.steps:before {
    content: '';
    width: 100%; 
    height: 1px;
    border-bottom: 1px solid #b4bcc3;
    position: absolute;
    top: 40px; 
    left: 0;
    z-index: 1;
}

.steps ul {
    padding-left: 70px !important;
    margin: 0;
    display: flex;
    justify-content: flex-start; 
    list-style: none;
    position: relative;
    z-index: 2;
}

.steps ul li {
    position: relative;
    border-radius: 50%;
    border: 2px solid #b4bcc3;
    background: #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Fixed horizontal distance */
    margin-right: 80px; 
    flex-shrink: 0;
}

.steps ul li:last-child {
    margin-right: 0;
}

/* Step Numbers */
.steps ul li:before {
    font-family: 'RobotoSlab', sans-serif;
    color: #b0b9c0;
    font-size: 18px;
    font-weight: bold;
}

/* Ensure numbers align with your template sequence */
.steps ul li:nth-child(1):before { content: '1'; }
.steps ul li:nth-child(2):before { content: '2'; }
.steps ul li:nth-child(3):before { content: '3'; }
.steps ul li:nth-child(4):before { content: '4'; }
.steps ul li:nth-child(5):before { content: '5'; }
.steps ul li:nth-child(6):before { content: '6'; }

/* Label Styling */
.steps ul li span {
    position: absolute;
    top: 50px; 
    left: 50%;
    transform: translateX(-50%);
    white-space: normal;      
    width: 140px;             
    text-align: center;       
    word-wrap: break-word;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

/* Active State */
.steps ul li.active {
    border-color: #3fcd99;
    background-color: #3fcd99;
}

.steps ul li.active:before {
    content: '✓' !important; 
    color: #FFF;
    font-size: 20px;
    /* Resetting old positioning from styles.css */
    left: auto !important;
    top: auto !important;
    position: static !important;
}

.steps ul li.active span, 
.steps ul li.active a {
    color: #3fcd99;
    text-decoration: none;
}

/* Adjust the H1 specifically if needed */
h1 {
    margin-top: 0;
    clear: both;
}

/*button*/

.btn.btn-primary {
    background: #3fcd99;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px;
    border: 0px;
    font-family: 'Roboto Bold';
    font-weight: bold;
    font-size: 16px;
}
.btn.btn-lg {
    padding: 17px 60px;
}
/* tooltip */

.custom-select .tooltip {
    top: 0px !important;
}
.tooltip-inner {
    width: 350px;
    background-color: #d2eaf8;
    color: #538dc3;
    font-family: "Roboto Light";
    font-weight: 200;
    font-size: 13px;
    text-align: left;
    padding: 13px; 
}

.tooltip.right {
    margin-left: 18px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #d2eaf8;
    margin-top: -32px;
    border-width: 20px 20px 20px 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 22px !important;
}
.tooltip-inner {
    border-radius: 0px;
    width: 340px;
    max-width: 340px;
}
.checkbox-tooltip-box .tooltip-inner {
    margin-top: 20px;
    margin-left: -20px;
}
.checkbox-tooltip-box.right .tooltip-arrow {
    margin-top: -12px;
    margin-left: -20px;    
}  
.checkboxes-tooltip-box .tooltip-inner, .radio-tooltip-box .tooltip-inner {
    margin-top: 100px;
}
.checkboxes-tooltip-box.right .tooltip-arrow, .radio-tooltip-box.right .tooltip-arrow {
    margin-top: 68px;
}
.has-error .tooltip-inner {
    background: #f9b6bd;
    color: #c5264f;
}
.has-error .tooltip.right .tooltip-arrow {
    border-right-color: #f9b6bd;
}
/*alerts*/

.alert {
    border: none;
    border-radius: 0px;
    color: #FFF;
    text-shadow: none;
}
.alert {
    font-size: 14px;
    font-family: 'Roboto Light';
    font-weight: 200;
}
.alert div {
    display: table-cell;
    padding-left: 15px;
}
.alert strong {
    font-family: 'RobotoSlab';
    font-size: 20px;
    font-weight: 200;
}
/*danger_icon.png
success_icon.png
*/

.alert.alert-success {
    background: #3ec9a1;
}
.alert.alert-danger {
    background: #ea4771;
}
.alert.alert-danger:before,
.alert.alert-success:before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    display: table-cell;
    padding-right: 15px;
}
.alert.alert-danger:before {
    background: url("../images/danger_icon-HE2uHJy.png") no-repeat;
    background-position: center center;
}
.alert.alert-success:before {
    background: url("../images/success_icon-hpteYbg.png") no-repeat;
    background-position: center center;
}
blockquote {
    position: relative;
    background: #f0f2f3;
    font-family: 'RobotoSlab';
    font-size: 16px;
    padding: 15px 25px;
}
blockquote .icon {
    background: url("../images/blockquote_icon-JoNt93a.png") no-repeat;
    width: 57px;
    height: 57px;
    display: block;
    margin: 0 auto;
}
blockquote .col-xs-2 {
    padding: 0px;
    text-align: center;
}
blockquote:after {
    top: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
blockquote:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f0f2f3;
    border-width: 15px;
    margin-left: -15px;
    margin-top: -15px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: -1;
}
blockquote + .author {
    position: relative;
    margin-bottom: 30px;
}
blockquote + .author b {
    font-family: 'Roboto Medium';
    font-size: 16px;
}
blockquote + .author small {
    font-family: 'Roboto Light';
    font-size: 16px;
}
blockquote .col-xs-10 {
    padding-left: 8px;
    padding-right: 5px;
}
.fixed_banner_right {
    position: fixed;
    top: 50%;
    right: -100px;
    transform: translateX(100%);
}
.infobox {
    background: #d2eaf8;
    padding: 15px 25px;
    margin-bottom: 30px;
    font-family: 'RobotoSlab';
    font-size: 16px;
    color: #538dc3;
}
.infobox .icon {
    background: url("../images/shield_icon-tlehBJL.png") no-repeat;
    width: 57px;
    height: 57px;
    display: block;
    margin: 0 auto;
}
.infobox .col-xs-2 {
    padding: 0px;
    text-align: center;
}
.infobox .col-xs-10 {
    padding-left: 8px;
    padding-right: 5px;
}
body> .advertis-left {
    left: 50%;
    margin-left: -1070px;
    position: fixed;
    text-align: right;
    top: 375px;
    width: 485px;
}
body> .advertis-right {
    left: 50%;
    margin-left: 585px;
    position: fixed;
    top: 375px;
    width: 500px;
}
.sidebar > .advertis-left,
.sidebar > .advertis-right {
    text-align: center;
    margin-bottom: 20px;
}
.sidebar > .adv {
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    body> .advertis-left,
    body> .advertis-right {
        display: none;
    }
}
@media screen and (min-width: 1430px) {
    .sidebar > .advertis-left:not(.advertis-big),
    .sidebar > .advertis-right:not(.advertis-big) {
        display: none;
    }
}
@media screen and (max-width: 1690px) {
    body> .advertis-left.advertis-big,
    body> .advertis-right.advertis-big {
        display: none;
    }
}
@media screen and (min-width: 1690px) {
    .sidebar > .advertis-left.advertis-big,
    .sidebar > .advertis-right.advertis-big {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .headerTop .logo {
        width: 280px;
        height: 50px;
        display: block;
        position: relative;
        top: 20px;
        margin-top: 0px;
        /*margin: 0 auto;*/
    }
    .header .container .row .col-md-6:nth-child(2) {
        width: 100%;
        margin-top: -20px;
    }
    .header .container .row .col-md-6:nth-child(2) .btn {
        margin: 0 auto;
        float: none !important;
        display: block;
        width: auto;
    }
}
@media screen and (max-width: 480px) {
    .header .container .row .col-md-6:nth-child(2) .btn-lg {
        padding: 10px 16px;
    }
    .header ul.menu li {
        margin-right: 20px;
    }
    .header ul.menu li a {
        font-size: 20px;
    }
    .steps ul li {
        margin-right: 30px;
    }
}
.btn {
    margin-bottom: 20px;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #2fbf84;
    border-color: #2fbf84;
    box-shadow: none;
}
.dropdown-menu {
    border-radius: 0px;
    max-width: 570px;
    padding-left: 0px;
    margin-left: 0px;
    left: 15px !important;
    border-radius: 0px;
    top: 80px;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: #3fcd99;
}
@media screen and (min-width: 570px) {
    .dropdown-menu {
        width: 570px;
    }
}
.text-danger {
    color: #c94060;
    font-family: 'Roboto Light';
    font-size: 12px;
    line-height: 14px;
    margin-top: -10px;
    display: block;
    font-weight: lighter;
    margin-bottom: 5px;
}
::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
.form-group .col-lg-3 > label {
    margin-top: 10px;
}
.form-group .col-lg-3 {
    padding-right: 0px;
}
.alert div {
    line-height: 34px;
}
.container >.row.content:first-child {
    margin-top: -85px;
}
.container >.row.content {} .centered {
    margin-left: auto;
    margin-right: auto;
}
.container >.row.content .btn.centered {
    max-width: 300px;
    display: block;
}
h4,h2 {
    font-size: 22px;
    line-height: 28px;
    font-family: 'RobotoSlab';
    color: #3fcd99;
}
ol li {
    font-family: 'Roboto Light';
    font-size: 16px;
}
.content ol li {
    font-size: 14px;
}
form.horizontal .row >.form-group > div:first-child {
    display: table;
    height: 44px;
}
form.horizontal .row >.form-group > div> label {
    display: table-cell;
    vertical-align: middle;
}
.infobox h4 {
    color: #538dc3;
    font-size: 18px;
}
.btn {
    border-radius: 0px;
    font-family: 'Roboto Bold';
}
.btn-blue {
    background: #28abed;
}
a.btn {
    color: #FFF;
}
.btn-back {
    bottom: 20px;
    left: 20px;
    display: inline-block;
    background-color: #28abed;
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 0px;
    font-family: 'Roboto Bold', sans-serif;
    font-size: 16px;
    text-align: center;
}
.result h1 {} .result .row span {
    color: #538dc3;
    line-height: 28px;
}
.result .row span:hover {
    cursor: pointer;
}
i {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
}
.result .icons {
    margin-top: 20px;
}
.result .icons > div .short {
    width: 33.3333%;
    float: left;
    overflow: hidden;
    padding-left: 15px;
}
.result .icons > div.phone .short,
.result .icons > div.fax .short {
    width: 20%;
}
.result .icons > div.web .short {
    width: 60%;
}
.result .icons > div .short:first-child {} .result .icons > div .short div {
    width: 85px;
    overflow: hidden;
    height: 23px;
    display: block;
    float: left;
    font-family: 'Roboto Light';
    font-size: 16px;
    padding-left: 10px;
    line-height: 28px;
    word-break: break-all;
}
.result .icons > div .short span:before {
    content: '...';
    float: left;
}
.phone i {
    background: url("../images/phone_icon-HjMGrxH.png") no-repeat;
}
.fax i {
    background: url("../images/printer_icon-XxI3uJP.png") no-repeat;
}
.web i {
    background: url("../images/monitor_icon-QNUOvpF.png") no-repeat;
}
.result .icons > div .short.opened span {
    display: none;
}
.result .icons > div .short.opened div {
    width: 80%;
}
.result h3 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 32px;
    font-family: 'RobotoSlab';
}
.result .result-item {
    padding: 15px;
    border: 1px solid #d2d9df;
    color: #788792;
    margin-bottom: 15px;
}
.result .result-item .btn-primary {
    text-transform: none;
    width: 200px;
    font-size: 14px;
}
.result .result-item .row >div.sameheight {
    height: 115px;
}
.result .result-item .details {
    min-width: 110px;
    display: block;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 14px;
    font-family: 'Roboto Bold';
    bottom: -15px;
    text-align: center;
    color: #788792;
}
.result .result-item .details span {
    color: #788792;
}
.result .result-item .details.opened span {
    display: none;
    color: #788792;
}
.result .result-item .details.opened:after {
    content: 'Bezár';
}
.result .result-item .details:before {
    content: '';
    background: url("../images/plus_icon-gqvVVjt.png") no-repeat;
    width: 15px;
    display: inline-block;
    height: 15px;
    margin-bottom: -2px;
    margin-right: 5px;
}
.result .result-item .details.opened:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.result .result-item.highlight {
    background: #dff0fa;
    border-color: #dff0fa;
}
.result .result-item.highlight:before {
    display: block;
    content: '';
    width: 10px;
    height: 62px;
    background: #28abed;
    position: absolute;
    left: 5px;
}
.result .result-item .details_content {} .result .result-item .details_content {
    margin-bottom: -15px;
    background: #f0f2f3;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: -16px;
    border-top: 1px solid #ccc;
    box-shadow: inset 0px 1px 0px #e8ebed;
    -moz-box-shadow: inset 0px 1px 0px #e8ebed;
    -webkit-box-shadow: inset 0px 1px 0px #e8ebed;
    margin-left: -16px;
    margin-right: -16px;
    font-size: 14px;
    display: none;
}
.details_content .lightbox_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #FFF;
}
.details_content img {
    max-width: 100%;
    max-height: 100%;
}
.gallery_preview img {
    max-height: 100%;
    max-width: 120px;
}
/*
.details_content img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    margin: -36% 0 0 -50%;
}
*/

.details_content div.lightbox {} .result .result-item.opened .details_content {
    display: block;
}
.result .result-item .details_content p {
    font-size: 14px;
}
.result .result-item .row.details_content >div.col-xs-6 {
    height: auto;
}
.row-eq-height {
    display: flex;
}
.row .result-item .gallery_preview {
    background: #FFF;
    display: inline-grid;
    padding: 10px;
}
.row .result-item .gallery_preview span {
    font-size: 12px;
}
.result .result-item.highlight.opened .details_content {
    background: #d1e8f7;
    border-top: 1px solid #c9e0ef;
}
.lightbox_container {
    /** Default lightbox to hidden */

    display: none;
    /** Position and style */

    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
}
.lightbox_container.dark {
    background: rgba(0, 0, 0, 0.4);
}
.lightbox_container >div {
    display: table;
    width: 100%;
    height: 100%;
}
.lightbox_container >div > div {
    display: table-cell;
    vertical-align: middle;
}
.lightbox_container >div > div>div {
    display: inline-block;
    position: relative;
    border: 5px solid #FFF;
    background: #FFF;
}
.lightbox:hover {
    cursor: pointer;
}
.visible {
    display: block;
}
.lightbox {
    display: block;
    padding-left: 0px;
    width: 130px;
    height: 130px;
    border: 5px solid #FFF;
    float: left;
    margin-right: 5px;
}
.lightbox:hover i {
    float: none;
}
.lightbox:hover > i {
    background: #000;
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 1;
    top: 5px;
    opacity: 0.5;
    display: table;
}
.lightbox:hover > i>i {
    content: '';
    z-index: 2;
    width: 100%;
    height: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.lightbox:hover > i>i>i {
    display: block;
    background: url("../images/zoom-_MQx2r5.png") no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    background-color: #FFF;
    z-index: 3;
    border-radius: 100px;
    margin: 0 auto;
}
.lightbox:hover:after {} .lightbox_container {
    background: rgba(0, 0, 0, 0.5);
}
.lightbox_container i.close {
    display: block;
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    background-repeat: no-repeat;
    border-radius: 100px;
    background-position: center;
    cursor: pointer;
    background-image: url("../images/close-Xy5-t9Z.png");
    opacity: 1;
}
.pager {
    margin-left: 15px;
    margin-right: 15px;
}
.pager i {
    width: 17px;
    height: 17px;
    background: url("../images/pager_arrow-fKGpmml.png") no-repeat;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
}
.pager .next i {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    float: right;
    margin-right: 0px;
    margin-left: 5px;
}
.pager a {
    float: left;
    margin-right: 15px;
    padding: 20px 60px;
    font-size: 16px;
}
.btn-blue {
    float: right;
    margin-bottom: 40px;
    position: absolute;
    top: 20px;
    right: 15px;
}
.btn-corner {
    background: #28abed;
    float: right;
    margin-bottom: 40px;
    position: relative;
    top: 20px;
    right: 15px;
    margin-bottom: -30px;
    margin-left: 10px;
}
.result + .btn-blue {
    float: right;
    margin-bottom: 40px;
    position: relative;
    right: 0px;
}
.lightbox_container .slider {
    width: 120%;
    height: 100%;
    /* background: red; */

    display: table;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    margin-left: -10%;
}
.lightbox_container .slider i {
    width: 17px;
    height: 17px;
    background: url("../images/pager_arrow-fKGpmml.png") no-repeat;
    display: block;
    float: left;
}
.lightbox_container .slider i:hover {
    cursor: pointer;
}
.lightbox_container .slider .right {
    float: right;
    display: block;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pager {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 15px;
}
.result-item .icons_wrapper {
    display: block;
    position: relative;
    width: 100%;
}
.result-item .icons {
    width: 100%;
}
.result-item .icons {
    width: 100%;
}
@media screen and (min-width: 1200px) {
    .result-item .icons_wrapper {
        width: 980px;
    }
}
@media screen and (min-width: 990px) {
    .result-item .icons {
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .result .result-item .icons > div .short {
        width: 100%;
    }
}
@media screen and (max-width: 990px) {
    .result .icons > div.phone .short,
    .result .icons > div.fax .short {
        width: 100%;
    }
    .hide_on_mobile {
        display: none;
    }
    .row-eq-height {
        display: block;
    }
    .hide_on_mobile + div a,
    .row-eq-height:not(.texts) .col-xs-12 + div a {
        float: left !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .hide_on_mobile + div {
        padding-bottom: 20px;
    }
    .result .icons > div .short {
        width: 100%;
    }
}
h1.big {
    font-size: 40px;
    margin-bottom: 20px;
}
.texts img {
    margin-top: 24px;
}
.texts .row .col-xs-2 {
    width: 24%;
}
.texts .row .col-xs-10 {
    width: 76%;
}
.texts h3 {
    font-size: 18px;
    line-height: 24px;
}
.texts p {
    font-size: 14px;
    font-family: 'Roboto Light';
}
.pipe {
    width: 29px;
    height: 23px;
    display: inline-block;
    background: url("../images/pipe_green_icon-ad7zolu.png") no-repeat;
    background-position: center;
    float: none;
}
.modal-content {
    box-shadow: none;
    border-radius: 0px;
}
.modal-title {
    font-size: 32px;
    font-family: 'RobotoSlab';
    color: #596772;
}
.modal-header {
    padding: 20px;
    border: none;
}
@media (min-width: 990px) {
    .modal-dialog {
        width: 990px;
    }
}
.modal-dialog table,
table.tables {
    width: 100%;
    font-family: 'Roboto Light';
    font-size: 14px;
    color: #596772;
}
.modal-dialog table thead tr th,
table.tables thead tr th {
    font-family: 'Roboto Light';
    font-weight: 200;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    background: #6bbae8;
    padding: 10px;
}
table.tables .btn.btn-primary {
    margin-bottom: 0px;
}
.modal-header {
    padding-bottom: 0px;
}
.modal-body {
    padding: 20px;
    padding-top: 0px;
}
.modal-dialog table tbody tr td,
table.tables tbody tr td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.modal-dialog table tbody tr td span,
.modal-dialog table tbody tr td span strong {
    font-family: 'Roboto Light';
    font-size: 18px;
}
.modal-dialog table tbody tr td span strong {
    color: #596772;
    font-weight: 400;
}
.modal-dialog table tbody tr td small {
    font-size: 12px;
    font-family: 'Roboto Light';
    color: #788792;
}
.modal-dialog table tbody tr:nth-child(even) td,
table.tables tbody tr:nth-child(even) td {
    background: #f7f8f9;
}
.modal-dialog table thead tr th,
.modal-dialog table tbody tr td {
    text-align: center;
}
.modal-dialog table thead tr th:first-child,
.modal-dialog table tbody tr td:first-child {
    text-align: left;
}
.modal-footer {
    border: none;
}
.modal-dialog button.close {
    opacity: 1;
}
.modal-dialog button.close span {
    width: 30px;
    height: 30px;
    background: url("../images/modal_close-FJ6-qac.png") no-repeat;
    background-position: center;
    display: block;
}
.modal-confirm {		
    color: #636363;
    width: 400px;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
.modal-confirm .modal-header {
    border-bottom: none;   
    position: relative;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}
.modal-confirm .modal-body {
    color: #999;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;		
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}
.modal-confirm .btn-info {
    background: #c1c1c1;
}
.modal-confirm .btn-danger {
    background: #337ab7; /* Matching your primary blue */
}
.modal-save-confirm .modal-footer {
    display: block !important; 
    padding: 20px !important;
    border-top: 1px solid #eee !important;
    text-align: center !important;
}
.modal-save-confirm .confirm-btn-container {
    display: grid !important;
    grid-template-columns: 140px 140px !important; /* Forces exactly two columns of 140px */
    justify-content: center !important;            /* Centers the grid in the footer */
    align-items: center !important;                /* Locks vertical alignment */
    gap: 15px !important;                          /* Space between buttons */
    margin: 0 auto !important;
}
.modal-save-confirm .modal-btn-uniform {
    float: none !important;            /* Kills Bootstrap button floats */
    display: block !important;         /* Grid items handle their own block logic */
    width: 100% !important;            /* Fills the 140px grid column perfectly */
    height: 45px !important;
    line-height: 45px !important;      /* Centers the text vertically */
    margin: 0 !important;
    padding: 0 !important;
    
    background-color: #4eb08b !important; /* Green color from your screenshot */
    color: white !important;
    border: none !important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px !important;
    text-align: center !important;
    cursor: pointer;
}
.modal-save-confirm .modal-btn-uniform:hover {
    filter: brightness(90%);
}
.offer >.row {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #b0b9c0;
    margin-left: 0px;
    margin-right: 0px;
}
.content hr {
    border-color: #b0b9c0;
}
.offer h3 {
    font-size: 18px;
    font-family: 'RobotoSlab';
    margin-top: 0px;
    margin-bottom: 0px;
}
.offer .row.details {
    background: #f7f8f9;
}
.arrow_link {
    display: block;
    width: 100%;
    color: #79c1ea;
    margin-top: 10px;
    margin-bottom: 10px;
}
.arrow_link:hover {
    cursor: pointer;
}
.arrow_link:before {
    content: "";
    position: relative;
    display: inline-block;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-top-color: #eee;
    border-top-color: rgba(0, 0, 0, 0.3);
    margin-top: 0px;
    margin-right: 0px;
    border-color: transparent;
    border-left-color: #b6babe;
    border-left-color: #b6babe;
    top: 1px;
}
.header + .container > .row {
    margin-top: -90px;
}
.custom-select.multiple select {
    height: 140px;
    border: solid 1px #c5ccd2;
}
.custom-select.multiple .select-side {
    display: none;
}
.header .btn-lg {
    margin-left: 10px;
}
@media screen and (max-width: 1200px) {
    .header.tall {
        height: 400px;
    }
    .header.tall .container {
        height: 200px;
    }
    .header.tall .container .col-md-6 {
        height: 100px;
    }
    .header.tall .btn-lg {
        position: relative;
        top: -10px;
    }
    .header.tall ul.menu {
        padding-left: 0px;
        position: absolute;
        top: 100px;
        display: block;
    }
}
@media screen and (max-width: 1200px) {
    .btn-corner {
        background: #28abed;
        float: right;
        /* margin-bottom: 40px; */

        position: relative;
        top: 20px;
        /* right: 15px; */
        /* margin-bottom: -30px; */
        /* margin-left: 10px; */

        left: 0px;
        right: 0px;
        margin-bottom: 10px;
        display: block;
        float: none !important;
    }
    .btn-corner + .btn-corner {
        margin-bottom: 30px;
        margin-left: 0px;
    }
}
.headerTop .navbar {
    width: auto;
    display: table;
    float: right;
    border: none;
    background: none;
    box-shadow: none;
    margin-bottom: 0px;
    margin-top: 20px;
}
.headerTop .nav>li {
    position: relative;
    display: block;
    float: left;
}
.headerTop .navbar .dropdown-menu {
    width: auto;
}
.headerTop .navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    margin-left: -70px;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,.5);
}
.headerTop .navbar-default .navbar-collapse {
    background: none;
    border: none;
}
.headerTop .navbar-default .navbar-nav>.active>a,
.headerTop .navbar-default .navbar-nav>.open>a,
.headerTop .navbar-default .navbar-nav>.active>a:hover,
.headerTop .navbar-default .navbar-nav>.open>a:hover {
    background: none;
    box-shadow: none;
}
.headerTop .navbar-default .navbar-nav>li> a {
    color: #eee;
}
.headerTop .navbar-default .navbar-nav>.active>a {
    color: #FFF;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #eee;
}
.menu li > ul {
    display: none;
}
.menu li:hover > ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    background: transparent;
    margin-top: 31px;
    padding-top: 15px;
    display: block;
    z-index: 99;
}
.header ul.menu > li {
    margin-right: 40px;
    box-sizing: border-box;
    display: block;
    height: 80px;
}
.menu li:hover > ul li {
    display: block;
    float: none;
}
.menu li:hover > ul li a {
    color: #353535;
    font-size: 14px;
    display: block;
    padding: 10px;
}
.menu li:hover > ul li {
    background: #FFF;
    min-width: 200px;
}
.menu li:hover > ul li a:hover {
    color: #3fcd99;
}
@media screen and (max-width: 990px) {
    .headerTop {
        background: rgba(37, 40, 44, 0.9);
        height: 125px;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 999;
    }
    .headerTop .navbar-default .navbar-nav>.active>a {
        font-size: 13px;
        padding: 15px 5px;
    }
}
@media screen and (max-width: 768px) {
    .headerTop .nav>li {
        float: none;
        text-align: right;
    }
    .headerTop {
        height: 99px;
    }
    .headerTop .navbar .dropdown.open .dropdown-menu {
        display: block;
        z-index: 99999;
        position: relative;
        left: 0px;
        right: 0px;
        margin: inherit;
    }
    .headerTop .navbar .dropdown.open .dropdown-menu li a {
        color: #FFF;
    }
    .headerTop .navbar {
        margin-top: -20px;
    }
    .headerTop .nav {
        background: rgba(0, 0, 0, 0.3);
        box-shadow: none;
        border: none;
        margin-top: 19px;
    }
    .headerTop .navbar-default .navbar-collapse {
        box-shadow: none;
    }
}
.header ul.menu.menu-2 li:nth-child(2):hover ~ hr {
    margin-left: 165px;
}
.header ul.menu.menu-2 li.active:nth-child(2) ~ div.arrow:before,
.header ul.menu.menu-2 li:nth-child(2):hover ~ div.arrow:before {
    margin-left: 165px;
}
.header ul.menu.menu-2 li:nth-child(3):hover ~ hr {
    margin-left: 376px;
}
.header ul.menu.menu-2 li.active:nth-child(3) ~ div.arrow:before,
.header ul.menu.menu-2 li:nth-child(3):hover ~ div.arrow:before {
    margin-left: 376px;
}
@media screen and (max-width: 1200px) {
    .header ul.menu.menu-2 div.arrow,
    .header ul.menu.menu-2 hr {
        display: none;
    }
    .header ul.menu.menu-2 li {
        margin-right: 40px;
        box-sizing: border-box;
        line-height: 26px;
    }
}



.header ul.menu.admin-menu div.arrow,
.header ul.menu.admin-menu hr{
    display: none;

}


.header ul.menu.admin-menu > li > ul{
    max-height:0px;
    -webkit-transition: max-height 0.15s ease-out;
    -moz-transition: max-height 0.15s ease-out;
    -o-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
}

.header ul.menu.admin-menu > li:hover > ul{
     box-shadow: 0px 0px 10px rgba(64,114,144,0.5);
    background: #FFF;

     max-height:300px;

}
.header ul.menu.admin-menu > li:hover > ul li{
    background: none;
}


.header ul.menu.admin-menu li:hover > ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    background: transparent;
    margin-top: 15px;
    padding-top: 0px;
    z-index: 99;
    display: block;
    max-width: 100%;
    background: #FFF;
}


.header ul.menu.admin-menu  li:hover > ul li{
    min-width: auto;
        display: block;
        float: left;
}

.header ul.menu.admin-menu > li:hover > a:after{
    content:'';
    display: block;
    height: 5px;
    width: 100%;
    margin: 0;
    background: #FFF;
    opacity: .4;

}

.header ul.menu.admin-menu li:hover > ul li a:hover {
    color: #353535;
}



.header ul.menu.admin-menu li:hover > ul li a:after{
    content:'';
    display: block;
    height: 2px;
    width: 100%;
    margin: 0;
    background: transparent;
    border-bottom:none;
}


.header ul.menu.admin-menu li:hover > ul li:hover a:after{
    content:'';
    display: block;
    height: 2px;
    width: 100%;
    margin: 0;
    background: #3fcd99;
    border-bottom:none;
}

.header.admin-header{
    height: 155px;
    padding-top: 37px;
}

.header ul.menu.admin-menu >li> a {
    font-size: 18px;
}

.header ul.menu.admin-menu{
    top: 73px;
    width: 100%;
}


@media screen and (max-width: 990px){
    .header ul.menu.admin-menu li a {
     font-size: 18px;
    }
    .header ul.menu.admin-menu li:hover > ul{
        display:block;
    }

    .header ul.menu.admin-menu{
        top: 85px;
    }

    .header ul.menu.admin-menu li:hover > ul {
        background: #FFF;
        margin-top: 30px;
    }

}

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

.header ul.menu.admin-menu li a {
    font-size: 16px;
}

}

.headerTop .nav> li.user_info{
    position: absolute;
    width: 100%;
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    color: #FFF;
}
.headerTop .nav> li.user_info strong{
    font-weight: bold;
}

.headerTop .nav{
    position: relative;
}

.headerTop .nav> li.user_info ~ li{
    margin-top: 10px;
}


.headerTop .nav> li.user_info.admin + li{
    min-width: 600px;
    text-align: right;
}

.form-control + .error ul,
.form-group  .error ul {
padding-left: 0px;
}

.form-control + .error ul li,
.form-group  .error ul li{
    list-style: none;
}

form label.required:after{
    content:'*';
}

/* Container alignment */
.credit-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Hide the standard radio circle completely for signs */
.sign-selector input[type="radio"] {
    position: absolute;
    opacity: 0;
}

/* Base style for the + and - signs */
.sign-selector label {
    padding-left: 0 !important; /* Remove the space for the circle */
    font-size: 32px;
    font-weight: bold;
    color: #aeb7be; /* Grey when not selected */
    cursor: pointer;
    margin-bottom: 0 !important;
    transition: color 0.2s ease;
    user-select: none;
    display: inline-block;
    margin-right: 10px;
}

/* Remove the circle and checkmark icons from these specific labels */
.sign-selector input[type="radio"] + label:before,
.sign-selector input[type="radio"] + label:after {
    content: none !important;
}

/* Highlight the sign when its radio is checked */
.sign-selector input[type="radio"]:checked + label {
    color: #3fcd99; /* Your theme's green color */
}

/* Keep input field tight */
.credit-field {
    width: 490px !important;
    margin-bottom: 0 !important;
}

.category-grid-container {
    margin-top: 40px;
    padding-left: 15px;  /* Matches standard Bootstrap alignment */
    padding-right: 15px; /* Matches standard Bootstrap alignment */
}

.category-card {
    margin-bottom: 30px;
    border: 10px solid transparent; 
    background-clip: padding-box; 
    box-shadow: inset 0 0 0 1px #e1e4e8; 
    background-color: #fff;
    padding: 15px;
    overflow: hidden;
    position: relative;
}

.category-card:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(transparent, white);
    pointer-events: none;
}

.category-content-wrapper {
    display: block;
    width: 100%;
}

.category-content-wrapper::after {
    content: "";
    display: table;
    clear: both;
}

.category-left-col {
    float: left;
    width: 110px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.category-image-wrapper {
    width: 110px;
    height: 73px;
    overflow: hidden;
    border: 1px solid #c5ccd2;
    background: #f0f2f3;
}

.category-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-link {
    display: block;
    margin-top: 5px;
    font-family: 'Roboto Bold';
    font-size: 12px;
}

.subcategory-list {
    display: block;
}

.subcategory-list a {
    display: inline-block;
    width: 180px;
    vertical-align: top;
    margin-bottom: 6px;
    padding-right: 5px;
    font-family: 'Roboto Light';
    font-size: 14px;
    color: #337ab7;
    text-decoration: none;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.subcategory-list a:hover {
    color: #23527c;
    text-decoration: underline;
}

.clearfix {
    clear: both;
}

.category-detail-container {
    margin-top: 50px;
    padding: 20px;
    border: 1px solid #e1e4e8;
    background-color: #fff;
    overflow: hidden;
}

.subcategory-list-full {
    column-count: 3;
    column-gap: 20px;
    min-height: 100px;
}

.subcategory-item {
    display: block;
    break-inside: avoid;
    margin-bottom: 8px;
}

.subcategory-item a {
    display: block;
    font-family: 'Roboto Light';
    font-size: 14px;
    color: #337ab7;
    margin-bottom: 4px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.subcategory-item a:hover {
    color: #23527c;
    text-decoration: none;
}

/* Media query for smaller screens */
@media (max-width: 991px) {
    .subcategory-list-full {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .subcategory-list-full {
        column-count: 1;
    }
}

@media (min-width: 350px) {
    .subcategory-list {
        column-width: 140px; 
        column-count: auto; 
    }
}

/* Breadcrumb Container */
.breadcrumb {
    background: transparent;
    padding: 0 0 15px 0;
    margin-bottom: 0;
    list-style: none;
    font-family: 'Roboto Light', sans-serif;
    font-size: 14px;
}

.breadcrumb > li {
    display: inline-block;
}

/* Link Styling */
.breadcrumb > li > a {
    color: #3fcd99;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb > li > a:hover {
    color: #2fbf84;
    text-decoration: underline;
}

/* Separator Styling */
.breadcrumb > li + li:before {
    content: " › ";
    padding: 0 8px;
    color: #aeb7be;
}

/* Active Text Item (No Link) */
.breadcrumb > .active {
    color: #596772;
}
;